From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 24 10:41:24 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 168F11065675 for ; Mon, 24 Nov 2008 10:41:24 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from hercules.mthelicon.com (hercules.mthelicon.com [IPv6:2001:49f0:2023::2]) by mx1.freebsd.org (Postfix) with ESMTP id D09BE8FC12 for ; Mon, 24 Nov 2008 10:41:23 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from PegaPegII (93-152-14-233.daisydsl.managedbroadband.co.uk [93.152.14.233]) (authenticated bits=0) by hercules.mthelicon.com (8.14.3/8.14.2) with ESMTP id mAOAfLN4035221; Mon, 24 Nov 2008 10:41:22 GMT (envelope-from ken@mthelicon.com) Message-ID: <0B3A85C390F2454C95A3BE66FDC95DAE@PegaPegII> From: "Pegasus Mc Cleaft" To: "Doug Rabson" References: <20081120134836.2870a827@nebuchadnezzar><367b2c980811201038s7d2ae03bnf36a6630f36bc188@mail.gmail.com><367b2c980811201107x7fc859b8yeee0816a37eae470@mail.gmail.com><367b2c980811201141j42977204ne6052000a0d095ab@mail.gmail.com> <16BCBB6C-2BF4-4007-9A19-9976BEBAAD1E@rabson.org> In-Reply-To: <16BCBB6C-2BF4-4007-9A19-9976BEBAAD1E@rabson.org> Date: Mon, 24 Nov 2008 10:41:30 -0000 Organization: Feathers MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 X-Antivirus: avast! (VPS 081123-0, 23/11/2008), Outbound message X-Antivirus-Status: Clean Cc: hackers@freebsd.org Subject: Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pegasus Mc Cleaft List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2008 10:41:24 -0000 ----- Original Message ----- From: "Doug Rabson" To: "Olivier SMEDTS" Cc: ; ; "Pegasus Mc Cleaft" ; "Pascal Hofstee" Sent: Monday, November 24, 2008 10:35 AM Subject: Re: build problems with gptzfsboot (AMD64) 8.0-CURRENT > > On 20 Nov 2008, at 19:41, Olivier SMEDTS wrote: > >> 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 think I fixed this in r185175. Sorry for the inconvenience. > Hi Doug, Yes and thank you. I am able to build the world now :> No appologies necessary, I'm just glad it wasent something I did on my machine (The build failure happened exactly at the same time I moved /usr/src and /usr/obj into a seperate zfs.. -Peg