Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38717 - emerge quake2-icculus tries to fetch 'rogue?'
Summary: emerge quake2-icculus tries to fetch 'rogue?'
Status: RESOLVED DUPLICATE of bug 26440
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-19 08:47 UTC by Elan Ruusamäe
Modified: 2005-07-17 13:06 UTC (History)
1 user (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 Elan Ruusamäe 2004-01-19 08:47:50 UTC
# emerge quake2-icculus -vp

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] games-fps/quake2-icculus-0.15-r1  +svga +X +sdl +aalib +opengl -noqmax -rogue -xatrix


# emerge quake2-icculus
Calculating dependencies ...done!
>>> emerge (1 of 1) games-fps/quake2-icculus-0.15-r1 to /
>>> Downloading ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles/rogue?
--18:44:17--  ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles/rogue?
           => `/usr/portage/distfiles/.listing'
Resolving ftp.linux.ee... 195.222.16.154
Connecting to ftp.linux.ee[195.222.16.154]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/gentoo/distfiles/distfiles ... done.
==> PASV ... done.    ==> LIST ... done.

    [  <=>                                                                                                                             ] 1,090,832      3.34M/s

18:44:17 (3.34 MB/s) - `/usr/portage/distfiles/.listing' saved [1090832]

Removed `/usr/portage/distfiles/.listing'.
No matches on pattern `rogue?'.
>>> md5 src_uri ;-) quake2-r0.15.tar.gz

!!! No message digest entry found for file "rogue?."
!!! Most likely a temporary problem. Try 'emerge rsync' again later.
!!! If you are certain of the authenticity of the file then you may type
!!! the following to generate a new digest:
!!!   ebuild /usr/portage/category/package/package-version.ebuild digest




i think it's not parsing properly this one:

SRC_URI="http://icculus.org/quake2/files/${MY_P}.tar.gz
    !noqmax? ( http://icculus.org/quake2/files/maxpak.pak )
    rogue? ( ftp://ftp.idsoftware.com/idstuff/quake2/source/roguesrc320.shar.Z )
    xatrix? ( ftp://ftp.idsoftware.com/idstuff/quake2/source/xatrixsrc320.shar.Z )"

if i put the !noqmax? conditional as last, it proceeds ok:
# emerge quake2-icculus
Calculating dependencies ...done!
>>> emerge (1 of 1) games-fps/quake2-icculus-0.15-r1 to /
>>> md5 src_uri ;-) quake2-r0.15.tar.gz
>>> md5 src_uri ;-) roguesrc320.shar.Z
>>> md5 src_uri ;-) xatrixsrc320.shar.Z
eutils
games
eutils
gcc
eutils
games




Reproducible: Always
Steps to Reproduce:
1.
2.
3.




# emerge info
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.20-2)
=================================================================
System uname: 2.4.20-2 i686 Intel(R) XEON(TM) CPU 2.20GHz
Gentoo Base System version 1.4.3.10
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium2 -march=pentium2 -funroll-loops -pipe 
-fomit-frame-pointer -fstack-protector"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.
1/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -mcpu=pentium2 -march=pentium2 -funroll-loops -pipe 
-fomit-frame-pointer -fstack-protector"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache cvs distcc sandbox"
GENTOO_MIRRORS="ftp://ftp.linux.ee/pub/gentoo/distfiles"
MAKEOPTS="-j13"
PKGDIR="/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/gentoo/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aalib acpi apache2 arts artswrappersuid avi cups dga directfb encode 
fbcon ggi gif gpm gtk2 imlib javascript jpeg kde libg++ libwww lirc mad maildir 
md5sum memlimit mmx mozilla mpeg mysql ncurses nptl oggvorbis opengl oss pam 
perl png quicktime samba sdl slang ssl svga tiff truetype x86 xv zlib 
linguas_et"
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-01-20 15:51:07 UTC
Remove cvs from FEATURES (useless for normal users anyway) as a workaround.

*** This bug has been marked as a duplicate of 26440 ***