[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#994698: marked as done (FTBFS with g++ 11 on armhf: Error: selected processor does not support vpush {d0-d7} in ARM mode)



Your message dated Tue, 21 Sep 2021 21:49:29 +0000
with message-id <E1mSndp-000DH2-KD@fasolo.debian.org>
and subject line Bug#994698: fixed in libreoffice 1:7.2.2~rc1-1
has caused the Debian Bug report #994698,
regarding FTBFS with g++ 11 on armhf: Error: selected processor does not support vpush {d0-d7} in ARM mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
994698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994698
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:libreoffice
Version: 1:7.0.4-3
Severity: normal
Tags: sid bookworm
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/libreoffice_7.0.4-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
      |           ^~~~~~
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:17:1: note: ‘size_t’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
   16 | #include <unordered_map>
  +++ |+#include <cstddef>
   17 | 
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:69:19: error: expected ‘)’ before ‘nMaxSize’
   69 |     lru_map(size_t nMaxSize)
      |            ~      ^~~~~~~~~
      |                   )
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:168:5: error: ‘size_t’ does not name a type
  168 |     size_t size() const
      |     ^~~~~~
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:168:5: note: ‘size_t’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx: In member function ‘void o3tl::lru_map<Key, Value, KeyHash, KeyEqual>::checkLRU()’:
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:55:30: error: ‘mMaxSize’ was not declared in this scope
   55 |         if (mLruMap.size() > mMaxSize)
      |                              ^~~~~~~~
S=/<<PKGBUILDDIR>> && I=$S/instdir && W=$S/workdir &&  mkdir -p $W/CxxObject/vcl/source/window/ $W/Dep/CxxObject/vcl/source/window/ && cd /<<PKGBUILDDIR>> &&   	  x86_64-linux-gnu-g++ -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DCPPU_ENV=gcc3 -DLINUX -DNDEBUG -DOSL_DEBUG_LEVEL=0 -DUNIX -DUNX -DX86_64 -D_FORTIFY_SOURCE=2 -D_PTHREADS -D_REENTRANT -Wdate-time -Wdate-time -D_FORTIFY_SOURCE=2 -DVCL_DLLIMPLEMENTATION -DDLLIMPLEMENTATION_UITEST -DCUI_DLL_NAME=\"libcuilo.so\" -DDESKTOP_DETECTOR_DLL_NAME=\"\" -DTK_DLL_NAME=\"libmergedlo.so\"  -DGLM_ENABLE_EXPERIMENTAL  -DGLM_FORCE_CTOR_INIT   -fvisibility=hidden  -Wno-stringop-overflow   -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros  -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe   -Wdeprecated-copy-dtor -Wduplicated-cond -Wlogical-op -Wshift-overflow=2 -Wunused-const-variable=1 -Wno-cast-function-type -fvisibility-inlines-hidden -fPIC -Wshadow -Wove
 rloaded-virtual -std=c++17 -pthread  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security  -DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs    -DLIBO_INTERNAL_ONLY  -c $S/vcl/source/window/bufferdevice.cxx -o $W/CxxObject/vcl/source/window/bufferdevice.o -MMD -MT $W/CxxObject/vcl/source/window/bufferdevice.o -MP -MF $W/Dep/CxxObject/vcl/source/window/bufferdevice.d_ -isystem /usr/include/mdds-1.5 -I$W/UnpackedTarball/pdfium/public -DCOMPONENT_BUILD -I$S/include  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I$S/config_host  -I$S/vcl/inc  -I$W/UnoApiHeadersTarget/udkapi/normal -I$W/UnoApiHeadersTarget/offapi/normal -I$W/CustomTarget/officecfg/registry         -isystem /usr/include/libpng16   -I/usr/include          -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/freetype2 -isystem /usr/include/libpng16      -Wno-lo
 ng-long      -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16     -isystem /usr/include/freetype2 -isystem /usr/include/libpng16     -isystem /usr/include/freetype2 -isystem /usr/include/libpng16     -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   && mv $W/Dep/CxxObject/vcl/source/window/bufferdevice.d_ $W/Dep/CxxObject/vcl/source/window/bufferdevice.d 
[build CXX] vcl/source/window/accessibility.cxx
S=/<<PKGBUILDDIR>> && I=$S/instdir && W=$S/workdir &&  mkdir -p $W/CxxObject/vcl/source/window/ $W/Dep/CxxObject/vcl/source/window/ && cd /<<PKGBUILDDIR>> &&   	  x86_64-linux-gnu-g++ -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DCPPU_ENV=gcc3 -DLINUX -DNDEBUG -DOSL_DEBUG_LEVEL=0 -DUNIX -DUNX -DX86_64 -D_FORTIFY_SOURCE=2 -D_PTHREADS -D_REENTRANT -Wdate-time -Wdate-time -D_FORTIFY_SOURCE=2 -DVCL_DLLIMPLEMENTATION -DDLLIMPLEMENTATION_UITEST -DCUI_DLL_NAME=\"libcuilo.so\" -DDESKTOP_DETECTOR_DLL_NAME=\"\" -DTK_DLL_NAME=\"libmergedlo.so\"  -DGLM_ENABLE_EXPERIMENTAL  -DGLM_FORCE_CTOR_INIT   -fvisibility=hidden  -Wno-stringop-overflow   -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros  -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe   -Wdeprecated-copy-dtor -Wduplicated-cond -Wlogical-op -Wshift-overflow=2 -Wunused-const-variable=1 -Wno-cast-function-type -fvisibility-inlines-hidden -fPIC -Wshadow -Wove
 rloaded-virtual -std=c++17 -pthread  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security  -DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs    -DLIBO_INTERNAL_ONLY  -c $S/vcl/source/window/accessibility.cxx -o $W/CxxObject/vcl/source/window/accessibility.o -MMD -MT $W/CxxObject/vcl/source/window/accessibility.o -MP -MF $W/Dep/CxxObject/vcl/source/window/accessibility.d_ -isystem /usr/include/mdds-1.5 -I$W/UnpackedTarball/pdfium/public -DCOMPONENT_BUILD -I$S/include  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I$S/config_host  -I$S/vcl/inc  -I$W/UnoApiHeadersTarget/udkapi/normal -I$W/UnoApiHeadersTarget/offapi/normal -I$W/CustomTarget/officecfg/registry         -isystem /usr/include/libpng16   -I/usr/include          -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/freetype2 -isystem /usr/include/libpng16      -Wn
 o-long-long      -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16     -isystem /usr/include/freetype2 -isystem /usr/include/libpng16     -isystem /usr/include/freetype2 -isystem /usr/include/libpng16     -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   && mv $W/Dep/CxxObject/vcl/source/window/accessibility.d_ $W/Dep/CxxObject/vcl/source/window/accessibility.d 
[build CXX] vcl/source/window/legacyaccessibility.cxx
In file included from /<<PKGBUILDDIR>>/vcl/source/window/brdwin.cxx:21:
/<<PKGBUILDDIR>>/vcl/inc/svdata.hxx: At global scope:
/<<PKGBUILDDIR>>/vcl/inc/svdata.hxx:224:62: error: no matching function for call to ‘o3tl::lru_map<ScaleCacheKey, BitmapEx>::lru_map(int)’
  224 |     lru_scale_cache         maScaleCache = lru_scale_cache(10); // Cache for scaled images
      |                                                              ^
In file included from /<<PKGBUILDDIR>>/vcl/inc/svdata.hxx:25,
                 from /<<PKGBUILDDIR>>/vcl/source/window/brdwin.cxx:21:
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note: candidate: ‘o3tl::lru_map<ScaleCacheKey, BitmapEx>::lru_map()’
   35 | class lru_map final
      |       ^~~~~~~
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note:   candidate expects 0 arguments, 1 provided
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note: candidate: ‘o3tl::lru_map<ScaleCacheKey, BitmapEx>::lru_map(const o3tl::lru_map<ScaleCacheKey, BitmapEx>&)’
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note:   no known conversion for argument 1 from ‘int’ to ‘const o3tl::lru_map<ScaleCacheKey, BitmapEx>&’
In file included from /<<PKGBUILDDIR>>/vcl/source/window/brdwin.cxx:21:
/<<PKGBUILDDIR>>/vcl/inc/svdata.hxx:231:95: error: no matching function for call to ‘o3tl::lru_map<rtl::OUString, BitmapEx>::lru_map(int)’
  231 |     o3tl::lru_map<OUString, BitmapEx> maThemeImageCache = o3tl::lru_map<OUString, BitmapEx>(10);
      |                                                                                               ^
In file included from /<<PKGBUILDDIR>>/vcl/inc/svdata.hxx:25,
                 from /<<PKGBUILDDIR>>/vcl/source/window/brdwin.cxx:21:
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note: candidate: ‘o3tl::lru_map<rtl::OUString, BitmapEx>::lru_map()’
   35 | class lru_map final
      |       ^~~~~~~
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note:   candidate expects 0 arguments, 1 provided
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note: candidate: ‘o3tl::lru_map<rtl::OUString, BitmapEx>::lru_map(const o3tl::lru_map<rtl::OUString, BitmapEx>&)’
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note:   no known conversion for argument 1 from ‘int’ to ‘const o3tl::lru_map<rtl::OUString, BitmapEx>&’
In file included from /<<PKGBUILDDIR>>/vcl/source/window/brdwin.cxx:21:
/<<PKGBUILDDIR>>/vcl/inc/svdata.hxx:232:112: error: no matching function for call to ‘o3tl::lru_map<rtl::OUString, gfx::DrawRoot>::lru_map(int)’
  232 |     o3tl::lru_map<OUString, gfx::DrawRoot> maThemeDrawCommandsCache = o3tl::lru_map<OUString, gfx::DrawRoot>(50);
      |                                                                                                                ^
In file included from /<<PKGBUILDDIR>>/vcl/inc/svdata.hxx:25,
                 from /<<PKGBUILDDIR>>/vcl/source/window/brdwin.cxx:21:
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note: candidate: ‘o3tl::lru_map<rtl::OUString, gfx::DrawRoot>::lru_map()’
   35 | class lru_map final
      |       ^~~~~~~
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note:   candidate expects 0 arguments, 1 provided
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note: candidate: ‘o3tl::lru_map<rtl::OUString, gfx::DrawRoot>::lru_map(const o3tl::lru_map<rtl::OUString, gfx::DrawRoot>&)’
/<<PKGBUILDDIR>>/include/o3tl/lru_map.hxx:35:7: note:   no known conversion for argument 1 from ‘int’ to ‘const o3tl::lru_map<rtl::OUString, gfx::DrawRoot>&’
S=/<<PKGBUILDDIR>> && I=$S/instdir && W=$S/workdir &&  mkdir -p $W/CxxObject/vcl/source/window/ $W/Dep/CxxObject/vcl/source/window/ && cd /<<PKGBUILDDIR>> &&   	  x86_64-linux-gnu-g++ -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DCPPU_ENV=gcc3 -DLINUX -DNDEBUG -DOSL_DEBUG_LEVEL=0 -DUNIX -DUNX -DX86_64 -D_FORTIFY_SOURCE=2 -D_PTHREADS -D_REENTRANT -Wdate-time -Wdate-time -D_FORTIFY_SOURCE=2 -DVCL_DLLIMPLEMENTATION -DDLLIMPLEMENTATION_UITEST -DCUI_DLL_NAME=\"libcuilo.so\" -DDESKTOP_DETECTOR_DLL_NAME=\"\" -DTK_DLL_NAME=\"libmergedlo.so\"  -DGLM_ENABLE_EXPERIMENTAL  -DGLM_FORCE_CTOR_INIT   -fvisibility=hidden  -Wno-stringop-overflow   -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros  -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe   -Wdeprecated-copy-dtor -Wduplicated-cond -Wlogical-op -Wshift-overflow=2 -Wunused-const-variable=1 -Wno-cast-function-type -fvisibility-inlines-hidden -fPIC -Wshadow -Wove
 rloaded-virtual -std=c++17 -pthread  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security  -DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs    -DLIBO_INTERNAL_ONLY  -c $S/vcl/source/window/legacyaccessibility.cxx -o $W/CxxObject/vcl/source/window/legacyaccessibility.o -MMD -MT $W/CxxObject/vcl/source/window/legacyaccessibility.o -MP -MF $W/Dep/CxxObject/vcl/source/window/legacyaccessibility.d_ -isystem /usr/include/mdds-1.5 -I$W/UnpackedTarball/pdfium/public -DCOMPONENT_BUILD -I$S/include  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I$S/config_host  -I$S/vcl/inc  -I$W/UnoApiHeadersTarget/udkapi/normal -I$W/UnoApiHeadersTarget/offapi/normal -I$W/CustomTarget/officecfg/registry         -isystem /usr/include/libpng16   -I/usr/include          -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/freetype2 -isystem /usr/i
 nclude/libpng16      -Wno-long-long      -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16     -isystem /usr/include/freetype2 -isystem /usr/include/libpng16     -isystem /usr/include/freetype2 -isystem /usr/include/libpng16     -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   && mv $W/Dep/CxxObject/vcl/source/window/legacyaccessibility.d_ $W/Dep/CxxObject/vcl/source/window/legacyaccessibility.d 
[build CXX] vcl/source/window/clipping.cxx
make[3]: *** [/<<PKGBUILDDIR>>/solenv/gbuild/LinkTarget.mk:301: /<<PKGBUILDDIR>>/workdir/CxxObject/vcl/source/window/brdwin.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/char.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/sent.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/char_in.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/edit_word_hu.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/edit_word.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/line.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word_prepostdash.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/edit_word_he.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word_nodash.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word_he.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word_hu.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/edit_word_hu.brk /<<
 PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/char_in.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/count_word.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word_prepostdash.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word_nodash.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/char.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/edit_word_he.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/count_word.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word_hu.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word_he.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/line.brk /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/sent.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/edit_word.txt /<<PKGBUILDDIR>>/workdir/CustomTarget/i18npool/breakiterator/dict_word.brk
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:274: build] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [/<<PKGBUILDDIR>>/debian/rules:1926: debian/stampdir/build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:1916: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libreoffice
Source-Version: 1:7.2.2~rc1-1
Done: Rene Engelhard <rene@debian.org>

We believe that the bug you reported is fixed in the latest version of
libreoffice, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 994698@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard <rene@debian.org> (supplier of updated libreoffice package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 21 Sep 2021 22:24:19 +0200
Source: libreoffice
Architecture: source
Version: 1:7.2.2~rc1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
Closes: 994698
Changes:
 libreoffice (1:7.2.2~rc1-1) experimental; urgency=medium
 .
   * New upstream release candidate
 .
   [ merge from Ubuntu ]
   * debian/patches/arm-fp-mode.diff: Explicitly set fpu mode on armhf.
   (closes: #994698)
Checksums-Sha1:
 f603d7d8e0b519985020ea5b9bfb3e3c246ac7ca 30367 libreoffice_7.2.2~rc1-1.dsc
 7ea575465c4b0faf8378cc5f4106c832dbf34ab8 111251824 libreoffice_7.2.2~rc1.orig-helpcontent2.tar.xz
 2b749efa511e8968d9b57cb27f3c84890a9f8f77 193440004 libreoffice_7.2.2~rc1.orig-translations.tar.xz
 890700805ac7d67c6f9aab27b930ec312eaa8a9b 252477120 libreoffice_7.2.2~rc1.orig.tar.xz
 d945e6ea63427e3403e4cf4ca898c43fe9e21ca6 833 libreoffice_7.2.2~rc1.orig.tar.xz.asc
 dc0f9f9986dcdb1b218e0224e9189ac8012b503b 21782304 libreoffice_7.2.2~rc1-1.debian.tar.xz
 5c1a19015497d05aef1221ceba8cb88ae09a7263 33920 libreoffice_7.2.2~rc1-1_source.buildinfo
Checksums-Sha256:
 0fa3dea91c3108628b922a4b73d5296c1957bf735f571109e392cf94cbf24d8e 30367 libreoffice_7.2.2~rc1-1.dsc
 7a857232c771d000d3d10b0f234b492e6f236392627fba8ba6ea497fab6d60b6 111251824 libreoffice_7.2.2~rc1.orig-helpcontent2.tar.xz
 d842c307fe4e5b2cef680189104f65ac051ca2f747ec021503e8c69f9250636f 193440004 libreoffice_7.2.2~rc1.orig-translations.tar.xz
 c18f37a9bc90b66773054b054a0996079462c23c2fd60cb87823082420bb127b 252477120 libreoffice_7.2.2~rc1.orig.tar.xz
 39cf80133871bd5bb3c5929b7d69bad4379042ab83ede9f41ec8c44ed6392027 833 libreoffice_7.2.2~rc1.orig.tar.xz.asc
 2b4b61d99218554a0c258cc4e4494dc0152cc0e650f4957e5732f8fd5edaa6b9 21782304 libreoffice_7.2.2~rc1-1.debian.tar.xz
 900ee8fa454da4b6bb6d52b8b24f34a3a7ca1f0b3579ea67dd0f187210ade4fe 33920 libreoffice_7.2.2~rc1-1_source.buildinfo
Files:
 f362e699d1f04b65363a9be515f570fa 30367 editors optional libreoffice_7.2.2~rc1-1.dsc
 b5062e6f3622832a8b1a31844fc16f58 111251824 editors optional libreoffice_7.2.2~rc1.orig-helpcontent2.tar.xz
 abef24282ae64c3f4c209d4336bf75d8 193440004 editors optional libreoffice_7.2.2~rc1.orig-translations.tar.xz
 9925514cfdad8ebaf8bd292aead5938d 252477120 editors optional libreoffice_7.2.2~rc1.orig.tar.xz
 5be9358666bfd1fde04fb239c049d0cb 833 editors optional libreoffice_7.2.2~rc1.orig.tar.xz.asc
 123091730e46d8a7859eadd605a1b0c7 21782304 editors optional libreoffice_7.2.2~rc1-1.debian.tar.xz
 c7c503b1d9024a91601b33c0f3c402f5 33920 editors optional libreoffice_7.2.2~rc1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAmFKS8QQHHJlbmVAZGVi
aWFuLm9yZwAKCRAKoEVx0D4+cOZ/D/9FGyDa9I4rIFZu81g1VHjHHDLi6ymzsDRl
u2lDoRWahEcF5Pb3MvOnz1O8mYT/TdQQw3BdwWe6sDL5Q96gShGcd53PCZWD9qjw
ngqtDL9IFd1FBEhzl6k5vvdvGL93WE3FZL87I2jDomQAZ0/xe2Qv0xwDexd77+Xh
+Y1ekivVFI41hnZJyvh4F6y+6GRf1xC5nf3IcKToBiuwyszEE1P6ZHKVRReALwJh
CSlR0Ga/Sl7D6LzJApRTrEOybW+4ixfkfnbjwJSbuakojfj7Bed+B570F765XxoM
ep6a5t9FDGSx5M/BMQIOT6DB3qaQJl3RCuDvIhacD1XmoEaE3KKTrPTyuhwUQB/F
99OgqlKP9oYVv3cGowpSkeZBAAZOgPInW5AaTL/A9lOMp6rIpXuT+J7mkoBmOwes
1zVT6Uh5ycrH5Bf7QvD9Dz5gq7rJ+6PFEFR1Dm3xZ4JI8Sk2cm8RmX1dkEPqhEt1
LJcWdZhblV5IPFRsCCyr1Fw5m2vLZe9rSV6ZUPYDQ7XnbH/mGDWj1DekBgYyJv1j
0ecElqOW1SJjalYoPvOZph+1u09WMNqDVosxJ1EILGfwyZrtF2NmauXYzoX2ARqo
WvMMpJvLQjEBDvnzDR3AfSjO/qcgrud5MhdYkZVrys9gmLA88u7oz2fbO08FULOU
GGowFp0Q9A==
=jD0x
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: