Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909153 - media-sound/teamspeak-client-3.6.0: Build fails due to non-existing files that should be deleted
Summary: media-sound/teamspeak-client-3.6.0: Build fails due to non-existing files tha...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-25 12:19 UTC by matthias.grobarek
Modified: 2023-06-26 06:02 UTC (History)
0 users

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


Attachments
build.log (build.log,1.61 KB, text/x-log)
2023-06-25 12:21 UTC, matthias.grobarek
Details
emerge --info (emerge-info.txt,19.41 KB, text/plain)
2023-06-25 12:21 UTC, matthias.grobarek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matthias.grobarek 2023-06-25 12:19:17 UTC
It seems that src_prepare() in the ebuild of media-sound/teamspeak-client-3.6.0 needs to be fixed. It expects ALSA and Pulseaudio libs to be present in the soundbackends directory, but in my case they are not. See attached build.log.

Reproducible: Always

Steps to Reproduce:
1. Emerge teamspeak-client 3.6.0
2. See the failure in build.log.gz
Actual Results:  
>>> Preparing source in /var/tmp/portage/media-sound/teamspeak-client-3.6.0/work ...
rm: cannot remove 'soundbackends/libpulseaudio_linux_*.so': No such file or directory


Expected Results:  
Build works.
Comment 1 matthias.grobarek 2023-06-25 12:21:26 UTC
Created attachment 864593 [details]
build.log
Comment 2 matthias.grobarek 2023-06-25 12:21:38 UTC
Created attachment 864594 [details]
emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2023-06-26 06:02:05 UTC
The bug has been closed via the following commit(s):

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

commit 381af08ff478bef217a4ca933bef346d2e9017f5
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2023-06-26 05:58:39 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-06-26 05:59:27 +0000

    media-sound/teamspeak-client: fix alsa install
    
    Closes: https://bugs.gentoo.org/909153
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 media-sound/teamspeak-client/teamspeak-client-3.6.0-r1.ebuild | 5 -----
 1 file changed, 5 deletions(-)