Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30106 - emerge sys-devel/patch-2.5.9 doesn't work - source code can't be downloaded
Summary: emerge sys-devel/patch-2.5.9 doesn't work - source code can't be downloaded
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 31592
  Show dependency tree
 
Reported: 2003-10-01 13:02 UTC by Thomas Schlesinger (RETIRED)
Modified: 2003-10-20 08:05 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 Thomas Schlesinger (RETIRED) gentoo-dev 2003-10-01 13:02:13 UTC
After an emerge sync and emerge patch, I got the following output:

>>> emerge (1 of 3) sys-devel/patch-2.5.9 to /
>>> Downloading http://alpha.gnu.org/gnu/patch/patch-2.5.9.tar.gz
--21:58:12--  http://alpha.gnu.org/gnu/patch/patch-2.5.9.tar.gz
           => `/usr/portage/distfiles/patch-2.5.9.tar.gz'
Resolving alpha.gnu.org... done.
Connecting to alpha.gnu.org[199.232.41.11]:80...  


The server alpha.gnu.org was never connected.

Reproducible: Always
Steps to Reproduce:
emerge patch
Actual Results:  
see above

Expected Results:  
patch should be installed

Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r5)
============================================================
=====
System uname: 2.4.20-gentoo-r5 i686 AMD Athlon(tm) Processor
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=i686 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /
usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=i686 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache"
GENTOO_MIRRORS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ libwww mad mikmod mmx 
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang 
readline arts svga java sdl gpm tcpd pam ssl perl python esd imlib oggvorbis motif opengl X qt kde 
-gtk -gnome -alsa"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-10-01 13:17:32 UTC
Also works for me.

I see your problem though.  You need to set 

GENTOO_MIRRORS to something reasonable in /etc/make.conf

I have:

GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
Comment 2 SpanKY gentoo-dev 2003-10-01 19:03:37 UTC
changing SRC_URI to use mirror://gnu/ since alph.gnu.org sucks
Comment 3 SpanKY gentoo-dev 2003-10-01 19:04:38 UTC
fixed in cvs