unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22131: gtk-doc fails to build on all platforms
@ 2015-12-09 15:29 Mark H Weaver
  2015-12-12 20:43 ` Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Mark H Weaver @ 2015-12-09 15:29 UTC (permalink / raw)
  To: 22131

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22131: gtk-doc fails to build on all platforms
  2015-12-09 15:29 bug#22131: gtk-doc fails to build on all platforms Mark H Weaver
@ 2015-12-12 20:43 ` Efraim Flashner
  2016-02-28 18:01   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2015-12-12 20:43 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 22131

[-- Attachment #1: Type: text/plain, Size: 2310 bytes --]

On Wed, 09 Dec 2015 10:29:14 -0500
Mark H Weaver <mhw@netris.org> wrote:

> 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
> 

Normally I've found these are fixed by looking at the input. What changed
with docbook-xml? The libxml2 changes?

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22131: gtk-doc fails to build on all platforms
  2015-12-12 20:43 ` Efraim Flashner
@ 2016-02-28 18:01   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2016-02-28 18:01 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 22131-done

Fixed by b4787e71aca75392f394a127a7df537a0a016b04.

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-28 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-09 15:29 bug#22131: gtk-doc fails to build on all platforms Mark H Weaver
2015-12-12 20:43 ` Efraim Flashner
2016-02-28 18:01   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).