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)
Thu, Jan 23, 6:28 PM
Unknown Object (File)
Tue, Jan 21, 11:46 PM
Unknown Object (File)
Sat, Jan 11, 9:00 PM
Unknown Object (File)
Sat, Jan 11, 5:45 PM
Unknown Object (File)
Sat, Jan 11, 3:14 AM
Unknown Object (File)
Nov 14 2024, 8:21 PM
Unknown Object (File)
Nov 14 2024, 12:18 PM
Unknown Object (File)
Nov 3 2024, 1:03 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