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
Stephan Bergmann committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=94b2fe9b00c28e12bbd98ade8c5a31179c290da0 fdo#71000: Fix SOLARIS-INTEL case The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
sorry this slipped through and took so long