チケット #36316

qt.m4 bug causes build failure on OS X

登録: 2016-05-10 21:28 最終更新: 2016-05-13 14:49

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

詳細

Soccerwindow2 5.1.0 (soccerwindow2-5.1.0.tar.gz)

Also reported here: https://sourceforge.net/p/sserver/discussion/76440/thread/e61e21e8/

and here: https://sourceforge.net/p/sserver/mailman/message/34765272/

QT4_LDADD="$($PKG_CONFIG --static --libs-only-other $QT4_REQUIRED_MODULES)$($PKG_CONFIG --static --libs-only-l $QT4_REQUIRED_MODULES)"

There needs to be a space between "$QT4_REQUIRED_MODULES)" and "$($PKG_CONFIG" so it should be

QT4_LDADD="$($PKG_CONFIG --static --libs-only-other $QT4_REQUIRED_MODULES) $($PKG_CONFIG --static --libs-only-l $QT4_REQUIRED_MODULES)"

This causes build failure on OS X with errors like "ld: framework not found Security-lz" since it should be "-framework Security -lz" but without the space it thinks it's supposed to find a framework named "Security-lz".

https://github.com/Homebrew/homebrew-core/pull/1044/files/97ef12f6ad7dc4bf7d563d8bf9a6a1d2bd96d3ee#diff-86d6e7935b7060d3f9a9915015f36e1fR19

and

https://github.com/Homebrew/homebrew-core/blob/master/Formula/rcssserver.rb#L70-L77

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

2016-05-10 21:28 更新者: ilovezfs
  • 新しいチケット "qt.m4 bug causes build failure on OS X" が作成されました
2016-05-13 14:43 更新者: akky
コメント

Thanks for your report. I've fixed the problem in my repository. The fixed version will be released after the World Cup.

2016-05-13 14:49 更新者: ilovezfs
コメント

添付ファイルリスト

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

編集

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