You should only use dpkg-buildpackage if you want to use the .deb file it creates!  If you&#39;re using a non-debian based system, just use &quot;make; sudo make install&quot; to install it without any packaging.  (executed from the root directory of the folder, of course).  I&#39;d suspect that if you have dpkg-buildpackage installed, you should be able to use the .deb file it creates.  Just check in the parent directory.  That&#39;s a much nicer way of installing it, and it makes uninstallation and upgrading so much easier.<br>

<br>Jeremy<br><br><div class="gmail_quote">On Fri, Mar 11, 2011 at 12:46 PM, Kim Cascone <span dir="ltr">&lt;<a href="mailto:kim@anechoicmedia.com">kim@anechoicmedia.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
You can work around it by using the following magic:<br>
<br>
   $ rm -rf debian/source<br>
   $ sed -i s/1-1/1/ debian/changelog<br>
<br>
And then:<br>
<br>
   $ dpkg-buildpackage -uc -us<br>
</blockquote>
<br>
<br>
gabriel&amp;  Jeremy<br>
<br>
thanks for the help - the magic workaround worked for building the plugs :)<br>
<br>
I&#39;m assuming that everything needs to move to the proper locations indicated by the file structure in the debian directory<br>
<br>
so...<br>
<br>
/home/kim/Desktop/downloads/jeremysalwen-So-synth-LV2-e399ee2/debian/so-synth-lv2/usr/lib/lv2/<br>
<br>
copies to:<br>
<br>
/usr/lib/lv2/<br>
<br>
<br>
and<br>
<br>
/home/kim/Desktop/downloads/jeremysalwen-So-synth-LV2-e399ee2/debian/so-synth-lv2/usr/share/doc/<br>
<br>
<br>
goes into /usr/share/doc/<br>
<br>
<br>
which I did<br>
<br>
-----------------------------------<br>
next I tested it by<br>
<br>
launching Qtractor 0.4.8<br>
<br>
creating a track<br>
<br>
added the LV2 SO-666 plug<br>
<br>
and immediately the app crashed<br>
<br>
also, tried with the bass and piano plugs following the same procedure<br>
<br>
and the same thing happened<br>
<br>
report from syslog:<br>
<br>
kim-studio kernel: qtractor[12969]: segfault at 10 ip b366cde0 sp b22a4f30 error 4 in libsosynth.so[b366c000+3000]<br>
Mar 11 09:41:06 kim-studio kernel: qtractor[12988]: segfault at 10 ip b34ec220 sp b2122f50 error 4 in libsosynth.so[b34ea000+3000]<br>
Mar 11 09:43:04 kim-studio kernel: qtractor[13013]: segfault at 10 ip b36ff758 sp b22d5f30 error 4 in libsosynth.so[b36fe000+3000]<br>
<br>
<br>
<br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org" target="_blank">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</blockquote></div><br>