You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/04/21 16:16:23 UTC

[Issue 126256] New: shell requites Orbit-2.0 (corba) but global configure does not check for its presence

https://bz.apache.org/ooo/show_bug.cgi?id=126256

          Issue ID: 126256
        Issue Type: DEFECT
           Summary: shell requites Orbit-2.0 (corba) but global configure
                    does not check for its presence
           Product: Build Tools
           Version: 4.2.0-dev
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P5
         Component: configure
          Assignee: issues@openoffice.apache.org
          Reporter: hramrach@gmail.com

shell requites Orbit-2.0 (corba) but global configure does not check for its
presence.

This causes the build fail somewhere in the middle after configure has passed
already.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126256] shell requites Orbit-2.0 (corba) but global configure does not check for its presence

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126256

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |damjan@apache.org
         Resolution|---                         |OBSOLETE

--- Comment #3 from damjan@apache.org ---
This issue is irrelevant now, as we no longer need ORbit, and haven't needed it
since 2017:

-------
commit 6b1c0a07ced87c91d0adf8f59096a87e364647c0
Author: Damjan Jovanovic <da...@...>
Date:   Sat Oct 21 06:15:07 2017 +0000

    Don't require ORbit to compile. We never really needed it:
    GConf makes its own CORBA connection if it needs to, and
    the only reason we included orbit.h is to check whether
    the problematic version < 2.8 was present, as it deadlocks
    the GTK VCL plugin.

    But ORbit 2.8 was released in 2003, and GConf doesn't
    even use CORBA connections any more. So drop the check
    and stop needing ORBit altogether.

    Patch by: me
-------


Resolving obsolete. Thank you for your bug report.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126256] shell requites Orbit-2.0 (corba) but global configure does not check for its presence

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126256

Marcus <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126256] shell requites Orbit-2.0 (corba) but global configure does not check for its presence

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126256

--- Comment #2 from hramrach@gmail.com ---
openoffice $ git grep ORBit
main/shell/source/backends/gconfbe/gconfbackend.cxx:            // ORBit-2
versions < 2.8 cause a deadlock with the gtk+ VCL plugin
main/shell/source/backends/gconfbe/makefile.mk:PKGCONFIG_MODULES=gconf-2.0
gobject-2.0 ORBit-2.0 glib-2.0
main/ucb/source/ucp/gvfs/makefile.mk:PKGCONFIG_LIBS!:=-Wl,--export-dynamic
$(PKGCONFIG_LIBS:s/ -llinc//:s/ -lbonobo-activation//:s/ -lgconf-2//:s/
-lORBit-2//:s/ -lIDL-2//:s/ -lgmodule-2.0//:s/ -lgobject-2.0//:s/
-lgthread-2.0//)

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126256] shell requites Orbit-2.0 (corba) but global configure does not check for its presence

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126256

Kay <ks...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kschenk@apache.org

--- Comment #1 from Kay <ks...@apache.org> ---
(In reply to hramrach from comment #0)
> shell requites Orbit-2.0 (corba) but global configure does not check for its
> presence.
> 
> This causes the build fail somewhere in the middle after configure has
> passed already.

Thanks for this reminder. I seem to recall this problem also, and installed
ORBit-2 but forgot about reporting this. Do you happen to know which module
this applies to? And, we need to update requirements documentation. :(

-- 
You are receiving this mail because:
You are the assignee for the issue.