From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 1 01:00:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 484191065672 for ; Sat, 1 Mar 2008 01:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 280218FC1B for ; Sat, 1 Mar 2008 01:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m21101vM007076 for ; Sat, 1 Mar 2008 01:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m211004u007075; Sat, 1 Mar 2008 01:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 1 Mar 2008 01:00:00 GMT Resent-Message-Id: <200803010100.m211004u007075@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Malcolm Kay Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F653106566B for ; Sat, 1 Mar 2008 00:57:21 +0000 (UTC) (envelope-from malcolm.kay@internode.on.net) Received: from ipmail04.adl2.internode.on.net (ipmail04.adl2.internode.on.net [203.16.214.57]) by mx1.freebsd.org (Postfix) with ESMTP id 9973E8FC23 for ; Sat, 1 Mar 2008 00:57:20 +0000 (UTC) (envelope-from malcolm.kay@internode.on.net) Received: from ppp121-45-113-59.lns11.adl6.internode.on.net (HELO alpha.home) ([121.45.113.59]) by ipmail04.adl2.internode.on.net with ESMTP; 01 Mar 2008 11:12:01 +1030 Message-Id: <200803011112.00231.malcolm.kay@internode.on.net> Date: Sat, 1 Mar 2008 11:12:00 +1030 From: Malcolm Kay To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/121247: [patch] xcolors built from port fails to find rgb.txt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 01:00:01 -0000 >Number: 121247 >Category: ports >Synopsis: [patch] xcolors built from port fails to find rgb.txt >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 01 01:00:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Malcolm Kay >Release: FreeBSD 6.3-RELEASE i386 >Organization: >Environment: System: FreeBSD xi.home 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:45:45 UTC 2008 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: /usr/port/x11/xcolors when built, installed and execute complains it is unable to find /usr/share/Xll/rgb.txt and aborts. Port version: xcolors-1.3_1 >How-To-Repeat: Build from port, install and execute (under Xorg). >Fix: Replace /usr/ports/x11/xcolors/patch-aa with quote/ --- Imakefile.orig 1994-06-07 09:58:45.000000000 +0930 +++ Imakefile 2008-02-24 22:57:27.000000000 +1030 @@ -1,6 +1,6 @@ XCOMM $XConsortium: Imakefile,v 1.2 94/06/06 20:28:45 gildea Exp $ -RGBDBFILE = DefaultRGBDatabase +RGBDBFILE = $(LIBDIR)/rgb DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs @@ -8,12 +8,7 @@ OBJS = xcolors.o SYS_LIBRARIES = -lm -#if BuildServer DEFINES = -DRGB_TXT=\"$(RGBDBFILE).txt\" -#else - /* rgb.txt will not be installed, so find it in build tree */ - DEFINES = -DRGB_TXT=\"$(RGBSRC)/rgb.txt\" -#endif ComplexProgramTarget(xcolors) InstallAppDefaults(Xcolors) /quote Only the change of RGBDBFILE value is different from the original patch file. Now rebuild, reinstall and rerun. It would seem that the basic problem is in the configuration files /usr/local/lib/X11/config/* used by imake and associated with xorg version 7.3 and installed here by xorg-cf-files-1.0.2_2 This could lead to problems with other ports of X applications. Your attention is appreciated. Malcolm Kay >Release-Note: >Audit-Trail: >Unformatted: