Date: Tue, 07 Jun 2022 03:53:47 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 264514] editors/libreoffice fails to build: unwind.h Message-ID: <bug-264514-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264514 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/sourc= e/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/sourc= e/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 =3D 6, ^ /usr/include/c++/v1/unwind-itanium.h:49:5: note: previous definition is here _URC_HANDLER_FOUND =3D 6, ^ In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/sourc= e/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/sourc= e/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 =3D 7, ^ /usr/include/c++/v1/unwind-itanium.h:50:5: note: previous definition is here _URC_INSTALL_CONTEXT =3D 7, ^ In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/sourc= e/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/sourc= e/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 =3D 8, ^ /usr/include/c++/v1/unwind-itanium.h:51:5: note: previous definition is here _URC_CONTINUE_UNWIND =3D 8 ^ In file included from /spare/usr/ports/editors/libreoffice/work/libreoffice-7.3.3.2/bridges/sourc= e/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/sourc= e/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/sourc= e/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/sourc= e/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 =3D 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/sourc= e/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/sourc= e/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 =3D 2, ... The options-file is: # Options for libreoffice-7.3.3.2_3 _OPTIONS_READ=3Dlibreoffice-7.3.3.2_3 _FILE_COMPLETE_OPTIONS_LIST=3DCOINMP CUPS DOCS GNOME GTK3 GTK4 JAVA KF5 LTO MARIADB MMEDIA PDFIUM PGSQL QT5 SDK TEST WEBDAV OPTIONS_FILE_UNSET+=3DCOINMP OPTIONS_FILE_SET+=3DCUPS OPTIONS_FILE_UNSET+=3DDOCS OPTIONS_FILE_SET+=3DGNOME OPTIONS_FILE_SET+=3DGTK3 OPTIONS_FILE_UNSET+=3DGTK4 OPTIONS_FILE_UNSET+=3DJAVA OPTIONS_FILE_UNSET+=3DKF5 OPTIONS_FILE_SET+=3DLTO OPTIONS_FILE_UNSET+=3DMARIADB OPTIONS_FILE_SET+=3DMMEDIA OPTIONS_FILE_SET+=3DPDFIUM OPTIONS_FILE_UNSET+=3DPGSQL OPTIONS_FILE_UNSET+=3DQT5 OPTIONS_FILE_UNSET+=3DSDK OPTIONS_FILE_UNSET+=3DTEST OPTIONS_FILE_SET+=3DWEBDAV --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264514-7788>