Here is my package.def

PKG1       = MPlayer-1.0pre6a.tar.bz2
MD5SUM1    = a812d945b884c2e2fa7f90c57cd76bff

SOURCE1 = http://www4.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre6a.tar.bz2

UNPACK1    = tar xj < ${TARBALL}

BUILDDIR   = MPlayer-build
SOURCEDIR  = MPlayer-1.0pre6a

CONFIGURE = export CFLAGS="-march=i386" && \
../${SOURCEDIR}/configure --prefix=/


BUILD = make -j ${CPUS} CFLAGS="-march=i386"



INSTALL = make DESTDIR=${LTSP_ROOT} -j 1 install


CLEAN = rm -rf ${BUILDDIR} ${SOURCEDIR}

Jim McQuillan wrote:

Emmanuel,

Can you show us your package.def file for mplayer?

Jim McQuillan
[EMAIL PROTECTED]


On Tue, 22 Feb 2005, Emmanuel Delescolle wrote:



Hi,

I'm trying to compile mplayer inside the LBE and I'm getting a weird error
during configure:

============================================================
Laptop ltsp-src # ./build --only=mplayer
Fetching tarballs...

../../tarballs/MPlayer-1.0pre6a.tar.bz2 already exists, lets validate it
Checking the md5sum: ../../tarballs/MPlayer-1.0pre6a.tar.bz2: OK

############################################################
package=mplayer
Running configure...
/tmp/chroot_cmdfile: line 8: syntax error: unexpected end of file
Unable to configure mplayer: Inappropriate ioctl for device
============================================================

Does anyone know how to correct this ? Or has anyone ever succeeded in
compiling mplayer inside the LBE ?

Thanks

Nanux



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
    https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net









------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net

Reply via email to