Search Criteria
Package Details: redumper 751-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/redumper.git (read-only, click to copy) |
|---|---|
| Package Base: | redumper |
| Description: | Low level CD dumper utility |
| Upstream URL: | https://github.com/superg/redumper |
| Licenses: | GPL-3.0-only |
| Submitter: | jjm |
| Maintainer: | jjm |
| Last Packager: | jjm |
| Votes: | 3 |
| Popularity: | 0.044583 |
| First Submitted: | 2024-03-25 18:58 (UTC) |
| Last Updated: | 2026-09-12 19:45 (UTC) |
Dependencies (9)
- libc++ (libc++-with-libunwindAUR, libc++-msanAUR, clang-static-gitAUR)
- libc++abi (libc++-with-libunwindAUR, libc++abi-msanAUR, clang-static-gitAUR)
- base-devel (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- lld (llvm-gitAUR, clang-static-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR, clang-static-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
ToadKing commented on 2026-08-19 04:54 (UTC) (edited on 2026-08-19 04:57 (UTC) by ToadKing)
Two fixes this package needs:
The
REDUMPER_CLANG_USE_LIBCPP=ONline added a while back doesn't seem to be needed anymore according to the original commenter, and it is the cause of the gtest errors other users and myself are seeing. It should be removed.For some reason the build step unsets all the CFLAGS and CXXFLAGS. This effectively disables optimizations for the build and it makes some analysis steps that should take ten seconds instead take ten minutes on my machine. The entire
unset ...line should be removed, since we don't want to clear C/CXX flags and the other variables get overridden manually on the cmake line anyways.crunk1 commented on 2026-08-18 16:56 (UTC) (edited on 2026-08-18 16:56 (UTC) by crunk1)
Due to some conflict with gtest, I have to add
-DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=NEVERto every update.Any actions to take to fix the gtest conflict?
simona commented on 2026-08-14 21:16 (UTC)
simona commented on 2026-07-24 13:46 (UTC)
ninja: build stopped: subcommand failed.
OdinVex commented on 2026-07-20 21:19 (UTC)
@ToadKing, Thank you.
ToadKing commented on 2026-07-20 00:00 (UTC)
Update to my issue: I was able to build correctly if I removed the
-DREDUMPER_CLANG_USE_LIBCPP=ONline from the build script.yigitsalar commented on 2026-07-19 15:46 (UTC) (edited on 2026-07-19 15:47 (UTC) by yigitsalar)
This error on a clean chroot.
ToadKing commented on 2026-07-18 21:20 (UTC)
I'm getting a different build error on 734:
myon commented on 2026-07-18 13:10 (UTC) (edited on 2026-07-18 13:48 (UTC) by myon)
EDIT: this was already fixed on 734 and now it builds without any modification
This is the current diff I needed to be able to compile 733 on my system with
pkgctl build:simona commented on 2026-07-18 12:05 (UTC)
1 2 3 Next › Last »