Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2006 11:44:39 -0600
From:      ajm <ajm91qw@sbcglobal.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Xine and mplayer will not install
Message-ID:  <20061105174439.GA728@powerfull.bsd>
In-Reply-To: <20061105144329.2d2556ad@it.buh.tecnik93.com>
References:  <Pine.LNX.4.64.0611050606590.11759@rigel.dandy.net> <20061105144329.2d2556ad@it.buh.tecnik93.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 05, 2006 at 02:43:29PM +0200, Ion-Mihai IOnut Tetcu wrote:
> On Sun, 5 Nov 2006 06:11:29 -0500 (EST)
> andy@neu.net wrote:
> 
> > After a new install of 6.2beta3 and Gnome2.14.2 I am unable to
> > install mplayer.  It fails with the following message:
> > 
> > ===>  Installing for mplayer-0.99.8_5
> > ===>   mplayer-0.99.8_5 depends on
> > file: /usr/local/share/mplayer/skins - found
> > ===>   mplayer-0.99.8_5 depends on file: 
> > /usr/local/lib/win32/win32-codecs-3.1.0.p8_1,1 - not found
> > ===>    Verifying install for 
> > /usr/local/lib/win32/win32-codecs-3.1.0.p8_1,1 in 
> > /usr/ports/multimedia/win32-codecs
> > ===>  win32-codecs-3.1.0.p8_1,1 is forbidden: Remote code execution: 
> > http://vuxml.FreeBSD.org/24f6b1eb-43d5-11db-81e1-000e0c2e438a.html.
> > *** Error code 1
> > 
> > Stop in /usr/ports/multimedia/win32-codecs.
> > *** Error code 1
> > 
> > Stop in /usr/ports/multimedia/mplayer.
> > 
> > Xine fails for the same reason.  Any suggestions for fixing this or 
> > getting around it?
> 
> make -D DISABLE_VULNERABILITIES
> 
> (Note that it won't get you rid of the security problem, it just
> disables the check).
> 
> 

   Another way would be to issue the following commands

# cd /usr/ports/multimedia/win32-codecs

# make config

   from the menu deselect the Quicktime option...this is the one with
   with the problem. then

# make install && make clean

# cd /usr/port/multimedia/mplayer 

# make install && make clean

# cd /usr/ports/multimedia/xine

# make install && make clean


-- 
Thanks,
Alexander
FreeBSD 6.0-RELEASE i386



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061105174439.GA728>