--On Wednesday, November 20, 2002 1:43 PM -0800 Kenneth Porter
<[EMAIL PROTECTED]> wrote:
> If SA is to remain buildable under 7.2, then I suggest using Jan's command
> line in the spec file to work around the broken path logic in the old
> MakeMaker module.
As it happens, I couldn't get that to
--On Thursday, November 14, 2002 11:09 AM -0800 Kenneth Porter
<[EMAIL PROTECTED]> wrote:
> All the references in the Makefiles that should point to
> /usr/lib/perl5/5.6.1 point instead at /usr/lib/5.6.1. I'm trying to trace
> through MakeMaker to figure out why this is happening. A dump of Perl's
--On Friday, November 15, 2002 12:03 PM +0100 Jan Schreckenbach
<[EMAIL PROTECTED]> wrote:
> this what I put into my spec-file to make it work:
>
> INSTALLARCHLIB=%{perl_archlib} INSTALLSITEARCH=%{perl_sitearch} \
> PREFIX=$RPM_BUILD_ROOT%{_prefix} INST_PREFIX=%{_prefix} \
> %{__perl} Mak
Hi,
this what I put into my spec-file to make it work:
INSTALLARCHLIB=%{perl_archlib} INSTALLSITEARCH=%{perl_sitearch} \
PREFIX=$RPM_BUILD_ROOT%{_prefix} INST_PREFIX=%{_prefix} \
%{__perl} Makefile.PL
cu,
Jan
Kenneth Porter wrote:
--On Thursday, November 14, 2002 11:09 AM -0800 Kenneth
--On Thursday, November 14, 2002 11:09 AM -0800 Kenneth Porter
<[EMAIL PROTECTED]> wrote:
> All the references in the Makefiles that should point to
> /usr/lib/perl5/5.6.1 point instead at /usr/lib/5.6.1. I'm trying to trace
> through MakeMaker to figure out why this is happening.
No solution yet
I decided to upgrade from 2.41 to 2.43 and am trying to rebuild the tarball
into an RPM on Red Hat 7.2. The process fails when MakeMaker generates the
Makefiles. (The actual error message comes much later at packaging time,
but I've traced it back to bad MakeMaker output.)
All the references in th