From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 14 06:18:43 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C46837B401 for ; Mon, 14 Apr 2003 06:18:43 -0700 (PDT) Received: from kcmso2.proxy.att.com (kcmso2.att.com [192.128.134.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621C943FBF for ; Mon, 14 Apr 2003 06:18:42 -0700 (PDT) (envelope-from jwb@homer.att.com) Received: from ulysses.homer.att.com ([135.205.193.8])h3EDIfKN008656 for ; Mon, 14 Apr 2003 08:18:41 -0500 (CDT) Received: from akiva.homer.att.com (akiva.homer.att.com [135.205.212.39]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id JAA08000 for ; Mon, 14 Apr 2003 09:18:40 -0400 (EDT) Received: from akiva.homer.att.com (localhost [127.0.0.1]) by akiva.homer.att.com (8.11.6+Sun/8.9.3) with ESMTP id h3EDIel17499 for ; Mon, 14 Apr 2003 09:18:40 -0400 (EDT) Message-Id: <200304141318.h3EDIel17499@akiva.homer.att.com> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: freebsd-gnome@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 14 Apr 2003 09:18:39 -0400 From: "J. W. Ballantine" Subject: fifth-toe and XftListFonts X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 13:18:43 -0000 While trying to build gnome2-fifth-toe, the build fails with: `/usr/ports/graphics/sodipodi/work/sodipodi-0.31/src' cc -O -pipe -o sodipodi -Wl,--export-dynamic sodipodi.o attributes.o sp-object.o sp-object-repr.o sp-object-group.o sp-defs.o sp-item.o sp-item-group.o sp-symbol.o sp-use.o sp-anchor.o sp-root.o sp-namedview.o sp-guide.o sp-image.o sp-path.o sp-shape.o sp-rect.o sp-ellipse.o sp-star.o sp-spiral.o sp-line.o sp-polyline.o sp-polygon.o sp-chars.o sp-text.o sp-paint-server.o sp-gradient.o sp-pattern.o sp-clippath.o sp-mask.o sp-animation.o color.o style.o document.o document-undo.o uri-references.o view.o svg-view.o selection.o desktop.o desktop-events.o desktop-handles.o desktop-affine.o desktop-snap.o sp-metrics.o toolbox.o event-context.o seltrans-handles.o seltrans.o select-context.o node-context.o nodepath.o knotholder.o rect-context.o arc-context.o star-context.o spiral-context.o draw-context.o dyna-draw-context.o text-context.o zoom-context.o dropper-context.o knot.o main.o help.o sp-cursor.o dir-util.o rubberband.o event-broker.o path-chemistry.o selection-chemistry.o gradient-chemistry.o sp-item-transform.o file.o print.o interface.o slideshow.o extension.o dialogs/libspdialogs.a xml/libspxml.a svg/libspsvg.a widgets/libspwidgets.a display/libspdisplay.a helper/libspchelp.a libnrtype/libnrtype.a libnr/libnr.a libnrtype/libnrtype.a -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -lXext -latk-1.0 -lgdk_pixbuf-2.0 -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lart_lgpl_2 -lxml2 -lz -liconv -lm -lpopt -lpng -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 `/usr/ports/graphics/sodipodi/work/sodipodi-0.31/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/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 Stop in /usr/ports/graphics/sodipodi. *** Error code 1 Stop in /usr/ports/x11/gnome2-fifth-toe. So I cvsup'ed ports again, and in x11-fonts/Xft did a make deinstall ; make clean ; make install. I then tried to build gnome2-fifth-toe, and received the same failure. Any ideas on what I missed?? Thanks Jim Ballantine