From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24069: [PATCHv4] Re: bug#24069: gcc man page is broken Date: Tue, 31 Oct 2017 16:16:15 +0100 Message-ID: <87shdzxs8w.fsf@gnu.org> References: <20160725222342.1fb3bfaa@scratchpost.org> <877ewfx6s8.fsf@gmail.com> <873773vvfr.fsf_-_@gmail.com> <87vajy6ey7.fsf_-_@gmail.com> <20171002092431.GP26375@macbook42.flashner.co.il> <871smlppn5.fsf@gnu.org> <87zi992to1.fsf@gmail.com> <8760bx2ce9.fsf_-_@gmail.com> <87bmlneqzk.fsf_-_@gmail.com> 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]:37809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9YHq-0007lA-NX for bug-guix@gnu.org; Tue, 31 Oct 2017 11:17:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9YHm-0006zF-JU for bug-guix@gnu.org; Tue, 31 Oct 2017 11:17:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9YHm-0006yx-Ej for bug-guix@gnu.org; Tue, 31 Oct 2017 11:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e9YHm-0004g3-75 for bug-guix@gnu.org; Tue, 31 Oct 2017 11:17:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87bmlneqzk.fsf_-_@gmail.com> (Maxim Cournoyer's message of "Tue, 03 Oct 2017 19:44:31 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Maxim Cournoyer Cc: 24069-done@debbugs.gnu.org Hi! Maxim Cournoyer skribis: >>From 7229d7887289316031847893f8ad020ff07bdcdd Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Sun, 1 Oct 2017 09:27:31 -0400 > Subject: [PATCH] gnu: gcc: Fix manual pages. > > Fixes bug #24069. perl is made a native input to all of the gcc-* packages > except for gcc-boot0; perl-boot0 is made a native input to gcc-final. > > * gnu/packages/patches/gcc-fix-texi2pod.patch: Add patch file to fix texi= 2pod. > * gnu/local.mk (dist_patch_DATA): Register it. > * gnu/packages/gcc.scm (gcc-4.7, gcc-4.8, gcc-4.9, gcc-5): Use it. > (gcc-4.7)[native-inputs]: Add perl. > (gcc-4.9)[native-inputs]: Likewise. > * gnu/packages/commencement.scm (gcc-boot0)[native-inputs]: Filter out pe= rl. > (gcc-final)[native-inputs]: Add perl-boot0. Efraim pushed the patch as 19d27131968355a1da962e52163df51e0e03aba1 so I think we=E2=80=99re all set. Thank you! The definition of =E2=80=98gcc-final=E2=80=99 in (gnu packages commencement= ) has an explicit #:allowed-references white list, so we can be sure it won=E2=80=99t retain a reference to Perl. Ludo=E2=80=99.