Date: Wed, 27 Nov 2013 11:00:37 +0100 From: Johan Hendriks <joh.hendriks@gmail.com> To: Ruslan Makhmatkhanov <cvs-src@yandex.ru> Cc: FreeBSD <freebsd-ports@freebsd.org> Subject: Re: something messed up with latest pkg update? Message-ID: <5295C2C5.3040307@gmail.com> In-Reply-To: <5295C1A8.4060209@yandex.ru> References: <5295C1A8.4060209@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Makhmatkhanov schreef: > portsnap fetch update > pkg version -vl "<" > portmaster pkg-1.1.4_10 > > Got some warnings: > pkg-static: PACKAGESITE in pkg.conf is deprecated. Please create a > repository configuration file > pkg-static: Warning: expecting a boolean for the 'enabled' key of the > 'FreeBSD' repo, the value has been correctly converted, please > consider fixing > pkg-static: unable to open vulnxml file, try running 'pkg audit -F' first > > Fixed 1st and 3rd. What it is supposed to do with 2nd one? > > Then, trying to update some ports: > > portmaster ruby19-gems-1.8.25 gnuchess-6.1.0 libssh-0.5.2_1 > libunibreak-1.0,1 libxml2-2.8.0_2 nmap-6.40 pciids-20131119 > > """ > ===>>> Working on: > ruby19-gems-1.8.25 > gnuchess-6.1.0 > libssh-0.5.2_1 > libunibreak-1.0,1 > libxml2-2.8.0_2 > nmap-6.40 > pciids-20131119 > > ===>>> Gathering distinfo list for installed ports > > ===>>> No ORIGIN in /var/db/pkg/ruby19-gems-1.8.25/+CONTENTS > > > ===>>> ruby19-gems-1.8.25 1/7 > ===>>> No ORIGIN in /var/db/pkg/ruby19-gems-1.8.25/+CONTENTS > > > ===>>> Cannot continue > ===>>> Aborting update > > ===>>> Update for ruby19-gems-1.8.25 failed > ===>>> Aborting update > > ===>>> Killing background jobs > Terminated > ===>>> Exiting > """ > > Got this "No ORIGIN" messages for every port that I try to update. Is > this known issue? How to handle that? > The second one in my case was the line enabled in /etc/pkg/FreeBSD.conf FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: "yes" } I had to change enabled: "yes" to enbled: yes Remove the " . I can not help you with the rest of the errors.. Sorry regards Johan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5295C2C5.3040307>