Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118496 - PEAR packages blocks eachother
Summary: PEAR packages blocks eachother
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: All Other
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-10 00:19 UTC by Bjarke Istrup Pedersen (RETIRED)
Modified: 2007-01-28 10:15 UTC (History)
2 users (show)

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 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2006-01-10 00:19:13 UTC
Today, I wanted to update my server, so I ran:
# emerge world -upD --new use
to see that should be updated.

It presents me with this:

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[blocks B     ] dev-php/PEAR-Archive_Tar (is blocking dev-php/PEAR-PEAR-1.3.6-r2)
[blocks B     ] dev-php/PEAR-Console_Getopt (is blocking dev-php/PEAR-PEAR-1.3.6-r2)
[blocks B     ] dev-php/PEAR-XML_RPC (is blocking dev-php/PEAR-PEAR-1.3.6-r2)
[blocks B     ] dev-lang/php (is blocking dev-php/php-4.4.0-r4)
[ebuild  N    ] app-crypt/mhash-0.9.2
[ebuild  N    ] app-text/sablotron-1.0.1  USE="perl -doc"
[ebuild  NS   ] media-libs/freetype-1.3.1-r5  USE="nls -tetex"
[ebuild  NSF  ] dev-java/sun-jdk-1.4.2.10  USE="examples -X -alsa -browserplugin -doc -jce -mozilla -nsplugin"
[ebuild  N    ] dev-php/php-4.4.0-r4  USE="berkdb crypt gd imap ipv6 java jpeg mysql ncurses nls pam png readline ssl truetype xml2 -X -curl -debug -doc -fdftk -firebird -flash -freetds -gd-external -gdbm -gmp -hardenedphp -informix -kerberos -ldap -mcal -memlimit -mssql -oci8 -odbc -postgres -snmp -spell -tiff -yaz"
[ebuild     UD] dev-php/PEAR-Console_Getopt-1.2 [1.2-r1]
[ebuild     UD] dev-php/PEAR-XML_RPC-1.4.0 [1.4.4]
[ebuild     UD] dev-php/PEAR-Archive_Tar-1.3.1 [1.3.2]

The problem is, that I'm using dev-lang/php, not dev-php/php .
some investigations show, that there packages all wants to install dev-php/php, and downgrade those 3:

dev-php/PEAR-Archive_Tar
dev-php/PEAR-Console_Getopt
dev-php/PEAR-PEAR
dev-php/PEAR-XML_RPC

Not really sure what is causing this, if it is the downgrading, or some eclass change.
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2006-01-10 00:20:47 UTC
Portage 2.1_pre3-r1 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.6-r2, 2.6.15-gentoo-jupiter i686)
=================================================================
System uname: 2.6.15-gentoo-jupiter i686 Pentium III (Coppermine)
Gentoo Base System version 1.12.0_pre13
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.17
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-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -mmmx -msse -O3 -pipe -fomit-frame-pointer -funit-at-a-time"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -mmmx -msse -O3 -pipe -fomit-frame-pointer -funit-at-a-time"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org/"
LC_ALL="en_DK.utf8"
MAKEOPTS="-j4 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gurlinet.dk/gentoo-portage"
USE="x86 acl acpi apache2 apm berkdb bitmap-fonts bzip2 bzlib caps cgi chroot cli crypt cups dba dhcp eds emboss examples expat fam foomaticdb fortran gd gif gstreamer hardened imap innodb ipv6 java jpeg libg++ libwww maildir md5sum mmx mng mp3 mppe-mppc mysql ncurses nls nptl nptlonly ogg pam pam-mysql pcre pdflib pear perl php pic pie png posix ppds python readline ruby samba session slp soap sse ssl subversion symlink tcpd threads truetype truetype-fonts type1-fonts udev unicode usb userlocales utf8 vhosts vorbis xml xml2 xsl xslt zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-01-10 01:19:46 UTC
You need to unmerge all blocking PEAR ebuilds and then upgrade PEAR-PEAR. 

The block is intentional, dev-php/PEAR-PEAR 1.3.6-r2 replaces dev-php/PEAR-Archive_Tar, dev-php/PEAR-Console_Getopt and dev-php/PEAR-XML_RPC to prevent collisions (Bug 107078).

The block is correct, the resulting depgraph (which takes the dependencies of the highest still existing versions of blocked ebuilds, then pulls in dev-php/php and causes another block with dev-lang/php) is not. Assigning to portage; I have --debug output if you are interested (and don't think this is exactly dupe of Bug 79606). 
Comment 3 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2006-01-10 08:41:18 UTC
okay, I wonder where this info was put, since I didn't read it anywhere :-(
Removing them all and installing PEAR-PEAR seems to fix it.

Maybe there should be some info on this, so people don't submit dublicates to this bug.
Comment 4 Simon Stelling (RETIRED) gentoo-dev 2006-04-16 12:52:17 UTC
(In reply to comment #2)
> portage; I have --debug output if you are interested (and don't think this is
> exactly dupe of Bug 79606). 

Would be helpful I guess 

Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-04-16 12:58:45 UTC
(In reply to comment #4)
> (In reply to comment #2)
> > portage; I have --debug output if you are interested (and don't think this is
> > exactly dupe of Bug 79606). 
> 
> Would be helpful I guess 

Well, sorry but I don't have debug output any more, asking a bit late. :P 

Can't reproduce any more, since PEAR-PEAR PDEPEND has been punted from php eclasses (it also broke ezc-eZcomponents deptree, probably due to Bug 126748).
Comment 6 Marius Mauch (RETIRED) gentoo-dev 2007-01-28 10:15:56 UTC
Closing due to old age.