[tools-issues] [Issue 85415] W32-4nt-parallel (dmake412 ) build fails in odk

2008-01-21 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85415





--- Additional comments from [EMAIL PROTECTED] Mon Jan 21 10:37:52 + 
2008 ---
probably already addressed in #i81694# - CWS ause085 - integrated m243
please check if that fixes your problem

-
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]



[tools-issues] [Issue 85415] W32-4nt-parallel (dmake412 ) build fails in odk

2008-01-20 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85415


User vq changed the following:

What|Old value |New value

Target milestone|---   |DevTools





-
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]



[tools-issues] [Issue 85415] W32-4nt-parallel (dmake412 ) build fails in odk

2008-01-20 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85415
 Issue #|85415
 Summary|W32-4nt-parallel (dmake412) build fails in odk
   Component|tools
 Version|680m242
Platform|PC
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|solenv
 Assigned to|hjs
 Reported by|vq





--- Additional comments from [EMAIL PROTECTED] Sun Jan 20 21:46:53 + 
2008 ---
My parallel (-P2) build with the native W32 dmake 4.12 tripped the following
problem. See log below:

The problem appears to be this rule in odk/util/odk_rules.pmk:

$(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/%.class :
$(CLASSDIR)$/com$/sun$/star$/lib$/loader$/%.class
@@-$(RM) $(@:db)*.class
$(COPY) $(:db)*.class $(@:d)
 
The * in front of .class is wrong. For WinRegKey.class this also copies
WinRegKeyException.class. Without the * this can then be simplified to:
@@-$(RM) $@
$(COPY) $ $(@:d)

Is there a reason for the wildcard?


Log from odk:
cat  d:\w1\tin_ws2\solver\680\wntmsci10.pro\inc\com\sun\star\uno\Type.h 
..\..\wntmsci10.pro\bin\odkcommon\include\com\sun\star\uno\Type.h
cat  d:\w1\tin_ws2\solver\680\wntmsci10.pro\inc\com\sun\star\uno\Type.hxx 
..\..\wntmsci10.pro\bin\odkcommon\include\com\sun\star\uno\Type.hxx
copy ..\..\wntmsci10.pro\class\com\sun\star\lib\loader\Loader*.class
..\..\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\
D:\w1\tin_ws2\odk\wntmsci10.pro\class\com\sun\star\lib\loader\Loader$CustomURLClassLoader.class
=
D:\w1\tin_ws2\odk\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\Loader$CustomURLClassLoader.class
D:\w1\tin_ws2\odk\wntmsci10.pro\class\com\sun\star\lib\loader\Loader.class =
D:\w1\tin_ws2\odk\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\Loader.class
 2 files copied
copy ..\..\wntmsci10.pro\class\com\sun\star\lib\loader\InstallationFinder*.class
..\..\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\
D:\w1\tin_ws2\odk\wntmsci10.pro\class\com\sun\star\lib\loader\InstallationFinder$StreamGobbler.class
=
D:\w1\tin_ws2\odk\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\InstallationFinder$StreamGobbler.class
D:\w1\tin_ws2\odk\wntmsci10.pro\class\com\sun\star\lib\loader\InstallationFinder.class
=
D:\w1\tin_ws2\odk\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\InstallationFinder.class
 2 files copied
copy ..\..\wntmsci10.pro\class\com\sun\star\lib\loader\WinRegKey*.class
..\..\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\
copy ..\..\wntmsci10.pro\class\com\sun\star\lib\loader\WinRegKeyException*.class
..\..\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\
D:\w1\tin_ws2\odk\wntmsci10.pro\class\com\sun\star\lib\loader\WinRegKey.class =
D:\w1\tin_ws2\odk\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\WinRegKey.class
D:\w1\tin_ws2\odk\wntmsci10.pro\class\com\sun\star\lib\loader\WinRegKeyException.class
=
D:\w1\tin_ws2\odk\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\WinRegKeyException.class
D:\w1\tin_ws2\odk\wntmsci10.pro\class\com\sun\star\lib\loader\WinRegKeyException.class
=
D:\w1\tin_ws2\odk\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\WinRegKeyException.class
4NT: (Sys) The process cannot access the file because it is being used by
another process.


 0 files copied
 2 files copied
dmake.exe:  Warning: -- Target
[..\..\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\Loader.class]
was made but the time stamp has not been updated.
dmake.exe:  Warning: -- Target
[..\..\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\InstallationFinder.class]
was made but the time stamp has not been updated.
dmake.exe:  Error code 130, while making
'..\..\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\WinRegKeyException.class'
dmake.exe: 
'..\..\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\WinRegKeyException.class'
removed.
dmake.exe:  Warning: -- Target
[..\..\wntmsci10.pro\bin\odkcommon\classes\com\sun\star\lib\loader\WinRegKey.class]
was made but the time stamp has not been updated.

ERROR: Error 65280 occurred while making /cygdrive/d/w1/tin_ws2/odk/pack/copying

-
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]