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

Bug 319873

Summary: sys-apps/portage-2.1.8.3: redundant information requested on build failure
Product: Portage Development Reporter: Pacho Ramos <pacho>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pacho Ramos gentoo-dev 2010-05-15 18:51:08 UTC
When a build fails I get the following message at end:

If you need support, post the output of 'emerge --info =dev-libs/xerces-c-3.0.1-r1',
the complete build log and the output of 'emerge -pqv =dev-libs/xerces-c-3.0.1-r1'.
The complete build log is located at '/var/log/portage/build/dev-libs/xerces-c-3.0.1-r1:20100515-174522.log'.
The ebuild environment file is located at '/var/tmp/portage/dev-libs/xerces-c-3.0.1-r1/temp/environment'.
S: '/var/tmp/portage/dev-libs/xerces-c-3.0.1-r1/work/xerces-c-3.0.1'


But 'emerge --info =dev-libs/xerces-c-3.0.1-r1' output already contains information provided by 'emerge -pqv =dev-libs/xerces-c-3.0.1-r1'

Thanks

Reproducible: Always
Comment 1 Zac Medico gentoo-dev 2010-05-15 20:33:58 UTC
(In reply to comment #0)
> But 'emerge --info =dev-libs/xerces-c-3.0.1-r1' output already contains
> information provided by 'emerge -pqv =dev-libs/xerces-c-3.0.1-r1'

It does if the package is already installed, and with the same USE settings. Otherwise, there's some difference.
Comment 2 Pacho Ramos gentoo-dev 2010-05-15 20:36:47 UTC
OK, sorry for the inconvenience