Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92412 - cacti-cactid-0.8.6d-r1.ebuild appears to work on ppc but lacks the ~ppc keyword
Summary: cacti-cactid-0.8.6d-r1.ebuild appears to work on ppc but lacks the ~ppc keyword
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High enhancement
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 12:24 UTC by Seth McClain
Modified: 2005-05-15 15:50 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 Seth McClain 2005-05-12 12:24:05 UTC
When attempting to emerge cacti-cactid I noticed that it is missing the ppc or ~ppc keyword.  After adding that keyword I am able to emerge and run cactid successfully.

Please add the ~ppc keyword to cacti-cactid-0.8.6d-r1.ebuild

Reproducible: Always
Steps to Reproduce:
1. echo "net-analyzer/cacti-cactid ~ppc" >> /etc/portage/package.keywords
2. emerge -a cacti-cactid

Actual Results:  
# echo "net-analyzer/cacti-cactid ~ppc" >> /etc/portage/package.keywords
# emerge -a cacti-cactid

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

Calculating dependencies
!!! All ebuilds that could satisfy "cacti-cactid" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-analyzer/cacti-cactid-0.8.6c (masked by: missing keyword)
- net-analyzer/cacti-cactid-0.8.6d-r1 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.

Expected Results:  
# echo "net-analyzer/cacti-cactid ~ppc" >> /etc/portage/package.keywords
# emerge -a cacti-cactid

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

Calculating dependencies ...done!
[ebuild  N    ] net-analyzer/cacti-cactid-0.8.6d-r1

Do you want me to merge these packages? [Yes/No]


I am still new to submitting bug reports here.  Please let me know if there is
anything I can do to make these reports more usable.
Comment 1 Joe Jezak (RETIRED) gentoo-dev 2005-05-15 15:50:07 UTC
Marked ~ppc in CVS.  Thanks for the report!