Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109987 - Aimsniff ebuild message wrong
Summary: Aimsniff ebuild message wrong
Status: RESOLVED DUPLICATE of bug 109482
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 20:42 UTC by Eric Pretorious
Modified: 2005-10-31 18:29 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 Eric Pretorious 2005-10-20 20:42:23 UTC
When aimsniff-0.9-r1 is finished merging, portage issues these directions:

 * To create and enable the mysql database, please run:
 * ebuild /var/db/pkg/net-analyzer/aimsniff-0.9/aimsniff-0.9.ebuild config

Note that the 'r1' is missing from the path. i.e., The correct command is...

 ebuild /var/db/pkg/net-analyzer/aimsniff-0.9-r1/aimsniff-0.9-r1.ebuild config

Reproducible: Always
Steps to Reproduce:
1. emerge aimsniff-0.9-r1
Actual Results:  
Portage issues these directions:

 * To create and enable the mysql database, please run:
 * ebuild /var/db/pkg/net-analyzer/aimsniff-0.9/aimsniff-0.9.ebuild config

Expected Results:  
Portage *should* have issued these directions, instead:

 * To create and enable the mysql database, please run:
 * ebuild /var/db/pkg/net-analyzer/aimsniff-0.9-r1/aimsniff-0.9-r1.ebuild config

Also, the ebuild requests the root password for MySQL but does NOT hide it from
displaying on the screen.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-21 06:37:40 UTC
Both is wrong. emerge --config should be used
Comment 2 Eric Pretorious 2005-10-21 11:29:44 UTC
FWIW: The command worked just fine without the two dashes preceding the 'config'
command.
Comment 3 Marco Morales 2005-10-31 18:29:03 UTC

*** This bug has been marked as a duplicate of 109482 ***