AnyEvent-RabbitMQ icon indicating copy to clipboard operation
AnyEvent-RabbitMQ copied to clipboard

Unable to build on centos 7

Open jimvella opened this issue 7 years ago • 0 comments

[root@docker ~]# docker run -ti centos:7 bash
[root@be9218c3e126 /]# yum -y install git "perl(Module::Install)" > /dev/null 2>&1
[root@be9218c3e126 /]# git clone https://github.com/cooldaemon/AnyEvent-RabbitMQ.git > /dev/null 2>&1
[root@be9218c3e126 /]# cd AnyEvent-RabbitMQ
[root@be9218c3e126 AnyEvent-RabbitMQ]# git checkout 1.03 > /dev/null 2>&1
[root@be9218c3e126 AnyEvent-RabbitMQ]# perl Makefile.PL
include /AnyEvent-RabbitMQ/inc/Module/Install.pm
String found where operator expected at Makefile.PL line 15, near "author_tests 'xt'"
	(Do you need to predeclare author_tests?)
syntax error at Makefile.PL line 15, near "author_tests 'xt'"
Execution of Makefile.PL aborted due to compilation errors.
[root@be9218c3e126 AnyEvent-RabbitMQ]# yum info perl-Module-Install | grep Version
Version     : 1.06
[root@be9218c3e126 AnyEvent-RabbitMQ]# perl -v | grep version
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
[root@be9218c3e126 AnyEvent-RabbitMQ]#

jimvella avatar Mar 02 '18 03:03 jimvella