Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT
- From: Doug Rabson <dfr@xxxxxxxxxx>
- Date: Mon, 24 Nov 2008 10:35:19 +0000
On 20 Nov 2008, at 19:41, Olivier SMEDTS wrote:
2008/11/20 Olivier SMEDTS <olivier@xxxxxxxx>:2008/11/20 Olivier SMEDTS <olivier@xxxxxxxx>:2008/11/20 Pascal Hofstee <caelian@xxxxxxxxx>:On Thu, 20 Nov 2008 01:46:31 -0000
"Pegasus Mc Cleaft" <ken@xxxxxxxxxxxxx> wrote:
Hi everyone,
I am having difficulties rebuilding the world after some patches
were made today. I was wondering if anyone else is experiencing the
same troubles?
ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -Ttext 0x0 -o
gptzfsboot.out /usr/obj/usr/src/sys/boot/i386/gptzfsboot/../btx/ lib/crt0.o
zfsboot.o sio.o gptzfsboot.o ld: gptzfsboot.o: No such file: No such
file or directory *** Error code 1
Stop in /usr/src/sys/boot/i386/gptzfsboot.
*** Error code 1
I am experiencing the exact same problem with a fresh svn checkout
Just my "me too".
I did not experience the problem 24 hours ago (after ZFS version 13
update and zfsboot import).
That's it. Seems to work with the following patch :
--- sys/boot/i386/gptzfsboot/Makefile.orig 2008-11-20
19:58:45.000000000 +0100
+++ sys/boot/i386/gptzfsboot/Makefile 2008-11-20 20:01:53.000000000 +0100
@@ -65,7 +65,7 @@
zfsboot.o: ${.CURDIR}/../../zfs/zfsimpl.c
.if ${MACHINE_ARCH} == "amd64"
-beforedepend gptzfsboot.o: machine
+beforedepend gptzfsboot.bin: machine
CLEANFILES+= machine
machine:
ln -sf ${.CURDIR}/../../../i386/include machine
Sorry for replying again to my own post :)
The patch is crap, in fact it just breaks the already broken
conditional. At least I can buildworld on amd64 now (I don't use the
recently introduced gptzfsboot).
Makefile experts ?
I think I fixed this in r185175. Sorry for the inconvenience.
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- References:
- Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT
- From: Olivier SMEDTS
- Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT
- From: Olivier SMEDTS
- Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT
- Prev by Date: Re: trying to make a Toshiba Satellite Pro A300 work with FreeBSD 8-CURRENT (2008.11)
- Next by Date: Re: UPDATING entry needed
- Previous by thread: Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT
- Next by thread: Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT
- Index(es):
Relevant Pages
|