Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2008 20:07:07 +0100
From:      "Olivier SMEDTS" <olivier@gid0.org>
To:        "Pascal Hofstee" <caelian@gmail.com>
Cc:        hackers@freebsd.org, Pegasus Mc Cleaft <ken@mthelicon.com>, current@freebsd.org
Subject:   Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT
Message-ID:  <367b2c980811201107x7fc859b8yeee0816a37eae470@mail.gmail.com>
In-Reply-To: <367b2c980811201038s7d2ae03bnf36a6630f36bc188@mail.gmail.com>
References:  <FDBAEF8736F8404386BC30AFF67AD664@PegaPegII> <20081120134836.2870a827@nebuchadnezzar> <367b2c980811201038s7d2ae03bnf36a6630f36bc188@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2008/11/20 Olivier SMEDTS <olivier@gid0.org>:
> 2008/11/20 Pascal Hofstee <caelian@gmail.com>:
>> On Thu, 20 Nov 2008 01:46:31 -0000
>> "Pegasus Mc Cleaft" <ken@mthelicon.com> 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

I've cc'ed current@ because HEAD is broken on amd64 for now.

Cheers,

Olivier


>
>>
>> --
>>  Pascal Hofstee
>> _______________________________________________
>> freebsd-hackers@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
>> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
>>
>
>
>
> --
> Olivier Smedts                                                 _
>                                        ASCII ribbon campaign ( )
> e-mail: olivier@gid0.org        - against HTML email & vCards  X
> www: http://www.gid0.org    - against proprietary attachments / \
>
>  "Il y a seulement 10 sortes de gens dans le monde :
>  ceux qui comprennent le binaire,
>  et ceux qui ne le comprennent pas."
>



-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: olivier@gid0.org        - against HTML email & vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  "Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?367b2c980811201107x7fc859b8yeee0816a37eae470>