From owner-freebsd-current@freebsd.org Mon Dec 7 08:50:56 2015 Return-Path: Delivered-To: freebsd-current@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 CD3959B7A55 for ; Mon, 7 Dec 2015 08:50:56 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93E561B43 for ; Mon, 7 Dec 2015 08:50:56 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [93.104.2.212] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1a5rVN-0001iA-Lf for freebsd-current@freebsd.org; Mon, 07 Dec 2015 09:50:45 +0100 Received: from localhost.my.domain (c720-r285885-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id tB78ohBA003080 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 7 Dec 2015 09:50:44 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id tB78oh9v003079 for freebsd-current@freebsd.org; Mon, 7 Dec 2015 09:50:43 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 7 Dec 2015 09:50:43 +0100 From: Matthias Apitz To: freebsd-current@freebsd.org Subject: pkg does not update the repo catalogue Message-ID: <20151207085043.GA3047@c720-r285885-amd64> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Operating-System: FreeBSD 11.0-CURRENT r285885 (amd64) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.2.212 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 08:50:56 -0000 Hello, This is with 11-CURRENT and ports from July this year; I have the packages which I build with poudriere on some other host in a dir /usr/PKGDIR.20150726 and added 8 new packages there, the total number is now 1691: # ls *.txz | egrep -v 'packagesite.txz|meta.txz|digests.txz' | wc -l 1691 My repo definition is: # cat /usr/local/etc/pkg/repos/myrepo.conf FreeBSD: { url: "file:/usr/PKGDIR.20150726", enabled: true, } When I now want to update the 8 new packages to the repo catalogue, they are not added (i.e. the number stays with 1683 and I also can not install them with 'pkg instal ...'): # pkg -v 1.5.5 # pkg -R /usr/local/etc/pkg/repos/ update -f Updating FreeBSD repository catalogue... Fetching meta.txz: 100% 260 B 0.3kB/s 00:01 Fetching packagesite.txz: 100% 382 KiB 391.6kB/s 00:01 Processing entries: 100% FreeBSD repository update completed. 1683 packages processed. What I'm missing here? Thanks matthias -- Matthias Apitz, ✉ guru@unixarea.de, 🌐 http://www.unixarea.de/ ☎ +49-176-38902045