Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319873 - sys-apps/portage-2.1.8.3: redundant information requested on build failure
Summary: sys-apps/portage-2.1.8.3: redundant information requested on build failure
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-15 18:51 UTC by Pacho Ramos
Modified: 2010-05-15 20:36 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 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