<p dir="ltr">More info needed than that. How did you build it? Are you running 32bit system on a 64bit cpu?</p>
<div class="gmail_quote">On Nov 19, 2012 9:47 PM, &quot;Jonathan Wilkes&quot; &lt;<a href="mailto:jancsika@yahoo.com">jancsika@yahoo.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Tried to build the deb package, then running it with gdebi I get:<br>
Error: Wrong Architecture &quot;<br>
<br>
on debian wheezy amd_64<br>
<br>
-Jonathan<br>
<br>
<br>
<br>
<br>
----- Original Message -----<br>
&gt; From: Ivica Ico Bukvic &lt;<a href="mailto:ico@vt.edu">ico@vt.edu</a>&gt;<br>
&gt; To: <a href="mailto:pd-list@iem.at">pd-list@iem.at</a>; A list for linux audio users &lt;<a href="mailto:linux-audio-user@lists.linuxaudio.org">linux-audio-user@lists.linuxaudio.org</a>&gt;; &#39;p1k53l workshop&#39; &lt;<a href="mailto:piksel@piksel.no">piksel@piksel.no</a>&gt;; &quot;An open mailing list for a world-wide network of aspiring L2Orkists, L2Ork developers, contributors, and supporters.&quot; &lt;<a href="mailto:l2ork-dev@disis.music.vt.edu">l2ork-dev@disis.music.vt.edu</a>&gt;<br>

&gt; Cc:<br>
&gt; Sent: Monday, November 19, 2012 12:26 PM<br>
&gt; Subject: [PD] pd-l2ork 20121115 rc1 now available including deb -- please test and provide feedback<br>
&gt;<br>
&gt; Changelog:<br>
&gt;<br>
&gt; *Improvements to the installer<br>
&gt; *Dynamic pulling of the latest doc and Gem sources<br>
&gt; *Entire dev tree migrated to github<br>
&gt; *Autopatching refinements<br>
&gt; *Further refinements to the distinction between pd and pd-l2ork<br>
&gt; *Verbose error reporting from tcl/tk<br>
&gt; *Minor GUI clean-up<br>
&gt; *Merged patches from<br>
&gt; <a href="http://sourceforge.net/tracker/?func=detail&amp;atid=478072&amp;aid=2947822&amp;group_id" target="_blank">http://sourceforge.net/tracker/?func=detail&amp;atid=478072&amp;aid=2947822&amp;group_id</a><br>
&gt; =55736<br>
&gt; *Overhauled online install documentation<br>
&gt; (<a href="http://l2ork.music.vt.edu/main/?page_id=56" target="_blank">http://l2ork.music.vt.edu/main/?page_id=56</a>)<br>
&gt;<br>
&gt; I am pleased to report that in L2Ork rehearsals, pd-l2ork has been rock<br>
&gt; solid without any crashes or problems for over a month now. Most of the<br>
&gt; aforesaid fixes are cosmetic in nature. L2Ork has 15 networked machines<br>
&gt; pushing Atom-based netbooks to their very limits.<br>
&gt;<br>
&gt; Both deb package (with dependencies and conflicts--please report any<br>
&gt; problems if you encounter them trying to install pd-l2ork deb) and binary<br>
&gt; tarballs are available. They have been built on Ubuntu 12.04, so due to<br>
&gt; glibc inconsistencies they may not work on other platforms.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; If you need to rebuild the entire tarball from source, the new installer<br>
&gt; makes it extremely simple:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 1) Download the dev snapshot from git<br>
&gt;<br>
&gt; git clone git://<a href="http://github.com/pd-l2ork/pd.git" target="_blank">github.com/pd-l2ork/pd.git</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2) Install all the dev dependencies (below is the one that works for Ubuntu,<br>
&gt; other distros might use different package names):<br>
&gt;<br>
&gt; sudo apt-get install bison flex automake qjackctl tcl-dev tk-dev<br>
&gt; libasound2-dev libjack-jackd2-dev libtool libbluetooth-dev libgl1-mesa-dev<br>
&gt; libglu1-mesa-dev libglew1.5-dev libmagick++-dev libftgl-dev libgmerlin-dev<br>
&gt; libgmerlin-avdec-dev libavifile-0.7-dev libmpeg3-dev libquicktime-dev<br>
&gt; libv4l-dev libraw1394-dev libdc1394-22-dev libfftw3-dev libvorbis-dev<br>
&gt; ladspa-sdk dssi-dev tap-plugins ladspa-foo-plugins<br>
&gt; invada-studio-plugins-ladspa blepvco swh-plugins mcp-plugins cmt blop<br>
&gt; slv2-jack omins ubuntustudio-audio-plugins rev-plugins libslv2-dev<br>
&gt; dssi-utils vco-plugins wah-plugins fil-plugins mda-lv2 libmp3lame-dev<br>
&gt; libspeex-dev libgsl0-dev portaudio19-dev python-dev libsmpeg0 libjpeg62<br>
&gt; tkpng flite1-dev libgsm1-dev svn<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 3) Uninstall any preexisting version of the cwiid library and install, e.g.:<br>
&gt;<br>
&gt; apt-get remove libcwiid0 (or whatever the package name is)<br>
&gt;<br>
&gt; Optionally install cwiid library manually (if you don&#39;t have sudo enabled<br>
&gt; and don&#39;t want the installer to do this for you in step 4):<br>
&gt;<br>
&gt; cd master/l2ork_addons/cwiid<br>
&gt; aclocal<br>
&gt; autoconf<br>
&gt; make<br>
&gt; make install (need a sudo or root for this last step)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 4) Run the installer<br>
&gt;<br>
&gt; cd master/l2ork_addons/<br>
&gt; ./tar_em_up -F (for tarball binary installer)<br>
&gt; OR<br>
&gt; ./tar_em_up -B (for deb package)<br>
&gt; OR<br>
&gt; If you don&#39;t have sudo enabled (it is used to automatically install L2Ork<br>
&gt; version of the cwiid library) or have already manually installed the cwiid<br>
&gt; library (see step 3 above) you can add &quot;w&quot; option that forgoes install<br>
&gt; of<br>
&gt; the cwiid library. So, ./tar_em_up -Fw or ./tar_em_up -Bw ought to do it.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 5) Take a coffee break (on an Atom processor, installer runs for approx. 1<br>
&gt; hour). Once done, install the generated binary package that will be located<br>
&gt; in the root git folder (where master/ folder is).<br>
&gt;<br>
&gt; IMPORTANT: if you have existing tarball-based install of pd-l2ork, and are<br>
&gt; looking to install deb package, make sure to uninstall the old version<br>
&gt; first. This can be done by going into the old installer&#39;s folder and typing<br>
&gt; sudo make uninstall.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I&#39;d appreciate feedback on the said builds. Please include as much info as<br>
&gt; possible, including distro/version/32 vs 64bit/problem and how it manifests<br>
&gt; itself, etc.<br>
&gt;<br>
&gt; You can get pd-l2ork from the usual place:<br>
&gt;<br>
&gt; <a href="http://l2ork.music.vt.edu/main/?page_id=56" target="_blank">http://l2ork.music.vt.edu/main/?page_id=56</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Ivica Ico Bukvic, D.M.A.<br>
&gt; Composition, Music Technology<br>
&gt; Director, DISIS Interactive Sound &amp; Intermedia Studio<br>
&gt; Director, L2Ork Linux Laptop Orchestra<br>
&gt; Head, ICAT IMPACT Studio<br>
&gt; Virginia Tech<br>
&gt; Dept. of Music - 0240<br>
&gt; Blacksburg, VA 24061<br>
&gt; <a href="tel:%28540%29%20231-6139" value="+15402316139">(540) 231-6139</a><br>
&gt; <a href="tel:%28540%29%20231-5034" value="+15402315034">(540) 231-5034</a> (fax)<br>
&gt; <a href="mailto:ico@vt.edu">ico@vt.edu</a><br>
&gt; <a href="http://www.music.vt.edu/faculty/bukvic/" target="_blank">http://www.music.vt.edu/faculty/bukvic/</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
</blockquote></div>