Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832558 - net-misc/teamviewer-15.23.9 installs files with unresolved SONAME dependencies
Summary: net-misc/teamviewer-15.23.9 installs files with unresolved SONAME dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Dummer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-02-02 08:11 UTC by Agostino Sarubbo
Modified: 2022-03-26 13:54 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,55.09 KB, text/plain)
2022-02-02 08:11 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 2022-02-02 08:11:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/teamviewer-15.23.9 installs files with unresolved SONAME dependencies.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
If the issue is about libc.so you may want to mask this package for musl profile(s). See https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243011278ddb556ddc11fa1852b3e48e03b79d34.
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-02 08:11:28 UTC
Created attachment 764186 [details]
build.log

build log and emerge --info
Comment 2 Martin Dummer 2022-03-25 07:26:49 UTC
Teamviewer is a binary only closed source package.
It will most probably not run under musl libc.
Comment 3 Joonas Niilola gentoo-dev 2022-03-25 07:34:37 UTC
You'll have to mask it on musl profile and/or straight up RDEPEND on glibc to "fix" this bug.
Comment 4 Ionen Wolkens gentoo-dev 2022-03-25 09:52:00 UTC
(In reply to Joonas Niilola from comment #3)
> You'll have to mask it on musl profile and/or straight up RDEPEND on glibc
> to "fix" this bug.
Rather than "or", should be both for prebuilts given its dependency is not @system's virtual/libc but is exactly glibc (and then glibc is unavailable on musl profile, see profiles/features/musl/package.mask).
Comment 5 Larry the Git Cow gentoo-dev 2022-03-26 13:54:35 UTC
The bug has been closed via the following commit(s):

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

commit 65e2b48339734b7982096e588fe7764437e04cd8
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2022-03-26 12:12:53 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-03-26 13:27:53 +0000

    profiles/features/musl/package.mask: mask net-misc/teamviewer
    
    net-misc/teamviewer is a binary package linked to glibc
    
    Closes: https://bugs.gentoo.org/832558
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://github.com/gentoo/gentoo/pull/24758
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 profiles/features/musl/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

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

commit 05fe3e0e2a1707912510a3ef593b180e44855b11
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2022-03-25 16:49:40 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-03-26 13:27:32 +0000

    net-misc/teamviewer: version bump to 15.28.6
    
    add RDEPEND for sys-libs/glibc to avoid installation on musl profile
    systems
    this version should fix CVE-2022-23242 - connection password leakage after crash
    
    Bug: https://bugs.gentoo.org/835862
    Closes: https://bugs.gentoo.org/832558
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://github.com/gentoo/gentoo/pull/24747
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-misc/teamviewer/Manifest                  |   4 +
 net-misc/teamviewer/teamviewer-15.28.6.ebuild | 156 ++++++++++++++++++++++++++
 2 files changed, 160 insertions(+)