From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Texlive and native-inputs Date: Wed, 29 Oct 2014 19:51:44 +0100 Message-ID: <20141029185144.GA27092@debian> References: <20141029165958.GA4944@debian.eduroam.u-bordeaux.fr> <20141029171309.GA30858@jocasta.intra> <20141029173948.GA16948@debian.eduroam.u-bordeaux.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjYLc-0003Yb-RS for guix-devel@gnu.org; Wed, 29 Oct 2014 14:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjYLV-0001cl-Bb for guix-devel@gnu.org; Wed, 29 Oct 2014 14:51:56 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:49884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjYLV-0001ca-1p for guix-devel@gnu.org; Wed, 29 Oct 2014 14:51:49 -0400 Content-Disposition: inline In-Reply-To: <20141029173948.GA16948@debian.eduroam.u-bordeaux.fr> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org On Wed, Oct 29, 2014 at 06:39:48PM +0100, Andreas Enge wrote: > Would it work? One would need to patch-shebang with the normal input and > use the native-input for scripts that are used during the build process. > Is this distinguished somehow? (Well, there is of course the problem of > scripts that are used during the build process _and_ installed on the user's > machine, which means that the package is simply not cross-compilable in > our setting. In a sense this is what happens with texlive. "make check" uses perl scripts, and other perl scripts are installed. But then I suppose that "make check" does not make much sense anyway when cross-compiling? Do we activate it then? Andreas