* Miroslav Lichvar:

> On Fri, Dec 16, 2022 at 09:55:11AM +0100, Florian Weimer wrote:
>> It may work to use this for libtinfo.so:
>> 
>> GROUP (/usr/lib64/ncurses-novs/libtinfo.so.6 AS_NEEDED 
>> (/usr/lib64/ncurses-novs/libncurses.so.6))
>
> FWIW, I tried this and the error messages from the swift-lang build
> changed from:
>
> /usr/bin/ld: /usr/lib64/libncurses.so.6: undefined reference to 
> `tparm@NCURSES6_TINFO_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libncurses.so.6: undefined reference to 
> `_nc_safe_strcpy@NCURSES6_TINFO_5.2.20001021'
> /usr/bin/ld: /usr/lib64/libncurses.so.6: undefined reference to 
> `_nc_name_match@NCURSES6_TINFO_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libncurses.so.6: undefined reference to 
> `wtimeout@NCURSES6_TINFO_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libncurses.so.6: undefined reference to 
> `_nc_doalloc@NCURSES6_TINFO_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libncurses.so.6: undefined reference to 
> `_nc_safe_strcat@NCURSES6_TINFO_5.2.20001021'
> /usr/bin/ld: /usr/lib64/libncurses.so.6: undefined reference to 
> `baudrate_sp@NCURSES6_TINFO_5.8.20110226'
> /usr/bin/ld: /usr/lib64/libncurses.so.6: undefined reference to 
> `_nc_update_screensize@NCURSES6_TINFO_5.0.19991023'
> ...
>
> to 
>
> /usr/bin/ld: /usr/lib64/libform.so.6: undefined reference to 
> `wmove@NCURSES6_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libform.so.6: undefined reference to 
> `derwin@NCURSES6_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libform.so.6: undefined reference to 
> `wenclose@NCURSES6_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libpanel.so.6: undefined reference to 
> `_nc_panelhook_sp@NCURSES6_5.8.20110226'
> /usr/bin/ld: /usr/lib64/libform.so.6: undefined reference to 
> `wcursyncup@NCURSES6_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libform.so.6: undefined reference to 
> `copywin@NCURSES6_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libform.so.6: undefined reference to 
> `newpad@NCURSES6_5.0.19991023'
> /usr/bin/ld: /usr/lib64/libpanel.so.6: undefined reference to 
> `wnoutrefresh@NCURSES6_5.0.19991023'
> ...
>
> libform and libpanel depend on libncurses.

Could you give them a similar treatment, with more linker scripts?

Thanks,
Florian
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to