[util-issues] [Issue 82985] WaE on 64bit Linux: unotoo ls

2007-12-17 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82985


User ab changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Dec 17 13:00:49 + 
2007 ---
Verified in source code


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[util-issues] [Issue 82985] WaE on 64bit Linux: unotoo ls

2007-12-13 Thread tkr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82985


User tkr changed the following:

What|Old value |New value

 Assigned to|tkr   |ab





--- Additional comments from [EMAIL PROTECTED] Thu Dec 13 09:01:29 + 
2007 ---
TKR -> AB: 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[util-issues] [Issue 82985] WaE on 64bit Linux: unotoo ls

2007-12-07 Thread tkr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82985


User tkr changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Dec  7 11:25:22 + 
2007 ---
patch applied in tkr08

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[util-issues] [Issue 82985] WaE on 64bit Linux: unotoo ls

2007-10-26 Thread tkr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82985


User tkr changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Oct 26 07:54:48 + 
2007 ---
okay

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[util-issues] [Issue 82985] WaE on 64bit Linux: unotoo ls

2007-10-26 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82985


User kso changed the following:

What|Old value |New value

 Assigned to|kso   |tkr

Target milestone|---   |OOo 2.4





--- Additional comments from [EMAIL PROTECTED] Fri Oct 26 07:45:54 + 
2007 ---
Tobias, this one is for you. Please take over. Target is 2.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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[util-issues] [Issue 82985] WaE on 64bit Linux: unotoo ls

2007-10-25 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82985
 Issue #|82985
 Summary|WaE on 64bit Linux: unotools
   Component|utilities
 Version|680m234
Platform|Opteron/x86_64
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|kso
 Reported by|pjanik





--- Additional comments from [EMAIL PROTECTED] Thu Oct 25 19:16:29 + 
2007 ---
Hi,

on 64bit Linux:

/home/oo/BuildDir/ooo_SRC680_m234_src/unotools/source/ucbhelper/ucblockbytes.cxx:
 In member 
function 'virtual ErrCode utl::UcbLockBytes::ReadAt(ULONG, void*, ULONG, 
ULONG*) const':
/home/oo/BuildDir/ooo_SRC680_m234_src/unotools/source/ucbhelper/ucblockbytes.cxx:1542:
 
warning: comparison between signed and unsigned integer expressions

The fix is simple:

diff -ur ooo_SRC680_m233_src.orig/unotools/source/ucbhelper/ucblockbytes.cxx 
ooo_SRC680_m233_src/unotools/source/ucbhelper/ucblockbytes.cxx
--- ooo_SRC680_m233_src.orig/unotools/source/ucbhelper/ucblockbytes.cxx
2007-10-13 11:42:33.0 +0200
+++ ooo_SRC680_m233_src/unotools/source/ucbhelper/ucblockbytes.cxx
2007-10-13 11:44:01.0 +0200
@@ -1538,7 +1538,7 @@
{
if ( !m_bTerminated && !IsSynchronMode() )
{
-sal_Int64 nLen = xSeekable->getLength();
+sal_uInt64 nLen = xSeekable->getLength();
if ( nPos + nCount > nLen )
return ERRCODE_IO_PENDING;
}

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]