maintainer-feedback requested: [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


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-office mailing
list <office at FreeBSD.org> for maintainer-feedback:
Bug 244850: editors/libreoffice fails to build on 13-CURRENT
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244850



--- Description ---
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/sal
type.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/sal
type.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/sal
type.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/CxxObje
ct/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/sal
type.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/sal
type.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/sal
type.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/sal
type.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/sal
type.h:21:10:
note: candidate function


More information about the freebsd-office mailing list