Date: Wed, 24 May 2000 06:43:18 +0900 From: FUJISHIMA Satsuki <k5@cheerful.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/18780: graphics/xmovie doesn't run on -CURRENT(brandelf issue) Message-ID: <86snv9j62x.wl@cheerful.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86snv9j62x.wl>