User got an error using Trinity/2.15.1
BEGIN failed--compilation aborted at /apps/gent/RHEL8/zen2-ib/software/Perl/5.34.1-GCCcore-11.3.0/lib/perl5/site_perl/5.34.1/IO/Uncompress/RawInflate.pm line 8.
Compilation failed in require at /apps/gent/RHEL8/zen2-ib/software/Perl/5.34.1-GCCcore-11.3.0/lib/perl5/site_perl/5.34.1/IO/Uncompress/Gunzip.pm line 12.
BEGIN failed--compilation aborted at /apps/gent/RHEL8/zen2-ib/software/Perl/5.34.1-GCCcore-11.3.0/lib/perl5/site_perl/5.34.1/IO/Uncompress/Gunzip.pm line 12.
Compilation failed in require at /kyukon/home/apps/RHEL8/zen2-ib/software/Trinity/2.15.1-foss-2022a/trinityrnaseq-v2.15.1/util/..//util/support_scripts//fastQ_to_fastA.pl line 9.
BEGIN failed--compilation aborted at /kyukon/home/apps/RHEL8/zen2-ib/software/Trinity/2.15.1-foss-2022a/trinityrnaseq-v2.15.1/util/..//util/support_scripts//fastQ_to_fastA.pl line 9.
Then I have checked, we do have 2 different version of Compress::Zip:
[vsc43020@gligar08 ~]$ echo $EBROOTPERL
/apps/gent/RHEL8/zen2-ib/software/Perl/5.34.1-GCCcore-11.3.0
[vsc43020@gligar08 ~]$ diff $EBROOTPERL/lib64/perl5/{,site_perl/}5.34.1/Compress/Zlib.pm
10,13c10,13
< use IO::Compress::Base::Common 2.101 ;
< use Compress::Raw::Zlib 2.101 ;
< use IO::Compress::Gzip 2.101 ;
< use IO::Uncompress::Gunzip 2.101 ;
---
> use IO::Compress::Base::Common 2.106 ;
> use Compress::Raw::Zlib 2.103 ;
> use IO::Compress::Gzip 2.106 ;
> use IO::Uncompress::Gunzip 2.106 ;
20c20
< $VERSION = '2.102';
---
> $VERSION = '2.106';
464c464
< use IO::Compress::Gzip::Constants 2.101 ;
---
> use IO::Compress::Gzip::Constants 2.106 ;
1487,1489c1487,1489
< L<http://www.faqs.org/rfcs/rfc1950.html>,
< L<http://www.faqs.org/rfcs/rfc1951.html> and
< L<http://www.faqs.org/rfcs/rfc1952.html>
---
> L<https://datatracker.ietf.org/doc/html/rfc1950>,
> L<https://datatracker.ietf.org/doc/html/rfc1951> and
> L<https://datatracker.ietf.org/doc/html/rfc1952>
1509c1509
< Copyright (c) 1995-2021 Paul Marquess. All rights reserved.
---
> Copyright (c) 1995-2022 Paul Marquess. All rights reserved.
We probably installed new modules in Perl, not sure if this and how caused the problem.
User got an error using Trinity/2.15.1
Then I have checked, we do have 2 different version of Compress::Zip:
We probably installed new modules in Perl, not sure if this and how caused the problem.