Skip Menu |

This queue is for tickets about the Alien-OpenSSL-Static CPAN distribution.

Report information
The Basics
Id: 129456
Status: open
Priority: 0/
Queue: Alien-OpenSSL-Static

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

Bug Information
Severity: (no value)
Broken in: 1.000000
Fixed in: (no value)



Subject: "glob" is not exported by the File::Glob module
With bleadperl (perl 5.29.x) the build from source fails: ... Output from './Build': 'blib' scheme is suspected, but uncertain. Please set ALIEN_BLIB and restart build process to disambiguate. Setting ALIEN_BLIB=1 for now. at ./Build line 62. Building Alien-OpenSSL-Static + pkg-config --atleast-version 1.1.0f openssl && pkg-config --modversion openssl Downloading File: openssl-1.1.0f.tar.gz ... Done Extracting Archive ... Done Building library ... + cd /usr/home/cpansand/.cpan/build/2019042623/Alien-OpenSSL-Static-1.000000-1/_alien/openssl-1.1.0f + sh config no-shared --prefix=/usr/home/cpansand/.cpan/build/2019042623/Alien-OpenSSL-Static-1.000000-1/blib/lib/auto/share/dist/Alien-OpenSSL-Static Operating system: amd64-whatever-freebsd "glob" is not exported by the File::Glob module Can't continue after import errors at ./Configure line 17. BEGIN failed--compilation aborted at ./Configure line 17. "glob" is not exported by the File::Glob module Can't continue after import errors at ./Configure line 17. BEGIN failed--compilation aborted at ./Configure line 17. This system (BSD-x86_64) is not supported. See file INSTALL for details. + make make: make: stopped in /usr/home/cpansand/.cpan/build/2019042623/Alien-OpenSSL-Static-1.000000-1/_alien/openssl-1.1.0f no target to make. External command (make) failed! Error: 512 at ./Build line 62. Failed Build not completed at ./Build line 62. ... Don't know what's best here: bundle a newer openssl (if the problem is corrected in the sources), or patch the bundled tarball.
Subject: Re: [rt.cpan.org #129456] "glob" is not exported by the File::Glob module
Date: Wed, 15 May 2019 13:52:20 +0100
To: bug-Alien-OpenSSL-Static [...] rt.cpan.org
From: Oliver Gorwits <oliver [...] cpan.org>
Thanks! this is an issue in the upstream openssl component but they already fixed it some time ago: https://github.com/openssl/openssl/commit/8d2214c0a49584044d96b80e846ac8f6df35a0ad So I have switched to using a newer openssl (1.1.0j). On Sun, 5 May 2019 at 18:47, Slaven_Rezic via RT < bug-Alien-OpenSSL-Static@rt.cpan.org> wrote: Show quoted text
> Sun May 05 13:47:28 2019: Request 129456 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Alien-OpenSSL-Static > Subject: "glob" is not exported by the File::Glob module > Broken in: 1.000000 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=129456 > > > > With bleadperl (perl 5.29.x) the build from source fails: > ... > Output from './Build': > > 'blib' scheme is suspected, but uncertain. Please set ALIEN_BLIB and > restart build process to disambiguate. Setting ALIEN_BLIB=1 for now. at > ./Build line 62. > Building Alien-OpenSSL-Static > + pkg-config --atleast-version 1.1.0f openssl && pkg-config --modversion > openssl > Downloading File: openssl-1.1.0f.tar.gz ... Done > Extracting Archive ... Done > Building library ... > + cd > /usr/home/cpansand/.cpan/build/2019042623/Alien-OpenSSL-Static-1.000000-1/_alien/openssl-1.1.0f > + sh config no-shared > --prefix=/usr/home/cpansand/.cpan/build/2019042623/Alien-OpenSSL-Static-1.000000-1/blib/lib/auto/share/dist/Alien-OpenSSL-Static > Operating system: amd64-whatever-freebsd > "glob" is not exported by the File::Glob module > Can't continue after import errors at ./Configure line 17. > BEGIN failed--compilation aborted at ./Configure line 17. > "glob" is not exported by the File::Glob module > Can't continue after import errors at ./Configure line 17. > BEGIN failed--compilation aborted at ./Configure line 17. > This system (BSD-x86_64) is not supported. See file INSTALL for details. > + make > make: > make: stopped in > /usr/home/cpansand/.cpan/build/2019042623/Alien-OpenSSL-Static-1.000000-1/_alien/openssl-1.1.0f > no target to make. > External command (make) failed! Error: 512 > at ./Build line 62. > Failed > Build not completed at ./Build line 62. > ... > > Don't know what's best here: bundle a newer openssl (if the problem is > corrected in the sources), or patch the bundled tarball. > >