Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86640 - mactime command broken in app-forensics/sleuthkit-1.73-r1
Summary: mactime command broken in app-forensics/sleuthkit-1.73-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Forensics Herd [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 04:36 UTC by Olivier Castan
Modified: 2005-04-29 16:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Castan 2005-03-25 04:36:42 UTC
sleuthkit-1.73-r1.ebuild introduced a patch to sleuthkit:
sleuthkit-1.73_dbtool.patch
The problem is that both the ebuild and the patch try to correct the build of mactime (by modifying src/timeline/config-perl) to use standard library paths. Since sleuthkit-1.73_dbtool.patch is a patch it removes the good lines, but in the ebuild the command is:
sed -i '63,69d' src/timeline/config-perl || die "sed config-perl failed"
and it removes a few more lines, in the fact the ones that copy the content of mactime.base in the final version of mactime
With this problem the content of mactime is limited to "#!/usr/bin/perl" !

Just remove the sed command from the ebuild to get every thing right.

Reproducible: Always
Steps to Reproduce:
Comment 1 Daniel Black (RETIRED) gentoo-dev 2005-04-29 16:51:57 UTC
fixed finally. I'm sorry I overlooked this for so long.

Thanks for the full explanation.