Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210165 - dev-python/pygoocanvas-0.9.0 fails on xsl:import
Summary: dev-python/pygoocanvas-0.9.0 fails on xsl:import
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-14 18:32 UTC by Ing. Miroslav Duschek
Modified: 2009-01-11 22:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Log from compilation (build.log,9.74 KB, text/plain)
2008-02-14 18:33 UTC, Ing. Miroslav Duschek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ing. Miroslav Duschek 2008-02-14 18:32:29 UTC
Iam unable to compile this package. Compilation breaks on:
/usr/bin/python -c 'import datetime; print datetime.date.today()' > reference/builddate.xml
xsltproc --nonet --xinclude -o ../docs/html/ \
                 --path ../docs/reference:./reference \
                 --stringparam gtkdoc.bookname "pygoocanvas" \
                 --stringparam gtkdoc.version . \
                 /usr/share/pygobject/xsl/ref-html-style.xsl ./reference/pygoocanvas-ref.xml
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
compilation error: file /usr/share/pygobject/xsl/ref-html-style.xsl line 4 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl

The file /usr/share/pygobject/xsl/ref-html-style.xsl belongs to dev-python/pygobject i'we try different version of pygobject and pygoocanvas but without success.

I've try to compile pygoocanvas myself from source tarball. there is the same error. Maybe error in pygobject?

Full merge log as attachement.
Comment 1 Ing. Miroslav Duschek 2008-02-14 18:33:17 UTC
Created attachment 143518 [details]
Log from compilation
Comment 2 Ing. Miroslav Duschek 2008-02-14 22:17:23 UTC
(In reply to comment #1)
> Created an attachment (id=143518) [edit]
> Log from compilation
> 

After some hours of testing i found solution. I merged these packages and merge of pygoocanvas now works.

     Thu Feb 14 23:13:20 2008 >>> app-text/build-docbook-catalog-1.2
     Thu Feb 14 23:13:27 2008 >>> sys-devel/automake-1.5
     Thu Feb 14 23:13:38 2008 >>> app-text/sgml-common-0.6.3-r5
     Thu Feb 14 23:14:02 2008 >>> app-text/docbook-xsl-stylesheets-1.70.1
     Thu Feb 14 23:14:07 2008 >>> app-text/docbook-xml-dtd-4.4-r1

Maybe same forgoten dependency.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-12-14 23:11:13 UTC
pygoocanvas 0.9 is not in tree anymore, please check if 0.10 produces the same error.
Comment 4 Ing. Miroslav Duschek 2009-01-08 10:39:50 UTC
I try version 0.10 now. It compiles well, but it is long time since compilation of version 0.9. My system has changed. But i hope it is OK. If you need some special tests, merges or something. Please let me now.
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-11 22:34:27 UTC
It's ok, just 0.10 is interesting now since it's the only version in tree. Thanks for getting back to us.