Re: Make World failure

1999-08-30 Thread Matthew N. Dodd
On Mon, 30 Aug 1999, Systems Administrator wrote: Make world for 4.0 is failing due to libedit libraries that were compiled during the process.. various errors with tputs and other functions in libedit.a, please commit a fix soon, I just reinstalled -RELEASE and wanna get out of it. Any

Re: Make World failure

1999-08-30 Thread Systems Administrator
://www.ods.org -- On Mon, 30 Aug 1999, Steve Kargl wrote: Matthew N. Dodd wrote: On Mon, 30 Aug 1999, Systems Administrator wrote: Make world for 4.0 is failing due to libedit libraries that were compiled during

Re: Make World failure

1999-08-30 Thread Jordan K. Hubbard
Thats not where it dies :).. Be more specific. Just saying "it dies" does not help anyone here. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Make World failure

1999-08-30 Thread Steve Kargl
Systems Administrator wrote: Thats not where it dies :).. It's the same problem. libtermcap has changed or causes conflicts with symbols (if I understand some of Peter's commits). The tput function you noted would have come from -ltermcap (as does the tgetent, tgetnum, etc.i below) What I

Re: Make World failure

1999-08-30 Thread Systems Administrator
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -I/usr/obj/usr/src/tm p/usr/include -static -o sh alias.o arith.o arith_lex.o cd.o echo.o error.o eva l.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o miscbltin .o mystring.o options.o output.o parser.o printf.o

Re: make world failure (signal 11 in cpp)

1999-08-26 Thread John W. DeBoskey
Hi folks, To answer my own question, I came into work this morning and found my console full of messages... spec_getpages: I/O read failure: (error code=0) bp 0xc36fe9a0 vp 0xc92ce000 size: 0, resid: 0, a_count: 4096, valid: 0x0 nread: 0, reqpage: 0, pindex: 9,

make world failure (signal 11 in cpp)

1999-08-25 Thread John W. DeBoskey
Hi, I'm having problems making world... before I dig into this, does anyone already know what's going on? My source is current as of 11:30pm EST. thanks, John === cpp cc -O -pipe -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc

Re: make world failure (signal 11 in cpp)

1999-08-25 Thread Greg Lehey
On Wednesday, 25 August 1999 at 23:39:56 -0400, John W. DeBoskey wrote: Hi, I'm having problems making world... before I dig into this, does anyone already know what's going on? My source is current as of 11:30pm EST. thanks, John === cpp cc -O -pipe

Re: make world failure (signal 11 in cpp)

1999-08-25 Thread John W. DeBoskey
On Wednesday, 25 August 1999 at 23:39:56 -0400, John W. DeBoskey wrote: Hi, I'm having problems making world... before I dig into this, does anyone already know what's going on? My source is current as of 11:30pm EST. thanks, John === cpp cc -O -pipe

Re: make world failure (signal 11 in cpp)

1999-08-25 Thread Jeroen Ruigrok/Asmodai
ng a week/two week old CURRENT to the current CURRENT I got sig 11's on all my compiles. I had to install a snapshot cc in order to rebuilt libc and cc and then make world again. Everything compiled core dumped with the first compiler. After reinstalling cc, no more problems. So compliers and Sig 1

make world still broken?

1999-07-30 Thread malte
I get this error on "make world" with the latest sources. it is still broken, or do I have another problem? malte cc -O -pipe -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/../../../libexec/rtld-aout -I/usr/src/gnu/usr.bin/ld/../../../libexec/rtld-aout/i386 -I/usr/src/gnu/

make world failure (egcs)

1999-07-29 Thread John W. DeBoskey
Hi, The following seems to have slipped in over the last 24 hours. I'm probably the last to see it, and it may already be fixed, but I don't see any obvious commits: c++ -c -I/usr/obj/usr/src/tmp/usr/include/g++ -O -pipe -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config

Re: make world failure (egcs)

1999-07-29 Thread Oscar Bonilla
On Thu, Jul 29, 1999 at 08:46:52AM -0400, John W. DeBoskey wrote: Hi, The following seems to have slipped in over the last 24 hours. I'm probably the last to see it, and it may already be fixed, but I don't see any obvious commits: c++ -c -I/usr/obj/usr/src/tmp/usr/include/g++ -O

Make world broken

1999-07-28 Thread Peter Jeremy
cvs-cur 5518 breaks building libgcc with: c++ -c -I/usr/obj/3.0/cvs/src/tmp/usr/include/g++ -O -pipe -I/3.0/cvs/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config -I/3.0/cvs/src/gnu/lib/libgcc/../../../contrib/egcs/gc c -I. -fexceptions -DIN_GCC -I/usr/obj/3.0/cvs/src/tmp/usr/include

Re: Perl stops make world

1999-07-05 Thread Warner Losh
In message [EMAIL PROTECTED] gene writes: : This sounds old, I know zip about Perl, I think the latest is like : 5.005_04, but make in the /usr/ports/lang/perl5 directory gives me: You might want to try removing the perl port you have installed on your system, and then trying the make world

Perl stops make world

1999-07-04 Thread gene
For several months my cvsup/make world has ended with: === sys/modules/fxp @ - /usr/src/sys machine - /usr/src/sys/i386/include echo "#define NFXP 1" fxp.h echo "#define NBPFILTER 0" bpfilter.h touch opt_bdg.h perl /usr/src/sys/mo

Re: Perl stops make world

1999-07-04 Thread Doug
gene wrote: For several months my cvsup/make world has ended with: We have some problems in freebsd, but never problems with make world that last for months. :) Have you tried deleting /usr/obj/*, /usr/src/*, then starting with just a plain 'make -DNOCLEAN world'? Also, what

panic: ffs_blkfree: freeing free block (Was: Re: More make world fun)

1999-07-03 Thread Doug
on a make world for me, wh). When the system came back just about everything failed, including /bin/sh, which means the system is hose-ed. Ok, I decided to try and find out what happened with this, and using csh at the single user prompt I was able to get things to the point where

Make world doesn't get past ifconfig

1999-06-24 Thread Anonymous
Hi all, Has this problem been fixed? === sbin/ifconfig cc -O -pipe -DUSE_IF_MEDIA -DUSE_VLANS -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -I.. -c /omni/usr/src/sbin/ifconfig/ifconfig.c /omni/usr/src/sbin/ifconfig/ifconfig.c: In function `status':

Make world doesn't get past dhclient

1999-06-23 Thread Anonymous
Maybe I didn't get all the changes. I'm going to cvsup again and check. Thanks, ed cc -nostdinc -O -pipe -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp/includes -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp -I/usr/obj/usr/src/tmp/usr/include -static -o dhclient clparse.o dhclient.o

make world fails continously

1999-05-27 Thread Markus Döhr
I'd like to recompile world, but since two weeks it fails continously in vm/vnode_pager.h - vm/vnode_pager.ph *** Error code 1 I read something about a broken perl in the list. === gnu/usr.bin/perl/utils/h2ph install -c -o root -g wheel -m 555 h2ph /usr/bin install -c -o root -g wheel -m

Re: make world croaks in perl ??

1999-05-16 Thread Mark Murray
Make buildworld fails here with: ===/gnu/usr.bin/perl/perl find: build: No such file or directory find: build: No such file or directory mkdir: lib/auto: File exists *** Error code 1 Please look this one up in the archives. M -- Mark Murray Join the anti-SPAM movement:

Re: make world croaks in perl ??

1999-05-15 Thread Thordur Ivarsson
Make buildworld fails here with: ===/gnu/usr.bin/perl/perl find: build: No such file or directory find: build: No such file or directory mkdir: lib/auto: File exists *** Error code 1 Stop. Thordur Ivarsson To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current

make world croaks in perl ??

1999-05-13 Thread Poul-Henning Kamp
Is anybody but me seeing this ? === gnu/usr.bin/perl === gnu/usr.bin/perl/libperl === gnu/usr.bin/perl/miniperl sh config_h.sh Extracting config.h (with variable substitutions) cc -nostdinc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/p erl5

Re: make world croaks in perl ??

1999-05-13 Thread Chris Costello
On Thu, May 13, 1999, Poul-Henning Kamp wrote: === gnu/usr.bin/perl/perl make: don't know how to make writemain.sh. Stop *** Error code 2 Me Too. Last night, probably around 11:30 PM CST, I found that error message waiting for me. -- Chris Costello

Re: make world croaks in perl ??

1999-05-13 Thread Poul-Henning Kamp
Hmm, double make cleandir fixed it. Could a conveniently located perl wizard try to figure out what this is tripping over and fix the build ? In message 9459.926593...@critter.freebsd.dk, Poul-Henning Kamp writes: Is anybody but me seeing this ? === gnu/usr.bin/perl ===

Re: make world croaks in perl ??

1999-05-13 Thread Steve Kargl
It doesn't fix it here, but dt committed a fix to a Makefile in the Perl tree. This might actually fix the problem. I'm rebuilding now to see. Poul-Henning Kamp wrote: Hmm, double make cleandir fixed it. Could a conveniently located perl wizard try to figure out what this is tripping

Re: make world croaks in perl ??

1999-05-13 Thread Dmitrij Tejblum
Yup, this is supposed to fix the problem, that I introduced a day before. The problem was 'make -jN'-depended. Sorry for the inconvinience. BTW, I hope there will be no 'Your makefile has been rebuilt' failures anymore. Dima Steve Kargl wrote: It doesn't fix it here, but dt committed a fix

Re: Tonight make world failed at isdnmonitor...

1999-05-12 Thread Hellmuth Michaelis

Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread eagle
On Mon, 10 May 1999, Steve Kargl wrote: I sent a patch for this about 8 hours ago. No one seems to read -current. well it still is broken and i must of missed that patch somewhere in my mail, 3:58 a.m east coast time tuesday 11 rob To Unsubscribe: send mail to majord...@freebsd.org

Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread Hellmuth Michaelis
I sent a patch for this about 8 hours ago. No one seems to read -current. well it still is broken and i must of missed that patch somewhere in my mail, 3:58 a.m east coast time tuesday 11 just read mail, tested Steves fix, committed. 10:23 am central european summer time tuesday 11

Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread Peter Wemm
=== usr.sbin/i4b/isdnmonitor cc -Os -pipe -mpentium -DDEBUG -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/i4b/isdn monitor/main.c /usr/src/usr.sbin/i4b/isdnmonitor/main.c:103: `major' redeclared as different kind of symbol /usr/obj/usr/src/tmp/usr/include/sys/types.h:114:

Make World Fails - minor and major conflict

1999-05-11 Thread Thomas Dean
I am running -current SMP as of last week. I cvsup'ed last night and started a 'Make -j12 world'. tomdean === usr.sbin/i4b/isdnmonitor cc -O2 -m486 -pipe -DDEBUG -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/i4b/isdnmonitor/main.c gzip -cn

Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread eagle
On Tue, 11 May 1999, Hellmuth Michaelis wrote: I sent a patch for this about 8 hours ago. No one seems to read -current. well it still is broken and i must of missed that patch somewhere in my mail, 3:58 a.m east coast time tuesday 11 just read mail, tested Steves fix,

Re: Make World Fails - minor and major conflict

1999-05-11 Thread eagle
On Tue, 11 May 1999, Thomas Dean wrote: I am running -current SMP as of last week. I cvsup'ed last night and started a 'Make -j12 world'. cvsup again that should fix it. if it doesnt add my or anything else for that matter, to all occurances of the variable minor and major in that file.

Re: Tonight make world failed at isdnmonitor...

1999-05-11 Thread Ollivier Robert
According to Hellmuth Michaelis: hellmuth BTW do you plan to import i4b 0.80 into CURRENT ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #71: Sun May 9 20:16:32 CEST 1999 To Unsubscribe: send mail to

One last make world problem (imgact_svr4.c)

1999-05-10 Thread John W. DeBoskey
Hi, It looks like most of the compilation problems from the last few days have been cleaned up pretty well... The last one I'm seeing now is: cc -nostdinc -O -pipe -DKERNEL -DCOMPAT_SVR4 -DKERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes

Tonight make world failed at isdnmonitor...

1999-05-10 Thread oZZ!!!
Hello! Makeworld failed at isdnmonitor: === usr.sbin/i4b/isdnmonitor cc -Os -pipe -mpentium -DDEBUG -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/i4b/isdn monitor/main.c /usr/src/usr.sbin/i4b/isdnmonitor/main.c:103: `major' redeclared as different kind of symbol

Re: Tonight make world failed at isdnmonitor...

1999-05-10 Thread eagle
On Tue, 11 May 1999, oZZ!!! wrote: Hello! Makeworld failed at isdnmonitor: === usr.sbin/i4b/isdnmonitor cc -Os -pipe -mpentium -DDEBUG -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/i4b/isdn monitor/main.c /usr/src/usr.sbin/i4b/isdnmonitor/main.c:103: `major' redeclared as

Re: Tonight make world failed at isdnmonitor...

1999-05-10 Thread Steve Kargl
I sent a patch for this about 8 hours ago. No one seems to read -current. oZZ!!! wrote: Hello! Makeworld failed at isdnmonitor: === usr.sbin/i4b/isdnmonitor cc -Os -pipe -mpentium -DDEBUG -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/i4b/isdn monitor/main.c

-current make world failure (compat22)

1999-05-09 Thread John W. DeBoskey
Hi, The following is error related to compat22 is causing a make release to fail... Has mtree been updated approriately? thanks! John === lib/compat/compat22 cd /usr/src/lib/compat/compat22 ; make install DESTDIR=/R/stage/trees/compat22 SHARED=copies install -c -o root -g wheel -m 444

Re: -current make world failure (compat22)

1999-05-09 Thread David O'Brien
The following is error related to compat22 is causing a make release to fail... Has mtree been updated approriately? A grep in /usr/src/etc/mtree/* shows there is no special handling for compat?? dists. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send

Re: make world problem (just me?) warning: `MDF_ACTIVE' redefined

1999-05-08 Thread John Polstra
. I got it too in last night's make world on an alpha machine with a freshly checked-out source tree and an empty obj tree. (I haven't done a make world on i386 this week.) John -- John Polstra j...@polstra.com John D. Polstra Co., Inc

Re: make world problem (just me?) warning: `MDF_ACTIVE' redefined

1999-05-08 Thread Poul-Henning Kamp
/tmp/usr/include/pccard/cardinfo.h:77: warning: this is the location of the previous definition *** Error code 1 It's real. I got it too in last night's make world on an alpha machine with a freshly checked-out source tree and an empty obj tree. (I haven't done a make world on i386 this week

Re: make world problem (just me?) warning: `MDF_ACTIVE' redefined

1999-05-08 Thread REM
: this is the location of the previous definition *** Error code 1 It's real. I got it too in last night's make world on an alpha machine with a freshly checked-out source tree and an empty obj tree. (I haven't done a make world on i386 this week.) I have had this problem in the morning

Re: make world failure mode

1999-05-07 Thread Andy Farkas
On Mon, 3 May 1999, Bruce Evans wrote: I have noticed that if you do not have /usr/share/groff_font directory, a buildworld will fail. I think GROFF_FONT_PATH is missing from a Makefile maybe? The dev* directories are already built in the obj tree... Similarly for /usr/share/tmac and

make world problem (just me?) warning: `MDF_ACTIVE' redefined

1999-05-07 Thread John W. DeBoskey
Hi, I've had the following problem for the last 36 hours or so. I haven't seen any fixes related to this. Has anyone else seen the following, or is my tree somehow messed up? Thanks! John === usr.bin/kdump cc -nostdinc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace

make world woes

1999-05-06 Thread Ayan George
All, After cvsuping the latest source, I cd'ed to the /usr/src directory and tried to ``make world''. It failed with the following message: === cpp cc -O -pipe -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc/config

Re: Make world failing in perl

1999-05-06 Thread Yasuhiro Fukuma
Hi, In the article 199905031757.kaa40...@mrynet.com, free...@mrynet.com (FreeBSD mailing list) wrote: Perl is failing due to some kind of conflict in library versions: miniperl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib -e 'use AutoSplit; autosplit_lib_modules(@ARGV)' lib/*.pm

Re: Make world failing in perl

1999-05-06 Thread Bruce Evans
I solved it by installing new miniperl before building perl itself, but it doesn't seem to be a good idea to use installled (maybe old version of) miniperl at this point. `make world' is supposed to use the new miniperl that it has just installed in ${TOOLROOT}/usr/bin which is at the front

make world breakage (easy fix)..

1999-05-05 Thread Zach Heilig
(someone added: 'wi.' instead of 'wi.4') Index: Makefile === RCS file: /home/ncvs/src/share/man/man4/man4.i386/Makefile,v retrieving revision 1.104 diff -u -r1.104 Makefile --- Makefile1999/05/05 07:36:57 1.104 +++ Makefile

make world failure

1999-05-05 Thread Chan Yiu Wah
Hello, I had posted this message for a couple of weeks as I still didn't solve the problem. The error was reported when I tried to make world. My system is freebsd-current with ctm source upto src-cur.3858. The compiler is egcs-1.1.2. I had tried cd /usr/src and make cleandir and make

Re: make world failure

1999-05-05 Thread David O'Brien
I had tried cd /usr/src and make cleandir and make cleandir. It didn't help. Any idea ? Thanks. rm -rf /usr/src cd /usr cvs co src Something is wrong with your tree. This output is very simular to what you get when contrib/egcs/gcc/config/freebsd-native.h isn't being picked up

Make world faliure

1999-05-04 Thread vortexia
I just tried to make world on a cvsup from about 2 hours, (1am GMT+2 Wed May 5th), and Im getting a make world faliure... it does this... Writing Makefile for DynaLoader === Your Makefile has been rebuilt. === === Please rerun the make command === false false: not found *** Error code 1 Stop

Make world failing in perl

1999-05-03 Thread FreeBSD mailing list
and cvsup'ing anew, as well as the usual obj removal and clean build. Any help is, of course, appreciated ;) stay...@mrynet.com (aka free...@mrynet.com) From freebsd Mon May 3 10:56:51 1999 From: freebsd To: freebsd-current Subject: perl failure in make world Date: Mon, 3 May 1999 10:56:51 +

make world failure mode

1999-05-02 Thread Andy Farkas
# uname -v FreeBSD 3.1-STABLE #2: Mon Apr 26 22:46:11 EST 1999 I have noticed that if you do not have /usr/share/groff_font directory, a buildworld will fail. I think GROFF_FONT_PATH is missing from a Makefile maybe? The dev* directories are already built in the obj tree... Script

Re: make world failure mode

1999-05-02 Thread Bruce Evans
# uname -v FreeBSD 3.1-STABLE #2: Mon Apr 26 22:46:11 EST 1999 I have noticed that if you do not have /usr/share/groff_font directory, a buildworld will fail. I think GROFF_FONT_PATH is missing from a Makefile maybe? The dev* directories are already built in the obj tree... Similarly for

Re: make world fails when updating from older -current

1999-05-02 Thread Stefan Bethke
On Fre, 30. Apr 1999 11:38 Uhr -0700 David O'Brien obr...@freebsd.org wrote: perl5: not found *** Error code 1 Do you have NOPERL uncommented in /etc/make.conf? If so, don't do that. No, I didn't. And, since I could make the modules manually, why count have that worked? I've since

Error while make world (cvsuped 990501). Sorry!

1999-05-01 Thread REM
My system was suped at 990501. -- elf make world started on Sat May 1 09:36:25 MSD 1999 -- [Skip] cc: Internal compiler error: program cc1 got fatal signal 11

Re: make world fails when updating from older -current

1999-04-30 Thread David O'Brien
perl5: not found *** Error code 1 Do you have NOPERL uncommented in /etc/make.conf? If so, don't do that. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

Re: make world fails when updating from older -current

1999-04-30 Thread John Baldwin
On 30-Apr-99 David O'Brien wrote: perl5: not found *** Error code 1 Do you have NOPERL uncommented in /etc/make.conf? If so, don't do that. Then why don't we take it out of make.conf for now? If we may still need the functionality, then we can leave the logic in the build mechanism, just

Error while make world (cvsuped 990501)

1999-04-30 Thread REM
My system was suped at 990501. -- elf make world started on Sat May 1 09:36:25 MSD 1999 -- -- Cleaning

Re: make world failure

1999-04-29 Thread Mark Murray
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/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc -I /u3/ src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc/cp --no-split -I

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/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc -I /u3/

make world fails when updating from older -current

1999-04-29 Thread Stefan Bethke
I was trying to go to -current from RELENG_3. Realising that doing both egcs and newbus in one step might be one too much, I started off with a -current from about 3 weeks ago. make wold wnet fine mostly. However, building the modules faild at some point with the problem described below. I was

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

Re: make world failure

1999-04-28 Thread David O'Brien
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/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

make world error with source upto src-cur.3843

1999-04-24 Thread Chan Yiu Wah
Hello, Is there anyone know how to fix the problem. I cannot make world with source src-cur.3843 and the error is as followings. Thanks. Clarence === Error === cc -O -pipe -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs

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

modules/joy breaks make world

1999-04-19 Thread Steven G. Kargl
FYI. The recent commit to move sys/sys/lkm.h to the attic breaks make world is sys/module/joy. 1.19 Mon Apr 19 14:19:52 1999 UTC by peter CVS Tags: HEAD Diffs to 1.18 FILE REMOVED Zap LKM option and support. Farewell old friend. -- Steve To Unsubscribe: send mail to majord

Make World breaks in /sys/modules/fxp

1999-04-18 Thread Pierre Y. Dampure
As stated. The Makefile calls for perl5, which is not available at that time. Replacing perl5 by perl solves the problem. Cheers, PYD To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

Make world fails - 990418

1999-04-18 Thread Gianmarco Giovannelli
4.0-current === sys/modules/fdesc @ - /usr/src/sys machine - /usr/src/sys/i386/include sh /usr/src/sys/modules/fdesc/../../kern/vnode_if.sh /usr/src/sys/modules/fdesc/../../kern/vnode_if.src cc -nostdinc -O -pipe -DFDESC -DKERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes

Re: Make world fails - 990418

1999-04-18 Thread Doug Rabson
On Sun, 18 Apr 1999, Gianmarco Giovannelli wrote: 4.0-current ... perl5: not found *** Error code 1 I cvsuped about one hour ago, but the problem was there from before... Fixed. -- Doug Rabson Mail: d...@nlsystems.com Nonlinear Systems Ltd.

CVSUP, Make World, Patch mp_machdep.c, Make Kernel Works

1999-04-12 Thread Thomas Dean
I am running 4.0-current SMP, as of an hour ago, cvsup about noon, today. I have been holding off, watching the egcs development. It all works. egcs all appears to work, I rebuilt some applications. I did a cvsup, make world, and, after applying the patch to delay starting cpu#1, built

Re: -jN make world

1999-04-09 Thread Bob Bishop
Hi, At 4:44 pm -0700 8/4/99, David O'Brien wrote: Please try rev 1.24 of src/gnu/usr.bin/cc/cc_tools/Makefile. That one works -- Bob Bishop (0118) 977 4017 international code +44 118 r...@gid.co.ukfax (0118) 989 4254 between 0800 and 1800 UK To Unsubscribe: send

Make world is broken for days now... :(

1999-04-09 Thread Gilad Rom
Hello, For the past week, I've been trying to build world, in order to get then new egcs up and running. Everytime I try to make world, I get the following: === cc_tools cc -O -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/objc -I/usr/src/gnu/usr.bin/cc/cc_tools

990409 make world fail more

1999-04-09 Thread Gianmarco Giovannelli
After cvsupping a couple of times make world still fails at : === c++filt rm -f .depend /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/GPATH /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/GRTAGS /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/GSYMS /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/GTAGS === cc_tools cc -O

Re: Make world is broken for days now... :(

1999-04-09 Thread David O'Brien
Everytime I try to make world, I get the following: ..snip.. /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3: linux.h: No such file or directory /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:4: i386/freebsd-elf.h: No such file or directory Something

Re: Make world is broken for days now... :(

1999-04-09 Thread John Polstra
In article 370df25c.9ae69...@ein-hashofet.co.il, Gilad Rom rom_g...@ein-hashofet.co.il wrote: Hello, For the past week, I've been trying to build world, in order to get then new egcs up and running. Everytime I try to make world, I get the following: === cc_tools cc -O -I/usr/src/gnu

Re: make world breakage?!?

1999-04-09 Thread John Polstra
: redefinition of `struct callout' *** Error code 1 Stop. It's been like this here for days, and noone's reported it. I've been doing a lot of make worlds the past few days, and I haven't run into it. It didn't appear in the make world I did last night. Have you tried make cleandir; make

latest make world problem

1999-04-09 Thread Kenneth Wayne Culver
This is the latest error that I get with make world cvsupped about an hour ago: /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/gengenrtl.c: In fu nction `type_from_format': /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/gengenrtl.c:87: `F ATAL_EXIT_CODE' undeclared

Re: Make world is broken for days now... :(

1999-04-09 Thread John Polstra
In article 19990409111621.a24...@nuxi.com, David O'Brien obr...@nuxi.com wrote: Everytime I try to make world, I get the following: ..snip.. /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3: linux.h: No such file or directory /usr/src/gnu/usr.bin/cc/cc_tools

Re: Make world is broken for days now... :(

1999-04-09 Thread David O'Brien
I have *NO* idea where you are getting this from. I bet he ran ./configure in contrib/egcs at some point in the past. I think I'll commit a change to ./configure so that it tells the person the right thing to do. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe:

Re: 990409 make world fail more

1999-04-09 Thread David O'Brien
After cvsupping a couple of times make world still fails at : ..snip.. BDE fixed this in rev 1.25 of src/gnu/usr.bin/cc/cc_tools/Makefile. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current

make world breakage

1999-04-08 Thread Snob Art Genre
Trying to make world today and last night, with fairly up-to-the-minute source, I keep bombing out with: `/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/config/i386/i386. md' is up to date. `genattr.c' is up to date. `gencodes.c' is up to date. `genconfig.c' is up to date

Re: make world breakage

1999-04-08 Thread Soren Schmidt
It seems Snob Art Genre wrote: Dont use -jN on the make world, that broke with the EGCS import. Trying to make world today and last night, with fairly up-to-the-minute source, I keep bombing out with: `/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/config/i386/i386. md

Re: make world breakage

1999-04-08 Thread Maxim Sobolev
Please don't disregard to read rpevious messages from this list! As it was pointed earlier make world now fails if -jN option used. Try to build without -j. ? Snob Art Genre wrote: Trying to make world today and last night, with fairly up-to-the-minute source, I keep bombing out with: `/usr

Re: make world breakage

1999-04-08 Thread Snob Art Genre
On Thu, 8 Apr 1999, Maxim Sobolev wrote: Please don't disregard to read rpevious messages from this list! Sorry, I just started running current again the other day, I didn't re-subscribe until last night. As it was pointed earlier make world now fails if -jN option used. Try to build without

-jN make world

1999-04-08 Thread David O'Brien
I think I may have fixed the problem in the Makefile... well I might have fixed another smaller problem, but it is now more broken than before and -jN should work. Please give it a try and let me know. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail to

Re: make world breakage

1999-04-08 Thread Chuck Robey
On Thu, 8 Apr 1999, Soren Schmidt wrote: It seems Snob Art Genre wrote: Dont use -jN on the make world, that broke with the EGCS import. Soren, (if we know) is it the build of egcs (in whole or part) or is it the effect of using egcs, that's broken the rest of the -j build? Trying

Re: -jN make world

1999-04-08 Thread Bob Bishop
At 9:44 am -0700 8/4/99, David O'Brien wrote: I think I may have fixed the problem in the Makefile... well I might have fixed another smaller problem, but it is now more broken than before and -jN should work. Please give it a try and let me know. Still broken here at v1.23. Luoqi's patch

Re: -jN make world

1999-04-08 Thread David O'Brien
Still broken here at v1.23. Luoqi's patch against v1.21 works though Please try rev 1.24 of src/gnu/usr.bin/cc/cc_tools/Makefile. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the

Re: make world breakage

1999-04-08 Thread David O'Brien
It seems Snob Art Genre wrote: Dont use -jN on the make world, that broke with the EGCS import. Soren, (if we know) is it the build of egcs (in whole or part) or is it the effect of using egcs, that's broken the rest of the -j build? The build of egcs. ``cd src/gnu/usr.bin/cc make

Re: -jN make world

1999-04-08 Thread Joel Ray Holveck
I think I may have fixed the problem in the Makefile... well I might have fixed another smaller problem, but it is now more broken than before and -jN should work. If it's not yet fixed, why don't we add something to the buildworld target that checks MAKEFLAGS for -j and issues an error or

make world breakage?!?

1999-04-08 Thread Brian Feldman
Am I the only one to get this error?? cc -nostdinc -O -pipe -I/usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd -I. -I/usr/src/usr.sbin/amd/amd -I/usr/src/usr.sbin/amd/amd/../include -I/usr/src/usr.sbin/amd/amd/../../../contrib/amd/include -I/usr/src/usr.sbin/amd/amd/../../../contrib/amd

make world error with ctm src-cur.3819

1999-04-07 Thread Chan Yiu Wah
Hello, I just wanted to make egcs as the default compiler and tried to make world wit ctm src-cur.3819. I got the error message. Can anyone help ? Thanks. Clarence === Error === In file included from /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/config/i386/xm-i386.h

Re: make world error with ctm src-cur.3819

1999-04-07 Thread David O'Brien
I just wanted to make egcs as the default compiler and tried to make world ... /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3: linux.h: No such file or directory The fact you are refering to linux.h says you've some kind of error... I never commited linux.h or refered

I still get a problem with make world

1999-04-06 Thread Kenneth Wayne Culver
This time, I resupped at about 3 this morning (Eastern Standard Time) and typed make -DNOGAMES world and now I get an error when it compiles dd, and it quits compiling after that. Kenneth Culver To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of

<    1   2   3   4   5   6   >