Date: Sat, 7 Nov 2015 10:32:55 -0500 From: Adam McDougall <mcdouga9@egr.msu.edu> To: Adrian Chadd <adrian.chadd@gmail.com> Cc: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Re: Tier 1 support for arm? Message-ID: <563E19A7.8040904@egr.msu.edu> In-Reply-To: <CAJ-Vmo=DA-Ki0Tg8hY8iSRPUo%2B7CBBtm_XeWx_wqUYTYJ=ruAw@mail.gmail.com> References: <CABx9NuR8v-HfVY%2BZ3pnwETNLT7JaneaQmC1zMxbeJd4zLDF3Tg@mail.gmail.com> <CAJ-Vmon5uY_Zu8du_jZ7sFO2qnjaM5b0vUFmyvFa4av4gnrt0Q@mail.gmail.com> <CANq260sWGhLUDwq0Hj7o1Kf0E=3ZLF67eoQzdAZ9CbTeZSx2qw@mail.gmail.com> <CAJ-Vmo=G-ezChGPnPS%2B7SK6D=S1e063ZT8qdfzpcRb33AOR6fA@mail.gmail.com> <CANq260vcBowdWB3zspAGx_5JG2D0zg6yb7byKPW8jqBcXWXp0w@mail.gmail.com> <562E9362.50502@freebsd.org> <563D61C9.60805@egr.msu.edu> <CAJ-Vmo=DA-Ki0Tg8hY8iSRPUo%2B7CBBtm_XeWx_wqUYTYJ=ruAw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for the tip! I downloaded the previous snapshot and the libraries match. FreeBSD-11.0-CURRENT-arm-armv6-RPI2-20151023-r289846.img On 11/07/2015 00:19, Adrian Chadd wrote: > It needs recompiling. ssl got bupmed to so.8 in -head recently. > > > -a > > > On 6 November 2015 at 18:28, Adam McDougall <mcdouga9@egr.msu.edu> wrote: >> 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@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@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@rpi2:~ # ls -l /usr/lib/libssl.so.? >> -r--r--r-- 1 root wheel 371776 Nov 3 05:26 /usr/lib/libssl.so.8 >> >> root@rpi2:~ # uname -a >> FreeBSD rpi2 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r290273: Tue Nov 3 >> 05:23:56 UTC 2015 >> root@releng2.nyi.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI2 arm >> >> Thanks. >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?563E19A7.8040904>