From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Giesen Subject: Extra files in build container Date: Thu, 15 Jun 2017 09:29:17 +0200 Message-ID: <20170615072917.4ogzt24ginrkgqx3@zaehlwerk.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLPDZ-0006bY-Pq for help-guix@gnu.org; Thu, 15 Jun 2017 03:29:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLPDV-00047Z-SN for help-guix@gnu.org; Thu, 15 Jun 2017 03:29:25 -0400 Received: from mx03.zaehlwerk.net ([136.243.37.109]:41761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLPDV-00046z-Hy for help-guix@gnu.org; Thu, 15 Jun 2017 03:29:21 -0400 Received: from localhost (localhost [127.0.0.1]) by mx03.zaehlwerk.net (Postfix) with ESMTP id 7DCBD2A5A3 for ; Thu, 15 Jun 2017 09:29:17 +0200 (CEST) Received: from mail.zaehlwerk.net ([IPv6:::1]) by localhost (ps04.zaehlwerk.net [IPv6:::1]) (amavisd-new, port 10587) with ESMTP id yMEd5G4OTjO0 for ; Thu, 15 Jun 2017 09:29:17 +0200 (CEST) Received: from zaehlwerk.net (p200300DF73C345002445E3789FDF3ABC.dip0.t-ipconnect.de [IPv6:2003:df:73c3:4500:2445:e378:9fdf:3abc]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.zaehlwerk.net (Postfix) with ESMTPSA for ; Thu, 15 Jun 2017 09:29:17 +0200 (CEST) Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Guix, I'm trying to pack unbound, however its unittests require /etc/protocols and /etc/services. Now, I have found them in the net-base package which I included in native-inputs, but that is not sufficient for glibc's getprotoent and getservent to find them. Can I symlink the net-base ones to the build container's /etc? Adding an extra phase before 'check does not allow me to write /etc in the container. Cheers, Gregor