Issue 70356

Summary: Mozilla is not unpacked
Product: porting Reporter: pavel
Component: codeAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues, oliver.bolte, quetschke
Version: 680m185   
Target Milestone: OOo 2.1   
Hardware: All   
OS: Windows, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
rdesktop screenshot none

Description pavel 2006-10-12 13:19:16 UTC
Hi,

mozilla build from source fails here because of the problem shown on the
attached image.

Sorry, I can't paste the log now.
Comment 1 pavel 2006-10-12 13:19:59 UTC
Created attachment 39703 [details]
rdesktop screenshot
Comment 2 pavel 2006-10-12 13:22:01 UTC
Reverting extractfiles.mk to previous version didn't helped.
Comment 3 hjs 2006-10-12 14:34:53 UTC
looks like avoiding the mkdir.pl script (unitools.mk) caused this. normal
"mkdir" call doesn't recursively create directories but "mkdir -p" does. this is
the difference between MKDIR and MKDIRHIER makefile variable.

change the $(MKDIR) to $(MKDIRHIER) in moz/makefile.mk.
Comment 4 quetschke 2006-10-12 14:54:07 UTC
Yes, my bad :( I did my testbuild with a prebuild moz.

Masterfix? I don't have a "fast" CWS right now.
Comment 5 pavel 2006-10-12 15:07:19 UTC
yes, it helped.

obo: can you please amsterfix this as well?
Comment 6 oliver.bolte 2006-10-12 16:29:30 UTC
commited to head (for m188)
Comment 7 hjs 2006-11-14 10:51:06 UTC
.