pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: empty FILE_SIZE on repository
Alexander Nasonov wrote:
> I use pkgin to install packages I build myself with pkg_chk inside
> chroot. I run
>
> pkg_info -X -a | gzip -c > pkg_summary.gz
>
> to generate pkg_summary.gz.
>
> I started getting these warnings recently
>
> warning: package openssl-1.0.2n has an empty FILE_SIZE on repository.
For the archives, running these commands in the packages/All directory:
find . -name '*.tgz' -exec pkg_info -X {} \; > pkg_summary
gzip pkg_summary
makes pkgin happy.
Alternatively, one can run mk/scripts/mkreadme script but it's much
slower.
--
Alex
Home |
Main Index |
Thread Index |
Old Index