From owner-freebsd-current@FreeBSD.ORG Tue Oct 7 12:23:15 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D15516A4BF for ; Tue, 7 Oct 2003 12:23:15 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82EE143FDF for ; Tue, 7 Oct 2003 12:23:13 -0700 (PDT) (envelope-from gp@comcast.net) Received: from bishop.my.domain (h004005b2f1be.ne.client2.attbi.com[24.62.113.60]) by comcast.net (rwcrmhc13) with ESMTP id <2003100719231201500ok4a7e>; Tue, 7 Oct 2003 19:23:12 +0000 Received: from bishop.my.domain (localhost [127.0.0.1]) by bishop.my.domain (8.12.10/8.12.10) with ESMTP id h97JN2qO005908; Tue, 7 Oct 2003 15:23:07 -0400 (EDT) (envelope-from gp@bishop.my.domain) Received: (from gp@localhost) by bishop.my.domain (8.12.10/8.12.10/Submit) id h97JN093005907; Tue, 7 Oct 2003 15:23:00 -0400 (EDT) (envelope-from gp) Date: Tue, 7 Oct 2003 15:22:59 -0400 From: Greg Pavelcak To: James Satterfield Message-ID: <20031007192259.GA98473@bishop.my.domain> Mail-Followup-To: Greg Pavelcak , James Satterfield , current@freebsd.org References: <1065553591.a20a3d0d7d2ed@horde.uberduper.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1065553591.a20a3d0d7d2ed@horde.uberduper.com> User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: Failed building XFree86-4-clients X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 19:23:15 -0000 On Tue, Oct 07, 2003 at 12:06:31PM -0700, James Satterfield wrote: > On a recent -current > FreeBSD bishop.uberduper.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Oct 6 > 15:12:45 PDT 2003 > I am unable to build XFree86-4-clients from ports. Here's the last little bits > from the build. > > macro "in" not recognized -- ignoring > making all in programs/bdftopcf... > cc -O -pipe -mcpu=pentiumpro -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef > -I/usr/ports/x11/XFree86-4-clients/work/xc/include/fonts > -I/usr/ports/x11/XFree86-4-clients/work/xc/lib/font/include > -I/usr/ports/x11/XFree86-4-clients/work/xc/lib/font/bitmap > -I/usr/ports/x11/XFree86-4-clients/work/xc > -I/usr/ports/x11/XFree86-4-clients/work/xc/exports/include > -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c > bdftopcf.c > In file included from /usr/include/string.h:40, > from > /usr/ports/x11/XFree86-4-clients/work/xc/exports/include/X11/Xfuncs.h:49, > from > /usr/ports/x11/XFree86-4-clients/work/xc/lib/font/include/fontmisc.h:38, > from bdftopcf.c:34: > /usr/include/sys/cdefs.h:173:51: warning: "__STDC_VERSION__" is not defined > /usr/include/sys/cdefs.h:184:5: warning: "__STDC_VERSION__" is not defined > /usr/include/sys/cdefs.h:372:5: warning: "_POSIX_C_SOURCE" is not defined > /usr/include/sys/cdefs.h:378:5: warning: "_POSIX_C_SOURCE" is not defined > make: don't know how to make > /usr/ports/x11/XFree86-4-clients/work/xc/exports/lib/libfntstubs.a. Stop > *** Error code 2 > > Any ideas? > > James. Well, I'm sure there's a *right* way to do this, but I got the installation to go through by copying the contents of /usr/ports/x11/XFree86-4-libraries/work/xc/exports/lib (which now that I look at it are links) to XFree86-4-clients/blah/blah... Good luck. Greg