[mythtv-users] Latest git pull from 0.27 failing (zeromq?)

Paul Harrison mythtv at sky.com
Mon Jul 7 16:00:54 UTC 2014


On 07/07/14 16:57, Kevin Calvert wrote:
> Hello,
>
> My system has been offline for a few months and I just got it back up 
> today, so I wanted to pull the latest from git.
>
> When doing a:
>
> cd mythtv/mythtv
> git pull
> make
>
> The following error is thrown...
>
> make[2]: Entering directory `/home/kevin/mythtv/mythtv/external/zeromq'
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash 
> /home/kevin/mythtv/mythtv/external/zeromq/config/missing --run 
> aclocal-1.11 -I config
> /bin/bash: /home/kevin/mythtv/mythtv/external/zeromq/config/missing: 
> No such file or directory
> make[2]: *** [aclocal.m4] Error 127
> make[2]: Leaving directory `/home/kevin/mythtv/mythtv/external/zeromq'
> make[1]: *** [zeromq-all] Error 2
> make[1]: Leaving directory `/home/kevin/mythtv/mythtv/external'
> make: *** [external] Error 2
>
> Any ideas what's going on?
>
> I'm using the 0.27 branch.
>
> Appreciated in advance.
> *
> *
> *Kevin*
> *
> *
> Eleven Three Labs LLC
> eleventhree.com <http://eleventhree.com>
>
>

You probably just need to do a make distclean and ./configure --previous

Paul H.


More information about the mythtv-users mailing list