Issue 70356 - Mozilla is not unpacked
Summary: Mozilla is not unpacked
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: 680m185
Hardware: All Windows, all
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.1
Assignee: hjs
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-12 13:19 UTC by pavel
Modified: 2006-11-14 10:51 UTC (History)
3 users (show)

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


Attachments
rdesktop screenshot (173.76 KB, image/png)
2006-10-12 13:19 UTC, pavel
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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
.