What do you have your CFLAGS/CPUTYPE set to? I've run into this before
with aggressive CFLAGS/CPUTYPE i believe (-O3 with athlon-mp)
seth
> Hi,
>
> I end up with the following when I run `make world` on 5.1-RELEASE-p10.
>
>
> /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No
On Mon, 16 Jun 2003, Kris Kennaway wrote:
> On Mon, Jun 16, 2003 at 10:21:51AM +0200, Matthias Andree wrote:
> > "make world" fails, "rm -rf /usr/obj ; make -DNOCLEAN world" is fine.
>
> Always update with 'cvs update -PdA'
I used cvsup without -s.
--
Matthias Andree
_
On Mon, Jun 16, 2003 at 10:21:51AM +0200, Matthias Andree wrote:
> Hi,
>
> "make world" fails, "rm -rf /usr/obj ; make -DNOCLEAN world" is fine.
Always update with 'cvs update -PdA'
Kris
pgp0.pgp
Description: PGP signature
On Sun, Feb 11, 2001 at 10:56:18PM +0100, Robert Drehmel wrote:
> In <38689.981926085@critter>, Poul-Henning Kamp wrote:
> > [buildworld failure lib/libc/locale/lmessages.c]
>
> It should work with '#include '.
Yep, that seems to be enough to get past this point. I don't know if there
are any o
In <38689.981926085@critter>, Poul-Henning Kamp wrote:
> cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/syv/src/lib/libc/include -D__DBINTERFACE
> _PRIVATE -DINET6 -I/usr/obj/syv/src/lib/libc -DPOSIX_MISTAKE -I/syv/src/lib/libc
> /../libc/locale -DBROKEN_DES -DYP -DHESIOD -I/usr/obj/syv/src/i386/usr/incl
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat
-I/usr/obj/usr/src/tm
p/usr/include -static -o sh alias.o arith.o arith_lex.o cd.o echo.o
error.o eva
l.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o
miscbltin
.o mystring.o options.o output.o parser.o printf.o redir.
Systems Administrator wrote:
> Thats not where it dies :)..
It's the same problem. libtermcap has changed or causes
conflicts with symbols (if I understand some of
Peter's commits). The tput function you noted would have
come from -ltermcap (as does the tgetent, tgetnum, etc.i below)
What I d
> Thats not where it dies :)..
Be more specific. Just saying "it dies" does not help anyone here.
- Jordan
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Thats not where it dies :)..
--
Jason DiCioccio | [EMAIL PROTECTED]
FreeBSD - The Power to Serve | http://www.freebsd.org
| http:/
Matthew N. Dodd wrote:
> On Mon, 30 Aug 1999, Systems Administrator wrote:
> > Make world for 4.0 is failing due to libedit libraries that were
> > compiled during the process.. various errors with tputs and other
> > functions in libedit.a, please commit a fix soon, I just reinstalled
> > -RELEAS
On Mon, 30 Aug 1999, Systems Administrator wrote:
> Make world for 4.0 is failing due to libedit libraries that were
> compiled during the process.. various errors with tputs and other
> functions in libedit.a, please commit a fix soon, I just reinstalled
> -RELEASE and wanna get out of it.
Any c
Hi folks,
To answer my own question, I came into work this morning and found
my console full of messages...
spec_getpages: I/O read failure: (error code=0) bp 0xc36fe9a0 vp 0xc92ce000
size: 0, resid: 0, a_count: 4096, valid: 0x0
nread: 0, reqpage: 0, pindex: 9, p
* Greg Lehey ([EMAIL PROTECTED]) [990826 06:19]:
>On Wednesday, 25 August 1999 at 23:39:56 -0400, John W. DeBoskey wrote:
>> ===> cpp
>> cc -O -pipe -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc
>-I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc/config -DFREEBSD_NATIVE
>-D
> On Wednesday, 25 August 1999 at 23:39:56 -0400, John W. DeBoskey wrote:
> > Hi,
> >
> >I'm having problems making world... before I dig into this, does
> > anyone already know what's going on? My source is current as of
> > 11:30pm EST.
> >
> > thanks,
> > John
> >
> > ===> cpp
> > cc -O -pi
On Wednesday, 25 August 1999 at 23:39:56 -0400, John W. DeBoskey wrote:
> Hi,
>
>I'm having problems making world... before I dig into this, does
> anyone already know what's going on? My source is current as of
> 11:30pm EST.
>
> thanks,
> John
>
> ===> cpp
> cc -O -pipe -I/usr/src/gnu/usr.bi
On Thu, Jul 29, 1999 at 08:46:52AM -0400, John W. DeBoskey wrote:
> Hi,
>
>The following seems to have slipped in over the last 24 hours. I'm
> probably the last to see it, and it may already be fixed, but I don't
> see any obvious commits:
>
> c++ -c -I/usr/obj/usr/src/tmp/usr/include/g++ -
On Mon, 3 May 1999, Bruce Evans wrote:
> >I have noticed that if you do not have /usr/share/groff_font
> >directory, a buildworld will fail. I think GROFF_FONT_PATH is
> >missing from a Makefile maybe? The dev* directories are already
> >built in the obj tree...
>
> Similarly for /usr/share
> I had tried cd /usr/src and make cleandir and make cleandir. It didn't
> help. Any idea ? Thanks.
rm -rf /usr/src
cd /usr
cvs co src
Something is wrong with your tree. This output is very simular to what
you get when contrib/egcs/gcc/config/freebsd-native.h isn't being picked
up
># uname -v
>FreeBSD 3.1-STABLE #2: Mon Apr 26 22:46:11 EST 1999
>
>I have noticed that if you do not have /usr/share/groff_font
>directory, a buildworld will fail. I think GROFF_FONT_PATH is
>missing from a Makefile maybe? The dev* directories are already
>built in the obj tree...
Similarly
> Mark Murray writes:
> "David O'Brien" wrote:
>> On Thu, Apr 29, 1999 at 03:19:37AM +0200, Jean-Marc Zucconi wrote:
>> > I just encountered this:
>> >
>> > ===> gnu/usr.bin/cc/doc
>> > makeinfo -I /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc -I
>> > /u3/
> src/gnu/usr.bin
"David O'Brien" wrote:
> On Thu, Apr 29, 1999 at 03:19:37AM +0200, Jean-Marc Zucconi wrote:
> > I just encountered this:
> >
> > ===> gnu/usr.bin/cc/doc
> > makeinfo -I /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc -I /u3/
src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc/cp --no-split
On Thu, Apr 29, 1999 at 03:19:37AM +0200, Jean-Marc Zucconi wrote:
> I just encountered this:
>
> ===> gnu/usr.bin/cc/doc
> makeinfo -I /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc -I
> /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc/cp --no-split -I
> /u3/src/gnu/usr.bin/cc/d
22 matches
Mail list logo