Bug 40271 - perl-highlight does not link with libperl
Summary: perl-highlight does not link with libperl
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: perl-highlight (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-22 23:14 MSK by viy
Modified: 2021-06-23 02:17 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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