编译Server代码的时候有时候会报错(概率性出现):no Go files in /Serving/core/cube/cube-transfer/src/github.com/mipearson/rfw
Created by: barrierye
cmake选项:
cmake -DPYTHON_INCLUDE_DIR=$PYTHONROOT/include/python2.7/ \
-DPYTHON_LIBRARIES=$PYTHONROOT/lib/libpython2.7.a \
-DPYTHON_EXECUTABLE=$PYTHONROOT/bin/python \
-DCLIENT_ONLY=OFF ..
编译命令:
make -j4 > /dev/null
报错信息:
Note: checking out '1.1.7'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at b02bfa7... Tag open source release 1.1.7.
Note: checking out '1.8.4'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at ddabf50... 1.8.4; soversion=20
Note: checking out 'v2.2.4'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 9a19306... bump version to 2.2.4
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
Note: checking out 'v1.2.8'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 5089329... zlib 1.2.8
Note: checking out '77592648e3f3be87d6c7123eb81cbad75f9aef5a'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 7759264... repair wrong namespace problem
Note: checking out '9f75c5aa851cd877fb0d93ccc31b8567a6706546'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 9f75c5a... Merge pull request #2337 from sergiocampama/deprecation
/Serving/core/cube/cube-transfer/src/github.com/Badangel/logex/file_logger.go:22:2: no Go files in /Serving/core/cube/cube-transfer/src/github.com/mipearson/rfw
make[2]: *** [core/cube/cube-transfer/CMakeFiles/logex] Error 1
make[1]: *** [core/cube/cube-transfer/CMakeFiles/logex.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2