Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865975 - app-office/libreoffice-7.3.5.2: fails to build due to missing dev-libs/xmlsec symbols
Summary: app-office/libreoffice-7.3.5.2: fails to build due to missing dev-libs/xmlsec...
Status: RESOLVED DUPLICATE of bug 865843
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-22 00:53 UTC by Jakob Kreuze
Modified: 2022-08-22 00:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Log output of emerge while building package (build.log.xz,419.41 KB, application/x-xz)
2022-08-22 00:54 UTC, Jakob Kreuze
Details
Output of `emerge --info =app-office/libreoffice-7.3.5.2` (emerge-info.log,7.39 KB, text/x-log)
2022-08-22 00:55 UTC, Jakob Kreuze
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Kreuze 2022-08-22 00:53:48 UTC
Build fails, tail end of the log gives a hint that it is failing to find expected symbols in libxmlsec1.so.1

/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libxmlsec1.so.1: undefined reference to `xmlIOFTPMatch@LIBXML2_2.4.30'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libxmlsec1.so.1: undefined reference to `xmlNanoFTPCleanup@LIBXML2_2.4.30'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libxmlsec1.so.1: undefined reference to `xmlIOFTPOpen@LIBXML2_2.4.30'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libxmlsec1.so.1: undefined reference to `xmlIOFTPClose@LIBXML2_2.4.30'
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libxmlsec1.so.1: undefined reference to `xmlIOFTPRead@LIBXML2_2.4.30'
file generated=/var/tmp/portage/app-office/libreoffice-7.3.5.2/work/libreoffice-7.3.5.2/workdir/CustomTarget/i18npool/localedata/localedata_en_IE.cxx.tmp
parsing document en_IE started
parsing document en_IE finished
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libxmlsec1.so.1: undefined reference to `xmlNanoFTPInit@LIBXML2_2.4.30'
file generated=/var/tmp/portage/app-office/libreoffice-7.3.5.2/work/libreoffice-7.3.5.2/workdir/CustomTarget/i18npool/localedata/localedata_en_GM.cxx.tmp
parsing document en_GM started
parsing document en_GM finished
collect2: error: ld returned 1 exit status

Reproducible: Always

Steps to Reproduce:
1. Run `sudo emerge --update --newuse --deep --with-bdeps=y --keep-going=y @world`
Actual Results:  
>>> Failed to emerge app-office/libreoffice-7.3.5.2

Expected Results:  
System upgrade completes successfully.
Comment 1 Jakob Kreuze 2022-08-22 00:54:47 UTC
Created attachment 800395 [details]
Log output of emerge while building package
Comment 2 Jakob Kreuze 2022-08-22 00:55:07 UTC
Created attachment 800397 [details]
Output of `emerge --info =app-office/libreoffice-7.3.5.2`
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-08-22 00:55:30 UTC
Thanks, should be fixed already though.

*** This bug has been marked as a duplicate of bug 865843 ***