Package Details: securefs 0.13.1-1

Git Clone URL: https://aur.archlinux.org/securefs.git (read-only, click to copy)
Package Base: securefs
Description: A better transparent encryption filesystem
Upstream URL: https://github.com/netheril96/securefs
Licenses: MIT
Submitter: mrxx
Maintainer: mrxx
Last Packager: mrxx
Votes: 8
Popularity: 0.000017
First Submitted: 2016-03-26 21:34 (UTC)
Last Updated: 2022-11-18 17:10 (UTC)

Dependencies (5)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

teras commented on 2022-05-16 18:27 (UTC)

It is not able to build securefs. I get this error, which looks like a runaway argument for architecture: -- Build files have been written to: /home/teras/.cache/pikaur/build/securefs/src/securefs/build [ 0%] Building CXX object external/cryptopp/CMakeFiles/cryptopp-object.dir/cryptlib.cpp.o error: unknown target CPU 'x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS' note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, x86-64, x86-64-v2, x86-64-v3, x86-64-v4 make[2]: *** [external/cryptopp/CMakeFiles/cryptopp-object.dir/build.make:76: external/cryptopp/CMakeFiles/cryptopp-object.dir/cryptlib.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:213: external/cryptopp/CMakeFiles/cryptopp-object.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

mrxx commented on 2019-07-30 16:12 (UTC)

safocl, I just succeeded in compiling securefs with locale ru_RU.UTF-8. Maybe it is your AUR helper, can you try to build the package without it?

safocl commented on 2019-07-24 17:46 (UTC)

please in section [build] in the PKGBUILD-file add "LC_ALL=C" otherwise with locale is ru_RU build crashing with error...

mrxx commented on 2019-07-21 13:09 (UTC)

Thanks, safocl, I've fixed it but with 'mkdir -p'.

safocl commented on 2019-07-21 09:59 (UTC)

Please in section [build] in the PKGBUILD-file replace <mkdir build> to <rm -rf build && mkdir build>