Subject: | using INSTALL_BASE (or cpanm -L) fails with 6.82 |
When trying to install PerlMagick-6.82 using INSTALL_BASE (or using the -
L option to cpanm, which just sets INSTALL_BASE), we get "Only one of
PREFIX or INSTALL_BASE can be given. Not both.". I've tracked down the
bug to line 241 of Makefile.PL. In the ImageMagick repository, and in
all previous versions, this line ('PREFIX' => '/usr/local',) has been
commented out. In 6.82, it has suddenly changed to be actively
uncommented, which causes us to have both PREFIX and INSTALL_BASE set,
and the build/install fails.
If I can provide any further information, I will be happy to do so.