Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 167776
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Perl Devs @ Gentoo <perl@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Nicolas Litchinko <nicolas@litchinko.fr>
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 167776 depends on: Show dependency tree
Bug 167776 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-02-20 18:49 0000
* DEFINED OVERLAYS DON'T EXIST!

This probably happens with other versions too.

I was able to work around (fix?) this issue by editing line 297 of
/usr/bin/g-cpan.

unless (keys %{$gcpan_run->{portage_bases}} > 1)
becomes
unless (keys %{$gcpan_run->{portage_bases}} >= 1)
and g-cpan won't exit early when you only have one overlay defined in
PORTDIR_OVERLAY.

------- Comment #1 From Michael Cummings (RETIRED) 2007-02-26 10:18:06 0000 -------
fixed in svn. sorry about that, seeing this makes it feel even sillier to have
missed earlier.

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