[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#11882: marked as done (mpeg_play: needs recompile )



Your message dated Mon, 9 Feb 1998 11:33:53 -0500
with message-id <199802091633.LAA21916@netgod.net>
and subject line Fixed in Version 1r2-5
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 5 Aug 1997 19:16:06 +0000
Received: (qmail 9846 invoked from network); 5 Aug 1997 19:16:04 -0000
Received: from pm1-22.flinet.com (HELO ohiox.haw.org) (root@208.14.24.22)
  by master.debian.org with SMTP; 5 Aug 1997 19:16:02 -0000
Received: (from ioannis@localhost)
          by ohiox.haw.org (8.8.4/8.8.4)
	  id PAA16592; Tue, 5 Aug 1997 15:09:58 -0400
Date: Tue, 5 Aug 1997 15:09:58 -0400
From: ioannis@flinet.com
Message-Id: <199708051909.PAA16592@ohiox.haw.org>
To: ioannis@flinet.com, submit@bugs.debian.org
Subject: mpeg_play: needs recompile 

Package: ucbmpeg
Version: 1r2-2


% /usr/bin/mpeg_play
sh: /usr/bin/mpeg_play: cannot execute binary file

To solve this problem I downloaded the linux source from berkeley,
(at the url shown bellow), then edited the Makefile to indicate that
the Xext library resides at /usr/X11R6/lib and not at /usr/lib/X11,
as is the default. It now works fine. 


Source is at:
ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/mpeg_play-linux.tar.gz




The following patch clarifies the Makefile change:


--- Makefile.proto      Thu Oct 12 18:13:27 1995
+++ Makefile    Tue Aug  5 14:27:31 1997
@@ -96,7 +96,7 @@
 #       NOTE: below the default definition are
 #             a few definitions for specific architectures.

-LIBS         = -L/usr/lib/X11 -lXext -lX11
+LIBS         = -L/usr/X11R6/lib -lXext -lX11

 # LIBS for MIPS RISC/os 4.5{1,2}
 #LIBS         = -systype sysv -lXext -lX11 -lbsd


-- System Information
Debian Release: 1.2
Kernel Version: Linux ohiox 2.0.29 #1 Wed Jun 4 18:35:21 EDT 1997 i486


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-qa-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: