From owner-freebsd-ports Sun Sep 2 2:36:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id 3639337B406 for ; Sun, 2 Sep 2001 02:36:11 -0700 (PDT) Received: (from mark@localhost) by hamster.kyne.com.au (8.9.3/8.9.3) id TAA19445; Sun, 2 Sep 2001 19:05:52 +0930 Date: Sun, 2 Sep 2001 19:05:52 +0930 From: Mark Pulford To: Anders Andersson Cc: freebsd-ports@FreeBSD.org Subject: Re: graphics/aalib seems broken Message-ID: <20010902190552.A19175@hamster.kyne.com.au> References: <20010902103837.A18039@jellyfish.codefactory.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010902103837.A18039@jellyfish.codefactory.se>; from anders@codefactory.se on Sun, Sep 02 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Anders, There are 2 valid distfiles for this port. The only difference is a config.cache file in one of them - hence the Linux compilation errors you are seeing since your version of the distfile is pre-configured for Linux. It also explains why I didn't see this problem earlier when I committed the change that accidently removed the work around ;). You can re-cvsup, or just "rm -f config.cache" to fix the problem. Regards, Mark On Sun, Sep 02, 2001 at 10:38:37AM +0200, Anders Andersson wrote: > gcc -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -march=pentiumpro -I/usr/X11R6/include > -c aalinux.c -fPIC -DPIC -o .libs/aalinux.lo > aalinux.c:6: linux/kd.h: No such file or directory > aalinux.c:8: gpm.h: No such file or directory > aalinux.c: In function `linux_init': > aalinux.c:55: storage size of `desc' isn't known > aalinux.c:58: `GIO_FONTX' undeclared (first use in this function) > aalinux.c:58: (Each undeclared identifier is reported only once > aalinux.c:58: for each function it appears in.) > aalinux.c: In function `linux_getsize': > aalinux.c:103: `gpm_mx' undeclared (first use in this function) > aalinux.c:104: `gpm_my' undeclared (first use in this function) > *** Error code 1 > Stop in /usr/ports/graphics/aalib/work/aalib-1.2. > *** Error code 1 > Stop in /usr/ports/graphics/aalib. > *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message