[Bug 244850] editors/libreoffice fails to build on 13-CURRENT
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 16 19:09:46 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244850
Bug ID: 244850
Summary: editors/libreoffice fails to build on 13-CURRENT
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: office at FreeBSD.org
Reporter: cy at FreeBSD.org
Assignee: office at FreeBSD.org
Flags: maintainer-feedback?(office at FreeBSD.org)
Related to clang version 10.0.0.
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/unx/generic/gdi/salgdi.cxx:161:18:
error: use of overloaded operator '!=' is ambiguous (with operand types
'SalX11Screen' and 'S
alX11Screen')
if( nXScreen != m_nXScreen )
~~~~~~~~ ^ ~~~~~~~~~~
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx/saltype.h:22:10:
note: candidate function
bool operator!=(const SalX11Screen &rOther) { return rOther.mnXScreen !=
mnXScreen; }
^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx/saltype.h:21:10:
note: candidate function
bool operator==(const SalX11Screen &rOther) { return rOther.mnXScreen ==
mnXScreen; }
^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx/saltype.h:21:10:
note: candidate function (with reversed parameter order)
1 error generated.
gmake[2]: ***
[/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/solenv/gbuild/LinkTarget.mk:293:
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/workdir/CxxObject/vc
l/unx/generic/gdi/salgdi.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
In file included from
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/unx/generic/window/salframe.cxx:59:
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/opengl/zone.hxx:37:33:
warning: increment of object of volatile-qualified type 'volatile sal_uInt64'
(aka 'volatile unsigned
long long') is deprecated [-Wdeprecated-volatile]
OpenGLZone() { gnEnterCount++; }
^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/opengl/zone.hxx:38:33:
warning: increment of object of volatile-qualified type 'volatile sal_uInt64'
(aka 'volatile unsigned
long long') is deprecated [-Wdeprecated-volatile]
~OpenGLZone() { gnLeaveCount++; }
^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/unx/generic/window/salframe.cxx:2410:34:
error: use of overloaded operator '!=' is ambiguous (with operand types
'SalX11Screen'
and 'SalX11Screen')
if( mpParent->m_nXScreen != m_nXScreen )
~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx/saltype.h:22:10:
note: candidate function
bool operator!=(const SalX11Screen &rOther) { return rOther.mnXScreen !=
mnXScreen; }
^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx/saltype.h:21:10:
note: candidate function
bool operator==(const SalX11Screen &rOther) { return rOther.mnXScreen ==
mnXScreen; }
^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx/saltype.h:21:10:
note: candidate function (with reversed parameter order)
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/unx/generic/window/salframe.cxx:2485:34:
error: use of overloaded operator '!=' is ambiguous (with operand types
'SalX11Screen'
and 'SalX11Screen')
if( mpParent->m_nXScreen != m_nXScreen )
~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx/saltype.h:22:10:
note: candidate function
bool operator!=(const SalX11Screen &rOther) { return rOther.mnXScreen !=
mnXScreen; }
^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx/saltype.h:21:10:
note: candidate function
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list