Re: problem with xorg

2008-05-09 Thread Andre LeClaire

dark0s Optik wrote:

I didn't find a modular-xorg-package in
http://chlamydia.fs.ei.tum.de/pub/DragonFly/packages/DragonFly-1.12/stable/All/



You'll find it here:

http://www.theshell.com/pub/DragonFly/packages/DragonFly-1.12/stable/All/


Troubles building m4 from pkgsrc

2008-04-26 Thread Andre LeClaire
I'm getting an odd error message while trying to build m4 (as a 
dependency of xfce4)from pkgsrc, and would appreciate advice:


= Bootstrap dependency digest=20010302: found digest-20070803
=== Checking for vulnerabilities in m4-1.4.11nb1
=== Building for m4-1.4.11nb1
/usr/pkg/bin/bmake  all-recursive
Making all in .
Making all in examples
Making all in lib
/usr/pkg/bin/bmake  all-am
cc -std=gnu99  -I.  -O2 -MT freadahead.o -MD -MP -MF 
.deps/freadahead.Tpo -c -o freadahead.o freadahead.c
freadahead.c:82:3: error: #error Please port gnulib freadahead.c to 
your platform! Look at the definition of fflush, fread, ungetc on your 
system, then report this to bug-gnulib.

*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/m4/work/m4-1.4.11/lib
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/m4/work/m4-1.4.11/lib
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/m4/work/m4-1.4.11
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/m4/work/m4-1.4.11
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/m4
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/m4






Re: Troubles building m4 from pkgsrc

2008-04-26 Thread Andre LeClaire

Hasso Tepper wrote:

Andre LeClaire wrote:

I'm getting an odd error message while trying to build m4 (as a
dependency of xfce4)from pkgsrc, and would appreciate advice:


This is FAQ already ;). You need to upgrade your DragonFly to 1.12.2 (or 
HEAD) and apply patch to pkgrsc tree: 


http://apollo.backplane.com/DFlyMisc/pkgsrc-devel-m4.patch


Yes, that did the trick! I'm already running 1.12.2, but obviously 
missed the info about the patch.


Thanks!

Andre


Re: Building/Installing DragonFly from within FreeBSD

2008-02-17 Thread Andre LeClaire
Can anybody confirm that this still works? When I try to upgrade a 
FreeBSD 4.9 system to DragonFly 1.2 following the procedure outlined 
in this document, make buildworld fails in /usr/src/usr.bin/mklocale.


What error do you get?




=== usr.bin/mklocale (bootstrap-tools)
/usr/obj/usr/src/btools_i386/usr/src/usr.bin/mklocale created for 
/usr/src/usr.bin/mklocale

yacc -d /usr/src/usr.bin/mklocale/yacc.y
cp y.tab.c yacc.c
lex -t  /usr/src/usr.bin/mklocale/lex.l  lex.c
cp /usr/src/usr.bin/mklocale/../../include/runetype.h runetype.h
grep '#define._CTYPE_' /usr/src/usr.bin/mklocale/../../include/ctype.h  
ctype.h

rm -f .depend
mkdep -f .depend -a-I. -I/usr/src/usr.bin/mklocale  yacc.c lex.c
In file included from /usr/src/usr.bin/mklocale/yacc.y:54:
runetype.h:46: sys/stdint.h: No such file or directory
In file included from /usr/src/usr.bin/mklocale/ldef.h:40,
 from /usr/src/usr.bin/mklocale/lex.l:46:
runetype.h:46: sys/stdint.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/usr.bin/mklocale.
*** Error code 1

Stop in /usr/src.
*** Error code 1



New DragonFly user

2007-08-27 Thread Andre LeClaire
Greetings to all! I'm a new DragonFly user, though I've been running 
FreeBSD for 10 years or so. I've been watching the development of 
DragonFly for some time, and now that FreeBSD 4 is officially dead, I 
decided it was time to switch.
And so, I backed up my FreeBSD 4.11 installation and installed DragonFly 
1.10.1. The upgrade went fairly smoothly, and I felt at home right away. 
I can see that some great enhancements have been made, and more are in 
progress.
The only problem I've experienced is that the floppy drive is no longer 
recognized. It's configured in the kernel, but I get fdc0: cannot 
reserve I/O port range in dmesg. I know floppies are antique, but it 
would be nice if I could get it to work again. Can anybody give any clues?


Thanks!

Andre