Perl 5.8 - make test problem (shmget. msgget)

From: Gustavo Delfino (gdelfino-ml_at_gdsolutions.com.ve)
Date: 09/01/03

  • Next message: Devnull: "RE: how to mount a FAT floppy"
    Date: Mon,  1 Sep 2003 12:20:27 -0400
    To: freebsd-newbies@freebsd.org
    
    

    I am trying to upgrade Perl from version 5.005_03 to 5.8 on a 4.8-RELEASE
    FreeBSD VPS (virtual private server).

    I did a 'pkg_add perl-5.8.0_7.tgz' but I then removed it because I was
    getting this error:

    /usr/libexec/ld-elf.so.1: /usr/local/bin/perl: Undefined symbol
    "nl_langinfo"

    I then decided to dowload the source and compile it myself, but some of the
    tests fail:

    ==========================================================================
    Failed Test Stat Wstat Total Fail Failed List of
    Failed
    ---------------------------------------------------------------------------

    ----
    .../ext/IPC/SysV/ipcsysv.t           78 19968    16   16 100.00%  1-16
    .../ext/IPC/SysV/t/msg.t             78 19968     9    9 100.00%  1-9
    .../ext/IPC/SysV/t/sem.t             78 19968    10   10 100.00%  1-10
    .../lib/IPC/SysV.t                   78 19968    16   16 100.00%  1-16
    .../lib/Net/Ping/t/110_icmp_inst.t  255 65280     2    1  50.00%  2
    45 tests and 414 subtests skipped.
    Failed 5/712 test scripts, 99.30% okay. 52/68476 subtests failed, 99.92%
    okay.
    ==========================================================================
    These are the failure messages:
    t/op/taint...........................# shmget failed: Function not
    implemented
    # msgget failed
    ok
    ext/IPC/SysV/ipcsysv.................msgget failed: Function not
    implemented
    FAILED at test 1
    ext/IPC/SysV/t/msg...................msgget: 78 Function not implemented
    FAILED at test 1
    ext/IPC/SysV/t/sem...................semget: 78 Function not implemented
    FAILED at test 1
    lib/IPC/SysV.........................msgget failed: Function not
    implemented
    FAILED at test 1
    lib/Net/Ping/t/110_icmp_inst.........icmp socket error - Operation not
    permitted at ../lib/Net/Ping/t/110_icmp_inst.t line 27
    FAILED at test 2
    I also tried with perl 5.6.1, but make test fails too.
    Please help me.
    Regards,
    -- 
    Gustavo Delfino
    Caracas, Venezuela
    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
    

  • Next message: Devnull: "RE: how to mount a FAT floppy"

    Relevant Pages