First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 86640
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Forensics Herd <forensics@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Olivier Castan <castan.o@free.fr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 86640 depends on: Show dependency tree
Show dependency graph
Bug 86640 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-25 04:36 0000
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 From Daniel Black 2005-04-29 16:51:57 0000 -------
fixed finally. I'm sorry I overlooked this for so long.

Thanks for the full explanation.

First Last Prev Next    No search results available      Search page      Enter new bug