From owner-freebsd-ports@FreeBSD.ORG Wed Mar 27 20:21:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 80A61937 for ; Wed, 27 Mar 2013 20:21:51 +0000 (UTC) (envelope-from christian.mangin@gmail.com) Received: from mail-ve0-f172.google.com (mail-ve0-f172.google.com [209.85.128.172]) by mx1.freebsd.org (Postfix) with ESMTP id 4245ADC6 for ; Wed, 27 Mar 2013 20:21:51 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id oz10so2261285veb.3 for ; Wed, 27 Mar 2013 13:21:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=vG5v5S+HYHq1aHctcTz7tfOUUne2cVp6A0iQQH9BBug=; b=HcS8t/39M22NzJALl2+chAUoGb6D0q/BMGFtqSPqt3FEFk4ymn3XCOQoID//MR5IU5 Ge8BIkWa4sr+wvZWsFJZ5u4K6gDYToDOBoFr8Tvkv48Reh8lxGOvmtfc3v3+TqGeQkKn /DtIei8RkX558GLLMXS3lV/wUzwbEPvuNeHIOA1j8EhxfR6iENixFHCI+vnHj8LAXx7T G889tnDAnZKaz1/cr9LibfRE9F8SLo5veL82NJDBTAkAAAbiEIeaty1p6ez6HQ1EDzrZ NPzZnypG8IO5Nr0gN7H1oflJqBRqy0VhBEVNt7jppeH1hST/hXBq9F7ApSPF6mVrNtR2 c5sw== X-Received: by 10.220.215.73 with SMTP id hd9mr25159731vcb.19.1364415710528; Wed, 27 Mar 2013 13:21:50 -0700 (PDT) Received: from [192.168.80.173] (cable-10-157-60.b2b2c.ca. [72.10.157.60]) by mx.google.com with ESMTPS id i17sm31694113vdj.1.2013.03.27.13.21.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Mar 2013 13:21:49 -0700 (PDT) Message-ID: <515354DB.8090208@gmail.com> Date: Wed, 27 Mar 2013 16:21:47 -0400 From: Christian Mangin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: grub2 with libzfs References: <1364397485043-5799405.post@n5.nabble.com> <51532491.6050507@gmail.com> <1364407584254-5799443.post@n5.nabble.com> <515341D8.1040908@gmail.com> <51534C52.9050709@gmail.com> <1364414696994-5799473.post@n5.nabble.com> In-Reply-To: <1364414696994-5799473.post@n5.nabble.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 20:21:51 -0000 Beeblebrox a écrit : > Your Makefile went pretty well for a while - config ran cleanly without any > problems. > >>> You're compiling with gcc and use gcc46 include files? > I have lang/gcc46 installed, but found that many gnu-related ports gave gcc > errors. Then I found the fix like this (until gcc port is modified to > correct the problem): These need to be created, because gcc looks in > /usr/bin: > # ln -s /usr/local/bin/gcc46 /usr/bin/gcc > # ln -s /usr/local/bin/g++46 /usr/bin/g++ > > Back to your script, it finished config then started build but broke at > geom_gettree: > /gcc46 -o grub-mount util/grub_mount-grub-mount.o > grub-core/kern/emu/grub_mount-hostfs.o grub-core/disk/grub_mount-host.o > grub_mount-grub_fstest_init.o libgrubmods.a libgrubgcry.a libgrubkern.a > grub-core/gnulib/libgnu.a -lintl -lfuse > libgrubkern.a(libgrubkern_a-hostdisk.o): In function > `grub_util_follow_gpart_up': > hostdisk.c:(.text+0x78a): undefined reference to `geom_gettree' > collect2: ld returned 1 exit status > gmake[2]: *** [grub-mount] Error 1 > gmake[2]: Leaving directory `/asp/obj/asp/git/grub2/work/grub-2.00' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/asp/obj/asp/git/grub2/work/grub-2.00' > gmake: *** [all] Error 2 > *** [do-build] Error code 1 > > Regards. > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5799473.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Ok, could you send me your config log ? -- christian.mangin@gmail.com - PGP: C850892A