To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80367
Issue #|80367
Summary|Ambiguous inference chains for regcomp.bin
Component|tools
Version|680m222
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|solenv
Assigned to|jsc
Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Sun Aug 5 16:33:47 +0000
2007 -------
The upcoming dmake 4.11 has stricter inference chain checking and it discovered
the following problem in odk (see at the end).
The problem is that in odk/util/rules.pmk the following two rules are ambigous
if $(EXEPOSTFIX) is empty and a target "regcomp.bin" is infered:
$(DESTDIRBIN)$/%$(EXEPOSTFIX) : $(BINOUT)$/%$(EXEPOSTFIX)
@@-rm -f $@
$(GNUCOPY) $(BINOUT)$/$(@:f) $@
$(DESTDIRBIN)$/%.bin : $(BINOUT)$/%.bin
@@-rm -f $@
$(GNUCOPY) $(BINOUT)$/$(@:f) $@
I will make this a warning in dmake 4.11 for now, but we should fix this before
cws_src680_dmake411 is integrated.
Logfile:
dmake: Error: -- Ambiguous inference chains for target
´../../unxmacxp.pro/bin/odkcommon/macosx/bin/regcomp.bin´
dmake: 1.
../../unxmacxp.pro/bin/odkcommon/macosx/bin/regcomp.bin(../../unxmacxp.pro/bin/odkcommon/macosx/bin/%.bin)
-->
/Users/buildslave/compile/shadow/solver/680/unxmacxp.pro/bin/regcomp.bin(/Users/buildslave/compile/shadow/solver/680/unxmacxp.pro/bin/%.bin)
dmake: 2.
../../unxmacxp.pro/bin/odkcommon/macosx/bin/regcomp.bin(../../unxmacxp.pro/bin/odkcommon/macosx/bin/%)
-->
/Users/buildslave/compile/shadow/solver/680/unxmacxp.pro/bin/regcomp.bin(/Users/buildslave/compile/shadow/solver/680/unxmacxp.pro/bin/%)
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]