<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>47096</bug_id>
          
          <creation_ts>2004-04-07 07:37 0000</creation_ts>
          <short_desc>app-admin/sleuthkit-1.69 ebuild request</short_desc>
          <delta_ts>2004-09-23 05:34:25 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>TEST-REQUEST</resolution>
          <bug_file_loc>http://packages.debian.org/unstable/admin/sleuthkit</bug_file_loc>
          
          <keywords>EBUILD</keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>47097</blocked>
          
          <everconfirmed>1</everconfirmed>
          <reporter>rockoo@gmail.com</reporter>
          <assigned_to>dragonheart@gentoo.org</assigned_to>
          <cc>alpha@gentoo.org</cc>
    
    <cc>amd64@gentoo.org</cc>
    
    <cc>lsmod@hotmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>rockoo@gmail.com</who>
            <bug_when>2004-04-07 07:37:18 0000</bug_when>
            <thetext>app-admin/sleuthkit-1.68 ebuild request

homepage:
http://www.sleuthkit.org/sleuthkit/

desc:
The Sleuth Kit is a collection of command line digital forensic tools. The tools run on Linux, OS X, FreeBSD, OpenBSD, and Solaris and can analyze FAT, NTFS, UFS, EXT2FS, and EXT3FS.

Autopsy requires SleuthKit</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mholzer@gentoo.org</who>
            <bug_when>2004-04-27 09:08:57 0000</bug_when>
            <thetext>Daniel wanna try this ebuild too ?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>lsmod@hotmail.com</who>
            <bug_when>2004-04-27 17:39:34 0000</bug_when>
            <thetext>Created an attachment (id=30200)
sleuthkit-1.69.ebuild

ACK! Sleuthkit and Autopsy were obviously not made for distros. &gt;.&lt;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dragonheart@gentoo.org</who>
            <bug_when>2004-05-05 22:06:02 0000</bug_when>
            <thetext>Committed to cvs.

Arch test requested - debian lists this package as unstable on all archs/

http://packages.debian.org/unstable/admin/sleuthkit</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fmccor@gentoo.org</who>
            <bug_when>2004-05-06 05:05:50 0000</bug_when>
            <thetext>It builds on sparc, installs without disturbing anything, and the programs seem
to run, so I&apos;ll mark it ~sparc.  I&apos;m not sure how to go about testing it, though.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>randy@gentoo.org</who>
            <bug_when>2004-05-06 07:15:33 0000</bug_when>
            <thetext>Installs on s390</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>lsmod@hotmail.com</who>
            <bug_when>2004-05-06 10:05:08 0000</bug_when>
            <thetext>bump to 1.69, which is what i put my ebuild in as.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dragonheart@gentoo.org</who>
            <bug_when>2004-05-06 13:46:31 0000</bug_when>
            <thetext>version bumped to 1.69. Thanks Daniel. Appoligies for the oversight - good ebuild btw.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>lsmod@hotmail.com</who>
            <bug_when>2004-05-06 14:41:53 0000</bug_when>
            <thetext>&gt;good ebuild btw.
Thanks! I feel special now. =D</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>rockoo@gmail.com</who>
            <bug_when>2004-05-06 18:22:35 0000</bug_when>
            <thetext>*** Bug 50222 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>rockoo@gmail.com</who>
            <bug_when>2004-05-06 18:41:58 0000</bug_when>
            <thetext>can not connect w/ autopsy-2.0 to sleuthkit-1.69 ... 1.68 works fine (x86)

&lt;snip&gt;
ERROR: Sleuth Kit file executable missing
&lt;/snap&gt;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>lsmod@hotmail.com</who>
            <bug_when>2004-05-06 19:26:17 0000</bug_when>
            <thetext>portion of sleuthkit-1.68 makefile:

no-perl:
        cd src/misc; make &quot;CC=$(CC)&quot; MAKELEVEL=
        cd src/hashtools; make &quot;CC=$(CC)&quot; MAKELEVEL=
        cd src/fstools; make &quot;CC=$(CC)&quot; MAKELEVEL=
        cd src/mmtools; make &quot;CC=$(CC)&quot; MAKELEVEL=
        cd src/file; CC=&quot;$(CC)&quot; sh ./install


same portion of sleuthkit-1.69 makefile:

no-perl:
        cd src/misc; make &quot;CC=$(CC)&quot; MAKELEVEL=
        cd src/hashtools; make &quot;CC=$(CC)&quot; MAKELEVEL=
        cd src/fstools; make &quot;CC=$(CC)&quot; MAKELEVEL=
        cd src/mmtools; make &quot;CC=$(CC)&quot; MAKELEVEL=

The sleuthkit guys took &apos;file&apos; out &apos;no-perl&apos;.  My ebuild was made for 1.69 so it screwed up when using 1.68.

Add sys-apps/file to sleuthkit-1.69 and get everyone who emerge&apos;d sleuthkit-1.68 to update and re-emerge sys-apps/file.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dragonheart@gentoo.org</who>
            <bug_when>2004-05-06 21:29:33 0000</bug_when>
            <thetext>Ok - removed version 1.68.
I added sys-apps/file as a runtime dependancy of autopsy-2.00.

sys-apps/file isn&apos;t a depend on sleuthkit so I&apos;m not going to put it there to fix the previous version. Looking at:

$ qpkg -f -v /usr/bin/file
app-arch/file-roller-2.4.4-r2 *
gnome-base/control-center-1.4.0.5-r1 *
net-fs/coda-6.0.3 *
sys-apps/file-4.06 *

this isn&apos;t the only overwriter of &quot;file&quot;.

NOTE to peoples here who installed verions 1.68 of sleuthkit - please remerge sys-apps/file.

Test plan for ARCHters:
Step 1:
ils /dev/discs/disc0/part1

This will list inodes of removed files on the partion /dev/discs/disc0/part1

Step 2: Create copy of disk image (suggest /boot or something small)

dd if=/dev/discs/disc0/part1 of=/tmp/image

Step 3: istat test
istat /tmp/image {inodenum from step 1 - first column}

will list metadata about that node.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dragonheart@gentoo.org</who>
            <bug_when>2004-05-06 22:35:09 0000</bug_when>
            <thetext>Please ingore my comments about other packages overwriting /usr/bin/file. This is incorrect and a known qpkg bug #50157 that I based my information off.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gmsoft@gentoo.org</who>
            <bug_when>2004-05-12 09:29:38 0000</bug_when>
            <thetext>Marked stable on hppa.</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>30200</attachid>
            <date>2004-04-27 17:39 0000</date>
            <desc>sleuthkit-1.69.ebuild</desc>
            <filename>sleuthkit-1.69.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA0IEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4KIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
CiMgJEhlYWRlcjogJAoKREVTQ1JJUFRJT049IkEgY29sbGVjdGlvbiBvZiBmaWxlIHN5c3RlbSBh
bmQgbWVkaWEgbWFuYWdlbWVudCBmb3JlbnNpYyBhbmFseXNpcyB0b29scyIKU1JDX1VSST0ibWly
cm9yOi8vc291cmNlZm9yZ2Uvc2xldXRoa2l0LyR7UH0udGFyLmd6IgpIT01FUEFHRT0iaHR0cDov
L3d3dy5zbGV1dGhraXQub3JnL3NsZXV0aGtpdC8iCgpLRVlXT1JEUz0ifng4NiIKTElDRU5TRT0i
R1BMLTIgSUJNIgpTTE9UPSIwIgoKREVQRU5EPSJkZXYtbGFuZy9wZXJsCglkZXYtcGVybC9EYXRl
TWFuaXAiCgpzcmNfdW5wYWNrKCkgewoJdW5wYWNrICR7QX0KCWNkICR7U30KCXNlZCAtaSAnNjMs
NjlkJyBzcmMvdGltZWxpbmUvY29uZmlnLXBlcmwKCXNlZCAtaSAnczpgY2QgLi4vLi47IHB3ZGA6
L3VzcjonIHNyYy9zb3J0ZXIvaW5zdGFsbAp9CgpzcmNfY29tcGlsZSgpIHsKCWV4cG9ydCBPUFQ9
IiR7Q0ZMQUdTfSIKCXVuc2V0IENGTEFHUwoJbWFrZSAtZSBuby1wZXJsIHNvcnRlciBtYWN0aW1l
IHx8IGRpZSAibWFrZSBmYWlsZWQiCn0KCnNyY19pbnN0YWxsKCkgewoJZG9iaW4gYmluLyoKCWRv
ZG9jIENIQU5HRVMgUkVBRE1FIGRvY3MvKgoJZG9jaW50byB0Y3QuZG9jcwoJZG9kb2MgdGN0LmRv
Y3MvKgoJaW5zaW50byAvdXNyL3NoYXJlL3NvcnRlcgoJZG9pbnMgc2hhcmUvc29ydGVyLyoKCWRv
bWFuIG1hbi9tYW4xLyoKfQo=
</data>        

          </attachment>
    </bug>

</bugzilla>