From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 5 18:24:05 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 032AD10656C2 for ; Thu, 5 Feb 2009 18:24:05 +0000 (UTC) (envelope-from forrie@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id A2CB88FC1D for ; Thu, 5 Feb 2009 18:24:04 +0000 (UTC) (envelope-from forrie@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so176781yxb.13 for ; Thu, 05 Feb 2009 10:24:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-stationery:content-type :content-transfer-encoding; bh=8bievZP2lrSn/O+VxhRqJpQD0HfiLGaW0rW9gmeZs7c=; b=qwunzs/28qOr0RSBkkR1qBA+lldG3pDKVlLkHJFRBjwhWskae9lTuEr+0mw31s6lOy GHvz7HQT6oQMaytvE/bRj7ajW3S6gYgEK6Wlk+MHq1pB3FyoKKw9rTLqtDdocrRWfdEW Udvi27TR32xFQSumQZrYU6tyzTE0knDCqaYK8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-stationery:content-type:content-transfer-encoding; b=SSprfqGQTETlC9qrRoH8+Npfk84GBeQ5gsar8x3ktjI9u1wSb+NclHSMMCK2qRl6qv IiLe5d7t6EayB5EsZWikR69029xoSNRpIdGfwRs10X1CPdcv0LeQMmwcMVoiLOpAE7nc k9/t+iuFRGmn+ua8O/SXyO+HE42XHA41xtDKE= Received: by 10.65.200.8 with SMTP id c8mr660666qbq.57.1233856926340; Thu, 05 Feb 2009 10:02:06 -0800 (PST) Received: from laptop.local (c-24-61-249-8.hsd1.ma.comcast.net [24.61.249.8]) by mx.google.com with ESMTPS id k8sm2319237qba.33.2009.02.05.10.02.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Feb 2009 10:02:05 -0800 (PST) Message-ID: <498B299C.1090708@gmail.com> Date: Thu, 05 Feb 2009 13:02:04 -0500 From: Forrest Aldrich User-Agent: Thunderbird 2.0.0.20pre (Macintosh/20090204) MIME-Version: 1.0 To: gnome@freebsd.org X-Stationery: 0.4.8.12 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Compile problem of /usr/ports/x11-fonts/fontconfig X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 18:24:05 -0000 Greetings, I'd like to ask about this compile problem for /usr/ports/x11-fonts/fontconfig, on FreeBSD 7.1-STABLE mkdir .libs cc -O2 -pipe -march=pentium4 -fno-strict-aliasing -o .libs/fc-cache fc-cache.o ../src/.libs/libfontconfig.so -L/usr/local/lib /usr/local/lib/libfreetype.so -lz /usr/local/lib/libexpat.so -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: warning: libz.so.3, needed by /usr/local/lib/libfreetype.so, may conflict with libz.so.4 ../src/.libs/libfontconfig.so: undefined reference to `FT_Select_Size' gmake[2]: *** [fc-cache] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.6.0/fc-cache' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.6.0' gmake: *** [all] Error 2 *** Error code 2 This was encountered while compiling qt4 (dependencies). Thanks.