From owner-freebsd-questions@FreeBSD.ORG Mon May 30 05:39:59 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 AB0F316A41C for ; Mon, 30 May 2005 05:39:59 +0000 (GMT) (envelope-from michael@dtcorp.com.au) Received: from mail.dtcorp.com.au (teksup41.lnk.telstra.net [165.228.0.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1708F43D1F for ; Mon, 30 May 2005 05:39:57 +0000 (GMT) (envelope-from michael@dtcorp.com.au) Received: from [192.9.200.20] (ws10.lan [192.9.200.20]) by mail.dtcorp.com.au (8.12.9/8.12.9) with ESMTP id j4U5IJLl059074 for ; Mon, 30 May 2005 15:18:19 +1000 (EST) (envelope-from michael@dtcorp.com.au) Message-ID: <429AA718.1020106@dtcorp.com.au> Date: Mon, 30 May 2005 15:39:36 +1000 From: Michael Pope User-Agent: Mozilla Thunderbird 1.0 (X11/20041210) 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 X-Antivirus: Scanned by F-Prot Antivirus (http://www.f-prot.com) X-Antivirus-Summary: Mod score: 0 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.61 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on gateway.dtcorp.com.au Subject: gnome_upgrade problems 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: Mon, 30 May 2005 05:39:59 -0000 I'm trying to run gnome_upgrade.sh on my FreeBSD5.3_p2 system with a heap of ports which use the gnome libraries for example firefox. When I started gnome_upgrade.sh i ran it with this command: /usr/ports # sh ./gnome_upgrade.sh It kept bombing out on unfetched ports, so I had to go and get them and copy those into the /usr/ports/distfiles directory and restart with the same command as above. After doing this a few times it finished but it has removed most of my applications not reinstalling them as it said it would? Is there something i'm doing wrong here? Is there a was to resume when I restart the process? Am I expected to go through and reinstall all my ports which used gnome libraries again? Michael