Search Criteria
Package Details: libdecaf 1.0.2-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libdecaf.git (read-only, click to copy) |
|---|---|
| Package Base: | libdecaf |
| Description: | A 448-bit Edwards curve |
| Upstream URL: | https://sourceforge.net/projects/ed448goldilocks/ |
| Licenses: | MIT |
| Submitter: | thrasibule |
| Maintainer: | thrasibule |
| Last Packager: | thrasibule |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-02-23 03:39 (UTC) |
| Last Updated: | 2025-11-03 19:19 (UTC) |
Latest Comments
1 2 3 Next › Last »
micwoj92 commented on 2025-10-10 05:57 (UTC)
Please remove
-1.0.2from sources download. Currently you'd have do redownload whole repo on version bump which is wasteful.simona commented on 2025-06-27 16:29 (UTC)
now ok
thrasibule commented on 2025-06-27 16:20 (UTC)
@simona, can you checked with the new version I just pushed? If it still doesn't work, can you let me know which version and name of the compiler you're using. I can't reproduce on my side.
simona commented on 2025-05-09 08:10 (UTC)
kistlin commented on 2025-05-08 03:45 (UTC)
Fails with
Kalinda commented on 2024-08-05 15:17 (UTC)
Thanks very much! The diff works for me, I was able to compile the package :)
fixeria commented on 2024-08-04 21:24 (UTC)
The package fails to build due to
-Warray-boundsbeing treated as error. This patch did the trick for me:Kalinda commented on 2024-07-01 15:23 (UTC) (edited on 2024-08-05 10:22 (UTC) by Kalinda)
Getting this error when I try to make this:
/build/libdecaf/src/build/src/GENERATED/include/decaf/point_448.hxx:423:19: error: ‘void* memcpy(void*, const void*, size_t)’ forming offset 56 is out of the bounds [0, 56] [-Werror=array-bounds=] 423 | memcpy(b.data(), s.data(), s.size()); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[2]: *** [test/CMakeFiles/bench.dir/build.make:76: test/CMakeFiles/bench.dir/bench_decaf.cxx.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:814: test/CMakeFiles/bench.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 98%] Linking CXX executable decaf_tester [ 98%] Built target decaf_tester make: *** [Makefile:166: all] Error 2 make: Leaving directory '/build/libdecaf/src/build'Dr Google tells me it has something to do with GCC? I have plenty of RAM free, so I'm not running out.
reclusivesage commented on 2021-06-28 20:44 (UTC)
After reading the Arch Wiki
makepkgarticle and commenting out the line that contained#CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"in/etc/makepkg.conf, I was able to installlibdecaf. Thank you!It seems like that CXXFLAGS was added to Manjaro by default.
1 2 3 Next › Last »