Aalbus-linux / Aalbus

The master repository for the Aalbus distribution
Other
22 stars 0 forks source link

File system utilities #1

Closed staalmannen closed 3 years ago

staalmannen commented 3 years ago

We need e2fs, f2fs, xfs, zfs, btrfs, ...

staalmannen commented 3 years ago

e2fsutils, f2fs-tools and xfstools have been built.

I will still have a go at btrfs and zfs before closing this issue

staalmannen commented 3 years ago

oh and dosfstools is probably needed, installed out of the box via pkgsrc

staalmannen commented 3 years ago

btrfs-progs : [LD] btrfs clang-12: error: unable to execute command: Segmentation fault (core dumped) clang-12: error: linker command failed due to signal (use -v to see invocation) gmake: *** [Makefile:558: btrfs] Error 254 *** Error code 2

-fno-lto did not help.

zfs-utils:

CC nvpair.lo In file included from ../../module/nvpair/nvpair.c:44: ../../lib/libspl/include/rpc/xdr.h:63:29: error: no member named 'x_handy' in 'struct xdr_struct' xptr->xc_num_avail = xdrs->x_handy;

need to figure out how to fix that...

staalmannen commented 3 years ago

both btrfs and zfs have now been built and packaged for pkgsrc.

Building zfs still took some manual hacking by removing references to some missing .ksh files in Makefiles under the testing directory. That should be fixed in the future.