Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 863635 - media-sound/teamspeak-client-5.0.0_beta70, download of the package fails due to invalid url
Summary: media-sound/teamspeak-client-5.0.0_beta70, download of the package fails due ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-04 15:58 UTC by Niko
Modified: 2022-08-05 17:05 UTC (History)
0 users

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


Attachments
attachment contains both build log and emerge --info (attachment.txt,8.60 KB, text/plain)
2022-08-04 15:58 UTC, Niko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Niko 2022-08-04 15:58:53 UTC
Created attachment 797680 [details]
attachment contains both build log and emerge --info

Emerging the beta Teamspeak client fails due to invalid URL address.
This is because the URL is crafted based from package version, in this case 5.0.0_beta70, but Teamspeak servers use (-) in their versioning instead of (_), so the version should be 5.0.0-beta70 instead. Because of this difference, the URL returns error 404 and causes the build to fail.
Comment 1 Larry the Git Cow gentoo-dev 2022-08-05 17:05:48 UTC
The bug has been closed via the following commit(s):

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

commit 20d82e896ccd3f86838461972e7753a9313369a0
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2022-08-05 17:04:53 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2022-08-05 17:04:53 +0000

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

 media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)