Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307235 - sys-apps/portage-2.2_rc63 dependency system broken?
Summary: sys-apps/portage-2.2_rc63 dependency system broken?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
Depends on:
Blocks: 307597
  Show dependency tree
 
Reported: 2010-02-28 22:18 UTC by Sebastian Pipping
Modified: 2010-03-03 11:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Case with boost-build dependency missing (sys-apps--portage-2.2_rc63--boost-build.txt.bz2,106.27 KB, text/plain)
2010-02-28 22:58 UTC, Sebastian Pipping
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2010-02-28 22:18:19 UTC
- as part of a world update portage wanted to emerge boost 1.41 (dev-libs/boost-1.41.0-r3)
- compilation failed with "bjam-1_41: command not found"
- i found out that "dev-util/boost-build-1.41.0" was actually no installed
- i check DEPEND in boost 1.41 - looks sane
- i ask portage to pretend-install just dev-libs/boost-1.41.0-r3 -> pulls in dev-util/boost-build-1.41.0
- i ask portage to pretend-update world (emerge --update --keep-going @system @world) -> pulls in boost but _not_ boost-build
Comment 1 Zac Medico gentoo-dev 2010-02-28 22:32:27 UTC
(In reply to comment #0)
> - i ask portage to pretend-update world (emerge --update --keep-going @system
> @world) -> pulls in boost but _not_ boost-build

Does --deep make any difference. Please post --pretend --debug output for the command that produces incorrect results.
Comment 2 Sebastian Pipping gentoo-dev 2010-02-28 22:58:59 UTC
Created attachment 221565 [details]
Case with boost-build dependency missing

(In reply to comment #1)
> Does --deep make any difference.

Yes.


> Please post --pretend --debug output for the command that produces incorrect results.

Attached.  Comand was:
# emerge --pretend --debug --tree --update --keep-going @system @world
Comment 3 Zac Medico gentoo-dev 2010-03-01 00:28:20 UTC
Since dev-texlive/texlive-psutils-2008 needed to be uninstalled, it triggered --complete-graph mode in order to check for reverse dependencies. Somehow the unbuilt dev-libs/boost-1.41.0-r3 ebuild got pulled into the graph at this point, even though no new packages are supposed to be pulled in when the --complete-graph code is doing it's thing. I'm not sure how it could have gotten pulled in here, so I need to review the code some more.
Comment 4 Zac Medico gentoo-dev 2010-03-01 01:08:12 UTC
I didn't try to reproduce this but I'm pretty sure it's fixed in svn r15503.
Comment 5 Zac Medico gentoo-dev 2010-03-03 11:14:01 UTC
This is fixed in 2.1.8 and 2.2_rc64.