Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740156 - media-sound/gmpc-11.8.16-r1 fails to compile (cannot find -lSM, cannot find -lICE)
Summary: media-sound/gmpc-11.8.16-r1 fails to compile (cannot find -lSM, cannot find -...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 779391 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-09-03 06:42 UTC by Agostino Sarubbo
Modified: 2021-08-19 03:27 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,589.71 KB, text/plain)
2020-09-03 06:42 UTC, Agostino Sarubbo
Details
1-autoconf.out (1-autoconf.out,119 bytes, text/plain)
2020-09-03 06:42 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-09-03 06:42:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/gmpc-11.8.16-r1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-03 06:42:48 UTC
Created attachment 658018 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-03 06:42:50 UTC
Created attachment 658020 [details]
1-autoconf.out

1-autoconf.out
Comment 3 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-03-29 01:58:15 UTC
This machine uses clang?

/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lSM
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lICE

Anyway, I can reproduce.
Comment 4 Ionen Wolkens gentoo-dev 2021-03-31 07:11:02 UTC
*** Bug 779391 has been marked as a duplicate of this bug. ***
Comment 5 Ionen Wolkens gentoo-dev 2021-03-31 07:11:49 UTC
Yes, unrelated to clang, there's just missing deps (see duplicate bug #779391).
Comment 6 Larry the Git Cow gentoo-dev 2021-08-19 03:27:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fafad574853efaae61286ed215db1ab4e1191d

commit b6fafad574853efaae61286ed215db1ab4e1191d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-08-19 02:59:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-08-19 03:27:46 +0000

    media-sound/gmpc: add missing dependencies (libICE, libSM)
    
    Closes: https://bugs.gentoo.org/740156
    Signed-off-by: Sam James <sam@gentoo.org>

 .../gmpc/{gmpc-11.8.16-r1.ebuild => gmpc-11.8.16-r2.ebuild} | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)