Issue 65762

Summary: cd ../../../wntmsci10.pro/misc/filters/ui/langpacks -> No such file or directory.
Product: Build Tools Reporter: quetschke
Component: solenvAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED DUPLICATE QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: current   
Target Milestone: OOo 2.x   
Hardware: All   
OS: Windows, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description quetschke 2006-05-25 03:48:33 UTC
I have this in recent builds:

../../../wntmsci10.pro/misc/filters/ui/langpacks: No such file or directory.

propably from filter/source/config/fragments

from _tg_zip.mk:
    @+echo type 3
	+-$(CDD) $(subst,LANGDIR,. $(subst,$/LANGDIR, $(ZIP$(TNR)DIR)))
$(command_seperator) $(ZIPDEP) $(ZIP$(TNR)FLAGS) -prefix $(subst,LANGDIR,.
$(subst,$/LANGDIR, $(ZIP$(TNR)DIR)))$/ $(subst,$/misc$/,$/bin$/
$(@:s/.dpzz/.zip/)) $(foreach,j,$(ZIP$(TNR)LIST)

1. Why the +-$(CCD) ... ? If the cd fails something is wrong and the build
   should fail.

2. Where is the directory supposed to be created?
Comment 1 quetschke 2006-05-25 18:17:27 UTC
No idea about a patch -> DEFECT
Comment 2 hjs 2006-06-02 09:40:36 UTC
1. "+-$(CCD) ..." because dependency generation might get triggered before the
actual target is run -> no directory

2. $(REALFILTERPACKAGES_FILTERS_UI_LANGPACKS) seems to be the target creating
the directory

is it just a message or does the build stop?
Comment 3 quetschke 2006-06-02 18:40:01 UTC
It's just a message, I was just a little concerned because the following
zipdep command is not executed if the "cd" fails.
Comment 4 jens-heiner.rechtien 2006-07-27 11:25:23 UTC
Move target to 2.x due to 2.0.4 code freeze on 2006/08/03.
Comment 5 hjs 2007-02-05 12:52:59 UTC
ok, there was a real issue lurking behind this message... 

*** This issue has been marked as a duplicate of 71012 ***
Comment 6 hjs 2007-03-06 13:41:01 UTC
.