Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 568056 - sys-fs/lvm2-2.02.136 fails to build (dynamic) - Mismatch between symbols in shared library and lists in .exported_symbols.* files: dm_tree_children_use_uuid
Summary: sys-fs/lvm2-2.02.136 fails to build (dynamic) - Mismatch between symbols in s...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-12 09:25 UTC by Tomáš Chaloupka
Modified: 2022-12-19 13:56 UTC (History)
5 users (show)

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


Attachments
emerge --info (emerge.info,8.36 KB, text/plain)
2015-12-12 09:26 UTC, Tomáš Chaloupka
Details
build log (build.log,36.61 KB, text/x-log)
2015-12-12 09:30 UTC, Tomáš Chaloupka
Details
emerge --info (emerge.info,5.86 KB, text/plain)
2015-12-15 07:06 UTC, Jiri Netolicky
Details
build.log (build.log,39.04 KB, text/plain)
2015-12-15 07:07 UTC, Jiri Netolicky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Chaloupka 2015-12-12 09:25:38 UTC
This fails to build:
[ebuild     U  ] sys-fs/lvm2-2.02.136::gentoo [2.02.116-r2::gentoo] USE="readline thin udev -clvm -cman -device-mapper-only -lvm1 -lvm2create_initrd (-selinux) -static -static-libs -systemd"

Reproducible: Always
Comment 1 Tomáš Chaloupka 2015-12-12 09:26:41 UTC
Created attachment 419018 [details]
emerge --info
Comment 2 Tomáš Chaloupka 2015-12-12 09:30:58 UTC
Created attachment 419020 [details]
build log
Comment 3 Tomáš Chaloupka 2015-12-12 09:37:37 UTC
Can relate to Bug 567572, but build log is different.
Here it fails on:

Mismatch between symbols in shared library and lists in .exported_symbols.* files: dm_tree_children_use_uuid
Comment 4 Jiri Netolicky 2015-12-15 07:06:27 UTC
Created attachment 419256 [details]
emerge --info
Comment 5 Jiri Netolicky 2015-12-15 07:06:54 UTC
Same error on my system
[ebuild     U  ] sys-fs/lvm2-2.02.136::gentoo [2.02.116-r2::gentoo] USE="readline systemd thin udev -clvm -cman -device-mapper-only -lvm1 -lvm2create_initrd (-selinux) (-static) (-static-libs)"
Comment 6 Jiri Netolicky 2015-12-15 07:07:50 UTC
Created attachment 419258 [details]
build.log
Comment 7 Jiri Netolicky 2015-12-26 08:32:30 UTC
The problem is not in lvm2 package but in sort/uniq. with LC_COLLATE set
to cs_CZ.utf8 "sort -u" or uniq does not work well.
Workaround is set LC_COLLATE to en_US.utf8

LC_COLLATE=en_US.utf8 emerge lvm2.

Same problem is with strace 4.13.