our current release branch is v1.4 , you are trying to build master<span></span><br><br>On Wednesday, June 17, 2015, Sean Devoy &lt;<a href="mailto:sdevoy@bizfocused.com">sdevoy@bizfocused.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I also tried a DEBIAN build from source.  It too fails on libyuv-dev.<br>
I have googled and read for hours.  I cannot find libyuv-dev to install it.<br>
Can someone please help me get a clean fresh install of the stable branch on a new Debian (7 or 8) server?<br>
<br>
Thanks,<br>
Sean<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: <a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;freeswitch-users-bounces@lists.freeswitch.org&#39;)">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;freeswitch-users-bounces@lists.freeswitch.org&#39;)">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Sean Devoy<br>
Sent: Wednesday, June 17, 2015 6:02 PM<br>
To: FreeSWITCH Users Help<br>
Subject: Re: [Freeswitch-users] New Debian FS vanilla install fails<br>
<br>
Thanks William.<br>
<br>
How do I install that?<br>
<br>
Sean<br>
<br>
-----Original Message-----<br>
From: <a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;freeswitch-users-bounces@lists.freeswitch.org&#39;)">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;freeswitch-users-bounces@lists.freeswitch.org&#39;)">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of William King<br>
Sent: Wednesday, June 17, 2015 5:44 PM<br>
To: <a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;freeswitch-users@lists.freeswitch.org&#39;)">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] New Debian FS vanilla install fails<br>
<br>
There is currently an issue being fixed where the libyuv.so was in the wrong package. Your install should complete successfully if you also install &#39;libyuv-dev&#39;.<br>
<br>
Don&#39;t forget that you&#39;ll need to install some default configs:<br>
mkdir -p /etc/freeswitch/<br>
cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/<br>
<br>
William King<br>
Senior Engineer<br>
Quentus Technologies, INC<br>
1037 NE 65th St Suite 273<br>
Seattle, WA 98115<br>
Main:   (877) 211-9337<br>
Office: (206) 388-4772<br>
Cell:   (253) 686-5518<br>
<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;william.king@quentustech.com&#39;)">william.king@quentustech.com</a><br>
<br>
On 6/17/15 2:35 PM, Sean Devoy wrote:<br>
&gt; HI all,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I have a new Debian 8.1 (32 bit) server for testing.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I first did an apt-get install curl then per the instructions here:<br>
&gt;<br>
&gt; <a href="https://freeswitch.org/confluence/display/FREESWITCH/Debian+7" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/Debian+7</a><br>
&gt;<br>
&gt; I did this:<br>
&gt;<br>
&gt; echo &quot;deb <a href="http://files.freeswitch.org/repo/deb/debian/" target="_blank">http://files.freeswitch.org/repo/deb/debian/</a> `lsb_release<br>
&gt; -sc` main&quot; &gt;&gt; /etc/apt/sources.list.d/freeswitch.list<br>
&gt; curl<br>
&gt; <a href="http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub" target="_blank">http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub</a><br>
&gt; | apt-key add - apt-get update apt-get install freeswitch-meta-vanilla<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; It runs for less than a minute and dies at:<br>
&gt;<br>
&gt; Setting up freeswitch-sysvinit (1.4.19~10~1-1~jessie+1) ...<br>
&gt;<br>
&gt; Job for freeswitch.service failed. See &#39;systemctl status<br>
&gt; freeswitch.service&#39; and &#39;journalctl -xn&#39; for details.<br>
&gt;<br>
&gt; invoke-rc.d: initscript freeswitch, action &quot;start&quot; failed.<br>
&gt;<br>
&gt; dpkg: error processing package freeswitch-sysvinit (--configure):<br>
&gt;<br>
&gt; subprocess installed post-installation script returned error exit<br>
&gt; status 1<br>
&gt;<br>
&gt; Setting up freeswitch-systemd (1.4.19~10~1-1~jessie+1) ...<br>
&gt;<br>
&gt; dpkg: dependency problems prevent configuration of freeswitch-init:<br>
&gt;<br>
&gt; freeswitch-init depends on freeswitch-sysvinit (=<br>
&gt; 1.4.19~10~1-1~jessie+1); however:<br>
&gt;<br>
&gt;   Package freeswitch-sysvinit is not configured yet.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; dpkg: error processing package freeswitch-init (--configure):<br>
&gt;<br>
&gt; dependency problems - leaving unconfigured<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; and ends shortly with:<br>
&gt;<br>
&gt; Errors were encountered while processing:<br>
&gt;<br>
&gt; freeswitch-sysvinit<br>
&gt;<br>
&gt; freeswitch-init<br>
&gt;<br>
&gt; E: Sub-process /usr/bin/dpkg returned an error code (1)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I ran the cmds it says:<br>
&gt;<br>
&gt; systemctl status -l  freeswitch.service<br>
&gt;<br>
&gt; * freeswitch.service - freeswitch<br>
&gt;<br>
&gt;    Loaded: loaded (/lib/systemd/system/freeswitch.service; disabled)<br>
&gt;<br>
&gt;    Active: failed (Result: start-limit) since Wed 2015-06-17 17:11:15<br>
&gt; EDT; 18min ago<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: freeswitch.service:<br>
&gt; control process exited, code=exited status=1<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: Failed to start freeswitch.<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: Unit freeswitch.service<br>
&gt; entered failed state.<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: freeswitch.service start<br>
&gt; request repeated too quickly, refusing to start.<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: Failed to start freeswitch.<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: Unit freeswitch.service<br>
&gt; entered failed state.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; journalctl -xn<br>
&gt;<br>
&gt; -- Logs begin at Wed 2015-06-17 16:59:45 EDT, end at Wed 2015-06-17<br>
&gt; 17:17:01 EDT. --<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: freeswitch.service:<br>
&gt; control process exited, code=exited status=1<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: Failed to start freeswitch.<br>
&gt;<br>
&gt; -- Subject: Unit freeswitch.service has failed<br>
&gt;<br>
&gt; -- Defined-By: systemd<br>
&gt;<br>
&gt; -- Support:<br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/systemd-devel</a><br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; -- Unit freeswitch.service has failed.<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; -- The result is failed.<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: Unit freeswitch.service<br>
&gt; entered failed state.<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: freeswitch.service start<br>
&gt; request repeated too quickly, refusing to start.<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: Failed to start freeswitch.<br>
&gt;<br>
&gt; -- Subject: Unit freeswitch.service has failed<br>
&gt;<br>
&gt; -- Defined-By: systemd<br>
&gt;<br>
&gt; -- Support:<br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/systemd-devel</a><br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; -- Unit freeswitch.service has failed.<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; -- The result is failed.<br>
&gt;<br>
&gt; Jun 17 17:11:15 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> systemd[1]: Unit freeswitch.service<br>
&gt; entered failed state.<br>
&gt;<br>
&gt; Jun 17 17:11:54 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> kernel: perf interrupt took too long<br>
&gt; (10077 &gt; 10000), lowering kernel.perf_event_max_sample_rate to 12500<br>
&gt;<br>
&gt; Jun 17 17:17:01 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> CRON[12430]: pam_unix(cron:session):<br>
&gt; session opened for user root by (uid=0)<br>
&gt;<br>
&gt; Jun 17 17:17:01 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> CRON[12431]: (root) CMD (   cd / &amp;&amp;<br>
&gt; run-parts --report /etc/cron.hourly)<br>
&gt;<br>
&gt; Jun 17 17:17:01 <a href="http://fstest.devoy.us" target="_blank">fstest.devoy.us</a> CRON[12430]: pam_unix(cron:session):<br>
&gt; session closed for user root<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Did I misunderstand that Debian 8 was OK, in fact required at 1.6.n?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; What am I missing?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Sean<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________________________________________________<br>
&gt; ___ Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;consulting@freeswitch.org&#39;)">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;FreeSWITCH-users@lists.freeswitch.org&#39;)">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-use" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-use</a><br>
&gt; rs<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;consulting@freeswitch.org&#39;)">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.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://confluence.freeswitch.org" target="_blank">http://confluence.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="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;FreeSWITCH-users@lists.freeswitch.org&#39;)">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>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;consulting@freeswitch.org&#39;)">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.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://confluence.freeswitch.org" target="_blank">http://confluence.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="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;FreeSWITCH-users@lists.freeswitch.org&#39;)">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>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;consulting@freeswitch.org&#39;)">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.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://confluence.freeswitch.org" target="_blank">http://confluence.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="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;FreeSWITCH-users@lists.freeswitch.org&#39;)">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>
</blockquote>