Front page | perl.perl5.porters |
Postings from September 2000
[ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 onalpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
Thread Next
From:
Spider Boardman
Date:
September 15, 2000 03:37
Subject:
[ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 onalpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
Message ID:
200009151037.GAA07447@Orb.Nashua.NH.US
This is a build failure report for perl from spider@orb.nashua.nh.us,
generated with the help of perlbug 1.32 running under perl v5.7.1.
-----------------------------------------------------------------
[Please enter your report here]
After patching sv.c and ext/Encode/Encode.xs I got all tests to pass
with ithreads. The requisite patches:
--- ext/Encode/Encode.xs.DIST Thu Sep 14 19:14:48 2000
+++ ext/Encode/Encode.xs Fri Sep 15 06:08:36 2000
@@ -3,7 +3,7 @@
#include "XSUB.h"
#define UNIMPLEMENTED(x,y) y x (SV *sv, char *encoding) { \
- Perl_croak("panic_unimplemented"); \
+ Perl_croak(aTHX_ "panic_unimplemented"); \
return (y)0; /* fool picky compilers */ \
}
UNIMPLEMENTED(_encoded_utf8_to_bytes, I32)
--- sv.c.DIST Thu Sep 14 20:19:53 2000
+++ sv.c Fri Sep 15 05:43:54 2000
@@ -2440,7 +2440,7 @@ Perl_sv_utf8_downgrade(pTHX_ register SV
if (fail_ok)
return FALSE;
else
- Perl_croak("big byte");
+ Perl_croak(aTHX_ "big byte");
}
SvCUR(sv) = len - 1;
SvUTF8_off(sv);
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=install
severity=none
---
Site configuration information for perl v5.7.1:
Configured by spider at Fri Sep 15 05:21:11 EDT 2000.
Summary of my perl5 (revision 5.0 version 7 subversion 1) configuration:
Platform:
osname=dec_osf, osvers=4.0f, archname=alpha-dec_osf-thread-multi
uname='osf1 orb.nashua.nh.us v4.0 1229 alpha '
config_args='-dsEO -Dusedevel -Darchlib=/local/opt/perl/lib/5.7.1/alpha-dec_osf-thread-multi -Darchname=alpha-dec_osf-thread-multi -Dbin=/local/bin/tmexp -Dbinexp=/local/bin/tmexp -Dcc=cc -Dccflags=-std -pthread -I/usr/local/include -DDEBUGGING -DDEBUGGING_OPS -D_INTRINSICS -D_INLINE_INTRINSICS -Drand=__random -Dsrand=__srandom -DUSE_PERL_SBRK -DPERL_SBRK_VIA_MALLOC -DEMBEDMYMALLOC= -fprm d -ieee -Ud_bincompat3 -Ud_bincompat5005 -Dd_dosuid=define -Dinc_version_list= -Uinc_version_list_init= -Dinstallbin=/local/OSF1/alpha/bin/tmexp -Uinstallstyle= -Dlddlflags=-shared -msym -expect_unresolved "*" -g3 -O4 -std -Dldflags=-std -msym -g3 -O4 -Dlibswanted=sfio gdbm pthread m exc iconv -Ulibsfiles= -Ulibsfound= -Dman1dir=/local/man/man1 -Dman1ext=1 -Dman3dir=/local/man/man3 -Dman3ext=3pl -Doptimize=-g3 -O4 -Dpager=/local/bin/less -Dprefix=/local/opt/perl -Dscriptdir=/local/share/tmexp -Dsitebin=/local/opt/perl/lib/5.7.1/alpha-dec_osf-thread-multi/bin -Dsitevers=5.7.1 -Usitebinexp!
= -Uinstallsitebin= -Dsitelib=/local/opt/perl/lib/site_perl/5.7.1 -Dsitearch=/local/opt/perl/lib/site_perl/5.7.1/alpha-dec_osf-thread-multi -Duseshrplib -Ud_safemcpy= -Ud_sfio= -Ui_dbm -Uinstallarchlib= -Uinstallprivlib= -Uinstallscript= -Uinstallsitearch= -Uinstallsitelib= -Uinstallusrbinperl -Ulibs= -Uperlpath= -Uprivlib= -Urandbits= -Uusenm -Dusethreads -Dlibperl=libperlshr.so -Dusemymalloc=y -Duseithreads -e'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
Compiler:
cc='cc', ccflags ='-std -pthread -I/usr/local/include -DDEBUGGING -DDEBUGGING_OPS -D_INTRINSICS -D_INLINE_INTRINSICS -Drand=__random -Dsrand=__srandom -DUSE_PERL_SBRK -DPERL_SBRK_VIA_MALLOC -DEMBEDMYMALLOC= -fprm d -ieee',
optimize='-g3 -O4',
cppflags='-std -pthread -I/usr/local/include -DDEBUGGING -DDEBUGGING_OPS -D_INTRINSICS -D_INLINE_INTRINSICS -Drand=__random -Dsrand=__srandom -DUSE_PERL_SBRK -DPERL_SBRK_VIA_MALLOC -DEMBEDMYMALLOC= -ieee'
ccversion='V5.9-005', gccversion='', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='ld', ldflags ='-std -msym -g3 -O4 -L/usr/local/lib'
libpth=/usr/local/lib /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /var/shlib
libs=-lpthread -lm -lexc -liconv
libc=, so=so, useshrplib=true, libperl=libperlshr.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-rpath,/local/opt/perl/lib/5.7.1/alpha-dec_osf-thread-multi/CORE'
cccdlflags=' ', lddlflags='-shared -msym -expect_unresolved "*" -g3 -O4 -std -L/usr/local/lib'
Locally applied patches:
devel-7094
---
@INC for perl v5.7.1:
lib
/local/opt/perl/lib/5.7.1/alpha-dec_osf-thread-multi
/local/opt/perl/lib/5.7.1
/local/opt/perl/lib/site_perl/5.7.1/alpha-dec_osf-thread-multi
/local/opt/perl/lib/site_perl/5.7.1
/local/opt/perl/lib/site_perl
.
---
Environment for perl v5.7.1:
HOME=/users/spider
LANG=en_US.ISO8859-1
LANGUAGE (unset)
LD_LIBRARY_PATH=/local/src/perl/bleadperl
LOGDIR (unset)
PATH=/users/spider/bin/OSF1/alpha:/users/spider/bin:/local/OSF1/alpha/bin:/local/share:/local/OSF1/alpha/sbin:/local/etc:/usr/local:/tcb/bin:/usr/ccs/bin:/usr/bin:/usr/lbin:/usr/dt/bin:/usr/bin/X11:/usr/bin/mme:/usr/sbin:/sbin:/usr/field:/usr/opt/SWN200/bin:/local/OSF1/alpha/bin/mnt:/local/share/mnt:.
PERL_BADLANG (unset)
SHELL=/usr/bin/ksh
Thread Next
-
[ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 onalpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
by Spider Boardman