Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 585088 - app-forensics/sleuthkit-4.1.3: automagick dependency on dev-util/cppunit
Summary: app-forensics/sleuthkit-4.1.3: automagick dependency on dev-util/cppunit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Göktürk Yüksek
URL:
Whiteboard:
Keywords:
Depends on: 585090
Blocks:
  Show dependency tree
 
Reported: 2016-06-05 10:28 UTC by Andrew Savchenko
Modified: 2017-08-16 03:10 UTC (History)
0 users

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


Attachments
configure.log (configure.log,15.15 KB, text/plain)
2016-06-05 10:28 UTC, Andrew Savchenko
Details
emerge --info (emerge.info,11.18 KB, text/plain)
2016-06-05 10:29 UTC, Andrew Savchenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2016-06-05 10:28:44 UTC
Created attachment 436522 [details]
configure.log

Hi,

cppunit is not in DEPEND, but sleuthkit checks for it and uses it for tests:

checking for cppunit-config... /usr/bin/cppunit-config
checking for Cppunit - version >= 1.12.1... 1.13.1

Also please add USE="test" for tests support.
Comment 1 Andrew Savchenko gentoo-dev 2016-06-05 10:29:18 UTC
Created attachment 436524 [details]
emerge --info
Comment 2 Göktürk Yüksek archtester gentoo-dev 2017-08-16 03:10:23 UTC
Fixed in:

commit ff441371867ec3d794b1b3133c7a4dabd59907f4
Author: Göktürk Yüksek <gokturk@gentoo.org>
Date:   Tue Aug 15 22:49:52 2017 -0400

    app-forensics/sleuthkit: bump to 4.4.2, add use flags for doc, java, zlib, test
    
    The java USE flag is package.use.mask'ed on PPC and HPPA as java isn't
    available on those arches.
    
    Package-Manager: Portage-2.3.5, Repoman-2.3.2

Since automagic dependency is only meaningful in the context of tests, forcefully disabling the check through a patch has little value. Reopen if you disagree.