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

Bug 53360

Summary: portage -- emerge -gk still tries to get patches (for kernel, etc)...
Product: Gentoo Linux Reporter: Eric Brown <eric.brown>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Eric Brown 2004-06-08 15:40:34 UTC
i am using my own private rsync and binhost, but when i try to emerge -gk gentoo-sources (which has a tbz2 on the binhost), it fails because portage tries to look for the gentoo-sources patch.tbz on the binhost.  This shouldn't even be an issue because i'm emerging a binary and patching wont even be necessary, someone should patch portage to turn downloading of patches and other files off when using emerge -gk

Reproducible: Always
Steps to Reproduce:
1.emerge -gk gentoo-sources
2.
3.

Actual Results:  
livecd / # emerge gentoo-sources -gk
Fetching binary packages info...
Loaded metadata pickle.
Location has moved: http://127.0.0.1/gentoo-bins/i686/All/
cache miss: 'x' --- cache hit: 'o'
oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
  -- DONE!

Calculating dependencies ...done!
>>> emerge (1 of 1) sys-kernel/gentoo-sources-2.4.25-r2 to /
>>> Downloading http://gentoo.seren.com/gentoo/distfiles/gentoo-sources-2.4.25.patch.bz2


Expected Results:  
should have emerged gentoo-sources and not even tried to download the patches because it's a prebuilt package

Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25-gentoo)
=================================================================
System uname: 2.4.25-gentoo i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /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 buildpkg ccache sandbox"
GENTOO_MIRRORS="http://gentoo.seren.com/gentoo http://mirror.tucdemonic.org/gentoo/ http://212.219.247.21/sites/www.ibiblio.org/gentoo/ http://212.219.247.16/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://192.168.1.22/gentoo-portage/"
USE="X berkdb doc gnome gtk2 jpeg mysql ncurses nls pam perl png python readline spell ssl tcpd threads tiff truetype x86
xml2 zlib"
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-06-08 15:52:03 UTC
closing per request
Comment 2 Eric Brown 2004-06-18 16:34:07 UTC
poor error output misguided me on this. problem was not related to patches