Stop sending me emailsĀ
Sent from my MetroPCS 4G LTE Android Device -------- Original message --------From: CLA Diet <vagr...@debian.org> Date: 11/10/17 1:00 PM (GMT-05:00) To: 880...@bugs.debian.org Subject: CLA Diet is the end of obesity zj On 2017-10-30, Lucas Nussbaum wrote: >> /bin/bash ../../libtool --mode=install /usr/bin/install -c libvnc.la >> '/<>/tigervnc-1.7.0+dfsg/debian/tmp//lib/xorg/modules/extensions' >> libtool: install: /usr/bin/install -c .libs/libvnc.so >> /<>/tigervnc-1.7.0+dfsg/debian/tmp//lib/xorg/modules/extensions/libvnc.so ... >> dh_install: Cannot find (any matches for) >> "usr/lib/xorg/modules/extensions/libvnc.so" (tried in ., debian/tmp) >> >> dh_install: tigervnc-xorg-extension missing files: >> usr/lib/xorg/modules/extensions/libvnc.so >> dh_install: missing files, aborting >> /usr/share/cdbs/1/rules/debhelper.mk:233: recipe for target >> 'binary-install/tigervnc-xorg-extension' failed >> make: *** Error 25 The install target appears to be dropping /usr for this particular file on sid, but rebuilding the same sources on stretch /usr is included... This suggests a deeper problem, such as something in the build process ignoring CMAKE_INSTALL_PREFIX ... but can be worked around in the package: diff --git a/debian/tigervnc-xorg-extension.install b/debian/tigervnc-xorg-extension.install index 8d6fffa..f74dabd 100644 --- a/debian/tigervnc-xorg-extension.install +++ b/debian/tigervnc-xorg-extension.install @@ -1 +1 @@ -usr/lib/xorg/modules/extensions/libvnc.so usr/lib/xorg/modules/extensions +lib/xorg/modules/extensions/libvnc.so usr/lib/xorg/modules/extensions I've only test that the package successfully builds with this patch; I haven't tested that it actually works. live well, vagrant