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
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
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
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 [
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
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
* 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
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
* 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
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.
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
* 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
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
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/
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
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
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/
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
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
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
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
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
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
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
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=
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
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
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
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
>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
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
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
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
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
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
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
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/
>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
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
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,
* 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.
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
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
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/
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
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
>
> 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/
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.
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'
>> 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
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
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
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
* 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...
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
>
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
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
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
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
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
"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...@
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:
>
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
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
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.
> 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
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;
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
> 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
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
70 matches
Mail list logo