[framework-issues] [Issue 103205] install extension fails w ith gcc4.4

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





--- Additional comments from c...@openoffice.org Sat Jul  4 08:05:09 + 
2009 ---
The difference apparently FWIW is that x86 default OOo optimization of -Os
worked while -O2 failed, right ?

-
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 103205] install extension fails w ith gcc4.4

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





--- Additional comments from andy...@openoffice.org Sat Jul  4 10:23:30 
+ 2009 ---
These are our default flags that failed for both architectures:

CFLAGS=-march=x86-64 -mtune=native -O2 -pipe
CFLAGS=-march=i686 -mtune=native -O2 -pipe

So far I rebuild x86_64 with -Os that made it work. It will probably also fix it
for i686.

I could also leave out any -Ox settings. What's the default optimization for
each architecture set by OOo?

-
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 103205] install extension fails w ith gcc4.4

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





--- Additional comments from andy...@openoffice.org Sat Jul  4 12:25:08 
+ 2009 ---

unset CFLAGS
unset CXXFLAGS

tried another x86_64 build. it seems enough to unset our cflags. maybe in OOo is
not every part compiled with -O2 or our -mtune=generic breaks some stuff.


-
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 103205] install extension fails w ith gcc4.4

2009-07-03 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103205





--- Additional comments from s...@openoffice.org Fri Jul  3 11:21:55 + 
2009 ---
@andyrtr: XProtocolProperties are used very early when establishing a remote UNO
(URP) bridge to some other process (and installing an extension involves such a
second process, a uno executable started from the soffice executable), so the
error message, while talking about XProtocolProperties, might be somewhat
misleading and the cause of the problem might be deeper.  (And, indeed, the
attached types.rdb dump contains type information for XProtocolProperties.)

It looks like your GCC version causes the URP bridge to fail.  The relevant code
is in bridges/source/remote/urp/ (and XProtocolProperties only appears in
urp_propertyobject.cxx), so I think there is no help but starting to debug/poke
around there.

-
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 103205] install extension fails w ith gcc4.4

2009-07-03 Thread andyrtr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103205





--- Additional comments from andy...@openoffice.org Fri Jul  3 20:02:08 
+ 2009 ---
found a way to make extension installation work again: lower compiler 
optmization.

#   export ARCH_FLAGS=$CFLAGS
unset CFLAGS
unset CXXFLAGS
export ARCH_FLAGS=-march=x86-64 -Os
export CFLAGS=$ARCH_FLAGS
export CXXFLAGS=$ARCH_FLAGS

that made it work again. now please fix either OOo code or file it upstream as
gcc bug.

thanks caolan for help.

-
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 103205] install extension fails w ith gcc4.4

2009-07-02 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103205





--- Additional comments from s...@openoffice.org Thu Jul  2 11:11:08 + 
2009 ---
(Btw, I had no problem doing unopkg add sun-presenter-screen.oxt in a
setsolar-based GCC 4.4 DEV300m51 unxlngi6.pro OOo, with sun-presenter-screen.oxt
downloaded from
http://extensions.services.openoffice.org/project/presenter-screen.)

-
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 103205] install extension fails w ith gcc4.4

2009-07-02 Thread andyrtr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103205





--- Additional comments from andy...@openoffice.org Thu Jul  2 16:29:24 
+ 2009 ---
Created an attachment (id=63331)
XProtocolProperties


-
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 103205] install extension fails w ith gcc4.4

2009-07-02 Thread andyrtr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103205





--- Additional comments from andy...@openoffice.org Thu Jul  2 16:38:27 
+ 2009 ---
added ./regview /opt/openoffice/basis-link/ure-link/share/misc/types.rdb 
/tmp/XProtocolProperties

hope that helps. ok, some more information: I'm the ArchLinux package
maintainer. We build with gcc4.4 snapshot 4.4-20090526. For stlport settings we 
use:

if [ $CARCH = x86_64 ]; then
  EXTRAOPTS=--without-stlport
 else EXTRAOPTS=--with-stlport
fi

Both architectures are now affected. This worked fine until we recently updated
to gcc4.4 and new glibc 2.10.1. The error comes up with both, the extensions
from http://extensions.services.openoffice.org/ and those we ship compiled in
our package.

anything more I can do?

-
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 103205] install extension fails w ith gcc4.4

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


User jl changed the following:

What|Old value |New value

  CC|'ht990332,jl,jsk' |'ht990332,jl,jsk,sb'





--- Additional comments from j...@openoffice.org Wed Jul  1 06:25:00 + 
2009 ---
The error indicates that the interface could not be found, which should be
contained in 
/URE/misc/types.rdb. This could be checked with regview:

cd .../URE/bin
regview  fullpath_to_types.rdb /UCR/com/sun/star/bridge/XProtocolProperties

However, I suppose there is another problem. Maybe there is a problem that the
extension cannot find some libraries which they depend on. A good candidate is
the C, C++ runtime. You could check at runtime if the components of the
extensions find all their needed libs. LD_DEBUG could help.

Adding SB on CC

-
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 103205] install extension fails w ith gcc4.4

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





--- Additional comments from s...@openoffice.org Wed Jul  1 11:22:33 + 
2009 ---
@andyrtr:  The extensions that fail to install are the generic (Linux, 32bit)
instances of those extensions, not instances built with the GCC 4.4 toolchain
you build OOo itself with, right?  In that case, the OOo you build appears to be
ABI incompatible with the generic OOo.  One reason for that could be GCC 4.4
code generation, another reason could be nonstandard compiler switches you use,
a third reason could be an incompatibility in libstdc++ or libgcc_s as shipped
with GCC 4.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...@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 103205] install extension fails w ith gcc4.4

2009-06-30 Thread andyrtr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103205
 Issue #|103205
 Summary|install extension fails with gcc4.4
   Component|framework
 Version|DEV300m50
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|andyrtr





--- Additional comments from andy...@openoffice.org Tue Jun 30 06:06:40 
+ 2009 ---
Installing some extensions (presenter console, gdocs and more) fail in ArchLinux
since we moved to gcc4.4 with such a message:

Error
(com.sun.uno.RuntimeException) { { Message = URP-Bridge: disposed(tid=24) No
typedescription can be retrieved for type
com.sun.star.bridge.XProtocolProperties, Context =
(com.sun.star.uno.XInterface) @0 } }

see http://bugs.archlinux.org/task/15290 and 
http://lists.freedesktop.org/archives/ooo-build/2009-June/78.html

All OOo versions: m11, m14 and m50 are affected.

my guess is are these warnings:

In file included from
/tmp/openoffice-base-beta/trunk/src/OOO310_m14/solver/310/unxlngi6.pro/inc/com/sun/star/uno/genfunc.hxx:34,
 from
/tmp/openoffice-base-beta/trunk/src/OOO310_m14/solver/310/unxlngi6.pro/inc/com/sun/star/uno/Reference.hxx:38,
 from 
../../../unxlngi6.pro/inc/com/sun/star/uno/Exception.hpp:9,
 from
../../../unxlngi6.pro/inc/com/sun/star/uno/RuntimeException.hpp:8,
 from 
../../../unxlngi6.pro/inc/com/sun/star/uno/XInterface.hpp:8,
 from
/tmp/openoffice-base-beta/trunk/src/OOO310_m14/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx:42:
/tmp/openoffice-base-beta/trunk/src/OOO310_m14/solver/310/unxlngi6.pro/inc/com/sun/star/uno/Any.hxx:
In function 'sal_Bool com::sun::star::uno::operator=(const
com::sun::star::uno::Any, sal_Int16)':
/tmp/openoffice-base-beta/trunk/src/OOO310_m14/solver/310/unxlngi6.pro/inc/com/sun/star/uno/Any.hxx:299:
warning: dereferencing type-punned pointer will break strict-aliasing rules
/tmp/openoffice-base-beta/trunk/src/OOO310_m14/solver/310/unxlngi6.pro/inc/com/sun/star/uno/Any.hxx:
In function 'sal_Bool com::sun::star::uno::operator=(const
com::sun::star::uno::Any, sal_uInt16)':
/tmp/openoffice-base-beta/trunk/src/OOO310_m14/solver/310/unxlngi6.pro/inc/com/sun/star/uno/Any.hxx:315:
warning: dereferencing type-punned pointer will break strict-aliasing rules

-
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 103205] install extension fails w ith gcc4.4

2009-06-30 Thread ht990332
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103205


User ht990332 changed the following:

What|Old value |New value

  CC|''|'ht990332'





-
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 103205] install extension fails w ith gcc4.4

2009-06-30 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103205


User of changed the following:

What|Old value |New value

  CC|'ht990332'|'ht990332,jl,jsk'





--- Additional comments from o...@openoffice.org Tue Jun 30 15:25:58 + 
2009 ---
@ jl: Any idea on this?

-
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