[mythtv-users] Compiling beta/0.28

Neil Salstrom salstrom at gmail.com
Thu Feb 4 16:42:59 UTC 2016


On Thu, Feb 4, 2016 at 3:20 AM, Stuart Auchterlonie
<stuarta at squashedfrog.net> wrote:
> On 04/02/16 05:04, Neil Salstrom wrote:
>> I've run in to a block trying to compile the 0.28 beta.  My system is
>> Mint 17.3 and it has no issue with 0.27-fixes but a missing dependency
>> or something is making the compile of 0.28 beta error out.  What seems
>> to be the relevant portion of the error is:
>>
>> cd libmythui/ && ( test -e Makefile ||
>> /usr/lib/x86_64-linux-gnu/qt5/bin/qmake
>> /home/myth/src/myth-dev/mythtv-0.28-beta/mythtv/libs/libmythui/libmythui.pro
>> QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake -o Makefile ) && make -f
>> Makefile
>> Project ERROR: Unknown module(s) in QT: script
>> make[1]: *** [sub-libmythservicecontracts-make_first] Error 3
>> make[1]: *** Waiting for unfinished jobs....
>>
<snip>
>
> Yes, you are missing the relevant development packages.
>
> Install ansible, checkout https://github.com/MythTV/ansible and run
>
> # ansible-playbook -i hosts qt5.yml
>
> which will ensure all the required packages are installed.
>
>
> Regards
> Stuart Auchterlonie
>
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org

This solved it!  I had to comment out all the references to dnf in the
ansible files due to the error:

"ERROR: dnf is not a legal parameter in an Ansible task or handler"

Once I did that it ran and installed the needed dev packages.  I'll
give 0.28/beta a try tonight when I get home.

Thanks for all the help!

Neil


More information about the mythtv-users mailing list