hej
Jag körde enligt ovan men får följande fel:
root@raspberrypi:~# apt-get --compile source telldus-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Need to get 122 kB of source archives.
Get:1
http://download.telldus.com/debian/ stable/main telldus-core 2.1.1-1 (dsc) [1,092 B]
Get:2
http://download.telldus.com/debian/ stable/main telldus-core 2.1.1-1 (tar) [114 kB]
Get:3
http://download.telldus.com/debian/ stable/main telldus-core 2.1.1-1 (diff) [6,854 B]
Fetched 122 kB in 1s (83.8 kB/s)
gpgv: keyblock resource `/root/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Mon 06 Feb 2012 10:41:32 CET using DSA key ID E501EA76
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./telldus-core_2.1.1-1.dsc
dpkg-source: info: extracting telldus-core in telldus-core-2.1.1
dpkg-source: info: unpacking telldus-core_2.1.1.orig.tar.gz
dpkg-source: info: unpacking telldus-core_2.1.1-1.debian.tar.gz
dpkg-buildpackage: source package telldus-core
dpkg-buildpackage: source version 2.1.1-1
dpkg-buildpackage: source changed by Telldus Technologies AB <
info.tech@telldus.se>
dpkg-buildpackage: host architecture armhf
dpkg-source --before-build telldus-core-2.1.1
debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
if test -d build; then rm -rf build;fi
dh_clean
debian/rules build
dh_testdir
# Add here commands to configure the package.
mkdir build
cd build && \
cmake \
-DGENERATE_MAN=1 \
-DUDEV_RULES_DIR=/lib/udev/rules.d \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_VERBOSE_MAKEFILE=1 \
..
/bin/sh: 2: cmake: not found
make: *** [configure-stamp] Error 127
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Build command 'cd telldus-core-2.1.1 && dpkg-buildpackage -b -uc' failed.
E: Child process failed
Någon ide vad det kan vara?
/Niklas