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 674164 - undefined symbols _pango_engine_shape_get_type etc. for Quartz instead of X11
undefined symbols _pango_engine_shape_get_type etc. for Quartz instead of X11
Status: RESOLVED INVALID
Product: pango
Classification: Platform
Component: general
1.30.x
Other Mac OS
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2012-04-16 00:14 UTC by Ryan Schmidt
Modified: 2012-04-17 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ryan Schmidt 2012-04-16 00:14:17 UTC
pango 1.30.0 does not compile when requesting Quartz and no X11. 1.28.4 worked fine with that configuration.

Here is the bug report about this that was submitted to the MacPorts project:

https://trac.macports.org/ticket/34055

A build log is included there.

That bug report is from Lion x86_64 but I can reproduce the problem on Snow Leopard i386 as well.
Comment 1 Ryan Schmidt 2012-04-17 14:01:02 UTC
Apologies; this was a MacPorts-specific problem introduced by manually adding "-no-undefined" to the LDFLAGS. We had added this to the MacPorts recipe nine years ago because the then-current version of OS X apparently required it. We've removed it now.