Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163525 - x11-libs/pango-1.14.9 fails to compile with USE=doc
Summary: x11-libs/pango-1.14.9 fails to compile with USE=doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 01:07 UTC by unlord
Modified: 2007-01-24 23:10 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description unlord 2007-01-24 01:07:49 UTC
I have USE=doc in my /etc/make.conf.  When I go to compile x11-libs/pango-1.14.9 I get a link error when generating the documentation because it can't find a compiled pango library.


Reproducible: Always

Steps to Reproduce:
1. USE=doc emerge pango

Actual Results:  
[...]
gtk-doc: Compiling scanner
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/freetype2 -march=nocona -Os -pipe -msse3 -mfpmath=sse,387 -fomit-frame-pointer -Wall -c pango-scan.c  -fPIC -DPIC -o .libs/pango-scan.o
gtk-doc: Linking scanner
libtool: link: cannot find the library `../pango/libpangoxft-1.0.la' or unhandled argument `../pango/libpangoxft-1.0.la'
Linking of scanner failed:
make[2]: *** [scan-build.stamp] Error 1
make[2]: Leaving directory `/var/tmp/portage/pango-1.14.9/work/pango-1.14.9/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pango-1.14.9/work/pango-1.14.9'
make: *** [all] Error 2
 
!!! ERROR: x11-libs/pango-1.14.9 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called gnome2_src_compile
  gnome2.eclass, line 71:   Called die
 
!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Leonardo Boshell (RETIRED) gentoo-dev 2007-01-24 21:37:33 UTC
Please attach the complete output from the emerge process, and post the output from "emerge --info". Thanks.
Comment 2 unlord 2007-01-24 23:10:59 UTC
I just sync'd and tried to compile pango with USE=doc and this time it worked.  It might have been a dependency that wasn't correctly mapped or an older version of some library.

I'm marking this closed as I cannot reproduce it now.  Thanks.