Hi All,
I've created my base repo and installed the OS from packages.
All in all it all went rather smooth!
As for pkg it seems to not pay attention to base library subdirs:
-----
# pkg check -Ba
Checking all packages: 3%
(FreeBSD-kernel-sm-12.0.s20170128125723) /boot/kernel/kernel - required
shared library hack.pico not found
Checking all packages: 35%
(FreeBSD-runtime-12.0.s20170128125723) /sbin/ping - required shared
library libcap_dns.so.0 not found
(FreeBSD-runtime-12.0.s20170128125723) /usr/bin/kdump - required shared
library libcap_grp.so.0 not found
(FreeBSD-runtime-12.0.s20170128125723) /usr/bin/kdump - required shared
library libcap_pwd.so.0 not found
(FreeBSD-runtime-12.0.s20170128125723) /usr/sbin/tcpdump - required
shared library libcap_dns.so.0 not found
Checking all packages: 36%
(FreeBSD-tests-12.0.s20170128125723)
/usr/tests/lib/libcasper/services/cap_dns/dns_test - required shared
library libcap_dns.so.0 not found
(FreeBSD-tests-12.0.s20170128125723)
/usr/tests/lib/libcasper/services/cap_grp/grp_test - required shared
library libcap_grp.so.0 not found
(FreeBSD-tests-12.0.s20170128125723)
/usr/tests/lib/libcasper/services/cap_pwd/pwd_test - required shared
library libcap_pwd.so.0 not found
(FreeBSD-tests-12.0.s20170128125723)
/usr/tests/lib/libcasper/services/cap_sysctl/sysctl_test - required
shared library libcap_sysctl.so.0 not found
Checking all packages: 100%
# ldd `which ping`
/sbin/ping:
libm.so.5 => /lib/libm.so.5 (0x800828000)
libcasper.so.0 => /lib/libcasper.so.0 (0x800a52000)
libcap_dns.so.0 => /lib/casper/libcap_dns.so.0 (0x800c57000)
libipsec.so.4 => /lib/libipsec.so.4 (0x800e5b000)
# ls -l /lib/casper
total 51
-r--r--r-- 1 root wheel 16584 28 янв. 15:58 libcap_dns.so.0
-r--r--r-- 1 root wheel 15968 28 янв. 15:58 libcap_grp.so.0
-r--r--r-- 1 root wheel 15872 28 янв. 15:58 libcap_pwd.so.0
-r--r--r-- 1 root wheel 6904 28 янв. 15:58 libcap_random.so.0
-r--r--r-- 1 root wheel 8912 28 янв. 15:58 libcap_sysctl.so.0
-----
--
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"