From owner-freebsd-ports Tue May 23 14:50:11 2000 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 D268F37B7D6 for ; Tue, 23 May 2000 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA87474; Tue, 23 May 2000 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id BA21337B90E for ; Tue, 23 May 2000 14:46:25 -0700 (PDT) (envelope-from k5@cheerful.com) Received: from kyoto-tc012-p127.alpha-net.ne.jp (kyoto-tc012-p127.alpha-net.ne.jp [210.237.118.161]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id GAA19633 for ; Wed, 24 May 2000 06:43:18 +0900 (JST) Received: from souffle.bogus-local.net (souffle.bogus-local.net [192.168.1.1]) by marie.bogus-local.net (Postfix) with ESMTP id BAB533D05 for ; Wed, 24 May 2000 06:43:18 +0900 (JST) Message-Id: <86snv9j62x.wl@cheerful.com> Date: Wed, 24 May 2000 06:43:18 +0900 From: FUJISHIMA Satsuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/18780: graphics/xmovie doesn't run on -CURRENT(brandelf issue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18780 >Category: ports >Synopsis: graphics/xmovie doesn't run on -CURRENT(brandelf issue) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 23 14:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 5.0-CURRENT i386 >Organization: N/A >Environment: 5.0-CURRENT after 17th April 2000. >Description: graphics/xmovie strips its binary during INSTALL_PROGRAM which brands it to FreeBSD and cannot be fixed with brandelf(1). >How-To-Repeat: # cd /usr/ports/graphics/xmovie # make install # exit $ xmovie ELF interpreter /lib/ld-linux.so.2 not found Abort trap >Fix: See audio/linux-realplayer/Makefile, print/acroread4/Makefile and ports/18489 for reference, they are the same issue of this one. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/xmovie/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2000/05/14 05:40:51 1.6 +++ Makefile 2000/05/23 21:30:50 @@ -29,6 +29,8 @@ USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/xmovie-i586 +STRIP= # Linux binary should not be stripped by INSTALL_PROGRAM as it uses /usr/bin/strip which then brands the binary as a FreeBSD ELF one. + RPM_MIRRORS= \ ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \ ftp://ftp.redhat.com/redhat/__DIR__/ \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message