Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36013 - GIMP 1.3.23 fails to emerge
Summary: GIMP 1.3.23 fails to emerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-17 11:34 UTC by Harold Martin
Modified: 2004-04-27 22:56 UTC (History)
1 user (show)

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


Attachments
emerge log (log,1.52 MB, text/plain)
2003-12-18 08:34 UTC, Harold Martin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Harold Martin 2003-12-17 11:34:25 UTC
When I attempt to emerge GIMP 1.3.23, it fails with the error:
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
  for i in $installfiles; do \
    echo '-- Installing '$i ; \
    /bin/install -c -m 644 $i /var/tmp/portage/gimp-1.3.23/image//usr/share/gtk-doc/html/libgimpcolor; \
  done; \
  echo '-- Installing ./html/index.sgml' ; \
  /bin/install -c -m 644 ./html/index.sgml /var/tmp/portage/gimp-1.3.23/image//usr/share/gtk-doc/html/libgimpcolor; \
fi)
-- Installing ./html/home.png
-- Installing ./html/left.png
-- Installing ./html/right.png
-- Installing ./html/up.png
-- Installing ./html/index.sgml
/bin/install: cannot stat `./html/index.sgml': No such file or directory
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory `/var/tmp/portage/gimp-1.3.23/work/gimp-1.3.23/devel-docs/libgimpcolor'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/gimp-1.3.23/work/gimp-1.3.23/devel-docs/libgimpcolor'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-1.3.23/work/gimp-1.3.23/devel-docs'
make: *** [install-recursive] Error 1
 
!!! ERROR: media-gfx/gimp-1.3.23 failed.
!!! Function src_install, Line 102, Exitcode 2
!!! (no error message)

Reproducible: Always
Steps to Reproduce:
1. emerge /usr/portage/media-gfx/gimp/gimp-1.3.23.ebuild
Actual Results:  
Error message:
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
  for i in $installfiles; do \
    echo '-- Installing '$i ; \
    /bin/install -c -m 644 $i
/var/tmp/portage/gimp-1.3.23/image//usr/share/gtk-doc/html/libgimpcolor; \
  done; \
  echo '-- Installing ./html/index.sgml' ; \
  /bin/install -c -m 644 ./html/index.sgml
/var/tmp/portage/gimp-1.3.23/image//usr/share/gtk-doc/html/libgimpcolor; \
fi)
-- Installing ./html/home.png
-- Installing ./html/left.png
-- Installing ./html/right.png
-- Installing ./html/up.png
-- Installing ./html/index.sgml
/bin/install: cannot stat `./html/index.sgml': No such file or directory
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gimp-1.3.23/work/gimp-1.3.23/devel-docs/libgimpcolor'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/var/tmp/portage/gimp-1.3.23/work/gimp-1.3.23/devel-docs/libgimpcolor'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gimp-1.3.23/work/gimp-1.3.23/devel-docs'
make: *** [install-recursive] Error 1
 
!!! ERROR: media-gfx/gimp-1.3.23 failed.
!!! Function src_install, Line 102, Exitcode 2
!!! (no error message)

Expected Results:  
Succesful install.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-12-18 02:46:03 UTC
We'll need the following to get further with this:

full build log (attach as plain text)
emerge info (paste inline)
and the output of qpkg -I -v docbook (paste inline)

Thanks.
Comment 2 Harold Martin 2003-12-18 08:34:31 UTC
Created attachment 22402 [details]
emerge log
Comment 3 Harold Martin 2003-12-18 08:35:28 UTC
qpkg -I -v docbook
app-text/docbook-dsssl-stylesheets-1.77-r2 *
app-text/docbook-sgml-1.0 *
app-text/docbook-sgml-dtd-3.0-r1 *
app-text/docbook-sgml-dtd-3.1-r1 *
app-text/docbook-sgml-dtd-4.0-r1 *
app-text/docbook-sgml-dtd-4.1-r1 *
app-text/docbook-sgml-utils-0.6.12 *
app-text/docbook-xml-dtd-4.1.2-r4 *
app-text/docbook-xml-simple-dtd-4.1.2.4 *
app-text/docbook-xsl-stylesheets-1.62.0-r1 *

What emerge info do you want?
Comment 4 foser (RETIRED) gentoo-dev 2004-02-29 08:31:08 UTC
the usual docbook bugs, reassigning to text-markup

@ reporter, there's a dozen of bugs like these in bugzilla. look at those for solutions beyond the plain USE=-doc
Comment 5 Mike Gardiner (RETIRED) gentoo-dev 2004-02-29 19:53:23 UTC
The following, from the build log:

warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
compilation error: file /usr/share/gtk-doc/data/gtk-doc.xsl line 6 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl

is our real problem.

Please attach /etc/xml/docbook, and /etc/xml/catalog, so we can see exactly where the catalogs are incorrect.

Thanks for your time.
Comment 6 Mike Gardiner (RETIRED) gentoo-dev 2004-04-27 22:56:57 UTC
No reporter response, and cleared up anyway, closing.