Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670482 - FEATURES=getbinpkg from make.conf overrides emerge command-line argument (--getbinpkg=n)
Summary: FEATURES=getbinpkg from make.conf overrides emerge command-line argument (--g...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-06 11:59 UTC by Martin Kletzander
Modified: 2023-08-24 20:36 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 Martin Kletzander 2018-11-06 11:59:16 UTC
When having FEATURES=getbinpkg in /etc/portage/make.conf using --getbinpkg=n in the command line for emerge doesn't change anything.

Reproducible: Always

Steps to Reproduce:
1. Have a bin package
2. Set FEATURES=getbinpkg in /etc/portage/make.conf
3. Try rebuilding the package with 'emerge --getbinpkg=n'
Actual Results:  
Installs the old bin package.

Expected Results:  
Rebuilds the package.

My guess is that getbinpkg needs similar treatment as buildpkg here:

https://github.com/gentoo/portage/blob/2e87bfaabd0550f0b34556470b28906d30bd5e48/lib/_emerge/actions.py#L2284