Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2020 14:51:06 +0200
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        Kurt Jaeger <pi@opsec.eu>
Cc:        ports@freebsd.org
Subject:   Re: why does pkg try to install an older version of pkg ?
Message-ID:  <20200704125106.GC96403@elch.exwg.net>
In-Reply-To: <20200704123652.GD39563@home.opsec.eu>
References:  <20200704121238.GC39563@home.opsec.eu> <20200704123027.GB96403@elch.exwg.net> <20200704123652.GD39563@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
## Kurt Jaeger (pi@opsec.eu):

> > So what repo is that and what does it offer?
> 
> That's repo.nepustil.net, which is mostly up2date.

Are you sure you got the right path there? Any leftovers in /etc/pkg/
or /usr/local/etc/pkg/ ?
You could grab packagesite.txz from your repo, untar that and then
grep '"name":"pkg"' packagesite.yaml
Any brokenness in /var/db/pkg/ ?
There's a per-repo sqlite3 database which you could query like this:
select name, origin, version from packages where name = 'pkg';

Regards,
Christoph

-- 
Spare Space



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200704125106.GC96403>