Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747742 - sys-apps/debianutils ebuild points to debianutils_4.11.1.tar.xz, version doesn't exist in mirrors
Summary: sys-apps/debianutils ebuild points to debianutils_4.11.1.tar.xz, version does...
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:
: 748096 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-10-10 22:47 UTC by Camden Lindsay
Modified: 2020-10-12 18:44 UTC (History)
2 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 Camden Lindsay 2020-10-10 22:47:22 UTC
while trying to emerge debianutils, the ebuild fails after trying many mirrors with 

>>> Downloading 'http://ftp.br.debian.org/debian/pool/main/d/debianutils/debianutils_4.11.1.tar.xz'
--2020-10-10 15:35:09--  http://ftp.br.debian.org/debian/pool/main/d/debianutils/debianutils_4.11.1.tar.xz
Resolving ftp.br.debian.org... 200.236.31.3, 2801:82:80ff:8000::4
Connecting to ftp.br.debian.org|200.236.31.3|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-10-10 15:35:09 ERROR 404: Not Found.

Looking at one of these ftp directories, you can see that version 4.11.1 doesn't exist in them, but v 4.11.2 does. 

Reproducible: Always

Steps to Reproduce:
1. Attempt to emerge debianutils
2. Sit back and wait for the not founds to roll in
3.
Actual Results:  
Build fails, download file not found
Comment 1 Jonas Stein gentoo-dev 2020-10-11 10:19:30 UTC
Confirmed with

sys-apps/debianutils$ GENTOO_MIRRORS="" ebuild debianutils-4.11.1.ebuild fetch 
Appending /usr/local/overlays/gentoo to PORTDIR_OVERLAY...
>>> Downloading 'http://ftp.cz.debian.org/debian/pool/main/d/debianutils/debianutils_4.11.1.tar.xz'
--2020-10-11 12:18:22--  http://ftp.cz.debian.org/debian/pool/main/d/debianutils/debianutils_4.11.1.tar.xz
Resolving ftp.cz.debian.org... 78.128.211.127, 2001:718:1:1f:50:56ff:feee:127
Connecting to ftp.cz.debian.org|78.128.211.127|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-10-11 12:18:22 ERROR 404: Not Found.
(..)
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2020-10-11 11:12:55 UTC
So what do you want us to do here?

Closing as INVALID: File is mirrored on Gentoo mirrors. That's why we have our mirror system. It doesn't matter if a mirrored file was removed upstream in this case.
Comment 3 Mike Gilbert gentoo-dev 2020-10-11 12:57:31 UTC
I suspect the reporter has a bad value configured in GENTOO_MIRRORS, intentionally or not.
Comment 4 Camden Lindsay 2020-10-11 17:52:34 UTC
Thank you for responding-
I didn't think i have incorrect GENTOO_MIRRORS set, but its been a long time since i did anything with them... (frankly don't even remember ever setting them)

dylan@BigBox ~ $ grep GENTOO_MIRRORS /usr/share/portage/config/make.globals 
GENTOO_MIRRORS="http://distfiles.gentoo.org"
dylan@BigBox ~ $ 


dylan@BigBox / $ grep GENTOO_MIRRORS /etc/portage/make.conf 
#GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ ftp://mirror.fslutd.org/linux/distributions/gentoo/ http://mirror.datapipe.net/gentoo http://mirror.fslutd.org/linux/distributions/gentoo/"
GENTOO_MIRRORS="http://mirror.mcs.anl.gov/gentoo/ http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo/"
dylan@BigBox / $ 



I found the GENTOO_MIRRORS wiki page and 'fixed' my mirrors..

dylan@BigBox / $ grep GENTOO_MIRRORS /etc/portage/make.conf 
#GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ ftp://mirror.fslutd.org/linux/distributions/gentoo/ http://mirror.datapipe.net/gentoo http://mirror.fslutd.org/linux/distributions/gentoo/"
GENTOO_MIRRORS="https://gentoo.osuosl.org/ http://gentoo.osuosl.org/ https://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/ http://gentoo.cs.utah.edu/"
dylan@BigBox / $ 

Now working without a problem.  Thank you, Mike Gilbert, for the pointer to GENTOO_MIRRORS
Comment 5 Thomas Deutschmann (RETIRED) gentoo-dev 2020-10-11 18:00:19 UTC
I recommend to use `portageq envvar GENTOO_MIRRORS` next time. Grep results can be misleading when there is just one file killing the assignment.

Glad you sorted the problem!
Comment 6 Mike Gilbert gentoo-dev 2020-10-12 18:44:50 UTC
*** Bug 748096 has been marked as a duplicate of this bug. ***