Summary: | sys-fs/udisks-2.9.2[lvm][zram] - /.../udiskslinuxmodulebtrfs.c:64: undefined reference to udisks_module_get_type | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Freedesktop bugs <freedesktop-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lssndrbarbieri, orbea |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/25433 https://github.com/gentoo/gentoo/pull/25504 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 765709 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 sys-fs:udisks-2.9.2:20210410-231249.log temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 699153 [details]
emerge-info.txt
Created attachment 699156 [details]
emerge-history.txt
Created attachment 699159 [details]
environment
Created attachment 699162 [details]
etc.portage.tar.bz2
Created attachment 699165 [details]
logs.tar.bz2
Created attachment 699168 [details]
sys-fs:udisks-2.9.2:20210410-231249.log
Created attachment 699171 [details]
temp.tar.bz2
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18950b1eba7d8fdf98cf2795092b9c062f6536ad commit 18950b1eba7d8fdf98cf2795092b9c062f6536ad Author: orbea <orbea@riseup.net> AuthorDate: 2022-05-10 23:48:52 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-05-11 02:07:07 +0000 sys-fs/udisks: Fix undefined references When building with slibtool the build fails with undefined references. This is because slibtool respects -no-undefined while GNU libtool silently ignores it. Adding the missing dependency fixes the issue. Bug: https://bugs.gentoo.org/782061 Upstream-PR: https://github.com/storaged-project/udisks/pull/978 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25433 Signed-off-by: Sam James <sam@gentoo.org> sys-fs/udisks/files/udisks-2.9.4-undefined.patch | 30 ++++++++++++++++++++++++ sys-fs/udisks/udisks-2.9.4.ebuild | 9 ++++++- 2 files changed, 38 insertions(+), 1 deletion(-) Going to reopen this because it still occurs with USE=lvm and presumably with USE=zram (I'm not installing systemd to find out). I'm going to hold off until upstream to responds for now. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839c920c715e527da38a69aefb2e9432d4ad65ba commit 839c920c715e527da38a69aefb2e9432d4ad65ba Author: orbea <orbea@riseup.net> AuthorDate: 2022-05-15 15:02:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-05-15 22:09:41 +0000 sys-fs/udisks: Fix more undefined refeferences Follow up to PR https://github.com/gentoo/gentoo/pull/25433 This should solve the undefined references with all of the available modules. Bug: https://bugs.gentoo.org/782061 Upstream-PR: https://github.com/storaged-project/udisks/pull/978 Upstream-PR: https://github.com/storaged-project/udisks/pull/979 Upstream-Commit: https://github.com/storaged-project/udisks/commit/362cc8f1613193f8e68d13a416421bb36fd7f713 Upstream-Commit: https://github.com/storaged-project/udisks/commit/6cbce6602ce447127cb4f77706870b6706bf1c5f Upstream-Commit: https://github.com/storaged-project/udisks/commit/97bb17425e52ee6b2f11b13b3764d0dd6e8cfc97 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25504 Signed-off-by: Sam James <sam@gentoo.org> sys-fs/udisks/files/udisks-2.9.4-undefined.patch | 115 ++++++++++++++++++++++- 1 file changed, 114 insertions(+), 1 deletion(-) |