From owner-freebsd-questions@FreeBSD.ORG Thu Dec 30 21:44:50 2004 Return-Path: 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 8E91A16A4CE for ; Thu, 30 Dec 2004 21:44:50 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3426A43D3F for ; Thu, 30 Dec 2004 21:44:50 +0000 (GMT) (envelope-from xinizul@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so14859wri for ; Thu, 30 Dec 2004 13:44:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=iuihs7Z2wW+5PemIR/bE+H0+4T5Mh9avEUrF/aq2Ks8Q6DHgFyerkwtrCff+ghu5dz4gPZtcSFM+bsxtr5Erbax2+d3FBc3arB8aYFnxFXrsZlJv+dvj/Ts9j/omoIZlcl6g7V0zb56GHHTUu2Hu9dMfM5AHDwYftZ2x1tDKwFU= Received: by 10.54.18.23 with SMTP id 23mr260343wrr; Thu, 30 Dec 2004 13:44:09 -0800 (PST) Received: by 10.54.22.20 with HTTP; Thu, 30 Dec 2004 13:44:09 -0800 (PST) Message-ID: <4d07305604123013446babbf7c@mail.gmail.com> Date: Thu, 30 Dec 2004 22:44:09 +0100 From: Xinizul Xinizul To: Joshua Lokken In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4d0730560412301244361f7ca4@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: Is mplayer port broken ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Xinizul Xinizul List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 21:44:50 -0000 I will use this solution. Downloading the tar from the URL posted above gives me the same bad result. I'll let the port mantainer it know then. Thanks to all. On Thu, 30 Dec 2004 15:14:12 -0600, Joshua Lokken wrote: > On Thu, 30 Dec 2004 21:44:33 +0100, Xinizul Xinizul wrote: > > Hello all: > > > > I'm trying to make the port mplayer using "make install clean" > > mechanism in my FreeBSD 5.3 > > > > I get the following message: > > > > ------------------- > > > > >> Attempting to fetch from ftp://ftp.mplayerhq.hu/MPlayer/Skin/. > > fetch: ftp://ftp.mplayerhq.hu/MPlayer/Skin/Blue-1.4.tar.bz2: size > > mismatch: expected 221757, actual 221736 > > >> Attempting to fetch from ftp://ftp.lug.udel.edu/MPlayer/Skin/. > > fetch: ftp://ftp.lug.udel.edu/MPlayer/Skin/Blue-1.4.tar.bz2: Operation timed out > > >> Attempting to fetch from > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/. > > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Blue-1.4.tar.bz2: > > size mismatch: expected 221757, actual 221736 > > >> Couldn't fetch it - please try to retrieve this > > >> port manually into /usr/ports/distfiles/mplayer and try again. > > *** Error code 1 > > > > Stop in /usr/ports/multimedia/mplayer-skins. > > *** Error code 1 > > > > Stop in /usr/ports/multimedia/mplayer. > > > > --------------------------------------- > > > > Could someone help me to workaround this or to notify to the > > maintainer about this issue ? > > Feel free to let the maintainer of the port know; the email > address is in the Makefile. You can build it without the > skins by doing: > > # make -DWITHOUT_SKINS install clean > > HTH, > -- > Joshua Lokken > Open Source Advocate >