Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 748492 - dev-util/android-tools-9.0.0_p3-r1: broken SRC_URI
Summary: dev-util/android-tools-9.0.0_p3-r1: broken SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-10-13 14:30 UTC by ngg
Modified: 2020-10-13 17:05 UTC (History)
1 user (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 ngg 2020-10-13 14:30:33 UTC
dev-util/android-tools-9.0.0_p3-r1 cannot be installed, because SRC_URI contains https://git.archlinux.org/svntogit/community.git/snapshot/community-0ffb7b41d599741d100a6a00a4bb20e162cd3f90.tar.xz which is no longer available.

Reproducible: Always

Steps to Reproduce:
1. emerge dev-util/android-tools

Actual Results:  
It fails.

Expected Results:  
It should install android tools.

As an alternative, there is an official Github mirror of that repository from which https://github.com/archlinux/svntogit-community/archive/0ffb7b41d599741d100a6a00a4bb20e162cd3f90.tar.gz can be downloaded. I'll create a PR to update the package to use that URL.
Comment 1 Larry the Git Cow gentoo-dev 2020-10-13 17:05:42 UTC
The bug has been closed via the following commit(s):

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

commit e1917ae08d6e355a448c236c3175e29e757582e8
Author:     Gergely Nagy <ngg@ngg.hu>
AuthorDate: 2020-10-13 14:33:40 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-10-13 17:05:36 +0000

    dev-util/android-tools: fix broken SRC_URI
    
    Closes: https://github.com/gentoo/gentoo/pull/17913
    Closes: https://bugs.gentoo.org/748492
    Signed-off-by: Gergely Nagy <ngg@ngg.hu>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-util/android-tools/Manifest                         | 1 +
 dev-util/android-tools/android-tools-9.0.0_p3-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)