Johan Vromans wrote:

  Thanks for the heads-up!

[Forwarded from #wxperl]

Fedora 11 has moved Wx-0.91 to stable, but apparently without first
doing any tests. Now it's just broken. Perhaps someone knowledgeable
from here can take a look at the issue Fedora's maintainer has
reported? Bug @ https://rt.cpan.org/Public/Bug/Display.html?id=47488

The original bug is visible @ https://bugzilla.redhat.com/show_bug.cgi?id=508496

---end forward---

[Forwarded RT answer]
  According to this snippet in perlvars.h:

#ifndef PERL_USE_SAFE_PUTENV
PERLVARI(Guse_safe_putenv, int, 1)
#endif

PL_use_safe_putenv is only defined in libperl if PERL_USE_SAFE_PUTENV
is not used, so the condition in wxPerl is correct. Maybe the Perl RPM
was built with -DPERL_USE_SAFE_PUTENV but the flag was not passed to
wxPerl?
[End forward]

  I think it ia an issue with the way the RPM was built and not with
wxPerl.

Regards,
Mattia

Reply via email to