Skip to content

Instantly share code, notes, and snippets.

@sander
Created May 16, 2015 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sander/43f80779956222e1c866 to your computer and use it in GitHub Desktop.
Save sander/43f80779956222e1c866 to your computer and use it in GitHub Desktop.
CMake error in iotkit-lib-c
ERROR: Function failed: do_configure (log file is located at /home/sander/edison/edison-src/build/tmp/work/core2-32-poky-linux/iotkit-lib-c/1.4.8-r0/temp/log.do_configure.14194)
ERROR: Logfile of failure stored in: /home/sander/edison/edison-src/build/tmp/work/core2-32-poky-linux/iotkit-lib-c/1.4.8-r0/temp/log.do_configure.14194
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common']
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_copy_aclocals
| DEBUG: Python function autotools_copy_aclocals finished
| DEBUG: Executing shell function do_configure
| -- The C compiler identification is GNU 4.8.2
| -- The CXX compiler identification is GNU 4.8.2
| -- Check for working C compiler: /home/sander/edison/edison-src/build/tmp/sysroots/x86_64-linux/usr/bin/core2-32-poky-linux/i586-poky-linux-gcc
| -- Check for working C compiler: /home/sander/edison/edison-src/build/tmp/sysroots/x86_64-linux/usr/bin/core2-32-poky-linux/i586-poky-linux-gcc -- works
| -- Detecting C compiler ABI info
| -- Detecting C compiler ABI info - done
| -- Check for working CXX compiler: /home/sander/edison/edison-src/build/tmp/sysroots/x86_64-linux/usr/bin/core2-32-poky-linux/i586-poky-linux-g++
| -- Check for working CXX compiler: /home/sander/edison/edison-src/build/tmp/sysroots/x86_64-linux/usr/bin/core2-32-poky-linux/i586-poky-linux-g++ -- works
| -- Detecting CXX compiler ABI info
| -- Detecting CXX compiler ABI info - done
| CMake Warning at CMakeLists.txt:20 (message):
| - Install git to compile a production libiotkit!
|
|
| INFO - IOTKIT Version v1.4.8-dirty
| CMake Error at /home/sander/edison/edison-src/build/tmp/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindSWIG.cmake:45 (string):
| string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
| command.
| Call Stack (most recent call first):
| CMakeLists.txt:58 (find_package)
|
|
| -- Could NOT find SWIG (missing: SWIG_DIR)
| -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
| CMake Error at /home/sander/edison/edison-src/build/tmp/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindSWIG.cmake:45 (string):
| string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
| command.
| Call Stack (most recent call first):
| src/CMakeLists.txt:71 (find_package)
|
|
| -- Could NOT find SWIG (missing: SWIG_DIR)
| -- Ctest Binary Directory set to: /home/sander/edison/edison-src/build/tmp/work/core2-32-poky-linux/iotkit-lib-c/1.4.8-r0/build/output/bin
| -- Configuring incomplete, errors occurred!
| See also "/home/sander/edison/edison-src/build/tmp/work/core2-32-poky-linux/iotkit-lib-c/1.4.8-r0/build/CMakeFiles/CMakeOutput.log".
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/sander/edison/edison-src/build/tmp/work/core2-32-poky-linux/iotkit-lib-c/1.4.8-r0/temp/log.do_configure.14194)
ERROR: Task 1052 (/home/sander/edison/edison-src/poky/meta-intel-iot-middleware/recipes-devtools/iotkit-lib-c/iotkit-lib-c_1.4.8.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1574 tasks of which 1557 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/sander/edison/edison-src/poky/meta-intel-iot-middleware/recipes-devtools/iotkit-lib-c/iotkit-lib-c_1.4.8.bb, do_configure
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment