From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: ISO image available for testing! Date: Wed, 06 Dec 2017 03:04:05 -0500 Message-ID: <87po7sth8q.fsf@netris.org> References: <877f16z9eo.fsf@gnu.org> <87infv54m3.fsf@gnu.org> <87efqgnn7x.fsf@elephly.net> <878teo59tb.fsf@gnu.org> <20171201183042.GB2504@jasmine.lan> <87tvxadz11.fsf@elephly.net> <87lgiirhsf.fsf_-_@gnu.org> <874lp618iy.fsf@cbaines.net> <87shcoaj2w.fsf@gnu.org> <87bmjcvft3.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMUgu-0000Ok-U1 for guix-devel@gnu.org; Wed, 06 Dec 2017 03:04:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMUgq-0006Vs-1d for guix-devel@gnu.org; Wed, 06 Dec 2017 03:04:28 -0500 In-Reply-To: <87bmjcvft3.fsf@netris.org> (Mark H. Weaver's message of "Tue, 05 Dec 2017 19:52:08 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel I wrote: > One solution would be to explicitly check build outputs for references > to native-inputs, and to force a build failure in that case. More precisely, we could force a build failure when any build output contains a reference to a component (store path) in the following set: requisites(native-inputs) - requisites(inputs) Mark