Hello,

In patch "OpenBSD/patches/6.0/common/002_perl.patch.sig" I've found references to two paths that appear to not exist in OpenBSD/octeon:

* /usr/libdata/perl5/octeon-openbsd/5.20.3/IO
* /usr/libdata/perl5/octeon-openbsd/5.20.3/IO/Socket

Instead, there are:

* /usr/libdata/perl5/mips64-openbsd/5.20.3/IO
* /usr/libdata/perl5/mips64-openbsd/5.20.3/IO/Socket

The following change seems to resolve this issue, at least on octeon and i386:

-        /usr/libdata/perl5/`machine`-openbsd/5.20.3/IO
+        /usr/libdata/perl5/`arch -s`-openbsd/5.20.3/IO

-        /usr/libdata/perl5/`machine`-openbsd/5.20.3/IO/Socket
+        /usr/libdata/perl5/`arch -s`-openbsd/5.20.3/IO/Socket

--
Cheers,
Pawel Waga

Reply via email to