From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 23 20:10:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D6D516A4CE for ; Fri, 23 Apr 2004 20:10:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E9843D41 for ; Fri, 23 Apr 2004 20:10:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3O3AObv073539 for ; Fri, 23 Apr 2004 20:10:24 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3O3AOLi073538; Fri, 23 Apr 2004 20:10:24 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 23 Apr 2004 20:10:24 -0700 (PDT) Resent-Message-Id: <200404240310.i3O3AOLi073538@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Coleman Kane Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E0E16A4CE for ; Fri, 23 Apr 2004 20:07:21 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C39543D41 for ; Fri, 23 Apr 2004 20:07:21 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i3O37KIn000569 for ; Fri, 23 Apr 2004 20:07:20 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i3O37Kg5000568; Fri, 23 Apr 2004 20:07:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200404240307.i3O37Kg5000568@www.freebsd.org> Date: Fri, 23 Apr 2004 20:07:20 -0700 (PDT) From: Coleman Kane To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/65924: XFree86-4-libraries won't include in xc/lib/X11 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2004 03:10:25 -0000 >Number: 65924 >Category: misc >Synopsis: XFree86-4-libraries won't include in xc/lib/X11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 23 20:10:24 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Coleman Kane >Release: FreeBSD 5-current >Organization: >Environment: FreeBSD blah 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Apr 23 03:59:18 GMT 2004 root@blah:/usr/obj/usr/src/sys/BLAH i386 >Description: x11/XFree86-4-libraries won't configure. Dies at making includes in xc/lib/X11 on building makekeys. >How-To-Repeat: Build x11/XFree86-4-libraries from ports >Fix: Modify the xc/config/cf/FreeBSD.cf file, and remove the NULL-quote from the SystemMTDefines #define. GCC interprets this as an argument, an input file named , which it cannot find and it dies. --- FreeBSD.cf Sat Apr 24 02:43:59 2004 +++ FreeBSD.cf.old Sat Apr 24 02:46:00 2004 @@ -89,7 +89,7 @@ # endif # define HasPosixThreads YES # define ThreadedX YES -# define SystemMTDefines +# define SystemMTDefines "" /* * FreeBSD has tread-safe api but no getpwnam_r yet. */ >Release-Note: >Audit-Trail: >Unformatted: