[Bug 199736] New: perl C compiler Can't locate object method "IVX" via package "B::NV"

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 21 17:56:21 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199736

           Summary: perl C compiler Can't locate object method "IVX" via
                    package "B::NV"
           Product: Fedora Core
           Version: fc5
          Platform: i386
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: perl
        AssignedTo: jvdias at redhat.com
        ReportedBy: timliim at lucent.com
         QAContact: dkl at redhat.com
                CC: fedora-perl-devel-list at redhat.com


Description of problem:
  When compile perl script into C code, modules complained 
      Can't locate object method "IVX" via package "B::NV"


Version-Release number of selected component (if applicable):
    $ rpm -qf /usr/lib/perl5/5.8.8/i386-linux-thread-multi/B/C.pm
    perl-5.8.8-5


How reproducible:
    always.

Steps to Reproduce:
1. create a file tw.pl with this content:
        #!/usr/bin/perl -w
        use strict;
        package mx;
        sub new {}
        #sub x   { my $m = 5.1; }
        1;

2. compile with this line
        time perl -MO=C tw.pl > t.c
  
Actual results:
    Got error msg
        Can't locate object method "IVX" via package "B::NV" at    
            /usr/lib/perl5/5.8.8/i386-linux-thread-multi/B/C.pm line 650.
        CHECK failed--call queue aborted.


Expected results:
    Compiling ok, produce a compilable .c file:

Additional info:

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list