Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2000 06:48:26 +0900
From:      FUJISHIMA Satsuki <k5@cheerful.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/18781: graphics/linux-bmrt doesn't run on -CURRENT(brandelf issue)
Message-ID:  <86r9atj5ud.wl@cheerful.com>

next in thread | raw e-mail | index | archive | help

>Number:         18781
>Category:       ports
>Synopsis:       graphics/linux-bmrt 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/linux-bmrt 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/linux-bmrt
# make install
# exit
$ /usr/local/bin/slc
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/linux-bmrt/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2000/05/14 01:40:07	1.2
+++ Makefile	2000/05/23 21:47:16
@@ -19,6 +19,8 @@
 NO_BUILD=	yes
 NO_CDROM=	"See the License"
 
+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.
+
 DOC_DIR=	${PREFIX}/share/doc/bmrt
 FETCH_CMD=	/usr/bin/fetch -Ab
 PROGRAM=	composite mkmip mkmosaic rendrib rgl slc slctell

>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?86r9atj5ud.wl>