Date: Mon, 15 Jun 2015 14:40:23 +0300 From: Andrey Fesenko <f0andrey@gmail.com> To: freebsd-current <freebsd-current@freebsd.org>, "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: geom classe's geom_*.so installed /usr/lib/ instead of /lib/geom (crochet build) Message-ID: <CA%2BK5SrMst3ecSG9Cqn2p%2BEs1hVCRqhka8x7qfi8Gj8tkeAgAug@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello,
I'm build CURENT (r284408) for arm with crochet.
all geom lasse's geom_*.so installed /usr/lib/ instead of /lib/geom
/usr/obj/_.installworld.armv6.log
...
===> sbin/geom/class/cache (install)
install -s -o root -g wheel -m 444 geom_cache.so
/usr/obj/_.mount.freebsd/usr/lib
install -o root -g wheel -m 444 gcache.8.gz
/usr/obj/_.mount.freebsd/usr/share/man/man8
/sbin/gcache -> /sbin/geom
===> sbin/geom/class/concat (install)
install -s -o root -g wheel -m 444 geom_concat.so
/usr/obj/_.mount.freebsd/usr/lib
install -o root -g wheel -m 444 gconcat.8.gz
/usr/obj/_.mount.freebsd/usr/share/man/man8
...
after boot see
root@r-pi:~ # gpart show
gpart: Unknown command: show.
usage: gpart help
gpart list [-a] [name ...]
gpart status [-ags] [name ...]
gpart load [-v]
gpart unload [-v]
root@r-pi:~ # cp /usr/lib/geom_* /lib/geom/
root@r-pi:~ # gpart show
=> 63 7698369 mmcsd0 MBR (3.7G)
63 34776 1 !12 [active] (17M)
34839 1918286 2 freebsd (937M)
1953125 5745307 - free - (2.7G)
=> 0 1918286 mmcsd0s2 BSD (937M)
0 105 - free - (53K)
105 1918080 1 freebsd-ufs (937M)
1918185 101 - free - (51K)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BK5SrMst3ecSG9Cqn2p%2BEs1hVCRqhka8x7qfi8Gj8tkeAgAug>
