Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2020 19:09:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244850] editors/libreoffice fails to build on 13-CURRENT
Message-ID:  <bug-244850-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244850

            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@FreeBSD.org
          Reporter: cy@FreeBSD.org
          Assignee: office@FreeBSD.org
             Flags: maintainer-feedback?(office@FreeBSD.org)

Related to clang version 10.0.0.

/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/unx/gen=
eric/gdi/salgdi.cxx:161:18:
error: use of overloaded operator '!=3D' is ambiguous (with operand types
'SalX11Screen' and 'S
alX11Screen')
    if( nXScreen !=3D 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!=3D(const SalX11Screen &rOther) { return rOther.mnXScreen=
 !=3D
mnXScreen; }
         ^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx=
/saltype.h:21:10:
note: candidate function
    bool operator=3D=3D(const SalX11Screen &rOther) { return rOther.mnXScre=
en =3D=3D
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/gbu=
ild/LinkTarget.mk:293:
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/workdir/Cxx=
Object/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/gen=
eric/window/salframe.cxx:59:
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/ope=
ngl/zone.hxx:37:33:
warning: increment of object of volatile-qualified type 'volatile sal_uInt6=
4'
(aka 'volatile unsigned
 long long') is deprecated [-Wdeprecated-volatile]
     OpenGLZone() { gnEnterCount++; }
                                ^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/ope=
ngl/zone.hxx:38:33:
warning: increment of object of volatile-qualified type 'volatile sal_uInt6=
4'
(aka 'volatile unsigned
 long long') is deprecated [-Wdeprecated-volatile]
    ~OpenGLZone() { gnLeaveCount++; }
                                ^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/unx/gen=
eric/window/salframe.cxx:2410:34:
error: use of overloaded operator '!=3D' is ambiguous (with operand types
'SalX11Screen'
and 'SalX11Screen')
        if( mpParent->m_nXScreen !=3D 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!=3D(const SalX11Screen &rOther) { return rOther.mnXScreen=
 !=3D
mnXScreen; }
         ^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx=
/saltype.h:21:10:
note: candidate function
    bool operator=3D=3D(const SalX11Screen &rOther) { return rOther.mnXScre=
en =3D=3D
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/gen=
eric/window/salframe.cxx:2485:34:
error: use of overloaded operator '!=3D' is ambiguous (with operand types
'SalX11Screen'
and 'SalX11Screen')
        if( mpParent->m_nXScreen !=3D 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!=3D(const SalX11Screen &rOther) { return rOther.mnXScreen=
 !=3D
mnXScreen; }
         ^
/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-6.3.4.2/vcl/inc/unx=
/saltype.h:21:10:
note: candidate function

--=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-244850-7788>