gtkmm2.0: FTBFS: Fails making tutorial.

Bug #11621 reported by Debian Bug Importer
20
Affects Status Importance Assigned to Milestone
gtkmm2.0 (Debian)
Fix Released
Unknown
gtkmm2.0 (Ubuntu)
Fix Released
High
LaMont Jones

Bug Description

Automatically imported from Debian bug report #286233 http://bugs.debian.org/286233

Revision history for this message
In , LaMont Jones (lamont) wrote : severity of 286233 is serious

# Automatically generated email from bts, devscripts version 2.8.5
severity 286233 serious

Revision history for this message
In , LaMont Jones (lamont) wrote : severity of 286233 is serious, merging 286233 287614

# Automatically generated email from bts, devscripts version 2.8.5
severity 286233 serious
merge 286233 287614

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #286233 http://bugs.debian.org/286233

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 18 Dec 2004 17:35:48 +0100
From: Kurt Roeckx <email address hidden>
To: <email address hidden>
Subject: gtkmm2.0: FTBFS: Fails making tutorial.

Package: gtkmm2.0
Version: 2.2.12-1
Severity: important

Hi,

The package is failing to build with the following error:
make[5]: Entering directory `/usr/src/gtkmm2.0-2.2.12/docs/tutorial'
rm -rf html
/bin/sh ../../scripts/mkinstalldirs html
mkdir html
xsltproc -o html/ --xinclude --catalogs http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl gtkmm-tut-with-examples.xml
error : Operation in progress
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
make[5]: *** [html/index.html] Error 4

This was with xsltproc 1.1.8-5 (current sid) if that's relevant.

It failed the first 2 times, then it worked for an other 2
times. I have no idea why.

I don't like it very much that it's downloading something
external to build it. Maybe you should consider placing
that file in the package instead. It's also using the
"current" version, instead of a specific version.

Kurt

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 3 Jan 2005 13:20:34 -0700
From: LaMont Jones <email address hidden>
To: <email address hidden>
Subject: severity of 286233 is serious

# Automatically generated email from bts, devscripts version 2.8.5
severity 286233 serious

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 3 Jan 2005 13:21:04 -0700
From: LaMont Jones <email address hidden>
To: <email address hidden>
Subject: severity of 286233 is serious, merging 286233 287614

# Automatically generated email from bts, devscripts version 2.8.5
severity 286233 serious
merge 286233 287614

Revision history for this message
Debian Bug Importer (debzilla) wrote :

*** Bug 11532 has been marked as a duplicate of this bug. ***

Revision history for this message
In , LaMont Jones (lamont) wrote : Patch for 287614

tags 287614 + patch
--
A patch which fixes the problem can be found at:
    http://patches.ubuntu.com/patches/gtkmm2.0.287614.patch

lamont

Revision history for this message
LaMont Jones (lamont) wrote :

Fixed in 2.2.12-1ubuntu1, patch forwarded to Debian.

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 3 Jan 2005 23:12:52 -0700
From: LaMont Jones <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: Patch for 287614

tags 287614 + patch
--
A patch which fixes the problem can be found at:
    http://patches.ubuntu.com/patches/gtkmm2.0.287614.patch

lamont

Revision history for this message
Matt Zimmerman (mdz) wrote :

*** Bug 11530 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Bas Zoetekouw (baszoetekouw) wrote : NMU for gtkmm2.0

Hi!

I've prepared an NMU for gtkmm2.0 that fixes 286233 and 287614. I'll
upload to DELAYED/1day, so it should go into the archive on sunday.

The diff is:

diff -Naur gtkmm2.0-2.2.12.ouwe/debian/changelog gtkmm2.0-2.2.12/debian/changelog
--- gtkmm2.0-2.2.12.ouwe/debian/changelog 2005-01-07 23:06:40.000000000 +0000
+++ gtkmm2.0-2.2.12/debian/changelog 2005-01-07 23:08:29.000000000 +0000
@@ -1,3 +1,10 @@
+gtkmm2.0 (2.2.12-1.1) unstable; urgency=high
+
+ * Use a local docbook stylesheet instead of trying to download it from the
+ web (closes: #287614, #286233). Patch was provided by LaMont Jones.
+
+ -- Bas Zoetekouw <email address hidden> Fri, 7 Jan 2005 23:07:40 +0000
+
 gtkmm2.0 (2.2.12-1) unstable; urgency=low

   * New upstream release (Closes: #257638, #259896)
diff -Naur gtkmm2.0-2.2.12.ouwe/debian/rules gtkmm2.0-2.2.12/debian/rules
--- gtkmm2.0-2.2.12.ouwe/debian/rules 2005-01-07 23:06:40.000000000 +0000
+++ gtkmm2.0-2.2.12/debian/rules 2005-01-07 23:06:51.000000000 +0000
@@ -67,7 +67,7 @@
        dh_testdir

        # build
- $(MAKE)
+ $(MAKE) DOCBOOK_STYLESHEET=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl

        # build the reference documentation
        #$(MAKE) -C docs/reference

--
Kind regards,
+--------------------------------------------------------------------+
| Bas Zoetekouw | GPG key: 0644fab7 |
|----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| <email address hidden>, <email address hidden> | a2b1 2bae e41f 0644 fab7 |
+--------------------------------------------------------------------+

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 8 Jan 2005 00:10:23 +0100
From: Bas Zoetekouw <email address hidden>
To: <email address hidden>, <email address hidden>
Subject: NMU for gtkmm2.0

Hi!

I've prepared an NMU for gtkmm2.0 that fixes 286233 and 287614. I'll
upload to DELAYED/1day, so it should go into the archive on sunday.

The diff is:

diff -Naur gtkmm2.0-2.2.12.ouwe/debian/changelog gtkmm2.0-2.2.12/debian/changelog
--- gtkmm2.0-2.2.12.ouwe/debian/changelog 2005-01-07 23:06:40.000000000 +0000
+++ gtkmm2.0-2.2.12/debian/changelog 2005-01-07 23:08:29.000000000 +0000
@@ -1,3 +1,10 @@
+gtkmm2.0 (2.2.12-1.1) unstable; urgency=high
+
+ * Use a local docbook stylesheet instead of trying to download it from the
+ web (closes: #287614, #286233). Patch was provided by LaMont Jones.
+
+ -- Bas Zoetekouw <email address hidden> Fri, 7 Jan 2005 23:07:40 +0000
+
 gtkmm2.0 (2.2.12-1) unstable; urgency=low

   * New upstream release (Closes: #257638, #259896)
diff -Naur gtkmm2.0-2.2.12.ouwe/debian/rules gtkmm2.0-2.2.12/debian/rules
--- gtkmm2.0-2.2.12.ouwe/debian/rules 2005-01-07 23:06:40.000000000 +0000
+++ gtkmm2.0-2.2.12/debian/rules 2005-01-07 23:06:51.000000000 +0000
@@ -67,7 +67,7 @@
        dh_testdir

        # build
- $(MAKE)
+ $(MAKE) DOCBOOK_STYLESHEET=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl

        # build the reference documentation
        #$(MAKE) -C docs/reference

--
Kind regards,
+--------------------------------------------------------------------+
| Bas Zoetekouw | GPG key: 0644fab7 |
|----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| <email address hidden>, <email address hidden> | a2b1 2bae e41f 0644 fab7 |
+--------------------------------------------------------------------+

Revision history for this message
In , Bas Zoetekouw (baszoetekouw) wrote : Fixed in NMU of gtkmm2.0 2.2.12-1.1

tag 286233 + fixed
tag 287614 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 7 Jan 2005 23:07:40 +0000
Source: gtkmm2.0
Binary: libgtkmm2.0-1c102 libgtkmm2.0-doc libgtkmm2.0-dev
Architecture: source all i386
Version: 2.2.12-1.1
Distribution: unstable
Urgency: high
Maintainer: Bradley Bell <email address hidden>
Changed-By: Bas Zoetekouw <email address hidden>
Description:
 libgtkmm2.0-1c102 - C++ wrappers for GTK+ 2.0 (shared libraries)
 libgtkmm2.0-dev - C++ wrappers for GTK+ 2.0 (development files)
 libgtkmm2.0-doc - C++ wrappers for GTK+ 2.0 (documentation)
Closes: 286233 287614
Changes:
 gtkmm2.0 (2.2.12-1.1) unstable; urgency=high
 .
   * Non-Maintainer Upload (BSP)
   * Use a local docbook stylesheet instead of trying to download it from the
     web (closes: #287614, #286233). Patch was provided by LaMont Jones.
Files:
 b4b7ce5d814a7c70de5930d283f64bd6 758 libs optional gtkmm2.0_2.2.12-1.1.dsc
 458595781929daa734802082fde3feb9 132190 libs optional gtkmm2.0_2.2.12-1.1.diff.gz
 ef535996ac6f3d39952b02a6336e1a0e 3568008 doc optional libgtkmm2.0-doc_2.2.12-1.1_all.deb
 4ca54915950e5f7360e72ff5b2522a62 1732864 libdevel optional libgtkmm2.0-dev_2.2.12-1.1_i386.deb
 385345541540fad1fccc84223cea5cc0 956092 libs optional libgtkmm2.0-1c102_2.2.12-1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB3y2IK67kHwZE+rcRAln7AKCeJ9FbpRPzxdDi4MM4662WpZMKsgCggXE5
o4huoH87FKtC++liGOl1Fl8=
=Oqkx
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 08 Jan 2005 16:32:09 -0500
From: Bas Zoetekouw <email address hidden>
To: <email address hidden>
Cc: Bas Zoetekouw <email address hidden>, Bradley Bell <email address hidden>
Subject: Fixed in NMU of gtkmm2.0 2.2.12-1.1

tag 286233 + fixed
tag 287614 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 7 Jan 2005 23:07:40 +0000
Source: gtkmm2.0
Binary: libgtkmm2.0-1c102 libgtkmm2.0-doc libgtkmm2.0-dev
Architecture: source all i386
Version: 2.2.12-1.1
Distribution: unstable
Urgency: high
Maintainer: Bradley Bell <email address hidden>
Changed-By: Bas Zoetekouw <email address hidden>
Description:
 libgtkmm2.0-1c102 - C++ wrappers for GTK+ 2.0 (shared libraries)
 libgtkmm2.0-dev - C++ wrappers for GTK+ 2.0 (development files)
 libgtkmm2.0-doc - C++ wrappers for GTK+ 2.0 (documentation)
Closes: 286233 287614
Changes:
 gtkmm2.0 (2.2.12-1.1) unstable; urgency=high
 .
   * Non-Maintainer Upload (BSP)
   * Use a local docbook stylesheet instead of trying to download it from the
     web (closes: #287614, #286233). Patch was provided by LaMont Jones.
Files:
 b4b7ce5d814a7c70de5930d283f64bd6 758 libs optional gtkmm2.0_2.2.12-1.1.dsc
 458595781929daa734802082fde3feb9 132190 libs optional gtkmm2.0_2.2.12-1.1.diff.gz
 ef535996ac6f3d39952b02a6336e1a0e 3568008 doc optional libgtkmm2.0-doc_2.2.12-1.1_all.deb
 4ca54915950e5f7360e72ff5b2522a62 1732864 libdevel optional libgtkmm2.0-dev_2.2.12-1.1_i386.deb
 385345541540fad1fccc84223cea5cc0 956092 libs optional libgtkmm2.0-1c102_2.2.12-1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB3y2IK67kHwZE+rcRAln7AKCeJ9FbpRPzxdDi4MM4662WpZMKsgCggXE5
o4huoH87FKtC++liGOl1Fl8=
=Oqkx
-----END PGP SIGNATURE-----

Revision history for this message
In , Bradley Bell (btb) wrote : Old bug fixed in NMU

changes in NMU fix propagated to latest version

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 30 Nov 2005 16:09:14 -0800
From: Bradley Bell <email address hidden>
To: <email address hidden>, <email address hidden>,
 <email address hidden>, <email address hidden>,
 <email address hidden>, <email address hidden>, <email address hidden>
Subject: Old bug fixed in NMU

changes in NMU fix propagated to latest version

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.