autopsy icon indicating copy to clipboard operation
autopsy copied to clipboard

Build failed when building autopsy from source

Open ssaadakhtarr opened this issue 4 years ago • 2 comments

I am building autopsy from source and I have followed all the steps given in the BUILDING.txt file. In step 5, when I am building autopsy using 'ant' command it is showing the following errors. image

Can anyone help me out?

ssaadakhtarr avatar Sep 11 '21 09:09 ssaadakhtarr

The Sleuth Kit Data Model JAR you are using is out-of-date with respect to the Autopsy source code in the develop branch that you are trying to build. The definition of TimelineEventType.STANDARD_ARTIFACT_CATCH_ALL was just added to the Sleuth Kit develop branch a few days ago and the same is true for the use of this symbol in the Autopsy source code in the develop branch. If you want to build the latest code, please git fetch the develop branch of TSK and build it first, then git fetch the Autopsy develop branch and build it.

rcordovano avatar Sep 13 '21 14:09 rcordovano

Hi @rcordovano the above error got resolved I guess it was due to some issue with my tsk build. But now after following all the steps when I run 'ant run' for running autopsy from source in the last step of BUILDING.txt file then it shows loading modules screen but then after a while it disappears and the terminal says build successful. I was able to build autopsy successfully but I can't run it properly. It shows the following screen and then it disappears. WhatsApp Image 2021-09-12 at 15 48 29 Can you help on this one?

ssaadakhtarr avatar Sep 13 '21 15:09 ssaadakhtarr