Issue 14728 - wrong file names in external/moz/zipped
Summary: wrong file names in external/moz/zipped
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: Other Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: sparcmoz
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-22 06:57 UTC by sparcmoz
Modified: 2003-12-31 10:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sparcmoz 2003-05-22 06:57:19 UTC
building on sparc64 linux debian/testing gcc-3.3
i had to change the file names in external/moz/zipped
replacing I with S

LINUXGCCIinc.zip changed to LINUXGCCSinc.zip
LINUXGCCIlib.zip .. LINUXGCCSlib.zip
LINUXGCCIruntime.zip ..LINUXGCCSruntime.zip
may be related to issue 13400?
Comment 1 sparcmoz 2003-05-22 07:00:51 UTC
is in moz/zipped (not external)
Comment 2 sparcmoz 2003-05-22 07:48:56 UTC
it appears this may be related to issue 12892
(sorry i dont know enough to be sure)

i see this in the makefile.mk
================
.IF "$(GUI)" == "UNX"

$(MISC)$/unpacked_$(TARGET)_lib : $(OS)$(COM)$(CPU)lib.zip
$(OS)$(COM)$(CPU)runtime.zip
	+unzip -o -d $(LB) $(OS)$(COM)$(CPU)lib.zip && unzip -o -d $(LB)
$(OS)$(COM)$(CPU)runtime.zip && $(TOUCH) $@
	+chmod -R 775 $(LB)

and this is in LinuxSparcEnv.Set
==================
# Platform dependent constant values. 
#
setenv SOLAR_JAVA "TRUE"
setenv BIG_SVX "TRUE"
setenv COM "GCC"
setenv COMPATH "/usr/bin"
setenv CPU "S"

but the files are named Linux + GCC + I
Comment 3 Martin Hollmichel 2003-05-22 10:30:27 UTC
no, this is not related to 13400.

to create these archives moz/moztools/zipmoz.sh can be called if
mozilla has been build from scartch before.
Comment 4 sparcmoz 2003-05-23 06:24:49 UTC
the builder needs to make sure they have built the required files for 
their own peculiar setup of OS-COM-CPU. 
Comment 5 sparcmoz 2003-05-26 13:28:00 UTC
Martin, i am building 1.1beta2 on sparc linux gcc-3.3

i found moz/moztools/zipmoz.sh - it is in the attic. i can understand
what it does and copy. my mozilla 1.4b files are different from those
listed in zipmoz.sh.

i have build the zipped files OK using ALL files and moz/build -all OK.

Can you help me to find the rules to select which files for a cut-down
version? thanks-Jim
Comment 6 sparcmoz 2003-05-28 14:11:28 UTC
resolved bacuse the files just need to be built - i will ask on the
mailing list about rules for cutdown mozilla.
Comment 7 sparcmoz 2003-07-26 08:55:08 UTC
We need discover just which files are needed so some small zip files
can be placed on the cvs source. 

I did build with just everything from the relevant directories which
is too large. 

4155696 Jul  9 23:14 LINUXGCCSinc.zip
20531394 Jul  9 23:14 LINUXGCCSlib.zip
14488426 Jul  9 23:14 LINUXGCCSruntime.zip

compare to these:
4835766 Oct 24  2002 SOLARISC52Iinc.zip
639506 Oct 24  2002 SOLARISC52Ilib.zip
3284063 Apr  1 23:54 SOLARISC52Iruntime.zip
Comment 8 sparcmoz 2003-08-04 13:09:55 UTC
sparc linux retarget to ooo2
Comment 9 sparcmoz 2003-08-31 13:06:34 UTC
i have made the cut-down version by peeking at other ports zipped
files, email me if you need  a copy...sparcmoz@openoffice.org
Comment 10 sparcmoz 2003-12-31 10:00:27 UTC
small moz/zipped files made for linux sparc - closing