Skip Menu |

This queue is for tickets about the Astro-FITS-CFITSIO CPAN distribution.

Report information
The Basics
Id: 133366
Status: open
Priority: 0/
Queue: Astro-FITS-CFITSIO

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

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



Subject: Undefined symbol "ffcpht"
The test suite fails on almost all of my smokers with an "undefined symbol" error: ... PERL_DL_NONLAZY=1 "/usr/perl5.20.1Dp/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl Loading................................Can't load 'blib/arch/auto/Astro/FITS/CFITSIO/CFITSIO.so' for module Astro::FITS::CFITSIO: blib/arch/auto/Astro/FITS/CFITSIO/CFITSIO.so: Undefined symbol "ffcpht" at /usr/perl5.20.1Dp/lib/5.20.1/amd64-freebsd-ld/DynaLoader.pm line 193. at test.pl line 26. Compilation failed in require at test.pl line 26. BEGIN failed--compilation aborted at test.pl line 26. *** Error code 2 ... As usual, more details can be seen here: http://matrix.cpantesters.org/?dist=Astro-FITS-CFITSIO%201.15
Subject: Re: [rt.cpan.org #133366] Undefined symbol "ffcpht"
Date: Sat, 19 Sep 2020 04:21:37 -0400
To: bug-Astro-FITS-CFITSIO [...] rt.cpan.org
From: Peter Ratzlaff <pratzlaff [...] cfa.harvard.edu>
ffcpht is fits_copy_hdutab, which was added in cfitsio 3.48. At least that version of cfitsio is needed in order to successfully install the latest Perl module. On 9/19/20 3:38 AM, Slaven_Rezic via RT wrote: Show quoted text
> Sat Sep 19 03:38:20 2020: Request 133366 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Astro-FITS-CFITSIO > Subject: Undefined symbol "ffcpht" > Broken in: 1.15 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=133366 > > > > The test suite fails on almost all of my smokers with an "undefined symbol" error: > > ... > PERL_DL_NONLAZY=1 "/usr/perl5.20.1Dp/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl > > Loading................................Can't load 'blib/arch/auto/Astro/FITS/CFITSIO/CFITSIO.so' for module Astro::FITS::CFITSIO: blib/arch/auto/Astro/FITS/CFITSIO/CFITSIO.so: Undefined symbol "ffcpht" at /usr/perl5.20.1Dp/lib/5.20.1/amd64-freebsd-ld/DynaLoader.pm line 193. > at test.pl line 26. > Compilation failed in require at test.pl line 26. > BEGIN failed--compilation aborted at test.pl line 26. > *** Error code 2 > ... > > As usual, more details can be seen here: > http://matrix.cpantesters.org/?dist=Astro-FITS-CFITSIO%201.15 >