Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181229 - patch for dev-lang/perl-5.8.8-r2 which fix perlcc bug
Summary: patch for dev-lang/perl-5.8.8-r2 which fix perlcc bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL: http://www.mail-archive.com/fedora-pe...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-07 18:44 UTC by Evgeniy Kliymovich
Modified: 2007-08-19 11:29 UTC (History)
0 users

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


Attachments
perl-5.8.8-perlcc.patch (perl-5.8.8-perlcc.patch,559 bytes, patch)
2007-06-07 18:45 UTC, Evgeniy Kliymovich
Details | Diff
perl-5.8.8-r2.ebuild.patch (perl-5.8.8-r2.ebuild.patch,365 bytes, patch)
2007-06-07 18:46 UTC, Evgeniy Kliymovich
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeniy Kliymovich 2007-06-07 18:44:19 UTC
Hi.

When I try:
# perlcc foo.pl
I see error message:
[--skip---]
 No definition for sub Fcntl::SEEK_END (unable to autoload)
 No definition for sub Fcntl::F_SETFL
 No definition for sub Fcntl::F_SETFL (unable to autoload)
 Can't locate object method "IVX" via package "B::NV" at /usr/lib/perl5/5.8.8/i686-linux-thread-multi/B/C.pm line 650.
 CHECK failed--call queue aborted.

Following perl-5.8.8-perlcc.patch fix this error.
Also perl-5.8.8-r2.ebuild.patch for perl-5.8.8-r2.ebuild
Comment 1 Evgeniy Kliymovich 2007-06-07 18:45:44 UTC
Created attachment 121424 [details, diff]
perl-5.8.8-perlcc.patch
Comment 2 Evgeniy Kliymovich 2007-06-07 18:46:12 UTC
Created attachment 121426 [details, diff]
perl-5.8.8-r2.ebuild.patch
Comment 3 Christian Hartmann (RETIRED) gentoo-dev 2007-08-19 11:29:28 UTC
Good catch! Fixed in cvs.