[Libreoffice-bugs] [Bug 138300] New: Build error for libicudata.so on de1ac1c349435a229aec8682f8f8a796c3ca4dc5

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 17 23:44:10 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=138300

            Bug ID: 138300
           Summary: Build error for libicudata.so on
                    de1ac1c349435a229aec8682f8f8a796c3ca4dc5
           Product: LibreOffice
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: arungiridhar at gmail.com

Description:
For dev sources checked out from git (commit
de1ac1c349435a229aec8682f8f8a796c3ca4dc5), I get the following error when
building:

libreoffice/external/icu/ExternalPackage_icu.mk:37: *** file
workdir/UnpackedTarball/icu/source/lib/libicudata.so.67.1 does not exist in the
tarball.  Stop.
make: *** [Makefile:282: build] Error 2

It looks like the ICU library was updated. The unpacked version is numbered
libicudata,so.68.* but the makefile thinks it should be 67?

Steps to Reproduce:
1. Download the dev sources from git.

2. Call configure with the following options:

export CC="gcc"
export CXX="g++"
export CFLAGS="-march=znver2 -O3 -pipe "
export CXXFLAGS="$CFLAGS"
export PARALLELISM=6

./configure --srcdir=/home/myname/src/libreoffice
--enable-option-checking=fatal --disable-fuzz-options --enable-lpsolve
--enable-coinmp --enable-pdfimport --enable-pdfium --enable-mergelibs
--disable-fuzzers --disable-epm --enable-odk --disable-dbgutil --disable-debug
--disable-gdb-index --enable-optimized=yes --enable-runtime-optimizations
--disable-compiler-plugins --disable-lto --enable-python=system
--enable-ld=gold --enable-largefile --enable-ext-numbertext
--enable-ext-nlpsolver --disable-ext-languagetool

3. Run make. Build error!

Actual Results:
libreoffice/external/icu/ExternalPackage_icu.mk:37: *** file
workdir/UnpackedTarball/icu/source/lib/libicudata.so.67.1 does not exist in the
tarball.  Stop.
make: *** [Makefile:282: build] Error 2



Expected Results:
Should have built normally.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+
Build ID: 93b1adf7442839dcfbf16660b1fbe1139f14a4d0
CPU threads: 12; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: en-US (en_US.utf8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201117/8961f8f8/attachment.htm>


More information about the Libreoffice-bugs mailing list