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 653242 - fails to link test suite
fails to link test suite
Status: RESOLVED OBSOLETE
Product: pango
Classification: Platform
Component: general
1.28.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-23 15:49 UTC by Michael Biebl
Modified: 2012-08-18 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Biebl 2011-06-23 15:49:13 UTC
Version: 1.28.4

When trying to build pango 1.28.4 and running "make check", I get

make[1]: Entering directory `/home/michael/debian/build-area/test1/pango-1.28.4/tests'
make  testboundaries testboundaries_ucd testcolor testscript testiter test-ot-tags cxx-test
make[2]: Entering directory `/home/michael/debian/build-area/test1/pango-1.28.4/tests'
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall   -o testboundaries testboundaries.o ../pango/libpango-1.0.la 
libtool: link: gcc -g -O2 -Wall -o .libs/testboundaries testboundaries.o  ../pango/.libs/libpango-1.0.so -pthread
/usr/bin/ld: testboundaries.o: undefined reference to symbol 'g_unichar_type'
/usr/bin/ld: note: 'g_unichar_type' is defined in DSO /lib/libglib-2.0.so.0 so try adding it to the linker command line
/lib/libglib-2.0.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [testboundaries] Error 1
make[2]: Leaving directory `/home/michael/debian/build-area/test1/pango-1.28.4/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/michael/debian/build-area/test1/pango-1.28.4/tests'
make: *** [check-recursive] Error 1


git master is not affected. Please consider cherry-picking b13aea4f55a6db5518866af72cd079a5c002a8f1 for the 1.28 branch
Comment 1 Behdad Esfahbod 2012-08-18 17:24:05 UTC
Closing obsolete.