Search Criteria
Package Details: securefs 1.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/securefs.git (read-only, click to copy) |
---|---|
Package Base: | securefs |
Description: | A filesystem in userspace (FUSE) with transparent encryption and decryption |
Upstream URL: | https://github.com/netheril96/securefs |
Licenses: | MIT |
Submitter: | mrxx |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 9 |
Popularity: | 0.029029 |
First Submitted: | 2016-03-26 21:34 (UTC) |
Last Updated: | 2024-10-20 18:57 (UTC) |
Dependencies (13)
- abseil-cpp (abseil-cpp-gitAUR)
- argon2 (argon2-gitAUR)
- crypto++ (crypto++-gitAUR)
- fuse2
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- google-fruitAUR
- protobuf (protobuf-gitAUR)
- sqlite (sqlite-fossilAUR)
- uni-algoAUR
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- tclap (make)
Required by (3)
- sirikali (optional)
- sirikali-bin (optional)
- sirikali-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
teras commented on 2022-05-22 15:46 (UTC) (edited on 2022-05-22 16:02 (UTC) by teras)
I let some time to pass just in case it's another system-related problem, but unfortunately I have exactly the same problem. Interestingly, when I tried to compile by hand using the following commands, I didn't have any issues:
EDIT Some more comments: If I let
makepkg
to do the work, the package breaks indeed. If, on the same folder that PKGBUILD is, I do exactly the same commands manually, the package is compiled!Should it be a problem of
makepkg
? Does it make any sense?mrxx commented on 2022-05-16 20:28 (UTC)
@teras, I had noticed this upstream regression and included a fix.
I've extended it now to all .make files. Please clear your build directory and try again.
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>
« First ‹ Previous 1 2 3 4 Next › Last »