Summary: | editors/libreoffice: Fails to build: /opt/include/unwind.h:5: /usr/include/unwind.h:40:3: error: * | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Mikhail T. <freebsd-2024> |
Component: | Individual Port(s) | Assignee: | FreeBSD Office Team <office> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Only Me | CC: | arrowd, dbdg, tijl |
Priority: | --- | Keywords: | needs-qa |
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(office) |
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008 |
Description
Mikhail T.
2022-06-07 03:53:47 UTC
(In reply to Mikhail T. from comment #0) I assume /opt is your /usr/local? It's strange that the compiler includes /opt/include/unwind.h while it has already included /usr/include/c++/v1/unwind.h. Where is the latter coming from? In any case, you should not have both /usr/include/c++/v1/unwind.h and /usr/include/unwind.h so I think you need to run "cd /usr/src && make delete-old". (In reply to Tijl Coosemans from comment #1) I had similar problem with building libreoffice after upgrading from 13.0 to 13.1 >so I think you need to run "cd /usr/src && make delete-old". This one actually solved my issue. Thanks. Mikhail, were you able to resolve your problem? Can we close this PR? > Mikhail, were you able to resolve your problem? Can we close this PR?
I've upgraded the computer a few times since then and I no longer have the /opt/include/unwind.h
Looking through today's ports-tree, I don't see include/unwind.h anywhere -- various compilers install their own, but much deeper underneath.
I'll close the PR...
|