Hi Greg,
Thanks for your suggestions! It indeed seems to be corrupted :( I tried
to nuke (rm -rf) the directory
/usr/pkg/pkgdb/p5-Net-SSLeay-1.88nb1 but I got back that the directory
is not empty which is pretty unusual for rm -rf. Now, when I try to list
its contents, three files are shown:
+COMMENT, +CONTENTS, +DESCR
However, when listing with ls -al, I get the error:
ls: +COMMENT: No such file or directory
ls: +CONTENTS: No such file or directory
ls: +DESCR: No such file or directory
I tried to execute fsck for the node number (fsck 35752122) of the
directory but I got back:
fsck: cannot open '/dev/35752122': No such file or directory
Is there any solution for this?
Best regards,
r0ller
On 7/8/21 7:26 PM, Greg Troxel wrote:
r0ller <[email protected]> writes:
The only error I see in pkg_install-err.log (which is not shown as
error) which seems to block each pkg install is: pkg_admin: Cannot
read +CONTENTS of package p5-Net-SSLeay-1.88nb1 Does anyone have any
hint?
pkg_admin rebuild-tree pkg_admin check make sure your variables in
mk.conf are set to point to your pkgdb. See
https://www.pkgsrc.org/pkgdb-change/ and set the variables even if you
think it's not necessary. look in /usr/pkg/pkgdb/p5-Net-SSLeay-1.88nb1
and see if there is indeed no +CONTENTS. If true, you have had some
corruption and I would rm -rf the p5-Net-SSLeay-1.88nb1 directory, and
then you'll have to reinstall it.