After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 313836 - cairosimple fails to build
cairosimple fails to build
Status: RESOLVED NOTABUG
Product: pango
Classification: Platform
Component: general
1.10.x
Other All
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2005-08-18 13:38 UTC by James Andrewartha
Modified: 2005-08-18 16:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description James Andrewartha 2005-08-18 13:38:26 UTC
Please describe the problem:
http://trs80.ucc.asn.au/gnometinderbox/mudhead-200508182038/pango.html#build

gcc -O2 -Wall -o .libs/cairosimple cairosimple.o  ../pango/.libs/libpango-1.0.so
../pango/.libs/libpangocairo-1.0.so
-L/scratch/gnometinderbox/microtinder/build-output/lib
/scratch/gnometinderbox/microtinder/build-output/lib/libcairo.so -Wl,--rpath
-Wl,/scratch/gnometinderbox/microtinder/build-output/lib
../pango/.libs/libpangocairo-1.0.so: undefined reference to
`pango_fc_font_create_metrics_for_context'

Steps to reproduce:
jhbuild pango

Actual results:


Expected results:


Does this happen every time?
Yes

Other information:
Comment 1 Owen Taylor 2005-08-18 16:01:57 UTC
This is a problem with .la files and installed copies and libtool
doing the wrong thing. I wish it didn't happen, but hacking around
it in Pango is more trouble than it is worth. Deleting the .la files
from /scratch/gnometinderbox/microtinder/build-output/lib will likely
fix.