From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Suggestion: disable offloading for texlive builds on hydra? Date: Wed, 29 Oct 2014 13:29:01 +0100 Message-ID: <20141029122901.GA12000@debian.eduroam.u-bordeaux.fr> References: <87ppdf1dwc.fsf@netris.org> <20141026074926.GA3937@intra> <877fzmncmf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSNN-0006Io-2o for guix-devel@gnu.org; Wed, 29 Oct 2014 08:29:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjSNC-0008Mi-9M for guix-devel@gnu.org; Wed, 29 Oct 2014 08:29:21 -0400 Content-Disposition: inline In-Reply-To: <877fzmncmf.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, Oct 26, 2014 at 03:12:40PM +0100, Ludovic Courtès 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/s756nm0dcw57h64vimq6bz3hzmf4s40p-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 additional 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 again; well, using a usb stick for /tmp helps a bit...). Apparently, texlive does not honour --docdir=..., although it does not complain about the option. I asked about it on the texlive mailing list and will wait for a suggestion. In any case, it should be easy to just move the documentation directory; but I will first need to recompile a working texlive to have a closer look at the directory... Andreas