Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733798 - sys-kernel/genkernel-4.0.10: cannot download popt
Summary: sys-kernel/genkernel-4.0.10: cannot download popt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-24 17:44 UTC by ngg
Modified: 2020-07-25 02:07 UTC (History)
0 users

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-07-24 17:44:37 UTC
The ebuild tries to download popt from http://ftp.rpm.org/mirror/popt/popt-1.18.tar.gz which URL does not exist, so installation fails with 404 Not Found.

Reproducible: Always

Steps to Reproduce:
1. emerge sys-kernel/genkernel
Actual Results:  
Downloading popt fails.

Expected Results:  
It should work.

According to https://github.com/rpm-software-management/popt/releases/tag/popt-1.18-release the correct URL is http://ftp.rpm.org/popt/releases/popt-1.x/popt-1.18.tar.gz
Comment 1 Larry the Git Cow gentoo-dev 2020-07-25 02:07:23 UTC
The bug has been closed via the following commit(s):

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

commit acdac46b2a99b7a049a9d11cbd7d4cf96faa04ee
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-07-25 02:06:59 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-07-25 02:07:14 +0000

    sys-kernel/genkernel: fix SRC_URI for popt
    
    Closes: https://bugs.gentoo.org/733798
    Package-Manager: Portage-3.0.0, Repoman-2.3.23
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 sys-kernel/genkernel/genkernel-4.0.10.ebuild      | 2 +-
 sys-kernel/genkernel/genkernel-4.1.0_beta1.ebuild | 2 +-
 sys-kernel/genkernel/genkernel-9999.ebuild        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)