From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7p1l-0006li-Ag for guix-patches@gnu.org; Mon, 08 May 2017 16:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7p1i-0001SZ-73 for guix-patches@gnu.org; Mon, 08 May 2017 16:13:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57555) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7p1i-0001SV-33 for guix-patches@gnu.org; Mon, 08 May 2017 16:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7p1h-0005dt-S6 for guix-patches@gnu.org; Mon, 08 May 2017 16:13:01 -0400 Subject: bug#26617: [PATCH] gnu: Add gnustep-make. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170423003805.32488-1-kei@openmailbox.org> <20170423004817.GE10153@jasmine> <87zif7jfuq.fsf@openmailbox.org> Date: Mon, 08 May 2017 22:12:11 +0200 In-Reply-To: <87zif7jfuq.fsf@openmailbox.org> (Kei Kebreau's message of "Sun, 23 Apr 2017 11:36:29 -0400") Message-ID: <87inlbjeg4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Kei Kebreau Cc: 26617@debbugs.gnu.org Kei Kebreau skribis: > * I've also realized that documentation is installed separately from the > main GNU building process, so I've added an appropriate phase now. The > only problem is that there's a PostScript file with a line that varies > depending on the build time. Is there a way to eliminate this variance > that you know of? It may be that this line is added by a separate tool, perhaps pdflatex or whatever is used. It=E2=80=99s this tool that we should fix. If you could fine which tool that is and file a bug for this to bug-guix, that would be great. In the meantime you can happily commit gnustep-make. :-) Thanks, Ludo=E2=80=99.