| Bug#: 181229 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: perl@gentoo.org | Reported By: iron.udjin@gmail.com | |
| Component: Applications | |||
| URL: http://www.mail-archive.com/fedora-perl-devel-list@redhat.com/msg01066.html | |||
| Summary: patch for dev-lang/perl-5.8.8-r2 which fix perlcc bug | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-06-07 18:44 0000 | |||
| Description: | Opened: 2007-06-07 18:44 0000 |
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
Created an attachment (id=121424) [details]
perl-5.8.8-perlcc.patch
Created an attachment (id=121426) [details]
perl-5.8.8-r2.ebuild.patch
Good catch! Fixed in cvs.