Issue 69598 - obo05: VSE build breaks in cli_ure - part2
Summary: obo05: VSE build breaks in cli_ure - part2
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows, all
: P2 Trivial (vote)
Target Milestone: OOo 2.1
Assignee: oliver.bolte
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-17 01:17 UTC by quetschke
Modified: 2006-09-29 14:20 UTC (History)
2 users (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-09-17 01:17:29 UTC
The second problem in cli_took a while to identify, I always got:

guw.pl ../wntmsci11.pro/bin/climaker.exe  \
                --out ../wntmsci11.pro/bin/cli_types.dll \
                --keyfile ../wntmsci11.pro/bin/cliuno.snk \
                --assembly-version 1.1.6.0 \
                --assembly-description "This assembly contains metadata for the
StarOffice/OpenOffice.org API." \
                --assembly-company "OpenOffice.org" \
                /cygdrive/d/w1/tin_obo05/solver/680/wntmsci11.pro/bin/types_doc.rdb
Can't exec "../wntmsci11.pro/bin/climaker.exe": Permission denied at
/cygdrive/d/w1/tin_obo05/solenv/bin/guw.pl line 328.

Error: guw.pl: executing ../wntmsci11.pro/bin/climaker.exe failed!
dmake:  Error code 13, while making '../wntmsci11.pro/bin/cli_types.dll'
---* tg_merge.mk *---

but the file permissions of climaker.exe were OK.

This fixes it - sick!

+++ cli_ure/source/climaker/makefile.mk 16 Sep 2006 23:59:30 -0000
@@ -124,6 +124,9 @@
 
 $(BIN)$/climaker.exe.config : climaker.exe.config
        $(GNUCOPY) -f $? $@
+.IF "$(USE_SHELL)"!="4nt"
+       +chmod +x $@
+.ENDIF
 
 .ENDIF
Comment 1 quetschke 2006-09-18 04:46:14 UTC
Committed to obo05.

Please verify.
Comment 2 oliver.bolte 2006-09-19 12:16:59 UTC
verfied.
Comment 3 oliver.bolte 2006-09-29 14:19:34 UTC
closed.
Comment 4 oliver.bolte 2006-09-29 14:20:01 UTC
.