From owner-freebsd-current@freebsd.org Thu Jun 23 06:19:10 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 A4891B7353B for ; Thu, 23 Jun 2016 06:19:10 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6456C2EDE; Thu, 23 Jun 2016 06:19:09 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 7402D25D3AB2; Thu, 23 Jun 2016 06:19:06 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id B8A85D1F823; Thu, 23 Jun 2016 06:19:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id QCho6ajiRjm2; Thu, 23 Jun 2016 06:19:04 +0000 (UTC) Received: from [192.168.124.1] (unknown [IPv6:fde9:577b:c1a9:4410:21bf:e4ab:2432:b9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 9C8CDD1F80E; Thu, 23 Jun 2016 06:19:03 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Kurt Lidl" Cc: "Glen Barber" , FreeBSD-Current Subject: Re: head is broken after recent sys_pipe changes Date: Thu, 23 Jun 2016 06:19:02 +0000 Message-ID: In-Reply-To: <1532f7dd-67e7-ee41-0456-8f2e50a74ca4@FreeBSD.org> References: <4e11a1e3-2815-2979-822c-ddac44113392@pix.net> <20160623044406.GZ10155@FreeBSD.org> <20160623044528.GA10155@FreeBSD.org> <34e6a7d5-d96e-8277-3848-07aedf832c20@pix.net> <1532f7dd-67e7-ee41-0456-8f2e50a74ca4@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate Trial (2.0BETAr6032) 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: Thu, 23 Jun 2016 06:19:10 -0000 Hi, On 23 Jun 2016, at 5:54, Kurt Lidl wrote: > On 6/23/16 12:46 AM, Kurt Lidl wrote: >> On 6/23/16 12:45 AM, Glen Barber wrote: >>> On Thu, Jun 23, 2016 at 04:44:06AM +0000, Glen Barber wrote: >>>> On Thu, Jun 23, 2016 at 12:42:20AM -0400, Kurt Lidl wrote: >>>>> As of this commit: >>>>> >>>>> r302106 | adrian | 2016-06-22 21:15:35 -0400 (Wed, 22 Jun 2016) | >>>>> 4 >>>>> lines >>>>> >>>>> revert error commit from previous commit. my bad! >>>>> >>>>> Approved by: re (implicit) >>>>> >>>>> Head still doesn't compile doing: >>>>> >>>>> make -k -s -j24 tinderbox TARGETS="amd64 sparc64" >>>>> >>>>> Tinderbox failed: >>>>> amd64.amd64 buildworld failed, check _.amd64.amd64.buildworld for >>>>> details >>>>> >>>>> ===> lib/csu/amd64 (obj) >>>>> ===> lib/csu/amd64 (all) >>>>> ===> lib/csu/amd64 (install) >>>>> bmake[6]: /usr/obj/p/fbsd/GIT/lib/libc/.depend.pipe.o, 5: ignoring >>>>> stale >>>>> .depend >>>>> for /p/fbsd/GIT/lib/libc/amd64/sys/pipe.S >>>>> cc: error: no such file or directory: >>>>> '/p/fbsd/GIT/lib/libc/amd64/sys/pipe.S' >>>>> cc: error: no input files >>>>> --- pipe.So --- >>>>> *** [pipe.So] Error code 1 >>>>> >>>>> bmake[6]: stopped in /p/fbsd/GIT/lib/libcr302114 >>>>> cc: error: no such file or directory: >>>>> '/p/fbsd/GIT/lib/libc/amd64/sys/pipe.S' >>>>> cc: error: no input files >>>>> --- pipe.o --- >>>>> *** [pipe.o] Error code 1 >>>>> >>>> >>>> What revision? It builds for me on r302113. >>>> >>> >>> I see you mentioned the revision, sorry for not noticing. >>> >>> I think you hit a bug that brooks fixed later, which should build >>> fine >>> now. >>> >>> Glen >>> >> >> OK, I'll update and try again. This spoiled all my builds on my >> sparc64 >> machines too. >> >> -Kurt > > I updated to r302114, deleted my /usr/obj tree for the amd64 build, > and > this time it successfully built. > > Sorry for the false alarm. > > I'll kick off my native sparc64 builds again. My sparc64 cross-builds seem to still show an error; I am waiting for a full universe to finish currently to confirm this. Everything else so far looks good. /bz