From owner-freebsd-x11@FreeBSD.ORG Mon May 28 14:25:51 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 110B116A525 for ; Mon, 28 May 2007 14:25:51 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA1B13C48A for ; Mon, 28 May 2007 14:25:50 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id ADF11192943; Mon, 28 May 2007 16:25:49 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1180362349; bh=qJdyOceRX/+D0ffvJzHoxFrsUik=; h=X-Virus-Scanned: Received:Received:Received:From:To:Subject:Date:User-Agent:Cc: References:In-Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-Disposition:Message-Id; b=0xKmtK pBvPM+bKnr/r1qBHGCbDUGOYmElnsoDyipjcXLAbtGEBTboa4oA9NYiSxgmA98+VgxH K2ExXT7r0mwMHn6ezvWI6S4oSIUtvYWHwgbVlGy5dcPg6m87XRq1JdN X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id WBHVWUnGIUQn; Mon, 28 May 2007 16:25:46 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id B0D9019289E; Mon, 28 May 2007 16:25:46 +0200 (CEST) Received: from f9pc04.ijs.si (f9pc04.ijs.si [194.249.156.4]) by edina.ijs.si (Postfix) with ESMTP id A34E5511A9; Mon, 28 May 2007 16:25:46 +0200 (CEST) From: Dejan Lesjak To: Matt Date: Mon, 28 May 2007 16:25:44 +0200 User-Agent: KMail/1.9.6 References: <465A0FA9.3040900@gmail.com> <200705281218.02529.dejan.lesjak@ijs.si> <465AE458.9040502@gmail.com> In-Reply-To: <465AE458.9040502@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705281625.45749.dejan.lesjak@ijs.si> Cc: freebsd-x11@freebsd.org Subject: Re: xorg upgrade problem - fontconfig won't compile X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 14:25:51 -0000 On Monday 28 of May 2007, Matt wrote: > > On Monday 28 of May 2007, Matt wrote: > >> Hi, I followed Kris' instruction on upgrading, but was stuck with the > >> following error when running "portupgrade -Rf libXft" on this headless, > >> 6.1-SECURITY: > >> > >> ... > >> cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/freetype2 > >> -I/usr/local/include -I/usr/local/include -Wall -Wpointer-arith > >> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations > >> -Wnested-externs -fno-strict-aliasing > >> -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -I.. -I../src -O2 > >> -fno-strict-aliasing -pipe -MT fcfreetype.lo -MD -MP -MF > >> .deps/fcfreetype.Tpo -c fcfreetype.c -fPIC -DPIC -o .libs/fcfreetype.o > >> fcfreetype.c:53:10: #include expects "FILENAME" or > >> fcfreetype.c:58:10: #include expects "FILENAME" or > >> fcfreetype.c:59:10: #include expects "FILENAME" or > >> fcfreetype.c:60:10: #include expects "FILENAME" or > >> fcfreetype.c: In function `FcGetPixelSize': > >> fcfreetype.c:958: error: dereferencing pointer to incomplete type > >> fcfreetype.c: In function `FcFreeTypeQuery': > >> fcfreetype.c:1435: error: dereferencing pointer to incomplete type > >> fcfreetype.c:1442: error: dereferencing pointer to incomplete type > >> fcfreetype.c:1465: error: dereferencing pointer to incomplete type > >> fcfreetype.c:1545: error: dereferencing pointer to incomplete type > >> ... many more similar lines > >> gmake[2]: *** [fcfreetype.lo] Error 1 > >> gmake[2]: Leaving directory > >> `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.3.2/src' > >> gmake[1]: *** [all-recursive] Error 1 > >> gmake[1]: Leaving directory > >> `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.3.2' > >> gmake: *** [all] Error 2 > >> *** Error code 2 > >> > >> Stop in /usr/ports/x11-fonts/fontconfig. > >> ** Command failed [exit code 1]: /usr/bin/script -qa > >> /tmp/portupgrade.3578.4 env UPGRADE_TOOL=portupgrade > >> UPGRADE_PORT=fontconfig-2.3.2_3,1 UPGRADE_PORT_VER=2.3.2_3,1 make > >> ** Fix the problem and try again. > >> ---> Skipping 'x11/xorg-libraries' (xorg-libraries-6.9.0) because a > >> requisite package 'fontconfig-2.3.2_3,1' (x11-fonts/fontconfig) failed > >> (specify -k to force) > >> ---> Skipping 'x11-fonts/libXft' (libXft-2.1.7_1) because a requisite > >> package 'xorg-libraries-6.9.0' (x11/xorg-libraries) failed (specify -k > >> to force) > >> ** Listing the failed packages (*:skipped / !:failed) > >> ! x11-fonts/fontconfig (fontconfig-2.3.2_3,1) (compiler error) > >> * x11/xorg-libraries (xorg-libraries-6.9.0) > >> * x11-fonts/libXft (libXft-2.1.7_1) > >> ---> Packages processed: 4 done, 0 ignored, 2 skipped and 1 failed > >> > >> Did I miss something? > > > > Updating your ports tree apparently. There should be fontconfig 2.4.2_2,1 > > and libXft 2.1.12 there. > > > > Dejan > > Doing "make" in x11-fonts/fontconfig/ resulted into exactly the same > error. What does "make -V PKGNAME" in that directory say? Dejan