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 -Wwrit

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 -W

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 -fstack-protector-stron

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 -Wno-uninit

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 fai

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:117

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 /big/usr/src/contrib/gcc/dwar

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 &g

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: stru

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 [

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 PROTECTED]

Re: World broken at libkvm

2002-10-01 Thread Don Lewis
On 30 Sep, Juli Mallett wrote: > No locks except for the lock of the process being signalled should be > held when sending signals, IMHO, though I am mostly ignorant of the SIGIO > locking. BTW, kill() wants to hold the allproc_lock or a process group lock while iterating over the list of proces

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

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 expose

Re: World broken at libkvm

2002-09-30 Thread Don Lewis
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 anticipate it. > I suggest you turn WITNESS on, and stress the system. If you get *new* > 'could sleep

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

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.

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 -m

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/li

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: stru

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 PROTECTED

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 lib_keyna

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 /usr/src/usr.bin/

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 /us

Re: world broken

2002-08-16 Thread Bruce Evans
On Fri, 16 Aug 2002, Tim Robbins wrote: > 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

Re: world broken

2002-08-15 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... pl

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 curses.h:112

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

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

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: 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/

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

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/g

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: /usr/inc

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 comm

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 PROTEC

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 t

world broken in share/colldef ?

2001-11-28 Thread Poul-Henning Kamp
Any clues ? flat# pwd /flat/src/share/colldef flat# make colldef -I /flat/src/share/colldef -o hi_IN.ISCII-DEV.out /flat/src/share/colldef/hi_IN.ISCII-DEV.src colldef: map/name buffer overflow near line 81 of /flat/src/share/colldef/map.ISCII-DEV, character 'i' *** Error code 69 Stop in /flat

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

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 whee

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

Re: make world broken in -current

2001-08-27 Thread David O'Brien
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 build-tools. Stop > *** Error code 2 Are you sure y

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:

Re: make world broken by STDIN_ changes

2001-07-27 Thread Sheldon Hearn
On Thu, 26 Jul 2001 15:26:27 MST, Steve Kargl wrote: > ===> 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/pc

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 t

Re: world broken

2001-07-19 Thread Vincent Poy
On 19 Jul 2001, Dag-Erling Smorgrav wrote: > Bruce Evans <[EMAIL PROTECTED]> writes: > > I saw this too. It is caused by garbage in the source tree (crtbegin.s > > in this case) and bug(s) in in the rule to create crtbegin.o). I'm > > not sure what created the garbage. For me, I think it was c

Re: world broken

2001-07-19 Thread Dag-Erling Smorgrav
Bruce Evans <[EMAIL PROTECTED]> writes: > I saw this too. It is caused by garbage in the source tree (crtbegin.s > in this case) and bug(s) in in the rule to create crtbegin.o). I'm > not sure what created the garbage. For me, I think it was caused by > playing with cross-compiles (I tried MACH

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=

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 LIBRA

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

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: warni

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: contrib/dev/acpica/Subsystem/Include/a

Re: world broken (vinum)

2001-05-22 Thread Greg Lehey
On Tuesday, 22 May 2001 at 17:30:57 +0200, Szilveszter Adam wrote: > On Tue, May 22, 2001 at 05:22:12PM +0200, Szilveszter Adam wrote: >> 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

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 -> /usr/src/sys/i3

Re: world broken (vinum)

2001-05-22 Thread Szilveszter Adam
On Tue, May 22, 2001 at 05:22:12PM +0200, Szilveszter Adam wrote: > 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 > > contai

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

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 Szege

Re: world broken

2001-05-22 Thread Greg Lehey
On Tuesday, 22 May 2001 at 3:42:08 -0500, Storms of Perfection wrote: > Latest CVS (about 30 minutes ago) > > In file included from /usr/src/sbin/vinum/commands.c:56: > /usr/src/sbin/vinum/vext.h:77: dev/vinum/vinumutil.h: No such file or directory > mkdep: compile failed > *** Error code 1 Did

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 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

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 optimization

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 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 >/usr/src/secure/lib

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) > /usr/

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 /usr

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 ... -- Michae

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 > IV/libexec/telnetd/../../../crypt

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

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: 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 >/usr/src/u

world broken at pstat

2001-05-08 Thread walt
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 /usr/src/usr.sbin/pstat/pstat.c: In function `ufs_print': /usr/src/usr.sbin/pstat/p

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 requir

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 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 /usr/src/secure/usr.

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) /usr/src/usr.sbin/pstat/

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 +++ secure/usr.sbin/sshd/Mak

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 pam_tacpl

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: red

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 ../../sys/vn

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

2001-04-02 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:1

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

2001-03-27 Thread Sergey A. Osokin
On Tue, Mar 27, 2001 at 09:42:36PM +0400, Sergey A. Osokin wrote: > 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 r

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

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 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

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: `

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 /src/src/sbin/fsd

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: i

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 (check mailheader). >

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 -I/

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

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]> 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 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. > : > : Aft

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. :

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 on

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 :-I/usr/s

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 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 wor

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 (check mailheader). >> I'm about to install.. > > Finished installing, built k

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 (check mailheader). > I'm about to install.. Finished installing, built ke

  1   2   3   >