Closed
Bug 254615
Opened 20 years ago
Closed 20 years ago
1.7.2 source code incomplete
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 254346
People
(Reporter: tedrb, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030702 Galeon/1.3.14
Build Identifier:
Source code at http://www.mozilla.org/releases/#1.7.2 is missing modules and
will not build on Linux. The web site says the size of the tar.bz2 file is 33
MB; it is actually around 26. The .gz file has similar issues. Previous
tar.bz2 files were 33--35 MB.
The build fails about two screens in with:
Can't locate Moz/Milestone.pm in @INC (@INC contains: . /home/tedrb/bin/Perl
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at
./aboutime.pl line 5.
gmake[1]: *** [nsBuildID.h] Error 2
gmake[1]: Leaving directory `/home/tedrb/Src/mozilla-1.7.2/config'
make: *** [default] Error 2
config/Moz is missing in 1.7.2
I did a comparison of 1.7 and 1.7.2; numbers are output of du -sk on each
directory with 1.7 sizes first and 1.7.2 sizes second.
1c1
< 1848 mozilla/accessible
---
> 9612 mozilla/accessible
4c4,5
< 1408 mozilla/build
---
> 7728 mozilla/browser
> 1448 mozilla/build
6c7,10
< 440 mozilla/caps
---
> 4808 mozilla/camino
> 8 mozilla/camino.mk
> 1076 mozilla/caps
> 312 mozilla/chrome
9c13,17
< 1028 mozilla/config
---
> 996 mozilla/composer
> 1352 mozilla/config
> 12 mozilla/config.cache
> 36 mozilla/config.log
> 108 mozilla/config.status
12c20
< 8504 mozilla/content
---
> 48720 mozilla/content
14,29c22,38
< 2220 mozilla/db
< 408 mozilla/dbm
< 4724 mozilla/directory
< 780 mozilla/docshell
< 1280 mozilla/dom
< 3676 mozilla/editor
< 11432 mozilla/embedding
< 596 mozilla/expat
< 22732 mozilla/extensions
< 1772 mozilla/gc
< 4348 mozilla/gfx
< 3252 mozilla/htmlparser
< 12456 mozilla/intl
< 316 mozilla/ipc
< 1592 mozilla/jpeg
< 6312 mozilla/js
---
> 4428 mozilla/db
> 668 mozilla/dbm
> 7056 mozilla/directory
> 19796 mozilla/dist
> 4092 mozilla/docshell
> 10176 mozilla/dom
> 16948 mozilla/editor
> 19504 mozilla/embedding
> 1028 mozilla/expat
> 46360 mozilla/extensions
> 1780 mozilla/gc
> 12216 mozilla/gfx
> 5352 mozilla/htmlparser
> 22088 mozilla/intl
> 2484 mozilla/ipc
> 1980 mozilla/jpeg
> 14832 mozilla/js
31c40
< 27556 mozilla/layout
---
> 60540 mozilla/layout
35c44,46
< 20208 mozilla/mailnews
---
> 7604 mozilla/mail
> 68016 mozilla/mailnews
> 12 mozilla/Makefile
38,39c49,51
< 14212 mozilla/modules
< 5228 mozilla/netwerk
---
> 22652 mozilla/modules
> 4 mozilla/mozilla-config.h
> 23188 mozilla/netwerk
41,45c53,57
< 9252 mozilla/nsprpub
< 6832 mozilla/other-licenses
< 2880 mozilla/plugin
< 1160 mozilla/profile
< 1692 mozilla/rdf
---
> 10712 mozilla/nsprpub
> 11696 mozilla/other-licenses
> 2876 mozilla/plugin
> 2596 mozilla/profile
> 6336 mozilla/rdf
48,58c60,72
< 23416 mozilla/security
< 392 mozilla/sun-java
< 7036 mozilla/themes
< 348 mozilla/tools
< 900 mozilla/uriloader
< 408 mozilla/view
< 428 mozilla/webshell
< 6216 mozilla/widget
< 6412 mozilla/xpcom
< 13392 mozilla/xpfe
< 9436 mozilla/xpinstall
---
> 39220 mozilla/security
> 408 mozilla/sun-java
> 7060 mozilla/themes
> 9748 mozilla/toolkit
> 1860 mozilla/tools
> 28 mozilla/unallmakefiles
> 2692 mozilla/uriloader
> 888 mozilla/view
> 3316 mozilla/webshell
> 8364 mozilla/widget
> 22068 mozilla/xpcom
> 24136 mozilla/xpfe
> 11592 mozilla/xpinstall
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 254346 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•