From owner-freebsd-ports Mon May 3 23:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02A8B15043 for ; Mon, 3 May 1999 23:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA25419; Mon, 3 May 1999 23:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9106.respo.or.jp [210.152.229.106]) by hub.freebsd.org (Postfix) with ESMTP id 64655154C4 for ; Mon, 3 May 1999 23:34:05 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id PAA79329; Tue, 4 May 1999 15:34:05 +0900 (JST) Message-Id: <199905040634.PAA79329@souffle.respo.or.jp> Date: Tue, 4 May 1999 15:34:05 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11480: Fix port: archivers/linux_rar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11480 >Category: ports >Synopsis: Fix port: archivers/linux_rar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 23:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This port properly depends on ld-linux.so.2. >How-To-Repeat: $ ldd /usr/local/bin/rar /usr/local/bin/rar: libc.so.6 => /lib/libc.so.6 (0x28071000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x28064000) $ su Password: # chmod -x /compat/linux/lib/ld-linux.so.2 # exit $ rar ELF interpreter /compat/linux/lib/ld-linux.so.2 not found Abort trap >Fix: Index: ports/archivers/linux_rar/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/linux_rar/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/05/01 02:06:34 1.2 +++ Makefile 1999/05/04 06:20:51 @@ -16,6 +16,8 @@ MAINTAINER= k5@respo.or.jp +RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_lib + ONLY_FOR_ARCHS= i386 NO_PACKAGE= Only unmodified original package can be distributed >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message