From owner-freebsd-questions@FreeBSD.ORG Thu Dec 30 21:15:30 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 B11CA16A4CE for ; Thu, 30 Dec 2004 21:15:30 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABAC43D1F for ; Thu, 30 Dec 2004 21:15:30 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so211060wra for ; Thu, 30 Dec 2004 13:15:29 -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=Y2elW/KFFLgQfmPqVyG4aD6FWf7nRFJrYZGl3hyZslvuWHCMPDCgJS4PmibEMu62rLa26fo66GgtZSIdvcteE7mslj1ifTqUFk/BHMnH2YzA+Ia+sCSHXiELdZ7xUCS2wonAPzh/U/nvNCJR+deRpwAaKnxpWogIXxUhWGIWhns= Received: by 10.54.57.79 with SMTP id f79mr585697wra; Thu, 30 Dec 2004 13:14:12 -0800 (PST) Received: by 10.54.11.33 with HTTP; Thu, 30 Dec 2004 13:14:12 -0800 (PST) Message-ID: Date: Thu, 30 Dec 2004 15:14:12 -0600 From: Joshua Lokken To: Xinizul Xinizul In-Reply-To: <4d0730560412301244361f7ca4@mail.gmail.com> 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: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 21:15:30 -0000 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