From unknown Sun Jun 22 11:34:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#22131 <22131@debbugs.gnu.org> To: bug#22131 <22131@debbugs.gnu.org> Subject: Status: gtk-doc fails to build on all platforms Reply-To: bug#22131 <22131@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:34:30 +0000 retitle 22131 gtk-doc fails to build on all platforms reassign 22131 guix submitter 22131 Mark H Weaver severity 22131 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 09 20:12:30 2015 Received: (at submit) by debbugs.gnu.org; 10 Dec 2015 01:12:30 +0000 Received: from localhost ([127.0.0.1]:38332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1a6pmY-0007xA-BP for submit@debbugs.gnu.org; Wed, 09 Dec 2015 20:12:30 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50505) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1a6pcC-0007ZB-A4 for submit@debbugs.gnu.org; Wed, 09 Dec 2015 20:01:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6ggM-00009q-Pw for submit@debbugs.gnu.org; Wed, 09 Dec 2015 10:29:35 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6ggM-00009m-Ms for submit@debbugs.gnu.org; Wed, 09 Dec 2015 10:29:30 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6ggI-00076E-Tq for bug-guix@gnu.org; Wed, 09 Dec 2015 10:29:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6ggD-00006s-SH for bug-guix@gnu.org; Wed, 09 Dec 2015 10:29:26 -0500 Received: from world.peace.net ([50.252.239.5]:57131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6ggD-00006g-PW for bug-guix@gnu.org; Wed, 09 Dec 2015 10:29:21 -0500 Received: from [10.1.10.78] (helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1a6gg7-0006rG-8z; Wed, 09 Dec 2015 10:29:15 -0500 From: Mark H Weaver To: bug-guix@gnu.org Subject: gtk-doc fails to build on all platforms Date: Wed, 09 Dec 2015 10:29:14 -0500 Message-ID: <877fknfxo5.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit 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.0 (-----) The gtk-doc builds started failing on all platforms when the following security updates were added: --8<---------------cut here---------------start------------->8--- * 3470fe0..: Mark H Weaver 2015-11-16 gnu: libsndfile: Add fixes for CVE-2014-9496 and CVE-2015-7805. * b4a88dc..: Mark H Weaver 2015-11-15 gnu: libxslt: Add fix for CVE-2015-7995. * ee6bb0c..: Mark H Weaver 2015-11-15 gnu: libxml2: Add fixes for CVE-2015-{1819,7941,7942,8035} and other bugs. * 328a14e..: Mark H Weaver 2015-11-15 gnu: libpng: Update to 1.5.24 [fixes CVE-2015-8126]. --8<---------------cut here---------------end--------------->8--- The failure occurs during 'configure', as follows: --8<---------------cut here---------------start------------->8--- checking for XML catalog... /gnu/store/b0xwhwj1725c10xcylwd65hdr8avjfh8-docbook-xml-4.3/xml/dtd/docbook/catalog.xml checking for xmlcatalog... /gnu/store/bhpr505s620iq099ndg8vp1ih4idv9fi-libxml2-2.9.2/bin/xmlcatalog checking for DocBook XML DTD V4.3 in XML catalog... found checking for DocBook XSL Stylesheets in XML catalog... not found configure: error: could not find DocBook XSL Stylesheets in XML catalog phase `configure' failed after 3.6 seconds --8<---------------cut here---------------end--------------->8--- Whereas in earlier successful builds, the corresponding output was: --8<---------------cut here---------------start------------->8--- checking for XML catalog... /gnu/store/b0xwhwj1725c10xcylwd65hdr8avjfh8-docbook-xml-4.3/xml/dtd/docbook/catalog.xml checking for xmlcatalog... /gnu/store/ny0sc2ix5w41z4dgc6nffhmpfy8izv99-libxml2-2.9.2/bin/xmlcatalog checking for DocBook XML DTD V4.3 in XML catalog... found checking for DocBook XSL Stylesheets in XML catalog... found --8<---------------cut here---------------end--------------->8--- Mark From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 12 15:43:35 2015 Received: (at 22131) by debbugs.gnu.org; 12 Dec 2015 20:43:35 +0000 Received: from localhost ([127.0.0.1]:49736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1a7r0x-0002pf-3Q for submit@debbugs.gnu.org; Sat, 12 Dec 2015 15:43:35 -0500 Received: from flashner.co.il ([178.62.234.194]:58764) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1a7r0v-0002pX-Ow for 22131@debbugs.gnu.org; Sat, 12 Dec 2015 15:43:34 -0500 Received: from debian-netbook (85.65.229.31.dynamic.barak-online.net [85.65.229.31]) by flashner.co.il (Postfix) with ESMTPSA id 7B37E4005D; Sat, 12 Dec 2015 20:43:32 +0000 (UTC) Date: Sat, 12 Dec 2015 22:43:22 +0200 From: Efraim Flashner To: Mark H Weaver Subject: Re: bug#22131: gtk-doc fails to build on all platforms Message-ID: <20151212224322.33ab9cdb@debian-netbook> In-Reply-To: <877fknfxo5.fsf@netris.org> References: <877fknfxo5.fsf@netris.org> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/0LGfok6eOd7fje9gpayUp0u"; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 22131 Cc: 22131@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: -0.0 (/) --Sig_/0LGfok6eOd7fje9gpayUp0u Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, 09 Dec 2015 10:29:14 -0500 Mark H Weaver wrote: > The gtk-doc builds started failing on all platforms when the following > security updates were added: >=20 > --8<---------------cut here---------------start------------->8--- > * 3470fe0..: Mark H Weaver 2015-11-16 gnu: libsndfile: Add fixes for CVE-= 2014-9496 and CVE-2015-7805. > * b4a88dc..: Mark H Weaver 2015-11-15 gnu: libxslt: Add fix for CVE-2015-= 7995. > * ee6bb0c..: Mark H Weaver 2015-11-15 gnu: libxml2: Add fixes for CVE-201= 5-{1819,7941,7942,8035} and other bugs. > * 328a14e..: Mark H Weaver 2015-11-15 gnu: libpng: Update to 1.5.24 [fixe= s CVE-2015-8126]. > --8<---------------cut here---------------end--------------->8--- >=20 > The failure occurs during 'configure', as follows: >=20 > --8<---------------cut here---------------start------------->8--- > checking for XML catalog... /gnu/store/b0xwhwj1725c10xcylwd65hdr8avjfh8-d= ocbook-xml-4.3/xml/dtd/docbook/catalog.xml > checking for xmlcatalog... /gnu/store/bhpr505s620iq099ndg8vp1ih4idv9fi-li= bxml2-2.9.2/bin/xmlcatalog > checking for DocBook XML DTD V4.3 in XML catalog... found > checking for DocBook XSL Stylesheets in XML catalog... not found > configure: error: could not find DocBook XSL Stylesheets in XML catalog > phase `configure' failed after 3.6 seconds > --8<---------------cut here---------------end--------------->8--- >=20 > Whereas in earlier successful builds, the corresponding output was: >=20 > --8<---------------cut here---------------start------------->8--- > checking for XML catalog... /gnu/store/b0xwhwj1725c10xcylwd65hdr8avjfh8-d= ocbook-xml-4.3/xml/dtd/docbook/catalog.xml > checking for xmlcatalog... /gnu/store/ny0sc2ix5w41z4dgc6nffhmpfy8izv99-li= bxml2-2.9.2/bin/xmlcatalog > checking for DocBook XML DTD V4.3 in XML catalog... found > checking for DocBook XSL Stylesheets in XML catalog... found > --8<---------------cut here---------------end--------------->8--- >=20 > Mark >=20 Normally I've found these are fixed by looking at the input. What changed with docbook-xml? The libxml2 changes? --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Sig_/0LGfok6eOd7fje9gpayUp0u Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJWbIbqAAoJEPTB05F+rO6TUoEP/RhZ9046HXnpeent9VrnRQf1 vuaR6EroM+FaF4whVbfpqXg4HLFn3Cm/5VW5rHUzldrC7up02isI+5lbcuZpAIuU FQrYGYykCtxkKKe7Nvc/fKWbKAOyGgf7MoBAjFPxS6vdzwGJKET5xnQGt4P2xOhd aAClyVL//cj2FNn9YJrlzxHe4ovHlhfQHoTgb6Jn389HsFXFiwbcD9IRVjtiHaia sWWaogno/NliMDpe9xax/tFlPNS+13phFmhr+dHXA5ihJrlKirxJZzlMevLUVmpD lvIodXYW5NkIqcdKLh1gq72kQsYC/K1EBpnE/Mw+xvZ1nYPUkT7JAPFlb3AFnb2t 5NSjjguI487FiMs7yUnOle9qkErTyRxRAW8561y2A7VS8LGIr9Cbb+JCS9m3cdNQ 4NoyAINH/BGS1OU+mVi+lkUiYI/oZNrGp3HCqBCT/rm3RcR1NvWYmTUB+5z+bb4X TDRQS764mX9oAHqsqSHZHt9t/+ng9jmR2qADooov2gs74b0bDOGMynfSB2t5FCTh W+KQ82lrZ93Xb0sFT9mey4Xdv04nFsADPaghyq2n5AW2l75KJD8RJgelMfTIJ4Tn KqSCiqTcSrmGiFaA0BMQ6xTc8bR5nRsmH750C8Imgltwx1SAaT0iH1A1Pzkk8Wu5 ImqO5h91WvdQOOLqLc4/ =2gch -----END PGP SIGNATURE----- --Sig_/0LGfok6eOd7fje9gpayUp0u-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 28 13:01:54 2016 Received: (at 22131-done) by debbugs.gnu.org; 28 Feb 2016 18:01:54 +0000 Received: from localhost ([127.0.0.1]:50963 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aa5fF-0005qU-Tm for submit@debbugs.gnu.org; Sun, 28 Feb 2016 13:01:54 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59491) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aa5fE-0005lk-PH for 22131-done@debbugs.gnu.org; Sun, 28 Feb 2016 13:01:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa5f4-0003pH-PP for 22131-done@debbugs.gnu.org; Sun, 28 Feb 2016 13:01:47 -0500 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,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa5f4-0003pA-Mp; Sun, 28 Feb 2016 13:01:42 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:40472 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aa5f2-0003ov-D6; Sun, 28 Feb 2016 13:01:41 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Efraim Flashner Subject: Re: bug#22131: gtk-doc fails to build on all platforms References: <877fknfxo5.fsf@netris.org> <20151212224322.33ab9cdb@debian-netbook> Date: Sun, 28 Feb 2016 19:01:38 +0100 In-Reply-To: <20151212224322.33ab9cdb@debian-netbook> (Efraim Flashner's message of "Sat, 12 Dec 2015 22:43:22 +0200") Message-ID: <87lh64vhml.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (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: 22131-done Cc: Mark H Weaver , 22131-done@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: -5.0 (-----) Fixed by b4787e71aca75392f394a127a7df537a0a016b04. Ludo=E2=80=99. From unknown Sun Jun 22 11:34:30 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, 28 Mar 2016 11:24:04 +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