From owner-freebsd-arm@FreeBSD.ORG Mon Jan 5 17:41:00 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 B122FC55 for ; Mon, 5 Jan 2015 17:41:00 +0000 (UTC) Received: from bouvier.getmail.no (bouvier.getmail.no [84.210.184.8]) by mx1.freebsd.org (Postfix) with ESMTP id 62ECD372E for ; Mon, 5 Jan 2015 17:41:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by bouvier.getmail.no (Postfix) with ESMTP id 75D5441EAB for ; Mon, 5 Jan 2015 18:40:40 +0100 (CET) Received: from bouvier.getmail.no ([127.0.0.1]) by localhost (bouvier.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 6kxfbNHVfcEt for ; Mon, 5 Jan 2015 18:40:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by bouvier.getmail.no (Postfix) with ESMTP id 2512743CD0 for ; Mon, 5 Jan 2015 18:40:36 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.8.4 bouvier.getmail.no 2512743CD0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1420479636; bh=tNCmtTtXXNLGPSOfx0Ms2xZOtOjC1YtvV//kEF9/I/o=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=5hy7GAmqV2i4Mwlb6cjVREIRv0uCpHdeUvLzv1lyyXD/XMqXgUQQVtRsrd6cdtfjU oXy9H01hoFL7uhYhDJNXm1XI+ClXeT8z+dK9f+GyQYygeWhboz6un3IDEMbmetrH0j NU6sqvvXuRFcrgiwiz76WFScLrwoIokqCjMYeaEs= X-Virus-Scanned: amavisd-new at bouvier.get.c.bitbit.net Received: from bouvier.getmail.no ([127.0.0.1]) by localhost (bouvier.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id TfUrkyOoiP3y for ; Mon, 5 Jan 2015 18:40:36 +0100 (CET) Received: from kg-core1.kg4.no (cm-84.215.180.206.getinternet.no [84.215.180.206]) by bouvier.getmail.no (Postfix) with ESMTPSA id F17C140E2F for ; Mon, 5 Jan 2015 18:40:35 +0100 (CET) Date: Mon, 5 Jan 2015 18:40:29 +0100 From: Torfinn Ingolfsen To: freebsd-arm@FreeBSD.org Subject: Re: Chromebook image - install fails Message-Id: <20150105184029.477525b19eb9eab6a55b8d03@getmail.no> In-Reply-To: <20150104234331.e0f2cdff0837b76199547b48@getmail.no> References: <20150104234331.e0f2cdff0837b76199547b48@getmail.no> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; amd64-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 17:41:00 -0000 FWIW, I tried dowing it manually as well, like so: su cd src export MAKEOBJDIRPREFIX=/home/tingo/work/chromebook/cb2/obj time nice -15 make -DNO_CLEAN TARGET_ARCH=armv6 DESTDIR=/mnt __MAKE_CONF=/home/tingo/work/chromebook/cb2/config/make.conf SRCCONF=/home/tingo/work/chromebook/cb2/config/src.conf KERNCONF=CB2 installworld distribution it gets a bit further, but still fails: ===> lib/libc_nonshared (install) install -C -o root -g wheel -m 444 libc_nonshared.a /mnt/usr/lib ===> lib/libcompiler_rt (install) install -C -o root -g wheel -m 444 libcompiler_rt.a /mnt/usr/lib install -C -o root -g wheel -m 444 libcompiler_rt_p.a /mnt/usr/lib /mnt/usr/lib/libgcc.a -> libcompiler_rt.a /mnt/usr/lib/libgcc_p.a -> libcompiler_rt_p.a ===> lib/libc++ (install) install -C -o root -g wheel -m 444 libc++.a /mnt/usr/lib install: libc++.a: No such file or directory *** Error code 71 Stop. bmake[4]: stopped in /zs/tingo/work/chromebook/cb2/src/lib/libc++ *** Error code 1 Stop. bmake[3]: stopped in /zs/tingo/work/chromebook/cb2/src/lib *** Error code 1 Stop. bmake[2]: stopped in /zs/tingo/work/chromebook/cb2/src *** Error code 1 Stop. bmake[1]: stopped in /zs/tingo/work/chromebook/cb2/src *** Error code 1 Stop. bmake: stopped in /zs/tingo/work/chromebook/cb2/src *** [installworld] Error code 1 Stop in /zs/tingo/work/chromebook/cb2/src. 9.21 real 0.60 user 1.01 sys looks like libc++.a isn't built: root@kg-core1# pwd /home/tingo/work/chromebook/cb2/src root@kg-core1# find ../obj -name 'libc++.a' -print root@kg-core1# find ../obj -name 'libc++*' -print it is in source: root@kg-core1# find ../src -name 'libc++*' -print ../src/contrib/libc++ ../src/lib/libc++ ../src/lib/libc++/libc++.ldscript -- Torfinn Ingolfsen