From owner-freebsd-questions@freebsd.org Thu Jul 21 22:37:26 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC1A6BA1CB1 for ; Thu, 21 Jul 2016 22:37:26 +0000 (UTC) (envelope-from doug@remotesupportservicesllc.com) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id D59601445 for ; Thu, 21 Jul 2016 22:37:26 +0000 (UTC) (envelope-from doug@remotesupportservicesllc.com) Received: from [10.0.1.2] (unknown [71.177.216.148]) by zoom.lafn.org (Postfix) with ESMTPSA id 64E7734A9E2; Thu, 21 Jul 2016 15:37:25 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Problems with pkg From: Doug Hardie In-Reply-To: <20160721131635.5b2f4244@max-BSD> Date: Thu, 21 Jul 2016 15:37:24 -0700 Cc: FreeBSD Questions Content-Transfer-Encoding: quoted-printable Message-Id: References: <4063D44B-1F87-4C9C-86CA-7F0869327B46@mail.sermon-archive.info> <20160721110106.30de19fa@max-BSD> <8098910D-816B-44F9-A66F-8B28CB3A30F8@mail.sermon-archive.info> <20160721131635.5b2f4244@max-BSD> To: maxnix X-Mailer: Apple Mail (2.3124) X-Virus-Scanned: clamav-milter 0.98 at zoom.lafn.org X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 22:37:27 -0000 > On 21 July 2016, at 04:16, maxnix wrote: >=20 > Il giorno Thu, 21 Jul 2016 02:05:37 -0700 > Doug Hardie ha scritto: >=20 >>> On 21 July 2016, at 02:01, maxnix wrote: >>>=20 >>> Il giorno Wed, 20 Jul 2016 23:32:06 -0700 >>> Doug Hardie ha scritto: >>>=20 >>>> I have a recently installed 9.3 system that has been upgraded to >>>> the latest patches available with freebsd-update. I tried to >>>> install postfix using pkg and here are the initial results. >>>>=20 >>>> Backup% uname -a >>>> FreeBSD Backup 9.3-RELEASE-p43 FreeBSD 9.3-RELEASE-p43 #0: Sat May >>>> 28 00:19:32 UTC 2016 >>>> root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC >>>> amd64 Backup% su Password: Backup# pkg install postfix >>>> Updating repository catalogue >>>> digests.txz 100% 2137KB 2.1MB/s 1.4MB/s >>>> 00:01 packagesite.txz 100% 5592KB 2.7MB/s >>>> 2.0MB/s 00:02 pkg: package field incomplete: comment >>>> Incremental update completed, 25142 packages processed: >>>> 21260 packages updated, 2245 removed and 3882 added. >>>> pkg: Unable to find catalogs >>>>=20 >>>>=20 >>>> At this point I tried it again and got: >>>>=20 >>>>=20 >>>> Backup# pkg install postfix >>>> Updating repository catalogue >>>> The following 1 packages will be installed: >>>>=20 >>>> Installing postfix: 2.11.1_1,1 >>>>=20 >>>> The installation will require 13 MB more space >>>>=20 >>>> 1 MB to be downloaded >>>>=20 >>>> Proceed with installing packages [y/N]: y >>>> pkg: >>>> = http://pkg.FreeBSD.org/freebsd:9:x86:64/latest/All/postfix-2.11.1_1,1.txz:= >>>> Not Found Backup#=20 >>>>=20 >>>>=20 >>>> I don't have this on other 9.3 systems. How do I get around this? >>>>=20 >>>=20 >>> Try forcing an update of the repositories with: >>>=20 >>> # pkg update -f >>>=20 >>> and then try the installation again. =20 >>=20 >> Exactly the same output as before. >>=20 >>=20 >=20 > Pheraps you are using an old version of pkg? If so, install the latest > from ports. This should solve the problem. Apparently 9.3 doesn't update pkg using pkg. Building from ports takes = a long time over a slow internet connection, but eventually it did work. = I ended up having to rebuild the ports database once again. Don't = quite know why. Thanks for the suggestion. =E2=80=94 Doug