Closed
Bug 254683
Opened 21 years ago
Closed 21 years ago
Corrupted/incomplete source tarball, mozilla 1.7.2
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 254346
People
(Reporter: al_pavel, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616
gmake (after ./configure --disable-debug --enable-optimize) ends with:
bash-2.05b$ gmake
rm -f -rf ./dist/sdk
/usr/bin/gmake -C config export
gmake[1]: Entering directory `/tmp/mozilla/config'
/usr/bin/perl -I. ./bdate.pl build_number
rm -f nsBuildID.h
/usr/bin/perl -I. ./aboutime.pl -m ./milestone.txt nsBuildID.h build_number
./nsBuildID.h.in
Can't locate Moz/Milestone.pm in @INC (@INC contains: .
/usr/lib/perl5/5.8.4/i486-linux /usr/lib/perl5/5.8.4
/usr/lib/perl5/site_perl/5.8.4/i486-linux /usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl .) at ./aboutime.pl line 5.
gmake[1]: *** [nsBuildID.h] Error 2
gmake[1]: Leaving directory `/tmp/mozilla/config'
gmake: *** [default] Error 2
Link to tarball is on http://www.mozilla.org/releases/ : Source Code Tarball
(bzip, 33 MB) points to
http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.2/src/mozilla-source-1.7.2.tar.bz2
that is therefore 25 (not 33!) MB long.
The file Moz/Milestone.pm is really not contained in the tarball.
Reproducible: Always
Steps to Reproduce:
1. Download and untar tar.bz2 file
2. ./configure --disable-debug --enable-optimize
3. gmake
Actual Results:
...
/usr/bin/perl -I. ./aboutime.pl -m ./milestone.txt nsBuildID.h build_number
./nsBuildID.h.in
Can't locate Moz/Milestone.pm in @INC (@INC contains: .
/usr/lib/perl5/5.8.4/i486-linux /usr/lib/perl5/5.8.4
/usr/lib/perl5/site_perl/5.8.4/i486-linux /usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl .) at ./aboutime.pl line 5.
gmake[1]: *** [nsBuildID.h] Error 2
gmake[1]: Leaving directory `/tmp/mozilla/config'
gmake: *** [default] Error 2
Expected Results:
Build success :)
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 254346 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 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
•