From owner-freebsd-questions@FreeBSD.ORG Thu Jan 4 04:47:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0E7E16A50E for ; Thu, 4 Jan 2007 04:47:15 +0000 (UTC) (envelope-from dghatikachalam@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 84E3913C44B for ; Thu, 4 Jan 2007 04:47:15 +0000 (UTC) (envelope-from dghatikachalam@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so6171079wxc for ; Wed, 03 Jan 2007 20:47:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fuJVbRVVPcjZ9p12M9TgbHBjm8wnO8q8zecvl879RfPApReGnZ947lsZeth8kOATKUvDrbFvu/bUR90oKy5X/bhYYN4GNqc2sTus9hgHn0agcXsexwR0dfFJKEU6FRVo1XuP+H2SCAHX6OQvSk5I8bx4C2kx3l0mlFLa99Q/p6c= Received: by 10.70.113.5 with SMTP id l5mr40223403wxc.1167886034680; Wed, 03 Jan 2007 20:47:14 -0800 (PST) Received: by 10.70.52.4 with HTTP; Wed, 3 Jan 2007 20:47:14 -0800 (PST) Message-ID: Date: Wed, 3 Jan 2007 23:47:14 -0500 From: "Dak Ghatikachalam" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Stuck on win32-codecs compilation. 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: Thu, 04 Jan 2007 04:47:15 -0000 Dear Freebsd I was trying to make mplayer and it spat me on error, win32 -codecs, and went on trying the clean up the win32-codecs and try to make the codecs, it still errored out Has anyone faced the same issue, Please share your thoughts. I am scratching my head, what I should doing about this. ------------------------------------------ ===> 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/win32-codecs. *** Error code 1 Stop in /usr/ports/multimedia/mplayer. # set -o vi # make install ===> Installing for mplayer-0.99.10 ===> mplayer-0.99.10 depends on file: /usr/local/share/mplayer/skins - found ===> mplayer-0.99.10 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. ---------------------- so went ahead and tried to make win32-codecs # cd /usr/ports # cd multimedia # cd win32-codecs # ls Makefile distinfo pkg-descr pkg-plist # make ===> 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. # make clean ===> Cleaning for win32-codecs-3.1.0.p8_1,1 # make ===> 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. # pwd /usr/ports/multimedia/win32-codecs # ls Makefile distinfo pkg-descr pkg-plist # make clean ===> Cleaning for win32-codecs-3.1.0.p8_1,1 # make install ===> 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. Thanks Dak