Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45630 - hk_classes-0.6.3_alpha3 does not emerge, since it could not download the sources
Summary: hk_classes-0.6.3_alpha3 does not emerge, since it could not download the sources
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 11:29 UTC by Martin Vuk
Modified: 2004-03-24 15:54 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 Martin Vuk 2004-03-24 11:29:58 UTC
In the ebuild there is wrong uri for the source code: 
instead of 
SRC_URI="mirror://sourceforge/sourceforge/hk_classes/${MY_P}.tar.bz2"
it should be
SRC_URI="mirror://sourceforge/hk_classes/${MY_P}.tar.bz2
same for the knoda ebuild.

Reproducible: Always
Steps to Reproduce:
1.env ACCEPT_KEYWORDS="~x86" emerge hk_classes
2.
3.

Actual Results:  
emerge failed! Could not download the sources

Expected Results:  
successful emerge

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.22)
=================================================================
System uname: 2.4.22 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Gentoo Base System version 1.4.3.10
distcc 2.9 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.57-r1
Automake: sys-devel/automake-1.7.5-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -O3 -pipe"
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/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp.easynet.
nl/mirror/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://ftp.
uni-erlangen.de/pub/mirrors/gentoo ftp://sunsite.informatik.rwth-aachen.
de/pub/Linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb cdr crypt cups encode esd foomaticdb gdbm gif 
gnome gpm gtk gtk2 guile imlib java jpeg kde libg++ libwww mad mikmod motif 
mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png postgres 
python qt quicktime readline scanner sdl slang spell ssl svga tcltk tcpd tetex 
truetype x86 xml2 xmms xv zlib"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-03-24 15:54:47 UTC
fixed