I have an OpenBSD 4.5 on a virtual machine. I configured the net and my machine can connect to the OpenBSD FTP repository in Canada (ftp.openbsd.org) correctly. But when I execute this line:

*pkg_add -v subversion-1.5.5*

Occurs this error:

Unknown element: @sha FTlY/mreDMe9nRNLR5+fSIIZWMnivjO0p83rQLSL6F0= in SCALAR(0x7deeda80), at /usr/libdata/perl5/OpenBSD/PackingList.pm line 301, line 7.

Does anybody know why I cannot install this package?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 2 down vote accepted

I've seen this happen when using packages from a different version to the OS.

The kernel, userland and packages must all be from the same version.

Which includes not mixing between -RELEASE and -CURRENT (CVS HEAD or snapshots).

link|improve this answer
Ohhh!!! Your answer is correct. I installed the OpenBSD 4.4 version and I'm trying to install the subversion package for 4.5 version. Sorry, I suppose this is a very newbie user. – jaloplo Nov 13 '09 at 18:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.