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, May 14, 1:54 PM
Unknown Object (File)
Wed, May 13, 1:54 AM
Unknown Object (File)
Wed, May 13, 1:54 AM
Unknown Object (File)
Wed, May 13, 1:34 AM
Unknown Object (File)
Thu, May 7, 7:45 AM
Unknown Object (File)
Wed, May 6, 10:01 AM
Unknown Object (File)
Wed, May 6, 8:28 AM
Unknown Object (File)
Sun, May 3, 4:12 PM
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