Build failed on linux with latest master

Pranav Ganorkar pranavg189 at gmail.com
Thu Feb 18 16:55:14 UTC 2016


Hi ,

When trying to build libreoffice on archlinux 64-bit , the build fails with
following message:

*********************************************************
[LNK] Executable/ui-previewer
[LNK] Executable/outdevgrind
[LNK] Executable/vcldemo
[LNK] Executable/icontest
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_perform at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_slist_free_all at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_setopt at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_init at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_slist_append at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_cleanup at CURL_OPENSSL_4'
collect2: error: ld returned 1 exit status
/mnt/D-Drive/LibreOffice/libreoffice/vcl/Executable_ui-previewer.mk:10:
recipe for target
'/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/ui-previewer' failed
make[1]: ***
[/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/ui-previewer] Error 1
make[1]: *** Waiting for unfinished jobs....
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_perform at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_slist_free_all at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_setopt at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_init at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_slist_append at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_cleanup at CURL_OPENSSL_4'
collect2: error: ld returned 1 exit status
/mnt/D-Drive/LibreOffice/libreoffice/solenv/gbuild/LinkTarget.mk:468:
recipe for target
'/mnt/D-Drive/LibreOffice/libreoffice/workdir/LinkTarget/Executable/outdevgrind'
failed
make[1]: ***
[/mnt/D-Drive/LibreOffice/libreoffice/workdir/LinkTarget/Executable/outdevgrind]
Error 1
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_perform at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_slist_free_all at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_setopt at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_init at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_slist_append at CURL_OPENSSL_4'
/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: undefined
reference to `curl_easy_cleanup at CURL_OPENSSL_4'
collect2: error: ld returned 1 exit status
/mnt/D-Drive/LibreOffice/libreoffice/solenv/gbuild/LinkTarget.mk:468:
recipe for target
'/mnt/D-Drive/LibreOffice/libreoffice/workdir/LinkTarget/Executable/vcldemo'
failed
make[1]: ***
[/mnt/D-Drive/LibreOffice/libreoffice/workdir/LinkTarget/Executable/vcldemo]
Error 1
Makefile:246: recipe for target 'build' failed
make: *** [build] Error 2
***********************************************************************

I am building with the following switches:

--without-fonts\
        --with-system-apr \
        --with-system-libcdr \
        --with-system-mdds\
        --without-myspell-dicts \
        --with-system-libvisio \
        --without-system-libcmis \
        --with-system-libmspub \
        --with-system-libexttextcat \
        --with-system-orcus \
        --with-system-liblangtag \
        --without-system-jfreereport \
        --without-system-apache-commons \
        --with-system-libodfgen \
        --with-system-libmwaw \
        --with-system-libetonyek \
        --without-system-libfreehand \
        --with-system-firebird \
        --with-system-libatomic-ops \
        --with-system-libebook \
        --with-system-libabw \
        --with-system-coinmp \
        --without-system-libgltf \
        --with-system-dicts \
        --with-external-dict-dir=/usr/share/hunspell \
        --with-external-hyph-dir=/usr/share/hyphen \
        --with-external-thes-dir=/usr/share/mythes \
        --with-system-beanshell \
        --with-system-cppunit\
        --with-system-graphite\
        --with-system-glew \
        --with-system-glm \
        --with-system-libwpg \
        --with-system-libwps \
        --with-system-redland\
        --with-system-serf \
        --with-jdk-home="/usr/lib/jvm/default" \
        --with-ant-home="/usr/share/apache-ant"\
        --without-system-boost\
        --with-system-icu \
        --with-system-cairo \
        --with-system-libs \
        --with-system-mythes \
        --with-system-headers \
        --without-system-hsqldb \
        --with-alloc=system \
        --with-system-clucene \
        --disable-dependency-tracking \
        --enable-hardlink-deliver

Regards,
Pranav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20160218/59a4330a/attachment.html>


More information about the LibreOffice mailing list