https://bugs.freedesktop.org/show_bug.cgi?id=71000

          Priority: medium
            Bug ID: 71000
          Assignee: [email protected]
           Summary: Other: Solaris 11.1 i386: "no bridge selected for
                    build" during make-time
          Severity: normal
    Classification: Unclassified
                OS: other
          Reporter: [email protected]
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.1.1.2 release
         Component: Installation
           Product: LibreOffice

Problem description: 

For the detected OS and CPU of SOLARISI the bridge detection is broken as
SOLARISI must be moved in the intel block:

diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index f7153c3..2fb8739 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -72,6 +72,10 @@ bridges_SELECTED_BRIDGE := mingw_intel
 bridge_asm_objects := call
 bridge_noopt_objects := uno2cpp
 bridge_exception_objects := callvirtualmethod cpp2uno dllinit except
smallstruct
+else ifeq ($(OS)$(CPU),SOLARISI)
+bridges_SELECTED_BRIDGE := gcc3_solaris_intel
+bridge_exception_objects := cpp2uno except uno2cpp
+
 endif

 else ifeq ($(OS)$(CPU),LINUX6)
@@ -134,11 +138,6 @@ bridge_noopt_objects := except
 bridge_asm_objects := call
 endif

-else ifeq ($(OS)$(CPU),SOLARISI)
-
-bridges_SELECTED_BRIDGE := gcc3_solaris_intel
-bridge_exception_objects := cpp2uno except uno2cpp
-
 else ifeq ($(OS)$(CPU),SOLARISS)

 bridges_SELECTED_BRIDGE := gcc3_solaris_sparc

Operating System: other
Version: 4.1.1.2 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to