Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158503 - emerge no longer ignores blockers when using --nodeps
Summary: emerge no longer ignores blockers when using --nodeps
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
Depends on:
Blocks: 147007
  Show dependency tree
 
Reported: 2006-12-18 14:46 UTC by SpanKY
Modified: 2006-12-18 20:20 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 SpanKY gentoo-dev 2006-12-18 14:46:36 UTC
i like to use --nodeps to work around moronic upgrade blockers ... however, once i upgrade to portage-2.1.2_rc3-r6, portage checks blockers even when using --nodeps

root@vapier-adi 0 ~ # emerge postgresql libpq -pq
[blocks B     ] <=dev-db/postgresql-8.0.8 (is blocking dev-db/libpq-8.0.9)
[blocks B     ] >=dev-db/libpq-8.0.9 (is blocking dev-db/postgresql-8.0.8)
[ebuild     U ] dev-db/postgresql-8.0.9-r1 [8.0.8] 
[ebuild     U ] dev-db/libpq-8.0.9 [8.0.8] 
root@vapier-adi 0 ~ # emerge postgresql libpq -q --nodeps

!!! Error: the >=dev-db/libpq-8.0.9 package conflicts with another package;
!!!        the two packages cannot be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.





Portage 2.1.2_rc3-r6 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6.19.1-grsec x86_64)
=================================================================
System uname: 2.6.19.1-grsec x86_64 AMD Opteron(tm) Processor 252
Gentoo Base System version 1.12.6
Last Sync: Mon, 18 Dec 2006 01:47:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=k8 -Wimplicit-function-declaration"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=k8"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildsyspkg ccache distlocks metadata-transfer parallel-fetch sandbox sfperms splitdebug userpriv usersandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1 -Wl,-z,relro"
LINGUAS="en de en_GB"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://gentoo/gentoo-portage"
USE="amd64 X a52 aac aalib acl acpi alsa apache2 asf audiofile berkdb bitmap-fonts bzip2 cairo cddb cdparanoia cdr cli cracklib crypt css cups curl cvs dbus directfb dlloader doc dri dts dv dvb dvd dvdr eds elibc_glibc emboss encode exif fam fbcon ffmpeg firefox flac fontconfig fortran fpx gcj gd gdbm gif glitz glut gmp gphoto2 gpm gs gsm gstreamer gtk gtk2 hal httpd iconv idea ieee1394 imagemagick input_devices_evdev input_devices_keyboard input_devices_mouse iproute2 ipv6 isdnlog javascript jbig joystick jpeg jpeg2k kerberos kernel_linux lcms ldap libcaca libg++ linguas_de linguas_en linguas_en_GB live lzo mad madwifi matroska mikmod ming mjpeg mng mod modplug mp3 mp4 mpeg mplayer multislot mysql ncurses nls nptl nptlonly nsplugin ntfs nvidia ogg openal openexr opengl pcre pdf perl php png ppds pppd python qt3 qt4 quicktime readline reflection reiserfs rtsp samba sasl sdl session shout skey skins slp sndfile snmp socks5 speex spell spl ssl stream subversion svg sysfs tcl tcpd tga theora tiff tk truetype truetype-fonts type1-fonts udev unicode usb userland_GNU v4l v4l2 vcd vdr video_cards_nv video_cards_nvidia video_cards_sisusb video_cards_vga vorbis wifi wma wmf wxwindows x264 xanim xcomposite xfs xine xinerama xinetd xml xorg xosd xpm xprint xrandr xscreensaver xv xvid xvmc zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Zac Medico gentoo-dev 2006-12-18 16:11:06 UTC
Thanks, this is fixed in svn r5321.
Comment 2 Zac Medico gentoo-dev 2006-12-18 20:20:23 UTC
This has been released in 2.1.2_rc3-r7.