From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 07:32:24 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 007E138E for ; Mon, 21 Jan 2013 07:32:23 +0000 (UTC) (envelope-from hrisikeshsahu@gmail.com) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by mx1.freebsd.org (Postfix) with ESMTP id C75D9F73 for ; Mon, 21 Jan 2013 07:32:23 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id 9so5507309iec.30 for ; Sun, 20 Jan 2013 23:32:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=BlKvHaw1MglCG9u9VhpO9liIF4EwfKureIxdgC1Gj+U=; b=Zo/2+IenhPy3v5Bso5ihwCAMgPwJHbR+78Bwow1u+4LwAS+gBMRW1zS3jn+Y3RGCs5 OiYjv4ygCm3+ZCidrq5fheYEHEierCy3vvmG7KOk1r6ktCW3sNfFake4ouOg0EHuQqTX EoAZrwm4nwgCk27NNJFnM6EexSLp7GonioCETAuOQJZMBFoTVydgLAFxBx0Luy0ANWD8 MA92BuHA6PysfZ3UB/xRkIFU+tXPIwZuXOkv8i7v0BEY9MSXHKgYwPsg685X/z8BeHkY PbksoqYnhwnxXPAmNpDgplAonyU4+nW8KNQcHzmzc7X4AsHXUt2ecCWpXTv8cxUfjYle D6dA== MIME-Version: 1.0 X-Received: by 10.50.91.168 with SMTP id cf8mr8574902igb.20.1358753537363; Sun, 20 Jan 2013 23:32:17 -0800 (PST) Received: by 10.42.9.34 with HTTP; Sun, 20 Jan 2013 23:32:17 -0800 (PST) Date: Mon, 21 Jan 2013 13:02:17 +0530 Message-ID: Subject: Upgrading 8.2 to 9.1, Gnome issue From: Hrisikesh sahu To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 07:32:24 -0000 Hi All, I followed this following link to upgrade from 8.2 RELEASE to 9.1 RELEASE. *http://www.freebsd.org/releases/9.0R/installation.html* After Code: # freebsd-update fetch # freebsd-update install Now the freebsd-update(8) utility can fetch bits belonging to 9.1-RELEASE. During this process freebsd-update(8) will ask for help in merging configuration files. Code: # freebsd-update upgrade -r 9.1-RELEASE # freebsd-update install The system must now be rebooted with the newly installed kernel before the non-kernel components are updated. Code: # shutdown -r now I followed the following command to upgrade Ports - # portupgrade -fr gnome-session But I am facing a problem "shared object libz.so.5 not found freebsd" I did all these steps to upgrade the ports Code: #pkgdb -fF # rm /var/db/pkg/pkgdb.db # portupgrade -arRn but i am facing a issue with - Code: /usr/local/sbin/portupgrade:1473:in `get_pkgname': Makefile broken (MakefileBrokenError) Please help me how to come out from this Makefile broken and "shared object libz.so.5 not found freebsd". Regards Hrisikesh