Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 600688

Summary: media-libs/smpeg-0.4.4-r10 broken download
Product: Gentoo Linux Reporter: Chris White <cwprogram>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/21779
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris White 2016-11-24 21:33:57 UTC
>>> Downloading 'http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/smpeg-0.4.4.tar.gz'
--2016-11-24 12:48:26--  http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/smpeg-0.4.4.tar.gz
Resolving ftp.ucsb.edu... 128.111.24.43
Connecting to ftp.ucsb.edu|128.111.24.43|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-11-24 12:48:26 ERROR 404: Not Found.

>>> Downloading 'ftp://ftp.lokigames.com/pub/open-source/smpeg/smpeg-0.4.4.tar.gz'
pathconf: Permission denied
--2016-11-24 12:48:26--  ftp://ftp.lokigames.com/pub/open-source/smpeg/smpeg-0.4.4.tar.gz
           => ‘/usr/portage/distfiles/smpeg-0.4.4.tar.gz’
Resolving ftp.lokigames.com... 74.81.175.20, 2606:d700:8100::1337
Connecting to ftp.lokigames.com|74.81.175.20|:21... failed: Connection refused.
Connecting to ftp.lokigames.com|2606:d700:8100::1337|:21... failed: Network is unreachable.
!!! Couldn't download 'smpeg-0.4.4.tar.gz'. Aborting.
 * Fetch failed for 'media-libs/smpeg-0.4.4-r10', Log file:
 *  '/var/tmp/portage/media-libs/smpeg-0.4.4-r10/temp/build.log'

------------------

Changing the SRC_URI to a mirror of the ftp site:

SRC_URI="http://ftp.gameaholic.com/pub/mirrors/ftp.lokigames.com/open-source/smpeg/${P}.tar.gz

Fixes the issue.
Comment 1 Larry the Git Cow gentoo-dev 2021-08-02 02:22:37 UTC
The bug has been closed via the following commit(s):

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

commit 1f04d0ab3d7620029b756a8a470d9dcdaad13639
Author:     Michael Mair-Keimberger <mmk@levelnine.at>
AuthorDate: 2021-07-24 22:39:15 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-08-02 02:20:27 +0000

    media-libs/smpeg: EAPI8 bump, ebuild improvements
    
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
    Closes: https://bugs.gentoo.org/600688
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-libs/smpeg/files/smpeg-0.4.4-PIC.patch       |  8 +--
 media-libs/smpeg/files/smpeg-0.4.4-automake.patch  |  2 -
 media-libs/smpeg/files/smpeg-0.4.4-config.patch    |  4 +-
 media-libs/smpeg/files/smpeg-0.4.4-flags.patch     |  2 -
 media-libs/smpeg/files/smpeg-0.4.4-format.patch    |  4 +-
 media-libs/smpeg/files/smpeg-0.4.4-gcc41.patch     |  9 +--
 media-libs/smpeg/files/smpeg-0.4.4-gcc6.patch      |  4 +-
 media-libs/smpeg/files/smpeg-0.4.4-malloc.patch    |  4 --
 .../smpeg/files/smpeg-0.4.4-missing-init.patch     |  4 +-
 media-libs/smpeg/files/smpeg-0.4.4-mmx.patch       |  2 -
 media-libs/smpeg/smpeg-0.4.4-r11.ebuild            | 71 ++++++++++++++++++++++
 11 files changed, 85 insertions(+), 29 deletions(-)