[mythtv-commits] Ticket #13288: Ansible failing on Centos7.5
MythTV
noreply at mythtv.org
Thu May 31 20:16:11 UTC 2018
#13288: Ansible failing on Centos7.5
--------------------------------------+--------------------------
Reporter: veehexx | Owner: (none)
Type: Bug Report - General | Status: new
Priority: minor | Milestone: needs_triage
Component: MythTV - General | Version: Unspecified
Severity: medium | Keywords:
Ticket locked: 0 |
--------------------------------------+--------------------------
When i attempt to create a host for compiling mythtv using ansible from
18th April (05fd8150d6ee8c1e9deb7a7173cd8f82fb68d963) i am getting a
number of failures as follows:
{{{
TASK [mythtv-rpm : build LAME]
**************************************************************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["rpmbuild", "--
rebuild",
"http://download1.rpmfusion.org/free/el/updates/6/SRPMS/lame-3.99.5-1.el6.src.rpm"],
"delta": "0:00:00.220269", "end": "2018-05-31 20:51:29.773249", "msg":
"non-zero return code", "rc": 1, "start": "2018-05-31 20:51:29.552980",
"stderr": "curl: (22) The requested URL returned error: 404 Not
Found\nerror: cannot open
http://download1.rpmfusion.org/free/el/updates/6/SRPMS/lame-3.99.5-1.el6.src.rpm:
No such file or directory", "stderr_lines": ["curl: (22) The requested URL
returned error: 404 Not Found", "error: cannot open
http://download1.rpmfusion.org/free/el/updates/6/SRPMS/lame-3.99.5-1.el6.src.rpm:
No such file or directory"], "stdout": "", "stdout_lines": []}
TASK [mythtv-rpm : install mythtv essential perl modules]
***********************************************
failed: [localhost] (item=[u'perl\\(ExtUtils::MakeMaker\\)',
u'perl\\(DBI\\)', u'perl\\(DBD::mysql\\)', u'perl\\(HTTP::Request\\)',
u'perl\\(LWP::UserAgent\\)', u'perl\\(IO::Socket::INET6\\)',
u'perl\\(Date::Manip\\)', u'perl\\(XML::Simple\\)',
u'perl\\(XML::XPath\\)', u'perl\\(DateTime::Format::ISO8601\\)',
u'perl\\(SOAP::Lite\\)', u'perl\\(JSON\\)']) => {"changed": false, "item":
["perl\\(ExtUtils::MakeMaker\\)", "perl\\(DBI\\)", "perl\\(DBD::mysql\\)",
"perl\\(HTTP::Request\\)", "perl\\(LWP::UserAgent\\)",
"perl\\(IO::Socket::INET6\\)", "perl\\(Date::Manip\\)",
"perl\\(XML::Simple\\)", "perl\\(XML::XPath\\)",
"perl\\(DateTime::Format::ISO8601\\)", "perl\\(SOAP::Lite\\)",
"perl\\(JSON\\)"], "msg": "No package matching
'perl\\(ExtUtils::MakeMaker\\)' found available, installed or updated",
"rc": 126, "results": ["No package matching
'perl\\(ExtUtils::MakeMaker\\)' found available, installed or updated"]}
}}}
host is as follows:
CentOS Linux release 7.5.1804 (Core), minimal install
'yum update' as of 31st May
extra repos: nux-dextop & epel.
I've attached a txt file from "yum list installed | grep perl-" command,
which confirms that ExtUtils::MakeMaker is present but ansible still
fails.
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13288>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list