From owner-freebsd-arm@FreeBSD.ORG Sun Apr 19 15:49:40 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7A87E26; Sun, 19 Apr 2015 15:49:40 +0000 (UTC) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E14DA84; Sun, 19 Apr 2015 15:49:40 +0000 (UTC) Received: by oblw8 with SMTP id w8so102958987obl.0; Sun, 19 Apr 2015 08:49:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Dy2gE19wT4x1jwRucd86xRI1OBtC1mXpmmulj6sKARs=; b=WLWPYWkLlJ3/PXI/y60XcVo4gz/LF2JsaGu5cH2DF9yqUe5y9IqPBfoMhWc5KaxOiN h3shH+lQT/jt8W77fTuaHzJC9Fzz7JQJR1INmq64gwOqQl7eNmG6C0NTkYrpAl84lwv2 ZGdPUX6VR1E+pctdni3/vm0cVbPXJaDyrLbAKJGopkb5EU9kz6FOcLJDt/chEVpBwjQq kNpF2lHT7SJw3V89ncsayoBe2h4tnO2L7hcPYA5/0XM5xXMhBBDDK7L1rLLO9b5zxBFG 4wA/MaVwtLWIGnppXc7Ep0JIALOc46ChA4/8OfKCceGjbKsk59MEQl8McQCRv2Oos0Qj Lp9w== MIME-Version: 1.0 X-Received: by 10.60.15.133 with SMTP id x5mr10845603oec.80.1429458579257; Sun, 19 Apr 2015 08:49:39 -0700 (PDT) Received: by 10.202.177.85 with HTTP; Sun, 19 Apr 2015 08:49:39 -0700 (PDT) In-Reply-To: <1429458041.1182.86.camel@freebsd.org> References: <1429456908.1182.82.camel@freebsd.org> <1429458041.1182.86.camel@freebsd.org> Date: Sun, 19 Apr 2015 08:49:39 -0700 Message-ID: Subject: Re: crochet build fails at ubldr Wandboard-Dual From: Waitman Gobble To: Ian Lepore Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 15:49:40 -0000 On Sun, Apr 19, 2015 at 8:40 AM, Ian Lepore wrote: > On Sun, 2015-04-19 at 08:33 -0700, Waitman Gobble wrote: >> On Sun, Apr 19, 2015 at 8:21 AM, Ian Lepore wrote: >> > On Sun, 2015-04-19 at 08:19 -0700, Waitman Gobble wrote: >> >> On Sun, Apr 19, 2015 at 7:39 AM, Waitman Gobble wrote: >> >> > I'm having a problem using crochet to build Wandboard-Dual. >> >> > >> >> > >> >> > Failed to build FreeBSD ubldr >> >> > Log in /usr/home/waitman/crochet/work/ubldr-armv6-ARTWDEV/_.ubldr.armv6-ARTWDEV.build.log >> >> > >> >> > This command is failing: >> >> > https://gist.github.com/waitman/d53ea6d7139cc960bc2f >> >> > >> >> > >> >> > For some reason it wants to link with /usr/lib/libstand.a, which is >> >> > incorrect architecture >> >> > >> >> > (simplified) >> >> > cc -o loader.sym /usr/lib/libstand.a >> >> > >> >> > probably should link to this one instead? >> >> > >> >> > ./work/obj/arm.armv6/usr/src/tmp/usr/lib/libstand.a >> >> > >> >> > >> >> > I think this part of the build is happening here: >> >> > >> >> > lib/freebsd.sh >> >> > >> >> > freebsd_ubldr_build ( ) { } >> >> > >> >> > >> >> > config.sh: >> >> > https://gist.github.com/waitman/6c6a3e4a7ea3a195366c >> >> > >> >> > crochet version: >> >> > # git rev-parse HEAD >> >> > 168939eefc 78c3c63fa4859c11defd7bfa619b0e >> >> > >> >> > # uname -a >> >> > FreeBSD rpidev.waitman.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0 >> >> > r281689: Sat Apr 18 14:20:54 PDT 2015 >> >> > waitman@rpidev.waitman.net:/usr/obj/usr/src/sys/RPIDEV amd64 >> >> > >> >> > Thanks, >> >> > >> >> > -- >> >> > Waitman Gobble >> >> > Los Altos California USA >> >> > 510-830-7975 >> >> >> >> LIBSTAND is set in /usr/src/share/mk/bsd.libnames.mk >> >> >> >> LIBSTAND?= ${DESTDIR}${LIBDIR}/libstand.a >> >> >> >> setting LIBSTAND gets around the problem, and crochet build continues. >> >> >> >> # setenv LIBSTAND >> >> "/usr/home/waitman/crochet/work/obj/arm.armv6/usr/src/tmp/usr/lib/libstand.a" >> >> # sh crochet.sh -c config.sh >> >> >> >> (somehow it's not getting set in the build) >> >> >> > >> > Somebody reported this on IRC yesterday as well, but I can't reproduce >> > it here. I don't use crochet, so it must be doing something a bit >> > different to end up with the lib from /usr instead of the local one in >> > objdir. There should be no need to set LIBSTAND externally. >> > >> > -- Ian >> > >> > >> >> Thanks for the reply. Unfortunately I missed the discussion on IRC. >> >> I suppose I'll have to backtrack through and find out where it >> _should_ be set to solve the problem. (?) For now, the workaround gets >> the build to finish. >> > > It shouldn't be set anywhere, it should just work. That's kind of my > point... my build process is just the standard "make buildworld > TARGET_ARCH=armv6hf UBDLR_ADDR=" and it just works. I don't > know what crochet is doing differently (and you only included a fragment > of the build log that didn't include the command used to start the > build). > > -- Ian > > Sorry, I'll have to start the build over fresh to get the complete log. Starting the build over wiped it out. I'll start it now and post later today. Thanks, -- Waitman Gobble Los Altos California USA 510-830-7975