Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36279 - dev-php/PEAR-HTML_Common doesn't install Common.php
Summary: dev-php/PEAR-HTML_Common doesn't install Common.php
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-21 21:15 UTC by bc90021
Modified: 2003-12-23 13:30 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 bc90021 2003-12-21 21:15:29 UTC
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 Tal Peer (RETIRED) gentoo-dev 2003-12-23 01:28:51 UTC
This will hopefully be fixed when we'll deploy the new pear eclass.
Comment 2 Tal Peer (RETIRED) gentoo-dev 2003-12-23 13:30:07 UTC
fixed in cvs (1.2.1).