Broken port with version 1.7.12_1,2 ?
Rob <[email protected]> Sat, 26 Nov 2005 07:04:56 -0800 (PST)
| Newsgroups | gmane.os.freebsd.devel.mozilla |
|---|---|
| Message-ID | <[email protected]> |
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"=20
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 =3D>
/usr/X11R6/lib/libpangocairo-1.0.so.0=20
libpangoft2-1.0.so.0 =3D>
/usr/X11R6/lib/libpangoft2-1.0.so.0
libpango-1.0.so.0 =3D> /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=20
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.
=09
__________________________________=20
Yahoo! Music Unlimited=20
Access over 1 million songs. Try it free.=20
http://music.yahoo.com/unlimited/
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mozilla
To unsubscribe, send any mail to "[email protected]=
"