Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45548 - portage-2.0.50-r2.ebuild has arm in KEYWORDS
Summary: portage-2.0.50-r2.ebuild has arm in KEYWORDS
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-23 14:25 UTC by Mr. Bones. (RETIRED)
Modified: 2004-03-23 15:49 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 Mr. Bones. (RETIRED) gentoo-dev 2004-03-23 14:25:54 UTC
The portage-2.0.50-r2.ebuild ebuild has:
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~s390 ~x86"

arm was removed some time ago.  The fact that arm is in KEYWORDS causes repoman
to traceback:

Traceback (most recent call last):
  File "/usr/bin/repoman", line 707, in ?
    raise IOError, "Profile dir does not exist: "+profdir
IOError: Profile dir does not exist: /home/msterret/gentoo-x86/profiles/default-arm-1.4

repoman should handle this better, but the problem really is that arm shouldn't
be in the KEYWORDS.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2004-03-23 14:41:45 UTC
--ignore-other-arches

Wasn't aware arm was removed. Had asked about it but no
one mentioned anything. Last I heard was that ARM was on
the backburner. Can remove.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-03-23 15:49:46 UTC
Thanks.  Removed arm from KEYWORDS.