Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6022 - ACCEPT_KEYWORDS="x86" emerge package doesn't work as expected
Summary: ACCEPT_KEYWORDS="x86" emerge package doesn't work as expected
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-04 21:35 UTC by Mark Guertin
Modified: 2011-10-30 22:22 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 Mark Guertin 2002-08-04 21:35:33 UTC
It seems that portage doesn't (yet?) accept this argument.  It is pretty  
imporant for testing purposes, and generic scripting purposes. Tried both 
exporting and passing inline. 
 
Can you look at this please Daniel? Would be immensely helpful :)  
  
Mark
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-08-05 00:27:17 UTC
With Portage 2.0.24_beta on an x86 system (no changes to keywords code from 2.0.23):

root@inventor sys-apps # emerge -p powerpc-utils

These are the packages that I would merge, in order.

Calculating dependencies   !!! Couldn't find match for powerpc-utils; aborting.
root@inventor sys-apps # ACCEPT_KEYWORDS="ppc" emerge -p powerpc-utils

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild  N   ] sys-apps/powerpc-utils-1.1.3 to /

root@inventor sys-apps # ACCEPT_KEYWORDS="ppc" emerge powerpc-utils
Calculating dependencies ...done!
>>> emerge sys-apps/powerpc-utils-1.1.3 to />>> emerge
sys-apps/powerpc-utils-1.1.3 to /
>>> md5 ;-) powerpc-utils_1.1.3.orig.tar.gz
>>> md5 ;-) powerpc-utils_1.1.3-3.diff.gz
 * Sorry, this is a PPC only package.

!!! ERROR: The ebuild did not complete successfully.
!!! Function pkg_setup, Line 20, Exitcode 0
!!! Sorry, this as a PPC only pacakge.

!!! emerge aborting on 
/usr/portage/sys-apps/powerpc-utils/powerpc-utils-1.1.3.ebuild .

What version of Portage are you using?

[snip]

Comment 2 Mark Guertin 2002-08-05 02:20:35 UTC
Hmm very strange, I am running .23  
  
surfer root # emerge -s portage  
Searching...  
[ Results for search key : portage ]  
[ Applications found : 3 ]  
  
*  sys-apps/portage  
      Latest version Available: 2.0.23  
      Latest version Installed: 2.0.23  
      Homepage: http://www.gentoo.org  
      Description: Portage ports system  
  
surfer root # ACCEPT_KEYWORDS="x86" emerge -p grub  
  
These are the packages that I would merge, in order.  
  
Calculating dependencies   !!! Couldn't find match for grub; aborting.  
 
I will try with the .24 in cvs in the morning and see if it's hapier with me 
or not (and I also tried rm -rf /var/cache/edb/dep/* with no success) 
Comment 3 Mark Guertin 2002-08-06 10:58:39 UTC
Just installed .25 on my ppc at work and this seems to be cleared up.  I will
close this bug, thanks :)