+dhall-lang.org#5125
Merged
jhheider merged 3 commits intopkgxdev:mainfrom Feb 8, 2024
Merged
Conversation
Contributor
Author
|
hmm I thought that |
Contributor
|
i beleive it's part of libcurses unless you tell it to make them two different libs |
Contributor
|
um, i don't think i closed this PR. should this still be open? |
Contributor
Author
|
There are no $ ls /usr/lib/x86_64-linux-gnu/ | grep tinfo
libtinfo.so.6
libtinfo.so.6.3$ ls ~/.pkgx/invisible-island.net/ncurses/v6.4.0/lib | grep tinfo
$ ls ~/.pkgx/invisible-island.net/ncurses/v6.4.0/lib
libform.a libformw.a libmenu.a libmenuw.a libncurses.a libncurses++w.a libncursesw.so libpanel.a libpanelw.a pkgconfig
libform_g.a libformw_g.a libmenu_g.a libmenuw_g.a libncurses_g.a libncursesw.a libncurses++w.so.6 libpanel_g.a libpanelw_g.a terminfo
libform.so libformw.so libmenu.so libmenuw.so libncurses.so libncurses++w_g.a libncursesw.so.6 libpanel.so libpanelw.so
libform.so.6 libformw.so.6 libmenu.so.6 libmenuw.so.6 libncurses.so.6 libncursesw_g.a libncurses++w.so.6.4 libpanel.so.6 libpanelw.so.6
libform.so.6.4 libformw.so.6.4 libmenu.so.6.4 libmenuw.so.6.4 libncurses.so.6.4 libncurses++w.so libncursesw.so.6.4 libpanel.so.6.4 libpanelw.so.6.4It is probably necessary to rebuild ncurses 🤔 |
Contributor
|
right. unless you tell it to separate it, it's just part of libcurses, per my understanding. it's strange that the build script isn't falling back to libcurses to find the functions it needs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #5120