On Tue, 2 Jun 2020 12:36:03 +0200, Patrick Dupre wrote:

> Hello,
> 
> I am rebuilding the perl packages that I need.
> perl-Math-GSL-0.40.tar.gz
> 
> 
> rpmbuild -bb perl-Math-GSL.spec 
> 
> gives an error:
> Checking for GSL using gsl-config
> Found GSL 2.6 (via gsl-config) installed in /usr
> Checking if gcc supports "-Wall"...yes
> Checking if gcc supports "-Wno-sometimes-uninitialized"...yes
> Checking if gcc supports "-Wno-unused-function"...yes
> Checking if gcc supports "-Wno-unused-value"...yes
> Checking if gcc supports "-Wno-unused-function"...yes
> Checking if gcc supports "-Wno-unused-variable"...yes
> Checking if gcc supports "-Wno-gnu"...yes
> Checking if gcc supports "-g"...yes
> unsupported version: 2.6 at Build.PL line 77.
> error: Bad exit status from /var/tmp/rpm-tmp.I4k1Cb (%build)
> 
> Checking on the Build.PL file;
> it seems to be due to
> 
> my $ver2func = Ver2Func->new( $gsl_conf->{gsl_version} );
> 
> 
> The same version of perl-Math-GSL compiled fine with fc30.
> (same version of cpanspec)
> Now the gsl version is 2.6 (2.4 before)
> 
> Do I need to recompile gsl ?

No, that wouldn't change anything as long as GSL 2.5 is the maximum
version that is supported by Ver2Func. You could check the release notes
of GSL 2.6 to figure out how compatible it is.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to