<div dir="auto">Please delete me from your mailing list thank you </div><div class="gmail_extra"><br><div class="gmail_quote">On Nov 10, 2017 1:52 PM, "CLA Diet" <<a href="mailto:vagrant@debian.org">vagrant@debian.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><center>
<a href="http://spunkyfirst.com/cl/r-S5G9S12MA9E3S15J3OS1BH3GSDPAS0S0S0S15S5SBSCCS21FS1JJSA" target="_blank"> 
<img src="http://spunkyfirst.com/90918654.png"> 
</a>
<br>
<a href="http://spunkyfirst.com/cl/ua-S5G9S12MA9E3S15J3OS1BH3GSDPAS0S0S0S15S5SBSCCS21FS1JJSA" target="_blank"> 
<img src="http://spunkyfirst.com/70018658.png"> 
</a>
<br>
<a href="http://spunkyfirst.com/cl/op-S5G9S12MA9E3S15J3OS1BH3GSDPAS0S0S0S15S5SBSCCS21FS1JJSA" target="_blank"> 
<img src="http://spunkyfirst.com/55966b.jpg"> 
</a>
</center>

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
On 2017-10-30, Lucas Nussbaum wrote:
>>  /bin/bash ../../libtool   --mode=install /usr/bin/install -c   <a href="http://libvnc.la" target="_blank">libvnc.la</a> '/<<u></u>>/tigervnc-1.7.0+dfsg/<wbr>debian/tmp//lib/xorg/modules/<wbr>extensions'
>> libtool: install: /usr/bin/install -c .libs/libvnc.so /<<u></u>>/tigervnc-1.7.0+dfsg/<wbr>debian/tmp//lib/xorg/modules/<wbr>extensions/libvnc.so
...
>> dh_install: Cannot find (any matches for) "usr/lib/xorg/modules/<wbr>extensions/libvnc.so" (tried in ., debian/tmp)
>> 
>> dh_install: tigervnc-xorg-extension missing files: usr/lib/xorg/modules/<wbr>extensions/libvnc.so
>> dh_install: missing files, aborting
>> /usr/share/cdbs/1/rules/<a href="http://debhelper.mk:233" target="_blank">debhel<wbr>per.mk:233</a>: recipe for target 'binary-install/tigervnc-xorg-<wbr>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-<wbr>extension.install b/debian/tigervnc-xorg-<wbr>extension.install
index 8d6fffa..f74dabd 100644
--- a/debian/tigervnc-xorg-<wbr>extension.install
+++ b/debian/tigervnc-xorg-<wbr>extension.install
@@ -1 +1 @@
-usr/lib/xorg/modules/<wbr>extensions/libvnc.so usr/lib/xorg/modules/<wbr>extensions
+lib/xorg/modules/extensions/<wbr>libvnc.so usr/lib/xorg/modules/<wbr>extensions


I've only test that the package successfully builds with this patch; I
haven't tested that it actually works.


live well,
  vagrant
</blockquote></div></div>