Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40308 - emerge -G doesn't work
Summary: emerge -G doesn't work
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-03 12:38 UTC by Riccardo
Modified: 2004-02-04 18:47 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 Riccardo 2004-02-03 12:38:34 UTC
I have a clean install, done frome stage3 of gentoo-hppa, as of today I have no newer versions of portage available.

issuing a emerge -G always causes the following error:

Fetching binary packages info...
cache miss: 'x' --- cache hit: 'o'

!!! Failed to write binary metadata to disk!
!!! modified
  -- DONE!
Comment 1 SpanKY gentoo-dev 2004-02-03 15:21:04 UTC
we're gonna need a lot more info here ... `emerge info` and what GRP host are you using for starters
Comment 2 Riccardo 2004-02-03 15:33:29 UTC
in make.conf I have:
PORTAGE_BINHOST="http://dev.gentoo.org/~gmsoft/grp/grp-hppa-20040114/"

and emerge info tells me:

Portage 2.0.49-r21 (default-hppa-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.24-pa0)
=================================================================
System uname: 2.4.24-pa0 parisc PA7100 (PCX-T)
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="hppa"
AUTOCLEAN="yes"
CFLAGS="-march=1.1 -O2 -pipe -mschedule=7100"
CHOST="hppa-unknown-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/env.d"
CXXFLAGS="-O1 -pipe -mschedule=7100"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="hppa X berkdb crypt cups encode fbdev foomaticdb gdbm gif gpm gtk gtk2 imlib jpeg libg++ libwww mikmod motif ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl tcpd truetype xfs xml2 xmms xv zlib"
Comment 3 Marius Mauch (RETIRED) gentoo-dev 2004-02-04 18:47:35 UTC
append "All" to the PORTAGE_BINHOST variable, see `man make.conf`.