Ruslan Ermilov wrote:
>
> On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote:
> > Finally I have decided to give post gcc-3.1 perless world a
> > try, but found that world doesn't build. :(( The system in
> > question is 5-CURRENT makeworlded about a month ago.
> >
> > Any ideas?
> >
>
On Mon, May 27, 2002 at 11:48:05PM -0600, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> "Greg 'groggy' Lehey" <[EMAIL PROTECTED]> writes:
> : On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote:
> : > On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote:
On Tue, May 28, 2002 at 10:04:29AM +0930, Greg 'groggy' Lehey wrote:
> On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote:
> > On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote:
> >> Finally I have decided to give post gcc-3.1 perless world a
> >> try, but found that world
In message: <[EMAIL PROTECTED]>
"Greg 'groggy' Lehey" <[EMAIL PROTECTED]> writes:
: On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote:
: > On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote:
: >> Finally I have decided to give post gcc-3.1 perless world a
: >> t
On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote:
> On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote:
>> Finally I have decided to give post gcc-3.1 perless world a
>> try, but found that world doesn't build. :(( The system in
>> question is 5-CURRENT makeworlded about a
On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote:
> Finally I have decided to give post gcc-3.1 perless world a
> try, but found that world doesn't build. :(( The system in
> question is 5-CURRENT makeworlded about a month ago.
>
> Any ideas?
>
Your /usr/include is hosed, well, actu
+---[ Maxim Sobolev ]--
| Finally I have decided to give post gcc-3.1 perless world a
| try, but found that world doesn't build. :(( The system in
| question is 5-CURRENT makeworlded about a month ago.
|
| Any ideas?
I had to do a make includes, and then world built fine
Finally I have decided to give post gcc-3.1 perless world a
try, but found that world doesn't build. :(( The system in
question is 5-CURRENT makeworlded about a month ago.
Any ideas?
-Maxim
Script started on Mon May 27 12:28:52 2002
root@notebook# make buildworld
--
It seems that the world cvsup'ed several hours ago is broken in tcpdump. Please fix.
-Maxim
cc -pipe -O -mpreferred-stack-boundary=2 -march=k6 -I/usr/src/usr.sbin/tcpdump/t
cpdump -I/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/lbl -DHAVE_C
ONFIG_H -I/shares/UF/obj/usr/src/i386/us
On Sun, 29 Apr 2001 12:00:56 -0700 (PDT), John Polstra <[EMAIL PROTECTED]> said:
> I imagine adding something like this to would fix it:
> #define isalnum(c) (isalpha(c) || isdigit(c))
This suggestion was posted this morning in cvs-all;
The file 'sys/boot/ficl/words.c' contai
On Sun, 29 Apr 2001, John Polstra wrote:
> It's because words.c uses instead of , and
> is missing the #define for isalnum(). I imagine adding
> something like this to would fix it:
>
> #define isalnum(c) (isalpha(c) || isdigit(c))
That would be broken, since it would make isalnu
>Date: Sun, 29 Apr 2001 13:23:52 -0700 (PDT)
>From: John Polstra <[EMAIL PROTECTED]>
>In article <[EMAIL PROTECTED]>,
>Mike Smith <[EMAIL PROTECTED]> wrote:
>> > #defineisalnum(c) (isalpha(c) || isdigit(c))
Actually, following the lead of the definition of isalpha(), the version
I used
In article <[EMAIL PROTECTED]>,
Mike Smith <[EMAIL PROTECTED]> wrote:
> > #define isalnum(c) (isalpha(c) || isdigit(c))
>
> Just FWIW, you can't use in the loader; it's too incestuously
> entangled with the rest of libc. I suspect that Daniel forgot to update
> libstand.
>
> I've s
> > The only reference to isalnum() I see is in boot/ficl/words.c:274, and
> > appears to replace a couple of references, one to isdigit() and the
> > other to isalpha().
> >
> > Perhaps something was omitted in the upgrade to ficl 2.05?
>
> It's because words.c uses instead of , and
> is miss
In article <[EMAIL PROTECTED]>,
David Wolfskill <[EMAIL PROTECTED]> wrote:
> >From: Poul-Henning Kamp <[EMAIL PROTECTED]>
> >Date: Sun, 29 Apr 2001 19:10:36 +0200
>
> > /usr/obj/flat/src/sys/boot/i386/loader/../../ficl/libficl.a
>/usr/obj/flat/src/sys/boot/i386/loader/../libi386/libi386.a
>/us
>From: Poul-Henning Kamp <[EMAIL PROTECTED]>
>Date: Sun, 29 Apr 2001 19:10:36 +0200
> /usr/obj/flat/src/sys/boot/i386/loader/../../ficl/libficl.a
>/usr/obj/flat/src/sys/boot/i386/loader/../libi386/libi386.a
>/usr/obj/flat/src/sys/boot/
>i386/loader/../../../../lib/libstand/libstand.a
>/usr/obj/
make buildworld:
gzip -cn /flat/src/sys/boot/i386/loader/../../common/loader.8 > loader.8.gz
sh /flat/src/sys/boot/i386/loader/../../common/newvers.sh
/flat/src/sys/boot/i386/loader/version "bootstrap loader" i386
cc -c vers.c
/flat/src/sys/boot/i386/loader/../../common/interp_forth.c: In funct
Hello Kris,
Monday, April 23, 2001, 2:50:48 AM, you wrote:
>> 'make buildworld' fails with the following symptoms:
>> ===> usr.sbin/rpc.lockd
[skipped]
>> Stop in /garbage/src/usr.sbin/rpc.lockd.
>> *** Error code 1
KK> Looks like you're building with -j,
no, i read about potential problems
On Sun, Apr 22, 2001 at 06:11:25PM +0400, Ilya Naumov wrote:
> Hello,
>
> 'make buildworld' fails with the following symptoms:
>
> ===> usr.sbin/rpc.lockd
> cc -pipe -march=k6 -I. -I/usr/obj/garbage/src/i386/usr/include/rpcsvc -g
>-I/usr/obj/garbage/src/i386/usr/include -c /garbage/src/usr.sb
Hello,
'make buildworld' fails with the following symptoms:
===> usr.sbin/rpc.lockd
cc -pipe -march=k6 -I. -I/usr/obj/garbage/src/i386/usr/include/rpcsvc -g
-I/usr/obj/garbage/src/i386/usr/include -c /garbage/src/usr.sbin/rpc.lockd/kern.c
cc -pipe -march=k6 -I. -I/usr/obj/garbage/src/i386/usr
sobomax> Please fix breakage (see attached logs).
I've removed STARTTLS support for time being.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Please fix breakage (see attached logs).
-Maxim
breaklog.gz
Hi,
For a week or so, AOUT library of -current is broken.
"make -DWANT_AOUT world" fails at the following point:
log starts here
--
>>> Building legacy libraries
-
> >
> > > > 3: *always* build (or try to) and install a new kernel before a
> > > >make world as that's a lot easier to back out of.
> > >
> > > This badly bites the bum of anyone who uses KLD's regularly.
> >
> > 4: Don't use modules in -current unless you know what you are doing.
> > This
Bruce Evans wrote:
>
> > > 3: *always* build (or try to) and install a new kernel before a
> > >make world as that's a lot easier to back out of.
> >
> > This badly bites the bum of anyone who uses KLD's regularly.
>
> 4: Don't use modules in -current unless you know what you are doing.
> Th
> > > 3: *always* build (or try to) and install a new kernel before a
> > >make world as that's a lot easier to back out of.
> >
> > This badly bites the bum of anyone who uses KLD's regularly.
>
> 4: Don't use modules in -current unless you know what you are doing.
> This normally means not
> > 3: *always* build (or try to) and install a new kernel before a
> >make world as that's a lot easier to back out of.
>
> This badly bites the bum of anyone who uses KLD's regularly.
4: Don't use modules in -current unless you know what you are doing.
This normally means not using modules
On Thu, 30 Sep 1999, Juan Amado Becerril Castillo wrote:
> Suggestions ???
Not mail the list 3 f'ing times, to start.
--
- bill fumerola - [EMAIL PROTECTED] - BF1560 - computer horizons corp -
- ph:(800) 252-2421 - [EMAIL PROTECTED] - [EMAIL PROTECTED] -
To Unsubscribe: send mail to [EM
Mark Murray wrote:
> > 3: *always* build (or try to) and install a new kernel before a
> >make world as that's a lot easier to back out of.
>
> This badly bites the bum of anyone who uses KLD's regularly.
>
> I suspect that _now_ is the time to try to make thes build at
> kernel build time,
Juan Amado Becerril Castillo wrote:
>
> Suggestions ???
Sure. Read the mailing list you are posting to.
--
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Rule 69: Do unto other's code as you'd have it done unto yours
To Unsubscribe: send mail to
> 3: *always* build (or try to) and install a new kernel before a
>make world as that's a lot easier to back out of.
This badly bites the bum of anyone who uses KLD's regularly.
I suspect that _now_ is the time to try to make thes build at
kernel build time, and also move to some subdirector
And *don't* post the same thing three times to the lists unless you want
to find yourself filtered out!
Juan Amado Becerril Castillo wrote:
> Suggestions ???
>
> --
> >>> elf make world started on Thu Sep 30 09:23:09 CDT 1999
>
Juan Amado Becerril Castillo wrote:
> Suggestions ???
1: Read freebsd-current and it would have told you!
2: Build a new kernel first before 'make world'.
3: *always* build (or try to) and install a new kernel before a
make world as that's a lot easier to back out of.
[..]
> echo '#include "i
Suggestions ???
--
>>> elf make world started on Thu Sep 30 09:23:09 CDT 1999
--
--
>>> Cleaning up the temporary el
Suggestions ???
--
>>> elf make world started on Thu Sep 30 09:23:09 CDT 1999
--
--
>>> Cleaning up the temporary el
>On Thu, 22 Apr 1999, Alexander Leidinger wrote:
>
>
>unsetenv CXXFLAGS
>
>I don't know if you're supposed to be able to make world with this
>variable set, but it screws up several things at present. I tripped
>over this myself a few weeks back.
>
>Kris
>
Look in /usr/share/mk/sys.mk and you will
On Thu, 22 Apr 1999, Alexander Leidinger wrote:
> c++ -Os -march=pentium -pipe -Wall -fexpensive-optimizations
> -fomit-frame-pointer -funroll-loops -I/
> usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -c
> /usr/src/gnu/lib/libgcc/../..
> /../contrib/egcs/gcc/cp/exception.cc
Hi,
_my_ world breaks with:
c++ -Os -march=pentium -pipe -Wall -fexpensive-optimizations
-fomit-frame-pointer -funroll-loops -I/
usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -c
/usr/src/gnu/lib/libgcc/../..
/../contrib/egcs/gcc/cp/exception.cc -o exception.o
/usr/src/gnu/
> > I have *NO* idea where you are getting this from.
>
> I bet he ran ./configure in contrib/egcs at some point in the past.
I think I'll commit a change to ./configure so that it tells the person
the right thing to do.
--
-- David(obr...@nuxi.com -or- obr...@freebsd.org)
To Unsubscri
In article <19990409111621.a24...@nuxi.com>,
David O'Brien wrote:
> > Everytime I try to make world, I get the following:
> ..snip..
> > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3:
> > linux.h: No such file or directory
> > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../con
In article <370df25c.9ae69...@ein-hashofet.co.il>,
Gilad Rom wrote:
> Hello,
>
> For the past week, I've been trying to build world, in order to
> get then new egcs up and running.
>
> Everytime I try to make world, I get the following:
>
> ===> cc_tools
> cc -O
> -I/usr/src/gnu/usr.bin/cc/cc_
> Everytime I try to make world, I get the following:
..snip..
> /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3:
> linux.h: No such file or directory
> /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:4:
> i386/freebsd-elf.h: No such file or directory
Someth
Hello,
For the past week, I've been trying to build world, in order to
get then new egcs up and running.
Everytime I try to make world, I get the following:
===> cc_tools
cc -O
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/objc
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../con
The make world (4.0-current) broke yesterday and after a day of cvsupping
is still broke ...
I can't send the output but it stopped in the libc I presume ...
Please check...
Happy Easter to everybody (also to whom broke world :-))
Thanks for attention
Best Regards,
Gianmarco Giovannelli , "
44 matches
Mail list logo