Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93795 - Incorrect merge order (voicestream-amp and php)
Summary: Incorrect merge order (voicestream-amp and php)
Status: RESOLVED DUPLICATE of bug 16365
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on: 33440
Blocks:
  Show dependency tree
 
Reported: 2005-05-24 04:48 UTC by John Mylchreest (RETIRED)
Modified: 2005-10-23 03:35 UTC (History)
1 user (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 John Mylchreest (RETIRED) gentoo-dev 2005-05-24 04:48:16 UTC
Please find here: http://pastebin.com/288990 the -t output for what I am trying to do. apologies for any incomplete merges etc.

voicestream-pbx has an alternative package. voicestream-lcr.
both are able to fit in the slot of each other, however they both require voicestream-amp and therefor is a PDEPEND.

one of the DEPENDS on -amp is php, and portage is insistant on making sure php is merged *after* -amp.

For now I am merging php manually first, although this is only a workaround.
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2005-05-24 04:48:41 UTC
emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r8 i686)
=================================================================
System uname: 2.6.11-gentoo-r8 i686 Intel(R) Celeron(R) CPU 2.40GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 12 2005, 16:20:57)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -O3 -pipe -funroll-loops"
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="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks prelink sandbox
sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/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 apm avi bash-completion berkdb bitmap-fonts crypt cups emboss encode
foomaticdb fortran gd gdbm gif gpm imlib ipv6 jpeg libg++ libwww mad mikmod
motif mp3 mpeg mysql ncurses nls nptl oggvorbis opengl oss pam pdflib perl png
python quicktime readline sdl spell ssl svga tcpd tiff truetype truetype-fonts
type1-fonts unicode xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 2 Jason Stubbs (RETIRED) gentoo-dev 2005-05-24 07:57:29 UTC
(In reply to comment #0) 
> voicestream-pbx has an alternative package. voicestream-lcr. 
> both are able to fit in the slot of each other, however they both require 
voicestream-amp and therefor is a PDEPEND. 
 
I don't follow your reasoning in making it a PDEPEND. 
 
> one of the DEPENDS on -amp is php, and portage is insistant on making sure 
php is merged *after* -amp. 
 
Known issue. -amp is processed before php is so the dependency between -amp 
and php is ignored. This won't be fixed in the 2.0 series. 
Comment 3 Jason Stubbs (RETIRED) gentoo-dev 2005-10-23 03:35:56 UTC

*** This bug has been marked as a duplicate of 16365 ***