Bug 146043 - 'make install' fails with libgielo.so not found but build succeeds
Summary: 'make install' fails with libgielo.so not found but build succeeds
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
7.4.0.0 alpha0+
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-04 12:32 UTC by etna
Modified: 2021-12-06 12:54 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
Log of error that occurs when running make install (88.55 KB, text/plain)
2021-12-04 12:34 UTC, etna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description etna 2021-12-04 12:32:59 UTC
Description:
'make install' fails with libgielo.so not found errors but build succeeds.

Never had this problem with any builds up to as recent as 27 Nov.

Steps to Reproduce:
1.Clone Libreoffice
2.Build Libreoffice with the typical autogen and make
3.Finish up the build with make install

Actual Results:
make install fails with an error about libgielo.so not being found. 

Log will be added as attachment

Expected Results:
make install should have succeeded


Reproducible: Always


User Profile Reset: No



Additional Info:
Build performed with the following arguments:

../autogen.sh --prefix=/home/etna/Runtime/Applications/LibreOffice/Build04Dec2021Clang --with-myspell-dicts --without-junit --without-system-dicts --disable-dconf --disable-odk --with-system-jpeg --with-system-icu --without-java --without-krb5 --without-gssapi --enable-qt5 --enable-gtk3 --disable-gstreamer-1-0 --enable-python=no --with-system-libxml --with-system-gpgmepp --with-system-boost --with-boost-libdir=/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib --disable-postgresql-sdbc --disable-mariadb-sdbc --enable-release-build=no --without-system-nss --with-system-openssl --without-system-expat --disable-ldap --disable-cups --with-system-harfbuzz --disable-debug --disable-symbols --enable-lto
Comment 1 etna 2021-12-04 12:34:36 UTC
Created attachment 176690 [details]
Log of error that occurs when running make install
Comment 2 etna 2021-12-05 16:51:01 UTC
Hello? Anyone looking at this?
Comment 3 Gabor Kelemen (allotropia) 2021-12-06 12:54:01 UTC
This was a temporary breakage; fixed in:

https://cgit.freedesktop.org/libreoffice/core/commit/Repository.mk?id=d0efe32523572547890d98e0ce4f554acf2117b5

please git pull and try again, now it should work.