Bug#798626: perl: -V lies about -Duseshrplib

2020-06-07 Thread Niko Tyni
On Sat, Jun 06, 2020 at 09:19:37PM -0400, Tom Lane wrote: > I'd just like it to be on the record that this change broke the build > process for PostgreSQL. > > The immediate symptom is that "perl -V:useshrplib" no longer reports > true, which causes our configure script to spit up, figuring

Bug#798626: perl: -V lies about -Duseshrplib

2020-06-06 Thread Tom Lane
Hi folks, I'd just like it to be on the record that this change broke the build process for PostgreSQL. The immediate symptom is that "perl -V:useshrplib" no longer reports true, which causes our configure script to spit up, figuring that it is not going to be able to find a shared-library

Bug#798626: perl: -V lies about -Duseshrplib

2020-06-06 Thread Niko Tyni
Version: 5.30.3-2 On Fri, Sep 11, 2015 at 10:41:10AM +0300, Niko Tyni wrote: > Package: perl > Version: 5.20.0-6 > Severity: minor > > With static builds (-Uuseshrplib, where /usr/bin/perl is statically linked > against libperl), perl -V lies about the configuration because we install >

Bug#798626: perl: -V lies about -Duseshrplib

2015-09-11 Thread Niko Tyni
Package: perl Version: 5.20.0-6 Severity: minor With static builds (-Uuseshrplib, where /usr/bin/perl is statically linked against libperl), perl -V lies about the configuration because we install Config.pm from the shared build (-Duseshrplib). This has been the case for a long time on i386, and