To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66725
User sb changed the following:
What |Old value |New value
================================================================================
Assigned to|sb |vq
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jun 27 00:52:10 -0700
2006 -------
The culprit appears to be dmake, which executes line 93 of
solenv/inc/rules.mk:1.67 even though "$(CAPTURE_COMMAND)"!="". With an
instrumented solenv/inc/rules.mk
...
.IF "$(OS)"=="SOLARIS" && "$(product)"=="full" && "$(debug)"=="" &&
"$(CAPTURE_COMMAND)"==""
@echo 'OS = <$(OS)>'
@echo 'product = <$(product)>'
@echo 'debug = <$(debug)>'
@echo 'CAPTURE_COMMAND = <$(CAPTURE_COMMAND)>'
$(ADJUSTVISIBILITY) -p $(@:s/.obj/.o/) # line 93
.ENDIF
...
dmake in soltools/testhxx leads to
...
OS = <SOLARIS>
product = <full>
debug = <>
CAPTURE_COMMAND = <echo>
../unxsols4.pro/bin/adjustvisibility -p ../unxsols4.pro/slo/testhxx.o
../unxsols4.pro/bin/adjustvisibility: adjustVisibilty() failed: can't open
file ../unxsols4.pro/slo/testhxx.o: No such file or directory
dmake: Error code 1, while making '../unxsols4.pro/slo/testhxx.obj'
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]