From owner-freebsd-questions@FreeBSD.ORG Sun Nov 5 17:42:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B334A16A415 for ; Sun, 5 Nov 2006 17:42:22 +0000 (UTC) (envelope-from ajm91qw@sbcglobal.net) Received: from smtp105.sbc.mail.mud.yahoo.com (smtp105.sbc.mail.mud.yahoo.com [68.142.198.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F56B43D4C for ; Sun, 5 Nov 2006 17:42:07 +0000 (GMT) (envelope-from ajm91qw@sbcglobal.net) Received: (qmail 24183 invoked from network); 5 Nov 2006 17:42:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:Date:From:To:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=ZKYLnEXmM6+HCtgVqn9mcYPZZ9psC6IorGzIYfQLwZFeM1beRySkAHwHmytX2M3qweQ/xxd6RKCiad4emZIpFTEUowahcma4Bf+pJUhvfi4oLbpL6DULUWJhGh9FF9MdrnzYVfqDQ8llAzNawTiW8lCKarTjCRmwuzO8DNU69BE= ; Received: from unknown (HELO localhost) (ajm91qw@sbcglobal.net@71.149.167.126 with plain) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 5 Nov 2006 17:42:06 -0000 Date: Sun, 5 Nov 2006 11:44:39 -0600 From: ajm To: freebsd-questions@freebsd.org Message-ID: <20061105174439.GA728@powerfull.bsd> References: <20061105144329.2d2556ad@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061105144329.2d2556ad@it.buh.tecnik93.com> User-Agent: Mutt/1.5.13 (2006-08-11) Subject: Re: Xine and mplayer will not install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2006 17:42:22 -0000 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