From owner-freebsd-questions@FreeBSD.ORG Sun May 7 02:27:53 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 BA22B16A401 for ; Sun, 7 May 2006 02:27:53 +0000 (UTC) (envelope-from mnorwick@centurytel.net) Received: from msa1-mx.centurytel.net (msa1-mx.centurytel.net [209.142.136.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C7DC43D46 for ; Sun, 7 May 2006 02:27:53 +0000 (GMT) (envelope-from mnorwick@centurytel.net) Received: from [192.168.1.15] (69-179-6-50.dyn.centurytel.net [69.179.6.50]) by msa1-mx.centurytel.net (8.13.6/8.13.6) with ESMTP id k472RpYm008849 for ; Sat, 6 May 2006 21:27:51 -0500 Message-ID: <445D5B26.2040605@centurytel.net> Date: Sat, 06 May 2006 21:27:50 -0500 From: "Michael D. Norwick" User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Can't build bash3.1 during portupgrade -a 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, 07 May 2006 02:27:53 -0000 freebsd 6.1 RELEASE Compaq Proliant SMP PII-200 (smp modified kernel) Over a week ago I was trying to rebuild Xorg and ran into an issue with libexpat.so.5 not found for 'fc-cache'. This was my fault because earlier I wanted expat2, built it from the 'ports' collection tarball current (at that time) from ftp2.us.FreeBSD.org, and apparently broke the dependency for libexpat.so.5. Following the advice given to another user on freebsd-questions, I did pkgdb -F then portupgrade -a in order to fix the dependencies and get Xorg 6.9.0. Little did I know that it would take over a week to upgrade and rebuild 119 installed packages on my PII-200 SMP Proliant. Other than a couple of burps with boost-python and postgresql, the upgrade has kept chugging along. Today, I am almost to the end and the Mozilla build flaked out. No worries on that yet, but the script suggested doing pkgdb -F again and restarting portupgrade. I dutifully followed and when portupgrade restarted it tried to build bash31aborted with the following error which I do not understand. When the 'make bash31' stopped on error the first time I manually downloaded the whole bash31 file set again to /usr/ports/distfiles/bash from ftp4.us and re-ran portupgrade -a. It stopped again with the same error. What is happening here? => MD5 Checksum mismatch for bash/bash31-010. => SHA256 Checksum mismatch for bash/bash31-010. ...snip And then; => Attempting to fetch from http://ftp.gnu.org/gnu/bash/bash-3.1-patches//. fetch: bash31-010: local modification time does not match remote ...snip stop Michael