Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread Jean-Marc Zucconi
and try again. > Ruslan > That didn't seem to work. I've erased the /usr/obj/usr tree several > times and even gnu but without luck. After resuping getting the > error doing a rm -rf /usr/obj/usr/src/gnu/usr.bin/tar and then > another make buildworld, I continue to ge

Re: timeseal program doesn't work with FreeBSD-5.1

2003-06-29 Thread Jean-Marc Zucconi
clocks when network delay appears > or something like that, I'm not an expert on the subject. > The problem is that this program use to work on FreeBSD-4.X > but it's not working any longer with FreeBSD-5.0 The Linux version (timeseal.Linux-2.0.29-i386) should work. Jean-Marc

Re: sh dies w/ sig 12

2002-04-11 Thread Jean-Marc Zucconi
> Ideas? I think this was discussed in -current some time ago. Compile a -current kernel and reboot. Then redo the make installworld. Jean-Marc -- Jean-Marc Zucconi -- PGP Key: finger [EMAIL PROTECTED] [KeyID: 400B38E9] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

make world breakage

2001-02-19 Thread Jean-Marc Zucconi
Sources updated yesterday: ===> sbin/mountd cc -O -pipe -DNFS -DMFS -DCD9660 -DMSDOSFS -c /usr/src/sbin/mountd/mountd.c /usr/src/sbin/mountd/mountd.c:164: warning: `struct xucred' declared inside parameter list /usr/src/sbin/mountd/mountd.c:164: warning: its scope is only this definition or

Re: x11/XFree86-4

2001-01-31 Thread Jean-Marc Zucconi
undefined reference to `pthread_cond_signal' Don't compile with CFLAGS=-O3 or above. -O or -O2 is OK. Jean-Marc -- Jean-Marc Zucconi -- PGP Key: finger [EMAIL PROTECTED] [KeyID: 400B38E9] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Can someone explain this?

2000-05-06 Thread Jean-Marc Zucconi
/* Any chance that your fix be committed? :-) The impact of misalignments on performance is considerable. Jean-Marc -- Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Can someone explain this?

2000-05-06 Thread Jean-Marc Zucconi
>>>>> Dan Nelson writes: > In the last episode (May 05), Jean-Marc Zucconi said: >> Here is something I don't understand: >> >> $ sh -c '/usr/bin/time ./a.out' >> 2.40 real 2.38 user 0.01 sys >> $ /usr/bin

Can someone explain this?

2000-05-05 Thread Jean-Marc Zucconi
gram: main () { int i; double x, y, z; for (i = 0; i < 1; i++) z = y*x; } Jean-Marc -- Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: port/XFree86-4 make install fail.

2000-03-16 Thread Jean-Marc Zucconi
>>>>> Idea Receiver writes: > "make all" success without any problem. There was an error but "make all" always complete. > however, make install fail ;( What are your CFLAGS in /etc/make.conf ? Jean-Marc -- Jean-Marc Zucconi

Re: XFree86-4 can't start

2000-03-11 Thread Jean-Marc Zucconi
putExt NO" >> $F else - echo "#define XInputDrivers dynapro elo2300 elographics magellan microtouch \ + echo "#define XInputDrivers mouse dynapro elo2300 elographics magellan microtouch \ mutouch spaceorb wacom" >> $F # XXX broken in 3.9.18 # if

Re: new C++ compiler changes

2000-01-30 Thread Jean-Marc Zucconi
ave the time to recompile. My (temporary) solution is invaluable when I am in a hurry. Jean-Marc -- Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Loader.rc: unknown command

2000-01-29 Thread Jean-Marc Zucconi
Hi, With a new installed world I get this message at boot: > \ Loader.rc Loader.rc: unknown command Fortunately this does not prevent the machine to boot :-) Any clue? Jean-Marc -- Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EM

Re: new C++ compiler changes

2000-01-29 Thread Jean-Marc Zucconi
if ($n != 0) { $w = syswrite (G, $_, $n); if ($n < $w) { print STDERR "$f.1: write error\n"; close F; close G; return; } } } close F; close G; system ("mv $f $f.backup

Netscape and -current

1999-11-21 Thread Jean-Marc Zucconi
-1 errno 14 Bad address Any idea? Jean-Marc -- Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: sh bug

1999-11-17 Thread Jean-Marc Zucconi
the problem. > I can now reproduce the problem. Please test the appended diff which > should fix this problem while still working for the > here-backquote-three-stage-pipeline case. Thanks for the patch. It fixes the problem (definitively I hope :-)) here. Jean-Marc -- Jean-Marc Z

Re: sh bug

1999-11-17 Thread Jean-Marc Zucconi
>>>>> Steve Price writes: > On Mon, 8 Nov 1999, Jean-Marc Zucconi wrote: > # >>>>> Jean-Marc Zucconi writes: > # > # > Try this in -current > # > $ cat some_file | head > # > # > I have to use ^C to regain control. > #

Re: sh bug

1999-11-08 Thread Jean-Marc Zucconi
>>>>> Steve Price writes: > On Mon, 8 Nov 1999, Jean-Marc Zucconi wrote: > # >>>>> Jean-Marc Zucconi writes: > # > # > Try this in -current > # > $ cat some_file | head > # > # > I have to use ^C to regain control. > #

Re: sh bug

1999-11-07 Thread Jean-Marc Zucconi
>>>>> Jean-Marc Zucconi writes: > Try this in -current > $ cat some_file | head > I have to use ^C to regain control. ... and reverting to rev. 1.22 of eval.c fixes the problem. Jean-Marc -- Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED

sh bug

1999-11-07 Thread Jean-Marc Zucconi
Try this in -current $ cat some_file | head I have to use ^C to regain control. Jean-Marc -- Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

panic in -current (trap 12)

1999-07-13 Thread Jean-Marc Zucconi
This is with a current kernel - a kernel built 2 days ago runs ok. The system crashes at boot, just after the disk checks. I don't have a core dump, only the message printed on screen: fault code: supervisor read , page not present instruction pointer: 0xc0175396 from my kernel: c0175234 t vfs

Mmap problem in -current?

1999-06-05 Thread Jean-Marc Zucconi
) #2 0x8049166 in ___tolower () #3 0x8048f93 in ___tolower () #4 0x80489f5 in ___tolower () The problem disappears if I recompile locate without the -DMMAP option. Jean-Marc -- Jean-Marc ZucconiPGP Key: finger j...@freebsd.org To Unsubscribe: send mail to ma

Re: XFree86 xsetpointer causes silo overflows (Was: Re: Fixed my MAMEd sio problem.)

1999-05-20 Thread Jean-Marc Zucconi
ontinues to read the joystick position after the client stops using it. This can be considered as a bug in the X server. Jean-Marc -- Jean-Marc ZucconiPGP Key: finger j...@freebsd.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

booting kernel without wd0

1999-05-08 Thread Jean-Marc Zucconi
a? disable port IO_WD1 irq 14 My previous kernel (april, 29) boots fine. Is there a fix? Jean-Marc -- Jean-Marc ZucconiPGP Key: finger j...@freebsd.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: ctm-mail cvs-cur.5292.gz 18/82

1999-05-04 Thread Jean-Marc Zucconi
>>>>> Stephen McKay writes: > I also did not receive part 18. Are the individual parts kept anywhere > for anonymous ftp access? I will put it on http://www.freebsd.org/~jmz/part18 in a few minutes. Jean-Marc -- Jean-Marc ZucconiPGP Key: finger

ctm-mail cvs-cur.5292.gz 18/82

1999-05-02 Thread Jean-Marc Zucconi
This one did not arrive in my mailbox. Can someone send it to me? I would like to avoid downloading 6Mbytes again. Jean-Marc To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: make world failure

1999-04-29 Thread Jean-Marc Zucconi
>>>>> Mark Murray writes: > "David O'Brien" wrote: >> On Thu, Apr 29, 1999 at 03:19:37AM +0200, Jean-Marc Zucconi wrote: >> > I just encountered this: >> > >> > ===> gnu/usr.bin/cc/doc >> > makeinfo -I /u3

make world failure

1999-04-28 Thread Jean-Marc Zucconi
I just encountered this: ===> gnu/usr.bin/cc/doc makeinfo -I /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc -I /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc/cp --no-split -I /u3/src/gnu/usr.bin/cc/doc -I /u3/src/gnu/usr.bin/cc/doc /u3/src/gnu/usr.bin/cc/doc/../../../../contri