Front page | perl.perl5.porters |
Postings from March 2001
[ID 20010305.001] PerlIO breaks Term-ReadLine-Perl and ReadKey
Thread Next
From:
jarausch
Date:
March 5, 2001 01:16
Subject:
[ID 20010305.001] PerlIO breaks Term-ReadLine-Perl and ReadKey
Message ID:
200103050916.KAA48257@numa1.igpm.rwth-aachen.de
This is a bug report for perl from jarausch@igpm.rwth-aachen.de,
generated with the help of perlbug 1.33 running under perl v5.7.0.
-----------------------------------------------------------------
[Please enter your report here]
Using the (now default) PerlIO layer I get compiler warnings
when building e.g. Term-ReadLine-Perl-0.9908
A value of type "PerlIO *" cannot be assigned to an entity of type "FILE *"
and furthermore a segment fault when running make test
The same applies to TermReadKey-2.14
and as consequence my perl debugger hangs
I've never encountered any problems while using STDIO.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=medium
---
Site configuration information for perl v5.7.0:
Configured by jarausch at Wed Feb 28 13:36:55 CST 2001.
Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration:
Platform:
osname=irix, osvers=6.5, archname=IP26-irix
uname='irix64 numa1 6.5 07201611 ip26 '
config_args='-Dcc=cc -Dprefix=/usr/LOCAL -Ud_casti32 -Dlocincpth=/usr/LOCAL/include -Dloclibpth=/usr/LOCAL/lib'
hint=previous, 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
Compiler:
cc='cc', ccflags ='-D_BSD_TYPES -D_BSD_TIME -I/usr/LOCAL/include -DLANGUAGE_C',
optimize='-O3 -OPT:Olimit=0:space=on -mips4',
cppflags='-D_BSD_TYPES -D_BSD_TIME -I/usr/LOCAL/include -DLANGUAGE_C'
ccversion='', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -Wl,-woff,84 -L/usr/LOCAL/lib'
libpth=/usr/LOCAL/lib /usr/lib32 /lib32
libs=-lgdbm -ldb -lm -lc
perllibs=-lm -lc
libc=/usr/lib32/libc.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-rpath,/usr/LOCAL/lib/perl5/5.7.0/IP26-irix/CORE'
cccdlflags='-KPIC', lddlflags='-shared -L/usr/LOCAL/lib'
Locally applied patches:
DEVEL8956
---
@INC for perl v5.7.0:
/usr/LOCAL/lib/perl5/5.7.0/IP26-irix
/usr/LOCAL/lib/perl5/5.7.0
/usr/LOCAL/lib/perl5/site_perl/5.7.0/IP26-irix
/usr/LOCAL/lib/perl5/site_perl/5.7.0
/usr/LOCAL/lib/perl5/site_perl
.
---
Environment for perl v5.7.0:
HOME=/usr/people/jarausch
LANG=C
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=.:/usr/people/jarausch/bin:/usr/PRIVATE/bin:/usr/LOCAL/bin:/usr/LOCAL/teTeX/bin:/usr/bin:/usr/java/bin:/usr/bsd:/bin:/usr/bin/X11:/usr/local/bin:/usr/local/bin/X11:/usr/sbin:/usr/demos/bin
PERL_BADLANG (unset)
SHELL=/bin/zsh
Thread Next
-
[ID 20010305.001] PerlIO breaks Term-ReadLine-Perl and ReadKey
by jarausch