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/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear G. Wade Johnson,
    
This is a computer-generated report for Device-USB-0.21
on perl-5.8.8, created automatically by CPAN-Reporter-1.0602 
and sent to the CPAN Testers mailing list.  

If you have received this email directly, it is because the person testing 
your distribution chose to send a copy to your CPAN email address; there 
may be a delay before the official report is received and processed 
by CPAN Testers.

Thank you for uploading your work to CPAN.  However, it appears that
there were some problems with your distribution.  If these results are 
not what you expect or if you would like to learn how to avoid FAIL 
reports for missing dependencies, unsupported operating systems, etc.,
please consult "Notes for CPAN Authors" on the CPAN Testers Wiki: 
http://cpantest.grango.org

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 USB.pm blib/lib/Device/USB.pm
cp lib/Device/USB/Device.pm blib/lib/Device/USB/Device.pm
cp lib/Device/USB/DevEndpoint.pm blib/lib/Device/USB/DevEndpoint.pm
Skip blib/lib/Device/USB.pm (unchanged)
cp lib/Device/USB/Bus.pm blib/lib/Device/USB/Bus.pm
cp lib/Device/USB/FAQ.pod blib/lib/Device/USB/FAQ.pod
cp lib/Device/USB/DevInterface.pm blib/lib/Device/USB/DevInterface.pm
cp dump_usb.pl blib/lib/Device/dump_usb.pl
cp lib/Device/USB/DevConfig.pm blib/lib/Device/USB/DevConfig.pm
/usr/bin/perl -Mblib -MInline=NOISY,_INSTALL_ -MDevice::USB -e1 0.21 blib/arch
Starting Build Prepocess Stage
Finished Build Prepocess Stage

Starting Build Parse Stage
Finished Build Parse Stage

Starting Build Glue 1 Stage
Finished Build Glue 1 Stage

Starting Build Glue 2 Stage
Finished Build Glue 2 Stage

Starting Build Glue 3 Stage
Finished Build Glue 3 Stage

Starting Build Compile Stage
  Starting "perl Makefile.PL" Stage
Note (probably harmless): No library found for -lusb
Writing Makefile for Device::USB
  Finished "perl Makefile.PL" Stage

  Starting "make" Stage
make[1]: Entering directory 
`/home/icerider70/.cpan/build/Device-USB-0.21-pfwjoh/_Inline/build/Device/USB'
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap 
/usr/lib/perl5/5.8.8/ExtUtils/typemap   USB.xs > USB.xsc && mv USB.xsc USB.c
gcc -c  -I/home/icerider70/.cpan/build/Device-USB-0.21-pfwjoh -D_REENTRANT 
-D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables   -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC 
"-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE"   USB.c
USB.xs:6:17: error: usb.h: No such file or directory
USB.xs: In function ‘libusb_init’:
USB.xs:12: warning: implicit declaration of function ‘usb_init’
USB.xs: In function ‘libusb_find_busses’:
USB.xs:17: warning: implicit declaration of function ‘usb_find_busses’
USB.xs: In function ‘libusb_find_devices’:
USB.xs:22: warning: implicit declaration of function ‘usb_find_devices’
USB.xs: In function ‘libusb_get_busses’:
USB.xs:27: warning: implicit declaration of function ‘usb_get_busses’
USB.xs:27: warning: return makes pointer from integer without a cast
USB.xs: In function ‘libusb_open’:
USB.xs:32: warning: implicit declaration of function ‘usb_open’
USB.xs:32: warning: return makes pointer from integer without a cast
USB.xs: In function ‘libusb_close’:
USB.xs:37: warning: implicit declaration of function ‘usb_close’
USB.xs:37: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:37: error: (Each undeclared identifier is reported only once
USB.xs:37: error: for each function it appears in.)
USB.xs:37: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_set_configuration’:
USB.xs:46: warning: implicit declaration of function ‘usb_set_configuration’
USB.xs:46: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:46: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_set_altinterface’:
USB.xs:55: warning: implicit declaration of function ‘usb_set_altinterface’
USB.xs:55: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:55: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_clear_halt’:
USB.xs:64: warning: implicit declaration of function ‘usb_clear_halt’
USB.xs:64: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:64: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_reset’:
USB.xs:69: warning: implicit declaration of function ‘usb_reset’
USB.xs:69: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:69: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_get_driver_np’:
USB.xs:74: warning: unused variable ‘ret’
USB.xs: In function ‘libusb_claim_interface’:
USB.xs:107: warning: implicit declaration of function ‘usb_claim_interface’
USB.xs:107: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:107: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_release_interface’:
USB.xs:116: warning: implicit declaration of function 
‘usb_release_interface’
USB.xs:116: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:116: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_control_msg’:
USB.xs:133: warning: implicit declaration of function ‘usb_control_msg’
USB.xs:133: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:133: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_get_string’:
USB.xs:169: warning: implicit declaration of function ‘usb_get_string’
USB.xs:169: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:169: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_get_string_simple’:
USB.xs:180: warning: implicit declaration of function 
‘usb_get_string_simple’
USB.xs:180: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:180: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_get_descriptor’:
USB.xs:185: warning: implicit declaration of function ‘usb_get_descriptor’
USB.xs:185: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:185: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_get_descriptor_by_endpoint’:
USB.xs:190: warning: implicit declaration of function 
‘usb_get_descriptor_by_endpoint’
USB.xs:190: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:190: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_bulk_write’:
USB.xs:195: warning: implicit declaration of function ‘usb_bulk_write’
USB.xs:195: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:195: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_bulk_read’:
USB.xs:200: warning: implicit declaration of function ‘usb_bulk_read’
USB.xs:200: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:200: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_interrupt_write’:
USB.xs:205: warning: implicit declaration of function ‘usb_interrupt_write’
USB.xs:205: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:205: error: expected expression before ‘)’ token
USB.xs: In function ‘libusb_interrupt_read’:
USB.xs:210: warning: implicit declaration of function ‘usb_interrupt_read’
USB.xs:210: error: ‘usb_dev_handle’ undeclared (first use in this function)
USB.xs:210: error: expected expression before ‘)’ token
USB.xs: At top level:
USB.xs:264: warning: ‘struct usb_device’ declared inside parameter list
USB.xs:264: warning: its scope is only this definition or declaration, which is 
probably not what you want
USB.xs: In function ‘build_descriptor’:
USB.xs:268: error: dereferencing pointer to incomplete type
USB.xs:269: error: dereferencing pointer to incomplete type
USB.xs:270: error: dereferencing pointer to incomplete type
USB.xs:271: error: dereferencing pointer to incomplete type
USB.xs:272: error: dereferencing pointer to incomplete type
USB.xs:273: error: dereferencing pointer to incomplete type
USB.xs:274: error: dereferencing pointer to incomplete type
USB.xs:275: error: dereferencing pointer to incomplete type
USB.xs:276: error: dereferencing pointer to incomplete type
USB.xs:277: error: dereferencing pointer to incomplete type
USB.xs:278: error: dereferencing pointer to incomplete type
USB.xs:279: error: dereferencing pointer to incomplete type
USB.xs:280: error: dereferencing pointer to incomplete type
USB.xs: At top level:
USB.xs:289: warning: ‘struct usb_endpoint_descriptor’ declared inside 
parameter list
USB.xs: In function ‘build_endpoint’:
USB.xs:293: error: dereferencing pointer to incomplete type
USB.xs:294: error: dereferencing pointer to incomplete type
USB.xs:295: error: dereferencing pointer to incomplete type
USB.xs:296: error: dereferencing pointer to incomplete type
USB.xs:297: error: dereferencing pointer to incomplete type
USB.xs:298: error: dereferencing pointer to incomplete type
USB.xs:299: error: dereferencing pointer to incomplete type
USB.xs: At top level:
USB.xs:310: warning: ‘struct usb_endpoint_descriptor’ declared inside 
parameter list
USB.xs: In function ‘list_endpoints’:
USB.xs:317: error: invalid use of undefined type ‘struct 
usb_endpoint_descriptor’
USB.xs:317: warning: passing argument 1 of ‘build_endpoint’ from 
incompatible pointer type
USB.xs: At top level:
USB.xs:331: warning: ‘struct usb_interface_descriptor’ declared inside 
parameter list
USB.xs: In function ‘build_interface’:
USB.xs:335: error: dereferencing pointer to incomplete type
USB.xs:336: error: dereferencing pointer to incomplete type
USB.xs:337: error: dereferencing pointer to incomplete type
USB.xs:338: error: dereferencing pointer to incomplete type
USB.xs:339: error: dereferencing pointer to incomplete type
USB.xs:340: error: dereferencing pointer to incomplete type
USB.xs:341: error: dereferencing pointer to incomplete type
USB.xs:342: error: dereferencing pointer to incomplete type
USB.xs:344: error: dereferencing pointer to incomplete type
USB.xs:344: error: dereferencing pointer to incomplete type
USB.xs: At top level:
USB.xs:357: warning: ‘struct usb_interface’ declared inside parameter list
USB.xs: In function ‘list_interfaces’:
USB.xs:366: error: invalid use of undefined type ‘struct usb_interface’
USB.xs:366: error: dereferencing pointer to incomplete type
USB.xs:368: error: invalid use of undefined type ‘struct usb_interface’
USB.xs:368: error: dereferencing pointer to incomplete type
USB.xs: At top level:
USB.xs:380: warning: ‘struct usb_config_descriptor’ declared inside 
parameter list
USB.xs: In function ‘build_configuration’:
USB.xs:383: error: dereferencing pointer to incomplete type
USB.xs:384: error: dereferencing pointer to incomplete type
USB.xs:385: error: dereferencing pointer to incomplete type
USB.xs:386: error: dereferencing pointer to incomplete type
USB.xs:387: error: dereferencing pointer to incomplete type
USB.xs:388: error: dereferencing pointer to incomplete type
USB.xs:389: error: dereferencing pointer to incomplete type
USB.xs:391: error: dereferencing pointer to incomplete type
USB.xs:391: error: dereferencing pointer to incomplete type
USB.xs: At top level:
USB.xs:403: warning: ‘struct usb_config_descriptor’ declared inside 
parameter list
USB.xs: In function ‘list_configurations’:
USB.xs:410: error: invalid use of undefined type ‘struct 
usb_config_descriptor’
USB.xs:410: warning: passing argument 1 of ‘build_configuration’ from 
incompatible pointer type
USB.xs: At top level:
USB.xs:420: warning: ‘struct usb_device’ declared inside parameter list
USB.xs: In function ‘build_device’:
USB.xs:424: error: dereferencing pointer to incomplete type
USB.xs:425: warning: passing argument 1 of ‘build_descriptor’ from 
incompatible pointer type
USB.xs:427: error: dereferencing pointer to incomplete type
USB.xs:427: error: dereferencing pointer to incomplete type
USB.xs: At top level:
USB.xs:440: warning: ‘struct usb_device’ declared inside parameter list
USB.xs: In function ‘list_devices’:
USB.xs:444: error: dereferencing pointer to incomplete type
USB.xs:446: warning: passing argument 1 of ‘build_device’ from incompatible 
pointer type
USB.xs: At top level:
USB.xs:453: warning: ‘struct usb_bus’ declared inside parameter list
USB.xs: In function ‘build_bus’:
USB.xs:457: error: dereferencing pointer to incomplete type
USB.xs:458: error: dereferencing pointer to incomplete type
USB.xs:459: error: dereferencing pointer to incomplete type
USB.xs: In function ‘lib_get_usb_busses’:
USB.xs:479: error: ‘usb_busses’ undeclared (first use in this function)
USB.xs:479: error: dereferencing pointer to incomplete type
USB.xs:481: warning: passing argument 1 of ‘build_bus’ from incompatible 
pointer type
USB.xs: In function ‘lib_find_usb_device’:
USB.xs:517: error: ‘usb_busses’ undeclared (first use in this function)
USB.xs:517: error: dereferencing pointer to incomplete type
USB.xs:520: error: dereferencing pointer to incomplete type
USB.xs:520: error: dereferencing pointer to incomplete type
USB.xs:522: error: dereferencing pointer to incomplete type
USB.xs:523: error: dereferencing pointer to incomplete type
USB.xs:525: warning: passing argument 1 of ‘build_device’ from incompatible 
pointer type
USB.xs: In function ‘lib_debug_mode’:
USB.xs:552: warning: implicit declaration of function ‘usb_set_debug’
make[1]: *** [USB.o] Error 1
make[1]: Leaving directory 
`/home/icerider70/.cpan/build/Device-USB-0.21-pfwjoh/_Inline/build/Device/USB'

A problem was encountered while attempting to compile and install your Inline
C code. The command that failed was:
  make

The build directory was:
/home/icerider70/.cpan/build/Device-USB-0.21-pfwjoh/_Inline/build/Device/USB

To debug the problem, cd to the build directory, and inspect the output files.

 at /home/icerider70/.cpan/build/Device-USB-0.21-pfwjoh/blib/lib/Device/USB.pm 
line 15
Compilation failed in require.
BEGIN failed--compilation aborted.
make: *** [USB.inl] Error 25

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

Prerequisite modules loaded:

requires:

    Module     Need Have
    ---------- ---- ----
    Carp       0    1.04
    Inline     0.44 0.44
    Inline::C  0    0.44
    Test::More 0    0.74

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

Environment variables:

    DBIC_NO_WARN_BAD_PERL = 1
    LANG = en_US.UTF-8
    PATH = 
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/icerider70/bin
    PERL5LIB = 
/home/icerider70/.cpan/build/VCI-0.4.1-2u3Vfm/blib/arch:/home/icerider70/.cpan/build/VCI-0.4.1-2u3Vfm/blib/lib:/home/icerider70/.cpan/build/MooseX-Method-0.39-bezxYq/blib/arch:/home/icerider70/.cpan/build/MooseX-Method-0.39-bezxYq/blib/lib:/home/icerider70/.cpan/build/DateTime-Format-DateParse-0.04-VPAoAx/blib/arch:/home/icerider70/.cpan/build/DateTime-Format-DateParse-0.04-VPAoAx/blib/lib:/home/icerider70/.cpan/build/Text-Diff-Parser-0.08-47641M/blib/arch:/home/icerider70/.cpan/build/Text-Diff-Parser-0.08-47641M/blib/lib:/home/icerider70/.cpan/build/DBM-Deep-1.0007-rpCd3C/blib/arch:/home/icerider70/.cpan/build/DBM-Deep-1.0007-rpCd3C/blib/lib:/home/icerider70/.cpan/build/FileHandle-Fmode-0.10-5tHTH2/blib/arch:/home/icerider70/.cpan/build/FileHandle-Fmode-0.10-5tHTH2/blib/lib:/home/icerider70/.cpan/build/Carp-Clan-5.10-EQvIRp/blib/arch:/home/icerider70/.cpan/build/Carp-Clan-5.10-EQvIRp/blib/lib:/home/icerider70/.cpan/build/Net-MRIM-1.02-y6mfVV/blib/arch:/home/ic
 
erider70/.cpan/build/Net-MRIM-1.02-y6mfVV/blib/lib:/home/icerider70/.cpan/build/Tk-DataTree-0.05-8UuieM/blib/arch:/home/icerider70/.cpan/build/Tk-DataTree-0.05-8UuieM/blib/lib:/home/icerider70/.cpan/build/LEOCHARRE-CLI-1.10-CmTffO/blib/arch:/home/icerider70/.cpan/build/LEOCHARRE-CLI-1.10-CmTffO/blib/lib:/home/icerider70/.cpan/build/LEOCHARRE-DEBUG-1.06-qpsv4b/blib/arch:/home/icerider70/.cpan/build/LEOCHARRE-DEBUG-1.06-qpsv4b/blib/lib:/home/icerider70/.cpan/build/Linux-usermod-0.69-JDMIv6/blib/arch:/home/icerider70/.cpan/build/Linux-usermod-0.69-JDMIv6/blib/lib:/home/icerider70/.cpan/build/File-chmod-0.32-Rfhx6D/blib/arch:/home/icerider70/.cpan/build/File-chmod-0.32-Rfhx6D/blib/lib:/home/icerider70/.cpan/build/Time-Duration-Parse-0.05-HowJDV/blib/arch:/home/icerider70/.cpan/build/Time-Duration-Parse-0.05-HowJDV/blib/lib:/home/icerider70/.cpan/build/Exporter-Lite-0.02-83o0WT/blib/arch:/home/icerider70/.cpan/build/Exporter-Lite-0.02-83o0WT/blib/lib:/home/icerider70/.cpan/build/
 Time-Duration-1.06-qU9uoc/blib/arch:/home/icerider70/.cpan/b!
 uild/Tim
e-Duration-1.06-qU9uoc/blib/lib:/home/icerider70/.cpan/build/Graphics-ColorNames-2.11-VWIdpt/blib/arch:/home/icerider70/.cpan/build/Graphics-ColorNames-2.11-VWIdpt/blib/lib:/home/icerider70/.cpan/build/Package-Generator-0.102-PcQeLe/blib/arch:/home/icerider70/.cpan/build/Package-Generator-0.102-PcQeLe/blib/lib:/home/icerider70/.cpan/build/X11-GUITest-0.21-6t4G2b/blib/arch:/home/icerider70/.cpan/build/X11-GUITest-0.21-6t4G2b/blib/lib:/home/icerider70/.cpan/build/HTTP-Request-Params-1.01-brlrIL/blib/arch:/home/icerider70/.cpan/build/HTTP-Request-Params-1.01-brlrIL/blib/lib:/home/icerider70/.cpan/build/Email-MIME-Modifier-1.442-ujYH2o/blib/arch:/home/icerider70/.cpan/build/Email-MIME-Modifier-1.442-ujYH2o/blib/lib:/home/icerider70/.cpan/build/Email-MessageID-1.351-sgAPFz/blib/arch:/home/icerider70/.cpan/build/Email-MessageID-1.351-sgAPFz/blib/lib:/home/icerider70/.cpan/build/Email-Address-1.889-A7xnKb/blib/arch:/home/icerider70/.cpan/build/Email-Address-1.889-A7xnKb/blib/lib:/ho
 
me/icerider70/.cpan/build/Email-MIME-1.861-1h_RLs/blib/arch:/home/icerider70/.cpan/build/Email-MIME-1.861-1h_RLs/blib/lib:/home/icerider70/.cpan/build/Email-Simple-2.003-S2QXxG/blib/arch:/home/icerider70/.cpan/build/Email-Simple-2.003-S2QXxG/blib/lib:/home/icerider70/.cpan/build/Email-MIME-ContentType-1.014-DtbQaE/blib/arch:/home/icerider70/.cpan/build/Email-MIME-ContentType-1.014-DtbQaE/blib/lib:/home/icerider70/.cpan/build/Email-MIME-Encodings-1.311-J7Ejp0/blib/arch:/home/icerider70/.cpan/build/Email-MIME-Encodings-1.311-J7Ejp0/blib/lib:/home/icerider70/.cpan/build/HTML-Tested-0.31-VTjS_K/blib/arch:/home/icerider70/.cpan/build/HTML-Tested-0.31-VTjS_K/blib/lib:/home/icerider70/.cpan/build/Digest-CRC-0.14-nws53s/blib/arch:/home/icerider70/.cpan/build/Digest-CRC-0.14-nws53s/blib/lib:/home/icerider70/.cpan/build/Math-Combinatorics-0.09-8GV063/blib/arch:/home/icerider70/.cpan/build/Math-Combinatorics-0.09-8GV063/blib/lib:/home/icerider70/.cpan/build/DateTime-Format-Strptime-1.0
 702-FdHp0_/blib/arch:/home/icerider70/.cpan/build/DateTime-F!
 ormat-St
rptime-1.0702-FdHp0_/blib/lib:/home/icerider70/.cpan/build/POE-Component-IRC-5.48-5h31ck/blib/arch:/home/icerider70/.cpan/build/POE-Component-IRC-5.48-5h31ck/blib/lib:/home/icerider70/.cpan/build/POE-Filter-IRCD-2.35-ajUCO2/blib/arch:/home/icerider70/.cpan/build/POE-Filter-IRCD-2.35-ajUCO2/blib/lib:/home/icerider70/.cpan/build/IO-AIO-2.51-rGWoM3/blib/arch:/home/icerider70/.cpan/build/IO-AIO-2.51-rGWoM3/blib/lib:/home/icerider70/.cpan/build/Sepia-0.96_01-HygCIF/blib/arch:/home/icerider70/.cpan/build/Sepia-0.96_01-HygCIF/blib/lib:/home/icerider70/.cpan/build/Lingua-ResourceAdequacy-0.1-bAgl4m/blib/arch:/home/icerider70/.cpan/build/Lingua-ResourceAdequacy-0.1-bAgl4m/blib/lib:/home/icerider70/.cpan/build/POE-Component-CPAN-YACSmoke-1.12-JDbgJL/blib/arch:/home/icerider70/.cpan/build/POE-Component-CPAN-YACSmoke-1.12-JDbgJL/blib/lib:/home/icerider70/.cpan/build/Perl6-Signature-0.01-EEHQcE/blib/arch:/home/icerider70/.cpan/build/Perl6-Signature-0.01-EEHQcE/blib/lib:/home/icerider70/.c
 
pan/build/Test-CPAN-Meta-0.07-zKbzM6/blib/arch:/home/icerider70/.cpan/build/Test-CPAN-Meta-0.07-zKbzM6/blib/lib:/home/icerider70/.cpan/build/Parse-CPAN-Meta-0.02-y4N8Bn/blib/arch:/home/icerider70/.cpan/build/Parse-CPAN-Meta-0.02-y4N8Bn/blib/lib:/home/icerider70/.cpan/build/Test-Unit-Lite-0.08-gp_6nl/blib/arch:/home/icerider70/.cpan/build/Test-Unit-Lite-0.08-gp_6nl/blib/lib:/home/icerider70/.cpan/build/Sys-Statistics-Linux-0.25_02-DfNEQ2/blib/arch:/home/icerider70/.cpan/build/Sys-Statistics-Linux-0.25_02-DfNEQ2/blib/lib:/home/icerider70/.cpan/build/Crypt-OpenSSL-RSA-0.25-1DFM4l/blib/arch:/home/icerider70/.cpan/build/Crypt-OpenSSL-RSA-0.25-1DFM4l/blib/lib:/home/icerider70/.cpan/build/Crypt-OpenSSL-Random-0.04-Gobt2w/blib/arch:/home/icerider70/.cpan/build/Crypt-OpenSSL-Random-0.04-Gobt2w/blib/lib:/home/icerider70/.cpan/build/Lingua-AR-Db-2.15-rM0EQ6/blib/arch:/home/icerider70/.cpan/build/Lingua-AR-Db-2.15-rM0EQ6/blib/lib:/home/icerider70/.cpan/build/Lingua-AR-Word-1.5.5-y2svTT/
 blib/arch:/home/icerider70/.cpan/build/Lingua-AR-Word-1.5.5-!
 y2svTT/b
lib/lib:/home/icerider70/.cpan/build/YAML-Tiny-1.23-vw8boZ/blib/arch:/home/icerider70/.cpan/build/YAML-Tiny-1.23-vw8boZ/blib/lib:/home/icerider70/.cpan/build/PPI-PowerToys-0.10-Tddi_f/blib/arch:/home/icerider70/.cpan/build/PPI-PowerToys-0.10-Tddi_f/blib/lib:/home/icerider70/.cpan/build/Date-Simple-3.03_02-EDfNCp/blib/arch:/home/icerider70/.cpan/build/Date-Simple-3.03_02-EDfNCp/blib/lib:/home/icerider70/.cpan/build/Date-Tie-0.18-h3esn6/blib/arch:/home/icerider70/.cpan/build/Date-Tie-0.18-h3esn6/blib/lib:/home/icerider70/.cpan/build/Parse-Eyapp-1.100-DKgQYE/blib/arch:/home/icerider70/.cpan/build/Parse-Eyapp-1.100-DKgQYE/blib/lib:/home/icerider70/.cpan/build/Text-CSV-Transform-ZWV2TE/blib/arch:/home/icerider70/.cpan/build/Text-CSV-Transform-ZWV2TE/blib/lib:/home/icerider70/.cpan/build/Text-CSV-1.00-Y6T5FN/blib/arch:/home/icerider70/.cpan/build/Text-CSV-1.00-Y6T5FN/blib/lib:/home/icerider70/.cpan/build/Config-Pit-0.02-y5mfMX/blib/arch:/home/icerider70/.cpan/build/Config-Pit-0.02-
 
y5mfMX/blib/lib:/home/icerider70/.cpan/build/Date-Components-0.2.1-acTYta/blib/arch:/home/icerider70/.cpan/build/Date-Components-0.2.1-acTYta/blib/lib:/home/icerider70/.cpan/build/Readonly-XS-1.04-45r6ut/blib/arch:/home/icerider70/.cpan/build/Readonly-XS-1.04-45r6ut/blib/lib:/home/icerider70/.cpan/build/WWW-Search-Mininova-DAZF23/blib/arch:/home/icerider70/.cpan/build/WWW-Search-Mininova-DAZF23/blib/lib:/home/icerider70/.cpan/build/HTML-TokeParser-Simple-3.15-VnpmUI/blib/arch:/home/icerider70/.cpan/build/HTML-TokeParser-Simple-3.15-VnpmUI/blib/lib:/home/icerider70/.cpan/build/Sub-Override-0.08-dOBsug/blib/arch:/home/icerider70/.cpan/build/Sub-Override-0.08-dOBsug/blib/lib:/home/icerider70/.cpan/build/NetHack-Menu-0.04-xoF6vD/blib/arch:/home/icerider70/.cpan/build/NetHack-Menu-0.04-xoF6vD/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 5015
    PERL5_CPAN_IS_EXECUTING = 
/home/icerider70/.cpan/build/Device-USB-0.21-pfwjoh/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 5015
    PERL_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PERL_TEST_CRITIC = 1
    PERL_TEST_POD = 1
    SHELL = /bin/bash
    TERM = xterm

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

    $^X = /usr/bin/perl
    $UID/$EUID = 500 / 500
    $GID = 500 500
    $EGID = 500 500

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9205
    Cwd                 3.25  
    ExtUtils::CBuilder  0.21  
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.44  
    ExtUtils::MakeMaker 6.42  
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   2.18  
    File::Spec          3.25  
    Module::Build       0.2808
    Module::Signature   0.55  
    Test::Harness       3.05  
    Test::More          0.74  
    YAML                0.66  
    YAML::Syck          1.00  
    version             0.74  


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.18-53.el5, archname=i386-linux-thread-multi
    uname='linux builder7.centos.org 2.6.9-42.0.3.elsmp #1 smp fri oct 6 
06:21:39 cdt 2006 i686 i686 i386 gnulinux '
    config_args='-des -Doptimize=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 
-mtune=generic -fasynchronous-unwind-tables -Dversion=5.8.8 
-Dmyhostname=localhost [EMAIL PROTECTED] -Dcc=gcc -Dcf_by=Red Hat, Inc. 
-Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux -Dvendorprefix=/usr 
-Dsiteprefix=/usr -Duseshrplib -Dusethreads -Duseithreads -Duselargefiles 
-Dd_dosuid -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog 
-Dman3ext=3pm -Duseperlio -Dinstallusrbinperl=n -Ubincompat5005 -Uversiononly 
-Dpager=/usr/bin/less -isr -Dd_gethostent_r_proto -Ud_endhostent_r_proto 
-Ud_sethostent_r_proto -Ud_endprotoent_r_proto -Ud_setprotoent_r_proto 
-Ud_endservent_r_proto -Ud_setservent_r_proto -Dinc_version_list=5.8.7 5.8.6 
5.8.5 -Dscriptdir=/usr/bin'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
    optimize='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include -I/usr/include/gdbm'
    ccversion='', gccversion='4.1.1 20061011 (Red Hat 4.1.1-30)', 
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='gcc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.5.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.5'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E 
-Wl,-rpath,/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables -L/usr/local/lib'

Reply via email to