Skip Menu |

This queue is for tickets about the Digest-MD5 CPAN distribution.

Report information
The Basics
Id: 6002
Status: resolved
Priority: 0/
Queue: Digest-MD5

People
Owner: Nobody in particular
Requestors: chrismoore [...] surewest.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.33
Fixed in: (no value)



Subject: perl Makefile.PL generates a bad Makefile
Running RedHat Linux 9 on an Intel platform. Installed the Digest::MD5 package and did "perl Makefile.PL" Results looked good: Perl's config says that U32 access must be aligned. Checking if your kit is complete... Looks good Writing Makefile for Digest::MD5 Tried doing a "make" and I get: Makefile:85: *** missing separator. Stop. Lines 83-87 of the Makefile are: installhtml1dir='' installhtml3dir='' installman1 INSTALLSITEBIN = /usr INSTALLVENDORBIN = /usr/bin' If I change line 85 to "installman1=''" I get a further error on the make: Makefile:95: ** missing separator. Stop. Lines 93-97 of the Makefile are: PERL_ARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi SITELIBEXP = '/usr/lib/perl5/site_perl' sit SITEARCHEXP = /usr/lib/pe LIBPERL_A = libperl.a' Not quite sure what to do with "sit" in line 95 so I commented it out. "make" now results in: /bin/sh: -c: line 1: unexpected EOF while looking for matching `'' /bin/sh: -c: line 2: syntax error: unexpected end of file make: *** [blib/lib/Digest/.exists] Error 2
From: mark.bennett [...] mightyriver.co.nz
Still have this problem with Redhat 9.0 [guest - Tue Apr 13 12:59:58 2004]: Show quoted text
> Running RedHat Linux 9 on an Intel platform. > Installed the Digest::MD5 package and did "perl Makefile.PL" > Results looked good: > Perl's config says that U32 access must be aligned. > Checking if your kit is complete... > Looks good > Writing Makefile for Digest::MD5 > Tried doing a "make" and I get: > Makefile:85: *** missing separator. Stop. > Lines 83-87 of the Makefile are: > installhtml1dir='' > installhtml3dir='' > installman1 > INSTALLSITEBIN = /usr > INSTALLVENDORBIN = /usr/bin' > If I change line 85 to "installman1=''" I get a further error on the > make: > Makefile:95: ** missing separator. Stop. > Lines 93-97 of the Makefile are: > PERL_ARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi > SITELIBEXP = '/usr/lib/perl5/site_perl' > sit > SITEARCHEXP = /usr/lib/pe > LIBPERL_A = libperl.a' > Not quite sure what to do with "sit" in line 95 so I commented it out. > "make" now results in: > /bin/sh: -c: line 1: unexpected EOF while looking for matching `'' > /bin/sh: -c: line 2: syntax error: unexpected end of file > make: *** [blib/lib/Digest/.exists] Error 2
From: mark.bennett [...] mightyriver.co.nz
[guest - Mon Nov 22 19:03:22 2004]: Read more bugs & have applied the solution suggested. It now makes. What will it break if I change it back ? Show quoted text
> Still have this problem with Redhat 9.0 > > [guest - Tue Apr 13 12:59:58 2004]: >
> > Running RedHat Linux 9 on an Intel platform. > > Installed the Digest::MD5 package and did "perl Makefile.PL" > > Results looked good: > > Perl's config says that U32 access must be aligned. > > Checking if your kit is complete... > > Looks good > > Writing Makefile for Digest::MD5 > > Tried doing a "make" and I get: > > Makefile:85: *** missing separator. Stop. > > Lines 83-87 of the Makefile are: > > installhtml1dir='' > > installhtml3dir='' > > installman1 > > INSTALLSITEBIN = /usr > > INSTALLVENDORBIN = /usr/bin' > > If I change line 85 to "installman1=''" I get a further error on the > > make: > > Makefile:95: ** missing separator. Stop. > > Lines 93-97 of the Makefile are: > > PERL_ARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi > > SITELIBEXP = '/usr/lib/perl5/site_perl' > > sit > > SITEARCHEXP = /usr/lib/pe > > LIBPERL_A = libperl.a' > > Not quite sure what to do with "sit" in line 95 so I commented it
> out.
> > "make" now results in: > > /bin/sh: -c: line 1: unexpected EOF while looking for matching `'' > > /bin/sh: -c: line 2: syntax error: unexpected end of file > > make: *** [blib/lib/Digest/.exists] Error 2
> >