Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: cignul9 [...] egbt.us
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 2.23
  • 2.24
Fixed in: (no value)



Subject: Error in Makefile after running make
I've been trying to install Digest-MD5-2.24. I've tried using CPAN and manually compiling the tarball contents. I run perl Makefile.PL okay, but when I run make after that I get an error: Makefile:83: *** missing separator. Stop. I edited the Makefile, and noticed that there's a value (variable? I'm not a perl programmer, so I just don't know) on line 83 that doesn't seem to fit with the rest of the stuff in there. Here's a snippet with the line numbers on the left: 80 INSTALLBIN = /usr/bin' 81 installhtml1dir='' 82 installhtml3dir='' 83 installman1 84 INSTALLSITEBIN = /usr 85 INSTALLVENDORBIN = /usr/bin' 86 installvendorhtml1='' I commented line 83 and re-ran make. I got a missing separator error on line 93. I commented out that line and got: /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 This happens on ver. 2.23 as well (same line 83), which leads me to think I've done something wrong on my system (aside from monkeying with the Makefile) and I'm hoping you can help me see it. It's a vanilla installation of RedHat 9; perl version 5.8.0 on an AMD Athlon system. Thanks in advance.
From: ken [...] 7cedars.com
[guest - Sat Apr 26 03:10:06 2003]: I ran into this, and found the solution on a Redhat mailing list, but I haven't been able to find it again. It's a problem in /etc/sysconfig/i18n, which has language support info. If you didn't solve it, email me and I'll send you the revised file. Show quoted text
> I've been trying to install Digest-MD5-2.24. I've tried using CPAN > and manually compiling the tarball contents. I run perl > Makefile.PL okay, but when I run make after that I get an error: > > Makefile:83: *** missing separator. Stop. > > I edited the Makefile, and noticed that there's a value (variable? I'm > not a perl programmer, so I just don't know) on line 83 that > doesn't seem to fit with the rest of the stuff in there. Here's a > snippet with the line numbers on the left: > > 80 INSTALLBIN = /usr/bin' > 81 installhtml1dir='' > 82 installhtml3dir='' > 83 installman1 > 84 INSTALLSITEBIN = /usr > 85 INSTALLVENDORBIN = /usr/bin' > 86 installvendorhtml1='' > > I commented line 83 and re-ran make. I got a missing separator error > on line 93. I commented out that line and got: > > /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 > > This happens on ver. 2.23 as well (same line 83), which leads me to > think I've done something wrong on my system (aside from monkeying > with the Makefile) and I'm hoping you can help me see it. It's a > vanilla installation of RedHat 9; perl version 5.8.0 on an AMD > Athlon system. > > Thanks in advance.
From: guest
Hi All, Im seeing the same errors on the same redhat 9.0/perl 5.8.0 / athlon system. I dont see anything searching at redhat mailing lists (page search is all you can do there) for i18n or digest::md5 (or parts). What is the secret to getting perl - MCPAN -e 'install Digest::MD5' to complete normally on this system? Thank you All! [guest - Tue Jun 3 15:42:47 2003]: Show quoted text
> [guest - Sat Apr 26 03:10:06 2003]: > > I ran into this, and found the solution on a Redhat mailing list, but > I > haven't been able to find it again. It's a problem > in /etc/sysconfig/i18n, which has language support info. > > If you didn't solve it, email me and I'll send you the revised file. >
> > I've been trying to install Digest-MD5-2.24. I've tried using CPAN > > and manually compiling the tarball contents. I run perl > > Makefile.PL okay, but when I run make after that I get an error: > > > > Makefile:83: *** missing separator. Stop. > > > > I edited the Makefile, and noticed that there's a value (variable?
> I'm
> > not a perl programmer, so I just don't know) on line 83 that > > doesn't seem to fit with the rest of the stuff in there. Here's
> a
> > snippet with the line numbers on the left: > > > > 80 INSTALLBIN = /usr/bin' > > 81 installhtml1dir='' > > 82 installhtml3dir='' > > 83 installman1 > > 84 INSTALLSITEBIN = /usr > > 85 INSTALLVENDORBIN = /usr/bin' > > 86 installvendorhtml1='' > > > > I commented line 83 and re-ran make. I got a missing separator
> error
> > on line 93. I commented out that line and got: > > > > /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 > > > > This happens on ver. 2.23 as well (same line 83), which leads me to > > think I've done something wrong on my system (aside from
> monkeying
> > with the Makefile) and I'm hoping you can help me see it. It's a > > vanilla installation of RedHat 9; perl version 5.8.0 on an AMD > > Athlon system. > > > > Thanks in advance.
> >
From: alan [...] okeefeconsulting.com.au
Hi all I have a brand-new install of Red Hat 9 on an intel PIII system and am seeing the same problem, apart from the reported error on line 83, there are numerous other errors, especially odd ' marks at odd places throughout. Does anyone have an answer to this problem ? Regards Alan [guest - Fri Jul 4 00:15:41 2003]: Show quoted text
> Hi All, > > Im seeing the same errors on the same redhat 9.0/perl 5.8.0 / > athlon > system. I dont see anything searching at redhat mailing lists (page > search is all you can do there) for i18n or digest::md5 (or parts). > What is the secret to getting > perl - MCPAN -e 'install Digest::MD5' > to complete normally on this system? > > Thank you All! > > > [guest - Tue Jun 3 15:42:47 2003]: >
> > [guest - Sat Apr 26 03:10:06 2003]: > > > > I ran into this, and found the solution on a Redhat mailing list,
> but
> > I > > haven't been able to find it again. It's a problem > > in /etc/sysconfig/i18n, which has language support info. > > > > If you didn't solve it, email me and I'll send you the revised file. > >
> > > I've been trying to install Digest-MD5-2.24. I've tried using
> CPAN
> > > and manually compiling the tarball contents. I run perl > > > Makefile.PL okay, but when I run make after that I get an
> error:
> > > > > > Makefile:83: *** missing separator. Stop. > > > > > > I edited the Makefile, and noticed that there's a value (variable?
> > I'm
> > > not a perl programmer, so I just don't know) on line 83 that > > > doesn't seem to fit with the rest of the stuff in there.
> Here's
> > a
> > > snippet with the line numbers on the left: > > > > > > 80 INSTALLBIN = /usr/bin' > > > 81 installhtml1dir='' > > > 82 installhtml3dir='' > > > 83 installman1 > > > 84 INSTALLSITEBIN = /usr > > > 85 INSTALLVENDORBIN = /usr/bin' > > > 86 installvendorhtml1='' > > > > > > I commented line 83 and re-ran make. I got a missing separator
> > error
> > > on line 93. I commented out that line and got: > > > > > > /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 > > > > > > This happens on ver. 2.23 as well (same line 83), which leads me
> to
> > > think I've done something wrong on my system (aside from
> > monkeying
> > > with the Makefile) and I'm hoping you can help me see it. It's
> a
> > > vanilla installation of RedHat 9; perl version 5.8.0 on an AMD > > > Athlon system. > > > > > > Thanks in advance.
> > > >
> >
From: chris [...] affinitytalk.com
[guest - Tue Jun 3 15:42:47 2003]: I seem to have found that link at http://www.redhat.com/archives/redhat-list/2003-May/msg01986.html Hope this helps Chris LaDuke Affinity Telecom Show quoted text
> [guest - Sat Apr 26 03:10:06 2003]: > > I ran into this, and found the solution on a Redhat mailing list, but
I Show quoted text
> haven't been able to find it again. It's a problem > in /etc/sysconfig/i18n, which has language support info. > > If you didn't solve it, email me and I'll send you the revised file. >
> > I've been trying to install Digest-MD5-2.24. I've tried using CPAN > > and manually compiling the tarball contents. I run perl > > Makefile.PL okay, but when I run make after that I get an error: > > > > Makefile:83: *** missing separator. Stop. > > > > I edited the Makefile, and noticed that there's a value (variable?
I'm Show quoted text
> > not a perl programmer, so I just don't know) on line 83 that > > doesn't seem to fit with the rest of the stuff in there. Here's
a Show quoted text
> > snippet with the line numbers on the left: > > > > 80 INSTALLBIN = /usr/bin' > > 81 installhtml1dir='' > > 82 installhtml3dir='' > > 83 installman1 > > 84 INSTALLSITEBIN = /usr > > 85 INSTALLVENDORBIN = /usr/bin' > > 86 installvendorhtml1='' > > > > I commented line 83 and re-ran make. I got a missing separator
error Show quoted text
> > on line 93. I commented out that line and got: > > > > /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 > > > > This happens on ver. 2.23 as well (same line 83), which leads me to > > think I've done something wrong on my system (aside from
monkeying Show quoted text
> > with the Makefile) and I'm hoping you can help me see it. It's a > > vanilla installation of RedHat 9; perl version 5.8.0 on an AMD > > Athlon system. > > > > Thanks in advance.
> >