Bug 40271

Summary: perl-highlight does not link with libperl
Product: Sisyphus Reporter: viy <viy>
Component: perl-highlightAssignee: Alexey Gladkov <legion>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: legion
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description viy 2021-06-22 23:14:36 MSK
perl-highlight does not link with libperl as other perl modules do
and does not have a strict requirement on perl ABI.

For now, perl-highlight is broken, as it was not rebuilt with new perl.

please, link perl-highlight with libperl properly.
Comment 1 Alexey Gladkov 2021-06-23 02:17:15 MSK
It uses swig to create a highlight.so and it doesn't need to link with libperl.

https://gitlab.com/saalen/highlight/-/blob/master/extras/swig/makefile#L24