@Kaiya: Clear your build cache:
rm -rf /home/<redacted>/.cache/yay/scalpel-git
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/scalpel-git.git (read-only, click to copy) |
|---|---|
| Package Base: | scalpel-git |
| Description: | Recover files based on their headers, footers and internal data structures. This program is based on Foremost. |
| Upstream URL: | https://github.com/sleuthkit/scalpel |
| Licenses: | Apache |
| Conflicts: | scalpel |
| Provides: | scalpel |
| Submitter: | m3tamantra |
| Maintainer: | willemw |
| Last Packager: | willemw |
| Votes: | 80 |
| Popularity: | 0.000000 |
| First Submitted: | 2014-05-24 13:25 (UTC) |
| Last Updated: | 2021-06-25 13:21 (UTC) |
@Kaiya: Clear your build cache:
rm -rf /home/<redacted>/.cache/yay/scalpel-git
Compiles just fine. Build the package manually without relying on AUR helpers.
This package is not out-of-date, tagging it so is not helpful.
https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages
Currently aborts with.
==> Retrieving sources...
==> ERROR: /home/<redacted>/.cache/yay/scalpel-git/scalpel-git is not a clone of https://github.com/sleuthkit/scalpel.git
Aborting...
When installing via git clone and manually following instructions, I can't compile. For specifying -std=c++14, I tried to add that to the lines referring to gcc in the Makefile, but did not manage to compile. How to do this?
@C0rn3j: Thanks. Your suggestion worked.
Does not build with gcc 11 which seems to default to C++17, specifying --std=c++14 would probably help, didn't test.