[Bug 264514] editors/libreoffice fails to build: unwind.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jun 2022 03:53:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264514 Bug ID: 264514 Summary: editors/libreoffice fails to build: unwind.h Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: mi@ALDAN.algebra.com Flags: maintainer-feedback?(office@FreeBSD.org) Assignee: office@FreeBSD.org Trying to build on 13.1-STABLE/amd64. Looks very similar to Bug 262008, but that one's declared fixed... ... In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx:38: In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:30: In file included from /opt/include/unwind.h:5: /usr/include/unwind.h:40:3: error: redefinition of enumerator '_URC_HANDLER_FOUND' _URC_HANDLER_FOUND = 6, ^ /usr/include/c++/v1/unwind-itanium.h:49:5: note: previous definition is here _URC_HANDLER_FOUND = 6, ^ In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx:38: In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:30: In file included from /opt/include/unwind.h:5: /usr/include/unwind.h:41:3: error: redefinition of enumerator '_URC_INSTALL_CONTEXT' _URC_INSTALL_CONTEXT = 7, ^ /usr/include/c++/v1/unwind-itanium.h:50:5: note: previous definition is here _URC_INSTALL_CONTEXT = 7, ^ In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx:38: In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:30: In file included from /opt/include/unwind.h:5: /usr/include/unwind.h:42:3: error: redefinition of enumerator '_URC_CONTINUE_UNWIND' _URC_CONTINUE_UNWIND = 8, ^ /usr/include/c++/v1/unwind-itanium.h:51:5: note: previous definition is here _URC_CONTINUE_UNWIND = 8 ^ In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx:38: In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:30: In file included from /opt/include/unwind.h:5: /usr/include/unwind.h:46:3: error: typedef redefinition with different types ('enum _Unwind_Reason_Code' vs 'enum _Unwind_Reason_Code') } _Unwind_Reason_Code; ^ /usr/include/c++/v1/unwind-itanium.h:53:1: note: previous definition is here _Unwind_Reason_Code; ^ In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx:38: In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:30: In file included from /opt/include/unwind.h:5: /usr/include/unwind.h:49:3: error: expected identifier _UA_SEARCH_PHASE = 1, ^ /usr/include/c++/v1/unwind-itanium.h:57:26: note: expanded from macro '_UA_SEARCH_PHASE' #define _UA_SEARCH_PHASE 1 ^ In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx:38: In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:30: In file included from /opt/include/unwind.h:5: /usr/include/unwind.h:50:3: error: expected identifier _UA_CLEANUP_PHASE = 2, ... The options-file is: # Options for libreoffice-7.3.3.2_3 _OPTIONS_READ=libreoffice-7.3.3.2_3 _FILE_COMPLETE_OPTIONS_LIST=COINMP CUPS DOCS GNOME GTK3 GTK4 JAVA KF5 LTO MARIADB MMEDIA PDFIUM PGSQL QT5 SDK TEST WEBDAV OPTIONS_FILE_UNSET+=COINMP OPTIONS_FILE_SET+=CUPS OPTIONS_FILE_UNSET+=DOCS OPTIONS_FILE_SET+=GNOME OPTIONS_FILE_SET+=GTK3 OPTIONS_FILE_UNSET+=GTK4 OPTIONS_FILE_UNSET+=JAVA OPTIONS_FILE_UNSET+=KF5 OPTIONS_FILE_SET+=LTO OPTIONS_FILE_UNSET+=MARIADB OPTIONS_FILE_SET+=MMEDIA OPTIONS_FILE_SET+=PDFIUM OPTIONS_FILE_UNSET+=PGSQL OPTIONS_FILE_UNSET+=QT5 OPTIONS_FILE_UNSET+=SDK OPTIONS_FILE_UNSET+=TEST OPTIONS_FILE_SET+=WEBDAV -- You are receiving this mail because: You are the assignee for the bug.