Re: continuing 14-CURRENT buildworld error...

2023-03-02 Thread Jeffrey Bouquet
On Tue, 28 Feb 2023 00:23:59 -0800 (PST), "Jeffrey Bouquet" wrote: > in src.conf: > > WITHOUT_TFTP= > > nevertheless, the buildworld halts in building tftp-proxy... > > .. > OR it halts with too may of the below errors: the buildworld doesn't inform > which process stopped it. > > l

continuing 14-CURRENT buildworld error...

2023-02-28 Thread Jeffrey Bouquet
in src.conf: WITHOUT_TFTP= nevertheless, the buildworld halts in building tftp-proxy... .. OR it halts with too may of the below errors: the buildworld doesn't inform which process stopped it. ld.lld error: undefined symbol FreeBSD_nvlist_* [ many undefined symbols each starting with th

FreeBSD CURRENT buildworld in virtualbox guest crashes FreeBSD host

2019-09-25 Thread Don Lewis
Please forgive the crosspost, I don't know where the problem actually belongs. For the last several months I've had a problem where doing a buildworld on FreeBSD CURRENT running as a virtualbox guest is crashing a the FreeBSD current host. This doesn't always happen, but there is a pattern. The

11.0-CURRENT buildworld lib32/libsoft failures: ioctl.c and sys/dev/ciss/cissio.h and __amd64__ vs. __amd64 example; LIBCOMPATWMAKEFLAGS and CP="${XCPP}"

2016-04-09 Thread Mark Millard
I'm currently getting errors for CCIS_PASSTHRU32 and others in ioctl.c not being defined while an amd64 context updates itself from -r297514 to -r297769 via buildworld. The problem is during lib32's build activity. A grep of the log shows: > ioctl.c:472:18: error: use of undeclared identifier '

Re: CURRENT: buildworld failure due to nvmecontrol source error

2016-01-30 Thread NGie Cooper
> On Jan 30, 2016, at 04:10, Outback Dingo wrote: > > On Sat, Jan 30, 2016 at 12:39 PM, O. Hartmann > wrote: > >> Buildworld (r295070) fails in building nvmecontrol patches correctly: >> >> [...] >> (cd /usr/src/lib/libc/tests/gen && DEPENDFILE=.depend.raise_test >> NO_SUBDIR=1 make >> -f /u

Re: CURRENT: buildworld failure due to nvmecontrol source error

2016-01-30 Thread Outback Dingo
On Sat, Jan 30, 2016 at 12:39 PM, O. Hartmann wrote: > Buildworld (r295070) fails in building nvmecontrol patches correctly: > > [...] > (cd /usr/src/lib/libc/tests/gen && DEPENDFILE=.depend.raise_test > NO_SUBDIR=1 make > -f /usr/src/lib/libc/tests/gen/Makefile _RECURSING_PROGS=t > PROG=raise_t

CURRENT: buildworld failure due to nvmecontrol source error

2016-01-30 Thread O. Hartmann
Buildworld (r295070) fails in building nvmecontrol patches correctly: [...] (cd /usr/src/lib/libc/tests/gen && DEPENDFILE=.depend.raise_test NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/gen/Makefile _RECURSING_PROGS=t PROG=raise_test ) --- all_subdir_share --- ===> share/i18n/csmapper/APPLE (a

Re: [CURRENT] buildworld failure: pfkeyv2.h:230:10: error: expected parameter declarator

2015-07-30 Thread Glen Barber
On Fri, Jul 31, 2015 at 07:57:20AM +0200, O. Hartmann wrote: > CURRENT (r286107) fails in buildworld with the error shown below: > > --- all_subdir_libipsec --- > In file included from /usr/src/lib/libipsec/ipsec_strerror.c:39: > In file included from /usr/obj/usr/src/tmp/usr/include/netipsec/ipse

[CURRENT] buildworld failure: pfkeyv2.h:230:10: error: expected parameter declarator

2015-07-30 Thread O. Hartmann
CURRENT (r286107) fails in buildworld with the error shown below: --- all_subdir_libipsec --- In file included from /usr/src/lib/libipsec/ipsec_strerror.c:39: In file included from /usr/obj/usr/src/tmp/usr/include/netipsec/ipsec.h:45: /usr/obj/usr/src/tmp/usr/include/net/pfkeyv2.h:230:10: error: e

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-06 Thread O. Hartmann
Am Sun, 5 Oct 2014 15:20:20 -0700 Mark Johnston schrieb: > On Sun, Oct 05, 2014 at 11:18:55AM +0200, O. Hartmann wrote: > > Am Sun, 5 Oct 2014 05:36:57 +0400 > > Arseny Nasokin schrieb: > > > > > Mark, > > > > > > Thank you for patch, I encounter same error and this patch works for me. > > >

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread Mark Johnston
On Sun, Oct 05, 2014 at 11:18:55AM +0200, O. Hartmann wrote: > Am Sun, 5 Oct 2014 05:36:57 +0400 > Arseny Nasokin schrieb: > > > Mark, > > > > Thank you for patch, I encounter same error and this patch works for me. > > > > ✪ > > > > > > -- Eir Nym > > > > On 5 October 2014 04:43, Mark Johns

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread Ranjan1018 .
2014-10-05 11:37 GMT+02:00 Arseny Nasokin : > Waiting for patch in -CURRENT. > > -- Eir Nym > > This patch work in r272559 for me: http://pastebin.com/2QJRYjCK Regards Maurizio ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread Arseny Nasokin
Waiting for patch in -CURRENT. -- Eir Nym On 5 October 2014 13:18, O. Hartmann wrote: > Am Sun, 5 Oct 2014 05:36:57 +0400 > Arseny Nasokin schrieb: > > > Mark, > > > > Thank you for patch, I encounter same error and this patch works for me. > > > > ✪ > > > > > > -- Eir Nym > > > > On 5 October

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread O. Hartmann
Am Sun, 5 Oct 2014 05:36:57 +0400 Arseny Nasokin schrieb: > Mark, > > Thank you for patch, I encounter same error and this patch works for me. > > ✪ > > > -- Eir Nym > > On 5 October 2014 04:43, Mark Johnston wrote: > > > On Sat, Oct 04, 2014 at 04:41:07PM -0700, Russell L. Carter wrote: >

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread O. Hartmann
Am Sat, 4 Oct 2014 15:58:48 -0700 Mark Johnston schrieb: > On Sat, Oct 4, 2014 at 3:40 PM, Mark Johnston wrote: > > On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: > >> On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston wrote: > >> > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Arseny Nasokin
Mark, Thank you for patch, I encounter same error and this patch works for me. ✪ -- Eir Nym On 5 October 2014 04:43, Mark Johnston wrote: > On Sat, Oct 04, 2014 at 04:41:07PM -0700, Russell L. Carter wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > > > > > On 10/04/14 15:

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Mark Johnston
On Sat, Oct 04, 2014 at 04:41:07PM -0700, Russell L. Carter wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > On 10/04/14 15:58, Mark Johnston wrote: > > On Sat, Oct 4, 2014 at 3:40 PM, Mark Johnston > > wrote: > >> On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: > >>

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Russell L. Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/04/14 15:58, Mark Johnston wrote: > On Sat, Oct 4, 2014 at 3:40 PM, Mark Johnston > wrote: >> On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: >>> On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston >>> wrote: On Sat, Oct 04, 2014 a

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Mark Johnston
On Sat, Oct 4, 2014 at 3:40 PM, Mark Johnston wrote: > On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: >> On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston wrote: >> > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: >> >> Recent sources (Revision: 272529) fail to compile: >>

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Mark Johnston
On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: > On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston wrote: > > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: > >> Recent sources (Revision: 272529) fail to compile: > >> > >> [...] > >> cc -m32 -march=native -DCOMPAT_32BIT -is

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Ryan Stone
On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston wrote: > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: >> Recent sources (Revision: 272529) fail to compile: >> >> [...] >> cc -m32 -march=native -DCOMPAT_32BIT -isystem >> /usr/obj/usr/src/lib32/usr/include/ >> -L/usr/obj/usr/src/lib3

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread O. Hartmann
Am Sat, 4 Oct 2014 11:33:38 -0700 Mark Johnston schrieb: > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: > > Recent sources (Revision: 272529) fail to compile: > > > > [...] > > cc -m32 -march=native -DCOMPAT_32BIT -isystem > > /usr/obj/usr/src/lib32/usr/include/ > > -L/usr/obj/

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Mark Johnston
On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: > Recent sources (Revision: 272529) fail to compile: > > [...] > cc -m32 -march=native -DCOMPAT_32BIT -isystem > /usr/obj/usr/src/lib32/usr/include/ > -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -O2 > -pipe

CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread O. Hartmann
Recent sources (Revision: 272529) fail to compile: [...] cc -m32 -march=native -DCOMPAT_32BIT -isystem /usr/obj/usr/src/lib32/usr/include/ -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -O2 -pipe -O3 -O3 -pipe -DYP -I/usr/obj/usr/src/lib32/usr/include/rpcsvc -std=gnu99

Re: [CURRENT]: buildworld fails: libexec/dma-mbox-create: cd: /usr/src/libexec/dma-mbox-create: No such file or directory

2014-02-21 Thread Baptiste Daroussin
On Fri, Feb 21, 2014 at 10:22:32AM +0100, O. Hartmann wrote: > > Recent sources (At revision 262283) reject to compile with error: > > ===> libexec/dma-mbox-create (cleandir) > cd: /usr/src/libexec/dma-mbox-create: No such file or directory Fixed sorry about it regards, Bapt pgpvUSPg3IpFT.pgp

[CURRENT]: buildworld fails: libexec/dma-mbox-create: cd: /usr/src/libexec/dma-mbox-create: No such file or directory

2014-02-21 Thread O. Hartmann
Recent sources (At revision 262283) reject to compile with error: ===> libexec/dma-mbox-create (cleandir) cd: /usr/src/libexec/dma-mbox-create: No such file or directory signature.asc Description: PGP signature

Re: CURRENT: buildworld fails

2012-05-29 Thread Dimitry Andric
On 2012-05-29 14:08, 山谷崇史 wrote: > some log and file is overwritten. > sort is already BSD sort. (WITH_BSD_SORT= yes in /etc/src.conf) > cc is clang and c++ is clang++.(WITH_CLANG_IS_CC in /etc/src.conf) ... > recheck the buildworld log: > building static * library > sort: No such file or directory

Re: CURRENT: buildworld fails

2012-05-29 Thread 山谷崇史
some log and file is overwritten. sort is already BSD sort. (WITH_BSD_SORT= yes in /etc/src.conf) cc is clang and c++ is clang++.(WITH_CLANG_IS_CC in /etc/src.conf) script make -j24 buildworld (or) make buildworld buildworld log: (snip) /usr/obj/usr/src/tmp/usr/lib/libstdc++.so:(*IND*+0x0): multi

Re: CURRENT: buildworld fails

2012-05-29 Thread 山谷崇史
rectly ? > > Thanks > Oleg > >> -Original Message- >> From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd- >> curr...@freebsd.org] On Behalf Of >> Sent: Monday, May 28, 2012 8:45 PM >> To: freebsd-current@freebsd.org >> Subje

Re: CURRENT: buildworld fails

2012-05-29 Thread Gabor Kovesdan
On 2012.05.29. 5:44, 山谷崇史 wrote: I had same problem, but I resolved it. Maybe, your sort (/usr/bin/sort) is broken. cd /usr/src make update cd usr.bin/sort make obj depend all install Then, sort is changed. make cleandir cleandir make buildworld Could you please elaborate it a bit? From you

RE: CURRENT: buildworld fails

2012-05-28 Thread Oleg Moskalenko
gt; To: freebsd-current@freebsd.org > Subject: CURRENT: buildworld fails > > I had same problem, but I resolved it. > > Maybe, your sort (/usr/bin/sort) is broken. > > cd /usr/src > make update > cd usr.bin/sort > make obj depend all install > > Then, sort is cha

CURRENT: buildworld fails

2012-05-28 Thread 山谷崇史
I had same problem, but I resolved it. Maybe, your sort (/usr/bin/sort) is broken. cd /usr/src make update cd usr.bin/sort make obj depend all install Then, sort is changed. make cleandir cleandir make buildworld ___ freebsd-current@freebsd.org mailin

Re: CURRENT: buildworld fails

2012-05-23 Thread Garrett Cooper
On Wed, May 23, 2012 at 1:52 PM, O. Hartmann wrote: > On 05/19/12 22:33, Garrett Cooper wrote: >> On Sat, May 19, 2012 at 6:55 AM, O. Hartmann >> wrote: >>> Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 >>> anymore! This happens to be on ALL(!) FreeBSD 10 boxes around h

Re: CURRENT: buildworld fails

2012-05-23 Thread O. Hartmann
On 05/19/12 22:33, Garrett Cooper wrote: > On Sat, May 19, 2012 at 6:55 AM, O. Hartmann > wrote: >> Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 >> anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I >> maintain. > > ... > >> b) build and install /usr

Re: CURRENT: buildworld fails

2012-05-19 Thread Randy Bush
38 csup -g -s -L 2 cvs-supfile 2>&1 | tee cvsup.log 39 time make buildworld 2>&1 | tee buildworld.log 40 time make kernel 2>&1 | tee kernel.log 41 time make installworld 2>&1 | tee installworld.log 42 mergemaster -cviFU 43 ./fix.termcap 44 reboot FreeBSD ran.psg.com

Re: CURRENT: buildworld fails

2012-05-19 Thread Garrett Cooper
On Sat, May 19, 2012 at 6:55 AM, O. Hartmann wrote: > Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 > anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I > maintain. ... > b) build and install /usr/src/lib via "make clean cleandepend depend obj > all i

Re: CURRENT: buildworld fails

2012-05-19 Thread Gary Jennejohn
On Sat, 19 May 2012 15:55:08 +0200 "O. Hartmann" wrote: > Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 > anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I > maintain. > Build is usually performed with CLANG, but also legacy gcc 4.2.1 build > do fail.

CURRENT: buildworld fails

2012-05-19 Thread O. Hartmann
Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I maintain. Build is usually performed with CLANG, but also legacy gcc 4.2.1 build do fail. The error is always the same, as documented below. I allow to bui

Re: 5.1-CURRENT: buildworld fails

2003-11-28 Thread Dan Foster
Hot Diggety! David O'Brien was rumored to have written: > > It shouldn't be today. I'm convenced that all of our problems with > 'gcc-3.3.3 -O2' are FreeBSD code bugs. I'm certainly deferring to someone with greater expertise, especially given a freebsd.org email address. :-) Just out of curios

Re: 5.1-CURRENT: buildworld fails

2003-11-28 Thread David O'Brien
On Sat, Nov 29, 2003 at 01:36:03AM +0100, Dag-Erling Sm?rgrav wrote: > Kris Kennaway <[EMAIL PROTECTED]> writes: > > On Thu, Nov 27, 2003 at 01:02:18PM +0400, rihad wrote: > > > CFLAGS= -O2 -pipe > > > I'll try to build it without -O2, thanks. > > *sigh*, I see we need more figlet in the documentat

Re: 5.1-CURRENT: buildworld fails

2003-11-28 Thread Dag-Erling Smørgrav
Kris Kennaway <[EMAIL PROTECTED]> writes: > On Thu, Nov 27, 2003 at 01:02:18PM +0400, rihad wrote: > > CFLAGS= -O2 -pipe > > I'll try to build it without -O2, thanks. > *sigh*, I see we need more figlet in the documentation. < -O2 is bad, mmkay? >

Re: 5.1-CURRENT: buildworld fails

2003-11-27 Thread Kris Kennaway
On Thu, Nov 27, 2003 at 01:02:18PM +0400, rihad wrote: > CFLAGS= -O2 -pipe > > I'll try to build it without -O2, thanks. *sigh*, I see we need more figlet in the documentation. # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings above -O (-O2, .

Re: 5.1-CURRENT: buildworld fails

2003-11-27 Thread rihad
Sebastian Böck wrote: rihad wrote: For a few past days, after doing make update, buildworld always fails when building "pam". Couldn't find it on this list! TIA Have you set -02 or similar in your /etc/make.conf? My buildworld also fails if i set any optimizations. Just a guess /usr/src/lib/

Re: 5.1-CURRENT: buildworld fails

2003-11-27 Thread Sebastian Böck
rihad wrote: For a few past days, after doing make update, buildworld always fails when building "pam". Couldn't find it on this list! TIA Have you set -02 or similar in your /etc/make.conf? My buildworld also fails if i set any optimizations. Just a guess Sebastian _

Re: 5.1-CURRENT: buildworld fails

2003-11-27 Thread Kris Kennaway
On Thu, Nov 27, 2003 at 11:59:16AM +0400, rihad wrote: > For a few past days, after doing make update, buildworld always fails > when building "pam". Couldn't find it on this list! TIA Sorry, my telepathy helmet needs a new potato, so you'll have to help me out here. Kris pgp0.pgp Descript

5.1-CURRENT: buildworld fails

2003-11-27 Thread rihad
For a few past days, after doing make update, buildworld always fails when building "pam". Couldn't find it on this list! TIA ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "

Re: I could have caused error in gnu on current buildworld.

2003-10-31 Thread Kris Kennaway
On Fri, Oct 31, 2003 at 08:36:38AM -0800, [EMAIL PROTECTED] wrote: > A few days ago I lost some files in /usr/src/gnu and erased /usr/src/gnu/* > cvsuped to recover the files and now my build world stops in > > sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 strfile > /usr/obj/usr/src/i3

I could have caused error in gnu on current buildworld.

2003-10-31 Thread eculp
A few days ago I lost some files in /usr/src/gnu and erased /usr/src/gnu/* cvsuped to recover the files and now my build world stops in sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 strfile /usr/obj/usr/src/i386/legacy/usr/games ===> gnu/usr.bin/gperf make: don't know how to make bsd.R

Re: -current buildworld failure in libpam

2003-07-12 Thread Michael Reifenberger
On Sat, 12 Jul 2003, Craig Rodrigues wrote: > Date: Sat, 12 Jul 2003 10:02:31 -0400 > From: Craig Rodrigues <[EMAIL PROTECTED]> > To: Michael Reifenberger <[EMAIL PROTECTED]> > Cc: FreeBSD-Current <[EMAIL PROTECTED]> > Subject: Re: -current buildworld failure in l

Re: -current buildworld failure in libpam

2003-07-12 Thread Craig Rodrigues
On Sat, Jul 12, 2003 at 10:59:44AM +0200, Michael Reifenberger wrote: > ===> lib/libpam/modules/pam_echo > cc -O2 -pipe > -I/usr/src/lib/libpam/modules/pam_echo/../../../../contrib/openpam/include > -I/usr/src/lib/libpam/modules/pam_echo/../../libpam -Wsystem-headers -Werror > -Wall -Wno-format-y2

-current buildworld failure in libpam

2003-07-12 Thread Michael Reifenberger
Hi, buildworld stops in libpam: ... ===> lib/libpam/modules/pam_deny cc -O2 -pipe -I/usr/src/lib/libpam/modules/pam_deny/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_deny/../../libpam -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototyp

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Vincent Poy
On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > On Sun, Jun 29, 2003 at 09:47:52AM -1000, Vincent Poy wrote: > > On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > > > > > On Sun, Jun 29, 2003 at 04:01:09AM -1000, Vincent Poy wrote: > > > [...] > > > > One question though is where are the f

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Ruslan Ermilov
On Sun, Jun 29, 2003 at 09:47:52AM -1000, Vincent Poy wrote: > On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > > > On Sun, Jun 29, 2003 at 04:01:09AM -1000, Vincent Poy wrote: > > [...] > > > One question though is where are the freebsd.submit.mc and > > > freebsd.submit.cf located as

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Vincent Poy
On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > On Sun, Jun 29, 2003 at 04:01:09AM -1000, Vincent Poy wrote: > [...] > > One question though is where are the freebsd.submit.mc and > > freebsd.submit.cf located as I only see those files when you do a install > > but not anywhere in the

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Ruslan Ermilov
On Sun, Jun 29, 2003 at 04:01:09AM -1000, Vincent Poy wrote: [...] > One question though is where are the freebsd.submit.mc and > freebsd.submit.cf located as I only see those files when you do a install > but not anywhere in the tree. > They are copied from prebuilt files in src/c

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Vincent Poy
On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > On Sat, Jun 28, 2003 at 10:31:09PM -1000, Vincent Poy wrote: > [...] > > > > cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c > > > > /usr/src/tools/build/dummy.c -o dummy.o > > > > building static egacy library > > > > ar: not found > > > > *

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Ruslan Ermilov
On Sat, Jun 28, 2003 at 10:31:09PM -1000, Vincent Poy wrote: [...] > > > cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c > > > /usr/src/tools/build/dummy.c -o dummy.o > > > building static egacy library > > > ar: not found > > > *** Error code 127 > > > > > > Stop in /usr/src/tools/build

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Vincent Poy
On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > On Sat, Jun 28, 2003 at 03:00:57PM -1000, Vincent Poy wrote: > > [EMAIL PROTECTED] [5:57pm][/usr/src] >> make buildworld > > > > -- > > >>> Rebuilding the temporary build tree > > -

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Ruslan Ermilov
On Sat, Jun 28, 2003 at 03:00:57PM -1000, Vincent Poy wrote: > [EMAIL PROTECTED] [5:57pm][/usr/src] >> make buildworld > > -- > >>> Rebuilding the temporary build tree > -- > >>>

latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-28 Thread Vincent Poy
[EMAIL PROTECTED] [5:57pm][/usr/src] >> make buildworld -- >>> Rebuilding the temporary build tree -- rm -rf /usr/obj/usr/src/i386 mkdir -p /usr/obj/usr/src/i386/legacy/usr/bin m

Re: -current buildworld fails 24 hours

2003-02-23 Thread Richard Arends
On Sun, 23 Feb 2003, Yamada Ken Takeshi wrote: > I have the following error with make buildworld since > Feb. 21th, 0900GMT with my P3x2 box. > > boot2 seems exceeding the size limit, any fix? Same here, with the sources of today (upped en builded twice, but both time's the same error) Regar

-current buildworld fails 24 hours

2003-02-22 Thread Yamada Ken Takeshi
I have the following error with make buildworld since Feb. 21th, 0900GMT with my P3x2 box. boot2 seems exceeding the size limit, any fix? ::: sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s rm -f boot2.s.tmp as -o boot2.o boot2.s ld -nostdlib -static -N --

Re: CURRENT: buildworld failure: sbin/swapon

2002-12-28 Thread Steve Kargl
On Sat, Dec 28, 2002 at 06:35:15PM +, Daniel Flickinger wrote: > Sent: Fri, 27 Dec 2002 03:03:46 -0800 by Kris Kennaway: > | > | Well, -current builds fine for me using the 'proper' mechanism, so > | if you want to be different you're basically on your own :-) It builds for me too. > OK;

Re: CURRENT: buildworld failure: sbin/swapon

2002-12-27 Thread Kris Kennaway
On Fri, Dec 27, 2002 at 05:42:25AM +, Daniel Flickinger wrote: > ...because I have been building BSD in the development track > for 20+ years from BSD 2.+ for PDPs on through --and it > works, _consistently_. If I don't take the build, I move the > old one back in place. I don'

Re: CURRENT: buildworld failure: sbin/swapon

2002-12-26 Thread Kris Kennaway
On Fri, Dec 27, 2002 at 03:40:21AM +, Daniel Flickinger wrote: > system date: 08 December 1200 UCT > cvsup date: 27 December UCT > 5.0-CURRENT > build/installincludes prior to make buildworld Why are you doing that? That's not how you update your system :-) Kris msg49350/pgp

Re: -current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
Thank you! From: Craig Rodrigues <[EMAIL PROTECTED]> > You don't have the latest sources. Did you use cvsup it > update your sources? If you used cvsup, then you > need to add src-sys-crypto to your cvsup file. It was my cvsup prroblem. Fixed!! msg45379/pgp0.pgp Description: PGP sig

Re: -current buildworld breakage

2002-10-26 Thread Craig Rodrigues
On Sat, Oct 26, 2002 at 10:13:02PM +0900, Yamada Ken Takeshi wrote: > # cat rijndael/rijndael-api-fst.c > > :::: > switch (cipher->mode) { > case MODE_ECB: > for (i = numBlocks; i > 0; i--) { > rijndaelEncrypt

Re: -current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
Thank you for your prompt reply. From: walt <[EMAIL PROTECTED]> : :: > > I can't see how line 222 includes an implicit declaration of 'panic'. > > Is your file different? > I do not know why compiler says line 222, but it is below 222 and my latest source says; # cat rijnda

Re: -current buildworld breakage

2002-10-26 Thread walt
Yamada Ken Takeshi wrote: I have an error for a week and cannot make buildworld. Where can I find "panic" other than real panic? ===> sbin/gbde : : : : cc -O -pipe -mcpu=pentiumpro -I/usr/src/sbin/gbde/../../sys -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c template.c cc1: warning

-current buildworld breakage

2002-10-25 Thread Yamada Ken Takeshi
I have an error for a week and cannot make buildworld. Where can I find "panic" other than real panic? ===> sbin/gbde : : : : cc -O -pipe -mcpu=pentiumpro -I/usr/src/sbin/gbde/../../sys -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c template.c cc1: warnings being treated as errors /

-current buildworld fails with revision 1.38 src/usr.bin/uudecode/uudecode.c

2002-09-10 Thread Vincent Poy
===> usr.bin/uudecode /usr/obj/usr/src/i386/usr/src/usr.bin/uudecode created for /usr/src/usr.bin/uudecode rm -f .depend mkdep -f .depend -a-D__FBSDID=__RCSID /usr/src/usr.bin/uudecode/uudecode.c echo uudecode: /usr/lib/libc.a >> .depend cc -O -pipe -Wall -Wno-format-y2k -W -Wstrict-prototy

Re: current buildworld failure on Alpha?

2002-08-25 Thread Wilko Bulte
On Wed, Aug 21, 2002 at 11:38:00AM +, Christian Weisgerber wrote: > Wilko Bulte <[EMAIL PROTECTED]> wrote: > > > ds10#make > > Segmentation fault (core dumped) > > "/usr/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m > > /usr/src/share/mk CPUTYPE=ev56 -V CPUTYPE" returned non-z

Re: current buildworld failure on Alpha?

2002-08-21 Thread Christian Weisgerber
Wilko Bulte <[EMAIL PROTECTED]> wrote: > ds10#make > Segmentation fault (core dumped) > "/usr/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m > /usr/src/share/mk CPUTYPE=ev56 -V CPUTYPE" returned non-zero status There was a time window when "make -V ..." was broken on 64-bit archs,

current buildworld failure on Alpha?

2002-08-20 Thread Wilko Bulte
What did I miss this time? ds10#make Segmentation fault (core dumped) "/usr/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m /usr/src/share/mk CPUTYPE=ev56 -V CPUTYPE" returned non-zero status "/usr/src/Makefile.inc1", line 142: CPUTYPE global should be set with ?=. *** Error code 1

Re: 5-current buildworld breakage?

2002-04-17 Thread Makoto Matsushita
dwcjr> Yeah, your make is broken, try rebuilding make by itself and dwcjr> install it then try the buildworld again Ah, sorry. I've missed what src/usr.bin/make/str.c rev 1.19 said. I just rebuilt make(1) and confirmed that it works again. Thanks. -- - Makoto `MAR' Matsushita To Unsubscribe

Re: 5-current buildworld breakage?

2002-04-17 Thread David W. Chapman Jr.
On Thu, Apr 18, 2002 at 10:29:23AM +0900, Makoto Matsushita wrote: > > Using 5-current code as of Apr/17/2002 15:00:00 GMT: > > # pwd > /usr/src/gnu/usr.bin/groff/src/preproc/eqn > # ident Makefile > Makefile: > $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.3 > 2002/04/1

5-current buildworld breakage?

2002-04-17 Thread Makoto Matsushita
Using 5-current code as of Apr/17/2002 15:00:00 GMT: # pwd /usr/src/gnu/usr.bin/groff/src/preproc/eqn # ident Makefile Makefile: $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.3 2002/04/11 11:06:03 ru Exp $ # make -n neqn make: don't know how to make neqn. Stop # Anybody

current buildworld broken...

2002-02-16 Thread Sergey A. Osokin
Hello. ===> usr.sbin/usbdevs cc -O -pipe -march=pentiumpro -I/usr/obj/usr/src/i386/usr/include -Werror -Wall -Wno-uninitialized -c /usr/src/usr.sbin/usbdevs/usbdevs.c /usr/src/usr.sbin/usbdevs/usbdevs.c: In function `usbdev': /usr/src/usr.sbin/usbdevs/usbdevs.c:91: structure has no member name

latest -current buildworld fails

2001-10-15 Thread Vincent Poy
cd /usr/src/kerberos5/lib/libasn1; make build-tools cc -O -pipe -I/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/include -I/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libasn1/../

Re: Today's -CURRENT buildworld breaks: libedit/Makefile wants histedit.h

2001-10-01 Thread David O'Brien
On Mon, Oct 01, 2001 at 08:06:20AM -0700, David Wolfskill wrote: > Today's -CURRENT build breaks: Thanks for the note. I'm looking now what is different from my test box and what everyone else has. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of

Today's -CURRENT buildworld breaks: libedit/Makefile wants histedit.h

2001-10-01 Thread David Wolfskill
Today's -CURRENT build breaks: >>> stage 4: populating /usr/obj/usr/src/i386/usr/include -- ... cd /usr/src/lib/libcam; make beforeinstall cd /usr/src/lib/libcam && sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 camli

Re: -current buildworld broken

2001-08-25 Thread Matt Dillon
:Hello. :cc -O -pipe -march=pentiumpro -I. -DDISASSEMBLER -DNO_X -I/usr/obj/usr/src/i38 :6/usr/include -c /usr/src/usr.bin/doscmd/ems.c :/usr/src/usr.bin/doscmd/ems.c: In function `init_mapfile': :/usr/src/usr.bin/doscmd/ems.c:1124: `MAP_INHERIT' undeclared (first use in this :function) :/usr/s

-current buildworld broken

2001-08-25 Thread Sergey A. Osokin
Hello. cc -O -pipe -march=pentiumpro -I. -DDISASSEMBLER -DNO_X -I/usr/obj/usr/src/i38 6/usr/include -c /usr/src/usr.bin/doscmd/ems.c /usr/src/usr.bin/doscmd/ems.c: In function `init_mapfile': /usr/src/usr.bin/doscmd/ems.c:1124: `MAP_INHERIT' undeclared (first use in this function) /usr/src/usr.

-CURRENT buildworld broken; gdb/i386/kvm-fbsd.c

2001-08-16 Thread David Wolfskill
... cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/gdb/i386 -I/usr/src/gnu/usr.bin/binutils/gdb -I/usr/src/gnu/usr.bin/binutils/gdb/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/include -Dprint_insn_i386=print_insn_i386_att -I/usr/src/gnu/us

Re: Panic during -CURRENT buildworld

2001-05-28 Thread David Wolfskill
>Date: Mon, 28 May 2001 10:46:53 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >This is on a system (my laptop): >FreeBSD localhost 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Sun May 27 23:44:24 PDT 2001 > [EMAIL PROTECTED]:/common/C/obj/usr/src/sys/LAPTOP_30W i386 Mon May 28 >07:27:59 P

Panic during -CURRENT buildworld

2001-05-28 Thread David Wolfskill
This is on a system (my laptop): FreeBSD localhost 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Sun May 27 23:44:24 PDT 2001 [EMAIL PROTECTED]:/common/C/obj/usr/src/sys/LAPTOP_30W i386 Mon May 28 07:27:59 PDT 2001 Recent CVSup activity: CVSup begin from cvsup14.freebsd.org at Sat May 26 03:47:01 P

Re: Panic during -CURRENT buildworld

2001-05-19 Thread Clive Lin
Panic w/ softupdate disappears after I grab this revision of ffs_softdep.c: > ident /usr/src/sys/ufs/ffs/ffs_softdep.c /usr/src/sys/ufs/ffs/ffs_softdep.c: $FreeBSD: src/sys/ufs/ffs/ffs_softdep.c,v 1.97 2001/05/19 19:24:26 mckusick Exp $ Now it's fairly smooth to buildworld, installworld, c

Re: Panic during -CURRENT buildworld

2001-05-19 Thread Niels Chr. Bank-Pedersen
On Fri, May 18, 2001 at 09:25:59PM -0700, David Wolfskill wrote: > > I haven't seen anyone else reporting any problems similar to what I > experienced, so I'm not about to claim there's something that's > definitely broken I have seen exactly the same - the machine (IBM thinkpad T21) freezes

Re: Panic during -CURRENT buildworld

2001-05-18 Thread David Wolfskill
>Date: Fri, 18 May 2001 10:48:19 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >[Excruciatingly long narrative of panic during buildworld for today's -CURRENT elided; it's in the archives. dhw] Reporting back after getting today's -CURRENT built: FreeBSD dhcp-140.catwhisker.org 5.0-CUR

Re: Panic during -CURRENT buildworld

2001-05-18 Thread Szilveszter Adam
Hello everybody, These problems with the alternate superblock remind me... there were reports about the same when fsck had problems some time ago. But there was a common theme to all of them: The fsck raves were a whole lot more severe if there were softupdates enabled. I for example have been

Panic during -CURRENT buildworld

2001-05-18 Thread David Wolfskill
[This is *really* long. Sorry. dhw] Running: FreeBSD dhcp-140.catwhisker.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Thu May 17 09:13:03 PDT 2001 [EMAIL PROTECTED]:/common/C/obj/usr/src/sys/LAPTOP_30W i386 (The "#1" sequence number is probably misleading; I'll go into that below. It was aro

-CURRENT buildworld broken....

2001-05-04 Thread David Wolfskill
In: >>> stage 4: make dependencies ... ===> secure/usr.bin/ssh-keyscan rm -f .depend mkdep -f .depend -a-DNO_IDEA -I/usr/obj/usr/src/i386/usr/include /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/ssh-keyscan.c cd /usr/src/secure/usr.bin/ssh-keyscan; make _EXTRADEPEND echo ssh-k

Re: Current buildworld broken

2001-02-09 Thread Harti Brandt
On Fri, 9 Feb 2001, Jeroen Ruigrok van der Werven wrote: JRvdW>-On [20010207 11:00], Harti Brandt ([EMAIL PROTECTED]) wrote: JRvdW>> JRvdW>>With a freshly CVSuped current I get: JRvdW>> ... JRvdW> JRvdW>You are probably caught in between commits. JRvdW> JRvdW>Always cvsup after such problems, a

Re: Current buildworld broken

2001-02-09 Thread Jeroen Ruigrok van der Werven
-On [20010207 11:00], Harti Brandt ([EMAIL PROTECTED]) wrote: > >With a freshly CVSuped current I get: > > >===> usr.bin/ncal >cc -O -pipe -Wall -Wmissing-prototypes -fstrict-prototypes -ansi -pedantic >-I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/ncal/ncal.c >/usr/src/usr.bin/ncal/n

Current buildworld broken

2001-02-07 Thread Harti Brandt
With a freshly CVSuped current I get: ===> usr.bin/ncal cc -O -pipe -Wall -Wmissing-prototypes -fstrict-prototypes -ansi -pedantic -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/ncal/ncal.c /usr/src/usr.bin/ncal/ncal.c: In function `printeaster': /usr/src/usr.bin/ncal/ncal.c:390: wa

Re: -current buildworld breakage

2000-05-18 Thread Shigeyuki Fukushima
> > Is my system environment broken? > I think so. Thank you. /usr/src tree on my system seemd to be broken. I removed entire src tree and re-cvsuped it, then I got no compile error at that point. Thanks. --- shige <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

Re: -current buildworld breakage

2000-05-17 Thread David O'Brien
On Thu, May 18, 2000 at 12:51:42AM +0900, Shigeyuki Fukushima wrote: > My system is 4.0-CURRENT at Jan 31. > I try to upgrade it to -current (5-current), > but I get the following breakage. > > Is my system environment broken? I think so. -- -- David ([EMAIL PROTECTED]) Disclaimer:

-current buildworld breakage

2000-05-17 Thread Shigeyuki Fukushima
My system is 4.0-CURRENT at Jan 31. I try to upgrade it to -current (5-current), but I get the following breakage. Is my system environment broken? Thanks! -- >>> stage 2: build tools ---

Re: -CURRENT buildworld breakage in openssl

2000-04-20 Thread Kris Kennaway
On Thu, 20 Apr 2000, Alexander N. Kabaev wrote: > make -j8 buildworld fails with these messages for a second day in a row: > > cd /usr/src/secure/lib/libssl; make _EXTRADEPEND > ===> librsausa > mkdir: openssl: File exists There is a dependency problem which is only biting some people here..for

Re: -CURRENT buildworld breakage in openssl

2000-04-20 Thread Hasan Diwan
rm -f /usr/include/openssl* and rebuild. * Alexander N. Kabaev ([EMAIL PROTECTED]) [000420 09:59]: > make -j8 buildworld fails with these messages for a second day in a row: > > cd /usr/src/secure/lib/libssl; make _EXTRADEPEND > ===> librsausa > mkdir: openssl: File exists > *** Error code 1 > c

  1   2   >