Issue 65762 - cd ../../../wntmsci10.pro/misc/filters/ui/langpacks -> No such file or directory.
Summary: cd ../../../wntmsci10.pro/misc/filters/ui/langpacks -> No such file or direct...
Status: CLOSED DUPLICATE of issue 71012
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All Windows, all
: P3 Trivial (vote)
Target Milestone: OOo 2.x
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 03:48 UTC by quetschke
Modified: 2007-03-06 13:41 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 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
.