Hi, I solved the build problem, but I had to manually copy tdepassivepopupstack.h tdecryptographiccarddevice.h from tdelibs in /opt/trinity/include/ in order to build.
When I try building the deb packages I get following error
dh_install -ptdebase-runtime-data-common-trinity cp: cannot stat ‘./debian/tmp/opt/trinity/share/autostart/khotkeys.desktop’: No such file or directory dh_install: cp -a ./debian/tmp/opt/trinity/share/autostart/khotkeys.desktop debian/tdebase-runtime-data-common-trinity//opt/trinity/share/autostart/ returned exit code 1
Why? Any idea? I also get warning for missing dev packages and trying to work around this with -d
thanks
On 2016/09/21 05:02 AM, deloptes wrote:
dh_install -ptdebase-runtime-data-common-trinity cp: cannot stat ‘./debian/tmp/opt/trinity/share/autostart/khotkeys.desktop’: No such file or directory dh_install: cp -a ./debian/tmp/opt/trinity/share/autostart/khotkeys.desktop debian/tdebase-runtime-data-common-trinity//opt/trinity/share/autostart/ returned exit code 1
Are you using the latest tdebase version from R14.1.x trunk but not the latest tde-packaging version? A very recent commit has removed autostart/khotkeys.desktop and services/kded/khotkeys.desktop (bug 2685). Trying updating the tde-packaging files from GIT. It should then be ok. See commit 6960221 (tdebase) and 40d63eb (tde-packaging)
Cheers Michele
Michele Calgaro wrote:
On 2016/09/21 05:02 AM, deloptes wrote:
dh_install -ptdebase-runtime-data-common-trinity cp: cannot stat ‘./debian/tmp/opt/trinity/share/autostart/khotkeys.desktop’: No such file or directory dh_install: cp -a ./debian/tmp/opt/trinity/share/autostart/khotkeys.desktop debian/tdebase-runtime-data-common-trinity//opt/trinity/share/autostart/ returned exit code 1
Are you using the latest tdebase version from R14.1.x trunk but not the latest tde-packaging version? A very recent commit has removed autostart/khotkeys.desktop and services/kded/khotkeys.desktop (bug 2685). Trying updating the tde-packaging files from GIT. It should then be ok. See commit 6960221 (tdebase) and 40d63eb (tde-packaging)
Cheers Michele
Yes true, thanks for confirmation. I will pull the packaging from git. regards