Skip to content

Instantly share code, notes, and snippets.

@yohanboniface
Created February 12, 2014 00: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 yohanboniface/cd40003c23d0ee5c3a05 to your computer and use it in GitHub Desktop.
Save yohanboniface/cd40003c23d0ee5c3a05 to your computer and use it in GitHub Desktop.
[01:04:25] Starting to build osmtouch
[01:04:25] Using build directory /home/ybon/Code/qt/osmtouch-build/ubuntu-sdk-13.10-armhf
[01:04:25] Cleaning old build
[01:04:25] Running command: /usr/share/qtcreator/ubuntu/scripts/qtc_chroot_make armhf ubuntu-sdk-13.10 trusty clean
[01:04:25] make: *** No rule to make target `clean'. Stop.
Traceback (most recent call last):
File "/usr/bin/click", line 83, in <module>
sys.exit(main())
File "/usr/bin/click", line 79, in main
return mod.run(args)
File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 115, in run
args.func(args)
File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 47, in execute
ClickChroot(args.architecture, args.framework).run(*program)
File "/usr/lib/python3/dist-packages/click/chroot.py", line 262, in run
subprocess.check_call(command)
File "/usr/lib/python3.3/subprocess.py", line 547, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['schroot', '-c', 'click-ubuntu-sdk-13.10-armhf', '--', 'env', 'DEB_HOST_ARCH_CPU=arm', 'DEB_HOST_GNU_SYSTEM=linux-gnueabihf', 'DEB_BUILD_ARCH_BITS=64', 'DEB_BUILD_ARCH_CPU=amd64', 'DEB_BUILD_ARCH_ENDIAN=little', 'DEB_BUILD_GNU_SYSTEM=linux-gnu', 'DEB_HOST_ARCH_BITS=32', 'DEB_HOST_ARCH_ENDIAN=little', 'DEB_BUILD_GNU_TYPE=x86_64-linux-gnu', 'DEB_BUILD_ARCH_OS=linux', 'DEB_BUILD_ARCH=amd64', 'DEB_BUILD_MULTIARCH=x86_64-linux-gnu', 'DEB_HOST_ARCH=armhf', 'DEB_HOST_GNU_CPU=arm', 'DEB_HOST_MULTIARCH=arm-linux-gnueabihf', 'DEB_BUILD_GNU_CPU=x86_64', 'DEB_HOST_ARCH_OS=linux', 'DEB_HOST_GNU_TYPE=arm-linux-gnueabihf', 'make', 'clean']' returned non-zero exit status 2
[01:04:25] Running CMake
[01:04:25] Running command: /usr/share/qtcreator/ubuntu/scripts/qtc_chroot_cmake armhf ubuntu-sdk-13.10 trusty ../../osmtouch
[01:04:26] env: cmake: No such file or directory
Traceback (most recent call last):
File "/usr/bin/click", line 83, in <module>
sys.exit(main())
File "/usr/bin/click", line 79, in main
return mod.run(args)
File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 115, in run
args.func(args)
File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 47, in execute
ClickChroot(args.architecture, args.framework).run(*program)
File "/usr/lib/python3/dist-packages/click/chroot.py", line 262, in run
subprocess.check_call(command)
File "/usr/lib/python3.3/subprocess.py", line 547, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['schroot', '-c', 'click-ubuntu-sdk-13.10-armhf', '--', 'env', 'DEB_HOST_GNU_CPU=arm', 'DEB_BUILD_GNU_CPU=x86_64', 'DEB_BUILD_ARCH=amd64', 'DEB_HOST_GNU_SYSTEM=linux-gnueabihf', 'DEB_HOST_GNU_TYPE=arm-linux-gnueabihf', 'DEB_BUILD_MULTIARCH=x86_64-linux-gnu', 'DEB_BUILD_ARCH_ENDIAN=little', 'DEB_HOST_ARCH_CPU=arm', 'DEB_HOST_ARCH_OS=linux', 'DEB_BUILD_ARCH_OS=linux', 'DEB_BUILD_ARCH_CPU=amd64', 'DEB_BUILD_GNU_SYSTEM=linux-gnu', 'DEB_BUILD_ARCH_BITS=64', 'DEB_HOST_MULTIARCH=arm-linux-gnueabihf', 'DEB_HOST_ARCH=armhf', 'DEB_HOST_ARCH_BITS=32', 'DEB_BUILD_GNU_TYPE=x86_64-linux-gnu', 'DEB_HOST_ARCH_ENDIAN=little', 'cmake', '-DCMAKE_TOOLCHAIN_FILE=/etc/dpkg-cross/cmake/CMakeCross.txt', '-DINSTALL_TESTS=off', '-DCLICK_MODE=on', '-DQT_IMPORTS_DIR=/usr/lib/arm-linux-gnueabihf/qt5/qml', '../../osmtouch']' returned non-zero exit status 127
[01:04:26] --- Build target ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment