Bug 36279 - dev-php/PEAR-HTML_Common doesn't install Common.php
Bug#: 36279 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: php-bugs@gentoo.org Reported By: bc90021@bc90021.net
Component: Ebuilds
URL: 
Summary: dev-php/PEAR-HTML_Common doesn't install Common.php
Keywords:  
Status Whiteboard: 
Opened: 2003-12-21 21:15 0000
Description:   Opened: 2003-12-21 21:15 0000
emerge dev-php/PEAR-HTML_Common.php
in dev-php/PEAR-HTML_Common-1.0.ebuild
at the line:
doins Common.php

emerge reports "install:  cannot stat 'Common.php': No such file or directory

tried changing the ebuild to "doins HTML_Common-1.0/Common.php" since it untars to that directory when untarring source in /tmp, stil didn't work

unpacking the source to /tmp/ and changing the ebuild to read:
doins /tmp/HTML_Common-1.0/Common.php allowed the file to be installed, but does not solve the ebuild problem

Reproducible: Always
Steps to Reproduce:
1. emerge dev-php/PEAR=HTML_Common
2. watch the install, see the error message

Actual Results:  
did not install Common.php into /usr/lib/php/HTML

Expected Results:  
install Common.php into /usr/lib/php/HTML

Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.20-gentoo-r2 )
=================================================================
System uname: 2.4.20-gentoo-r2 i686 Pentium III (Katmai)
Gentoo Base System version 1.4.3.10p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/confi
g /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ http://distro.ibiblio.org/pub/Lin
ux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="oss avi encode foomaticdb gif gpm imlib libg++ mad mikmod motif mpeg oggvor
bis pdflib png sdl svga xmms xv gdbm berkdb slang readline tcpd pam libwww ssl p
erl python opengl -3dnow apm -alsa -arts apache2 -esd bonobo cdr crypt cups evo
gb gd gnome gtk gtk2 gtkhtml imap innodb java jpeg -kde ldap mbox mozilla mysql
ncurses odbc -nls -pcmcia pda pnp -qt quicktime samba slp snmp spell sll tcltk t
ruetype trusted usb wmf X xml xml2 zlib x86"

------- Comment #1 From Tal Peer (RETIRED) 2003-12-23 01:28:51 0000 -------
This will hopefully be fixed when we'll deploy the new pear eclass.

------- Comment #2 From Tal Peer (RETIRED) 2003-12-23 13:30:07 0000 -------
fixed in cvs (1.2.1).