From owner-freebsd-current@freebsd.org Wed Aug 24 15:22:55 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A94A3BC4D64; Wed, 24 Aug 2016 15:22:55 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6736217A3; Wed, 24 Aug 2016 15:22:54 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3sK9zc62S9zZqm; Wed, 24 Aug 2016 17:22:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1472052171; x=1473866572; bh=Pf4kaJxbf0YHa/VZ+99dJy8znUFN7Sbu0Sq /OJP150I=; b=HVe5O9tiLgTj5DGJTmeezQmazFINJmCvSddsVJuxrXWS56SmEgA 6XmQqg3nds5HGUED6O6kNphw7dUES6L2eW7Pzr+oA9JJ74IFIeuBPM2f5t4azIUr RP1ncvnCQ+WDJAoQPyL+0x1BNP1lp9rqrdd3JkkmB4I4wqjLLi5crEzM= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id WJy1DtRRrwaG; Wed, 24 Aug 2016 17:22:51 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Wed, 24 Aug 2016 17:22:51 +0200 (CEST) Subject: Re: NanoBSD install phase failing for releng/11 To: Bryan Drewery , freebsd-stable References: <537b0b16-bda0-c7c1-d771-02a34371397a@FreeBSD.org> Cc: FreeBSD CURRENT From: Guido Falsi Message-ID: <350b12be-2fbc-b3b6-8538-ac880c66d082@madpilot.net> Date: Wed, 24 Aug 2016 17:22:50 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <537b0b16-bda0-c7c1-d771-02a34371397a@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 24 Aug 2016 15:22:55 -0000 On 08/24/16 16:55, Bryan Drewery wrote: > On 8/22/2016 4:08 AM, Guido Falsi wrote: >> Hi, >> >> While building a NanoBSD image using releng/11 sources I got this error >> message: >> >> ===> lib/libc++ (install) >> install -C -o root -g wheel -m 444 libc++.a >> /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ >> install -s -o root -g wheel -m 444 libc++.so.1 >> /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ >> install -S -C -o root -g wheel -m 444 libc++.ld >> /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/libc++.so >> ===> lib/libcxxrt (install) >> install -C -o root -g wheel -m 444 libcxxrt.a >> /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ >> install -s -o root -g wheel -m 444 libcxxrt.so.1 >> /usr/local/nanobsd/rr-trunk/obj/_.w/lib/ >> install -l rs /usr/local/nanobsd/rr-trunk/obj/_.w/lib/libcxxrt.so.1 >> /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/libcxxrt.so >> install: symlink ../../lib/libcxxrt.so.1 -> >> /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib: File exists >> *** Error code 71 >> >> Stop. >> >> I'm not sure what's happening, I already tried reverting locally >> r301880, thinking it could be related, but this changed nothing. >> >> Anyone has some insight? It was working fine up to August 4th. >> >> Thanks in advance to anyone giving me some hint! >> > > Is this still reproducible for anyone? I have theories but need it in > its broken state to debug it further. > Yes it is, I tested had the same problem this morning with updated sources from releng/11.0: > svn info Path: . Working Copy Root Path: /usr/local/nanobsd/rr-trunk/src URL: https://svn.freebsd.org/base/releng/11.0 Relative URL: ^/releng/11.0 Repository Root: https://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 304737 Node Kind: directory Schedule: normal Last Changed Author: gjb Last Changed Rev: 304729 Last Changed Date: 2016-08-24 06:33:21 +0200 (Wed, 24 Aug 2016) -- Guido Falsi