Report for Audio-Mad-0.6

Back
From: metabase:user:8286d1fc-3d52-11e2-9ec4-cb9cdd236785
Subject: UNKNOWN Audio-Mad-0.6 v5.8.8 GNU/Linux
Date: 2012-12-05T13:51:07Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Mark McConnell,

This is a computer-generated report for Audio-Mad-0.6
on perl 5.8.8, created by CPAN-Reporter-1.2006.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

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

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

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

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

Output from '/usr/bin/make -j9 -j9':

gcc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.6\" -DXS_VERSION=\"0.6\" -fpic "-I/opt/perl-5.8.8/lib/5.8.8/i686-linux-thread-multi-64int-ld/CORE"   resample.c
gcc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.6\" -DXS_VERSION=\"0.6\" -fpic "-I/opt/perl-5.8.8/lib/5.8.8/i686-linux-thread-multi-64int-ld/CORE"   dither.c
/opt/perl-5.8.8/bin/perl /opt/perl-5.8.8/lib/5.8.8/ExtUtils/xsubpp  -typemap /opt/perl-5.8.8/lib/5.8.8/ExtUtils/typemap -typemap typemap  Mad.xs > Mad.xsc && mv Mad.xsc Mad.c
Running Mkbootstrap for Audio::Mad ()
cp lib/Audio/Mad/Util.pm blib/lib/Audio/Mad/Util.pm
cp lib/Audio/Mad/Frame.pm blib/lib/Audio/Mad/Frame.pm
cp lib/Audio/Mad/Dither.pm blib/lib/Audio/Mad/Dither.pm
cp lib/Audio/Mad/Synth.pm blib/lib/Audio/Mad/Synth.pm
cp Mad.pm blib/lib/Audio/Mad.pm
cp lib/Audio/Mad/Stream.pm blib/lib/Audio/Mad/Stream.pm
cp lib/Audio/Mad/Resample.pm blib/lib/Audio/Mad/Resample.pm
cp lib/Audio/Mad/Timer.pm blib/lib/Audio/Mad/Timer.pm
chmod 644 Mad.bs
cp Mad.bs blib/arch/auto/Audio/Mad/Mad.bs
chmod 644 blib/arch/auto/Audio/Mad/Mad.bs
dither.c:1:17: error: mad.h: No such file or directory
In file included from dither.c:4:
dither.h:18: error: expected specifier-qualifier-list before ‘mad_fixed_t’
dither.h:23: error: expected specifier-qualifier-list before ‘mad_fixed_t’
dither.h:27: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.h:29: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.h:29: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
resample.c:3:17: error: mad.h: No such file or directory
In file included from resample.c:5:
resample.h:8: error: expected specifier-qualifier-list before ‘mad_fixed_t’
resample.h:19: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
resample.h:19: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
resample.h:19: warning: ‘struct mad_resample_state’ declared inside parameter list
resample.h:19: warning: its scope is only this definition or declaration, which is probably not what you want
resample.c:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’
resample.c: In function ‘mad_resample_init’:
resample.c:119: error: ‘struct mad_resample’ has no member named ‘mode’
resample.c:123: error: ‘struct mad_resample’ has no member named ‘state’
resample.c:124: error: ‘struct mad_resample’ has no member named ‘state’
resample.c:126: error: ‘struct mad_resample’ has no member named ‘state’
resample.c:127: error: ‘struct mad_resample’ has no member named ‘state’
resample.c:129: error: ‘struct mad_resample’ has no member named ‘ratio’
resample.c:129: error: ‘resample_table’ undeclared (first use in this function)
resample.c:129: error: (Each undeclared identifier is reported only once
resample.c:129: error: for each function it appears in.)
resample.c:129: error: ‘MAD_F_ONE’ undeclared (first use in this function)
resample.c:130: error: ‘struct mad_resample’ has no member named ‘mode’
resample.c:132: error: ‘struct mad_resample’ has no member named ‘mode’
resample.c: At top level:
resample.c:138: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
resample.c:138: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
resample.c:138: warning: ‘struct mad_resample_state’ declared inside parameter list
resample.c:138: error: conflicting types for ‘mad_resample_block’
resample.h:19: error: previous declaration of ‘mad_resample_block’ was here
resample.c: In function ‘mad_resample_block’:
resample.c:139: error: ‘mad_fixed_t’ undeclared (first use in this function)
resample.c:139: error: expected ‘;’ before ‘const’
resample.c:141: error: ‘struct mad_resample’ has no member named ‘mode’
resample.c:144: error: ‘end’ undeclared (first use in this function)
resample.c:144: error: ‘old’ undeclared (first use in this function)
resample.c:145: error: ‘begin’ undeclared (first use in this function)
resample.c:145: error: ‘new’ undeclared (first use in this function)
resample.c:147: error: dereferencing pointer to incomplete type
resample.c:148: error: dereferencing pointer to incomplete type
dither.c:37: error: ‘MAD_F_ONE’ undeclared here (not in a function)
dither.c:45: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c: In function ‘mad_dither_linear’:
dither.c:47: error: ‘mad_fixed_t’ undeclared (first use in this function)
dither.c:47: error: (Each undeclared identifier is reported only once
dither.c:47: error: for each function it appears in.)
dither.c:47: error: expected ‘;’ before ‘output’
dither.c:50: error: ‘sample’ undeclared (first use in this function)
dither.c:50: error: ‘struct mad_dither_error’ has no member named ‘error’
dither.c:50: error: ‘struct mad_dither_error’ has no member named ‘error’
dither.c:50: error: ‘struct mad_dither_error’ has no member named ‘error’
dither.c:52: error: ‘struct mad_dither_error’ has no member named ‘error’
dither.c:52: error: ‘struct mad_dither_error’ has no member named ‘error’
dither.c:53: error: ‘struct mad_dither_error’ has no member named ‘error’
dither.c:53: error: ‘struct mad_dither_error’ has no member named ‘error’
dither.c:56: error: ‘output’ undeclared (first use in this function)
dither.c:56: error: ‘MAD_F_FRACBITS’ undeclared (first use in this function)
dither.c:59: error: ‘mask’ undeclared (first use in this function)
dither.c:62: error: ‘random’ undeclared (first use in this function)
dither.c:62: error: ‘struct mad_dither_error’ has no member named ‘random’
dither.c:63: error: ‘struct mad_dither_error’ has no member named ‘random’
dither.c:65: error: ‘struct mad_dither_error’ has no member named ‘random’
dither.c:68: error: ‘struct mad_dither_info’ has no member named ‘peak_sample’
dither.c:71: error: ‘struct mad_dither_info’ has no member named ‘peak_clip’
dither.c:72: error: ‘struct mad_dither_info’ has no member named ‘peak_clip’
dither.c:79: error: ‘struct mad_dither_info’ has no member named ‘peak_sample’
dither.c:80: error: ‘struct mad_dither_info’ has no member named ‘peak_sample’
dither.c:84: error: ‘struct mad_dither_info’ has no member named ‘peak_clip’
dither.c:85: error: ‘struct mad_dither_info’ has no member named ‘peak_clip’
dither.c:93: error: ‘struct mad_dither_info’ has no member named ‘peak_sample’
dither.c:100: error: ‘struct mad_dither_error’ has no member named ‘error’
dither.c: At top level:
dither.c:108: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c:108: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c: In function ‘mad_dither_u8’:
dither.c:111: error: ‘right’ undeclared (first use in this function)
dither.c:113: error: ‘left’ undeclared (first use in this function)
dither.c:113: error: too many arguments to function ‘mad_dither_linear’
dither.c:114: error: too many arguments to function ‘mad_dither_linear’
dither.c:120: error: too many arguments to function ‘mad_dither_linear’
dither.c: At top level:
dither.c:125: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c:125: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c: In function ‘mad_dither_s8’:
dither.c:128: error: ‘right’ undeclared (first use in this function)
dither.c:130: error: ‘left’ undeclared (first use in this function)
dither.c:130: error: too many arguments to function ‘mad_dither_linear’
dither.c:131: error: too many arguments to function ‘mad_dither_linear’
dither.c:137: error: too many arguments to function ‘mad_dither_linear’
dither.c: At top level:
dither.c:142: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c:142: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c: In function ‘mad_dither_s16_le’:
dither.c:146: error: ‘right’ undeclared (first use in this function)
dither.c:148: error: ‘left’ undeclared (first use in this function)
dither.c:148: error: too many arguments to function ‘mad_dither_linear’
dither.c:149: error: too many arguments to function ‘mad_dither_linear’
dither.c:160: error: too many arguments to function ‘mad_dither_linear’
dither.c: At top level:
dither.c:170: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c:170: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c: In function ‘mad_dither_s16_be’:
dither.c:174: error: ‘right’ undeclared (first use in this function)
dither.c:176: error: ‘left’ undeclared (first use in this function)
dither.c:176: error: too many arguments to function ‘mad_dither_linear’
dither.c:177: error: too many arguments to function ‘mad_dither_linear’
dither.c:188: error: too many arguments to function ‘mad_dither_linear’
dither.c: At top level:
dither.c:198: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c:198: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c: In function ‘mad_dither_s24_le’:
dither.c:202: error: ‘right’ undeclared (first use in this function)
dither.c:204: error: ‘left’ undeclared (first use in this function)
dither.c:204: error: too many arguments to function ‘mad_dither_linear’
dither.c:205: error: too many arguments to function ‘mad_dither_linear’
dither.c:219: error: too many arguments to function ‘mad_dither_linear’
dither.c: At top level:
dither.c:230: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c:230: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c: In function ‘mad_dither_s24_be’:
dither.c:234: error: ‘right’ undeclared (first use in this function)
dither.c:236: error: ‘left’ undeclared (first use in this function)
dither.c:236: error: too many arguments to function ‘mad_dither_linear’
dither.c:237: error: too many arguments to function ‘mad_dither_linear’
dither.c:251: error: too many arguments to function ‘mad_dither_linear’
dither.c: At top level:
dither.c:262: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c:262: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c: In function ‘mad_dither_s32_le’:
dither.c:266: error: ‘right’ undeclared (first use in this function)
dither.c:268: error: ‘left’ undeclared (first use in this function)
dither.c:268: error: too many arguments to function ‘mad_dither_linear’
dither.c:269: error: too many arguments to function ‘mad_dither_linear’
dither.c:285: error: too many arguments to function ‘mad_dither_linear’
dither.c: At top level:
dither.c:297: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c:297: error: expected declaration specifiers or ‘...’ before ‘mad_fixed_t’
dither.c: In function ‘mad_dither_s32_be’:
dither.c:301: error: ‘right’ undeclared (first use in this function)
dither.c:303: error: ‘left’ undeclared (first use in this function)
dither.c:303: error: too many arguments to function ‘mad_dither_linear’
dither.c:304: error: too many arguments to function ‘mad_dither_linear’
dither.c:320: error: too many arguments to function ‘mad_dither_linear’
resample.c:148: error: dereferencing pointer to incomplete type
resample.c:150: error: dereferencing pointer to incomplete type
resample.c:150: error: ‘MAD_F_ONE’ undeclared (first use in this function)
resample.c:152: error: dereferencing pointer to incomplete type
resample.c:153: error: dereferencing pointer to incomplete type
resample.c:153: error: dereferencing pointer to incomplete type
resample.c:153: error: dereferencing pointer to incomplete type
resample.c:154: error: dereferencing pointer to incomplete type
resample.c:156: error: dereferencing pointer to incomplete type
resample.c:156: error: ‘struct mad_resample’ has no member named ‘ratio’
resample.c:157: error: dereferencing pointer to incomplete type
resample.c:158: error: dereferencing pointer to incomplete type
resample.c:158: error: dereferencing pointer to incomplete type
resample.c:161: error: dereferencing pointer to incomplete type
resample.c:164: error: dereferencing pointer to incomplete type
resample.c:165: error: dereferencing pointer to incomplete type
resample.c:166: error: dereferencing pointer to incomplete type
resample.c:166: error: dereferencing pointer to incomplete type
resample.c:169: error: dereferencing pointer to incomplete type
resample.c:170: error: dereferencing pointer to incomplete type
resample.c:173: error: dereferencing pointer to incomplete type
resample.c:173: error: ‘struct mad_resample’ has no member named ‘ratio’
resample.c:175: error: dereferencing pointer to incomplete type
resample.c:176: error: dereferencing pointer to incomplete type
resample.c:176: error: dereferencing pointer to incomplete type
resample.c:179: error: dereferencing pointer to incomplete type
resample.c:180: error: dereferencing pointer to incomplete type
resample.c:181: error: dereferencing pointer to incomplete type
resample.c:181: error: dereferencing pointer to incomplete type
resample.c:183: error: dereferencing pointer to incomplete type
make: *** [resample.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [dither.o] Error 1

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

Prerequisite modules loaded:

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    6.62


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

Environment variables:

    AUTHOR_TESTING = 1
    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    PATH = /usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/lib/alliance/bin:/root/bin:/usr/lib/alliance/bin
    PERL5LIB = /root/.cpan/build/Audio-FLAC-Header-2.4-45bnxW/blib/arch:/root/.cpan/build/Audio-FLAC-Header-2.4-45bnxW/blib/lib:/root/.cpan/build/Audio-ESD-0.02-tmASaE/blib/arch:/root/.cpan/build/Audio-ESD-0.02-tmASaE/blib/lib:/root/.cpan/build/Audio-Daemon-MPG123-0.9Beta-VPPVbB/blib/arch:/root/.cpan/build/Audio-Daemon-MPG123-0.9Beta-VPPVbB/blib/lib:/root/.cpan/build/Audio-Daemon-0.99Beta-ox2SEh/blib/arch:/root/.cpan/build/Audio-Daemon-0.99Beta-ox2SEh/blib/lib:/root/.cpan/build/Audio-DSS-0.02-c1chBa/blib/arch:/root/.cpan/build/Audio-DSS-0.02-c1chBa/blib/lib:/root/.cpan/build/Audio-DSP-0.02-0XA5hL/blib/arch:/root/.cpan/build/Audio-DSP-0.02-0XA5hL/blib/lib:/root/.cpan/build/Audio-DB-0.01-3oBuhl/blib/arch:/root/.cpan/build/Audio-DB-0.01-3oBuhl/blib/lib:/root/.cpan/build/Audio-Cuefile-Parser-D0zogc/blib/arch:/root/.cpan/build/Audio-Cuefile-Parser-D0zogc/blib/lib:/root/.cpan/build/Audio-Beep-0.11-0Ryfvl/blib/arch:/root/.cpan/build/Audio-Beep-0.11-0Ryfvl/blib/lib:/root/.cpan/build/Audio-1.029-xG0WCC/blib/arch:/root/.cpan/build/Audio-1.029-xG0WCC/blib/lib:/root/.cpan/build/Audio-AMaMP-0.3-XcUEUL/blib/arch:/root/.cpan/build/Audio-AMaMP-0.3-XcUEUL/blib/lib:/root/.cpan/build/Async-Selector-0.02-YcdCw6/blib/arch:/root/.cpan/build/Async-Selector-0.02-YcdCw6/blib/lib:/root/.cpan/build/Async-Queue-0.01-6Fyc6O/blib/arch:/root/.cpan/build/Async-Queue-0.01-6Fyc6O/blib/lib:/root/.cpan/build/Async-MergePoint-0.04-k5LXUp/blib/arch:/root/.cpan/build/Async-MergePoint-0.04-k5LXUp/blib/lib:/root/.cpan/build/Async-Interrupt-1.1-g6wsVn/blib/arch:/root/.cpan/build/Async-Interrupt-1.1-g6wsVn/blib/lib:/root/.cpan/build/Async-Group-0.3-dhZrlm/blib/arch:/root/.cpan/build/Async-Group-0.3-dhZrlm/blib/lib:/root/.cpan/build/Async-0.10-KgH8Qd/blib/arch:/root/.cpan/build/Async-0.10-KgH8Qd/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 10792
    PERL5_CPAN_IS_EXECUTING = /root/.cpan/build/Audio-Mad-0.6-Ne3Hft/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 10792
    PERL_AUTOINSTALL = --defaultdeps
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm

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

    $^X = /opt/perl-5.8.8/bin/perl
    $UID/$EUID = 0 / 0
    $GID = 0 10 6 4 3 2 1 0
    $EGID = 0 10 6 4 3 2 1 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.120921
    Cwd                 3.33    
    ExtUtils::CBuilder  0.280205
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.54    
    ExtUtils::MakeMaker 6.62    
    ExtUtils::Manifest  1.61    
    ExtUtils::ParseXS   3.18    
    File::Spec          3.33    
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.4003  
    Module::Signature   0.70    
    Parse::CPAN::Meta   1.4404  
    Test::Harness       3.25    
    Test::More          0.98    
    YAML                0.84    
    YAML::Syck          1.21    
    version             0.9901  


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.18-1.2798.fc6, archname=i686-linux-thread-multi-64int-ld
    uname='linux localhost.localdomain 2.6.18-1.2798.fc6 #1 smp mon oct 16 14:54:20 edt 2006 i686 i686 i386 gnulinux '
    config_args='-Dcc=gcc -Dprefix=/opt/perl-5.8.8 -DDEBUGGING'
    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=define use64bitall=undef uselongdouble=define
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='4.1.2 20070626 (Red Hat 4.1.2-13)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='long double', nvsize=12, 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=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-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,/opt/perl-5.8.8/lib/5.8.8/i686-linux-thread-multi-64int-ld/CORE'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY MYMALLOC PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_64_BIT_INT
                        USE_ITHREADS USE_LARGE_FILES USE_LONG_DOUBLE
                        USE_PERLIO USE_REENTRANT_API
  Built under linux
  Compiled at Dec  3 2012 07:44:24
  %ENV:
    PERL5LIB="/root/.cpan/build/Audio-FLAC-Header-2.4-45bnxW/blib/arch:/root/.cpan/build/Audio-FLAC-Header-2.4-45bnxW/blib/lib:/root/.cpan/build/Audio-ESD-0.02-tmASaE/blib/arch:/root/.cpan/build/Audio-ESD-0.02-tmASaE/blib/lib:/root/.cpan/build/Audio-Daemon-MPG123-0.9Beta-VPPVbB/blib/arch:/root/.cpan/build/Audio-Daemon-MPG123-0.9Beta-VPPVbB/blib/lib:/root/.cpan/build/Audio-Daemon-0.99Beta-ox2SEh/blib/arch:/root/.cpan/build/Audio-Daemon-0.99Beta-ox2SEh/blib/lib:/root/.cpan/build/Audio-DSS-0.02-c1chBa/blib/arch:/root/.cpan/build/Audio-DSS-0.02-c1chBa/blib/lib:/root/.cpan/build/Audio-DSP-0.02-0XA5hL/blib/arch:/root/.cpan/build/Audio-DSP-0.02-0XA5hL/blib/lib:/root/.cpan/build/Audio-DB-0.01-3oBuhl/blib/arch:/root/.cpan/build/Audio-DB-0.01-3oBuhl/blib/lib:/root/.cpan/build/Audio-Cuefile-Parser-D0zogc/blib/arch:/root/.cpan/build/Audio-Cuefile-Parser-D0zogc/blib/lib:/root/.cpan/build/Audio-Beep-0.11-0Ryfvl/blib/arch:/root/.cpan/build/Audio-Beep-0.11-0Ryfvl/blib/lib:/root/.cpan/build/Audio-1.029-xG0WCC/blib/arch:/root/.cpan/build/Audio-1.029-xG0WCC/blib/lib:/root/.cpan/build/Audio-AMaMP-0.3-XcUEUL/blib/arch:/root/.cpan/build/Audio-AMaMP-0.3-XcUEUL/blib/lib:/root/.cpan/build/Async-Selector-0.02-YcdCw6/blib/arch:/root/.cpan/build/Async-Selector-0.02-YcdCw6/blib/lib:/root/.cpan/build/Async-Queue-0.01-6Fyc6O/blib/arch:/root/.cpan/build/Async-Queue-0.01-6Fyc6O/blib/lib:/root/.cpan/build/Async-MergePoint-0.04-k5LXUp/blib/arch:/root/.cpan/build/Async-MergePoint-0.04-k5LXUp/blib/lib:/root/.cpan/build/Async-Interrupt-1.1-g6wsVn/blib/arch:/root/.cpan/build/Async-Interrupt-1.1-g6wsVn/blib/lib:/root/.cpan/build/Async-Group-0.3-dhZrlm/blib/arch:/root/.cpan/build/Async-Group-0.3-dhZrlm/blib/lib:/root/.cpan/build/Async-0.10-KgH8Qd/blib/arch:/root/.cpan/build/Async-0.10-KgH8Qd/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="10792"
    PERL5_CPAN_IS_EXECUTING="/root/.cpan/build/Audio-Mad-0.6-Ne3Hft/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="10792"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /root/.cpan/build/Audio-FLAC-Header-2.4-45bnxW/blib/arch
    /root/.cpan/build/Audio-FLAC-Header-2.4-45bnxW/blib/lib
    /root/.cpan/build/Audio-ESD-0.02-tmASaE/blib/arch
    /root/.cpan/build/Audio-ESD-0.02-tmASaE/blib/lib
    /root/.cpan/build/Audio-Daemon-MPG123-0.9Beta-VPPVbB/blib/arch
    /root/.cpan/build/Audio-Daemon-MPG123-0.9Beta-VPPVbB/blib/lib
    /root/.cpan/build/Audio-Daemon-0.99Beta-ox2SEh/blib/arch
    /root/.cpan/build/Audio-Daemon-0.99Beta-ox2SEh/blib/lib
    /root/.cpan/build/Audio-DSS-0.02-c1chBa/blib/arch
    /root/.cpan/build/Audio-DSS-0.02-c1chBa/blib/lib
    /root/.cpan/build/Audio-DSP-0.02-0XA5hL/blib/arch
    /root/.cpan/build/Audio-DSP-0.02-0XA5hL/blib/lib
    /root/.cpan/build/Audio-DB-0.01-3oBuhl/blib/arch
    /root/.cpan/build/Audio-DB-0.01-3oBuhl/blib/lib
    /root/.cpan/build/Audio-Cuefile-Parser-D0zogc/blib/arch
    /root/.cpan/build/Audio-Cuefile-Parser-D0zogc/blib/lib
    /root/.cpan/build/Audio-Beep-0.11-0Ryfvl/blib/arch
    /root/.cpan/build/Audio-Beep-0.11-0Ryfvl/blib/lib
    /root/.cpan/build/Audio-1.029-xG0WCC/blib/arch
    /root/.cpan/build/Audio-1.029-xG0WCC/blib/lib
    /root/.cpan/build/Audio-AMaMP-0.3-XcUEUL/blib/arch
    /root/.cpan/build/Audio-AMaMP-0.3-XcUEUL/blib/lib
    /root/.cpan/build/Async-Selector-0.02-YcdCw6/blib/arch
    /root/.cpan/build/Async-Selector-0.02-YcdCw6/blib/lib
    /root/.cpan/build/Async-Queue-0.01-6Fyc6O/blib/arch
    /root/.cpan/build/Async-Queue-0.01-6Fyc6O/blib/lib
    /root/.cpan/build/Async-MergePoint-0.04-k5LXUp/blib/arch
    /root/.cpan/build/Async-MergePoint-0.04-k5LXUp/blib/lib
    /root/.cpan/build/Async-Interrupt-1.1-g6wsVn/blib/arch
    /root/.cpan/build/Async-Interrupt-1.1-g6wsVn/blib/lib
    /root/.cpan/build/Async-Group-0.3-dhZrlm/blib/arch
    /root/.cpan/build/Async-Group-0.3-dhZrlm/blib/lib
    /root/.cpan/build/Async-0.10-KgH8Qd/blib/arch
    /root/.cpan/build/Async-0.10-KgH8Qd/blib/lib
    /opt/perl-5.8.8/lib/5.8.8/i686-linux-thread-multi-64int-ld
    /opt/perl-5.8.8/lib/5.8.8
    /opt/perl-5.8.8/lib/site_perl/5.8.8/i686-linux-thread-multi-64int-ld
    /opt/perl-5.8.8/lib/site_perl/5.8.8
    /opt/perl-5.8.8/lib/site_perl
    .