From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Suggestion: disable offloading for texlive builds on hydra? Date: Wed, 29 Oct 2014 23:17:25 +0100 Message-ID: <87ioj2h66i.fsf@gnu.org> References: <87ppdf1dwc.fsf@netris.org> <20141026074926.GA3937@intra> <877fzmncmf.fsf@gnu.org> <20141029122901.GA12000@debian.eduroam.u-bordeaux.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjbYG-0007BD-VJ for guix-devel@gnu.org; Wed, 29 Oct 2014 18:17:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjbYA-0002cG-PX for guix-devel@gnu.org; Wed, 29 Oct 2014 18:17:12 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:45274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjbYA-0002aJ-Iz for guix-devel@gnu.org; Wed, 29 Oct 2014 18:17:06 -0400 In-Reply-To: <20141029122901.GA12000@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Wed, 29 Oct 2014 13:29:01 +0100") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > On Sun, Oct 26, 2014 at 03:12:40PM +0100, Ludovic Court=C3=A8s wrote: >> - (outputs '("out" "data")) >> + (outputs '("out" "data" "doc")) > > I just tried this, and it does not work: > builder for `/gnu/store/r39sf9gzfdlxb6q2c4zaz18z63mmc8fz-texlive-2014.drv= ' failed to produce output path `/gnu/store/s756nm0dcw57h64vimq6bz3hzmf4s40= p-texlive-2014-doc' > > So I think we need to shuffle things around ourselves. I will try to have= a > look. A problem is that I need a working texlive, and compiling an additi= onal > one may take too much space (in a leap of confidence, I just deleted my > texlive before trying the splitting of the docs, but I will not do this a= gain; > well, using a usb stick for /tmp helps a bit...). Heh. :-) > Apparently, texlive does not honour --docdir=3D..., although it does not > complain about the option. I asked about it on the texlive mailing list > and will wait for a suggestion. It=E2=80=99s not uncommon to find configure scripts that ignore --docdir et al. and instead provide their own option. Thanks for looking into it. Ludo=E2=80=99.