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

Bug 113810

Summary: Portage downloads php-5.1.1 tar but says it didn't / cannot
Product: Gentoo Linux Reporter: Scott hunter <ethic_def>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Scott hunter 2005-11-28 09:36:28 UTC
After unmasking PHP 5.1.1 from the PHP overlay, emerge will not install the tar
file, even tho it sucessfully downloads it:

Code:

>>> Resuming download...
>>> Downloading http://www.php.net/distributions/php-5.1.1.tar.bz2
--08:45:53--  http://www.php.net/distributions/php-5.1.1.tar.bz2
           => `/usr/portage/distfiles/php-5.1.1.tar.bz2'
Resolving www.php.net... 64.246.30.37
Connecting to www.php.net|64.246.30.37|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://static.php.net/www.php.net/distributions/php-5.1.1.tar.bz2
[following]
--08:45:54--  http://static.php.net/www.php.net/distributions/php-5.1.1.tar.bz2
           => `/usr/portage/distfiles/php-5.1.1.tar.bz2'
Resolving static.php.net... 64.246.30.196
Connecting to static.php.net|64.246.30.196|:80... connected.
HTTP request sent, awaiting response... 206 X
Length: 6,149,470 (5.9M), 0 remaining [application/octet-stream]

100%[+++++++++++++++++++++++++++++++++++++] 6,149,470     --.--K/s

08:45:54 (0.00 B/s) - `/usr/portage/distfiles/php-5.1.1.tar.bz2' saved
[6149470/6149470]

!!! Couldn't download php-5.1.1.tar.bz2. Aborting.


I've tried downloading the tar file and puting it directly in the distfiles
directory with no success. 

Reproducible: Always
Steps to Reproduce:
1. Install Gentoo PHP Overlay
2. emerge dev-lang/php

Actual Results:  
>>> Downloading http://www.php.net/distributions/php-5.1.1.tar.bz2
--08:45:53--  http://www.php.net/distributions/php-5.1.1.tar.bz2
           => `/usr/portage/distfiles/php-5.1.1.tar.bz2'
Resolving www.php.net... 64.246.30.37
Connecting to www.php.net|64.246.30.37|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://static.php.net/www.php.net/distributions/php-5.1.1.tar.bz2
[following]
--08:45:54--  http://static.php.net/www.php.net/distributions/php-5.1.1.tar.bz2
           => `/usr/portage/distfiles/php-5.1.1.tar.bz2'
Resolving static.php.net... 64.246.30.196
Connecting to static.php.net|64.246.30.196|:80... connected.
HTTP request sent, awaiting response... 206 X
Length: 6,149,470 (5.9M), 0 remaining [application/octet-stream]

100%[+++++++++++++++++++++++++++++++++++++] 6,149,470     --.--K/s

08:45:54 (0.00 B/s) - `/usr/portage/distfiles/php-5.1.1.tar.bz2' saved
[6149470/6149470]

!!! Couldn't download php-5.1.1.tar.bz2. Aborting.

Expected Results:  
Installed php-5.1.1

Portage 2.0.53_rc7 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r3,
2.6.13-gentoo i686)
=================================================================
System uname: 2.6.13-gentoo i686 Intel(R) Celeron(R) CPU 2.40GHz
Gentoo Base System version 1.12.0_pre10
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~overlay ~x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/gentoo-php-overlay/production-ready
/usr/local/gentoo-php-overlay/experimental"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acpi alsa audiofile bash-completion berkdb bitmap-fonts bzip2 cdr crypt
cups curl dbx doc eds emboss encode expat fbcon foomaticdb fortran gd gdbm gif
gpm gstreamer gtk gtk2 imlib ingres innodb ipv6 java javascript jpeg kerberos
ldap libg++ libwww mhash motif mp3 mysql mysqli ncurses nls odbc ogg opengl pam
pcre pdflib perl php png python readline samba sasl sdl sharedext snmp sockets
spell spl ssl tcpd tetex tiff tokenizer truetype truetype-fonts type1-fonts udev
vorbis x86 xml xml2 xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-28 09:41:24 UTC
Not in portage, and WORKSFORME as far as php overlay is concerned...

INVALID.