Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524496 - sys-apps/hwsetup-1.2-r2 fails to install /usr/sbin/hwsetup
Summary: sys-apps/hwsetup-1.2-r2 fails to install /usr/sbin/hwsetup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL: http://sources.gentoo.org/cgi-bin/vie...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-05 07:34 UTC by fdupoux
Modified: 2014-10-05 07:46 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 fdupoux 2014-10-05 07:34:49 UTC
The src_install() function in hwsetup-1.2-r2.ebuild has been changed recently. This caused a regression as the binary (/usr/sbin/hwsetup) is not installed any more. This is because "einstall" has been replaced with "emake" instead of "emake install"

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge =sys-apps/hwsetup-1.2-r2'
3. ls -l /usr/sbin/hwsetup



The fix is to put back "einstall" or to use "emake install" in src_install()
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-05 07:46:42 UTC
Fixed in -r3. Thanks for the report!