Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
--
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..54
ok 1
Testing priorities:
LOG_EMERG ok 2
LOG_EMERG ok 3
LOG_ALERT ok 4
LOG_CRIT ok 5
LOG_ERR ok 6
LOG_WARNING ok 7
LOG_NOTICE ok 8
LOG_INFO ok 9
LOG_DEBUG ok 10
LOG_EMERG ok 11
LOG_ALERT ok 12
LOG_CRIT ok 13
LOG_ERR ok 14
LOG_WARNING ok 15
LOG_NOTICE ok 16
LOG_INFO ok 17
LOG_DEBUG ok 18
Testing facilities
LOG_KERN ok 19
LOG_USER ok 20
LOG_MAIL ok 21
LOG_DAEMON ok 22
LOG_AUTH ok 23
LOG_SYSLOG ok 24
LOG_LPR ok 25
LOG_NEWS ok 26
LOG_UUCP ok 27
LOG_CRON ok 28
LOG_LOCAL0 ok 29
LOG_LOCAL1 ok 30
LOG_LOCAL2 ok 31
LOG_LOCAL3 ok 32
LOG_LOCAL4 ok 33
LOG_LOCAL5 ok 34
LOG_LOCAL6 ok 35
LOG_LOCAL7 ok 36
These facilities are not defined on all systems:
LOG_AUTHPRIV ok 37
LOG_FTP ok 38
The number of available facilities is:
LOG_NFACILITIES ok 39
LOG_FACMASK ok 40
Testing options
LOG_PID ok 41
LOG_CONS ok 42
LOG_ODELAY ok 43
LOG_NDELAY ok 44
LOG_NOWAIT ok 45
These options are not defined on all systems:
LOG_PERROR ok 46
Testing macros for setlogmask()
LOG_MASK(1) ok 47
LOG_UPTO(1) ok 48
These macros are not defined on all systems:
LOG_PRI(1) ok 49
LOG_MAKEPRI(1,1) ok 50
LOG_FAC(1) ok 51
On some systems these functions are undefined and
return just empty strings:
priorityname(LOG_EMERG) skipped 52
facilityname(LOG_KERN) skipped 53
Testing setlogmask:
Setting mask to 64
New mask is 64 ok 54
*** Test results: 52 tests of 54 passed!
Testing functions
As the functions `openlog', `closelog' and `syslog' do not return any
value that indicates success or failure, please have a look at the log
file generated by syslogd(8). The following tests print a message of
the facility `local7' and the priority `info'.
openlog
syslog
setlogmask
syslog
closelog
Testing pointer handling in closelog().
Calling closelog() a second time.
This message should not be preceeded by an error message
about dereferenced pointers.
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=openbsd, osvers=4.2, archname=i386-openbsd
uname='openbsd'
config_args='-dsE -Dopenbsd_distribution=defined'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -fno-delete-null-pointer-checks
-pipe -I/usr/local/include',
optimize='-O2',
cppflags='-fno-strict-aliasing -fno-delete-null-pointer-checks -pipe
-I/usr/local/include'
ccversion='', gccversion='3.3.5 (propolice)', gccosandvers='openbsd4.2'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-Wl,-E '
libpth=/usr/lib
libs=-lm -lutil -lc
perllibs=-lm -lutil -lc
libc=/usr/lib/libc.so.42.0, so=so, useshrplib=true, libperl=libperl.so.10.1
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef,
ccdlflags='-Wl,-R/usr/libdata/perl5/i386-openbsd/5.8.8/CORE'
cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC '