To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80368
Issue #|80368
Summary|Ambiguous inference chains for README_en-US.html
Component|Installation
Version|680m223
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|is
Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Sun Aug 5 16:47:11 +0000
2007 -------
The upcoming dmake 4.11 has stricter inference chain checking and it discovered
the following problem in readlicense_oo (see at the end).
The following rules in readlicense_oo/util/makefile.pmk can be ambiguous:
$(MISC)$/$(GUI)$/README%.html : $(MISC)$/readme%.html
@+-$(MKDIRHIER) $(@:d)
+$(COPY) $< $@
$(MISC)$/$(GUI)$/README% : $(MISC)$/readme%.txt
@+-$(MKDIRHIER) $(@:d)
+$(COPY) $< $@
Logfile:
dmake: Error: -- Ambiguous inference chains for target
´../../unxmacxp.pro/misc/UNX/README_en-US.html´
dmake: 1.
../../unxmacxp.pro/misc/UNX/README_en-US.html(../../unxmacxp.pro/misc/UNX/README%.html)
-->
../../unxmacxp.pro/misc/readme_en-US.html(../../unxmacxp.pro/misc/readme%.html)
dmake: 2.
../../unxmacxp.pro/misc/UNX/README_en-US.html(../../unxmacxp.pro/misc/UNX/README%)
-->
../../unxmacxp.pro/misc/readme_en-US.html.txt(../../unxmacxp.pro/misc/readme%.txt)
dmake: Error: -- resolve ambiguity before proceeding.
---------------------------------------------------------------------
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]