yes i have tried this..  buit then when i try to build  with<br><pre class="literal-block">fakeroot dpkg-deb --build build/ Pd-0.40.3-extended.deb<br><br><br>i get given the same error.. and if i touch around some more then i am told that package name was expected but is missing or garabe found<br>
</pre><br><br><div class="gmail_quote">2009/7/27 danomatika <span dir="ltr">&lt;<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  
  

<div>
On Mon, 2009-07-27 at 04:18 +0200, <a href="mailto:pd-list-request@iem.at" target="_blank">pd-list-request@iem.at</a> wrote:<br>
<blockquote type="CITE">
    <tt><font color="#1a1a1a">hello pd&#39;people!</font></tt><br>
    <br>
    <br>
    <tt><font color="#1a1a1a">  i am trying to install Pd.extened-41.4 on a debian64 sid (unstable)</font></tt><br>
    <tt><font color="#1a1a1a">kernel 2.6.30-</font></tt><br>
    <tt><font color="#1a1a1a"> i have been looking around and the option of installing 32bit with</font></tt><br>
    <tt><font color="#1a1a1a">ia32lbs an ---force-architecture</font></tt><br>
    <tt><font color="#1a1a1a"> gave me libsasound2 problems..</font></tt><br>
    <tt><font color="#1a1a1a">    so i found a tutorial that explain how two build from source for</font></tt><br>
    <tt><font color="#1a1a1a">64bits..   i have managed to compile the extended libraries.. and run</font></tt><br>
    <tt><font color="#1a1a1a">make install &amp;&amp; make packages... here everything gives the ok..  and</font></tt><br>
    <tt><font color="#1a1a1a">then after compiling for a while  it gives me an error saying that i</font></tt><br>
    <tt><font color="#1a1a1a">have a problem with DEBIAN/control file on line 9.. in &quot;depends&quot; field,</font></tt><br>
    <tt><font color="#1a1a1a">that i its missing a packages name or that garbage has been found.. </font></tt><br>
    <tt><font color="#1a1a1a">  when checking this file.. in the place of dependes it says: xterm,</font></tt><br>
    <tt><font color="#1a1a1a">ttf-bitsream-vera</font></tt><br>
    <br>
    <tt><font color="#1a1a1a">i dont really understand what the problem is.. can somebody helpme</font></tt><br>
</blockquote>
<br>
It&#39;s probably missing a comma: <font color="#1a1a1a">xterm,</font> <font color="#1a1a1a">ttf-bitsream-vera</font>&lt;----------- add &#39;,&#39; here.<br>
<br>
I had the same problem (<a href="http://puredata.info/docs/developer/BuildingPdExtended64bitUbuntuIntrepid" target="_blank">http://puredata.info/docs/developer/BuildingPdExtended64bitUbuntuIntrepid</a>):<br>
<br>
<blockquote>
    If, like me, you get an error similar to this:<br>
    <br>
    <tt>dpkg-deb: parse error, in file /home/dano/Desktop/pd-build/Pd-0.40.3-extended/packages/linux_make/build//DEBIAN/control near line 8 \package pd-extended:</tt> <tt>Depends field, syntax error after reference to package zlib1g</tt> <tt>make: *** deb Error 2</tt><br>

    <br>
    then there is a comma missing after a dependency. Open the Debian control file, look through the dependency list on line 8, and add the missing comma(s) after the referenced package in the error, in this case &quot;zlib1g&quot;:<br>

</blockquote>
<br>
<table cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td>
---<br>
Dan Wilcox<br><font color="#888888">
<a href="http://danomatika.com" target="_blank">danomatika.com</a><br>
<a href="http://www.robotcowboy.com" target="_blank">robotcowboy.com</a>
</font></td>
</tr>
</tbody></table>
</div>

</blockquote></div><br>