[framework-issues] [Issue 112600] Clean up code and get rid of any tools types which interfere with Windows types

2011-02-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112600





--- Additional comments from t...@openoffice.org Wed Feb 16 20:54:19 + 
2011 ---
@cd: Thank you for the comment. As you wrote, INT16 is too old and it is missing
in current compatibility in MinGW. Although it will be fixed by MinGW community
in the near future, I think we do not have to use INT16 here.

BTW I wonder what was the criteria to discriminate windows code. Some windows
code also were fixed in the cws.


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112600] Clean up code and get rid of any tools types which interfere with Windows types

2011-02-14 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112600





--- Additional comments from t...@openoffice.org Mon Feb 14 12:14:29 + 
2011 ---
@mav: I asume that you are suggesting that a new issue should be opened as an
mingw port issue. Do you think it OK to substitute INT16 with sal_Int16 for MSVC
as well?

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112600] Clean up code and get rid of any tools types which interfere with Windows types

2011-02-14 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112600





--- Additional comments from t...@openoffice.org Mon Feb 14 12:15:47 + 
2011 ---
I have confirmed no other Windows only source code uses INT16.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112600] Clean up code and get rid of any tools types which interfere with Windows types

2011-02-12 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112600


User tono changed the following:

What|Old value |New value

  CC|'dtardon,sb'  |'dtardon,sb,tono'





--- Additional comments from t...@openoffice.org Sun Feb 13 01:40:47 + 
2011 ---
extensions/source/ole/unoobjw.cxx is still using INT16. It breaks mingw build.


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116922] to-be-m100: mixed mode mktemp template may not be generated

2011-02-12 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116922





--- Additional comments from t...@openoffice.org Sun Feb 13 01:43:09 + 
2011 ---
Created an attachment (id=75825)
Patch for windows.mk and winmingw.mk


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116922] to-be-m100: mixed mode mktemp template may not be generated

2011-02-11 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116922
 Issue #|116922
 Summary|to-be-m100: mixed mode mktemp template may not be gene
|rated
   Component|tools
 Version|current
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|GNU make
 Assigned to|hjs
 Reported by|tono





--- Additional comments from t...@openoffice.org Fri Feb 11 10:28:01 + 
2011 ---
The following line is introduced in solenv/gbuild/platform/windows.mk with cws
gnumake3.

gb_MKTEMP := mktemp --tmpdir=$(gb_TMPDIR) -t gbuild.XX

However, when -t is specified, cygwin mktemp uses environment variable TMPDIR,
if set, even though --tmpdir= is specified in the command line.

I think -t should be removed here. Without -t, --tmpdir= works even if
environment variable TMPDIR is set.

And the last but not the least point to be payed attention is that the
modification for generating mixed mode template should be applied to winmingw.mk
as well.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 116908] [buildbreaker] #include limits required by MARK_INVALID

2011-02-11 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116908





--- Additional comments from t...@openoffice.org Fri Feb 11 13:24:23 + 
2011 ---
@fs: In stlport ::std::numeric_limits is not defined in limits but in an
underlying header file and it is also included in some other headers.

So even though we are not specifying limits we have no problem when we are
lucky enough. In this case we do not have problems on platforms using stlport.
But as to stl specification, we should explicitly include limits if we use
::std::numeric_limits whether we are lucky or not.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 116908] #include limits required by MARK_INVALID

2011-02-10 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116908
 Issue #|116908
 Summary|#include limits required by MARK_INVALID
   Component|Word processor
 Version|DEV300m99
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|writerneedsconfirm
 Reported by|tono





--- Additional comments from t...@openoffice.org Thu Feb 10 12:00:35 + 
2011 ---
A macro MARK_INVALID is newly introduced in sw/source/core/undo/docundo.cxx with
cws undoapi since m99. It is defined in svl/inc/svl/undo.hxx, uses the template
::std::numeric_limits and requires the inclusion of limits.

It is breaking mingw build. I cannot identify where limits is included on
other platforms, but I think including limits explicitly in
svl/inc/svl/undo.hxx is simple and the best solution. The alternative may be
including limits in sw/source/core/undo/docundo.cxx.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2011-01-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Sun Jan 16 14:04:31 + 
2011 ---
@vg: The mingw buildbot completed the build. I will set this issue to fixed and
the cws mingwport33 to rfQA.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2011-01-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264





--- Additional comments from t...@openoffice.org Sun Jan 16 14:05:05 + 
2011 ---
@vg: Please verify now.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116265] gbuild does not accept WITH_LANG=ALL and alllangiso

2011-01-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116265





--- Additional comments from t...@openoffice.org Sun Jan 16 14:07:51 + 
2011 ---
@ause: The new patch works well with WITH_LANG=ALL but not with WITH_LANG=all
nor alllangiso=de.


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116265] gbuild does not accept WITH_LANG=ALL and alllangiso

2011-01-14 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116265





--- Additional comments from t...@openoffice.org Fri Jan 14 08:02:44 + 
2011 ---
@ause: I will test it. Sorry for my late reaction.
I took a brief look at into the patch. Obviously it does not accept specifying
alllangiso macro directly at build time. As we can get the same result by
specifying WITH_LANG it may make sense. Do you think it is the right behavior?

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116266] gbuild and precompiled headers

2011-01-13 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116266





--- Additional comments from t...@openoffice.org Thu Jan 13 13:48:33 + 
2011 ---
@Bejoern: Okay, just leave it as it is for the time being.

As long as MinGW is concerned, the use of pch improves performance more than 
ccache.
However, the feature is not well maintained and not a viable option with gcc
4.5.0 nor with 4.5.1. I got internal compiler errors in many modules. I hope the
feature got revived in gcc 4.5.2. It worked fine with gcc 4.3.2 and 4.4.0.

Some 10 files imply pch inclusion more than once. They have to be fixed as gcc
does not like second inclusion of the pch. And precompiled_sd.hxx is too large
for gcc-precompiled-header. Current source tree is buildable with these fix 
only.


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2011-01-12 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from t...@openoffice.org Wed Jan 12 11:59:45 + 
2011 ---
@vg: Sorry, the buildbot still seems to have problems. Please allow me a couple
of days to fix them.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2011-01-11 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75536)
Revised patch fixin
|  |g wrong assignment to libg
|  |cc variable






--- Additional comments from t...@openoffice.org Tue Jan 11 11:14:29 + 
2011 ---
Created an attachment (id=75536)
Revised patch fixing wrong assignment to libgcc variable


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2011-01-11 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264





--- Additional comments from t...@openoffice.org Tue Jan 11 11:27:36 + 
2011 ---
At lines #58 and #62 in newly introduced solenv/gbuild/platform/winmingw.mk, The
assignment to gb_STDLIBCPP should be to gb_MINGW_LIBGCC. This wrong assignment
will break the build with mingw gcc 3.4.x that does not have shared version of
libgcc. Although gcc version 3 is no longer supported, the MinGW buildbot is
still running with gcc 3.

I updated the patch and commit the fix in cws mingwport33.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2011-01-11 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264





--- Additional comments from t...@openoffice.org Tue Jan 11 11:35:46 + 
2011 ---
@Bjoern: Thank you for the comment. I am using ld linker directly at link time
but I do not think it is the best solution. I chose to do so just because gcc
frontend is buggy and failing to pass @response file to the linker. And without
@response file, the command line size easily exceeds the limitation on Windows
platform.

Without the limitation or the gcc bug, it is better not invoke ld linker
directly as it implies the manual specification of system libraries.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 103788] testtools: wrong protecte d inheritance

2011-01-10 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103788





--- Additional comments from t...@openoffice.org Mon Jan 10 14:01:23 + 
2011 ---
@sb: I should have used the word converting instead of casting. It is at
line #189 in osl/diagnose.hxx. The constructor is calling 
StaticObjectRegistry::get().registerObject( this ). The required argument type
is InheritingClassT and not DebugBaseInheritingClassT. 

-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 107473] [nonproduct] sal: osl::De bugBase uses static_cast in invalid way

2011-01-10 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107473





--- Additional comments from t...@openoffice.org Mon Jan 10 20:50:46 + 
2011 ---
*** Issue 103788 has been marked as a duplicate of this issue. ***

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 103788] testtools: wrong protecte d inheritance

2011-01-10 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103788


User tono changed the following:

What|Old value |New value

  Resolution|  |DUPLICATE

  Status|STARTED   |RESOLVED





--- Additional comments from t...@openoffice.org Mon Jan 10 20:50:46 + 
2011 ---
@sb:  I have found out the issue was fixed early last year with #i107473# and
cws sb119.

*** This issue has been marked as a duplicate of 107473 ***

-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113566] MinGW port fix: w32api-3. 14

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113566


User tono changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Sun Jan  9 00:55:17 + 
2011 ---
Fixed in cws mingwport33.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Sun Jan  9 00:55:49 + 
2011 ---
Fixed in cws mingwport33.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116329] MinGW port enhancement: c onfigurable libstdc++ name

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116329


User tono changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Sun Jan  9 00:56:23 + 
2011 ---
Fixed in cws mingwport33.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116356] MinGW port enhancement: w arning control

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116356


User tono changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Sun Jan  9 00:56:40 + 
2011 ---
Fixed in cws mingwport33.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 116357] sal: stop exporting excep tion class on MinGW

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116357


User tono changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Sun Jan  9 00:56:56 + 
2011 ---
Fixed in cws mingwport33.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113566] MinGW port fix: w32api-3. 14

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113566


User tono changed the following:

What|Old value |New value

 Assigned to|tono  |vg





--- Additional comments from t...@openoffice.org Sun Jan  9 01:00:59 + 
2011 ---
@vg: Please verify. Although the MinGW buildbot is not working well, I have
tested MinGW build locally. MSVC and un*x builds are confirmed on buildbots.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

 Assigned to|tono  |vg





--- Additional comments from t...@openoffice.org Sun Jan  9 01:05:22 + 
2011 ---
@vg: Please verify.
The fix includes some experimental part but is isolated from other platforms. As
the fix is crucial for MinGW build, I think it should be integrated soon. I
would like to get comment from Bjoern as well.

Although the MinGW buildbot is not working well, I have tested MinGW build
locally. MSVC and un*x builds are confirmed on buildbots.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116329] MinGW port enhancement: c onfigurable libstdc++ name

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116329


User tono changed the following:

What|Old value |New value

 Assigned to|tono  |vg





--- Additional comments from t...@openoffice.org Sun Jan  9 01:05:45 + 
2011 ---
@vg: Please verify. Although the MinGW buildbot is not working well, I have
tested MinGW build locally. MSVC and un*x builds are confirmed on buildbots.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116356] MinGW port enhancement: w arning control

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116356


User tono changed the following:

What|Old value |New value

 Assigned to|tono  |vg





--- Additional comments from t...@openoffice.org Sun Jan  9 01:06:06 + 
2011 ---
@vg: Please verify. Although the MinGW buildbot is not working well, I have
tested MinGW build locally. MSVC and un*x builds are confirmed on buildbots.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 116357] sal: stop exporting excep tion class on MinGW

2011-01-08 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116357


User tono changed the following:

What|Old value |New value

 Assigned to|tono  |vg





--- Additional comments from t...@openoffice.org Sun Jan  9 01:06:23 + 
2011 ---
@vg: Please verify. Although the MinGW buildbot is not working well, I have
tested MinGW build locally. MSVC and un*x builds are confirmed on buildbots.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 115689] ZIP$(TNR)TARGETNs are not set when no zip target

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115689


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Sat Jan  8 01:55:28 + 
2011 ---
The fix is already integrated.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111877] update nss libraries

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111877


User tono changed the following:

What|Old value |New value

  CC|'tono'|''





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 115599] cppuhelper: setDependentF astPropertyValueE should be specified with wil dcard

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115599


User tono changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from t...@openoffice.org Sat Jan  8 02:05:02 + 
2011 ---
The fix is already integrated.

-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116266] gbuild and precompiled he aders

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116266





--- Additional comments from t...@openoffice.org Sat Jan  8 02:17:03 + 
2011 ---
@b_michaelsen: Do you think it better to give up using precompiled headers with
gcc on wnt as well as un*x? Or are you suggesting using different class names?

To give a try to unsing precompiled headers with gcc (on wnt or on un*x) and use
the same class name sets as on windows MSVC platform, the suffix should be
supplied from platform dependent makefile.

Please take a look at i#116264 for the separate platform file for wnt platform
with gcc.


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116356] MinGW port enhancement: w arning control

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116356
 Issue #|116356
 Summary|MinGW port enhancement: warning control
   Component|tools
 Version|current
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|solenv
 Assigned to|tono
 Reported by|tono





--- Additional comments from t...@openoffice.org Sat Jan  8 03:36:43 + 
2011 ---
-Wno-uninitialized is for gcc 3.x.x. As gcc 3.x.x is no longer supported we can
remove it and get better warning messages.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116356] MinGW port enhancement: w arning control

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116356


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75501)
A patch removing -W
|  |no-uninitialized from wntg
|  |cci.mk






--- Additional comments from t...@openoffice.org Sat Jan  8 03:41:32 + 
2011 ---
Created an attachment (id=75501)
A patch removing -Wno-uninitialized from wntgcci.mk


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116356] MinGW port enhancement: w arning control

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116356


User tono changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.4





--- Additional comments from t...@openoffice.org Sat Jan  8 03:49:58 + 
2011 ---
Started in cws mingwport33.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 116357] sal: stop exporting excep tion class on MinGW

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116357
 Issue #|116357
 Summary|sal: stop exporting exception class on MinGW
   Component|porting
 Version|current
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|tono
 Reported by|tono





--- Additional comments from t...@openoffice.org Sat Jan  8 04:06:42 + 
2011 ---
sal/type.h contains MACRO definitions to make inlined exception class visible on
gcc platforms. MinGW does not needs it.

Moreover, after 4.5.x, MinGW gcc instanciate all inlined member functions in
visible classes. So we should stop exporting exception classes on MinGW.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 116357] sal: stop exporting excep tion class on MinGW

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116357


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75502)
A patch to disable 
|  |exporting exception class 
|  |on MinGW






--- Additional comments from t...@openoffice.org Sat Jan  8 04:08:25 + 
2011 ---
Created an attachment (id=75502)
A patch to disable exporting exception class on MinGW


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 116357] sal: stop exporting excep tion class on MinGW

2011-01-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116357


User tono changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.4





--- Additional comments from t...@openoffice.org Sat Jan  8 04:14:45 + 
2011 ---
Started in cws mingwport33.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116329] MinGW port enhancement: c onfigurable libstdc++ name

2011-01-06 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116329


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75480)
A patch set for the
|  | issue






--- Additional comments from t...@openoffice.org Thu Jan  6 12:47:12 + 
2011 ---
Created an attachment (id=75480)
A patch set for the issue


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116329] MinGW port enhancement: c onfigurable libstdc++ name

2011-01-06 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116329


User tono changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.4

 Version|DEV300m96 |current





--- Additional comments from t...@openoffice.org Thu Jan  6 12:48:27 + 
2011 ---
Started in cws mingwport33.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116329] MinGW port enhancement: c onfigurable libstdc++ name

2011-01-06 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116329
 Issue #|116329
 Summary|MinGW port enhancement: configurable libstdc++ name
   Component|tools
 Version|DEV300m96
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|configure
 Assigned to|tono
 Reported by|tono





--- Additional comments from t...@openoffice.org Thu Jan  6 12:46:00 + 
2011 ---
MinGW gcc 4.x.x requires the use of shared dll version of libgcc and libstdc++
for proper exception handling but the import library name for shared libstdc++
differs in versions. This patch makes the name of shared libstdc++ configurable.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113566] MinGW port fix: w32api-3. 14

2011-01-05 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113566


User tono changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.4





--- Additional comments from t...@openoffice.org Wed Jan  5 14:01:14 + 
2011 ---
Started in cws mingwport33.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264
 Issue #|116264
 Summary|gbuild for MinGW
   Component|tools
 Version|DEV300m96
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|solenv
 Assigned to|tono
 Reported by|tono





--- Additional comments from t...@openoffice.org Thu Dec 30 14:57:03 + 
2010 ---
Initial fix to modify GNU make build for MinGW port.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75448)
Patch set to modify
|  | gbuild for MinGW






--- Additional comments from t...@openoffice.org Thu Dec 30 14:58:57 + 
2010 ---
Created an attachment (id=75448)
Patch set to modify gbuild for MinGW


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75449)
Patch to generate g
|  |build/paltform/winmingw.mk
|  |






--- Additional comments from t...@openoffice.org Thu Dec 30 15:01:51 + 
2010 ---
Created an attachment (id=75449)
Patch to generate gbuild/paltform/winmingw.mk


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

  CC|''|'vg'

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.4





--- Additional comments from t...@openoffice.org Thu Dec 30 15:03:30 + 
2010 ---
Started in cws mingwport33.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75450)
Patch set to modify
|  | gbuild for MinGW (updated
|  |)






--- Additional comments from t...@openoffice.org Thu Dec 30 15:11:19 + 
2010 ---
Created an attachment (id=75450)
Patch set to modify gbuild for MinGW (updated)


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75451)
Patch to generate g
|  |build/paltform/winmingw.mk
|  | (updated)






--- Additional comments from t...@openoffice.org Thu Dec 30 15:13:08 + 
2010 ---
Created an attachment (id=75451)
Patch to generate gbuild/paltform/winmingw.mk (updated)


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116264] gbuild for MinGW

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116264





--- Additional comments from t...@openoffice.org Thu Dec 30 15:15:28 + 
2010 ---
I have updated the patches as I uploaded all the same two files and it included
some patches which should be separated from this issue.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116265] gbuild does not accept WI TH_LANG=ALL and alllangiso

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116265
 Issue #|116265
 Summary|gbuild does not accept WITH_LANG=ALL and alllangiso
   Component|tools
 Version|DEV300m96
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|solenv
 Assigned to|hjs
 Reported by|tono





--- Additional comments from t...@openoffice.org Thu Dec 30 15:18:42 + 
2010 ---
Old build system accepts WITH_LANG=ALL environment and alllangiso macro but
gbuild does not.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116265] gbuild does not accept WI TH_LANG=ALL and alllangiso

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116265


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75452)
Patch set to modify
|  | gbuild to accept WITH_LAN
|  |G=ALL






--- Additional comments from t...@openoffice.org Thu Dec 30 15:20:48 + 
2010 ---
Created an attachment (id=75452)
Patch set to modify gbuild to accept WITH_LANG=ALL


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116266] gbuild and precompiled he aders

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116266
 Issue #|116266
 Summary|gbuild and precompiled headers
   Component|tools
 Version|DEV300m96
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|dmake
 Assigned to|hjs
 Reported by|tono





--- Additional comments from t...@openoffice.org Thu Dec 30 15:30:29 + 
2010 ---
gbuild is supporting precompiled headers for Microsoft Visual tools, not for
gcc. If gbuild is going to support precompiled headers for gcc in the future,
the extension (.pch) should be supplied by platform makefile as .gch is the
required extension for precompiled headers for gcc.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 116266] gbuild and precompiled he aders

2010-12-30 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116266


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75453)
Patch set to supply
|  | precompiled header extens
|  |ions from platform makefil
|  |e






--- Additional comments from t...@openoffice.org Thu Dec 30 15:32:51 + 
2010 ---
Created an attachment (id=75453)
Patch set to supply precompiled header extensions from platform makefile


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 115689] ZIP$(TNR)TARGETNs are not set when no zip target

2010-11-19 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115689
 Issue #|115689
 Summary|ZIP$(TNR)TARGETNs are not set when no zip target
   Component|tools
 Version|OOO330m4
Platform|PC
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|solenv
 Assigned to|hjs
 Reported by|tono





--- Additional comments from t...@openoffice.org Fri Nov 19 23:08:23 + 
2010 ---
Unlike APP$(TNR)TARGETNs, SHL$(TNR)TARGETNs, etc, ZIP$(TNR)TARGETNs are not set
when no zip target, especially when ALLDEP is the command-line target, because
they are set in _tg_zip.mk and not in settings.mk.

So when using ZIP$(TNR)TARGETNs in module makefiles, we should pay attention to
it may not be set even if ZIP$(TNR)TARGET has values, although ignoring it may
not cause problems in normal build.

In dictionaries/util/makefile.mk and reportbuilder/template/makefile.mk the
rules using ZIP$(TNR)TARGETNs are carefully included in conditionals, but in
some others they are not.

The problematic makefiles are:

afms/makefile.mk, extensions/source/macosx/spotlight/makefile.mk,
desktop/test/deployment/locationtest/makefile.mk,
desktop/test/deployment/update/updateinfocreation/build/makefile.mk,
sysui/desktop/macosx/makefile.mk, sdext/source/presenter/makefile.mk.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 115689] ZIP$(TNR)TARGETNs are not set when no zip target

2010-11-19 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115689


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75069)
Example patch for s
|  |dext/source/presenter/make
|  |file.mk






--- Additional comments from t...@openoffice.org Fri Nov 19 23:10:30 + 
2010 ---
Created an attachment (id=75069)
Example patch for sdext/source/presenter/makefile.mk


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 115599] cppuhelper: setDependentF astPropertyValueE should be specified with wil dcard

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115599
 Issue #|115599
 Summary|cppuhelper: setDependentFastPropertyValueE should be s
|pecified with wildcard
   Component|udk
 Version|DEV300m93
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|vg
 Reported by|tono





--- Additional comments from t...@openoffice.org Mon Nov 15 21:04:53 + 
2010 ---
In the versionmap file cppuhelper/source/gcc3.map, the function
cppu::OPropertySetHelper::setDependentFastPropertyValue(sal_Int32,
com::sun::star::uno::Any const) is introduced in milestone DEV300_m93.

The entry had been specified for sal_Int32=long case and RE added another entry
for sal_Int32=int case.

Wildcard should be used for such an entry to keep consistency and current MinGW
port fails on non-existing entry in a versionmap.

-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 115599] cppuhelper: setDependentF astPropertyValueE should be specified with wil dcard

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115599


User tono changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 115599] cppuhelper: setDependentF astPropertyValueE should be specified with wil dcard

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115599


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75012)
Patch fro the versi
|  |onmap






--- Additional comments from t...@openoffice.org Mon Nov 15 21:12:55 + 
2010 ---
Created an attachment (id=75012)
Patch fro the versionmap


-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[udk-issues] [Issue 115599] cppuhelper: setDependentF astPropertyValueE should be specified with wil dcard

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115599





--- Additional comments from t...@openoffice.org Mon Nov 15 21:22:25 + 
2010 ---
@vg: The test for the patch is running on the bot. Please see the logs.

-
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 113912] solenv: build.pl fails wh en html log directory does not exist

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113912


User tono changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from t...@openoffice.org Mon Nov 15 21:26:29 + 
2010 ---
.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111379] sfx2/inc/sfx2/sfxbasemode l.hxx contains exception throwing

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111379





--- Additional comments from t...@openoffice.org Mon Nov 15 21:27:36 + 
2010 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111380] possible typo in svtools/ source/filter.vcl/wmf/winmtf.cxx

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111380


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Mon Nov 15 21:27:54 + 
2010 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 112678] DEV300_m84 MinGW mythes b uild failure

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112678


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Mon Nov 15 21:30:04 + 
2010 ---
.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 112734] MinGW port fix: sfx2

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112734


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Mon Nov 15 21:30:28 + 
2010 ---
.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112777] DEV300_m84 MinGW basic/so urce/runtime/wnt-mingw.s build failure

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112777


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Mon Nov 15 21:30:58 + 
2010 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113211] sal: code passing user de fined object to format

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113211


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Mon Nov 15 21:31:35 + 
2010 ---
.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113565] MinGW port fix: graphite0 3

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113565


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Mon Nov 15 21:32:31 + 
2010 ---
.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113570] crashrep: code passing u ser defined object to format

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113570


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Mon Nov 15 21:32:50 + 
2010 ---
.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111379] sfx2/inc/sfx2/sfxbasemode l.hxx contains exception throwing

2010-11-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111379


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Mon Nov 15 21:33:36 + 
2010 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113566] MinGW port fix: w32api-3. 14

2010-11-09 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113566





--- Additional comments from t...@openoffice.org Tue Nov  9 12:41:50 + 
2010 ---
As it is just a small fix, I am planning to fix it with some other mingw port
enhancement. I will set the target as soon as it is decided.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113211] sal: code passing user de fined object to format

2010-09-17 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113211


User tono changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|DUPLICATE |





--- Additional comments from t...@openoffice.org Fri Sep 17 23:56:20 + 
2010 ---
sal/systools/win32/kill/kill.cxx is still not attended.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113211] sal: code passing user de fined object to format

2010-09-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113211





--- Additional comments from t...@openoffice.org Thu Sep 16 10:24:03 + 
2010 ---
The fix has been done in signal.cxx and integrated with i#113687 and cws fwk156.


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 113912] solenv: build.pl fails wh en html log directory does not exist

2010-08-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113912
 Issue #|113912
 Summary|solenv: build.pl fails when html log directory does no
|t exist
   Component|tools
 Version|OOO330m4
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|vg
 Reported by|tono





--- Additional comments from t...@openoffice.org Mon Aug 16 13:26:49 + 
2010 ---
On Windows, Cwd::realpath succeeds with existing directory only and will fail at
line#237 of solenv/bin/build.pl in OOO330_m4 in case --html is specified,
--htmlpath is not specified and the log directory does not exist.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 113912] solenv: build.pl fails wh en html log directory does not exist

2010-08-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113912


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |71128)
Patch for build.pl






--- Additional comments from t...@openoffice.org Mon Aug 16 13:27:55 + 
2010 ---
Created an attachment (id=71128)
Patch for build.pl


-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113565] MinGW port fix: graphite0 3

2010-08-07 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113565





--- Additional comments from t...@openoffice.org Sun Aug  8 04:54:42 + 
2010 ---
@hdu: Although pl has already changed the issue status, I can confirm it is
verified as the build of cws graphite04 is completed on MinGW buildbot.

I have also removed the task id of this issue from cws mingwport32 where I had
intended to handle it.

BTW, I wonder why the integrated milestone is still blank for graphte03 while
its status is finished.


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113565] MinGW port fix: graphite0 3

2010-08-01 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113565
 Issue #|113565
 Summary|MinGW port fix: graphite03
   Component|porting
 Version|OOO330m1
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|tono
 Reported by|tono





--- Additional comments from t...@openoffice.org Sun Aug  1 06:34:41 + 
2010 ---
The CWS graphite03 was integrated in OOO330_m2 and will be integrated in
DEV300_m86. As one fix in MinGW specific patch set is integrated in common patch
file, MinGW patch file needs cleanup.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113565] MinGW port fix: graphite0 3

2010-08-01 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113565


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70908)
Patch for graphite






--- Additional comments from t...@openoffice.org Sun Aug  1 06:36:08 + 
2010 ---
Created an attachment (id=70908)
Patch for graphite


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113565] MinGW port fix: graphite0 3

2010-08-01 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113565


User tono changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.3





--- Additional comments from t...@openoffice.org Sun Aug  1 06:38:15 + 
2010 ---
.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113566] MinGW port fix: w32api-3. 14

2010-08-01 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113566


User tono changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.3





--- Additional comments from t...@openoffice.org Sun Aug  1 06:45:29 + 
2010 ---
.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113566] MinGW port fix: w32api-3. 14

2010-08-01 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113566
 Issue #|113566
 Summary|MinGW port fix: w32api-3.14
   Component|porting
 Version|OOO330m1
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|tono
 Reported by|tono





--- Additional comments from t...@openoffice.org Sun Aug  1 06:43:39 + 
2010 ---
sal/systools/win32/uwinapi/ResolveUnicows.cpp needs small fix for compilation
with MinGW tools w32api.3.14.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113566] MinGW port fix: w32api-3. 14

2010-08-01 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113566


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70909)
Patch for sal/systo
|  |ols/win32/uwinapi






--- Additional comments from t...@openoffice.org Sun Aug  1 06:44:54 + 
2010 ---
Created an attachment (id=70909)
Patch for sal/systools/win32/uwinapi


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113570] crashrep: code passing u ser defined object to format

2010-08-01 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113570
 Issue #|113570
 Summary|crashrep:  code passing user defined object to format
   Component|porting
 Version|DEV300m84
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|tono





--- Additional comments from t...@openoffice.org Sun Aug  1 09:28:38 + 
2010 ---
Like codes in i#113211, I found a code passing a user defined object to printf
family function with format string.

@sb: Can you take care of this as well?

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113570] crashrep: code passing u ser defined object to format

2010-08-01 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113570


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70912)
patch for crahrep






--- Additional comments from t...@openoffice.org Sun Aug  1 09:29:35 + 
2010 ---
Created an attachment (id=70912)
patch for crahrep


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[api-issues] [Issue 113227] odk: unowinreg.dll build fails

2010-07-19 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113227





--- Additional comments from t...@openoffice.org Mon Jul 19 12:44:57 + 
2010 ---
libmingw32.a(main.o) is the housekeeping module for Windows application(.exe).
It is not needed for shared dll and seems to be erroneously included.

If -shared nor -mdll is not specified, the startup module refers the symbol
main and the module will be included if main is not defined in user code,
that is not console application.

As -shared is specified, the error may be caused mainis refered somewhere 
else.

It may be informative to generate linker map using -Wl,Map=.


-
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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113211] sal: code passing user de fined object to format

2010-07-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113211
 Issue #|113211
 Summary|sal: code passing user defined object to format
   Component|porting
 Version|DEV300m84
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|tono





--- Additional comments from t...@openoffice.org Sat Jul 17 02:15:50 + 
2010 ---
In sal, two Windows codes are passing user defined object as a parameter for the
variable argument in a format family function. These cause warnings or errors on
gcc depending on the version. Although Microsoft compiler does not complain,
these are ambiguous and may not work as intended.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 113211] sal: code passing user de fined object to format

2010-07-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113211


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70671)
A patch set to reme
|  |dy the issue.






--- Additional comments from t...@openoffice.org Sat Jul 17 02:17:06 + 
2010 ---
Created an attachment (id=70671)
A patch set to remedy the issue.


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 112678] DEV300_m84 MinGW mythes b uild failure

2010-07-05 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112678


User tono changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Mon Jul  5 12:20:25 + 
2010 ---
Fixed in cws mingwport31.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 112734] MinGW port fix: sfx2

2010-07-05 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112734


User tono changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Mon Jul  5 12:20:48 + 
2010 ---
Fixed in cws mingwport31.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112777] DEV300_m84 MinGW basic/so urce/runtime/wnt-mingw.s build failure

2010-07-05 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112777





--- Additional comments from t...@openoffice.org Mon Jul  5 12:21:53 + 
2010 ---
Fixed in cws mingwport31.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112777] DEV300_m84 MinGW basic/so urce/runtime/wnt-mingw.s build failure

2010-07-05 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112777


User tono changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from t...@openoffice.org Mon Jul  5 12:22:38 + 
2010 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 112678] DEV300_m84 MinGW mythes b uild failure

2010-07-05 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112678


User tono changed the following:

What|Old value |New value

 Assigned to|tono  |vg





--- Additional comments from t...@openoffice.org Mon Jul  5 12:28:17 + 
2010 ---
@vg: Please verify.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 112734] MinGW port fix: sfx2

2010-07-05 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112734


User tono changed the following:

What|Old value |New value

 Assigned to|tono  |vg





--- Additional comments from t...@openoffice.org Mon Jul  5 12:28:37 + 
2010 ---
@vg: Please verify.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112777] DEV300_m84 MinGW basic/so urce/runtime/wnt-mingw.s build failure

2010-07-05 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112777


User tono changed the following:

What|Old value |New value

 Assigned to|tono  |vg





--- Additional comments from t...@openoffice.org Mon Jul  5 12:28:54 + 
2010 ---
@vg: Please verify.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111958] MinGW port enhancement: r untime-pseude-reloc-v2

2010-07-04 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111958


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Sun Jul  4 13:37:54 + 
2010 ---
Closing.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 112159] MinGW port: libxmlsec 1.2 .14, libxml2 2.7.6, libxslt 1.1.26

2010-07-04 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112159


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Sun Jul  4 13:38:07 + 
2010 ---
Closing.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111382] mingw port for hunspell 1 .2.9

2010-07-04 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111382





--- Additional comments from t...@openoffice.org Sun Jul  4 13:37:14 + 
2010 ---
Closing.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111956] MinGW port fix: dependenc y to shared library

2010-07-04 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111956


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Sun Jul  4 13:37:38 + 
2010 ---
Closing.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 111382] mingw port for hunspell 1 .2.9

2010-07-04 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111382


User tono changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Sun Jul  4 13:38:48 + 
2010 ---
.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



  1   2   3   4   5   6   7   8   9   10   >