develooper Front page | perl.cpan.testers | Postings from June 2008

FAIL Dialog-0.03 i686-linux 2.4.27-2-386

From:
stro
Date:
June 24, 2008 05:47
Subject:
FAIL Dialog-0.03 i686-linux 2.4.27-2-386
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/


--
Dear Michael Samanov,
    
This is a computer-generated report for Dialog-0.03
on perl 5.10.0, created by CPAN-Reporter-1.1555. 

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://cpantest.grango.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make':

cp Dialog/Const.pm blib/lib/Dialog/Const.pm
AutoSplitting blib/lib/Dialog/Const.pm (blib/lib/auto/Dialog/Const)
cp Dialog/TButton.pm blib/lib/Dialog/TButton.pm
cp Dialog/TInputLine.pm blib/lib/Dialog/TInputLine.pm
cp Dialog.pod blib/lib/Dialog.pod
cp Dialog.pm blib/lib/Dialog.pm
AutoSplitting blib/lib/Dialog.pm (blib/lib/auto/Dialog)
cp Dialog/TLabel.pm blib/lib/Dialog/TLabel.pm
/home/stro/perl510/bin/perl /home/stro/perl510/lib/5.10.0/ExtUtils/xsubpp  -typemap /home/stro/perl510/lib/5.10.0/ExtUtils/typemap -typemap typemap  Dialog.xs > Dialog.xsc && mv Dialog.xsc Dialog.c
cc -c   -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/home/stro/perl510/lib/5.10.0/i686-linux/CORE"   Dialog.c
Dialog.xs:15:1: warning: "instr" redefined
In file included from /home/stro/perl510/lib/5.10.0/i686-linux/CORE/perl.h:948,
                 from Dialog.xs:7:
/home/stro/perl510/lib/5.10.0/i686-linux/CORE/embed.h:306:1: warning: this is the location of the previous definition
Dialog.xs:16:20: error: dialog.h: No such file or directory
Dialog.xs: In function 'constant':
Dialog.xs:37: error: 'ATTRIBUTE_COUNT' undeclared (first use in this function)
Dialog.xs:37: error: (Each undeclared identifier is reported only once
Dialog.xs:37: error: for each function it appears in.)
Dialog.xs:46: error: 'HAVE_NCURSES' undeclared (first use in this function)
Dialog.xs:49: error: 'MAX_LEN' undeclared (first use in this function)
Dialog.xs:55: error: 'border_attr' undeclared (first use in this function)
Dialog.xs:57: error: 'button_active_attr' undeclared (first use in this function)
Dialog.xs:59: error: 'button_inactive_attr' undeclared (first use in this function)
Dialog.xs:61: error: 'button_key_active_attr' undeclared (first use in this function)
Dialog.xs:63: error: 'button_key_inactive_attr' undeclared (first use in this function)
Dialog.xs:65: error: 'button_label_active_attr' undeclared (first use in this function)
Dialog.xs:67: error: 'button_label_inactive_attr' undeclared (first use in this function)
Dialog.xs:70: error: 'check_attr' undeclared (first use in this function)
Dialog.xs:72: error: 'check_selected_attr' undeclared (first use in this function)
Dialog.xs:75: error: 'darrow_attr' undeclared (first use in this function)
Dialog.xs:77: error: 'dialog_attr' undeclared (first use in this function)
Dialog.xs:80: error: 'inputbox_attr' undeclared (first use in this function)
Dialog.xs:82: error: 'inputbox_border_attr' undeclared (first use in this function)
Dialog.xs:84: error: 'item_attr' undeclared (first use in this function)
Dialog.xs:86: error: 'item_selected_attr' undeclared (first use in this function)
Dialog.xs:89: error: 'menubox_attr' undeclared (first use in this function)
Dialog.xs:91: error: 'menubox_border_attr' undeclared (first use in this function)
Dialog.xs:94: error: 'position_indicator_attr' undeclared (first use in this function)
Dialog.xs:97: error: 'screen_attr' undeclared (first use in this function)
Dialog.xs:99: error: 'searchbox_attr' undeclared (first use in this function)
Dialog.xs:101: error: 'searchbox_border_attr' undeclared (first use in this function)
Dialog.xs:103: error: 'searchbox_title_attr' undeclared (first use in this function)
Dialog.xs:105: error: 'shadow_attr' undeclared (first use in this function)
Dialog.xs:108: error: 'tag_attr' undeclared (first use in this function)
Dialog.xs:110: error: 'tag_key_attr' undeclared (first use in this function)
Dialog.xs:112: error: 'tag_key_selected_attr' undeclared (first use in this function)
Dialog.xs:114: error: 'tag_selected_attr' undeclared (first use in this function)
Dialog.xs:116: error: 'title_attr' undeclared (first use in this function)
Dialog.xs:119: error: 'uarrow_attr' undeclared (first use in this function)
Dialog.c: In function 'XS_Dialog_draw_shadow':
Dialog.c:220: error: 'WINDOW' undeclared (first use in this function)
Dialog.c:220: error: 'win' undeclared (first use in this function)
Dialog.c:223: error: 'stdscr' undeclared (first use in this function)
Dialog.c:225: error: expected expression before ')' token
Dialog.c: In function 'XS_Dialog_draw_box':
Dialog.c:251: error: 'chtype' undeclared (first use in this function)
Dialog.c:251: error: expected ';' before 'box'
Dialog.c:252: error: expected ';' before 'border'
Dialog.c:253: error: 'WINDOW' undeclared (first use in this function)
Dialog.c:253: error: 'win' undeclared (first use in this function)
Dialog.c:256: error: 'stdscr' undeclared (first use in this function)
Dialog.c:258: error: expected expression before ')' token
Dialog.xs:167: error: 'box' undeclared (first use in this function)
Dialog.xs:167: error: 'border' undeclared (first use in this function)
Dialog.c: In function 'XS_Dialog_line_edit':
Dialog.c:284: error: 'WINDOW' undeclared (first use in this function)
Dialog.c:284: error: 'win' undeclared (first use in this function)
Dialog.c:292: error: 'stdscr' undeclared (first use in this function)
Dialog.c:294: error: expected expression before ')' token
Dialog.xs:180: error: 'MAX_LEN' undeclared (first use in this function)
Dialog.xs:183: error: 'dialog_attr' undeclared (first use in this function)
Dialog.c: In function 'XS_Dialog_stdscr':
Dialog.c:323: error: 'WINDOW' undeclared (first use in this function)
Dialog.c:323: error: 'RETVAL' undeclared (first use in this function)
Dialog.xs:193: error: 'stdscr' undeclared (first use in this function)
Dialog.c: In function 'XS_Dialog_attrset':
Dialog.c:408: error: 'chtype' undeclared (first use in this function)
Dialog.c:408: error: expected ';' before 'attr'
Dialog.c:410: error: 'attr' undeclared (first use in this function)
Dialog.xs: In function 'XS_Dialog_gotoyx':
Dialog.xs:234: error: 'stdscr' undeclared (first use in this function)
Dialog.xs: In function 'XS_Dialog_Menu':
Dialog.xs:317: error: 'na' undeclared (first use in this function)
Dialog.xs: In function 'XS_Dialog_CheckList':
Dialog.xs:349: error: 'na' undeclared (first use in this function)
Dialog.xs: In function 'XS_Dialog_RadioList':
Dialog.xs:389: error: 'na' undeclared (first use in this function)
Dialog.xs: In function 'XS_Dialog_InputBox':
Dialog.xs:414: error: 'MAX_LEN' undeclared (first use in this function)
make: *** [Dialog.o] Error 1

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

    No requirements found

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_US
    LANGUAGE = en_US:en_GB:en
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 28682
    PERL5_CPAN_IS_EXECUTING = /home/stro/.cpan/build/Dialog-0.03-04Mvz0/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 28682
    SHELL = /bin/bash
    TERM = linux

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/stro/perl510/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 20 24 25 29 44 46
    $EGID = 1000 1000 20 24 25 29 44 46

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9205   
    Cwd                 3.2701   
    ExtUtils::CBuilder  0.23     
    ExtUtils::Command   1.14     
    ExtUtils::Install   1.50     
    ExtUtils::MakeMaker 6.44     
    ExtUtils::Manifest  1.53     
    ExtUtils::ParseXS   2.19     
    File::Spec          3.2701   
    Module::Build       0.2808_01
    Module::Signature   n/a      
    Test::Harness       3.10     
    Test::More          0.80     
    YAML                0.66     
    YAML::Syck          1.04     
    version             0.74     


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.4.27-2-386, archname=i686-linux
    uname='linux vm-debian 2.4.27-2-386 #1 mon may 16 16:47:51 jst 2005 i686 gnulinux '
    config_args='-Dprefix=/home/stro/perl510'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.6'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About