On 2023/02/04 06:40, Robert Nagy wrote:
>       editors/libreoffice: Makefile distinfo 
> 
> Log message:
> update to 7.5.0.3

Breaks i386 - full log at https://junkpile.org/libreoffice.log.gz if
you need it. (I still have the build dir for now; it will be cleaned in
~10h unless I stop my bulk build loop).


[build CXX] vcl/source/opengl/x11/context.cxx
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:650:39:
 error: non-constant-expression cannot be narrowed from type 'unsigned int' to 
'tools::Long' (aka 'long') in initi
alizer list [-Wc++11-narrowing]
    maGeometry.setPosSize({ x, y }, { w, h });
                                      ^
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:650:39:
 note: insert an explicit cast to silence this issue
    maGeometry.setPosSize({ x, y }, { w, h });
                                      ^
                                      static_cast<Long>( )
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:650:42:
 error: non-constant-expression cannot be narrowed from type 'unsigned int' to 
'tools::Long' (aka 'long') in initi
alizer list [-Wc++11-narrowing]
    maGeometry.setPosSize({ x, y }, { w, h });
                                         ^
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:650:42:
 note: insert an explicit cast to silence this issue
    maGeometry.setPosSize({ x, y }, { w, h });
                                         ^
                                         static_cast<Long>( )
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:1639:34:
 error: non-constant-expression cannot be narrowed from type 'unsigned int' to 
'tools::Long' (aka 'long') in init
ializer list [-Wc++11-narrowing]
            maGeometry.setSize({ pState->GetMaximizedWidth(), 
pState->GetMaximizedHeight() });
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:1639:34:
 note: insert an explicit cast to silence this issue
            maGeometry.setSize({ pState->GetMaximizedWidth(), 
pState->GetMaximizedHeight() });
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                                 static_cast<Long>(         )
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:1639:63:
 error: non-constant-expression cannot be narrowed from type 'unsigned int' to 
'tools::Long' (aka 'long') in init
ializer list [-Wc++11-narrowing]
            maGeometry.setSize({ pState->GetMaximizedWidth(), 
pState->GetMaximizedHeight() });
                                                              
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:1639:63:
 note: insert an explicit cast to silence this issue
            maGeometry.setSize({ pState->GetMaximizedWidth(), 
pState->GetMaximizedHeight() });
                                                              
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                              
static_cast<Long>(          )
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:3635:60:
 error: non-constant-expression cannot be narrowed from type 'unsigned int' to 
'tools::Long' (aka 'long') in init
ializer list [-Wc++11-narrowing]
        maGeometry.setPosSize({ xp + nLeft, yp + nTop }, { w, h });
                                                           ^
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:3635:60:
 note: insert an explicit cast to silence this issue
        maGeometry.setPosSize({ xp + nLeft, yp + nTop }, { w, h });
                                                           ^
                                                           static_cast<Long>( )
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:3635:63:
 error: non-constant-expression cannot be narrowed from type 'unsigned int' to 
'tools::Long' (aka 'long') in init
ializer list [-Wc++11-narrowing]
        maGeometry.setPosSize({ xp + nLeft, yp + nTop }, { w, h });
                                                              ^
/pobj/libreoffice-7.5.0.3/libreoffice-7.5.0.3/vcl/unx/generic/window/salframe.cxx:3635:63:
 note: insert an explicit cast to silence this issue
        maGeometry.setPosSize({ xp + nLeft, yp + nTop }, { w, h });
                                                              ^
                                                              
static_cast<Long>( )
6 errors generated.

Reply via email to