Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2002 20:08:52 -0500
From:      Pete Fritchman <petef@databits.net>
To:        Simeon Simeonov <blackmore@pichove.dhs.org>
Cc:        ports@FreeBSD.org, des@FreeBSD.org
Subject:   Re: linux-opera-6.0.20020218 installation
Message-ID:  <20020330200852.A51035@databits.net>
In-Reply-To: <20020331014423.B89987-100000@pichove.dhs.org>; from blackmore@pichove.dhs.org on Sun, Mar 31, 2002 at 01:55:38AM %2B0100
References:  <20020331014423.B89987-100000@pichove.dhs.org>

next in thread | previous in thread | raw e-mail | index | archive | help
++ 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020330200852.A51035>