From: Dayton J. <ed...@ge...> - 2004-08-12 23:46:13
|
I just Downloaded sandweb-1_0-RC4 and tried to install. Make, make test both worked fine, but when I tried to run 'make install' I get: # make install Writing /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/SandWeb/.packlist Appending installation info to /usr/lib/perl5/5.8.3/i386-linux-thread-multi/perllocal.pod ./tools/install_script.pl Name "config::imgpath" used only once: possible typo at ./tools/install_script.pl line 26. make: *** [custom_install] Error 1 I saw a similar posting but there was no reply... Please help! -- +---------------------------------------------------------------+ Dayton Jones ed...@ge... "It's better to dig your own grave than to rot in the sun." +---------------------------------------------------------------+ |
From: Rob H. <ro...@ro...> - 2004-08-14 01:22:07
|
hmm.. other people have reported this too, I can't reproduce right now on perl 5.8.4. I just tried it on RH8.0 w/ Perl 5.8.0 and Debian Unstable (sid) w/ Perl 5.8.4, no problems. If you look in the file, you'll see 2 other places that imgpath is referred to, so I think that this error is bogus. What OS are you using? How did you install Perl? Can you upgrade to the latest Perl? Thanks! Rob Dayton Jones wrote: > I just Downloaded sandweb-1_0-RC4 and tried to install. > > Make, make test both worked fine, but when I tried to run 'make install' I > get: > > # make install > Writing > /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/SandWeb/.packlist > Appending installation info to > /usr/lib/perl5/5.8.3/i386-linux-thread-multi/perllocal.pod > ./tools/install_script.pl > Name "config::imgpath" used only once: possible typo at > ./tools/install_script.pl line 26. > make: *** [custom_install] Error 1 > > > I saw a similar posting but there was no reply... Please help! > |
From: Dayton J. <ed...@ge...> - 2004-08-14 01:50:13
|
The host is running RH ES 3 update2, I upgraded perl from the default 5.8.0 via rpm to 5.8.3. I can't, at this time upgrade perl further since there is another service running that is using 5.8.3 and I can't upgrade and have it not run... On Fri, 13 Aug 2004, Rob Helmer wrote: > hmm.. other people have reported this too, I can't reproduce right now > on perl 5.8.4. > > I just tried it on RH8.0 w/ Perl 5.8.0 and Debian Unstable (sid) w/ Perl > 5.8.4, no problems. If you look in the file, you'll see 2 other places > that imgpath is referred to, so I think that this error is bogus. > > What OS are you using? How did you install Perl? Can you upgrade to the > latest Perl? > > > > Thanks! > Rob > > > Dayton Jones wrote: > > I just Downloaded sandweb-1_0-RC4 and tried to install. > > > > Make, make test both worked fine, but when I tried to run 'make install' I > > get: > > > > # make install > > Writing > > /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/SandWeb/.packlist > > Appending installation info to > > /usr/lib/perl5/5.8.3/i386-linux-thread-multi/perllocal.pod > > ./tools/install_script.pl > > Name "config::imgpath" used only once: possible typo at > > ./tools/install_script.pl line 26. > > make: *** [custom_install] Error 1 > > > > > > I saw a similar posting but there was no reply... Please help! > > > -- +---------------------------------------------------------------+ Dayton Jones ed...@ge... "It's better to dig your own grave than to rot in the sun." +---------------------------------------------------------------+ |
From: Rob H. <ro...@ro...> - 2004-08-14 02:02:42
|
Gotcha. Please apply this patch, let me know if it makes the problem go away so I can fix it in the branch: Index: tools/install_script.pl =================================================================== RCS file: /cvsroot/sandweb/sandweb/tools/install_script.pl,v retrieving revision 1.22.2.2 diff -r1.22.2.2 install_script.pl 13a14 > "imgpath = $config::imgpath\n". Dayton Jones wrote: > The host is running RH ES 3 update2, I upgraded perl from the default > 5.8.0 via rpm to 5.8.3. I can't, at this time upgrade perl further since > there is another service running that is using 5.8.3 and I can't upgrade > and have it not run... > > > On Fri, 13 Aug 2004, Rob Helmer wrote: > > >>hmm.. other people have reported this too, I can't reproduce right now >>on perl 5.8.4. >> >>I just tried it on RH8.0 w/ Perl 5.8.0 and Debian Unstable (sid) w/ Perl >>5.8.4, no problems. If you look in the file, you'll see 2 other places >>that imgpath is referred to, so I think that this error is bogus. >> >>What OS are you using? How did you install Perl? Can you upgrade to the >>latest Perl? >> >> >> >>Thanks! >>Rob >> >> >>Dayton Jones wrote: >> >>>I just Downloaded sandweb-1_0-RC4 and tried to install. >>> >>>Make, make test both worked fine, but when I tried to run 'make install' I >>>get: >>> >>># make install >>>Writing >>>/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/SandWeb/.packlist >>>Appending installation info to >>>/usr/lib/perl5/5.8.3/i386-linux-thread-multi/perllocal.pod >>>./tools/install_script.pl >>>Name "config::imgpath" used only once: possible typo at >>>./tools/install_script.pl line 26. >>>make: *** [custom_install] Error 1 >>> >>> >>>I saw a similar posting but there was no reply... Please help! >>> >> > |