From owner-freebsd-ports Sat Mar 30 17:23:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.csh.rit.edu [129.21.60.134]) by hub.freebsd.org (Postfix) with SMTP id 0EB9537B405 for ; Sat, 30 Mar 2002 17:23:30 -0800 (PST) Received: (qmail 51082 invoked by uid 1001); 31 Mar 2002 01:08:52 -0000 Date: Sat, 30 Mar 2002 20:08:52 -0500 From: Pete Fritchman To: Simeon Simeonov Cc: ports@FreeBSD.org, des@FreeBSD.org Subject: Re: linux-opera-6.0.20020218 installation Message-ID: <20020330200852.A51035@databits.net> References: <20020331014423.B89987-100000@pichove.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020331014423.B89987-100000@pichove.dhs.org>; from blackmore@pichove.dhs.org on Sun, Mar 31, 2002 at 01:55:38AM +0100 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 ++ 31/03/02 01:55 +0100 - Simeon Simeonov: | Problem description: | - ---------------------------------------------------------------------------- | [root@Malmsteen /usr/ports/www/linux-opera]# make install clean | ===> Installing for linux-opera-6.0.20020218 | ===> linux-opera-6.0.20020218 depends on file: /compat/linux/lib/ld.so - | not found | ===> Verifying install for /compat/linux/lib/ld.so in | /usr/ports/emulators/linux_base | ===> Installing for linux_base-6.1_1 | setup-2.0.5-1.noarch.rpm | package setup-2.4.7-1 (which is newer than setup-2.0.5-1) is already | installed | *** Error code 2 | | 2 weeks ago I installed linux_base-7.1 (also from FreeBSD's ports | collection). The emulator seems to work just fine (I run | linux-netscape-6.2.1_1 without any problems). The problem is indeed port-specific, the port should use USE_LINUX instead of a RUN_DEPENDS entry. Patch attached, maintainer cc:'d. --pete Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/linux-opera/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 2 Mar 2002 15:58:48 -0000 1.23 +++ Makefile 31 Mar 2002 01:07:48 -0000 @@ -16,10 +16,10 @@ MAINTAINER= des@FreeBSD.org -RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ - ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \ +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \ ${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png +USE_LINUX= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message