Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583548 - media-libs/gd-2.2.0 uses deprecated SRC_URI
Summary: media-libs/gd-2.2.0 uses deprecated SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
: 583564 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-05-20 07:28 UTC by bugzillamailbox
Modified: 2016-05-20 11:36 UTC (History)
3 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 bugzillamailbox 2016-05-20 07:28:28 UTC
The libgd-2.2.0 ebuild fails to fetch the source archive. Since libgd has moved over to github SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz" used in the 2.2.0 is no longer valid. It should be SRC_URI="https://github.com/libgd/libgd/releases/download/gd-2.2.0/lib${P}.tar.xz" instead.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-05-20 08:37:00 UTC
commit c178047c87437a3205df2ac72cf5924584c990b0
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Fri May 20 10:33:44 2016

    media-libs/gd: Fixed SRC_URI (bug #583548) and EAPI-6 bump.
    
    Package-Manager: portage-2.2.28
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Comment 2 Adrian Bassett 2016-05-20 10:21:23 UTC
(In reply to bugzillamailbox from comment #0)
> The libgd-2.2.0 ebuild fails to fetch the source archive. Since libgd has
> moved over to github
> SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz" used
> in the 2.2.0 is no longer valid. It should be
> SRC_URI="https://github.com/libgd/libgd/releases/download/gd-2.2.0/lib${P}.
> tar.xz" instead.

But I'm getting a 404 on bothe URLs ...
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-05-20 11:18:50 UTC
*** Bug 583564 has been marked as a duplicate of this bug. ***
Comment 4 Adrian Bassett 2016-05-20 11:36:30 UTC
(In reply to Adrian.Bassett from comment #2)
> (In reply to bugzillamailbox from comment #0)
> > The libgd-2.2.0 ebuild fails to fetch the source archive. Since libgd has
> > moved over to github
> > SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz" used
> > in the 2.2.0 is no longer valid. It should be
> > SRC_URI="https://github.com/libgd/libgd/releases/download/gd-2.2.0/lib${P}.
> > tar.xz" instead.
> 
> But I'm getting a 404 on bothe URLs ...

Scrub that, my mistake.(In reply to Adrian.Bassett from comment #2)
> (In reply to bugzillamailbox from comment #0)
> > The libgd-2.2.0 ebuild fails to fetch the source archive. Since libgd has
> > moved over to github
> > SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz" used
> > in the 2.2.0 is no longer valid. It should be
> > SRC_URI="https://github.com/libgd/libgd/releases/download/gd-2.2.0/lib${P}.
> > tar.xz" instead.
> 
> But I'm getting a 404 on bothe URLs ...

Scrub that, my mistake.