Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The following "make" error is encountered on CentOS 7 when --with-perl is run in configure:
make[3]: Entering directory `/home/centos/apache-hawq-src-2.1.0.0-incubating/src/pl/plperl' "/usr/bin/perl" ./text2macro.pl<http://text2macro.pl> --strip='^(\#.*|\s*)$' plc_perlboot.pl<http://plc_perlboot.pl> plc_trusted.pl<http://plc_trusted.pl> > perlchunks.h "/usr/bin/perl" plperl_opmask.pl<http://plperl_opmask.pl> plperl_opmask.h "/usr/bin/perl" /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap SPI.xs >SPI.c "/usr/bin/perl" /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Util.xs >Util.c Can't open perl script "/usr/share/perl5/ExtUtils/xsubpp": No such file or directory Can't open perl script "/usr/share/perl5/ExtUtils/xsubpp": No such file or directory make[3]: *** [SPI.c] Error 2 make[3]: *** Deleting file `SPI.c' make[3]: *** Waiting for unfinished jobs.... make[3]: *** [Util.c] Error 2 make[3]: *** Deleting file `Util.c' make[3]: Leaving directory `/home/centos/apache-hawq-src-2.1.0.0-incubating/src/pl/plperl' make[2]: *** [all] Error 1 make[2]: Leaving directory `/home/centos/apache-hawq-src-2.1.0.0-incubating/src/pl' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/centos/apache-hawq-src-2.1.0.0-incubating/src' make: *** [all] Error 2
I also have found a fix for this which was backported from PostgreSQL to the Greenplum DB master branch a year ago by Heikki Linnakangas<https://github.com/hlinnaka> (Original PostgreSQL committer Andrew Dunstan <andrew@dunslane.net<andrew@dunslane.net>>):
Attachments
Attachments
Issue Links
- links to