got this today
error: failed to prepare transaction (could not satisfy dependencies) :: installing sleuthkit-java (4.9.0-1) breaks dependency 'sleuthkit-java=4.8.0' required by autopsy
Worked fine after remove the package and re-install it.
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.82 |
First Submitted: | 2005-09-03 19:00 (UTC) |
Last Updated: | 2023-10-02 21:23 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
got this today
error: failed to prepare transaction (could not satisfy dependencies) :: installing sleuthkit-java (4.9.0-1) breaks dependency 'sleuthkit-java=4.8.0' required by autopsy
Worked fine after remove the package and re-install it.
@toddejohnson should now be fixed
When building in chroot there is an error that needs the below patch:
- install -Dm644 ../../Autopsy.desktop $pkgdir/usr/share/applications
+ install -Dm644 ../Autopsy.desktop $pkgdir/usr/share/applications
Sorry I missed this in my last comment.
I think this needs to require perl-parse-registry for regripper.
Edit there is bug for Recent Activity too: https://github.com/sleuthkit/autopsy/issues/5611
4.14 is blocked by a problem in sleuthkit-java (which is blocked upstream).
please remove the version requirement for sleuthkit-java in this package and autopsy in the sleuthkit-java package. partial upgrades are not supported on Arch anyways so nothing is gained from it, and further it creates an even stricter circular dependency (one cannot make autopsy-4.13.0-0 without installing sleuthkit-java-4.7.0-0, and one cannot install sleuthkit-java-4.7.0-0 without installing autopsy-4.13.0-0).
if they are truly interdependent and version dependent, they should be built together as a split package. if, however, autopsy does not require sleuthkit-java at all or vice versa, it should instead be moved to an optdepends. but currently, even if both are installed, one cannot upgrade either without forcing ignoring dependencies.
Hi, after the installation Autopsy does not start properly. Instead, when I type autopsy
I get NetBeans Platform 8.2 splash screen and GUI running.
How can I get Autopsy running properly?
@bryanhonof You need to make sure you have the JavaFX package installed for whatever version of java you're using, So for example java8-openjfx for openjdk 8. Then double check you're actually using the right version of java using archlinux-java status
I am getting an error about javafx and I am not sure how to fix it.
[javac] Compiling 81 source files to /home/bryan/.cache/yay/sleuthkit-java/src/sleuthkit-4.7.0/bindings/java/build
[javac] /home/bryan/.cache/yay/sleuthkit-java/src/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/TimelineFilter.java:33: error: package javafx.beans.property does not exist
[javac] import javafx.beans.property.BooleanProperty;
They all pretty much look like this.
@pokexpert Could you give me the full build/launch logs please?
Pinned Comments