Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299336 - app-misc/pip-1.2 not keyworded for amd64
Summary: app-misc/pip-1.2 not keyworded for amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2010-01-02 13:04 UTC by Erik
Modified: 2010-01-04 10:07 UTC (History)
1 user (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 Erik 2010-01-02 13:04:21 UTC
app-misc/pip-1.2 does not work on the amd64 architecture.

Reproducible: Always

Steps to Reproduce:
emerge pip
Actual Results:  
!!! All ebuilds that could satisfy "app-misc/pip" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-misc/pip-1.2 (masked by: missing keyword)


Usually it would work by adding "=app-misc/pip-1.2* ~amd64" to /etc/portage/package.keywords, but not in this case.
Comment 1 Wormo (RETIRED) gentoo-dev 2010-01-03 07:47:29 UTC
Can you follow the directions here:
http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml#keyword

and let us know if it works ok on amd64?
Comment 2 Erik 2010-01-03 11:35:12 UTC
I could build it and the follwoing test worked:
echo "int main() {return 17;}" | pip -io gcc -.c -o - > prov
chmod +x prov
./prov

(It returned 17 as expected.)
Comment 3 Wormo (RETIRED) gentoo-dev 2010-01-04 07:22:29 UTC
Thanks for reporting back your successful test results -- assigning your report to devs who can add the keyword.
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2010-01-04 10:07:19 UTC
Keyworded for amd64

Closing