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

Bug 155319

Summary: dev-php/PEAR-Date-1.4.6 build breaks
Product: Gentoo Linux Reporter: Christopher Weldon <cweldon>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christopher Weldon 2006-11-15 19:59:11 UTC
emerge PEAR-Date                         
Calculating dependencies... done!

>>> Emerging (1 of 1) dev-php/PEAR-Date-1.4.6 to /
>>> Downloading 'http://www.gtlib.gatech.edu/pub/gentoo/distfiles/Date-1.4.6.tgz'
--21:48:24--  http://www.gtlib.gatech.edu/pub/gentoo/distfiles/Date-1.4.6.tgz
           => `/usr/portage/distfiles/Date-1.4.6.tgz'
Resolving www.gtlib.gatech.edu... 128.61.111.9, 128.61.111.10, 128.61.111.11
Connecting to www.gtlib.gatech.edu|128.61.111.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 53,535 (52K) [application/x-gzip]

100%[==========================================================================================================================================================================================================================================>] 53,535        --.--K/s             

21:48:24 (482.82 KB/s) - `/usr/portage/distfiles/Date-1.4.6.tgz' saved [53535/53535]

 * checking ebuild checksums ;-) ...                                                                                                                                                                                                                                            [ ok 
 * checking auxfile checksums ;-) ...                                                                                                                                                                                                                                           [ ok 
 * checking miscfile checksums ;-) ...                                                                                                                                                                                                                                          [ ok 
 * checking Date-1.4.6.tgz ;-) ...                                                                                                                                                                                                                                              [ ok 
>>> Unpacking source...
>>> Unpacking Date-1.4.6.tgz to /var/tmp/portage/PEAR-Date-1.4.6/work
tar: A lone zero block at 783
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/PEAR-Date-1.4.6/work/Date-1.4.6 ...
>>> Source compiled.
>>> Test phase [not enabled]: dev-php/PEAR-Date-1.4.6

>>> Install PEAR-Date-1.4.6 into /var/tmp/portage/PEAR-Date-1.4.6/image/ category dev-php

!!! ERROR: dev-php/PEAR-Date-1.4.6 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_install
  ebuild.sh, line 1020:   Called src_install
  ebuild.sh, line 1255:   Called php-pear-r1_src_install
  php-pear-r1.eclass, line 66:   Called die

!!! Unable to install PEAR package
!!! If you need support, post the topmost build error, and the call stack if relevant.

zsh: 13388 exit 1     emerge PEAR-Date

emerge --info
Portage 2.1.1-r1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.12.6
Last Sync: Fri, 10 Nov 2006 00:20:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/splash /etc/terminfo"
CXXFLAGS="-Os -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 berkdb bitmap-fonts canna cdr cli cracklib crypt cups dlloader dri dvd dvdr elibc_glibc firefox fortran gdbm gif gpm iconv imap innodb input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg kernel_linux libg++ maildir mysql ncurses nls nptl nptlonly opengl pam pcre perl php png ppds pppd python qt readline reflection session spl sqlite ssl tcpd truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_nvidia xorg zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

root@bowzer/pts/0:>
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-16 00:11:59 UTC
rm -f /etc/pear.conf; emerge -1 PEAR-PEAR; emerge PEAR-Date
Comment 2 Christopher Weldon 2006-11-16 13:48:11 UTC
This resolve the bug. Thanks!
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-11-16 13:49:51 UTC
OK, closing. Thanks for reporting back.