Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 24271
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: ambs [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: 6.31



Subject: INSTALLBIN and INSTALLSCRIPT not used correctly
I am running Makefile.PL with: Makefile.PL INSTALLARCHLIB=/usr/lib/perl5/i686-linux-thread-multi INSTALLPRIVLIB=/usr/lib/perl5 INSTALLMAN1DIR=/usr/man/man1 INSTALLMAN3DIR=/usr/man/man3 INSTALLBIN=/usr/local//bin INSTALLSCRIPT=/usr/local//bin CC=gcc INC=-Wall -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../src LIBS= -lm -lz -lglib-2.0 -lsqlite3 but the generated Makefile installs binaries under /usr/bin :-(
*I AM STUPID* True. Discovered that the varnames being used are the 'site' ones, not the 'perl' ones. Andreas and Schwern, sorry for the sent mails, but I really needed to make this release now and was despairing.