Front page | perl.perl5.porters |
Postings from June 2008
My failing syslog test in current blead
Thread Next
From:
andreas.koenig.7os6VVqR
Date:
June 13, 2008 10:12
Subject:
My failing syslog test in current blead
Message ID:
87r6b1dztc.fsf@k75.linux.bogus
Am I the only one with failing syslog test?
% ./perl harness -v ../ext/Sys/Syslog/t/syslog.t
../ext/Sys/Syslog/t/syslog......
1..215
ok 1 - use Sys::Syslog;
ok 2 - Sys::Syslog->can(...)
Use of uninitialized value $setsock in lc at ../lib/Sys/Syslog.pm line 204.
Use of uninitialized value $setsock in lc at ../lib/Sys/Syslog.pm line 232.
Use of uninitialized value $setsock in lc at ../lib/Sys/Syslog.pm line 241.
Use of uninitialized value $setsock in lc at ../lib/Sys/Syslog.pm line 255.
Use of uninitialized value $setsock in lc at ../lib/Sys/Syslog.pm line 258.
Use of uninitialized value $setsock in lc at ../lib/Sys/Syslog.pm line 267.
Use of uninitialized value $setsock in lc at ../lib/Sys/Syslog.pm line 276.
Use of uninitialized value $setsock in lc at ../lib/Sys/Syslog.pm line 285.
Use of uninitialized value $setsock in lc at ../lib/Sys/Syslog.pm line 288.
ok 3 - calling setlogsock() with no argument
ok 4 - calling syslog() with no argument
ok 5 - calling syslog() with one undef argument
ok 6 - calling syslog() with one empty argument
ok 7 - setlogsock() called with 'unix'
not ok 8 - setlogsock() should return true: '0' # TODO minor bug
# Failed (TODO) test 'setlogsock() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 94.
ok 9 - openlog() called with facility 'local0'
ok 10 - openlog() should return true: 'Sys::Syslog::SYSLOG'
not ok 11 - syslog() called with level 'info'
# Failed test 'syslog() called with level 'info''
# at ../ext/Sys/Syslog/t/syslog.t line 107.
# got: 'syslog: invalid level/facility: info at ../ext/Sys/Syslog/t/syslog.t line 106
# '
# expected: ''
not ok 12 - syslog() should return true: '0'
# Failed test 'syslog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 108.
ok 13 - closelog()
ok 14 - closelog() should return true: '1'
ok 15 - [native] setlogsock() called with ['native']
ok 16 - [native] setlogsock() should return true: '1'
ok 17 - [native] setlogsock() called with 'native'
ok 18 - [native] setlogsock() should return true: '1'
ok 19 - [native] openlog() called with facility 'local0' and without option 'ndelay'
ok 20 - [native] openlog() should return true: 'Sys::Syslog::SYSLOG'
ok 21 - [native] openlog() called with facility 'local0' with option 'ndelay'
ok 22 - [native] openlog() should return true: 'Sys::Syslog::SYSLOG'
ok 23 - [native] syslog() called with level -1
ok 24 - [native] syslog() should return false: '0'
ok 25 - [native] syslog() called with level plonk
ok 26 - [native] syslog() should return false: '0'
not ok 27 - [native] syslog() called with level 'info,notice'
# Failed test '[native] syslog() called with level 'info,notice''
# at ../ext/Sys/Syslog/t/syslog.t line 162.
# 'syslog: invalid level/facility: info at ../ext/Sys/Syslog/t/syslog.t line 161
# '
# doesn't match '/^syslog: too many levels given: notice/'
ok 28 - [native] syslog() should return false: '0'
not ok 29 - [native] syslog() called with level 'local0,local1'
# Failed test '[native] syslog() called with level 'local0,local1''
# at ../ext/Sys/Syslog/t/syslog.t line 167.
# 'syslog: invalid level/facility: local0 at ../ext/Sys/Syslog/t/syslog.t line 166
# '
# doesn't match '/^syslog: too many facilities given: local1/'
ok 30 - [native] syslog() should return false: '0'
not ok 31 - [native] syslog() called with level 'info' (string)
# Failed test '[native] syslog() called with level 'info' (string)'
# at ../ext/Sys/Syslog/t/syslog.t line 172.
# got: 'syslog: invalid level/facility: info at ../ext/Sys/Syslog/t/syslog.t line 171
# '
# expected: ''
not ok 32 - [native] syslog() should return true: '0'
# Failed test '[native] syslog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 173.
perl[14931]: uid 1005 is testing Perl 5.011000 syslog(3) capabilities by connecting to a native socket, setting a fake errno: Die Operation ist nicht erlaubt
ok 33 - [native] syslog() called with level 'info' (macro)
ok 34 - [native] syslog() should return true: '1'
ok 35 - [native] closelog()
ok 36 - [native] closelog() should return true: '1'
ok 37 - [eventlog] setlogsock() called with ['eventlog']
ok 38 - [eventlog] setlogsock() should return true: '1'
ok 39 # SKIP can't use 'eventlog' socket
ok 40 # SKIP can't use 'eventlog' socket
ok 41 # SKIP can't use 'eventlog' socket
ok 42 # SKIP can't use 'eventlog' socket
ok 43 # SKIP can't use 'eventlog' socket
ok 44 # SKIP can't use 'eventlog' socket
ok 45 # SKIP can't use 'eventlog' socket
ok 46 # SKIP can't use 'eventlog' socket
ok 47 # SKIP can't use 'eventlog' socket
ok 48 # SKIP can't use 'eventlog' socket
ok 49 # SKIP can't use 'eventlog' socket
ok 50 # SKIP can't use 'eventlog' socket
ok 51 # SKIP can't use 'eventlog' socket
ok 52 # SKIP can't use 'eventlog' socket
ok 53 # SKIP can't use 'eventlog' socket
ok 54 # SKIP can't use 'eventlog' socket
ok 55 # SKIP can't use 'eventlog' socket
ok 56 # SKIP can't use 'eventlog' socket
ok 57 # SKIP can't use 'eventlog' socket
ok 58 # SKIP can't use 'eventlog' socket
ok 59 - [unix] setlogsock() called with ['unix']
ok 60 - [unix] setlogsock() should return true: '1'
ok 61 - [unix] setlogsock() called with 'unix'
ok 62 - [unix] setlogsock() should return true: '1'
ok 63 - [unix] openlog() called with facility 'local0' and without option 'ndelay'
ok 64 - [unix] openlog() should return true: 'Sys::Syslog::SYSLOG'
ok 65 - [unix] openlog() called with facility 'local0' with option 'ndelay'
ok 66 - [unix] openlog() should return true: 'Sys::Syslog::SYSLOG'
ok 67 - [unix] syslog() called with level -1
ok 68 - [unix] syslog() should return false: '0'
ok 69 - [unix] syslog() called with level plonk
ok 70 - [unix] syslog() should return false: '0'
not ok 71 - [unix] syslog() called with level 'info,notice'
# Failed test '[unix] syslog() called with level 'info,notice''
# at ../ext/Sys/Syslog/t/syslog.t line 162.
# 'syslog: invalid level/facility: info at ../ext/Sys/Syslog/t/syslog.t line 161
# '
# doesn't match '/^syslog: too many levels given: notice/'
ok 72 - [unix] syslog() should return false: '0'
not ok 73 - [unix] syslog() called with level 'local0,local1'
# Failed test '[unix] syslog() called with level 'local0,local1''
# at ../ext/Sys/Syslog/t/syslog.t line 167.
# 'syslog: invalid level/facility: local0 at ../ext/Sys/Syslog/t/syslog.t line 166
# '
# doesn't match '/^syslog: too many facilities given: local1/'
ok 74 - [unix] syslog() should return false: '0'
# '
# expected: ''
not ok 32 - [native] syslog() should return true: '0'
# Failed test '[native] syslog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 173.
perl[14931]: uid 1005 is testing Perl 5.011000 syslog(3) capabilities by connecting to a native socket, setting a fake errno: Die Operation ist nicht erlaubt
ok 33 - [native] syslog() called with level 'info' (macro)
ok 34 - [native] syslog() should return true: '1'
ok 35 - [native] closelog()
ok 36 - [native] closelog() should return true: '1'
ok 37 - [eventlog] setlogsock() called with ['eventlog']
ok 38 - [eventlog] setlogsock() should return true: '1'
ok 39 # SKIP can't use 'eventlog' socket
ok 40 # SKIP can't use 'eventlog' socket
ok 41 # SKIP can't use 'eventlog' socket
ok 42 # SKIP can't use 'eventlog' socket
ok 43 # SKIP can't use 'eventlog' socket
ok 44 # SKIP can't use 'eventlog' socket
ok 45 # SKIP can't use 'eventlog' socket
ok 46 # SKIP can't use 'eventlog' socket
ok 47 # SKIP can't use 'eventlog' socket
ok 48 # SKIP can't use 'eventlog' socket
ok 49 # SKIP can't use 'eventlog' socket
ok 50 # SKIP can't use 'eventlog' socket
ok 51 # SKIP can't use 'eventlog' socket
ok 52 # SKIP can't use 'eventlog' socket
ok 53 # SKIP can't use 'eventlog' socket
ok 54 # SKIP can't use 'eventlog' socket
ok 55 # SKIP can't use 'eventlog' socket
ok 56 # SKIP can't use 'eventlog' socket
ok 57 # SKIP can't use 'eventlog' socket
ok 58 # SKIP can't use 'eventlog' socket
ok 59 - [unix] setlogsock() called with ['unix']
ok 60 - [unix] setlogsock() should return true: '1'
ok 61 - [unix] setlogsock() called with 'unix'
ok 62 - [unix] setlogsock() should return true: '1'
ok 63 - [unix] openlog() called with facility 'local0' and without option 'ndelay'
ok 64 - [unix] openlog() should return true: 'Sys::Syslog::SYSLOG'
ok 65 - [unix] openlog() called with facility 'local0' with option 'ndelay'
ok 66 - [unix] openlog() should return true: 'Sys::Syslog::SYSLOG'
ok 67 - [unix] syslog() called with level -1
ok 68 - [unix] syslog() should return false: '0'
ok 69 - [unix] syslog() called with level plonk
ok 70 - [unix] syslog() should return false: '0'
not ok 71 - [unix] syslog() called with level 'info,notice'
# Failed test '[unix] syslog() called with level 'info,notice''
# at ../ext/Sys/Syslog/t/syslog.t line 162.
# 'syslog: invalid level/facility: info at ../ext/Sys/Syslog/t/syslog.t line 161
# '
# doesn't match '/^syslog: too many levels given: notice/'
ok 72 - [unix] syslog() should return false: '0'
not ok 73 - [unix] syslog() called with level 'local0,local1'
# Failed test '[unix] syslog() called with level 'local0,local1''
# at ../ext/Sys/Syslog/t/syslog.t line 167.
# 'syslog: invalid level/facility: local0 at ../ext/Sys/Syslog/t/syslog.t line 166
# '
# doesn't match '/^syslog: too many facilities given: local1/'
ok 74 - [unix] syslog() should return false: '0'
not ok 75 - [unix] syslog() called with level 'info' (string)
# Failed test '[unix] syslog() called with level 'info' (string)'
# at ../ext/Sys/Syslog/t/syslog.t line 172.
# got: 'syslog: invalid level/facility: info at ../ext/Sys/Syslog/t/syslog.t line 171
# '
# expected: ''
not ok 76 - [unix] syslog() should return true: '0'
# Failed test '[unix] syslog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 173.
ok 77 - [unix] syslog() called with level 'info' (macro)
ok 78 - [unix] syslog() should return true: '1'
ok 79 - [unix] closelog()
ok 80 - [unix] closelog() should return true: '1'
ok 81 - [pipe] setlogsock() called with ['pipe']
ok 82 - [pipe] setlogsock() should return true: '1'
ok 83 - [pipe] setlogsock() called with 'pipe'
ok 84 - [pipe] setlogsock() should return true: '1'
ok 85 # SKIP can't connect to syslog
ok 86 # SKIP can't connect to syslog
ok 87 # SKIP can't connect to syslog
ok 88 # SKIP can't connect to syslog
ok 89 # SKIP can't connect to syslog
ok 90 # SKIP can't connect to syslog
ok 91 # SKIP can't connect to syslog
ok 92 # SKIP can't connect to syslog
ok 93 # SKIP can't connect to syslog
ok 94 # SKIP can't connect to syslog
ok 95 # SKIP can't connect to syslog
ok 96 # SKIP can't connect to syslog
ok 97 # SKIP can't connect to syslog
ok 98 # SKIP can't connect to syslog
ok 99 # SKIP can't connect to syslog
ok 100 # SKIP can't connect to syslog
ok 101 # SKIP can't connect to syslog
ok 102 # SKIP can't connect to syslog
ok 103 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 104 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 105 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 106 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 107 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 108 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 109 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 110 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 111 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 112 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 113 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 114 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 115 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 116 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 117 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 118 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 119 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 120 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 121 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 122 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 123 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 124 # SKIP the 'stream' mechanism because a previous mechanism with similar interface succeeded
ok 125 - [inet] setlogsock() called with ['inet']
ok 126 - [inet] setlogsock() should return true: '1'
ok 127 - [inet] setlogsock() called with 'inet'
ok 128 - [inet] setlogsock() should return true: '1'
ok 129 - [inet] openlog() called with facility 'local0' and without option 'ndelay'
ok 130 - [inet] openlog() should return true: 'Sys::Syslog::SYSLOG'
ok 131 - [inet] openlog() called with facility 'local0' with option 'ndelay'
ok 132 - [inet] openlog() should return true: 'Sys::Syslog::SYSLOG'
ok 133 - [inet] syslog() called with level -1
ok 134 - [inet] syslog() should return false: '0'
ok 135 - [inet] syslog() called with level plonk
ok 136 - [inet] syslog() should return false: '0'
not ok 137 - [inet] syslog() called with level 'info,notice'
# Failed test '[inet] syslog() called with level 'info,notice''
# at ../ext/Sys/Syslog/t/syslog.t line 162.
# 'syslog: invalid level/facility: info at ../ext/Sys/Syslog/t/syslog.t line 161
# '
# doesn't match '/^syslog: too many levels given: notice/'
ok 138 - [inet] syslog() should return false: '0'
not ok 139 - [inet] syslog() called with level 'local0,local1'
# Failed test '[inet] syslog() called with level 'local0,local1''
# at ../ext/Sys/Syslog/t/syslog.t line 167.
# 'syslog: invalid level/facility: local0 at ../ext/Sys/Syslog/t/syslog.t line 166
# '
# doesn't match '/^syslog: too many facilities given: local1/'
ok 140 - [inet] syslog() should return false: '0'
not ok 141 - [inet] syslog() called with level 'info' (string)
# Failed test '[inet] syslog() called with level 'info' (string)'
# at ../ext/Sys/Syslog/t/syslog.t line 172.
# got: 'syslog: invalid level/facility: info at ../ext/Sys/Syslog/t/syslog.t line 171
# '
# expected: ''
not ok 142 - [inet] syslog() should return true: '0'
# Failed test '[inet] syslog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 173.
ok 143 - [inet] syslog() called with level 'info' (macro)
ok 144 - [inet] syslog() should return true: '1'
ok 145 - [inet] closelog()
ok 146 - [inet] closelog() should return true: '1'
ok 147 - [tcp] setlogsock() called with ['tcp']
ok 148 - [tcp] setlogsock() should return true: '1'
ok 149 # SKIP can't use 'tcp' socket
ok 150 # SKIP can't use 'tcp' socket
ok 151 # SKIP can't use 'tcp' socket
ok 152 # SKIP can't use 'tcp' socket
ok 153 # SKIP can't use 'tcp' socket
ok 154 # SKIP can't use 'tcp' socket
ok 155 # SKIP can't use 'tcp' socket
ok 156 # SKIP can't use 'tcp' socket
ok 157 # SKIP can't use 'tcp' socket
ok 158 # SKIP can't use 'tcp' socket
ok 159 # SKIP can't use 'tcp' socket
ok 160 # SKIP can't use 'tcp' socket
ok 161 # SKIP can't use 'tcp' socket
ok 162 # SKIP can't use 'tcp' socket
ok 163 # SKIP can't use 'tcp' socket
ok 164 # SKIP can't use 'tcp' socket
ok 165 # SKIP can't use 'tcp' socket
ok 166 # SKIP can't use 'tcp' socket
ok 167 # SKIP can't use 'tcp' socket
ok 168 # SKIP can't use 'tcp' socket
ok 169 - [udp] setlogsock() called with ['udp']
ok 170 - [udp] setlogsock() should return true: '1'
ok 171 - [udp] setlogsock() called with 'udp'
ok 172 - [udp] setlogsock() should return true: '1'
ok 173 # SKIP can't connect to syslog
ok 174 # SKIP can't connect to syslog
ok 175 # SKIP can't connect to syslog
ok 176 # SKIP can't connect to syslog
ok 177 # SKIP can't connect to syslog
ok 178 # SKIP can't connect to syslog
ok 179 # SKIP can't connect to syslog
ok 180 # SKIP can't connect to syslog
ok 181 # SKIP can't connect to syslog
ok 182 # SKIP can't connect to syslog
ok 183 # SKIP can't connect to syslog
ok 184 # SKIP can't connect to syslog
ok 185 # SKIP can't connect to syslog
ok 186 # SKIP can't connect to syslog
ok 187 # SKIP can't connect to syslog
ok 188 # SKIP can't connect to syslog
ok 189 # SKIP can't connect to syslog
ok 190 # SKIP can't connect to syslog
ok 191 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 192 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 193 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 194 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 195 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 196 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 197 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 198 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 199 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 200 # SKIP the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism
ok 201 - setlogmask() called with a null mask
ok 202 - setlogmask() called with a null mask (second time)
ok 203 - setlogmask() must return the same mask as previous call
ok 204 - setlogmask() called with a new mask
ok 205 - setlogmask() must return the same mask as previous call
ok 206 - setlogmask() called with a null mask
ok 207 - setlogmask() must return the new mask
ok 208 - setlogmask() called with a new mask
ok 209 - setlogmask() must return the same mask as previous call
ok 210 - setlogmask() called with a null mask
ok 211 - setlogmask() must return the new mask
ok 212 - setlogmask() called with a new mask
ok 213 - setlogmask() must return the same mask as previous call
ok 214 - setlogmask() called with a null mask
ok 215 - setlogmask() must return the new mask
# Looks like you failed 14 tests of 215.
Dubious, test returned 14 (wstat 3584, 0xe00)
Failed 14/215 subtests
(less 108 skipped subtests: 93 okay)
Test Summary Report
-------------------
../ext/Sys/Syslog/t/syslog.t (Wstat: 3584 Tests: 215 Failed: 14)
Failed tests: 11-12, 27, 29, 31-32, 71, 73, 75-76, 137
139, 141-142
Non-zero exit status: 14
Files=1, Tests=215, 0 wallclock secs ( 0.07 usr 0.01 sys + 0.18 cusr 0.02 csys = 0.28 CPU)
Result: FAIL
Failed 1/1 test programs. 14/215 subtests failed.
Summary of my perl5 (revision 5 version 11 subversion 0 patch 34044) configuration:
Platform:
osname=linux, osvers=2.6.22-1-k7, archname=i686-linux-64int
uname='linux k75 2.6.22-1-k7 #1 smp sun jul 29 15:15:55 utc 2007 i686 gnulinux '
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/pTOJg4C/perl-5.10.0@34044 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duse64bitint'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -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=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_INT
USE_LARGE_FILES USE_PERLIO
Locally applied patches:
DEVEL
patchaperlup: --branch='perl' --upto='34044' --start='32643'
Built under linux
Compiled at Jun 13 2008 08:54:58
@INC:
../lib
/home/src/perl/repoperls/installed-perls/perl/pTOJg4C/perl-5.10.0@34044/lib/5.11.0/i686-linux-64int
/home/src/perl/repoperls/installed-perls/perl/pTOJg4C/perl-5.10.0@34044/lib/5.11.0
/home/src/perl/repoperls/installed-perls/perl/pTOJg4C/perl-5.10.0@34044/lib/site_perl/5.11.0/i686-linux-64int
/home/src/perl/repoperls/installed-perls/perl/pTOJg4C/perl-5.10.0@34044/lib/site_perl/5.11.0
.
--
andreas
Thread Next
-
My failing syslog test in current blead
by andreas.koenig.7os6VVqR