[Bug 262008] editors/libreoffice failed to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 04 Mar 2022 13:15:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008

--- Comment #39 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Tomoaki AOKI from comment #32)

Tried building on src main at git 66b86c8a7604 (a bit old though, but known to
me as problematic) with commit c00d34566536 manually reverted successfully.
Installed and starts fine.

unwind.h seems to be included on
{WRKSRC}/bridges/source/cpp_uno/gcc3_[linux_intel|linux_arm|ios|linux_x86-64|linux_aarch64]/share.hxx
unconditionally (a), so differences on

 before problematic commit              : /usr/include/c++/v1/unwind.h
 after and including problematic commit : /usr/include/unwind.h

would be causing this build issue. Basically, editors/libreoffice should be
fixed to adapt with both. (Conditional extra-patch checking the existence of
/usr/include/unwind.h?)


(a) Checked by `grep -r -n unwind.h /usr/ports/editors/libreoffice/work/ |
fgrep #include` after `make extract`, then look into files listed.

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