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

Bug 95812

Summary: app-misc/mc ebuild contains mirrors:// instead of mirror://
Product: Gentoo Linux Reporter: Dave O'Connor <doc+gentoo-bugs>
Component: New packagesAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: VERIFIED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fixes the bug.

Description Dave O'Connor 2005-06-11 16:42:53 UTC
When trying to update I got

>>> Downloading mirrors://gentoo/mc-4.6.0-sambalib-3.0.10.patch.bz2
mirrors://gentoo/mc-4.6.0-sambalib-3.0.10.patch.bz2: Unsupported scheme.
Couldn't download mc-4.6.0-sambalib-3.0.10.patch.bz2. Aborting.

Changing the ebuild to 

Reproducible: Always
Steps to Reproduce:
1. Emerge -Du world
2. 
3.

Actual Results:  

>>> Downloading mirrors://gentoo/mc-4.6.0-sambalib-3.0.10.patch.bz2
mirrors://gentoo/mc-4.6.0-sambalib-3.0.10.patch.bz2: Unsupported scheme.
Couldn't download mc-4.6.0-sambalib-3.0.10.patch.bz2. Aborting.

Expected Results:  
Downloaded the update and not failed.

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r9 i686)
=================================================================
System uname: 2.6.11-gentoo-r9 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.70GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 28 2005, 20:22:59)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.9.5, 1.8.5-r3, 1.7.9-r1, 1.5, 1.6.3, 1.4_p6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.tiscali.nl/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X adns alsa apm arts avi berkdb bitmap-fonts cdr crypt cups curl
dba eds emboss encode esd fam flac foomaticdb fortran freetds gd gdbm gif gnome
gpm gstreamer gtk gtk2 imagemagick imlib java jpeg junit kde ldap libg++ libwww
mad mikmod motif mozilla mp3 mpeg mysql ncurses nls ogg oggvorbis opengl oss pam
pdflib perl php png postgres python qt quicktime readline samba sdl slang spell
ssl svga tcltk tcpd tiff truetype truetype-fonts type1-fonts vorbis xine xml
xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Dave O'Connor 2005-06-11 16:45:16 UTC
Created attachment 61085 [details]
Fixes the bug.

For anyone finding this download, cp to /usr/portage/app-misc/mc run ebuild
/usr/local/portage/app-misc/mc-4.6.0-r14.ebuild digest and the emerge as
normal.
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-07-10 08:11:26 UTC
fixed.