Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953067 - app-benchmarks/phoronix-test-suite: Use app-arch/7zip if applicable
Summary: app-benchmarks/phoronix-test-suite: Use app-arch/7zip if applicable
Status: UNCONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 942397
  Show dependency tree
 
Reported: 2025-04-02 23:12 UTC by NRK
Modified: 2025-04-02 23:16 UTC (History)
4 users (show)

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 NRK 2025-04-02 23:12:48 UTC
app-benchmarks/phoronix-test-suite currently has a dependency on app-arch/p7zip. As far as I can tell from grepping, it seems to only really use the `7z` executable.

If this is indeed the case, then the dependency can be changed to the following since 7zip[symlink] provides that executable as well:

	|| (
		>=app-arch/7zip-24.09[symlink(+)]
		app-arch/p7zip
	)

Please double check and test with app-arch/7zip[symlink] and add it as an option if everything works well. If something doesn't work, please report that as well.

See also: https://bugs.gentoo.org/942397