CMake Error at cmake_install.cmake
I'm trying to package libmosquitto for diablo.
I've managed to successfully create a deb within scratchbox, but it keeps failing in the maemo.org's diablo builder:
Code:
Install the project...
-- Install configuration: ""
-- Installing: /home/builder1/maemo-diablo-armel-extras-devel/work/libmosquitto-0.15.861/debian/tmp/opt/maemo/usr/etc/mosquitto/mosquitto.conf
CMake Error at cmake_install.cmake:36 (FILE):
file INSTALL cannot copy file
"/home/builder1/maemo-diablo-armel-extras-devel/work/libmosquitto-0.15.861/mosquitto.conf"
to
"/home/builder1/maemo-diablo-armel-extras-devel/work/libmosquitto-0.15.861/debian/tmp/opt/maemo/usr/etc/mosquitto/mosquitto.conf".
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/builder1/maemo-diablo-armel-extras-devel/work/libmosquitto-0.15.861'
make: *** [install] Error 2
The build log is here.
The same line in my cmake.install seems to work perfectly fine on my scratchbox.
Any idea what's wrong and how I should fix this?
|