Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21555 - portage 2.0.48 breaks g-cpan.pl
Summary: portage 2.0.48 breaks g-cpan.pl
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-23 11:49 UTC by Phil R Lawrence
Modified: 2011-10-30 22:18 UTC (History)
1 user (show)

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 Phil R Lawrence 2003-05-23 11:49:52 UTC
g-cpan.pl worked under 2.0.47-r10.
After portage upgrade to 2.0.48, g-cpan.pl gives error:
  Global symbol "$distfiles" requires explicit
  package name at /usr/bin/g-cpan.pl line 266.
  syntax error at /usr/bin/g-cpan.pl line 268, near ")

    push"
  Execution of /usr/bin/g-cpan.pl aborted due to compilation errors.


Reproducible: Always
Steps to Reproduce:
1.  (portage 2.0.47-r10)# g-cpan.pl Term::Interact
2.  (portage 2.0.47-r10)# emerge portage
3.  (portage 2.0.48)# emerge unmerge dev-perl/Term-Interact
4.  (portage 2.0.48)# g-cpan.pl Term::Interact

Actual Results:  
  Global symbol "$distfiles" requires explicit
  package name at /usr/bin/g-cpan.pl line 266.
  syntax error at /usr/bin/g-cpan.pl line 268, near ")

    push"
  Execution of /usr/bin/g-cpan.pl aborted due to compilation errors.


Expected Results:  
Installed the perl module.

Another user of g-cpan.pl reported this bug to me.  We had hoped to use
g-cpan.pl in another ebuild we are building.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-05-29 04:02:53 UTC
g-cpan.pl has been fixed for 48-r1
Comment 2 Josiah Ritchie (flickerfly) 2003-05-29 10:32:24 UTC
When will this be available in portage??