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

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

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 [

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

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/

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

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

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

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

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

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=

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

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

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/

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

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

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,

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.

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

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

2000-11-26 Thread Michael Harnois
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 included. Oh well. -- Michael D. Harnois, Redeemer Lutheran Church

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

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

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 No

Re: world broken

2000-09-08 Thread Mike Smith
> > looks like the boot loader is killing -current. I have a patch, but > it just cuts all the offending references. > > Comments? rebuild/reinstall libstand. Sorry; should have HEADS-UPped that one. > Warner > > cc -nostdlib -static -Ttext 0x0 -o loader.sym >/usr/obj/home/imp/FreeBSD/src/

Re: world broken

2000-09-07 Thread Warner Losh
In message <[EMAIL PROTECTED]> Mike Smith writes: : > : > looks like the boot loader is killing -current. I have a patch, but : > it just cuts all the offending references. : > : > Comments? : : rebuild/reinstall libstand. Sorry; should have HEADS-UPped that one. I can't reinstall libstand.

Re: make installkernel broken ? (was Re: World broken)

2000-07-23 Thread Marcel Moolenaar
Salvo Bartolotta wrote: > > Dear FreeBSd'ers, > > The good news: I have just made buildworld (sources cvsup'ed today), > and made buildkernel with no problems. > > The (moderately) bad news: make installkernel fails: Already fixed. Please re-cvsup. Note that the kernel will be called 'kernel'

make installkernel broken ? (was Re: World broken)

2000-07-23 Thread Salvo Bartolotta
>> Original Message << On 7/23/00, 7:19:03 AM, Warner Losh <[EMAIL PROTECTED]> wrote regarding World broken: > cc -O -pipe -DMD5 -DSHA1 -DRMD160 -I/usr/obj/home/imp/FreeBSD/src/i386/usr/include -o mtree compare.o crc.o create.o excludes.o misc.o mtree.o spe

Re: world broken?

2000-07-04 Thread Stijn Hoop
Hi, ignore this for now please - I am getting past this on the same sources with a second buildworld. I suspect a hardware problem :( --Stijn On Wed, Jul 05, 2000 at 12:31:59AM +0200, Stijn Hoop wrote: > Hi, > > Trying to build world, source just cvssup'ed, clean builddir and I get > this erro

Re: World broken again...

2000-05-26 Thread George Cox
On 25/05 10:27, Szilveszter Adam wrote: > On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > > > cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall > > -I/usr/obj/usr/current/ > > Not to be picky, but optimizations apart from -O -pipe were not supported I'm going to be pick

Re: World broken again...

2000-05-25 Thread Maxim Sobolev
Alfred Perlstein wrote: > * Maxim Sobolev <[EMAIL PROTECTED]> [000525 02:19] wrote: > > Szilveszter Adam wrote: > > > > > On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > > > > Dammit, given severe breakage of the world during past several days the idea to > > > > establish a fine

Re: World broken again...

2000-05-25 Thread Alfred Perlstein
* Maxim Sobolev <[EMAIL PROTECTED]> [000525 02:19] wrote: > Szilveszter Adam wrote: > > > On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > > > Dammit, given severe breakage of the world during past several days the idea to > > > establish a fine to a breaker not seems so stupid...

Re: World broken again...

2000-05-25 Thread Maxim Sobolev
Szilveszter Adam wrote: > On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > > Dammit, given severe breakage of the world during past several days the idea to > > establish a fine to a breaker not seems so stupid... > > > > cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall >

Re: World broken again...

2000-05-25 Thread Szilveszter Adam
On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > Dammit, given severe breakage of the world during past several days the idea to > establish a fine to a breaker not seems so stupid... > > cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall > -I/usr/obj/usr/current/ Not to be

Re: world broken using /usr/local/lib?

2000-01-17 Thread Kris Kennaway
On Mon, 17 Jan 2000, Robert C. Noland III wrote: > You have a libcrypto in /usr/local/lib which was not compiled with > rsaref. When it reaches out to get rsaref, it also picks up the > libcrypto and libssl from /usr/local/lib rather than the build tree. > Move them out of the way... I figured

Re: world broken using /usr/local/lib?

2000-01-17 Thread bush doctor
Out of da blue Alfred Perlstein aka ([EMAIL PROTECTED]) said: > broken here for the last 12 hours or so: > > cc -pipe -O2 -DMONOLITH -DNO_IDEA -I/home/src/secure/usr.bin/openssl -DRSAref >-I/usr/obj/home/src/i386/usr/include -c >/home/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/sp

Re: world broken in libcrypt

2000-01-07 Thread Marcel Moolenaar
Neal Westfall wrote: > > ===> ../secure/lib/libcrypt > make: don't know how to make crypt-shs.c. Stop > *** Error code 2 Fixed. Thanks! -- Marcel Moolenaarmailto:[EMAIL PROTECTED] SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project

Re: world broken in vinum (PATCH)

1999-07-02 Thread Brian F. Feldman
On Fri, 2 Jul 1999, Brian F. Feldman wrote: > Here's the fix. I'm sure it's not absolutely the same as what Greg will have, > but if anyone wants to commit it, it will fix world. > I know I _could_ commit it, but it's someone else's work that's being actively maintained. It still does break wor

Re: world broken

1999-01-23 Thread Mark Murray
"Thomas T. Veldhouse" wrote: > Has this been done yet? It has been over 7 hours since the post and I > have only seen two source changes, and they are in sys/pci by "roger". Hours ago :-). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@

Re: world broken

1999-01-23 Thread Thomas T. Veldhouse
Never mind, I was using the RELENG_3 tag during CVSup. Sorry. "Thomas T. Veldhouse" wrote: > Has this been done yet? It has been over 7 hours since the post and I > have only seen two source changes, and they are in sys/pci by "roger". > > Tom Veldhouse > ve...@visi.com > > Mark Murray wrote: >

Re: world broken

1999-01-23 Thread Thomas T. Veldhouse
Has this been done yet? It has been over 7 hours since the post and I have only seen two source changes, and they are in sys/pci by "roger". Tom Veldhouse ve...@visi.com Mark Murray wrote: > Julian Elischer wrote: > > can you announce when the fixes are in place? > > I'll do better; I am about

Re: world broken

1999-01-23 Thread Mark Murray
Julian Elischer wrote: > can you announce when the fixes are in place? I'll do better; I am about to back it all out. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the messag

Re: world broken

1999-01-22 Thread Julian Elischer
so what happenned.. he checked in more stuff this morning and DIDN'T fix the build breakage from yesterday.. doesn't he know about it? On Fri, 22 Jan 1999, Mark Murray wrote: > Luoqi Chen wrote: > > I spend half night yesterday to sort this mess out. If no one objects, > > I'll commit my fixes.

Re: world broken

1999-01-22 Thread Luoqi Chen
> Luoqi Chen wrote: > > I spend half night yesterday to sort this mess out. If no one objects, > > I'll commit my fixes. (anyone volunteers to make the hat?) > > I know who gets the hat; please cool it on the fixes until the original > committer has finished. > > I'm watching this one closely, an

Re: world broken

1999-01-22 Thread Julian Elischer
Mark, can you announce when the fixes are in place? thanks, julian On Fri, 22 Jan 1999, Mark Murray wrote: > Luoqi Chen wrote: > > I spend half night yesterday to sort this mess out. If no one objects, > > I'll commit my fixes. (anyone volunteers to make the hat?) > > I know who gets the hat;

Re: world broken

1999-01-22 Thread Mark Murray
Luoqi Chen wrote: > I spend half night yesterday to sort this mess out. If no one objects, > I'll commit my fixes. (anyone volunteers to make the hat?) I know who gets the hat; please cool it on the fixes until the original committer has finished. I'm watching this one closely, and I need to trac

Re: world broken

1999-01-22 Thread Luoqi Chen
> having spent almost an hour trying to decode the complexities of the crypt > making process I admit defeat.. > can SOMEBODY please fix the build in -current and sent branson > a nice pointy hat.. > I think he committed and went on vacation > > (I haven't seen any commits that say they fixed this

Re: World broken in RELENG_3 when making aout-to-elf bulid

1999-01-22 Thread John Polstra
In article <36a867ed.8adac...@altavista.net>, Maxim Sobolev wrote: > > -o login login.o login_access.o login_fbtab.o  -lutil -lcrypt > login.o: Undefined symbol `_pam_start' referenced from text segment ... I merged the fix into RELENG_3 this morning. Sorry about that! John -- John Polstra