Re: ccache make buildworld fails (mmap problem?)

2009-07-20 Thread Mel Flynn
On Mon, 20 Jul 2009 08:46:48 +0900, Hashimoto hsm...@gmail.com wrote: Hello. I have a problem about ccache. I installed devel/ccache from ports. make buildworld stopped immediately and failed. In the ccache log file, I found the Faild to mmap message. I also tried to reinstall

Re: ccache make buildworld fails (mmap problem?)

2009-07-20 Thread Hashimoto
I have a problem about ccache. I installed devel/ccache from ports. make buildworld stopped immediately and failed. In the ccache log file, I found the Faild to mmap message. http://lists.freebsd.org/pipermail/freebsd-hackers/2009-July/029141.html Thanks Mel. Problem solved. I applied

ccache make buildworld fails (mmap problem?)

2009-07-19 Thread Hashimoto
. But, again, it failed. When I disable ccache, make buildworld installing devel/libtool15 successfully finishes. Any suggestions? Regeards. 1. make buildworld fails # cd /usr/src # make buildworld CC='/usr/local/libexec/ccache/world-cc' mkdep -f .depend -a -I/usr/obj/usr/src/tmp/legacy/usr/include /usr

make buildworld fails. Whats wrong?

2007-12-26 Thread User Elph
I have updated a /usr/src from cvs-repositary. But buildworld fails with error code 1 in /usr/src/lib/ libcomm_err/doc. com_err.info - not found. whats wrong? PS. I have installed a FreeBSD-7.0 - BETA4. ___ freebsd-questions@freebsd.org mailing list

make buildworld fails

2007-12-12 Thread Jamie Avery
Hi I have a custom Kernel Config file in /usr/src/sys/amd64/conf/. I have put KERNCONF=/kernelname/ into /etc/make.conf. However, when I make buildkernel, I get the following error ERROR: Missing kernel configuration file(s) (/kernelname/). *** Error code 1 Make.conf appears to be looking

Re: make buildworld fails

2007-12-12 Thread Philip M. Gollucci
Jamie Avery wrote: put KERNCONF=/kernelname/ into /etc/make.conf. However, when I make buildkernel, I get the following error 7.x+ src.conf, below make.conf grep KERNCONF /etc/make.conf /etc/src.conf /etc/src.conf:KERNCONF?= RIDERWAY NO /s neccessary. --

Re: make buildworld fails on 6.2-STABLE

2007-07-27 Thread Jonathan Chen
On Thu, Jul 26, 2007 at 11:12:26AM -0500, J.D. Bronson wrote: so I deleted /usr/src redownloaded from a different mirror and tried make buildworld again... It still failed -but this time at a different point: Standard behaviour of failing hardware - most likely memory. -- Jonathan Chen

Re: make buildworld fails on 6.2-STABLE

2007-07-27 Thread JD Bronson
At 08:19 PM 7/27/2007 +1200, Jonathan Chen wrote: On Thu, Jul 26, 2007 at 11:12:26AM -0500, J.D. Bronson wrote: so I deleted /usr/src redownloaded from a different mirror and tried make buildworld again... It still failed -but this time at a different point: Standard behaviour of failing

Re: make buildworld fails on 6.2-STABLE

2007-07-26 Thread J.D. Bronson
so I deleted /usr/src redownloaded from a different mirror and tried make buildworld again... It still failed -but this time at a different point: mkdep -f .depend -a-DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\/usr\ -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools

Re: make buildworld fails on 6.2-STABLE

2007-07-26 Thread J.D. Bronson
At 09:16 AM 07/26/2007, Heiko Wundram (Beenic) wrote: Am Donnerstag 26 Juli 2007 15:54:36 schrieb J.D. Bronson: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://gcc.gnu.org/bugs.html for instructions.

make buildworld fails on 6.2-STABLE

2007-07-26 Thread J.D. Bronson
Can someone help me with this? I cvs'd up this am to 6.2-STABLE and now buildworld fails.. In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include/bits/locale_facets.h:2963, from /usr/obj/usr/src/tmp/usr/include/c++/3.4/locale:46,

Re: make buildworld fails on 6.2-STABLE

2007-07-26 Thread Heiko Wundram (Beenic)
Am Donnerstag 26 Juli 2007 15:54:36 schrieb J.D. Bronson: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://gcc.gnu.org/bugs.html for instructions. Most probably a (physical) memory error. As the message

make Buildworld fails...why?

2007-05-06 Thread Mark Stout
Hello, I've been trying to upgrade a 5.4-RELEASE to 6.2-RELEASE and having a bit of a problem. Downloaded and untar's the source files for base, catpages, dict, doc, games, info, manpages, proflibs, and src directories per INSTALL.TXT in the releases/.../src directory after backing up my local

Re: make Buildworld fails...why?

2007-05-06 Thread Josh Paetzel
Mark Stout wrote: Hello, I've been trying to upgrade a 5.4-RELEASE to 6.2-RELEASE and having a bit of a problem. Downloaded and untar's the source files for base, catpages, dict, doc, games, info, manpages, proflibs, and src directories per INSTALL.TXT in the releases/.../src directory

make buildworld fails with CPUTYPE set

2006-05-09 Thread Pietro Cerutti
Hi list, I'm upgrading an x86 from 6.0-RELEASE to 6.1-RELEASE (RELENG_6_1). - The CPU is hw.machine: i386 hw.model: Pentium III/Pentium III Xeon/Celeron - I have these options specified in /etc/make.conf CPUTYPE=pentium3[m] CFLAGS= -O2 -pipe COPTFLAGS= -O2 -pipe - I'm getting this errors at

[SOLVED] Re: make buildworld fails with CPUTYPE set

2006-05-09 Thread Pietro Cerutti
On 5/9/06, Pietro Cerutti [EMAIL PROTECTED] wrote: CPUTYPE=pentium3[m] I solved the problem by putting pentium3 instead of pentium3[m]. So why it's stated pentium3[m] in line 35 of /usr/src/share/examples/etc/make.conf ? # (Intel CPUs) nocona pentium4[m] prescott pentium3[m] pentium-m

Re: [SOLVED] Re: make buildworld fails with CPUTYPE set

2006-05-09 Thread Erik Trulsson
On Tue, May 09, 2006 at 11:21:52PM +0200, Pietro Cerutti wrote: On 5/9/06, Pietro Cerutti [EMAIL PROTECTED] wrote: CPUTYPE=pentium3[m] I solved the problem by putting pentium3 instead of pentium3[m]. So why it's stated pentium3[m] in line 35 of /usr/src/share/examples/etc/make.conf ? #

Re: [SOLVED] Re: make buildworld fails with CPUTYPE set

2006-05-09 Thread RW
On Tuesday 09 May 2006 22:21, Pietro Cerutti wrote: On 5/9/06, Pietro Cerutti [EMAIL PROTECTED] wrote: CPUTYPE=pentium3[m] I solved the problem by putting pentium3 instead of pentium3[m]. So why it's stated pentium3[m] in line 35 of /usr/src/share/examples/etc/make.conf ? [] is usually

Re: [SOLVED] Re: make buildworld fails with CPUTYPE set

2006-05-09 Thread Pietro Cerutti
On 5/9/06, RW [EMAIL PROTECTED] wrote: On Tuesday 09 May 2006 22:21, Pietro Cerutti wrote: On 5/9/06, Pietro Cerutti [EMAIL PROTECTED] wrote: CPUTYPE=pentium3[m] I solved the problem by putting pentium3 instead of pentium3[m]. So why it's stated pentium3[m] in line 35 of

make buildworld fails

2006-02-13 Thread gandalf
Hello, I have this file /etc/sup.sys: *default host=cvsup.hu.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_6 *default delete use-rel-suffix *default compress src-all Then I traverse to /usr and execute this command: cvsup /etc/sup.sys After successful

Re: make buildworld fails

2006-02-13 Thread Kevin Kinsey
gandalf wrote: Hello, I have this file /etc/sup.sys: *default host=cvsup.hu.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_6 *default delete use-rel-suffix *default compress src-all Then I traverse to /usr and execute this command: cvsup /etc/sup.sys

Re: make buildworld fails

2006-02-13 Thread László Nagy
Here's what I would try. Upgrade to RELENG_4 via the cvsup/buildworld process, read Bruce Mah's 4.11-5.X Migration Guide, and be sure and include mergemaster -p in your buildworld cycle. Can you tell me where is that migration guide? When I google for it, I only get posts about that

make buildworld fails from 5.4-6.0

2005-12-05 Thread Anthony Philipp
Hello, I am trying to upgrade from 5.4 to 6.0. I ran cvsup and tried a make buildworld, but it failed. So I checked out the handbook and noticed that it mentioned I should run a mergemaster -p first. So I did that and I still failed. Here are the last few lines: : undefined reference to

Re: make buildworld fails from 5.4-6.0

2005-12-05 Thread Benjamin Sobotta
Hey! You might want to have a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html especially subsection 20.4.16.6. What do I do if something goes wrong Further, I believe that you run mergemaster -p before make installworld. Not buildworld, after all I believe

Re: make buildworld fails from 5.4-6.0

2005-12-05 Thread Anthony Philipp
On Mon, Dec 05, 2005 at 10:41:15AM +, Benjamin Sobotta [EMAIL PROTECTED] wrote: Hey! You might want to have a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html especially subsection 20.4.16.6. What do I do if something goes wrong I will try

Re: make buildworld fails from 5.4-6.0

2005-12-05 Thread Benjamin Sobotta
On Monday 05 December 2005 09:51, Anthony Philipp wrote: On Mon, Dec 05, 2005 at 10:41:15AM +, Benjamin Sobotta [EMAIL PROTECTED] wrote: Hey! You might want to have a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html especially subsection

Re: make buildworld fails from 5.4-6.0

2005-12-05 Thread Robert Marella
On Mon, 5 Dec 2005 03:11:46 -0600 Anthony Philipp [EMAIL PROTECTED] wrote: Hello, I am trying to upgrade from 5.4 to 6.0. I ran cvsup and tried a make buildworld, but it failed. So I checked out the handbook and noticed that it mentioned I should run a mergemaster -p first. So I did that

Re: make buildworld fails from 5.4-6.0

2005-12-05 Thread Anthony Philipp
On Mon, Dec 05, 2005 at 08:12:50AM -1000, Robert Marella [EMAIL PROTECTED] wrote: Hello Anthony Did you remove everything under the /usr/obj directory before make buildworld? Good luck Robert I now have, and that fixed the problem. Thanks for you help! Anthony

make buildworld fails on step 1.2 and questions

2005-09-20 Thread Garrett Cooper
Hello, I'm building my OS from source from the first time, and I realize that I must have missed a step in configuring it properly. I just hate treading through a lot of documentation when there isn't a really nice search feature involved, so if someone can give me the steps they

Re: make buildworld fails on step 1.2 and questions

2005-09-20 Thread Chris
Garrett Cooper wrote: Hello, I'm building my OS from source from the first time, and I realize that I must have missed a step in configuring it properly. I just hate treading through a lot of documentation when there isn't a really nice search feature involved, so if someone can give

Re: make buildworld fails on step 1.2 and questions

2005-09-20 Thread Garrett Cooper
On Sep 20, 2005, at 7:01 PM, Chris wrote: A few things - If you are using CURRENT (anything) you have posted to the wrong list - try FreeBSD-CURRENT. K. If your a newb (as you seem to be), you should be using either 5.4-RELEASE or 4.11-RELEASE Meh. I just want to get my hands

Re: make buildworld fails in openssl/colldef [SOLVED]

2005-07-28 Thread Alex Zbyslaw
Marius Korsmo wrote: It took two weeks to fix this problem, and therefore I do have a few questions. The error turned out to be in err.h. The file located in /usr/include was totally different from the one located in /usr/src/include. /*- * Copyright (c) 1993 *The Regents of the

Re: make buildworld fails in openssl/colldef [SOLVED]

2005-07-28 Thread Marius Korsmo
Quoting Alex Zbyslaw [EMAIL PROTECTED]: Marius Korsmo wrote: It took two weeks to fix this problem, and therefore I do have a few questions. The error turned out to be in err.h. The file located in /usr/include was totally different from the one located in /usr/src/include. /*- *

Re: make buildworld fails in openssl/colldef [SOLVED]

2005-07-28 Thread Alex Zbyslaw
Marius Korsmo wrote: That does not look like an *old* version, it looks like a completely different file. Did you install anything not from ports that might have overwritten it? Did you try and install a port into a target hierarchy that /usr/local? (The same copyright header as the real

make buildworld fails in openssl/colldef [SOLVED]

2005-07-27 Thread Marius Korsmo
It took two weeks to fix this problem, and therefore I do have a few questions. The error turned out to be in err.h. The file located in /usr/include was totally different from the one located in /usr/src/include. /*- * Copyright (c) 1993 *The Regents of the University of California. All

make buildworld fails in openssl/colldef

2005-07-24 Thread Marius Korsmo
I get this error when trying to buildworld: mkdep -f .depend -a-I. -I/usr/src/usr.bin/colldef -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT -I/usr/obj/usr/src/i386/legacy/usr/include parse.c scan.c echo colldef: /usr/lib/libc.a /usr/lib/libl.a

make buildworld fails

2005-06-22 Thread Valerio Daelli
Hi all I just did a cvsup with this supfile: __ *default host=cvsup.fi.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_5 *default delete use-rel-suffix *default compress src-all __ Then I started to

Re: make buildworld fails

2005-06-22 Thread Giorgos Keramidas
On 2005-06-22 14:38, Valerio Daelli [EMAIL PROTECTED] wrote: Then I started to make buildworld. But it fails with this error: __ cc -O3 -mtune=pentium4 -march=pentium4 -pipe -funroll-loops -ffast-math -march=pentium4 -I/usr/src/lib/libc/include

Re: make buildworld fails

2005-06-22 Thread Valerio Daelli
Yes. You're using unsupported optimizations. Please read very carefully the comments above CFLAGS in /usr/share/examples/etc/make.conf - Giorgos Thanks a lot! I'll use a safer optimization. Valeiro ___

RE: make buildworld fails and a reboot?

2004-02-19 Thread Eric F Crist
-Original Message- From: Chuck Swiger [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 10:50 PM To: [EMAIL PROTECTED] Cc: FreeBSD questions List Subject: Re: make buildworld fails and a reboot? Eric F Crist wrote: Hey all. I figured out why my system doesn't seem

make buildworld fails and a reboot?

2004-02-18 Thread Eric F Crist
Hey all. I figured out why my system doesn't seem to be working. For some reason, make world failed and the system rebooted. Now, I can't cvsup any new sources. How do I recover from this? Please tell me I don't have to reinstall from scratch. Thanks. -- Eric F Crist AdTech Integrated

Re: make buildworld fails and a reboot?

2004-02-18 Thread Chuck Swiger
Eric F Crist wrote: Hey all. I figured out why my system doesn't seem to be working. For some reason, make world failed and the system rebooted. Now, I can't cvsup any new sources. How do I recover from this? make world doesn't always result in a working system, which is why the procedure

Re: make word / make buildworld fails in libtelnet ...

2004-02-08 Thread Kris Kennaway
On Sun, Feb 08, 2004 at 10:29:33AM -0500, Ben Williams wrote: ... if your make.conf specifies WARNS_WERROR= yes and may fail if any CFLAGS are specified there too. Yes, because that's what you asked for. Kris pgp0.pgp Description: PGP signature

make word / make buildworld fails in libtelnet ...

2004-02-08 Thread Ben Williams
... if your make.conf specifies WARNS_WERROR= yes and may fail if any CFLAGS are specified there too. In file included from /usr/obj/usr/src/i386/usr/include/openssl/ui_compat.h:63, from /usr/obj/usr/src/i386/usr/include/openssl/des_old.h:439, from

make buildworld fails

2004-01-19 Thread Nick Rogness
I cvsup'd just a few minutes ago and tried a make buildworld. Any hints as to why I'm failing out? Details below: # uname -a FreeBSD cody.jharris.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 # cd /usr/src make

Re: make buildworld fails

2004-01-19 Thread Kent Stewart
On Monday 19 January 2004 10:12 am, Nick Rogness wrote: I cvsup'd just a few minutes ago and tried a make buildworld. Any hints as to why I'm failing out? Details below: For starters, what did you cvsup? Kent # uname -a FreeBSD cody.jharris.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon

Re: make buildworld fails

2004-01-19 Thread Kevin D. Kinsey, DaleCo, S.P.
Nick Rogness wrote: I cvsup'd just a few minutes ago and tried a make buildworld. Any hints as to why I'm failing out? Details below: /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/binutils/objdump.c:1553: unterminated character constant mkdep: compile failed Yes ;-)

Re: make buildworld fails

2004-01-19 Thread Nick Rogness
On Mon, 19 Jan 2004, Kevin D. Kinsey, DaleCo, S.P. wrote: Nick Rogness wrote: I cvsup'd just a few minutes ago and tried a make buildworld. Any hints as to why I'm failing out? Details below: /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/binutils/objdump.c:1553:

Re: make buildworld fails

2004-01-19 Thread Kent Stewart
On Monday 19 January 2004 11:55 am, Nick Rogness wrote: On Mon, 19 Jan 2004, Kevin D. Kinsey, DaleCo, S.P. wrote: Nick Rogness wrote: I cvsup'd just a few minutes ago and tried a make buildworld. Any hints as to why I'm failing out? Details below:

Re: make buildworld fails

2004-01-19 Thread Nick Rogness
On Mon, 19 Jan 2004, Kent Stewart wrote: On Monday 19 January 2004 11:55 am, Nick Rogness wrote: On Mon, 19 Jan 2004, Kevin D. Kinsey, DaleCo, S.P. wrote: Nick Rogness wrote: I cvsup'd just a few minutes ago and tried a make buildworld. Any hints as to why I'm failing out? Details

Re: make buildworld fails

2004-01-19 Thread Kent Stewart
On Monday 19 January 2004 01:56 pm, Nick Rogness wrote: On Mon, 19 Jan 2004, Kent Stewart wrote: On Monday 19 January 2004 11:55 am, Nick Rogness wrote: On Mon, 19 Jan 2004, Kevin D. Kinsey, DaleCo, S.P. wrote: Nick Rogness wrote: I cvsup'd just a few minutes ago and tried a make

Re: 5.1 current make buildworld fails consistently on crtstuff.c- Help?

2003-10-17 Thread Kris Kennaway
On Mon, Oct 13, 2003 at 07:52:34PM -0400, Scott W wrote: cc -O -pipe -DSMP -DAPIC_IO -march=pentiumpro -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow

5.1 current make buildworld fails consistently on crtstuff.c- Help?

2003-10-15 Thread Scott W
Hey all. I've been unsuccessful at performing a 'make buildworld' for the past week based on a cvsup of 5.1-current. This is a fresh install as of ~10 days ago on a Dual Celeron BP-6 system, 784M RAM. To say this is getting frustrating at this point is an understatementanyone else

make buildworld fails

2003-06-30 Thread Maarten de Vries
Hi, I'm trying to upgrade an old P166 from 5.0 to 5.1-R using freshly cvsup'ed sources. After a couple of hours (heh...) it suddenly halts: /usr/obj/usr/src/i386/usr/lib/libtermlib_p.a - libncurses_p.a /usr/obj/usr/src/i386/usr/lib/libmytinfo_p.a - libncurses_p.a

Re: make buildworld fails

2003-06-30 Thread Kris Kennaway
On Mon, Jun 30, 2003 at 04:12:14PM +0200, Maarten de Vries wrote: Hi, I'm trying to upgrade an old P166 from 5.0 to 5.1-R using freshly cvsup'ed sources. After a couple of hours (heh...) it suddenly halts: /usr/obj/usr/src/i386/usr/lib/libtermlib_p.a - libncurses_p.a

Re: Make buildworld fails (many times)

2003-06-23 Thread Kris Kennaway
On Sun, Jun 22, 2003 at 05:25:33PM -0700, Charlie Schluting wrote: On Sun, 22 Jun 2003, Kris Kennaway wrote: On Sun, Jun 22, 2003 at 02:15:46PM -0700, Charlie Schluting wrote: Other info: AMD K6-2 450MHz, 192MB. Current install: 5.0-RELEASE-p7 This is likely to be a hardware

Make buildworld fails (many times)

2003-06-22 Thread Charlie Schluting
Ok, I must be doing something wrong. This is my firewall box (5.0) and it has the calcru negative time of blah for pid blah issue. So, I decided to rebuild the world. Here's what I did: rm -rf /usr/src/* cvsup'd with this: *default release=cvs tag=RELENG_5_0 src-all The first time, I did make

Re: Make buildworld fails (many times)

2003-06-22 Thread Kris Kennaway
On Sun, Jun 22, 2003 at 02:15:46PM -0700, Charlie Schluting wrote: Other info: AMD K6-2 450MHz, 192MB. Current install: 5.0-RELEASE-p7 This is likely to be a hardware issue. AMD k6's are very sensitive to temperature and require lots of CPU cooling. Or maybe you have bad RAM or other

Re: Make buildworld fails (many times)

2003-06-22 Thread Charlie Schluting
On Sun, 22 Jun 2003, Kris Kennaway wrote: On Sun, Jun 22, 2003 at 02:15:46PM -0700, Charlie Schluting wrote: Other info: AMD K6-2 450MHz, 192MB. Current install: 5.0-RELEASE-p7 This is likely to be a hardware issue. AMD k6's are very sensitive to temperature and require lots of CPU

Re: Make buildworld fails (many times)

2003-06-22 Thread Kent Stewart
On Sunday 22 June 2003 05:25 pm, Charlie Schluting wrote: On Sun, 22 Jun 2003, Kris Kennaway wrote: On Sun, Jun 22, 2003 at 02:15:46PM -0700, Charlie Schluting wrote: Other info: AMD K6-2 450MHz, 192MB. Current install: 5.0-RELEASE-p7 This is likely to be a hardware issue. AMD

Re: Make buildworld fails (many times)

2003-06-22 Thread Charlie Schluting
Kent Stewart wrote: It doesn't matter. My rule is that if you are the only one with problems, it is your computer that has the problem. There haven't been a number of complaints of buildworld failures in -current, which is where they would be if 5.x was failing. In the past, IIRC, many of the

Make buildworld fails for 5.0

2003-03-04 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm getting the following error in my: 'make buildworld' === gnu/usr.bin/cc/cc_int /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genattrtab /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md

Re: Make buildworld fails for 5.0

2003-03-04 Thread Andy Farkas
I'm getting the following error in my: 'make buildworld' === gnu/usr.bin/cc/cc_int /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genattrtab /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md insn-attrtab.c Killed *** Error code 137 Sounds

RE: Make buildworld fails for 5.0

2003-03-04 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, March 04, 2003 8:47 PM Andy Farkas mailto:[EMAIL PROTECTED] wrote: I'm getting the following error in my: 'make buildworld' === gnu/usr.bin/cc/cc_int /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genattrtab

RE: Make buildworld fails for 5.0

2003-03-04 Thread Andy Farkas
On Tue, 4 Mar 2003, Mike Loiterman wrote: [21:02:07 [EMAIL PROTECTED]: /usr/src]# swapinfo Device 1K-blocks UsedAvail Capacity Type /dev/ad2s1b 78008515362647266%Interleaved I don't know what to make of either of these commands. Which logs should I

Re: Make buildworld fails for 5.0

2003-03-04 Thread taxman
On Tuesday 04 March 2003 09:40 pm, Mike Loiterman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm getting the following error in my: 'make buildworld' I'm currently running 5.0-RELEASE #0 and I've cvsup'ed to '.'. So then this belongs on -current. See

Make Buildworld fails 4.5-R - 4.7 R

2003-02-04 Thread Blake Swensen
When upgrading to the latest release on the 4 tree get the following: % cd /usr/src make cleandir make cleandir % cd /usr/src % make buildworld [snip] === lib/libcom_err/doc cc -O -pipe -I/usr/src/lib/libcom_err/../../contrib/com_err -c /usr/src/lib/libcom_err/../../contrib/com_err/com_err.c

Re: make buildworld fails on RELENG_4_7 - solved, but now buildkernel fails...

2002-11-12 Thread E.S.
Well, It appears that my problem in running make buildworld was that I had uncommented the line: #NO_OPENSSL= true in my /etc/make.conf. This makes sense (except with respect to libncurses) given how many libs and apps rely depend on OpenSSL... But 4.7 has just successfully built world.

Re: make buildworld fails

2002-11-04 Thread Chris Pressey
On Fri, 1 Nov 2002 14:11:10 +0200 Giorgos Keramidas [EMAIL PROTECTED] wrote: On 2002-10-31 20:26, Chris Pressey [EMAIL PROTECTED] wrote: On Thu, 31 Oct 2002 14:32:40 +0200 Lefteris Tsintjelis [EMAIL PROTECTED] wrote: Compile with OPENSSH and use sshd_program=/usr/local/sbin/sshd at ur

Re: make buildworld fails

2002-11-01 Thread Giorgos Keramidas
On 2002-10-31 20:26, Chris Pressey [EMAIL PROTECTED] wrote: On Thu, 31 Oct 2002 14:32:40 +0200 Lefteris Tsintjelis [EMAIL PROTECTED] wrote: Compile with OPENSSH and use sshd_program=/usr/local/sbin/sshd at ur rc.conf if you are trying to use the new sshd. U will also need to change the

Re: make buildworld fails

2002-10-31 Thread Lefteris Tsintjelis
Chris Pressey wrote: On Wed, 30 Oct 2002 23:41:49 +0200 Giorgos Keramidas [EMAIL PROTECTED] wrote: On 2002-10-29 19:26, Chris Pressey [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002 14:28:39 + Matthew Seaman [EMAIL PROTECTED] wrote: I think what has happened is that one or more

Re: make buildworld fails

2002-10-31 Thread Lefteris Tsintjelis
I've done this now with NO_OPENSSH=true in make.conf, but I *still* get errors! I had the exact same results when I tried NO_OPENSSH=true. Kernel ^World wouldn't compile. Seems like kernel is broken with NO_OPENSSH=true.

Re: make buildworld fails

2002-10-31 Thread Giorgos Keramidas
On 2002-10-30 19:12, Chris Pressey [EMAIL PROTECTED] wrote: On Wed, 30 Oct 2002 23:41:49 +0200 Giorgos Keramidas [EMAIL PROTECTED] wrote: + Remove everything under /usr/obj. # chflags -R noschg /usr/obj # rm -fr /usr/obj/* + CVSup your sources. + Start a new buildworld.

Re: make buildworld fails

2002-10-31 Thread Lefteris Tsintjelis
Giorgos Keramidas wrote: On 2002-10-30 19:12, Chris Pressey [EMAIL PROTECTED] wrote: On Wed, 30 Oct 2002 23:41:49 +0200 Giorgos Keramidas [EMAIL PROTECTED] wrote: + Remove everything under /usr/obj. # chflags -R noschg /usr/obj # rm -fr /usr/obj/* + CVSup your

Re: make buildworld fails

2002-10-30 Thread Giorgos Keramidas
On 2002-10-29 19:26, Chris Pressey [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002 14:28:39 + Matthew Seaman [EMAIL PROTECTED] wrote: I think what has happened is that one or more of the Makefiles in the src tree hasn't been updated properly, possibly because cvsup(1) doesn't think it

Re: make buildworld fails

2002-10-30 Thread Chris Pressey
On Wed, 30 Oct 2002 23:41:49 +0200 Giorgos Keramidas [EMAIL PROTECTED] wrote: On 2002-10-29 19:26, Chris Pressey [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002 14:28:39 + Matthew Seaman [EMAIL PROTECTED] wrote: I think what has happened is that one or more of the Makefiles in the src

Re: make buildworld fails

2002-10-29 Thread Matthew Seaman
On Tue, Oct 29, 2002 at 03:31:43AM -0600, Chris Pressey wrote: I've been following the -STABLE development tree for a while now without any problems, using cvsup from 'make update'. But sometime over the summer, a problem crept in somewhere and 'make buildworld' now fails. Curious. It's not

Re: make buildworld fails

2002-10-29 Thread Matthew Seaman
On Tue, Oct 29, 2002 at 06:47:30AM -0600, Chris Pressey wrote: I do indeed have /usr/src/include/glob.h, and it is 4480 bytes and it defines the macros in question. However, the copy in /usr/include is only 4055 bytes and is older (Aug 21 2001) and it does NOT define the macros in question.

Re: make buildworld fails

2002-10-29 Thread Chris Pressey
On Tue, 29 Oct 2002 14:28:39 + Matthew Seaman [EMAIL PROTECTED] wrote: On Tue, Oct 29, 2002 at 06:47:30AM -0600, Chris Pressey wrote: I do indeed have /usr/src/include/glob.h, and it is 4480 bytes and it defines the macros in question. However, the copy in /usr/include is only 4055

make buildworld fails linker can't find -lc??

2002-10-25 Thread Jim
I am not sure exactly what this means. I am attempting to bring my 4.2-REL box to current. Here is the clip of what is happening: # make buildworld -- Upgrading the installed make