Build of kernel, and make world broken on my machine

1999-04-20 Thread Kenneth Wayne Culver
For the last week, I haven't been able to get my kernel to build, or a make world to complete. I didn't have the kernel problems until recently, when the newbus stuff was done. This is my error when building the kernel. (after typing config -r MYKERNEL; make depend; make) cc -c -O -Wall

Re: Build of kernel, and make world broken on my machine

1999-04-20 Thread Daniel C. Sobral
Kenneth Wayne Culver wrote: For the last week, I haven't been able to get my kernel to build, or a make world to complete. I didn't have the kernel problems until recently, when the newbus stuff was done. This is my error when building the kernel. (after typing config -r MYKERNEL; make

Re: Build of kernel, and make world broken on my machine

1999-04-20 Thread Warner Losh
In message pine.bsf.4.05.9904201410130.1762-100...@culverk.student.umd.edu Kenneth Wayne Culver writes: : ioconf.c:103: warning: `psm0_count' redefined This is quickly becoming a FAQ. Remove the second psm0 device in your config file. Warner To Unsubscribe: send mail to majord...@freebsd.org

Make world Broken on my machine

1999-04-05 Thread Kenneth Wayne Culver
What am I doing wrong here, this is my error, CVSup was run 10 minutes ago. cc -O -pipe -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/objc -DFREEBSD_ELF -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc -

Re: Make world Broken on my machine

1999-04-05 Thread David O'Brien
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/ gcc/gengenrtl.c:22: /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3: linux.h: No such file or directory ^^^ I'm not sure where this came from. I never commited bits that created tm.h that specified linux.h

4.0-CURRENT world broken

1999-04-04 Thread Chris Costello
The FreeBSD 4.0-CURRENT world appears to be broken. The file that appears to be causing the problem is pthread_private.h, included by isatty.c. I can't find anything as to what's causing the breakage _yet_, but I hope to produce a patch today. I CVSup'd only minutes ago. -Chris To

Re: 4.0-CURRENT world broken

1999-04-04 Thread David O'Brien
The FreeBSD 4.0-CURRENT world appears to be broken. The file that appears to be causing the problem is pthread_private.h, included by isatty.c. You're the only one reporting this problem. Possibly your /usr/obj isn't clean? -- -- David(obr...@nuxi.com -or-

Re: 4.0-CURRENT world broken

1999-04-04 Thread Vladimir Kushnir
On Sun, 4 Apr 1999, David O'Brien wrote: The FreeBSD 4.0-CURRENT world appears to be broken. The file that appears to be causing the problem is pthread_private.h, included by isatty.c. You're the only one reporting this problem. Possibly your /usr/obj isn't clean? No,

Re: 4.0-CURRENT world broken

1999-04-04 Thread Daniel Eischen
Vladimir Kushnir ku...@mail.kar.net wrote: On Sun, 4 Apr 1999, David O'Brien wrote: The FreeBSD 4.0-CURRENT world appears to be broken. The file that appears to be causing the problem is pthread_private.h, included by isatty.c. You're the only one reporting this

Re: 4.0-CURRENT world broken

1999-04-04 Thread Vladimir Kushnir
On Sun, 4 Apr 1999, Daniel Eischen wrote: Vladimir Kushnir ku...@mail.kar.net wrote: On Sun, 4 Apr 1999, David O'Brien wrote: The FreeBSD 4.0-CURRENT world appears to be broken. The file that appears to be causing the problem is pthread_private.h, included by isatty.c.

Re: make world broken for a day. some NFS stuff as well.

1999-03-01 Thread Sheldon Hearn
On Sun, 28 Feb 1999 20:06:33 EST, Alfred Perlstein wrote: Lastly i'm interested in writing a man page for kernel.conf i know how to submit diffs, but what about totally new files? just send-pr with it attached? or a url? Send-pr(1). For new files, see the diff(1) manpage description of the

make world broken for a day. some NFS stuff as well.

1999-02-28 Thread Alfred Perlstein
Sorry if this is the result of work in progress, but i've been unable to make world since saturday night. It happens during the build of libskey. -- cc -fpic -DPIC -pipe -DPERMIT_CONSOLE -D_SKEY_INTERNAL -I/usr/src/lib/libskey -W -Wall -Werror -I/usr/obj/usr/src/tmp/usr/include -c

Re: world broken

1999-01-23 Thread Mark Murray
Julian Elischer wrote: can you announce when the fixes are in place? I'll do better; I am about to back it all out. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

Re: world broken

1999-01-23 Thread Thomas T. Veldhouse
Has this been done yet? It has been over 7 hours since the post and I have only seen two source changes, and they are in sys/pci by roger. Tom Veldhouse ve...@visi.com Mark Murray wrote: Julian Elischer wrote: can you announce when the fixes are in place? I'll do better; I am about to

Re: world broken

1999-01-23 Thread Thomas T. Veldhouse
Never mind, I was using the RELENG_3 tag during CVSup. Sorry. Thomas T. Veldhouse wrote: Has this been done yet? It has been over 7 hours since the post and I have only seen two source changes, and they are in sys/pci by roger. Tom Veldhouse ve...@visi.com Mark Murray wrote: Julian

Re: world broken

1999-01-23 Thread Mark Murray
Thomas T. Veldhouse wrote: Has this been done yet? It has been over 7 hours since the post and I have only seen two source changes, and they are in sys/pci by roger. Hours ago :-). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to

Re: make world broken in /lib

1999-01-22 Thread Luke
me too -DNOSECURE seems to help but it hasn't completed yet. julian me too, but figured the longer strings with the crypt -DNOSECURE makes must be better :). Anyone know of an easy or possible way to turn a DES crypted passwd file into the normal libcrypt kind? --- E-Mail: Luke

world broken

1999-01-22 Thread Julian Elischer
having spent almost an hour trying to decode the complexities of the crypt making process I admit defeat.. can SOMEBODY please fix the build in -current and sent branson a nice pointy hat.. I think he committed and went on vacation (I haven't seen any commits that say they fixed this but I'm

World broken in RELENG_3 when making aout-to-elf bulid

1999-01-22 Thread Maxim Sobolev
Hi folks, I have recent sources (cvsup'ed today) and make aout-to-elf broken with: === usr.bin/login cc -pipe -O2 -DCOMPAT_LINUX_THREADS -DVM_STACK -m486 -Wall -DLOGIN_ACCESS -DLOGALL?? -I/usr/obj/aout/usr/obj/src/tmp/usr/include -c /usr/obj/src/usr.bin/login/login.c

Re: World broken in RELENG_3 when making aout-to-elf bulid

1999-01-22 Thread John Polstra
In article 36a867ed.8adac...@altavista.net, Maxim Sobolev sobo...@altavista.net wrote: -o login login.o login_access.o login_fbtab.o  -lutil -lcrypt login.o: Undefined symbol `_pam_start' referenced from text segment ... I merged the fix into RELENG_3 this morning. Sorry about that! John

Re: world broken

1999-01-22 Thread Luoqi Chen
having spent almost an hour trying to decode the complexities of the crypt making process I admit defeat.. can SOMEBODY please fix the build in -current and sent branson a nice pointy hat.. I think he committed and went on vacation (I haven't seen any commits that say they fixed this but

Re: world broken

1999-01-22 Thread Mark Murray
Luoqi Chen wrote: I spend half night yesterday to sort this mess out. If no one objects, I'll commit my fixes. (anyone volunteers to make the hat?) I know who gets the hat; please cool it on the fixes until the original committer has finished. I'm watching this one closely, and I need to track

Re: world broken

1999-01-22 Thread Julian Elischer
Mark, can you announce when the fixes are in place? thanks, julian On Fri, 22 Jan 1999, Mark Murray wrote: Luoqi Chen wrote: I spend half night yesterday to sort this mess out. If no one objects, I'll commit my fixes. (anyone volunteers to make the hat?) I know who gets the hat;

Re: world broken

1999-01-22 Thread Luoqi Chen
Luoqi Chen wrote: I spend half night yesterday to sort this mess out. If no one objects, I'll commit my fixes. (anyone volunteers to make the hat?) I know who gets the hat; please cool it on the fixes until the original committer has finished. I'm watching this one closely, and I need

Re: world broken

1999-01-22 Thread Julian Elischer
so what happenned.. he checked in more stuff this morning and DIDN'T fix the build breakage from yesterday.. doesn't he know about it? On Fri, 22 Jan 1999, Mark Murray wrote: Luoqi Chen wrote: I spend half night yesterday to sort this mess out. If no one objects, I'll commit my fixes.

Re: make world broken in /lib

1999-01-21 Thread Julian Elischer
me too -DNOSECURE seems to help but it hasn't completed yet. julian To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

<    1   2   3