チケット #40012

ccs-tools 1.8.6 build error

登録: 2020-02-10 23:03 最終更新: 2020-02-29 16:14

報告者:
担当者:
(未割り当て)
チケットの種類:
状況:
オープン
コンポーネント:
(未割り当て)
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
なし
ファイル:
なし

詳細

ccs-tools 1.8.6 build error

https://pastebin.com/2y0xvhVB

Adding -ltinfo to the LDFLAGS fix this error, not sure if it's the right fix however.

チケットの履歴 (3 件中 3 件表示)

2020-02-10 23:03 更新者: g3ngr33n
  • 新しいチケット "ccs-tools 1.8.6 build error" が作成されました
2020-02-10 23:48 更新者: kumaneko
コメント

Thank you for the report. Well, it seems that intrflush has moved from ncurses.so to tinfo.so in 5.6 or 5.7.

Thus, despite the man page says "-lncurses", it seems that we also need "-ltinfo" when building for recent distributions.

# nm -D /usr/lib/libncurses.so.5.3 | grep intr

0002a5a0 T intrflush

# nm -D /usr/lib/libncurses.so.5.4 | grep intr

0002b10e T intrflush

# nm -D /usr/lib/libncurses.so.5.5 | grep intr

00413ee0 T intrflush

# nm -D /lib/libncurses.so.5.7 | grep intr

# nm -D /lib/libtinfo.so.5.7 | grep intr

00008d50 T intrflush

# nm -D /usr/lib64/libncurses.so.5.9 | grep intr

# nm -D /usr/lib64/libtinfo.so.5.9 | grep intr

0000000000011330 T intrflush

2020-02-29 16:14 更新者: kumaneko
コメント

Please use ccs-tools-1.8.6-20200229.tar.gz . Thank you.

添付ファイルリスト

添付ファイルはありません

編集

ログインしていません。ログインしていない状態では、コメントに記載者の記録が残りません。 » ログインする