Skip Menu |

This queue is for tickets about the Term-ReadLine-Gnu CPAN distribution.

Maintainer(s)' notes

When you report a bug, please provide the following information;

- output of
	perl -V
	perl Makefile.PL verbose
	make test TEST_VERBOSE=1
	perl -Mblib t/00checkver.t
	echo $TERM
- terminal emulator which you are using
- compiler which is used to compile the GNU Readline Library (libreadline.a) if you can know.
Read INSTALL in the distribution for more details.

Report information
The Basics
Id: 59592
Status: resolved
Priority: 0/
Queue: Term-ReadLine-Gnu

People
Owner: Nobody in particular
Requestors: daxim [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.20
Fixed in: 1.20



Subject: [PATCH] clarify safe putenv instructions
I found out how my problem in https://rt.cpan.org/Ticket/Display.html? id=37194#txn-641389 could happen. I compiled perl the wrong way because the instructions are somewhat misleading. Documentation patch attached.
Subject: 0001-clarify-safe-putenv-instructions.patch
From 98f1812c61cdce618989d7b1670024a1124c17d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20D=C9=AA=E1=B4=87=E1=B4=84=E1=B4=8B=E1=B4=8F=E1=B4=A1=20=E8=BF=AA=E6=8B=89=E6=96=AF?= <daxim@cpan.org> Date: Wed, 21 Jul 2010 10:47:52 +0200 Subject: [PATCH] clarify safe putenv instructions --- INSTALL | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index f5cc008..e6c3321 100644 --- a/INSTALL +++ b/INSTALL @@ -44,9 +44,12 @@ perl -Mblib t/00checkver.t If segmentation fault occurs after all test done, if encounter the putenv() bug. You have to recompile Perl with - -DPERL_USE_SAFE_PUTENV. See + -Accflags="-DPERL_USE_SAFE_PUTENV". See http://rt.cpan.org/Ticket/Display.html?id=37194 - for more details. + for more details, and + http://search.cpan.org/dist/perl/INSTALL#Altering_Configure_variables_for_C_compiler_switches_etc. + http://search.cpan.org/dist/perl/INSTALL#Environment_access + for instructions. 1.4 Trouble Shooting -- 1.7.1
Hi, Thank you for your report. I fixed the putenv() issue on Term-ReadLine-Gnu-1.20. Now you don't have to care about the compile flag of Perl. The correct fix of the INSTALL file is to remove the whole description about the issue. I'll fix it on the next release (Probably it will be after the next release of GNU Readline Library). But it seems that you have another problem with my module. I may be able to help you if you send more information to me. Regards,
Show quoted text
> But it seems that you have another problem with my module. > I may be able to help you if you send more information to me.
No, version 1.20 works just fine. I am closing this bug. Thanks for your work!
Subject: Re: [rt.cpan.org #59592] [PATCH] clarify safe putenv instructions
Date: Mon, 26 Jul 2010 23:01:43 +0900
To: bug-Term-ReadLine-Gnu [...] rt.cpan.org
From: 林宏雄 <hiroo.hayashi [...] computer.org>
Hi, I'm grad to hear that. Thanks! 2010/7/26 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 via RT <bug-Term-ReadLine-Gnu@rt.cpan.org>: Show quoted text
>       Queue: Term-ReadLine-Gnu >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59592 > >
>> But it seems that you have another problem with my module. >> I may be able to help you if you send more information to me.
> No, version 1.20 works just fine. I am closing this bug. Thanks for your > work! >
-- Hiroo Hayashi
I don't know why the system reopened this ticket.