Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 30429

Summary: pango-1.2.5-r1 fails during einstall
Product: Gentoo Linux Reporter: David Holm (RETIRED) <dholm>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: pango.log
pango.log

Description David Holm (RETIRED) gentoo-dev 2003-10-05 14:15:50 UTC
While emerging pango-1.2.5-r1 it fails with the following output:

-- Installing ./html/home.png
-- Installing ./html/layout.gif
-- 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[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/var/tmp/portage/pango-1.2.5-r1/work/pango-1.2.5/docs'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/pango-1.2.5-r1/work/pango-1.2.5/docs'
make: *** [install-recursive] Error 1

!!! ERROR: x11-libs/pango-1.2.5-r1 failed.
!!! Function einstall, Line 347, Exitcode 2
!!! einstall failed


Reproducible: Always
Steps to Reproduce:




Portage 2.0.49-r7 (default-ppc-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22-ppc-dev)
=================================================================
System uname: 2.4.22-ppc-dev ppc 
distcc 2.11 powerpc-unknown-linux-gnu (protocols 1 and 2) (default port 3632)
[enabled]
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -mcpu=750 -mpowerpc-gfxopt -mmultiple -mstring"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe -mcpu=750 -mpowerpc-gfxopt -mmultiple -mstring"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache buildpkg distcc userpriv usersandbox cvs"
GENTOO_MIRRORS="ftp://ftp.uninett.no/pub/linux/Gentoo
ftp://gentoo.linux.no/pub/gentoo/ http://gentoo.linux.no/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="oss dvd xv jpeg nls mitshm gif png truetype ppc cups foomaticdb gnome-libs
directfb alsa gdbm berkdb slang readline arts tetex ruby X sdl gpm tcpd pam
libwww ssl perl python esd imlib oggvorbis gnome gtk qt motif opengl mozilla cdr
acl bindist crypt cscope curl dga doc encode faad fbcon fbdev fluidsynth glut
gnomedb gstreamer gtk2 gtkhtml ipv6 java javascript jikes joystick ladcca lcms
libg mad matroska mcal md5sum mikmod mng moznocompose moznoirc moznomail mozsvg
mpeg mpi ncurses objc odbc offensive openal pdflib pic plotutils quicktime
radeon samba socks5 sox spell sqlite tiff type1 wmf wxwin wxwindows Xaw3d xfs
xinerama xml xml2 xmms xosd xvid zlib -kde"
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-10-05 21:04:43 UTC
please post the full log, we need to see which catalog it isnt finding.
Comment 2 David Holm (RETIRED) gentoo-dev 2003-10-06 12:09:58 UTC
Created attachment 18864 [details]
pango.log

Full build log.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-10-10 14:53:22 UTC
hrmm.. the reported error didn't occur in that build log
Comment 4 David Holm (RETIRED) gentoo-dev 2003-10-11 05:31:29 UTC
Hmm, very odd. I still have the older version so it couldn't have succeeded
either. I will have to try to create a new log then.
Comment 5 David Holm (RETIRED) gentoo-dev 2003-10-11 05:52:31 UTC
Created attachment 19096 [details]
pango.log

This one should contain the error.
Comment 6 Alastair Tse (RETIRED) gentoo-dev 2003-10-11 07:54:54 UTC
ahh thats better. looks like you're missing app-text/docbook-xml-dtd-4.1.2

cd ./html && gtkdoc-mkhtml pango ../pango-docs.sgml
Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
../pango-docs.sgml:21: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>

can you confirm if that is installed? 
Comment 7 David Holm (RETIRED) gentoo-dev 2003-10-11 08:37:19 UTC
Seems I had 4.2 installed, when I emerged 4.1.2-r5 pango installed.
Should 4.2 be masked or something?
Comment 8 Alastair Tse (RETIRED) gentoo-dev 2003-10-11 08:45:26 UTC
the 4.1.2 docbook-xml-dtd and the 4.2 docbook-xml-dtd should both be installed.
they are slotted so they co-exist at the same time. this is because some
docs use 4.2 and some use 4.1.2.

in any case, this dependency (4.1.2) should have been pulled by gtk-doc.
seems like a one-off occurence because all the deps are correct.