Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 109987

Summary: Aimsniff ebuild message wrong
Product: Gentoo Linux Reporter: Eric Pretorious <epretorious>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED DUPLICATE    
Severity: normal CC: trombik
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***