<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Mon, 2009-07-27 at 04:18 +0200, pd-list-request@iem.at wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">hello pd'people!</FONT></TT><BR>
    <BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp; 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">&nbsp;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">&nbsp;gave me libsasound2 problems..</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp; so i found a tutorial that explain how two build from source for</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">64bits..&nbsp;&nbsp; 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..&nbsp; and</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">then after compiling for a while&nbsp; 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">&nbsp; 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's probably missing a comma: <FONT COLOR="#1a1a1a">xterm,</FONT> <FONT COLOR="#1a1a1a">ttf-bitsream-vera</FONT>&lt;----------- add ',' here.<BR>
<BR>
I had the same problem (<A HREF="http://puredata.info/docs/developer/BuildingPdExtended64bitUbuntuIntrepid">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 CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
---<BR>
Dan Wilcox<BR>
<A HREF="http://danomatika.com">danomatika.com</A><BR>
<A HREF="http://www.robotcowboy.com">robotcowboy.com</A>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>