Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919575 - media-sound/picard-2.10: tarballs unavailable at current SRC_URI
Summary: media-sound/picard-2.10: tarballs unavailable at current SRC_URI
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:
Depends on:
Blocks:
 
Reported: 2023-12-09 15:39 UTC by arcctgx
Modified: 2023-12-28 09:37 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arcctgx 2023-12-09 15:39:15 UTC
Picard tarballs can't be downloaded from https://musicbrainz.osuosl.org/pub/musicbrainz/picard/. It appears that this directory doesn't exist on that server. I don't know if that's a temporary problem, or permanent removal.

At the time of writing this bug report all three available Picard ebuilds (2.9.2, 2.10 and 9999) reference SRC_URI="https://musicbrainz.osuosl.org/pub/musicbrainz/${PN}/${P}.tar.gz".

Picard website provides tarballs with matching checksums at https://data.musicbrainz.org/pub/musicbrainz/picard/.

Reproducible: Always

Steps to Reproduce:
emerge -uv media-sound/picard
Actual Results:  
>>> Downloading 'https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-2.10.tar.gz'
--2023-12-09 14:23:31--  https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-2.10.tar.gz
Resolving musicbrainz.osuosl.org... 64.50.233.100, 64.50.236.52, 140.211.166.134
Connecting to musicbrainz.osuosl.org|64.50.233.100|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-12-09 14:23:31 ERROR 404: Not Found.

!!! Couldn't download 'picard-2.10.tar.gz'. Aborting.

Expected Results:  
Source tarball is downloaded, application is built and installed.
Comment 1 Larry the Git Cow gentoo-dev 2023-12-28 09:35:55 UTC
The bug has been closed via the following commit(s):

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

commit 51515cc28528e6c17aa18bcc278bea5001b3de5a
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2023-12-28 09:35:44 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2023-12-28 09:35:52 +0000

    media-sound/picard: fixed SRC_URI
    
    Closes: https://bugs.gentoo.org/919575
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/picard/picard-2.10.ebuild | 2 +-
 media-sound/picard/picard-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 2 Miroslav Šulc gentoo-dev 2023-12-28 09:37:48 UTC
thanks for the report and also for the resolution info.