@tcmal : Please check again? Failing;
==> Validating source files with sha256sums... autopsy-4.11.0.zip ... FAILED Autopsy.desktop ... Passed ==> ERROR: One or more files did not pass the validity check!
Git Clone URL: | https://aur.archlinux.org/autopsy.git (read-only, click to copy) |
---|---|
Package Base: | autopsy |
Description: | Digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensic tools |
Upstream URL: | http://www.sleuthkit.org/autopsy/ |
Keywords: | forensics gui java postmoterm recovery sleuthkit |
Licenses: | Apache-2.0 |
Submitter: | Mikos |
Maintainer: | mh4ckwascut |
Last Packager: | mh4ckwascut |
Votes: | 83 |
Popularity: | 0.192224 |
First Submitted: | 2005-09-03 19:00 (UTC) |
Last Updated: | 2025-04-27 12:30 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
@tcmal : Please check again? Failing;
==> Validating source files with sha256sums... autopsy-4.11.0.zip ... FAILED Autopsy.desktop ... Passed ==> ERROR: One or more files did not pass the validity check!
@onyxnz Sorry about that, should work now.
I was getting error in build: ln: failed to create symbolic link '/tmp/pamac-build/autopsy/pkg/autopsy/usr/share/autopsy/autopsy/modules/ext/sleuthkit-postgresql-4.6.6.jar': File exists
so had to edit the PKGBUILD to be: # copy sleuthkit jar into autopsy
rm -f $pkgdir/usr/share/${pkgname}/${pkgname}/modules/ext/sleuthkit-postgresql-$skver.jar
rm -f $pkgdir/usr/share/${pkgname}/${pkgname}/modules/ext/sleuthkit-postgresql-4.6.6.jar
ln -s /usr/share/java/sleuthkit-$skver.jar $pkgdir/usr/share/${pkgname}/${pkgname}/modules/ext/sleuthkit-postgresql-4.6.6.jar
No problem with that.
I am interested in moving this package to the official repos. Do you have any problem with that?
(I might not do it right away as I am a bit busy, but in the near future)
This package does not follow the Arch packaging guidelines. Specifically, it installs files to /usr/man
which should be located in /usr/share/man
.
It starts but crashes while opening a new case. Here's the log: https://pastebin.com/nFqc6x54
.desktop file is broken, pls use this one:
Thanks to @Severus' comment, I was able to fix the PKGBUILD.
Here's a link to an updated working PKGBUILD: https://gist.github.com/obilodeau/a2f50b9ddd66f16d1b01e61d0c7eb221
the PKGBUILD must include cp /usr/share/java/sleuthkit-4.6.1.jar $pkgdir/usr/autopsy/modules/ext/sleuthkit-postgresql-4.6.1.jar
to run it correctly.
Pinned Comments