Re: make buildworld broken on RISC-V.

2021-10-06 Thread Mitchell Horne
On Wed, Oct 6, 2021 at 7:23 AM Karel Gardas wrote: > > > Hello, > > I'm using 14-CURRENT oprovided qcow2 image from September 30 in > qemu-system-risc64. It runs fine so I'm testing it with attempting make > buildworld. This unfortunately fails with: > > ===> lib/clang/headers (includes) > [Creati

make buildworld broken on RISC-V.

2021-10-06 Thread Karel Gardas
Hello, I'm using 14-CURRENT oprovided qcow2 image from September 30 in qemu-system-risc64. It runs fine so I'm testing it with attempting make buildworld. This unfortunately fails with: ===> lib/clang/headers (includes) [Creating objdir /usr/obj/usr/src/riscv.riscv64/lib/clang/headers...] c

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-07 Thread Cy Schubert
In message , Andrey Fesenko writes: > On Sat, May 6, 2017 at 2:52 AM, Ngie Cooper wrote: > > On Fri, May 5, 2017 at 4:43 PM, Cy Schubert wrot > e: > > > > ... > > > >> You have a bad DIMM. I had this same problem on my laptop but not on my > >> servers downstairs. That suggested that since all f

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-06 Thread Andrey Fesenko
On Sat, May 6, 2017 at 2:52 AM, Ngie Cooper wrote: > On Fri, May 5, 2017 at 4:43 PM, Cy Schubert wrote: > > ... > >> You have a bad DIMM. I had this same problem on my laptop but not on my >> servers downstairs. That suggested that since all four machines were >> running the same software the dif

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Cy Schubert
In message , Ngie Cooper writes: > On Fri, May 5, 2017 at 4:43 PM, Cy Schubert wrote: > > ... > > > You have a bad DIMM. I had this same problem on my laptop but not on my > > servers downstairs. That suggested that since all four machines were > > running the same software the difference betwe

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Alastair Hogge
On Fri, 5 May 2017 12:41:27 PM Kyle Evans wrote: [...] > FYI- This has now been committed as r317842. Apologies for the breakage, > and thanks for the reports! Thanks :-) ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/li

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Vladimir Zakharov
On Fri, May 05, 2017, Kyle Evans wrote: >FYI- This has now been committed as r317842. Apologies for the >breakage, and thanks for the reports! Fixed for me after reinstalling usr.bin/grep. Thanks. -- Regards, | "In theory there is no difference between theory Vladimir Za

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Ngie Cooper
On Fri, May 5, 2017 at 4:43 PM, Cy Schubert wrote: ... > You have a bad DIMM. I had this same problem on my laptop but not on my > servers downstairs. That suggested that since all four machines were > running the same software the difference between them was hardware. > Replacing the memory in

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Cy Schubert
In message , Andrey Fesenko writes: > On Fri, May 5, 2017 at 8:41 PM, Kyle Evans wrote: > > On Fri, May 5, 2017 at 9:31 AM, Kyle Evans wrote: > > > >> On May 5, 2017 8:39 AM, "Dimitry Andric" wrote: > >> > >> > >> This appears to be caused by bsdgrep. :-/ The build for lib/libsysdecode > >> use

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Dimitry Andric
On 5 May 2017, at 20:02, Andrey Fesenko wrote: > > On Fri, May 5, 2017 at 8:41 PM, Kyle Evans wrote: ... > >> FYI- This has now been committed as r317842. Apologies for the breakage, >> and thanks for the reports! > > Build not fixed (but is built slightly, a little more) :( ... > c++ -O2 -pi

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Andrey Fesenko
On Fri, May 5, 2017 at 8:41 PM, Kyle Evans wrote: > On Fri, May 5, 2017 at 9:31 AM, Kyle Evans wrote: > >> On May 5, 2017 8:39 AM, "Dimitry Andric" wrote: >> >> >> This appears to be caused by bsdgrep. :-/ The build for lib/libsysdecode >> uses a shell script, mkioctls, to generate a ioctl.c fil

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Kyle Evans
On Fri, May 5, 2017 at 9:31 AM, Kyle Evans wrote: > On May 5, 2017 8:39 AM, "Dimitry Andric" wrote: > > > This appears to be caused by bsdgrep. :-/ The build for lib/libsysdecode > uses a shell script, mkioctls, to generate a ioctl.c file at build time. > This script contains the following fragm

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Kyle Evans
On May 5, 2017 8:39 AM, "Dimitry Andric" wrote: On 5 May 2017, at 11:31, Vladimir Zakharov wrote: > > Cannot build world due to error in compiling lib/libsysdecode. ... > --- all_subdir_lib/libsysdecode --- > ioctl.c:30:10: fatal error: 'cam/cam_compat.h:#define' file not found > #include >

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Dimitry Andric
On 5 May 2017, at 11:31, Vladimir Zakharov wrote: > > Cannot build world due to error in compiling lib/libsysdecode. ... > --- all_subdir_lib/libsysdecode --- > ioctl.c:30:10: fatal error: 'cam/cam_compat.h:#define' file not found > #include > ^~ ... > $ cat /etc/

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Vladimir Zakharov
On Fri, May 05, 2017, David Wolfskill wrote: > On Fri, May 05, 2017 at 07:05:14PM +0800, Alastair Hogge wrote: > > On Fri, 5 May 2017 12:31:41 PM Vladimir Zakharov wrote: > > > Hello! > > > > > > Cannot build world due to error in compiling lib/libsysdecode. Cleaning > > > (make clean, make cleand

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread David Wolfskill
On Fri, May 05, 2017 at 07:05:14PM +0800, Alastair Hogge wrote: > On Fri, 5 May 2017 12:31:41 PM Vladimir Zakharov wrote: > > Hello! > > > > Cannot build world due to error in compiling lib/libsysdecode. Cleaning > > (make clean, make cleandepend and wiping out ccache data) does not help. > > > >

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Alastair Hogge
On Fri, 5 May 2017 12:31:41 PM Vladimir Zakharov wrote: > Hello! > > Cannot build world due to error in compiling lib/libsysdecode. Cleaning > (make clean, make cleandepend and wiping out ccache data) does not help. > > $ make -j 4 buildworld && make -j 4 buildkernel && make installkernel > ...

make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Vladimir Zakharov
Hello! Cannot build world due to error in compiling lib/libsysdecode. Cleaning (make clean, make cleandepend and wiping out ccache data) does not help. $ make -j 4 buildworld && make -j 4 buildkernel && make installkernel ... --- all_subdir_lib/libstand --- --- strcat.o --- /usr/local/bin/ccache

undefined reference to `_ThreadRuneLocale': make buildkernel and make buildworld broken

2012-03-04 Thread O. Hartmann
This is what I get when trying to build a kernel from sources at revision 232526 and system at revision: 10.0-CURRENT #0 r232497: Sun Mar 4 16:35:35 CET 2012. It is impossible to do even a simple make installincludes this breaks with: ===> kerberos5 (installincludes) ===> kerberos5/doc (insta

Re: make buildworld broken in telnetd

2003-09-04 Thread Doug White
On Wed, 3 Sep 2003, Manfred Antar wrote: > I think 1.152 is broken. > I did a make world and install world. > I rebooted and login and sshd couldn't find pam_nologin.so > and it was right there in /usr/lib. I had to restore the pam libs and sshd and login > from > tape before I could login to th

Re: make buildworld broken in telnetd

2003-09-03 Thread Manfred Antar
At 01:03 AM 09/04/2003 +0900, Shin-ichi Yoshimoto wrote: >Subject: make buildworld broken in telnetd, >On Wed, 3 Sep 2003 19:14:10 +0900, Shin-ichi Yoshimoto wrote: >> make buildworld broken in libexec/telnetd. > >I tried to backout share/bsd.lib.mk from rev.1.152 to rev 1.151,

Re: make buildworld broken in telnetd

2003-09-03 Thread Shin-ichi Yoshimoto
Subject: make buildworld broken in telnetd, On Wed, 3 Sep 2003 19:14:10 +0900, Shin-ichi Yoshimoto wrote: > make buildworld broken in libexec/telnetd. I tried to backout share/bsd.lib.mk from rev.1.152 to rev 1.151, buildworld is ok. Is the rev.1.152 anything wrong ? -- Shin-ichi YOSHIM

make buildworld broken in telnetd

2003-09-03 Thread Shin-ichi Yoshimoto
make buildworld broken in libexec/telnetd. [snip] ===> libexec/telnetd cc -O -pipe -march=pentium4 -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK -I/usr/src/l ibexec/telnetd/../../contrib/telnet -DINET6 -DAUTHENTICATION -DENCRYPTION -DKRB5 -DFORWARD -Dnet_write

make buildworld broken

2003-02-02 Thread Aurelien Nephtali
Hi, With a fresh -CURRENT tree, I got: cc -fno-merge-constants -mcpu=pentiumpro -Werror -Wall -Wno-format-y2k -Wno-unin itialized -c /usr/src/lib/libdisk/rules.c -o rules.o cc1: warnings being treated as errors /usr/src/lib/libdisk/rules.c: In function `Check_Chunk': /usr/src/lib/libdisk/rules.c

Re: make buildworld broken ... CVS from today ...

2000-11-26 Thread The Hermit Hacker
On Sun, 26 Nov 2000, Jonathan Lemon wrote: > In article >[EMAIL PROTECTED]> >you write: > > > >Just tried to do a buildworld, got as far as netstat before it barf'd > >with: > > > >===> usr.bin/netstat > >cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC > >-I/usr/obj/usr/local/base/src/i386/usr/incl

Re: make buildworld broken ... CVS from today ...

2000-11-26 Thread Jonathan Lemon
In article [EMAIL PROTECTED]> you write: > >Just tried to do a buildworld, got as far as netstat before it barf'd >with: > >===> usr.bin/netstat >cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC >-I/usr/obj/usr/local/base/src/i386/usr/include -c >/usr/local/base/src/usr.bin/netstat/if.c >In file incl

make buildworld broken ... CVS from today ...

2000-11-26 Thread The Hermit Hacker
Just tried to do a buildworld, got as far as netstat before it barf'd with: ===> usr.bin/netstat cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC -I/usr/obj/usr/local/base/src/i386/usr/include -c /usr/local/base/src/usr.bin/netstat/if.c In file included from /usr/obj/usr/local/base/src/i386/usr/inc

Re: make buildworld broken in usr.bin/systat

2000-08-24 Thread Shin-ichi YOSHIMOTO
At 10:05 +0900 08/25/2000, Jun Kuriyama wrote: > I have same problem with today's -current. This problem was fixed by At 13:22 -0700 08/24/2000, Peter Wemm wrote: > peter 2000/08/24 13:22:44 PDT > > Modified files: > usr.bin/systat swap.c > Log: > Quick Fix: swap.c doesn't

Re: make buildworld broken in usr.bin/systat

2000-08-24 Thread Jun Kuriyama
I have same problem with today's -current. At 24 Aug 2000 23:23:30 GMT, Shin-ichi YOSHIMOTO <[EMAIL PROTECTED]> wrote: > make buildworld failed this morning. > Error messages are as follows: > > ===> usr.bin/systat > > [snip] > > cc -O -pipe -I/usr/src/usr.bin/systat/../../sys >-I/usr/ob

make buildworld broken in usr.bin/systat

2000-08-24 Thread Shin-ichi YOSHIMOTO
make buildworld failed this morning. Error messages are as follows: ===> usr.bin/systat [snip] cc -O -pipe -I/usr/src/usr.bin/systat/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/systat/swap.c In file included from /usr/src/usr.bin/systat/swap.c:47: /usr/src/usr.bin/syst

make buildworld broken in libcrypto.

2000-08-23 Thread Shin-ichi YOSHIMOTO
I got the following error while trying to make builworld with WITH_IDEA=YES and USA_RESIDENT=NO. ===> libcrypto [snip] cc -O -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DL_ENDIAN -I/usr/obj/usr/src/i386/u

make buildworld broken (5/22, cvsup'd today)

2000-05-22 Thread Alan Clegg
On a build of 4.0 CVSup'd today before noon Eastern time. ===> usr.bin/kdump make: don't know how to make /usr/obj/usr/src/i386/usr/include/machine/random.h. Stop *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error To Unsubscribe: send mail to [E

Re: make buildworld broken?

1999-10-05 Thread Guido van Rooij
On Tue, Oct 05, 1999 at 06:21:55AM +0800, Michael Kennett wrote: > > > Is this a known problem? > > Yes, and it is well documented in the -current mailing lists. I feel embarrassed as I'v just spoken to Marcel a couple fo days ago. However I just resubscribed to -current. I did look in the UPD

Re: make buildworld broken?

1999-10-04 Thread Michael Kennett
Hi Guido, > I have a 3.3.-stable system and somehow I cannot make buildworld > a current tree. > The porblem is: > cc -c -I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config >-I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC >-I/usr/obj/alt/usr/src/tmp

make buildworld broken?

1999-10-04 Thread Guido van Rooij
Hi, I have a 3.3.-stable system and somehow I cannot make buildworld a current tree. The porblem is: cc -c -I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config -I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC -I/usr/obj/alt/usr/src/tmp/usr/include -DL