Broken port with version 1.7.12_1,2 ?
Rob
spamrefuse at yahoo.com
Sat Nov 26 15:04:57 GMT 2005
Hi,
After upgrading pango to pango-1.10.1
(which is required by mozilla) and then
upgrade mozilla to 1.7.12_1,2, I get this
when I start mozilla:
$ mozilla
/libexec/ld-elf.so.1:
/usr/X11R6/lib/mozilla/components/libgfx_gtk.so:
Undefined symbol "pango_x_font_map_for_display"
I then did already twice following:
# portupgrade -fvrR mozilla-1.7......
which reinstalled mozilla and all it depends on etc.
To no avail.
When I do
# ldd /usr/X11R6/lib/mozilla/mozilla-bin | \
grep pango
libpangocairo-1.0.so.0 =>
/usr/X11R6/lib/libpangocairo-1.0.so.0
libpangoft2-1.0.so.0 =>
/usr/X11R6/lib/libpangoft2-1.0.so.0
libpango-1.0.so.0 => /usr/X11R6/lib/libpango-1.0.so.0
Note that mozilla-bin is NOT linked against
/usr/X11R6/lib/libpangox-1.0.so ; and that is the
library which contains pango_x_font_map_for_display:
# strings /usr/X11R6/lib/libpangox-1.0.so | \
grep pango_x_font_map_for_display
pango_x_font_map_for_display
pango_x_font_map_for_display
So I think this problem boils down to the fact
that the executable of present mozilla port is
not linked against libpangox-1.0.so.
This breaks the port.
When I do
# /usr/ports/www/mozilla
# make configure | grep pango
checking MOZ_GTK2_CFLAGS...
-I/usr/X11R6/include/pango-1.0
checking MOZ_GTK2_LIBS...
-lpangocairo-1.0 -lcairo
-lpangoft2-1.0 -lpango-1.0
But -lpangox-1.0 is missing!!
I suppose this is a bug in the mozilla port
and needs a fix.
Regards,
Rob.
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
More information about the freebsd-mozilla
mailing list