From owner-freebsd-current@FreeBSD.ORG Thu Nov 20 19:41:15 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A420C1065670 for ; Thu, 20 Nov 2008 19:41:14 +0000 (UTC) (envelope-from olivier@gid0.org) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id 601D78FC0A for ; Thu, 20 Nov 2008 19:41:14 +0000 (UTC) (envelope-from olivier@gid0.org) Received: by an-out-0708.google.com with SMTP id b6so285840ana.13 for ; Thu, 20 Nov 2008 11:41:13 -0800 (PST) Received: by 10.142.44.11 with SMTP id r11mr1293638wfr.249.1227210072376; Thu, 20 Nov 2008 11:41:12 -0800 (PST) Received: by 10.142.179.14 with HTTP; Thu, 20 Nov 2008 11:41:11 -0800 (PST) Message-ID: <367b2c980811201141j42977204ne6052000a0d095ab@mail.gmail.com> Date: Thu, 20 Nov 2008 20:41:11 +0100 From: "Olivier SMEDTS" To: "Pascal Hofstee" In-Reply-To: <367b2c980811201107x7fc859b8yeee0816a37eae470@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081120134836.2870a827@nebuchadnezzar> <367b2c980811201038s7d2ae03bnf36a6630f36bc188@mail.gmail.com> <367b2c980811201107x7fc859b8yeee0816a37eae470@mail.gmail.com> Cc: hackers@freebsd.org, Pegasus Mc Cleaft , current@freebsd.org Subject: Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2008 19:41:15 -0000 2008/11/20 Olivier SMEDTS : > 2008/11/20 Olivier SMEDTS : >> 2008/11/20 Pascal Hofstee : >>> On Thu, 20 Nov 2008 01:46:31 -0000 >>> "Pegasus Mc Cleaft" 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'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." > -- 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."