fifth-toe and XftListFonts

Joe Marcus Clarke marcus at marcuscom.com
Tue Apr 15 08:55:32 PDT 2003


On Tue, 2003-04-15 at 08:43, J. W. Ballantine wrote:
> I'm running 4.8-stable FreeBSD with XFree86 4.3.0 built from
> DL'ed/CVS'ed source, and did an uninstall, clean, install
> on Xft, fontconfig, and freetype2, and then tried to build
> gnome2-fifth-toe again and it continues to fail in in sodipodi
> with undefined reference to `XftListFonts'.

The problem is -lXft is not being linked in.  I just built sodipodi on
-STABLE, and it works.  All I can say if try forcing a reinstall of Xft,
then do a make clean in the sodipodi directory, and try the build
again.  If it fails, send me the config.log as well as the output of
make configure from the sodipodi build.

Joe

> 
> The db-pkg database is attached.
> 
> Thanks
> 
> Jim
> 
> 
> ----------  In Response to your message -------------
> 
> >  Date:  14 Apr 2003 09:24:33 -0400
> >  To:  "J. W. Ballantine" <jwb at homer.att.com>
> >  From:  Joe Marcus Clarke <marcus at marcuscom.com>
> >  Subject:  Re: fifth-toe and XftListFonts
> >
> >  
> >  --=-nUDpxsUhxsGLi75pXGEu
> >  Content-Type: text/plain
> >  Content-Transfer-Encoding: quoted-printable
> >  
> >  On Mon, 2003-04-14 at 09:18, J. W. Ballantine wrote:
> >  > While trying to build gnome2-fifth-toe, the build fails with:
> >  
> >  This is not enough information to draw a complete conclusion, but make
> >  sure your Xft, fontconfig, and freetype2 ports are up-to-date.  You
> >  should also have XFree86-4.3.0 installed.
> >  
> >  Joe
> >  
> >  >=20
> >  > `/usr/ports/graphics/sodipodi/work/sodipodi-0.31/src'
> >  > cc  -O -pipe    -o sodipodi -Wl,--export-dynamic sodipodi.o attributes.o=2
> 0
> >  > sp-object.o sp-object-repr.o sp-object-group.o sp-defs.o sp-item.o=20
> >  > sp-item-group.o sp-symbol.o sp-use.o sp-anchor.o sp-root.o sp-namedview.o=
> >  =20
> >  > sp-guide.o sp-image.o sp-path.o sp-shape.o sp-rect.o sp-ellipse.o sp-star=
> >  .o=20
> >  > sp-spiral.o sp-line.o sp-polyline.o sp-polygon.o sp-chars.o sp-text.o=20
> >  > sp-paint-server.o sp-gradient.o sp-pattern.o sp-clippath.o sp-mask.o=20
> >  > sp-animation.o color.o style.o document.o document-undo.o uri-references.=
> >  o=20
> >  > view.o svg-view.o selection.o desktop.o desktop-events.o desktop-handles.=
> >  o=20
> >  > desktop-affine.o desktop-snap.o sp-metrics.o toolbox.o event-context.o=20
> >  > seltrans-handles.o seltrans.o select-context.o node-context.o nodepath.o=2
> 0
> >  > knotholder.o rect-context.o arc-context.o star-context.o spiral-context.o=
> >  =20
> >  > draw-context.o dyna-draw-context.o text-context.o zoom-context.o=20
> >  > dropper-context.o knot.o main.o help.o sp-cursor.o dir-util.o rubberband.=
> >  o=20
> >  > event-broker.o path-chemistry.o selection-chemistry.o gradient-chemistry.=
> >  o=20
> >  > sp-item-transform.o file.o print.o interface.o slideshow.o extension.o=20
> >  > dialogs/libspdialogs.a xml/libspxml.a svg/libspsvg.a widgets/libspwidgets=
> >  .a=20
> >  > display/libspdisplay.a helper/libspchelp.a libnrtype/libnrtype.a=20
> >  > libnr/libnr.a libnrtype/libnrtype.a  -Wl,--export-dynamic -L/usr/local/li=
> >  b=20
> >  > -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -lXext -latk-1.0=2
> 0
> >  > -lgdk_pixbuf-2.0 -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2=
> >  .0=20
> >  > -lglib-2.0 -lart_lgpl_2 -lxml2 -lz -liconv -lm   -lpopt -lpng=20
> >  > -lz  -L/usr/X11R6/lib -lfontconfig   -L/usr/local/lib -L/usr/X11R6/lib  -=
> >  liconv
> >  > libnrtype/libnrtype.a(nr-type-xft.o): In function `nr_type_xft_init':
> >  > nr-type-xft.o(.text+0x14c): undefined reference to `XftListFonts'
> >  > nr-type-xft.o(.text+0x1e0): undefined reference to `XftListFonts'
> >  > gmake[3]: *** [sodipodi] Error 1
> >  > gmake[3]: Leaving directory=20
> >  > `/usr/ports/graphics/sodipodi/work/sodipodi-0.31/src'
> >  > gmake[2]: *** [all-recursive] Error 1
> >  > gmake[2]: Leaving directory=20
> >  > `/usr/ports/graphics/sodipodi/work/sodipodi-0.31/src'
> >  > gmake[1]: *** [all-recursive] Error 1
> >  > gmake[1]: Leaving directory `/usr/ports/graphics/sodipodi/work/sodipodi-0=
> >  .31'
> >  > gmake: *** [all] Error 2
> >  > *** Error code 2
> >  >=20
> >  > Stop in /usr/ports/graphics/sodipodi.
> >  > *** Error code 1
> >  >=20
> >  > Stop in /usr/ports/x11/gnome2-fifth-toe.
> >  >=20
> >  > So I cvsup'ed ports again, and in x11-fonts/Xft did a=20
> >  >  make deinstall ; make clean ; make install.
> >  >=20
> >  > I then tried to build gnome2-fifth-toe, and received the same failure.
> >  >=20
> >  > Any ideas on what I missed??
> >  >=20
> >  > Thanks
> >  >=20
> >  > Jim Ballantine
> >  >=20
> >  >=20
> >  >=20
> >  >=20
> >  > _______________________________________________
> >  > freebsd-gnome at freebsd.org mailing list
> >  > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> >  > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe at freebsd.org"
> >  --=20
> >  PGP Key : http://www.marcuscom.com/pgp.asc
> >  
> >  
> >  
> >  --=-nUDpxsUhxsGLi75pXGEu
> >  Content-Type: application/pgp-signature; name=signature.asc
> >  Content-Description: This is a digitally signed message part
> >  
> >  -----BEGIN PGP SIGNATURE-----
> >  Version: GnuPG v1.2.1 (FreeBSD)
> >  
> >  iD8DBQA+mraQb2iPiv4Uz4cRArhJAKCtYMWVyvihXB5TJiqju8u5PpOqsQCfS6ex
> >  AZjXz0cmSEIjizg8jvsV+6w=
> >  =t6EU
> >  -----END PGP SIGNATURE-----
> >  
> >  --=-nUDpxsUhxsGLi75pXGEu--
> >  
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030415/f9497899/attachment.bin


More information about the freebsd-gnome mailing list