Tier 1 support for arm?

Adam McDougall mcdouga9 at egr.msu.edu
Sat Nov 7 02:34:19 UTC 2015


On 10/26/2015 16:56, Sean Bruno wrote:

> You *should* be able to "pkg install" right now from the latest RPi
> and BBB snapshots that Release Engineering is producing and have most
> things work.
> 
> Xorg should work next month sometime now that we've got the build
> dependencies flushed out.  Heck, you might even get something like
> XFCE4 to run.
> 
> sean

I fished around and located
http://pkg.freebsd.org/FreeBSD:11:armv6/latest/.  I tried using it as
the package source on a fresh install of 11 on one of my rpi2 but I get:

# pkg info
Shared object "libssl.so.7" not found, required by "pkg"

Did I do something wrong?  libssl.so.7 makes me think it was compiled
for 10 but the abi claims 11:

root at rpi2:~ # pkg-static info pkg
pkg-1.6.1_1
Name           : pkg
Version        : 1.6.1_1
Installed on   : Tue Nov  3 05:49:13 UTC 2015
Origin         : ports-mgmt/pkg
Architecture   : freebsd:11:armv6:32:el:eabi:softfp
...

I get the same issue with pkg-devel.  Both looked pretty recent:
pkg-1.6.1_1.txz	2332400	2015-Oct-27 16:59
pkg-devel-1.6.99.1.txz	4223748	2015-Oct-31 01:56

root at rpi2:~ # ldd /usr/local/sbin/pkg
/usr/local/sbin/pkg:
        libpkg.so.3 => /usr/local/lib/libpkg.so.3 (0x20100000)
        libutil.so.9 => /lib/libutil.so.9 (0x20061000)
        libssl.so.7 => not found (0)
        libcrypto.so.7 => not found (0)
        libm.so.5 => /lib/libm.so.5 (0x2007b000)
        libelf.so.2 => /usr/lib/libelf.so.2 (0x200a1000)
        libjail.so.1 => /lib/libjail.so.1 (0x200c1000)
        libarchive.so.6 => /usr/lib/libarchive.so.6 (0x20313000)
        libz.so.6 => /lib/libz.so.6 (0x200ce000)
        libbz2.so.4 => /usr/lib/libbz2.so.4 (0x203bd000)
        liblzma.so.5 => /usr/lib/liblzma.so.5 (0x203d5000)
        libc.so.7 => /lib/libc.so.7 (0x20500000)
        libssl.so.7 => not found (0)
        libcrypto.so.7 => not found (0)
        libbsdxml.so.4 => /lib/libbsdxml.so.4 (0x20403000)
        libcrypto.so.8 => /lib/libcrypto.so.8 (0x20700000)
        libthr.so.3 => /lib/libthr.so.3 (0x2042e000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x200eb000)

root at rpi2:~ # ls -l /usr/lib/libssl.so.?
-r--r--r--  1 root  wheel  371776 Nov  3 05:26 /usr/lib/libssl.so.8

root at rpi2:~ # uname -a
FreeBSD rpi2 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r290273: Tue Nov  3
05:23:56 UTC 2015
root at releng2.nyi.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI2  arm

Thanks.


More information about the freebsd-arm mailing list