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.1601.
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/tester/perl-5.10.0/bin/perl /home/tester/perl-5.10.0/lib/5.10.0/ExtUtils/xsubpp -typemap /home/tester/perl-5.10.0/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/tester/perl-5.10.0/lib/5.10.0/i686-linux/CORE" Dialog.c
Dialog.xs:15:1: warning: "instr" redefined
In file included from /home/tester/perl-5.10.0/lib/5.10.0/i686-linux/CORE/perl.h:948,
from Dialog.xs:7:
/home/tester/perl-5.10.0/lib/5.10.0/i686-linux/CORE/embed.h:306:1: warning: this is the location of the previous definition
Dialog.xs:16:20: 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: syntax error 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: syntax error before "box"
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: syntax error 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: syntax error 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: syntax error 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
LC_COLLATE = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/usr/lib/qt/bin:/usr/share/texmf/bin
PERL5LIB = /
home/tester/perl-5.10.0/.cpan/src/Simulation-Automate-1.0.1-E_0ka5/blib/arch:/home/tester/perl...
PERL5_CPANPLUS_IS_RUNNING = 24210
PERL5_CPAN_IS_EXECUTING = /home/tester/perl-5.10.0/.cpan/src/Dialog-0.03-0TDuIl/Makefile.PL
PERL5_CPAN_IS_RUNNING = 24210
SHELL = /bin/bash
TERM = linux
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/tester/perl-5.10.0/bin/perl
$UID/$EUID = 1016 / 1016
$GID = 100 11 17 18 19 100
$EGID = 100 11 17 18 19 100
Perl module toolchain versions installed:
Module Have
------------------- ---------
CPAN 1.9205
Cwd 3.2701
ExtUtils::CBuilder 0.24
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.54
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808_01
Module::Signature n/a
Test::Harness 3.13
Test::More 0.80
YAML 0.66
YAML::Syck 1.05
version 0.76
--
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=linux, osvers=
2.6.24.3, archname=i686-linux
uname='linux xbox
2.6.24.3 #1 mon mar 3 22:14:46 est 2008 i686 pentium4 i386 gnulinux '
config_args='-de -Uman1dir -Uman3dir -Dprefix=/home/tester/perl-5.10.0 -Dinstallusrbinperl'
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='
3.4.6', 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=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -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'