Re: buildworld failed

2008-02-03 Thread Venkatesh K
From: [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Subject: buildworld failed Hi, I am using FreeBSD Rel 6.3 and cvsup stable. Make buildworld failed for me. Here is the log

Re: buildworld failed

2008-02-03 Thread Christian Baer
On Sun, 3 Feb 2008 15:00:36 +0530 Venkatesh K wrote: I did try that too! Still same problem. 1. Please do not quote everything and then put your comment on top. 2. Try a new csup. Sometime the source tree even in -STABLE is a little unstable. :-) 3. Try removing the -march argument.

RE: buildworld failed

2008-02-03 Thread Supote Leelasuppakorn
supfile. This will give other people more information about your problem. Pote Date: Sun, 3 Feb 2008 15:00:36 +0530 From: [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Subject: Re: buildworld failed I did try that too! Still same problem. Thanks, Venkatesh K On Feb 3, 2008

Re: buildworld failed

2008-02-03 Thread Gerard
On Sun, 3 Feb 2008 15:00:36 +0530 Venkatesh K [EMAIL PROTECTED] wrote: I did try that too! Still same problem. From the FreeBSD manual: 23.4.14.6. What do I do if something goes wrong? Make absolutely sure your environment has no extraneous cruft from earlier builds. This is simple enough. #

Re: buildworld failed

2008-02-03 Thread Venkatesh K
On Feb 3, 2008 5:36 PM, Gerard [EMAIL PROTECTED] wrote: On Sun, 3 Feb 2008 15:00:36 +0530 Venkatesh K [EMAIL PROTECTED] wrote: I did try that too! Still same problem. From the FreeBSD manual: 23.4.14.6. What do I do if something goes wrong? Make absolutely sure your environment has no

Re: buildworld failed

2008-02-03 Thread Venkatesh K
On Feb 3, 2008 6:34 PM, Venkatesh K [EMAIL PROTECTED] wrote: On Feb 3, 2008 5:36 PM, Gerard [EMAIL PROTECTED] wrote: On Sun, 3 Feb 2008 15:00:36 +0530 Venkatesh K [EMAIL PROTECTED] wrote: I did try that too! Still same problem. From the FreeBSD manual: 23.4.14.6. What do I do if

Re: buildworld failed

2008-02-03 Thread Kent Stewart
On Sunday 03 February 2008, Venkatesh K wrote: On Feb 3, 2008 6:34 PM, Venkatesh K [EMAIL PROTECTED] wrote: On Feb 3, 2008 5:36 PM, Gerard [EMAIL PROTECTED] wrote: On Sun, 3 Feb 2008 15:00:36 +0530 Venkatesh K [EMAIL PROTECTED] wrote: I did try that too! Still same problem.

buildworld failed

2008-02-02 Thread Venkatesh K
Hi, I am using FreeBSD Rel 6.3 and cvsup stable. Make buildworld failed for me. Here is the log -- cc -O2 -fno-strict-aliasing -pipe -march=prescott -I/usr/src/sbin/gbde/../../sys

RE: buildworld failed

2008-02-02 Thread Supote Leelasuppakorn
Hi, I have ever faced this problem. I suggested you deleting the whole /usr/obj then make buildworld again. Date: Sun, 3 Feb 2008 08:44:59 +0530 From: [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Subject: buildworld failed Hi, I am using FreeBSD Rel 6.3 and cvsup stable

buildworld failed at lib/libpam/modules/pam_ssh

2006-07-14 Thread Anatoliy Dmytriyev
Hi everybody, After cvsup I have tried to do a buildworld and got: +++ === lib/libpam/modules/pam_ssh (depend) rm -f .depend mkdep -f .depend -a-I -I/usr/src/lib/libpam/modules/pam_ssh/../../../../contrib/openpam/include

buildworld failed in /usr/src/contrib/groff/src/preproc/eqn/eqn.y and lex.cpp, no such file box.h and eqn_tab.h

2005-07-28 Thread Wang FreeBSD
I want to migration from FreeBSD 5.2 to FreeBSD RELENG_5. After using cvsup update source code, I run buildworld. First time it stop at libstdc++, no unwind.h, I fixed it by modify Makefile.inc in it. Second time it stop at libsupc++, fixed it with same way. Third time, it failed in libgroff,

make buildworld failed at suidperl

2004-11-10 Thread Matthias Teege
Moin, I try a cd /usr/src make buildworld. It fails with: cc -O -pipe -I/usr/src/gnu/usr.bin/perl/suidperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/suidperl -DIAMSUID-c sperl.c Global symbol $dir requires explicit package name at

Re: make buildworld failed at suidperl

2004-11-10 Thread Nelis Lamprecht
On Wed, 10 Nov 2004 10:26:51 +0100, Matthias Teege [EMAIL PROTECTED] wrote: Moin, I try a cd /usr/src make buildworld. It fails with: cc -O -pipe -I/usr/src/gnu/usr.bin/perl/suidperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/suidperl -DIAMSUID-c sperl.c Global

Re: make buildworld failed at suidperl

2004-11-10 Thread Matthias Teege
On Wed, Nov 10, 2004 at 12:09:26PM +0200, Nelis Lamprecht wrote: Have you tried cvsuping from another source ? Yes, didn't help. NOPERL=true The make buildworld work but make buildkernel exit with: === snp @ - /usr/src/sys machine - /usr/src/sys/i386/include perl @/kern/vnode_if.pl

buildworld failed

2004-05-07 Thread Daniel Bye
Here's odd. I'm trying to do a buildworld under 5.2.1-RELEASE-p5. src is fully up to date. The buildworld fails as it enters the lib/libncurses subdir during stage 2.1, cleaning up the object tree: [---snip normal output---] === lib/libncurses .depend, line 1: Need an operator .depend, line 2:

make buildworld failed -CURRENT

2004-02-25 Thread Przemek Ceglowski
I'm having problems compiling the current src's. The error I'm having looks like this: (cd /usr/src/rescue/rescue/../../sbin/atm/fore_dnld make -DRESCUE CRUNCH_CFLAGS=-DRESCUE depend make -DRESCUE CRUNCH_CFLAGS=-DRESCUE fore_dnld.o pca200e.o) rm -f .depend mkdep -f .depend -a

RE: make buildworld failed

2003-06-18 Thread
. Gnitiyov e-mail: [EMAIL PROTECTED] -Original Message- From: Joshua Oreman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 1:36 AM To: Cc: [EMAIL PROTECTED] Subject: Re: make buildworld failed On Tue, Jun 17, 2003 at 09:59:45PM +0400 or thereabouts

Re: make buildworld failed

2003-06-18 Thread Kris Kennaway
On Wed, Jun 18, 2003 at 03:43:57PM +0400, ??? ?? wrote: Hello. String was added, MAKE BUILDWORL runned... Not same error, but same place. :-) Last strings from log is (full log on same place: http://www.nashe.ru/mk_bworld.log): -Wmissing-prototypes -Wpointer-arith

Re: make buildworld failed

2003-06-18 Thread Joshua Oreman
] Subject: Re: make buildworld failed On Tue, Jun 17, 2003 at 09:59:45PM +0400 or thereabouts, ??? ?? seemed to write: $ grep mktemp /usr/include/*.h /usr/include/unistd.h:char *mktemp __P((char *)); On my system, it's also in stdlib.h $ nm /usr/lib

RE: make buildworld failed

2003-06-18 Thread
Message- From: Joshua Oreman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 9:03 PM To: Cc: [EMAIL PROTECTED] Subject: Re: make buildworld failed On Wed, Jun 18, 2003 at 03:43:57PM +0400 or thereabouts, ??? ?? seemed to write: Hello. String was added, MAKE

make buildworld failed

2003-06-17 Thread
Hi, All. On my machine with FreeBSD 4.4-RELEASE I was done next steps: Edit /usr/local/etc/CVSUP.conf for next settings: *default host=cvsup4.ru.FreeBSD.org *default base=/var/cvsup *default prefix=/var/cvsup *default release=cvs tag=RELENG_4 *default delete use-rel-suffix #*default compress

Re: make buildworld failed

2003-06-17 Thread Joshua Oreman
On Tue, Jun 17, 2003 at 03:50:41PM +0400 or thereabouts, ??? ?? seemed to write: Hi, All. On my machine with FreeBSD 4.4-RELEASE I was done next steps: Edit /usr/local/etc/CVSUP.conf for next settings: *default host=cvsup4.ru.FreeBSD.org *default base=/var/cvsup *default

RE: make buildworld failed

2003-06-17 Thread
] -Original Message- From: Joshua Oreman [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 8:48 PM To: Cc: [EMAIL PROTECTED] Subject: Re: make buildworld failed On Tue, Jun 17, 2003 at 03:50:41PM +0400 or thereabouts, ??? ?? seemed to write: Hi, All. On my

Re: make buildworld failed

2003-06-17 Thread Joshua Oreman
-Original Message- From: Joshua Oreman [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 8:48 PM To: ??? ?? Cc: [EMAIL PROTECTED] Subject: Re: make buildworld failed On Tue, Jun 17, 2003 at 03:50:41PM +0400 or thereabouts, ??? ?? seemed to write: Hi

Re: make buildworld failed

2003-06-16 Thread Matthew Seaman
On Mon, Jun 16, 2003 at 08:34:18PM +0400, ??? ?? wrote: Hi, All. On machine with FreeBSD 4.4-RELEASE I was done next steps: Edit /usr/local/etc/CVSUP.conf for next settings: *default host=cvsup4.ru.FreeBSD.org *default base=/var/cvsup *default prefix=/var/cvsup *default

make buildworld failed

2003-06-11 Thread
Hi, All. I have a problem with make buildworld on various FreeBSD systems (4.1, 4.4, 4.7). On all systems I used CVSUP with next parameters: *default host=cvsup4.ru.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix #*default

Re: make buildworld failed

2003-06-11 Thread Andrey Simonenko
On Wed, 11 Jun 2003 08:32:59 + (UTC) in lucky.freebsd.questions, çÎÉÔÉ£× ÷ÉËÔÏÒ wrote: [-- text/plain, encoding 7bit, charset: koi8-r, 28 lines --] Hi, All. I have a problem with make buildworld on various FreeBSD systems (4.1, 4.4, 4.7). On all systems I used CVSUP with next

Re: make buildworld failed

2003-06-11 Thread Matthew Seaman
On Wed, Jun 11, 2003 at 12:32:27PM +0400, ??? ?? wrote: I have a problem with make buildworld on various FreeBSD systems (4.1, 4.4, 4.7). On all systems I used CVSUP with next parameters: *default host=cvsup4.ru.FreeBSD.org *default base=/usr *default prefix=/usr *default

Re: make buildworld failed

2003-06-11 Thread
On Wed, Jun 11, 2003 at 12:32:27PM +0400, ??? ?? wrote: I have a problem with make buildworld on various FreeBSD systems (4.1, 4.4, 4.7). On all systems I used CVSUP with next parameters: *default host=cvsup4.ru.FreeBSD.org *default base=/usr *default prefix=/usr

make buildworld failed (crypto related)

2003-02-05 Thread Ihsan Junaidi Ibrahim
Hello all, I cvsup'ed my source early today and modified OpenSSH and OpenSSL to point to the ports collection. I modified make.conf to reflect my changes OPENSSH_OVERWRITE_BASE = true OPENSSL_OVERWRITE_BASE = true AND NO_OPENSSH = true NO_OPENSSL = true The OpenSSH came from

Re: make buildworld failed (crypto related)

2003-02-05 Thread Kris Kennaway
On Thu, Feb 06, 2003 at 02:38:34AM +0800, Ihsan Junaidi Ibrahim wrote: Hello all, I cvsup'ed my source early today and modified OpenSSH and OpenSSL to point to the ports collection. I modified make.conf to reflect my changes You forgot to mention which release you're running. Kris

Re: make buildworld failed (crypto related)

2003-02-05 Thread Ihsan Junaidi Ibrahim
On Thursday 06 February 2003 02:53, Kris Kennaway wrote: On Thu, Feb 06, 2003 at 02:38:34AM +0800, Ihsan Junaidi Ibrahim wrote: Hello all, I cvsup'ed my source early today and modified OpenSSH and OpenSSL to point to the ports collection. I modified make.conf to reflect my changes You

Re: make buildworld failed (crypto related)

2003-02-05 Thread Ihsan Junaidi Ibrahim
On Thursday 06 February 2003 02:38, Ihsan Junaidi Ibrahim wrote: Hello all, I cvsup'ed my source early today and modified OpenSSH and OpenSSL to point to the ports collection. I modified make.conf to reflect my changes OPENSSH_OVERWRITE_BASE = true OPENSSL_OVERWRITE_BASE = true AND

make buildworld failed

2002-11-27 Thread iulian
Hello! Today, I have updated my source tree to 5.0 current, right now I am using 4.7 release. Make buildworld finished wirh error code 2 at this: /usr/obj/usr/src/i386/usr/lib/libtinfo_p.a-libncurses_p.a Have anyone ever the same problem? Thanks! --- Iulian Romtelecom OM Network Operation

Re: make buildworld failed

2002-11-27 Thread Kris Kennaway
On Wed, Nov 27, 2002 at 12:39:18PM +, iulian wrote: Hello! Today, I have updated my source tree to 5.0 current, right now I am using 4.7 release. Make buildworld finished wirh error code 2 at this: /usr/obj/usr/src/i386/usr/lib/libtinfo_p.a-libncurses_p.a Have anyone ever the same