Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89735 - dev-php/PEAR-DB should depend on php
Summary: dev-php/PEAR-DB should depend on php
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 17:14 UTC by MAL
Modified: 2005-05-05 22:21 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 MAL 2005-04-19 17:14:03 UTC
# emerge -p dev-php/PEAR-DB
[ebuild  N    ] dev-php/PEAR-DB-1.6.8

# emerge -p php
[ebuild  N    ] dev-php/php-4.3.11

# emerge dev-php/PEAR-DB
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-php/PEAR-DB-1.6.8 to /
>>> md5 files   ;-) PEAR-DB-1.6.4.ebuild
>>> md5 files   ;-) PEAR-DB-1.6.8.ebuild
>>> md5 files   ;-) ChangeLog
>>> md5 files   ;-) metadata.xml
>>> md5 files   ;-) files/digest-PEAR-DB-1.6.4
>>> md5 files   ;-) files/digest-PEAR-DB-1.6.8
>>> md5 src_uri ;-) DB-1.6.8.tgz
>>> Unpacking source...
>>> Unpacking DB-1.6.8.tgz to /var/tmp/portage/PEAR-DB-1.6.8/work
tar: A lone zero block at 1125
>>> Source unpacked.
>>> Test phase [not enabled]: dev-php/PEAR-DB-1.6.8

>>> Install PEAR-DB-1.6.8 into /var/tmp/portage/PEAR-DB-1.6.8/image/ category dev-php
/usr/lib/portage/bin/ebuild.sh: line 48: pear: command not found


dev-php/mod_php is installed on this system without dev-php/php.

Reproducible: Always
Steps to Reproduce:




Portage 2.0.51.19 (default-linux/x86/2005.0/2.4, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.4.27 i686)
=================================================================
System uname: 2.4.27 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Apr  2 2005, 11:05:28)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.4.19-r1, 2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache collision-protect distlocks
fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://gentoo.blueyonder.co.uk http://mirror.datapipe.net/gentoo
http://mirror.uni-c.dk/gentoo/ http://ftp.ntua.gr/pub/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 acl acpi acpi4linux apache2 berkdb chroot crypt curl evms2 fam freetype
gd gdbm geoip gif hardenedphp imagemagick imap ipv6 jbig jpeg libg++ libwww
maildir memlimit mmx mng mp3 mysql ncurses nls no-htdocs pam pcre pdflib perl
php pic png postgres python readline rpc sasl sftplogging spell sse ssl tcpd
tiff truetype vhosts virtual-users virus-scan xml xml2 zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2005-05-05 22:21:09 UTC
I cannot reproduce this problem on both my ~x86 and ~amd64 machines.

Every dev-php/PEAR-* ebuild inherits from the php-pear.eclass which has

  DEPEND="$DEPEND virtual/php dev-php/php"