build world broken on r311461

2017-01-12 Thread Nilton Jose Rizzo
Broken on camcontrol clang -O2 -pipe -DRESCUE -MD -MF.depend.camcontrol.o -MTcamcontrol.o -std=gn u99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W - Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W return-type -Wcast-qual

Re: build world broken amd64 current at ifconfig if WITHOUT_DYNAMICROOT=yes is set in src.conf

2015-12-01 Thread Bryan Drewery
On 12/1/2015 8:08 AM, Manfred Antar wrote: > make build world is broken at /usr/src/sbin/ifconfig if you have > WITHOUT_DYNAMICROOT=yes in src.conf: > > cc -O2 -pipe -DINET6 -DINET -DJAIL -Wall -Wmissing-prototypes -Wcast-qual > -Wwrite-strings -Wnested-externs -std=gnu99

Re: build world broken amd64 current at ifconfig if WITHOUT_DYNAMICROOT=yes is set in src.conf

2015-12-01 Thread Bryan Drewery
On 12/1/2015 9:27 AM, Bryan Drewery wrote: > On 12/1/2015 8:08 AM, Manfred Antar wrote: >> make build world is broken at /usr/src/sbin/ifconfig if you have >> WITHOUT_DYNAMICROOT=yes in src.conf: >> >> cc -O2 -pipe -DINET6 -DINET -DJAIL -Wall -Wmissing-prototypes -Wcast-qual >> -Wwrite-strings

build world broken amd64 current at ifconfig if WITHOUT_DYNAMICROOT=yes is set in src.conf

2015-12-01 Thread Manfred Antar
make build world is broken at /usr/src/sbin/ifconfig if you have WITHOUT_DYNAMICROOT=yes in src.conf: cc -O2 -pipe -DINET6 -DINET -DJAIL -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k

bge phy read timeout possibly solved / now make world broken (Re: bge0 driver PHY read timeout and pccardd not finding PCMCIA card, DELL Latitude D600, with current of yesterday)

2003-10-26 Thread Andreas Klemm
Luckily I had some old -current SNAP CDs. 1. Tried a snap from Aug 31: No problems with bge0 interface with -curremnt 2. Updated sources to -current of today. Compiled and installed only new actual kernel. No problems with bge0 interface. Currently am trying to do make world but it

Re: world broken with a gcc 3.2 world? (resolution)

2003-08-02 Thread Alexander Leidinger
On Thu, 31 Jul 2003 11:27:56 +0200 Alexander Leidinger [EMAIL PROTECTED] wrote: with a Jul 10 world, a clean /usr/obj and the sources as of yesterday I get ---snip--- /big/usr/src/contrib/gcc/dwarf2out.c:11739:75: missing terminating ' character /big/usr/src/contrib/gcc/dwarf2out.c:11741:71:

world broken with a gcc 3.2 world?

2003-07-31 Thread Alexander Leidinger
Hi, with a Jul 10 world, a clean /usr/obj and the sources as of yesterday I get ---snip--- /big/usr/src/contrib/gcc/dwarf2out.c:11739:75: missing terminating ' character /big/usr/src/contrib/gcc/dwarf2out.c:11741:71: warning: multi-line string litera ls are deprecated

Re: world broken at libkvm

2003-01-13 Thread Giorgos Keramidas
On 2003-01-12 20:14, [EMAIL PROTECTED] (Joe Laughlin) wrote: walt wrote: cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /usr/src/lib/libkvm/kvm_proc.c:376: structure

Re: world broken at libkvm

2003-01-13 Thread Sheldon Hearn
Make sure you have rev 1.289 of sys/sys/proc.h, which is expected to fix the problem you're reporting. Ciao, Sheldon. - Original Message - Date: Sun, 12 Jan 2003 18:14:51 -0800 From: walt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: world broken at libkvm cc -O -pipe -mcpu

world broken at libkvm

2003-01-12 Thread walt
cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /usr/src/lib/libkvm/kvm_proc.c:376: structure has no member named `ke_pctcpu' To Unsubscribe: send mail to [EMAIL

Re: world broken at libkvm

2003-01-12 Thread Joe Laughlin
walt wrote: cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /usr/src/lib/libkvm/kvm_proc.c:376: structure has no member named `ke_pctcpu' To Unsubscribe: send mail to

Re: World broken at libkvm

2002-10-01 Thread Don Lewis
On 30 Sep, Juli Mallett wrote: * De: Don Lewis [EMAIL PROTECTED] [ Data: 2002-09-30 ] I suggest looking especially closely at the sigio stuff. Even the old code has a lock order reversal problem when I/O to a pipe wants to signal the process at the other end of the pipe. I thought a lot

World broken at libkvm

2002-09-30 Thread walt
cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /usr/src/lib/libkvm/kvm_proc.c:201: structure has no member named `p_siglist' To Unsubscribe: send mail to [EMAIL

Re: World broken at libkvm

2002-09-30 Thread M. Warner Losh
In message: [EMAIL PROTECTED] walt [EMAIL PROTECTED] writes: : cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c : /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o : /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': : /usr/src/lib/libkvm/kvm_proc.c:201:

Re: World broken at libkvm

2002-09-30 Thread Juli Mallett
* De: M. Warner Losh [EMAIL PROTECTED] [ Data: 2002-09-30 ] [ Subjecte: Re: World broken at libkvm ] In message: [EMAIL PROTECTED] walt [EMAIL PROTECTED] writes: : cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c : /usr/src/lib/libkvm/kvm_proc.c -o

Re: World broken at libkvm

2002-09-30 Thread Peter Wemm
Juli Mallett wrote: * De: M. Warner Losh [EMAIL PROTECTED] [ Data: 2002-09-30 ] [ Subjecte: Re: World broken at libkvm ] In message: [EMAIL PROTECTED] walt [EMAIL PROTECTED] writes: : cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c : /usr/src/lib

Re: World broken at libkvm

2002-09-30 Thread walt
Juli Mallett wrote: * De: M. Warner Losh [EMAIL PROTECTED] [ Data: 2002-09-30 ] [ Subjecte: Re: World broken at libkvm ] This has been fixed. But there's other breakages in the kernel that are being worked on. And now fixed. All we have to look out for now is someone doing

Re: World broken at libkvm

2002-09-30 Thread Juli Mallett
* De: Peter Wemm [EMAIL PROTECTED] [ Data: 2002-09-30 ] [ Subjecte: Re: World broken at libkvm ] Juli Mallett wrote: * De: M. Warner Losh [EMAIL PROTECTED] [ Data: 2002-09-30 ] [ Subjecte: Re: World broken at libkvm ] In message: [EMAIL PROTECTED] walt [EMAIL

Re: World broken at libkvm

2002-09-30 Thread Juli Mallett
* De: Don Lewis [EMAIL PROTECTED] [ Data: 2002-09-30 ] [ Subjecte: Re: World broken at libkvm ] On 30 Sep, Peter Wemm wrote: Juli Mallett wrote: And now fixed. All we have to look out for now is someone doing something that exposes some sort of functional difference, but I don't

World broken in ncurses ?!

2002-09-22 Thread Marc Recht
With -current sources as of today: cc -O -pipe -march=athlon-xp -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -c lib_keyname.c -o

World broken at uudecode [Sep 10]

2002-09-10 Thread walt
cc -O -pipe -mcpu=pentiumpro -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -c /usr/src/usr.bin/uudecode/uudecode.c cc1: warnings being treated as errors

Re: World broken at uudecode [Sep 10]

2002-09-10 Thread Craig Rodrigues
On Tue, Sep 10, 2002 at 05:09:55PM -0700, walt wrote: cc -O -pipe -mcpu=pentiumpro -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -c

Re: world broken

2002-08-16 Thread Tim Robbins
On Thu, Aug 15, 2002 at 03:18:59PM -0700, Alfred Perlstein wrote: /usr/obj/vol/share/src/i386/usr/include/stdbool.h:41: warning: useless keyword o r type name in empty declaration /usr/obj/vol/share/src/i386/usr/include/stdbool.h:41: warning: empty declaration I get those a lot now...

world broken

2002-08-15 Thread Alfred Perlstein
cc -pg -O -pipe -I. -I/vol/share/src/lib/libncurses -I/vol/share/src/lib/libncu rses/../../contrib/ncurses/ncurses -I/vol/share/src/lib/libncurses/../../contrib /ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -c u nctrl.c -o unctrl.po In file included from

world broken in yppasswd_svc.c

2002-05-09 Thread Troy
yppasswd_svc.c: In function 'yppasswdprog_1': yppasswd_svc.c:100: warning passing arg 1 of '_msgout' discards qualifiers from pointer target types ***Error code 1 1 error ***Error code 2 1 error ***Error code 2 1 error ***Error code 2 1 error ***Error code 2 To Unsubscribe: send mail to [EMAIL

This mornings world broken in libpam modules.

2002-04-15 Thread Edwin Culp
This could already be fixed but if not, mine broke at: /lib/libpam/modules/pam_unix/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_unix/../../libpam -Werror -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch

Re: This mornings world broken in libpam modules.

2002-04-15 Thread Thomas Quinot
Le 2002-04-15, Edwin Culp écrivait : This could already be fixed but if not, mine broke at: It is fixed in Makefile.inc1 rev. 1.256. -- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

World broken?

2002-04-12 Thread John Baldwin
I've seen this twice now on both alpha and sparc64. It looks to be related to the ENDIAN macro changes: === usr.bin/ldd /arch/sparc64/hosted/bin/gcc -O -pipe -Wall-c /home/john/work/p4/sparc64/usr.bin/ldd/ldd.c In file included from /home/john/work/p4/sparc64/usr.bin/ldd/ldd.c:36:

Re: World broken?

2002-04-12 Thread Ruslan Ermilov
Do we already have the in-tree toolchain capable of cross-building sparc64? On Fri, Apr 12, 2002 at 10:24:31AM -0400, John Baldwin wrote: I've seen this twice now on both alpha and sparc64. It looks to be related to the ENDIAN macro changes: === usr.bin/ldd /arch/sparc64/hosted/bin/gcc -O

Re: World broken?

2002-04-12 Thread Mike Barcroft
John Baldwin [EMAIL PROTECTED] writes: I've seen this twice now on both alpha and sparc64. It looks to be related to the ENDIAN macro changes: [...] I guess all of those symbols are not defined or something and so have values of 0 and 0 == 0? sys/wait.h includes machine/endian.h right

Re: World broken?

2002-04-12 Thread John Baldwin
On 12-Apr-2002 Ruslan Ermilov wrote: Do we already have the in-tree toolchain capable of cross-building sparc64? No, we need gcc3.1 in the tree for that. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To

World broken again?

2002-01-15 Thread Emiel Kollof
Hi guys, Yet again, building the world is broken again for me. I am using freshly cvsupped sources as of yesterday evening (CET that is) For good measure, output from uname: FreeBSD azazel.ipv6.hackerheaven.org 5.0-CURRENT FreeBSD 5.0-CURRENT #17: Mon Jan 7 16:28:34 CET 2002 [EMAIL

Re: World broken again?

2002-01-15 Thread Ruslan Ermilov
On Tue, Jan 15, 2002 at 02:10:45PM +0100, Emiel Kollof wrote: [share/man/man3/Makefile breakage] Already fixed in src/share/man/man3/Makefile,v 1.21. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD

Re: world broken in share/colldef ?

2001-11-28 Thread Andrey A. Chernov
On Wed, Nov 28, 2001 at 11:00:10 +0100, Poul-Henning Kamp wrote: Any clues ? Rebuild colldef from very latest sources. BTW, colldef is already in bootstrap-tools -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the

world broken in src/lib/libedit

2001-10-01 Thread Bernd Walter
[...] cd /var/d10/FreeBSD-2001-10-01/src/lib/libc;make beforeinstall cd /var/d10/FreeBSD-2001-10-01/src/lib/libcalendar; make beforeinstall cd /var/d10/FreeBSD-2001-10-01/src/lib/libcalendar sh /var/d10/FreeBSD-2001-10-01/src/tools/install.sh -C -o root -g wheel

Re: world broken in src/lib/libedit

2001-10-01 Thread David O'Brien
On Mon, Oct 01, 2001 at 04:29:08PM +0200, Bernd Walter wrote: cd /var/d10/FreeBSD-2001-10-01/src/lib/libedit sh /var/d10/FreeBSD-2001-10-01/src/tools/install.sh -C -o root -g wheel -m 444 histedit.h /usr/obj/var/d10/FreeBSD-2001-10-01/src/i386/usr/include install: histedit.h: No such file

Re: make world broken in -current

2001-08-28 Thread Jim Pirzyk
On Monday 27 August 2001 05:58 pm, David O'Brien wrote: On Mon, Aug 27, 2001 at 11:10:55AM -0700, [EMAIL PROTECTED] wrote: Compiling sources cvs'ed this morning (Aug 27th), I get this error: cd /auto/roy/dist/pub/FreeBSD/CURRENT/src/usr.bin/file; make build-tools make: don't know how to

make world broken in -current

2001-08-27 Thread Jim . Pirzyk
Compiling sources cvs'ed this morning (Aug 27th), I get this error: cd /auto/roy/dist/pub/FreeBSD/CURRENT/src/usr.bin/file; make build-tools make: don't know how to make build-tools. Stop *** Error code 2 Stop in /auto/roy/dist/pub/FreeBSD/CURRENT/src. *** Error code 1 - JimP To Unsubscribe:

make world broken by STDIN_ changes

2001-07-26 Thread Steve Kargl
=== usr.sbin/pcvt/vttest cc -O -pipe -march=k6 -traditional -DUSEMYSTTY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/pcvt/vttest/main.c /usr/src/usr.sbin/pcvt/vttest/main.c: In function `readnl': /usr/src/usr.sbin/pcvt/vttest/main.c:1942: `STDIN_FILENO' undeclared (first use in

world broken

2001-07-19 Thread Dag-Erling Smorgrav
Top of tree: -- stage 4: building libraries -- cd /usr/src; MAKEOBJDIRPREFIX=/sec/obj COMPILER_PATH=/sec/obj/usr/src/i386/usr/libexec:/sec/obj/usr/src/i386/usr/bin

Re: world broken

2001-07-19 Thread Bruce Evans
On 19 Jul 2001, Dag-Erling Smorgrav wrote: Top of tree: -- stage 4: building libraries -- ... cd /usr/src/gnu/lib/csu; make _EXTRADEPEND cc -O -pipe -march=k6

Re: world broken by ipfilter move

2001-06-10 Thread Osamu MIHARA
At Sun, 10 Jun 2001 09:06:08 +1000 (EST), Bruce Evans wrote: Everything thet uses the ipfilter headers is similarly broken. This is because I use SHARED=symlinks, and src/include/Makefile doesn't install the ipfilter headers in this case. Nor could it, since installing them would spam the

world broken by ipfilter move

2001-06-09 Thread Bruce Evans
Script started on Sun Jun 10 08:55:08 2001 ttyp0:bde@gamplex:/usr/src/usr.bin/kdump make depend sh /usr/src/usr.bin/kdump/mkioctls /usr/include ioctl.c In file included from :66: /usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined /usr/include/pccard/cardinfo.h:81: warning:

world broken at acpi

2001-05-29 Thread walt
=== usr.sbin/acpi === usr.sbin/acpi/acpiconf rm -f .depend mkdep -f .depend -a-I/usr/src/usr.sbin/acpi/acpiconf/../../../sys -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.sbin/acpi/acpiconf/acpiconf.c /usr/src/usr.sbin/acpi/acpiconf/acpiconf.c:40:

world broken

2001-05-22 Thread Storms of Perfection
Latest CVS (about 30 minutes ago) In file included from /usr/src/sbin/vinum/v.c:57: /usr/src/sbin/vinum/vext.h:77: dev/vinum/vinumutil.h: No such file or directory In file included from /usr/src/sbin/vinum/list.c:59: /usr/src/sbin/vinum/vext.h:77: dev/vinum/vinumutil.h: No such file or directory

Re: world broken (vinum)

2001-05-22 Thread Szilveszter Adam
Hello Greg and others, Well I cannot find that file (/usr/src/sys/dev/vinum/vinumutil.h) there, it is not there in the cvsweb interface either. However, I can confirm that /usr/src/sys/dev/vinum/vinumhdr.h contains a reference to it. So? -- regards: Szilveszter ADAM Szeged University

Re: world broken (vinum)

2001-05-22 Thread David Wolfskill
Date: Tue, 22 May 2001 17:22:12 +0200 From: Szilveszter Adam [EMAIL PROTECTED] Well I cannot find that file (/usr/src/sys/dev/vinum/vinumutil.h) there, it is not there in the cvsweb interface either. However, I can confirm that /usr/src/sys/dev/vinum/vinumhdr.h contains a reference to it.

Re: world broken

2001-05-22 Thread David Wolfskill
In answer to Greg's query What happens if you try building in sys/modules/vinum?: dhcp-133[3] pushd sys/modules/vinum/ /usr/src/sys/modules/vinum /usr/src dhcp-133[4] make Warning: Object directory not changed from original /usr/src/sys/modules/vinum @ - /usr/src/sys machine -

Re: world broken yet again

2001-05-17 Thread Sheldon Hearn
On 16 May 2001 20:47:05 EST, Michael Harnois wrote: cc -O2 -fno-strength-reduce -pipe -march=pentiumpro -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION -DSRA -I/usr/src/secure/lib/libtelnet/../../../crypto/telnet -I/usr/obj/usr/src/i386/usr/include -c

Re: world broken yet again

2001-05-17 Thread Michael Harnois
On Thu, 17 May 2001 11:17:10 +0200, Sheldon Hearn [EMAIL PROTECTED] said: You're not supposed to report errors with world and kernel if you're using non-standard optimizations. Are you telling me this error had something to do with optimizations? -- Michael D. Harnois

Re: world broken yet again

2001-05-17 Thread Will Andrews
On Thu, May 17, 2001 at 06:36:01AM -0500, Michael Harnois wrote: Are you telling me this error had something to do with optimizations? No. But they can affect compiles in bizarre ways (believe me, in the four years that I've compiled world, I've seen several). If you compile with

Re: world broken yet again

2001-05-17 Thread Michael Harnois
On Thu, 17 May 2001 07:11:16 -0500, Will Andrews [EMAIL PROTECTED] said: On Thu, May 17, 2001 at 06:36:01AM -0500, Michael Harnois wrote: Are you telling me this error had something to do with optimizations? No. My point is that I knew that. However, in this case,

world broken yet again

2001-05-16 Thread Michael Harnois
cc -O2 -fno-strength-reduce -pipe -march=pentiumpro -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION -DSRA -I/usr/src/secure/lib/libtelnet/../../../crypto/telnet -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c -o pk.o

Re: world broken yet again

2001-05-16 Thread nnd
In article [EMAIL PROTECTED] Michael Harnois [EMAIL PROTECTED] wrote: /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c: In function `getseed': /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:146: `i' undeclared (first use in this function)

FW: Snapshot Log - world broken in telnetd

2001-05-10 Thread John Baldwin
It looks like the recent changes wrt to libpam in telnetd may have broken world. -FW: [EMAIL PROTECTED]- Date: Thu, 10 May 2001 09:11:57 -0700 (PDT) From: Deimos Root [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Snapshot Log === libexec/telnetd cc -O -pipe

RE: FW: Snapshot Log - world broken in telnetd

2001-05-10 Thread John Baldwin
On 10-May-01 John Baldwin wrote: It looks like the recent changes wrt to libpam in telnetd may have broken world. Correction, world appears to be ok, just release is broken. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc

Re: FW: Snapshot Log - world broken in telnetd

2001-05-10 Thread Bruce Evans
On Thu, 10 May 2001, John Baldwin wrote: It looks like the recent changes wrt to libpam in telnetd may have broken world. ... cc -O -pipe -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK -DAUTHENTICATION -DENCRYPTION -I/usr/src/kerberos

Re: FW: Snapshot Log - world broken in telnetd

2001-05-10 Thread Michael Harnois
On Fri, 11 May 2001 03:16:35 +1000 (EST), Bruce Evans [EMAIL PROTECTED] said: The kerberosIV telnetd is missing linkage to libpam, perhaps more. The kerberosIV telnet and telnetd are missing linkage to libpam, for about three days. Just adding that lib makes it work ... -- Michael

world broken, pstat wants IN_SHLOCK, IN_EXLOCK

2001-05-08 Thread Michael Harnois
cc -O2 -fno-strength-reduce -pipe -march=pentiumpro -I/usr/src/usr.sbin/pstat/../../sys -c /usr/src/usr.sbin/pstat/pstat.c /usr/src/usr.sbin/pstat/pstat.c: In function `ufs_print': /usr/src/usr.sbin/pstat/pstat.c:494: `IN_SHLOCK' undeclared (first use in this function)

world broken in sshd

2001-05-08 Thread Michael Harnois
cc -O2 -fno-strength-reduce -pipe -march=pentiumpro -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM -DHAVE_PAM_GETENVLIST -DKRB4 -DSKEY -DXAUTH_PATH=\/usr/X11R6/bin/xauth\ -I/usr/obj/usr/src/i386/usr/include -c

world broken

2001-05-08 Thread Daniel
world broken at /usr/src/usr.sbin/pstat/pstat.c because IN_SHLOCK is undeclared, is this something new added to sys/ufs/ufs/inode.h ? d.- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

world broken...

2001-05-08 Thread Sergey A. Osokin
Hello. After resup my sources (a 2 hours ago) i tried make buildworld and it failed: Extracting myconfig (with variable substitutions) Missing right curly or square bracket at lib/SelfLoader.pm line 69, at end of line syntax error at lib/SelfLoader.pm line 69, at EOF Compilation failed in

Re: world broken at pstat

2001-05-08 Thread David Wolfskill
From: walt [EMAIL PROTECTED] Date: 08 May 2001 19:58:05 -0700 cvsup'd CURRENT 5-8-2001 around 1900 PST make buildworld stopped here: === usr.sbin/pstat cc -O -pipe -I/usr/src/usr.sbin/pstat/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/pstat/pstat.c

FW: Snapshot Log - world broken

2001-05-04 Thread John Baldwin
=== libpam/modules/pam_tacplus cc -O -pipe -Wall -I/usr/src/lib/libpam/modules/pam_tacplus/../../../../contrib/libpam/libpam/incl ude -I/usr/src/lib/libpam/mo dules/pam_tacplus/../../libpam -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libpam/modules/pam_tacplus/pam_tacplus.c -o

world broken (sshd)

2001-05-04 Thread Thomas Quinot
It looks like world does not currently compile: some files have been removed from src/crypto/openssh/ a few hours ago, but are still listed in SRCS in secure/usr.sbin/sshd/Makefile. Possible workaround: --- secure/usr.sbin/sshd/Makefile.dist Fri May 4 17:10:19 2001 +++

Re: world broken at vnode.h

2001-04-25 Thread Neal Rigney
On Sun, Apr 22, 2001 at 11:24:42AM -0500, Michael Harnois wrote: In file included from ../../dev/bktr/bktr_audio.c:52: ../../sys/vnode.h:571: conflicting types for `vaccess_acl_posix1e' ../../sys/vnode.h:568: previous declaration of `vaccess_acl_posix1e' ../../sys/vnode.h:571: warning:

world broken at vnode.h

2001-04-22 Thread Michael Harnois
In file included from ../../dev/bktr/bktr_audio.c:52: ../../sys/vnode.h:571: conflicting types for `vaccess_acl_posix1e' ../../sys/vnode.h:568: previous declaration of `vaccess_acl_posix1e' ../../sys/vnode.h:571: warning: redundant redeclaration of `vaccess_acl_posix1e' in same scope

usr.bin/kdump - 'make world' broken?

2001-03-27 Thread Eckhard Kantz
What could be the reason for the following problem? === usr.bin/kdump cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../ .. -I/usr/obj/usr/src/i386/usr/include -c ioctl.c In file included from ioctl.c:96: /usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning:

Re: usr.bin/kdump - 'make world' broken?

2001-03-27 Thread Sergey A. Osokin
On Tue, Mar 27, 2001 at 01:22:51PM +0200, Eckhard Kantz wrote: What could be the reason for the following problem? === usr.bin/kdump cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../ .. -I/usr/obj/usr/src/i386/usr/include -c ioctl.c In file included from

Re: usr.bin/kdump - 'make world' broken?

2001-03-27 Thread Ruslan Ermilov
On Tue, Mar 27, 2001 at 07:34:49PM +0400, Sergey A. Osokin wrote: On Tue, Mar 27, 2001 at 01:22:51PM +0200, Eckhard Kantz wrote: What could be the reason for the following problem? === usr.bin/kdump cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../ ..

Re: usr.bin/kdump - 'make world' broken?

2001-03-27 Thread Sergey A. Osokin
On Tue, Mar 27, 2001 at 07:17:48PM +0300, Ruslan Ermilov wrote: On Tue, Mar 27, 2001 at 07:34:49PM +0400, Sergey A. Osokin wrote: On Tue, Mar 27, 2001 at 01:22:51PM +0200, Eckhard Kantz wrote: What could be the reason for the following problem? === usr.bin/kdump cc -O -pipe

World broken in fsdb by fsck_ffs changes.

2001-03-21 Thread Ollivier Robert
=== sbin/fsdb cc -O -pipe -march=pentiumpro -I/src/src/sbin/fsdb/../fsck_ffs -I/usr/obj/src/src/i386/usr/include -c /src/src/sbin/fsdb/fsdb.c cc -O -pipe -march=pentiumpro -I/src/src/sbin/fsdb/../fsck_ffs -I/usr/obj/src/src/i386/usr/include -c /src/src/sbin/fsdb/fsdbutil.c

Re: HEADS UP: -current world broken since Feb 10

2001-02-18 Thread Farid Hajji
Hi, I just updated -CURRENT 2001-01-25 to 2001-02-18.0100 CET and the system runs fine for me. Built and installed kernel too. All old binaries that linked to libc.so.5 (including X11) not recompiled; they still run fine. No problems with as(1) either. The only glitch during installworld was:

Re: HEADS UP: -current world broken since Feb 10

2001-02-17 Thread Stephan van Beerschoten
On Fri, 16 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] "David O'Brien" writes: : Warner committed a fix for this. But I'm having trouble building world : with it. : : cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6

Re: HEADS UP: -current world broken since Feb 10

2001-02-17 Thread Stephan van Beerschoten
On Fri, 16 Feb 2001, [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED] you wrote: Has anybody gotten world to build? Mine isn't finished yet, but it is past libc, it is busy in usr.sbin. Finished buildworld without problems.. CVS as of now (check mailheader). I'm about to

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Stephan van Beerschoten
On Tue, 13 Feb 2001, Dag-Erling Smorgrav wrote: 'make world' on -CURRENT has been broken since Feb 10 due to a change in the size of struct __sFILE (which changes the address of stdin, stdout and stderr). It will remain broken for a few more days while we work out the best possible solution

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread David O'Brien
On Fri, Feb 16, 2001 at 10:44:10AM +0100, Stephan van Beerschoten wrote: DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB 10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED. Any updates on this yet ? Warner committed a fix for this. But I'm having trouble

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread John Hay
DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB 10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED. Any updates on this yet ? Warner committed a fix for this. But I'm having trouble building world with it. cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Robert Drehmel
In [EMAIL PROTECTED], David O'Brien wrote: cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD -I/usr/obj/usr/src/i386/usr/include -c

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread John Hay
DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB 10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED. Any updates on this yet ? Warner committed a fix for this. But I'm having trouble building world with it. Well make world finished here, but it looks

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Stephan van Beerschoten
On Fri, 16 Feb 2001, John Hay wrote: DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB 10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED. Any updates on this yet ? Warner committed a fix for this. But I'm having trouble building world with it.

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Stephan van Beerschoten
On Fri, 16 Feb 2001, Stephan van Beerschoten wrote: Has anybody gotten world to build? Mine isn't finished yet, but it is past libc, it is busy in usr.sbin. Finished buildworld without problems.. CVS as of now (check mailheader). I'm about to install.. Finished installing, built

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread nnd
In article [EMAIL PROTECTED] you wrote: Has anybody gotten world to build? Mine isn't finished yet, but it is past libc, it is busy in usr.sbin. Finished buildworld without problems.. CVS as of now (check mailheader). I'm about to install.. Finished installing, built kernel, and

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Daniel Eischen
On Fri, 16 Feb 2001, John Hay wrote: DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB 10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED. Any updates on this yet ? Warner committed a fix for this. But I'm having trouble building world with it.

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread nnd
Daniel Eischen [EMAIL PROTECTED] wrote: Try this uncompiled and untested patch to lib/libc/stdio/findfp.c. If it doesn't compile, you should be able to tweak it. After small tweak this patch comiles and works - i.e. I can now make /usr/ports/devel/gettext. N.Dudorov Index:

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh
In message [EMAIL PROTECTED] "David O'Brien" writes: : Warner committed a fix for this. But I'm having trouble building world : with it. : : cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include :-D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh
In message [EMAIL PROTECTED] Stephan van Beerschoten writes: : DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB : 10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED. : : Any updates on this yet ? I claim I've fixed this. I have 1 report that says I haven't and one

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh
In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes: : Daniel Eischen [EMAIL PROTECTED] wrote: : : Try this uncompiled and untested patch to lib/libc/stdio/findfp.c. : If it doesn't compile, you should be able to tweak it. : : After small tweak this patch comiles and works - i.e. : I

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Daniel Eischen
On Fri, 16 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes: : Daniel Eischen [EMAIL PROTECTED] wrote: : : Try this uncompiled and untested patch to lib/libc/stdio/findfp.c. : If it doesn't compile, you should be able to tweak it. : : After small

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh
In message [EMAIL PROTECTED] Daniel Eischen writes: : I'm away from my -current box until tonight so go ahead and : commit it. Sounds good. warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread David O'Brien
On Fri, Feb 16, 2001 at 10:03:06AM -0700, Warner Losh wrote: Did you snag stdio.h as well? My buildworld on a virgin tree post my fix on a 4.2-stable system completed last night. My system was probably so hosed nothing was going to fix it. I backed up my sources to varisous dates and could

Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh
In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes: : : Daniel Eischen [EMAIL PROTECTED] wrote: : : Try this uncompiled and untested patch to lib/libc/stdio/findfp.c. : If it doesn't compile, you should be able to tweak it. : : After small tweak this patch comiles and works - i.e. : I

HEADS UP: -current world broken since Feb 10

2001-02-12 Thread Dag-Erling Smorgrav
'make world' on -CURRENT has been broken since Feb 10 due to a change in the size of struct __sFILE (which changes the address of stdin, stdout and stderr). It will remain broken for a few more days while we work out the best possible solution to this problem. DO NOT TRY TO UPGRADE -STABLE OR A

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-26 Thread Michael Harnois
On Sat, 25 Nov 2000 18:01:33 -0500 (EST), Bosko Milekic [EMAIL PROTECTED] said: jlemon, I think you may want to remove the include for sys/mbuf.h in if_var.h if it isn't needed (try) -- I think this is what may be screwing up netstat. OK, I think I have it now. Remove

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-26 Thread Jonathan Lemon
On Sun, Nov 26, 2000 at 01:06:12PM -0600, Michael Harnois wrote: On 26 Nov 2000 12:48:48 -0600, Michael Harnois [EMAIL PROTECTED] said: OK, I think I have it now. Remove sys/mbuf.h and change machine/mutex.h to sys/mutex.h. Except that the kernel won't build if sys/mbuf.h isn't

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-26 Thread Alfred Perlstein
* Jonathan Lemon [EMAIL PROTECTED] [001126 11:18] wrote: On Sun, Nov 26, 2000 at 01:06:12PM -0600, Michael Harnois wrote: On 26 Nov 2000 12:48:48 -0600, Michael Harnois [EMAIL PROTECTED] said: OK, I think I have it now. Remove sys/mbuf.h and change machine/mutex.h to

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-26 Thread Jonathan Lemon
On Sun, Nov 26, 2000 at 11:23:45AM -0800, Alfred Perlstein wrote: * Jonathan Lemon [EMAIL PROTECTED] [001126 11:18] wrote: On Sun, Nov 26, 2000 at 01:06:12PM -0600, Michael Harnois wrote: On 26 Nov 2000 12:48:48 -0600, Michael Harnois [EMAIL PROTECTED] said: OK, I think I have

world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-25 Thread Steve Kargl
=== usr.bin/netstat cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/netstat/if.c In file included from /usr/obj/usr/src/i386/usr/include/net/if_var.h:78, from /usr/src/usr.bin/netstat/if.c:49:

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-25 Thread Bosko Milekic
No biggie guys... jlemon, I think you may want to remove the include for sys/mbuf.h in if_var.h if it isn't needed (try) -- I think this is what may be screwing up netstat. Sorry, Steve, for this inconvenience, but this stuff does occasionally happen in -CURRENT. :-) On Sat, 25

Re: world broken: mbuf.h:120: `MSIZE' undeclared here

2000-11-25 Thread Michael Harnois
On Sat, 25 Nov 2000 18:01:33 -0500 (EST), Bosko Milekic [EMAIL PROTECTED] said: jlemon, I think you may want to remove the include for sys/mbuf.h in if_var.h if it isn't needed (try) -- I think this is what may be screwing up netstat. I tried your suggestion and it got me past

  1   2   3   >