操作
調査 #3420
完了Fedora23-64環境で、rpmパッケージ作成ビルドに失敗する
開始日:
2016/01/14
期日:
進捗率:
100%
予定工数:
説明
- Fedora23の64bit環境(Fedora23-64)での問題。32bit環境(Fedora23)では正常にビルドできrpmパッケージが生成される
- tags/RELEASE_1_1_1のソースを使ってrpmパッケージを作成するジョブ(21_openrtm-cxx-build-linux-package)でビルドに失敗する。
- エラー内容
- Jenkinsジョブのログ
checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... configure: error: in `/tmp/workspace/21_openrtm-cxx-build-linux-package/label/fedora23-64/OpenRTM-aist-1.1.1/packages/rpm/BUILD/OpenRTM-aist-1.1.1': configure: error: cannot run C++ compiled programs. ←★ If you meant to cross compile, use `--host'. See `config.log' for more details.
- config.logを確認
configure:3569: error: in `/tmp/workspace/21_openrtm-cxx-build-linux-package/label/fedora23-64/OpenRTM-aist-1.1.1/packages/rpm/BUILD/OpenRTM-aist-1.1.1': configure:3573: error: cannot run C++ compiled programs. ←★ If you meant to cross compile, use `--host'. See `config.log' for more details.
- configureを確認(行番号を表示)
3563 test $ac_status = 0; }; }; then 3564 cross_compiling=no 3565 else 3566 if test "$cross_compiling" = maybe; then 3567 cross_compiling=yes 3568 else 3569 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3570 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3571 as_fn_error "cannot run C++ compiled programs. ←★ 3572 If you meant to cross compile, use \`--host'. 3573 See \`config.log' for more details." "$LINENO" 5; } 3574 fi 3575 fi
- Jenkinsジョブのログ
操作