Page MenuHomeFreeBSD

rescue: Link with -lncursesw instead of -lncursesw_real.
ClosedPublic

Authored by jhb on Feb 1 2022, 1:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 15, 1:46 AM
Unknown Object (File)
Tue, Aug 11, 10:49 PM
Unknown Object (File)
Wed, Aug 5, 6:45 AM
Unknown Object (File)
Tue, Aug 4, 5:37 AM
Unknown Object (File)
Mon, Aug 3, 1:22 AM
Unknown Object (File)
Tue, Jul 21, 6:51 AM
Unknown Object (File)
Sun, Jul 19, 12:57 PM
Unknown Object (File)
Jul 15 2026, 4:21 AM
Subscribers

Details

Summary

ld.bfd fails to link rescue with undefined symbol errors otherwise.

This reverts commit b158d4d7a12fad8e9c4509466d5f1ebd15862d9f.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44209
Build 41097: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Feb 1 2022, 1:08 AM

I wonder if the change to use -lncursesw_real was a workaround for the bug where the linker scripts could be empty files during a -jX build that was subsequently fixed in c0cf36bc0210c4d74f626b944b4c7036cb01df5d.

it was yes! good catch

This revision is now accepted and ready to land.Feb 11 2022, 7:18 PM