Closed
Bug 71352
Opened 25 years ago
Closed 25 years ago
mozilla/configure needs perl 5.004 but doesn't enforce
Categories
(SeaMonkey :: Build Config, defect, P4)
Tracking
(Not tracked)
mozilla0.8.1
People
(Reporter: sonja.mirtitsch, Assigned: cls)
Details
I think the configure script should stop with an error if the perl is too old,
rather than let the following gmake run into an error.
For the NSS build we need to pull dbm and nspr, we run:
gmake -f client.mk pull_all BUILD_MODULES=dbm MOZ_CO_TAG=NSS_3_2_RTM
NSPR_CO_TAG=NSPRPUB_RELEASE_4_1
#This step pulls NSPR and dbm (the modules that NSS requires).
./configure --without-gtk --without-libIDL --without-x --enable-modules=dbm
the configure outputs:
...
checking for perl5... (cached) /tools/ns/bin/perl5
checking for minimum required perl version 5.004...
...
the following gmake fails, but if the Makefile is handedited and $(PERL) is set
to a newer version of perl it passes.
The perl found in the $PATH is an OK version, but for HPUX and AIX someone put
5.001 and 5.003 into /tools/ns/bin. I don't have write permission to this directory.
Please attach config.log.
Severity: normal → minor
Priority: -- → P4
Target Milestone: --- → mozilla0.8.1
*** This bug has been marked as a duplicate of 66443 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•