Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 751064 - sys-fs/mdadm - file version not available on mirrors
Summary: sys-fs/mdadm - file version not available on mirrors
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-24 17:50 UTC by Randal Rioux
Modified: 2020-10-25 05:22 UTC (History)
1 user (show)

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


Attachments
Output of emerge --info (emerge-info.txt,5.03 KB, text/plain)
2020-10-24 17:50 UTC, Randal Rioux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Randal Rioux 2020-10-24 17:50:01 UTC
Created attachment 668360 [details]
Output of emerge --info

This may not be only for SPARC64 systems, but that just happens to be the system I'm working on.

Emerging 'sys-fs/mdadm' fails because the ebuild is looking for the filename mdadm_4.1-3.debian.tar.xz on all the mirrors. However, that file is not present anywhere. 4.1-1 and 4.1-8 are, but nothing in between.

Current sync, seems as though the ebuild file is up-to-date. 

Output of 'emerge --info' attached.
Comment 1 Brian Evans (RETIRED) gentoo-dev 2020-10-24 18:21:16 UTC
(In reply to Randal Rioux from comment #0)
> Created attachment 668360 [details]
> Output of emerge --info
> 
> This may not be only for SPARC64 systems, but that just happens to be the
> system I'm working on.
> 
> Emerging 'sys-fs/mdadm' fails because the ebuild is looking for the filename
> mdadm_4.1-3.debian.tar.xz on all the mirrors. However, that file is not
> present anywhere. 4.1-1 and 4.1-8 are, but nothing in between.
> 
> Current sync, seems as though the ebuild file is up-to-date. 
> 
> Output of 'emerge --info' attached.

Try commenting out GENTOO_MIRRORS temporarily to try other mirrors.

It works here fwiw:

ebuild /var/repo/portage/sys-fs/mdadm/mdadm-4.1.ebuild fetch
 * mdadm-4.1.tar.xz BLAKE2B SHA512 size ;-) ...                                                                                           [ ok ]

>>> Downloading 'http://distfiles.gentoo.org/distfiles/ff/mdadm_4.1-3.debian.tar.xz'
--2020-10-24 14:17:54--  http://distfiles.gentoo.org/distfiles/ff/mdadm_4.1-3.debian.tar.xz
Resolving distfiles.gentoo.org... 2600:3404:200:237::2, 2600:3402:200:227::2, 2605:bc80:3010::134, ...
Connecting to distfiles.gentoo.org|2600:3404:200:237::2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 89640 (88K) [application/x-xz]
Saving to: ‘/var/lib/portage/distfiles/mdadm_4.1-3.debian.tar.xz.__download__’

/var/lib/portage/distfiles/mdadm_4.1 100%[===================================================================>]  87.54K  --.-KB/s    in 0.07s   

2020-10-24 14:17:54 (1.31 MB/s) - ‘/var/lib/portage/distfiles/mdadm_4.1-3.debian.tar.xz.__download__’ saved [89640/89640]

 * mdadm_4.1-3.debian.tar.xz BLAKE2B SHA512 size ;-) ...                                                                                  [ ok ]
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2020-10-24 20:12:01 UTC
Closing as INVALID: File is present on Gentoo mirrors. A functional Gentoo installation depends on correctly set GENTOO_MIRRORS. Please fix your system.
Comment 3 Randal Rioux 2020-10-25 05:22:48 UTC
Brian's comment was helpful - commenting the mirrors variable in make.conf worked. I will figure out why it didn't like the mirrors I manually set.

Thanks