From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 15 15:27:04 2018 Received: (at submit) by debbugs.gnu.org; 15 Jun 2018 19:27:04 +0000 Received: from localhost ([127.0.0.1]:50669 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTuND-0000cM-OL for submit@debbugs.gnu.org; Fri, 15 Jun 2018 15:27:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58423) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTuNB-0000bs-R1 for submit@debbugs.gnu.org; Fri, 15 Jun 2018 15:27:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTuN5-0000Hx-Oc for submit@debbugs.gnu.org; Fri, 15 Jun 2018 15:26:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51351) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTuN5-0000Hh-LU for submit@debbugs.gnu.org; Fri, 15 Jun 2018 15:26:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTuN4-0006bH-Hu for guix-patches@gnu.org; Fri, 15 Jun 2018 15:26:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTuN0-0000Fa-Ij for guix-patches@gnu.org; Fri, 15 Jun 2018 15:26:54 -0400 Received: from [2001:19f0:5:274f:351:616f:fec3:2694] (port=33460 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTuN0-0000BT-0Y for guix-patches@gnu.org; Fri, 15 Jun 2018 15:26:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=LLcEoPQKmB4LJPav3GX5izIGgC/hqe0sGdzaXQJma5A=; b=VMMxaenzKN6EESsmkYmgOsAl7h a8XsQKqj8VWuZolFc6x8q/ldjJpDNzohWASbFu6PDKdQFoGIJGRe7d131ZnEZitu5UE/63yawliqH h/hHaTGWkxZAQG8FHUU8KDpe0nYKmUIuvoVIgf8As6yRkfJs34S3HL89TN4y2I6uUqX0=; Received: from [117.192.122.191] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fTuKH-0000TI-Fv; Sat, 16 Jun 2018 00:54:01 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs". Date: Sat, 16 Jun 2018 00:56:22 +0530 Message-Id: <20180615192622.6416-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) * gnu/packages/tex.scm (texlive-bin)[arguments]: Rename fix-unix-detection phase to configure-ghostscript-executable. Replace "gs" in epstopdf.pl with the absolute path to "gs" in the store. --- gnu/packages/tex.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b6bc9dda6..91081c64b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -176,14 +176,16 @@ (string-prefix? "mips64" s)))) #:phases (modify-phases %standard-phases - (add-after 'unpack 'fix-unix-detection + (add-after 'unpack 'configure-ghostscript-executable ;; ps2eps.pl uses the "gswin32c" ghostscript executable on Windows, ;; and the "gs" ghostscript executable on Unix. It detects Unix by ;; checking for the existence of the /usr/bin directory. Since ;; GuixSD does not have /usr/bin, it is also detected as Windows. - (lambda _ + (lambda* (#:key inputs #:allow-other-keys) (substitute* "utils/ps2eps/ps2eps-src/bin/ps2eps.pl" (("gswin32c") "gs")) + (substitute* "texk/texlive/linked_scripts/epstopdf/epstopdf.pl" + (("\"gs\"") (string-append "\"" (assoc-ref inputs "ghostscript") "/bin/gs\""))) #t)) (add-after 'install 'postint (lambda* (#:key inputs outputs #:allow-other-keys #:rest args) -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 15 15:56:56 2018 Received: (at 31850) by debbugs.gnu.org; 15 Jun 2018 19:56:56 +0000 Received: from localhost ([127.0.0.1]:50678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTuq8-0001H8-5f for submit@debbugs.gnu.org; Fri, 15 Jun 2018 15:56:56 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:38844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTuq5-0001Gr-SZ for 31850@debbugs.gnu.org; Fri, 15 Jun 2018 15:56:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=x38tARWdWnsxagoB/CxeXGGYtc3LFS9Ty6PkSn1kCmY=; b=KEMlz0j/88WhGhMOJSGtTVwM6 UMgcVCUfmaPoyWLVMMUndcHqDITcHZUkBf2V+VWFbJJrk6EfZtyW4Y1TSuFQk/Bwg3Eg1E5XOXaeZ 4LfXioLIzuDo0YKptUher5KJm0oEYQPn8nYkKLIQvoo+kYuGCwWZvs6YpgAUq1UeWCBxU=; Received: from [117.192.122.191] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fTunO-0000pQ-G0 for 31850@debbugs.gnu.org; Sat, 16 Jun 2018 01:24:06 +0530 From: Arun Isaac To: 31850@debbugs.gnu.org Subject: Re: bug#31850: Acknowledgement ([PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs".) In-Reply-To: References: <20180615192622.6416-1-arunisaac@systemreboot.net> Date: Sat, 16 Jun 2018 01:26:37 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31850 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I seem to have made one of the lines way too long. I'll fix that before pushing, once someone has reviewed this patch. Also, should this patch go to core-updates considering that the texlive package is very tedious to build? From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 16 12:13:57 2018 Received: (at 31850) by debbugs.gnu.org; 16 Jun 2018 16:13:57 +0000 Received: from localhost ([127.0.0.1]:51879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUDpr-0005sP-3u for submit@debbugs.gnu.org; Sat, 16 Jun 2018 12:13:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUDpo-0005sC-RE for 31850@debbugs.gnu.org; Sat, 16 Jun 2018 12:13:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUDpj-0001If-1G for 31850@debbugs.gnu.org; Sat, 16 Jun 2018 12:13:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUDpc-0001An-7n; Sat, 16 Jun 2018 12:13:40 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39138 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fUDpZ-0007Eh-Vx; Sat, 16 Jun 2018 12:13:38 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#31850] [PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs". References: <20180615192622.6416-1-arunisaac@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Prairial an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sat, 16 Jun 2018 18:13:36 +0200 In-Reply-To: <20180615192622.6416-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sat, 16 Jun 2018 00:56:22 +0530") Message-ID: <87lgbeogjz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 31850 Cc: 31850@debbugs.gnu.org, Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hello, Arun Isaac skribis: > * gnu/packages/tex.scm (texlive-bin)[arguments]: Rename fix-unix-detection > phase to configure-ghostscript-executable. Replace "gs" in epstopdf.pl wi= th > the absolute path to "gs" in the store. LGTM. > I seem to have made one of the lines way too long. I'll fix that before > pushing, once someone has reviewed this patch. Also, should this patch > go to core-updates considering that the texlive package is very tedious > to build? =E2=80=98texlive-bin=E2=80=99 has just 252 dependent it seems, many of whic= h are =E2=80=98texlive-=E2=80=99 packages, which are usually quickly built. So I= =E2=80=99d say it=E2=80=99s OK for master, but I could be missing some other way in which =E2=80=98texlive-bin=E2=80=99 is depended on. Ricardo, WDYT? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 16 16:47:00 2018 Received: (at 31850) by debbugs.gnu.org; 16 Jun 2018 20:47:00 +0000 Received: from localhost ([127.0.0.1]:52129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUI68-00082d-4K for submit@debbugs.gnu.org; Sat, 16 Jun 2018 16:47:00 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:42382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUI65-00082U-SB for 31850@debbugs.gnu.org; Sat, 16 Jun 2018 16:46:58 -0400 Received: from localhost (localhost [127.0.0.1]) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTP id BE84F1194B51; Sat, 16 Jun 2018 22:46:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-transfer-encoding:content-type:content-type:mime-version :message-id:date:date:in-reply-to:subject:subject:from:from :user-agent:references:received:received:received:received; s= mdc; t=1529182011; x=1530996412; bh=7VI2/kBCGZLnNaOn+EoZ6rBiv3MT F4KJ+Ua1AR0eLIY=; b=CLdMbIOstm1iB0moK6Ns2pceM9+vuXQC3O4xTTP7u+MM I/iOYgFn6cCX5kHYzA/uHnHrapyX2eC8JWH6Kuh/DWPqCs8ZgQ63kmy2R0ktKopp bwKq4/XyqTiHXmMixqK2MUOlX8ymkHSutv7uiu9QrtvzAAC3i14gd99GaXf9Yvo= X-Virus-Scanned: amavisd-new at mdc-berlin.de Received: from sinope02.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (sinope02.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s6shAuG34kkx; Sat, 16 Jun 2018 22:46:51 +0200 (CEST) Received: from HTCATWO.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTPS; Sat, 16 Jun 2018 22:46:51 +0200 (CEST) Received: from SW-IT-P-CAS2.mdc-berlin.net (141.80.113.54) by HTCATWO.mdc-berlin.net (141.80.180.190) with Microsoft SMTP Server (TLS) id 14.3.399.0; Sat, 16 Jun 2018 22:46:50 +0200 Received: from localhost (141.80.113.51) by SW-IT-P-CAS2.mdc-berlin.net (141.80.113.54) with Microsoft SMTP Server id 14.3.399.0; Sat, 16 Jun 2018 22:46:50 +0200 References: <20180615192622.6416-1-arunisaac@systemreboot.net> <87lgbeogjz.fsf@gnu.org> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#31850] [PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs". In-Reply-To: <87lgbeogjz.fsf@gnu.org> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Sat, 16 Jun 2018 22:46:38 +0200 Message-ID: <87k1qy5uj5.fsf@mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Originating-IP: [141.80.113.51] X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.2.1013-23912.002 X-TM-AS-Result: No-9.314600-8.000000-10 X-TMASE-MatchedRID: O/y65JfDwwvsYbGmK/WYxoTBkzbkEx2zbet0PlpaW8iqvcIF1TcLYM7o QCYUFOaGR6cutyzMqp9hrpnqHwWnR6jmA6eZ5vSkfCwgB7jBwkajiNbvNIOD2ThgoAzehG32eKS LTNSCXqpKdC/0yTVhybCjAORKk0mKjyxvgNKrxKaeAiCmPx4NwHJnzNw42kCx2bNx1HEv7HAqtq 5d3cxkNa6KQIvxVddMXUFFi0DSXMGztWKB5WXsoF+lydfzW08C9Qu9vsgT9GtZny+h5/IYMg== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--9.314600-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.2.1013-23912.002 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31850 Cc: 31850@debbugs.gnu.org, Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ludovic Court=C3=A8s writes: > Hello, > > Arun Isaac skribis: > >> * gnu/packages/tex.scm (texlive-bin)[arguments]: Rename fix-unix-detecti= on >> phase to configure-ghostscript-executable. Replace "gs" in epstopdf.pl w= ith >> the absolute path to "gs" in the store. > > LGTM. > >> I seem to have made one of the lines way too long. I'll fix that before >> pushing, once someone has reviewed this patch. Also, should this patch >> go to core-updates considering that the texlive package is very tedious >> to build? > > =E2=80=98texlive-bin=E2=80=99 has just 252 dependent it seems, many of wh= ich are > =E2=80=98texlive-=E2=80=99 packages, which are usually quickly built. So= I=E2=80=99d say it=E2=80=99s > OK for master, but I could be missing some other way in which > =E2=80=98texlive-bin=E2=80=99 is depended on. Ricardo, WDYT? Yes, this should be fine. Thanks! --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 17 03:06:22 2018 Received: (at 31850) by debbugs.gnu.org; 17 Jun 2018 07:06:22 +0000 Received: from localhost ([127.0.0.1]:52513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fURlW-0004hl-6L for submit@debbugs.gnu.org; Sun, 17 Jun 2018 03:06:22 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:50516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fURlU-0004hW-Tw for 31850@debbugs.gnu.org; Sun, 17 Jun 2018 03:06:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=K1Y2qdDquDfFaZBQeyP1AAwGDqryCkK9c5nEIrSv5Tk=; b=jAXXgUg3P92vxquVbqO8FwUDqA LRjK9X8QvfhSrbqWgdLUBHxDoWgJ0UjyrbTmp77ZXHiDpdO/3MwZhPUEugJATCDfz19jruOZafjcK eFYSvppa8qwcaplGCbP/H0TtdbNh6pVQf6/9JHYgOI7q7G1V/1heu9FYPWhGv8eDf7Vo=; Received: from [124.40.246.228] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fURic-0005VM-MP; Sun, 17 Jun 2018 12:33:23 +0530 From: Arun Isaac To: Ricardo Wurmus , Ludovic =?utf-8?Q?Court?= =?utf-8?Q?=C3=A8s?= Subject: Re: [bug#31850] [PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs". In-Reply-To: <87k1qy5uj5.fsf@mdc-berlin.de> References: <20180615192622.6416-1-arunisaac@systemreboot.net> <87lgbeogjz.fsf@gnu.org> <87k1qy5uj5.fsf@mdc-berlin.de> Date: Sun, 17 Jun 2018 12:36:00 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31850 Cc: 31850@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >> =E2=80=98texlive-bin=E2=80=99 has just 252 dependent it seems, many of w= hich are >> =E2=80=98texlive-=E2=80=99 packages, which are usually quickly built. S= o I=E2=80=99d say it=E2=80=99s >> OK for master, but I could be missing some other way in which >> =E2=80=98texlive-bin=E2=80=99 is depended on. But, we'd be forcing people to download the huge (~ 2.2 GB) texlive-texmf source tarball. And, the texlive package which depends on texlive-bin spends a good deal of time in the install phase. Is this fine? From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 17 07:44:32 2018 Received: (at 31850) by debbugs.gnu.org; 17 Jun 2018 11:44:32 +0000 Received: from localhost ([127.0.0.1]:52623 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUW6i-0004Ym-CN for submit@debbugs.gnu.org; Sun, 17 Jun 2018 07:44:32 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:55708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUW6f-0004Ya-Pe for 31850@debbugs.gnu.org; Sun, 17 Jun 2018 07:44:30 -0400 Received: from localhost (localhost [127.0.0.1]) by pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTP id AB39C928C91; Sun, 17 Jun 2018 13:44:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-transfer-encoding:content-type:content-type:mime-version :message-id:date:date:in-reply-to:subject:subject:from:from :user-agent:references:received:received:received:received; s= mdc; t=1529235863; x=1531050264; bh=71B9fsIdGma7+PQj5ytyLpYU5faY CCRqUYFv1jASCag=; b=Io1XL1fkHtDbeRBesuJuffp+FM31rMHnXCBnZHPexHPe iUezFEs54ZvyZNORSdfkoUL0C2tZxgWQbXzzRx0HQfKVBpkuiFCnF9FEZbuVB1MP NEDcYTTYzkQBWXq7tIuuH89J7z+wwhDRIk2GJikJn5yYqfOnXLs1/nxYcqSc5ag= X-Virus-Scanned: amavisd-new at mdc-berlin.de Received: from pegasus.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (pegasus.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VSorpsH0ck7V; Sun, 17 Jun 2018 13:44:23 +0200 (CEST) Received: from HTCAONE.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTPS; Sun, 17 Jun 2018 13:44:22 +0200 (CEST) Received: from SW-IT-P-CAS2.mdc-berlin.net (141.80.113.54) by HTCAONE.mdc-berlin.net (141.80.180.120) with Microsoft SMTP Server (TLS) id 14.3.399.0; Sun, 17 Jun 2018 13:44:22 +0200 Received: from localhost (141.80.113.51) by SW-IT-P-CAS2.mdc-berlin.net (141.80.113.54) with Microsoft SMTP Server id 14.3.399.0; Sun, 17 Jun 2018 13:44:22 +0200 References: <20180615192622.6416-1-arunisaac@systemreboot.net> <87lgbeogjz.fsf@gnu.org> <87k1qy5uj5.fsf@mdc-berlin.de> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Arun Isaac Subject: Re: [bug#31850] [PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs". In-Reply-To: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Sun, 17 Jun 2018 13:44:11 +0200 Message-ID: <87efh563jo.fsf@mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Originating-IP: [141.80.113.51] X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.2.1013-23912.006 X-TM-AS-Result: No-3.367000-8.000000-10 X-TMASE-MatchedRID: wQVy7q402w3sYbGmK/WYxvVFR4sC8dPybet0PlpaW8iqvcIF1TcLYOs7 USOi3SHKQ/rCAasW60tfDkgohW37aHzBGfc3CWajEPf7TDUOGopBCir9/rc1+6XJ9vMysD/CwKj LtlNOpCbnzlXMYw4XMCAtDqHg/4Qm0C1sQRfQzEHEQdG7H66TyND1NE3SaFLX3XspgIB0hJ/KM4 kgiWE76lr0iS5IHQXyVeLYiw9TDm667syREV3zAx7GPDxzTm1pDDTY6nnGFtY1Nf3+H6t8CEm3d RIw4P/9D/EiZwqh/WBl2xuA1t/ICypPUAInKdYv9avTT1aTf3c8mxHOwOUqug== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--3.367000-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.2.1013-23912.006 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 31850 Cc: 31850@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Arun Isaac writes: >>> =E2=80=98texlive-bin=E2=80=99 has just 252 dependent it seems, many of = which are >>> =E2=80=98texlive-=E2=80=99 packages, which are usually quickly built. = So I=E2=80=99d say it=E2=80=99s >>> OK for master, but I could be missing some other way in which >>> =E2=80=98texlive-bin=E2=80=99 is depended on. > > But, we'd be forcing people to download the huge (~ 2.2 GB) > texlive-texmf source tarball. And, the texlive package which depends on > texlive-bin spends a good deal of time in the install phase. Is this > fine? Only until this is built, which in the case of texlive should not take a very long time on the build farm. -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 17 12:01:52 2018 Received: (at 31850-done) by debbugs.gnu.org; 17 Jun 2018 16:01:52 +0000 Received: from localhost ([127.0.0.1]:54031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUa7j-0002wA-Pi for submit@debbugs.gnu.org; Sun, 17 Jun 2018 12:01:51 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:39398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUa7g-0002vu-34 for 31850-done@debbugs.gnu.org; Sun, 17 Jun 2018 12:01:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=nnsNknYkVM304tyC4v5TDPsno3QEBdDPOWWpvUzMONY=; b=j0nm+sVcnhsNQ6rwNBpPAVUuJ ldo+xvUu8GTdrsNnrNseAD2KKrzJMby+c9qY0ShAkb7vUDBlRDibbb+SYXayJwXICYrm9Nvt6Bow5 e+zDcIDY+rwfViFu/BHrvREFVv+HYl+jk80BJUO/m9hNT/isoklUlD2OVkaOrnhPRY1zA=; Received: from [124.40.246.228] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fUa4b-00083r-Mz; Sun, 17 Jun 2018 21:28:38 +0530 From: Arun Isaac To: Ricardo Wurmus Subject: Re: [bug#31850] [PATCH] gnu: texlive-bin: Use absolute path to ghostscript executable "gs". In-Reply-To: <87efh563jo.fsf@mdc-berlin.de> References: <20180615192622.6416-1-arunisaac@systemreboot.net> <87lgbeogjz.fsf@gnu.org> <87k1qy5uj5.fsf@mdc-berlin.de> <87efh563jo.fsf@mdc-berlin.de> Date: Sun, 17 Jun 2018 21:31:17 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31850-done Cc: 31850-done@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >> But, we'd be forcing people to download the huge (~ 2.2 GB) >> texlive-texmf source tarball. And, the texlive package which depends on >> texlive-bin spends a good deal of time in the install phase. Is this >> fine? > > Only until this is built, which in the case of texlive should not take a > very long time on the build farm. Ok, done. Pushed! From unknown Thu Aug 14 22:21:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 16 Jul 2018 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator