Front page | perl.perl5.porters |
Postings from January 2004
[perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
Thread Previous
|
Thread Next
From:
perlbug-followup
Date:
January 26, 2004 21:01
Subject:
[perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
Message ID:
rt-3.0.8-25270-72199.12.86311507101@perl.org
# New Ticket Created by Peter.Dintelmann@dresdner-bank.com
# Please include the string: [perl #25270]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=25270 >
This is a bug report for perl from Peter.Dintelmann@dresdner-bank.com,
generated with the help of perlbug 1.34 running under perl v5.8.3.
POSIX::ctermid() does not seem to work in 5.8.3 on Solaris 8.
$ perl583 -MPOSIX -le 'print ctermid()'
$
The expected output is "/dev/tty" which is produced by a simple C program.
---
Flags:
category=library
severity=low
---
Site configuration information for perl v5.8.3:
Configured by p013176 at Wed Jan 21 08:51:05 MET 2004.
Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
Platform:
osname=solaris, osvers=2.8, archname=sun4-solaris-thread-multi
uname='sunos oikbm03 5.8 generic_108528-23 sun4u sparc sunw,ultra-5_10 '
config_args='-Dprefix=/opt/MISperl -Uinstallusrbinperl -Dcc=gcc -Doptimize=-O2 -Duseshrplib -Duseperlio -Dusethreads -des'
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=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='2.95.3 20010315 (release)', gccosandvers='solaris2.8'
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, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldl -lm -lpthread -lc
perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-E -R /opt/MISperl/lib/5.8.3/sun4-solaris-thread-multi/CORE'
cccdlflags='-fPIC', lddlflags=' -Wl,-E -G -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.8.3:
/opt/MISperl/lib/5.8.3/sun4-solaris-thread-multi
/opt/MISperl/lib/5.8.3
/opt/MISperl/lib/site_perl/5.8.3/sun4-solaris-thread-multi
/opt/MISperl/lib/site_perl/5.8.3
/opt/MISperl/lib/site_perl
.
---
Environment for perl v5.8.3:
HOME=/export/home/p013176
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/local/lib
LOGDIR (unset)
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/opt/ssh/bin:/usr/local/bin:/usr/afs/bin:/usr/afsws/bin
PERL_BADLANG (unset)
SHELL=/usr/local/bin/bash
Thread Previous
|
Thread Next