From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 13:10:08 2005 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 E397016A41F for ; Fri, 23 Dec 2005 13:10:08 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf07.cluster1.charter.net (mxsf07.cluster1.charter.net [209.225.28.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A71643D73 for ; Fri, 23 Dec 2005 13:10:03 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip18a.cluster1.charter.net (mxip18a.cluster1.charter.net [209.225.28.148]) by mxsf07.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id jBNDA1U4007132 for ; Fri, 23 Dec 2005 08:10:02 -0500 Received: from 24-197-117-006.dhcp.spbg.sc.charter.com (HELO [192.168.1.101]) (24.197.117.6) by mxip18a.cluster1.charter.net with ESMTP; 23 Dec 2005 08:10:03 -0500 X-IronPort-AV: i="3.99,289,1131339600"; d="scan'208"; a="1924768308:sNHT15374272" Message-ID: <43ABF727.3090501@charter.net> Date: Fri, 23 Dec 2005 08:09:59 -0500 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: nvidia-settings size mismatch 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: Fri, 23 Dec 2005 13:10:09 -0000 I'm running FreeBSD 5.4-STABLE All of my ports upgrade fine except nvidia-settings. I use portsnap and portupgrade. cd /usr/ports portsnap fetch portsnap update make fetchindex portsdb -u .... portupgrade -v nvidia-settings I get the following error. ....... ===> Cleaning for gtk-2.8.9 ===> Cleaning for pango-1.10.2 ===> Cleaning for xorg-clients-6.8.2_1 ===> Cleaning for xorg-libraries-6.8.2 ===> Cleaning for xterm-206_1 ===> Cleaning for nvidia-settings-1.0_7 ===> Vulnerability check disabled, database not found ===> Extracting for nvidia-settings-1.0_7 => MD5 Checksum mismatch for nvidia-settings-1.0.tar.gz. => SHA256 Checksum mismatch for nvidia-settings-1.0.tar.gz. ===> Refetch for 1 more times files: nvidia-settings-1.0.tar.gz nvidia-settings-1.0.tar.gz ===> Vulnerability check disabled, database not found => nvidia-settings-1.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://download.nvidia.com/XFree86/nvidia-settings/. fetch: http://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-1.0.tar.gz: size mismatch: expected 1091361, actual 1067305 => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/nvidia-settings-1.0.tar.gz: size mismatch: expected 1091361, actual 1056908 => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/x11/nvidia-settings. *** Error code 1 Stop in /usr/ports/x11/nvidia-settings. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade15051.0 make ** Fix the problem and try again. ---> Build of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:13) ---> Upgrade of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:13) ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! x11/nvidia-settings (nvidia-settings-1.0_6) (checksum mismatch) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> Session ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:14) How can I get nvidia-settings to upgrade? thanks, Bob