Bug 2154693 - libtnc: Perl module appears unusable
Summary: libtnc: Perl module appears unusable
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libtnc
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-12-18 16:54 UTC by Florian Weimer
Modified: 2023-01-11 20:09 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-01-11 20:09:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2022-12-18 16:54:03 UTC
The Perl modules cannot be loaded because we build them with BIND_NOW, and they contain undefined symbols:

# perl -MInterface::TNC::IMC  
Can't load '/usr/lib64/perl5/vendor_perl/auto/Interface/TNC/IMC/IMC.so' for module Interface::TNC::IMC: /lib64/libtnc.so.0: undefined symbol: TNC_TNCC_SendBatch at /usr/share/perl5/XSLoader.pm line 94.
 at /usr/lib64/perl5/vendor_perl/Interface/TNC/IMC.pm line 128.
Compilation failed in require.
BEGIN failed--compilation aborted.
# perl -MInterface::TNC::IMV
Can't load '/usr/lib64/perl5/vendor_perl/auto/Interface/TNC/IMV/IMV.so' for module Interface::TNC::IMV: /lib64/libtnc.so.0: undefined symbol: TNC_TNCC_SendBatch at /usr/share/perl5/XSLoader.pm line 94.
 at /usr/lib64/perl5/vendor_perl/Interface/TNC/IMV.pm line 148.
Compilation failed in require.
BEGIN failed--compilation aborted.
# 

Seen with perl-Interface-TNC-1.0-34.fc37.x86_64.

Comment 1 Tom "spot" Callaway 2023-01-11 20:09:10 UTC
This is fixed in rawhide.


Note You need to log in before you can comment on or make changes to this bug.