Hi Karl,<div><br></div><div>First of all, welcome to FreeSWITCH :)</div><div><br></div><div>To raise a JIRA ticket, go to [1] and register your account, then create a new &quot;issue&quot; under the FreeSWITCH project. There is a whole bunch of documentation about this in [2] but it&#39;s all pretty simple. This adds a couple more mins overhead, but it&#39;s impossible to track these problems in the ML so having it in JIRA will ensure it gets dealt with eventually.</div>
<div><br></div><div>In reference to your original question, the build script made by Steven at [3] does work fine under Squeeze, but I have not yet tested it for Wheezy. You should just be able to use &quot;<span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">dpkg-buildpackage -b -uc -us&quot;, I have not used the &quot;</span><font color="#222222" face="arial, sans-serif">./debian/util.sh&quot; tool yet so I cannot comment on how reliable it is (although both Ken and Steven are very knowledgeable, and their advice is usually accurate).</font></div>
<div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">As for the original problem itself relating to </font><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">libjs.so.1, I&#39;ve just done a build test on a wheezy amd64 chroot (with dev/sys/proc properly mounted etc)... I hate waiting for compiles...</span></div>
<div><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">I was able to compile the packages without problem using [4], and you can see the full compile results at [5].</span></div>
<div><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><font color="#222222" face="arial, sans-serif">Please have a read through [4] and make sure you have not missed any of the steps, also try creating a clean build environment from scratch as sometimes this can fix many problems. Also be aware that FS is not currently compatible with pbuilder and the alike, so attempting to use it in conjunction with any of those tools might not work. Also note that this build was done on a wheezy chroot.. if you are attempting to build wheezy packages from a non wheezy chroot, then it might not work as expected. Generally speaking this is why you&#39;d normally use pbuilder by default, but just creating a chroot as shown in my example will suffice in the event of pbuilder not being compatible :)</font></div>
<div><br></div><div><font color="#222222" face="arial, sans-serif">For now I&#39;m going to mark this as &quot;works for me&quot;, but if you get any more problems or questions, feel free to update the thread (and/or a JIRA ticket!).</font></div>
<div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">Hope this helps</font></div><div><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div>Cal</div><div><br></div><div>[1] <a href="http://jira.freeswitch.org/secure/Dashboard.jspa">http://jira.freeswitch.org/secure/Dashboard.jspa</a></div><div>[2] <a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs#Reporting_A_Bug_With_JIRA">http://wiki.freeswitch.org/wiki/Reporting_Bugs#Reporting_A_Bug_With_JIRA</a></div>
<div>[3] <a href="http://wiki.freeswitch.org/wiki/Debian_packages_buildscript">http://wiki.freeswitch.org/wiki/Debian_packages_buildscript</a></div><div>[4] <a href="http://pastebin.com/gCgEmH90">http://pastebin.com/gCgEmH90</a></div>
<div>[5] <a href="https://www.dropbox.com/s/zepvn4mj4ly8l5q/fs-compile-26-06-2013.txt">https://www.dropbox.com/s/zepvn4mj4ly8l5q/fs-compile-26-06-2013.txt</a></div><div><br><div class="gmail_quote">On Wed, Jun 26, 2013 at 6:26 PM, Karl Schmidt <span dir="ltr">&lt;<a href="mailto:karl@xtronics.com" target="_blank">karl@xtronics.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 06/26/2013 10:07 AM, Ken Rice wrote:<br>
&gt; Building debian packages from freeswitch is as simple as using atleast<br>
&gt; wheezy then executing the following script<br>
&gt;<br>
&gt;<br>
&gt; ./debian/util.sh build-all -bn -z9 -v1<br>
<br>
</div>This would replace dpkg-buildpackage -b -uc ??<br>
<br>
in the script at <a href="http://wiki.freeswitch.org/wiki/Debian_packages_buildscript" target="_blank">http://wiki.freeswitch.org/wiki/Debian_packages_buildscript</a> ?<br>
<br>
I have other packages I build and they all use dpkg-buildpackage -b -uc -us<br>
<div class="im"><br>
<br>
&gt; I suggestion something like this to checkout out the source from git<br>
&gt;<br>
&gt; mkdir -p /usr/src/freeswitch<br>
&gt; cd /usr/src/freeswitch<br>
&gt; git clone git://<a href="http://git.freeswitch.org/freeswitch.git" target="_blank">git.freeswitch.org/freeswitch.git</a> src<br>
&gt; cd src<br>
&gt; ./debian/util.sh build-all -bn -z9 -v1<br>
<br>
</div>How is that different than<br>
<br>
git clone -b v1.2.stable git://<a href="http://git.freeswitch.org/freeswitch.git" target="_blank">git.freeswitch.org/freeswitch.git</a><br>
<br>
from the script?<br>
<div class="im"><br>
&gt; This will build packages for squeeze thru sid and leave them in your<br>
&gt; /usr/src/freeswitch directory along with log and .change files<br>
&gt;<br>
&gt; The script uses cows for building each version (both x86 and x86_64 arches)<br>
<br>
</div>I&#39;m on wheezy amd64 - the current stable for Debian.<br>
<br>
<br>
--------------------------------------------------------------------------------<br>
<div class="HOEnZb"><div class="h5">Karl Schmidt                                  EMail <a href="mailto:Karl@xtronics.com">Karl@xtronics.com</a><br>
Transtronics, Inc.                              WEB <a href="http://secure.transtronics.com" target="_blank">http://secure.transtronics.com</a><br>
3209 West 9th Street                             Ph <a href="tel:%28785%29%20841-3089" value="+17858413089">(785) 841-3089</a><br>
Lawrence, KS 66049                              FAX <a href="tel:%28785%29%20841-0434" value="+17858410434">(785) 841-0434</a><br>
<br>
Truth is mighty and will prevail.<br>
There is nothing wrong with this,<br>
except that it ain&#39;t so.<br>
--Mark Twain<br>
<br>
--------------------------------------------------------------------------------<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>