From owner-freebsd-current@freebsd.org Thu Jun 23 04:42:21 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 97705AC4F6C for ; Thu, 23 Jun 2016 04:42:21 +0000 (UTC) (envelope-from lidl@pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies, LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6963A168C for ; Thu, 23 Jun 2016 04:42:21 +0000 (UTC) (envelope-from lidl@pix.net) Received: from torb.pix.net (torb.pix.net [192.168.16.32]) (authenticated bits=0) by hydra.pix.net (8.15.2/8.15.2) with ESMTPA id u5N4gKW6099440; Thu, 23 Jun 2016 00:42:20 -0400 (EDT) (envelope-from lidl@pix.net) To: FreeBSD-Current From: Kurt Lidl Subject: head is broken after recent sys_pipe changes Message-ID: <4e11a1e3-2815-2979-822c-ddac44113392@pix.net> Date: Thu, 23 Jun 2016 00:42:20 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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: Thu, 23 Jun 2016 04:42:21 -0000 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/libc 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 -Kurt