From owner-freebsd-ports Thu Sep 21 18:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27E5E37B505 for ; Thu, 21 Sep 2000 18:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA28343; Thu, 21 Sep 2000 18:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2933437B43F; Thu, 21 Sep 2000 18:39:47 -0700 (PDT) Message-Id: <20000922013947.2933437B43F@hub.freebsd.org> Date: Thu, 21 Sep 2000 18:39:47 -0700 (PDT) From: eighner@io.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/21466: port xpaint-2.5.7 won't make install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21466 >Category: ports >Synopsis: port xpaint-2.5.7 won't make install >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 21 18:40:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Lars Eighner >Release: 4.1STABLE >Organization: Lars Eighner, Author >Environment: FreeBSD dumpster 4.1-STABLE FreeBSD 4.1-STABLE #0; Tues Aug 1 07:48:24 CDT 2000 root@dumpster:/usr/obj/usr/src/sys/AUGUST00D i386 >Description: Port xpaint-2.5.7 freshly cvsuped won't make install. Port appears to be unable to find the tiff, jpeg, and png includes, expecting them to be in *sub* directories of /usr/local/include (i.e. /usr/local/include/tiff, etc.) Patch aa *does* appear to correctly alter Local.config file, indicating that the includes are *not* in subdirectories, but for some reason this doesn't seem to help make install. By creating subdirectories and symbolic links to the tiff, jpeg, and png files, I got xpaint to install and it runs. There is someplace else these include paths need to be corrected. >How-To-Repeat: attempt to make install with a freshly cvsupped xpaint-2.5.7 port >Fix: There is some place else that the include paths must be corrected and patch-aa is not addressing the problem in that other place. Stinky hack solution is to create directories /usr/local/include/tiff, /usr/local/includ/jpeg, and /usr/local/include/png and in .../tiff do ln -s ../tiff* . , in .../jpeg do ln -s ../j* . , and in .../png do ln -s ../png* . . I hold my nose while I do this, but the port make installs and xpaint then runs. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message