Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107533 - bad src_uri in ebuild for dev-perl/MLDBM/MLDBM-2.01.ebuild
Summary: bad src_uri in ebuild for dev-perl/MLDBM/MLDBM-2.01.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-28 11:52 UTC by Joel Moore
Modified: 2006-01-16 12: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 Joel Moore 2005-09-28 11:52:14 UTC
dev-perl/MLDBM/MLDBM-2.01.ebuild has
SRC_URI="mirror://cpan/authors/id/G/GS/GSAR/${P}.tar.gz", but file is not
located there.  Further research on CPAN shows the actual URI should be
SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz"


Reproducible: Always
Steps to Reproduce:
1.emerge MLDBM

Actual Results:  
404 not found:

>>> Downloading http://search.cpan.org/CPAN/authors/id/G/GS/GSAR/MLDBM-2.01.tar.gz
--14:49:27--  http://search.cpan.org/CPAN/authors/id/G/GS/GSAR/MLDBM-2.01.tar.gz
           => `/usr/portage/distfiles/MLDBM-2.01.tar.gz'
Resolving search.cpan.org... 216.52.237.135, 216.52.237.136
Connecting to search.cpan.org[216.52.237.135]:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://ftp.cpanel.net/pub/CPAN/authors/id/G/GS/GSAR/MLDBM-2.01.tar.gz
[following]
--14:49:27--  http://ftp.cpanel.net/pub/CPAN/authors/id/G/GS/GSAR/MLDBM-2.01.tar.gz
           => `/usr/portage/distfiles/MLDBM-2.01.tar.gz'
Resolving ftp.cpanel.net... 198.66.78.11, 198.66.78.12, 69.72.164.151, ...
Connecting to ftp.cpanel.net[198.66.78.11]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
14:49:27 ERROR 404: Not Found.

>>> Downloading http://www.cpan.org/authors/id/G/GS/GSAR/MLDBM-2.01.tar.gz
--14:49:27--  http://www.cpan.org/authors/id/G/GS/GSAR/MLDBM-2.01.tar.gz
           => `/usr/portage/distfiles/MLDBM-2.01.tar.gz'
Resolving www.cpan.org... 66.39.76.93
Connecting to www.cpan.org[66.39.76.93]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
14:49:27 ERROR 404: Not Found.


Expected Results:  
file should be downloaded from appropriate path so emerge can proceed.

Portage 2.0.51.22-r2 (default-linux/x86/2005.0/2.4, gcc-3.3.6, glibc-2.3.5-r1,
2.4.29-linode39-1um i686)
=================================================================
System uname: 2.4.29-linode39-1um i686 UML
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python:     2.2.3-r5, 2.3.5-r2
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.4.19-r1, 2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/bind /var/qmail/alias /var/qmail/control
/var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.ccccom.com"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 alsa apache1 berkdb bitmap-fonts clamav crypt curl eds emboss fortran
gd gdbm gif gstreamer gtk2 imagemagick imap imlib ipv6 jpeg libwww mp3 mpeg
mysql ncurses nls ogg pam pdflib perl php png python qmail readline slang snmp
spamassassin spell ssl tcpd tiff truetype truetype-fonts type1-fonts vhosts
vorbis vpopmail xml2 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2006-01-16 12:05:29 UTC
fixed, thanks!