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
.