Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940674 - x11-terms/rxvt-unicode: PERL_FEATURES changes don't trigger rebuild
Summary: x11-terms/rxvt-unicode: PERL_FEATURES changes don't trigger rebuild
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-02 23:35 UTC by Emanuele Torre
Modified: 2024-10-03 05:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuele Torre 2024-10-02 23:35:50 UTC
Like https://bugs.gentoo.org/show_bug.cgi?id=940672

This package needs to be configured to trigger a rebuild when
PERL_FEATURES USE flags are changed.

I had to add "ithreads" to my PERL_FEATURES to make
sys-process/parallel's parcat tool work, but that didn't trigger a
rebuild of x11-terms/rxvt-unicode leaving me with a urxvt and a urxvtd
that cannot be run:

    $ urxvt
    urxvt: symbol lookup error: urxvt: undefined symbol: PL_sv_immortals
    $ urxvtd
    urxvtd: symbol lookup error: urxvtd: undefined symbol: PL_sv_immortals

o/
 emanuele6