Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 187866
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Portage team <dev-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Ostrow <dostrow@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 187866 depends on: Show dependency tree
Bug 187866 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-06 00:53 0000
With the new PDEPEND behavior introduced as a result of bug 180045 there is a
build failure in stage3 with perl-core/Test-Harness because we can't use USE
deps yet.

dev-lang/perl is built in stage2 with the build USE flag so it is present at
the beginning of stage3. In stage3 the build USE flag is turned off causing
dev-lang/perl to PDEPEND on perl-core/Test-Harness which itself DEPENDs on
dev-lang/perl.

The resolver sees that the dep on perl is already satisfied since perl was
built in stage2 and places the build of Test-Harness before the rebuild of perl
without the build USE flag set. Test-Harness fails as it needs to be built with
a perl without said USE flag enabled.

Please provide a resolution.

Thanks.

------- Comment #1 From Brent Baude 2007-08-06 01:09:18 0000 -------
Reverting to portage-2.1.2.9 appears to correct the emerge order

------- Comment #2 From Zac Medico 2007-08-06 01:28:55 0000 -------
Adding this dependency to dev-lang/perl should solve it:

REDPEND="build? ( !perl-core/Test-Harness )"

The resolver will see that perl-core/Test-Harness is blocked and therefore it
has to rebuild dev-lang/perl first.

------- Comment #3 From Jakub Moc (RETIRED) 2007-08-06 07:35:37 0000 -------
*** Bug 187737 has been marked as a duplicate of this bug. ***

------- Comment #4 From Christian Hartmann 2007-08-06 10:21:56 0000 -------
Added suggested fix by Zac.

------- Comment #5 From Christian Heim (RETIRED) 2007-08-13 19:18:23 0000 -------
Guess we need the same for perl-core/PodParser and dev-perl/Locale-gettext.

------- Comment #6 From Zac Medico 2007-08-17 22:57:56 0000 -------
(In reply to comment #5)
> Guess we need the same for perl-core/PodParser and dev-perl/Locale-gettext.

Thanks, I went ahead and added blockers for those.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug