On Fri, Jun 06, 2003 at 10:04:34PM +, Sujan Gautam wrote:
> Hi
> I cvsupped to the -current tree for FreeBSD 5.1.
> I am trying to 'make buildworld' but I keep getting these errors.
>
> #make -j4 buildworld
-j4 obscures the error..try again without it. However, as you'd know
by reading this
Hi
I cvsupped to the -current tree for FreeBSD 5.1.
I am trying to 'make buildworld' but I keep getting these errors.
#make -j4 buildworld
Running test variables^M
PASS: Test variables detected no regression, output matches.^M
Running test targets^M
PASS: Test targets detected no regression.^M
Ru
Doug Barton writes:
> > > For you, the easiest way to jump is to remove MAKE_KERBEROS4
> > > from /etc/make.conf.
> >
> > Yes. You should not be using that; it is well broken now.
>
> Is it worth putting an #ifdef in /usr/src/Makefile to stop this in its
> tracks? Not everyone running -current is
On Tue, 18 Mar 2003, Mark Murray wrote:
> Ruslan Ermilov writes:
> > KerberosIV support was recently dropped from HEAD, but Mark
> > forgot to remove some vestiges. I've sent him a patch on
> > March 14, but he seems off-line for a moment.
>
> I'm on-line, just busy with other things. Please do N
Ruslan Ermilov writes:
> KerberosIV support was recently dropped from HEAD, but Mark
> forgot to remove some vestiges. I've sent him a patch on
> March 14, but he seems off-line for a moment.
I'm on-line, just busy with other things. Please do NOT make that commit.
Those KerbIV remains are marker
KerberosIV support was recently dropped from HEAD, but Mark
forgot to remove some vestiges. I've sent him a patch on
March 14, but he seems off-line for a moment.
For you, the easiest way to jump is to remove MAKE_KERBEROS4
from /etc/make.conf.
The patch is available here:
http://people.freebsd
Hello, current! How are you?
I have:
FreeBSD 5.0-CURRENT 24 Feb 2003 21:55:43 MSK.
I have very rcent sources of -CURRENT (updated 17 Mar 2003 about
20:00 MSK (GMT+3)).
`make buildwolrd' was failed (only very tail of output is here):
cc -pg -O -pipe -march=pentiumpro -DTERMIOS -DANSI_
On Wed, Dec 11, 2002 at 11:07:52AM +0200, Andriy Podanenko wrote:
> ===>sbin/gbde
> dont know how to make rijndael-alg-fst.c
> Stop...
> [end...]
> Help, what wrong?
You're missing the crypto sources..check your supfile against the
examples and add the missing collection(s).
Kris
msg485
hi!
#uname
FreeBSD 4.7-release-p2
want todo:
#make buildworld (for 5.0-CURRENT, cvsup yesterday)
[skip...]
===>sbin/gbde
dont know how to make rijndael-alg-fst.c
Stop...
[end...]
Help, what wrong?
gcc version 3.3 (20021114)
the same on gcc 3.2
To Unsubscribe: send mail to [EMAIL P
Hello!
After cvsuped, i try to build world under FreeBSD 5.0-CURRENT #0: Sat Jan 13 22:57:43
MSK 2001
===> usr.bin/kdump
cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace
-I/usr/src/usr.bin/kdump/../.. -I/usr/obj/usr/src/i386/u
sr/include -c /usr/src/usr.bin/kdump/kdump.c
cc -O -
I'll chime in here with a "me too". My make buildworld(s) failed with
the *identical* error as originally posted by daniel
<[EMAIL PROTECTED]> on 16-Aug-2000.
I tried #make -j4 buildworld and another attempt of #make buildworld.
Both attempts failed with the same error.
I tried this on a 3.4-R
I am currently running 3.5-stable.
I cvsuped -current from cvsup.jp.freebsd.org today and I got the following
error while trying to make -j4 builworld
c++ -I/usr/obj/resource/src/i386/usr/include/g++ -O -pipe
-I/usr/obj/resource/src/i386/usr/include
-I/resource/src/gnu/usr.bin/gperf/../../../co
Sergey Osokin wrote:
>
> Hello!
> After CVSuped my sources i try make buildworld & it failed:
As you've already noticed, you will get better responses in general to
help requests if you change your CFLAGS options in /etc/make.conf to "-O
-pipe" (or just comment out CFLAGS, which has the
On Mon, Jul 03, 2000 at 01:09:25AM +0400, Sergey Osokin wrote:
> cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings
> -I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/rogue/thw.c
You are adding to the long list of people that are about to make totally
remove -02+ from GCC. FreeBSD only
According to Sergey Osokin:
> cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings
>-I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/rogue/thw.c
Don't use "-O2" please.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: S
Hello!
After CVSuped my sources i try make buildworld & it failed:
cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/rogue/thw.c
cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/ga
On Wed, Jun 21, 2000 at 02:39:55AM +0200, Mikko Tyolajarvi wrote:
> >> Same for me (fresh cvsup)... From the FAQ : "You can try to config
> >> OpenSSL so as not to use IDEA by using './config no-idea'". But i've
> >> no idea (what's a joke...) on how to do that with 'make buildworld'.
> >>
>
>
In local.freebsd-current you write:
>On 19 Jun 2000, Eric Jacoboni wrote:
>> > "Sergey" == Sergey Osokin <[EMAIL PROTECTED]> writes:
>>
>> Sergey> Hello!
>> Sergey> After CVSuped my source, i try to buildworld and it failed...
>>
>> Sergey> ===> libssh
>> (...)
>> Sergey> /usr/obj/usr/src/
On 19 Jun 2000, Eric Jacoboni wrote:
> > "Sergey" == Sergey Osokin <[EMAIL PROTECTED]> writes:
>
> Sergey> Hello!
> Sergey> After CVSuped my source, i try to buildworld and it failed...
>
> Sergey> ===> libssh
> (...)
> Sergey> /usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/ide
> "Sergey" == Sergey Osokin <[EMAIL PROTECTED]> writes:
Sergey> Hello!
Sergey> After CVSuped my source, i try to buildworld and it failed...
Sergey> ===> libssh
(...)
Sergey> /usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such
file or directory
Sergey> mkdep: compile
Hello!
After CVSuped my source, i try to buildworld and it failed...
===> libssh
rm -f .depend
mkdep -f .depend -a-DSKEY -I/usr/obj/usr/src/i386/usr/include
/usr/src/secure/lib/libssh/../../../crypto/openssh/authfd.c
/usr/src/secure/lib/libssh/../../../crypto/openssh/authfile.c
/usr/src/s
On Fri, May 05, 2000 at 02:29:01PM -0400, Donn Miller wrote:
>
> On Fri, 5 May 2000, Sergey Osokin wrote:
>
> > Hello!
> > After cvsuped my 5.0-CURRENT (FreeBSD 5.0-CURRENT #0: Mon May 1 02:25:08 MSD 2000)
> > i try to buildworld...
> >
> > # make -DNOCLEAN -j6 buildworld
> >
> > ===> lib
On Fri, 5 May 2000, Sergey Osokin wrote:
> Hello!
> After cvsuped my 5.0-CURRENT (FreeBSD 5.0-CURRENT #0: Mon May 1 02:25:08 MSD 2000)
> i try to buildworld...
>
> # make -DNOCLEAN -j6 buildworld
>
> ===> librsausa
> mkdir: openssl: File exists
> cp /usr/src/secure/lib/librsausa/../libcry
Hello!
After cvsuped my 5.0-CURRENT (FreeBSD 5.0-CURRENT #0: Mon May 1 02:25:08 MSD 2000)
i try to buildworld...
# make -DNOCLEAN -j6 buildworld
===> librsausa
mkdir: openssl: File exists
cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h openssl/opensslconf.h
*** Error code 1
On Wed, 26 Apr 2000, Vallo Kallaste wrote:
> I've got this trap for several times and I really want to know what's
> causing this. The first time was about a year ago and after no answer
> I've not bothered to send out more questions about it. Anyway, several
> people report it time-to-time, so i
On Tue, Apr 25, 2000 at 10:55:36AM -0500, Robert Small <[EMAIL PROTECTED]> wrote:
> Ok, I got the buildworld to finih up this morning, but when I try
> installworld, I get:
> m/vm_zone.h -> vm/vm_zone.ph
> vm/vnode_pager.h -> vm/vnode_pager.ph
> *** Error code 1
>
> Stop in /usr/src/gnu/usr.bin/
essage-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Langer
Sent: Tuesday, April 25, 2000 9:16 AM
To: Donn Miller
Cc: Robert Small; [EMAIL PROTECTED]; Sergey Osokin; [EMAIL PROTECTED]
Subject: Re: make buildworld failed...
Thus spake Donn Miller ([EMAIL PROTECTED]):
Thus spake Donn Miller ([EMAIL PROTECTED]):
> cd /usr/src
> make -j8 buildworld || make -DNOCLEAN buildworld
Hmmm. Or make -k -j8 buildworld || make -DNOCLEAN buildworld
in order to build as much multithreaded as possible and then the
reminding part non-threaded? :-)
Alex
--
I need a new ~/.s
On Tue, 25 Apr 2000, Robert Small wrote:
> I was using -J8, and I kept getting the same error about 20 minutes into the
> build, but I did it without the -j and got a perfect build, thanks for the
> help!
One way to automate this would be:
cd /usr/src
make -j8 buildworld || make -DNOCLEAN build
il 24, 2000 1:46 PM
To: Sergey Osokin
Cc: [EMAIL PROTECTED]
Subject: Re: make buildworld failed...
On Sat, Apr 22, 2000 at 01:05:24AM +0400, Sergey Osokin wrote:
> Hello!
> After CVSup i tryed to rebuild my 5.0...
Are you using "-j" with your makes?
Please try:
cd /usr/src
On Sat, Apr 22, 2000 at 01:05:24AM +0400, Sergey Osokin wrote:
> Hello!
> After CVSup i tryed to rebuild my 5.0...
Are you using "-j" with your makes?
Please try:
cd /usr/src
make cleandir && make cleandir
and try again. Let me know the outcome -- good or bad.
*If* the outcome is "goo
Hello!
After CVSup i tryed to rebuild my 5.0...
===> librsausa
mkdir: openssl: File exists
cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h openssl/opensslconf.h
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1
On Sat, 8 Apr 2000, Sergey Osokin wrote:
> Hello!
> After CVSup at my FreeBSD 5.0-CURRENT #0: Sun Apr 2 17:54:04 MSD 2000 i try to run
> make buildworld:
>
>
> /usr/src/sys/boot/i386/loader/main.c:80: warning: return type of `main' is not `int'
> /usr/src/sys/boot/i386/loader/main.c: In fu
Hello!
After CVSup at my FreeBSD 5.0-CURRENT #0: Sun Apr 2 17:54:04 MSD 2000 i try to run
make buildworld:
/usr/src/sys/boot/i386/loader/main.c:80: warning: return type of `main' is not `int'
/usr/src/sys/boot/i386/loader/main.c: In function `extract_currdev':
/usr/src/sys/boot/i386/loader/
On Fri, 27 Aug 1999, Nick Hibma wrote:
>Let me guess, the kernel panic ends up in a division by zero error when
>writing to floppy in _qdivrem.
Yep, this would be it.
On Sat, 28 Aug 1999, Brian F. Feldman wrote:
>That sounds like it could have just been fixed by phk. If it's not that and
>is the
On Fri, 27 Aug 1999, Adam Wight wrote:
> > > dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
> > > *** Error code 1
>
> > Probably it consequences of recent dd changes...
Sorry about that! Instead of relying on the kernel being newer than the world
and haveing the new ioctl FIODTYPE, dd
Let me guess, the kernel panic ends up in a division by zero error when
writing to floppy in _qdivrem.
Haven't had time to script that panic, but will do next week.
Nick
On Fri, 27 Aug 1999, Adam Wight wrote:
> > > dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
> > > *** Error code
> > dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
> > *** Error code 1
> Probably it consequences of recent dd changes...
So I'm not entirely alone, then. I actually kernel panic quite reliably every
time I try to dd onto a floppy. I can dd from one file to another without
a problem,
"Sergey A. Osokin" wrote:
> After cvsup my -current sources, i try to make build world...
>
> ld -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o
> ===> sys/boot/i386/boot2
> (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) | as -o boot1.o
> ld -nostdlib -static -N -e start -Ttext
According to Sergey A. Osokin:
> After cvsup my -current sources, i try to make build world...
> ===> sys/boot/i386/boot2
> (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) | as -o boot1.o
I get a different error:
dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
(cd /sr
After cvsup my -current sources, i try to make build world...
ld -N -e start -Ttext 0x10 -o btxldr.out btxldr.o
objcopy -S -O binary btxldr.out btxldr
===> sys/boot/i386/btx/lib
as -elf -o btxcsu.o /usr/src/sys/boot/i386/btx/lib/btxcsu.s
as -elf -o btxsys.o /usr/src/sys/boot/i386/btx/lib/bt
>Night make buildworld failed:
>
>===> sys/modules/fxp
>@ -> /usr/src/sys
>machine -> /usr/src/sys/i386/include
>echo "#define NFXP 1" > fxp.h
>echo "#define NBPFILTER 0" > bpfilter.h
>touch opt_bdg.h
>perl /usr/src/sys/modules/fxp/../
Hello!
Night make buildworld failed:
===> sys/modules/fxp
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
echo "#define NFXP 1" > fxp.h
echo "#define NBPFILTER 0" > bpfilter.h
touch opt_bdg.h
perl /usr/src/sys/modules/fxp/../../kern/makedevops.pl -h
43 matches
Mail list logo