RE: -current kernel can't be complied for 3 days
From: Daniel Dvorak (dandee_at_hellteam.net)
Date: 07/20/05
- Previous message: Eric Anderson: "Re: mksnap_ffs takes 4-5 minutes?"
- In reply to: Max Laier: "Re: -current kernel can't be complied for 3 days"
- Next in thread: Kris Kennaway: "Re: -current kernel can't be complied for 3 days"
- Reply: Kris Kennaway: "Re: -current kernel can't be complied for 3 days"
- Reply: Oliver Lehmann: "Re: -current kernel can't be complied for 3 days"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <freebsd-current@freebsd.org> Date: Wed, 20 Jul 2005 13:43:27 +0200
Yes, I can confirm this bug, when one use make buildworld with -jN.
If you build the code without -jN, it is all right.
-----Original Message-----
From: owner-freebsd-current@freebsd.org
[mailto:owner-freebsd-current@freebsd.org] On Behalf Of Max Laier
Sent: Wednesday, July 20, 2005 1:50 AM
To: freebsd-current@freebsd.org
Subject: Re: -current kernel can't be complied for 3 days
On Wednesday 20 July 2005 01:42, Yamada Ken Takeshi wrote:
> I have the following error for three days.
> Quick fixes are appreciated.
>
> ===> xl (all)
> cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE
-nostdinc
> -I- -include /usr/obj/usr/src/sys/TYD3/opt_global.h -I. -I@
> -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common
> -I/usr/obj/usr/src/sys/TYD3 -mno-align-long-strings
> -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2
> -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs
> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
> -Wcast-qual -fformat-extensions -std=c99 -c
> /usr/src/sys/modules/xl/../../pci/if_xl.c ld -d -warn-common -r -d -o
> if_xl.kld if_xl.o
> touch export_syms
> awk -f /usr/src/sys/modules/xl/../../conf/kmod_syms.awk if_xl.kld
> export_syms | xargs -J% objcopy % if_xl.kld ld -Bshareable -d
-warn-common
> -o if_xl.ko if_xl.kld
> objcopy --strip-debug if_xl.ko
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
Looks like you are building with "-jN" where N>=2, can you lose that switch
so
that we can see the real error at the end of the output?
-- /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Eric Anderson: "Re: mksnap_ffs takes 4-5 minutes?"
- In reply to: Max Laier: "Re: -current kernel can't be complied for 3 days"
- Next in thread: Kris Kennaway: "Re: -current kernel can't be complied for 3 days"
- Reply: Kris Kennaway: "Re: -current kernel can't be complied for 3 days"
- Reply: Oliver Lehmann: "Re: -current kernel can't be complied for 3 days"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|