| Summary: | dependecy bug between udev, device-mapper and cryptoloop | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alex Efros <powerman-asdf> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | a_tevelev, cilly |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
device-mapper was merged upstream into lvm2. Emerge a recent lvm2, it will automatically unmerge old device-mapper. Really? I've got the same problem.
# emerge -p lvm2
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] sys-apps/util-linux-2.16.1 [2.14.2] USE="-perl%"
[uninstall ] sys-fs/e2fsprogs-1.41.3-r1
[blocks b ] <sys-fs/e2fsprogs-1.41.8 ("<sys-fs/e2fsprogs-1.41.8" is blocking sys-apps/util-linux-2.16.1)
[uninstall ] sys-libs/e2fsprogs-libs-1.41.3-r1
[blocks b ] <sys-libs/e2fsprogs-libs-1.41.8 ("<sys-libs/e2fsprogs-libs-1.41.8" is blocking sys-apps/util-linux-2.16.1)
[ebuild N ] sys-fs/lvm2-2.02.51-r1 USE="lvm1 readline static -clvm (-cman) (-selinux)"
[blocks B ] sys-fs/device-mapper ("sys-fs/device-mapper" is blocking sys-fs/lvm2-2.02.51-r1)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
('ebuild', '/', 'sys-fs/lvm2-2.02.51-r1', 'merge') pulled in by
lvm2
And if I remove the device-mapper and run revdep-rebuild, I got long output of errors related to e2fsprogs, which seems to be the same problem as in bug 292622. for me, unmerging device-mapper solved issue (emerge -uDNa world has installed cryptsetup and lvm2) I had to do it in three steps: emerge -C device-mapper emerge -uDN e2fsprogs emerge -uDN world Yes, I had to update e2fsprogs first, because emerge -uDN world complains about blocking. Now it is hopefully updated. *** Bug 292786 has been marked as a duplicate of this bug. *** *** Bug 296151 has been marked as a duplicate of this bug. *** |
Just synced, and got this error: home ~ # emerge -uDNa world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] sys-apps/kbd-1.15 [1.13-r1] [ebuild U ] dev-libs/glib-2.20.5-r1 [2.20.5] [ebuild U ] sys-libs/e2fsprogs-libs-1.41.9 [1.41.3-r1] [ebuild U ] sys-apps/util-linux-2.16.1 [2.14.2] USE="perl%*" [ebuild U ] sys-fs/udev-146-r1 [141] USE="devfs-compat%* -extras%" [ebuild U ] sys-fs/e2fsprogs-1.41.9 [1.41.3-r1] [blocks b ] <sys-fs/e2fsprogs-1.41.8 ("<sys-fs/e2fsprogs-1.41.8" is blocking sys-libs/e2fsprogs-libs-1.41.9, sys-apps/util-linux-2.16.1) [ebuild U ] www-client/mozilla-firefox-bin-3.5.4 [3.0.14] LINGUAS="-fa% -kk% -ta% -vi%" [ebuild U ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8] [ebuild U ] app-misc/hal-info-20090716 [20090414] [blocks B ] sys-fs/device-mapper ("sys-fs/device-mapper" is blocking sys-fs/udev-146-r1) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. ('ebuild', '/', 'sys-fs/udev-146-r1', 'merge') pulled in by sys-fs/udev required by ('installed', '/', 'sys-kernel/hardened-sources-2.6.28-r9', 'nomerge') >=sys-fs/udev-117 required by ('ebuild', '/', 'sys-apps/hal-0.5.13-r2', 'merge') >=sys-fs/udev-124 required by ('installed', '/', 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge') (and 1 more) ('installed', '/', 'sys-fs/device-mapper-1.02.24-r1', 'nomerge') pulled in by >=sys-fs/device-mapper-1.00.07-r1 required by ('installed', '/', 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge') I've tried to unmerge cryptoloop (I don't use it), but that doesn't helps - it was automatically included to install again (probably it's part of system or dependency of other packets). It looks like broken dependencies here: - sys-fs/cryptsetup-1.0.6-r2 depends on both ">=sys-fs/device-mapper-1.00.07-r1" and ">=sys-fs/udev-124" - sys-fs/device-mapper-1.02.24-r1 depends on "!<sys-fs/udev-115-r1" - sys-fs/udev-146-r1 depends on "!sys-fs/device-mapper" It looks like cryptsetup may depends on lvm2 instead of device-mapper, so maybe replacing device-mapper with lvm2 will works as workaround, but... I don't actually need all this crap except udev, so I'm not sure what's better to do. Reproducible: Always Portage 2.1.6.13 (hardened/linux/x86/10.0, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.28-hardened-r9 i686) ================================================================= System uname: Linux-2.6.28-hardened-r9-i686-Intel-R-_Core-TM-2_CPU_6600_@_2.40GHz-with-gentoo-1.12.13 Timestamp of tree: Mon, 09 Nov 2009 16:00:20 +0000 app-shells/bash: 4.0_p28 dev-java/java-config: 2.1.9-r1 dev-lang/python: 2.6.2-r1 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /service /usr/inferno/keydb /usr/inferno/lib /usr/inferno/services /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/log /var/qmail/alias /var/qmail/control" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=prescott -O2 -pipe" DISTDIR="/usr/portage-distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch userpriv usersandbox" GENTOO_MIRRORS="http://ftp.lug.ro/gentoo/ http://mirror.qubenet.net/mirror/gentoo/" LANG="ru_RU.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="en ru" MAKEOPTS="-j3" PKGDIR="/usr/portage-packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/powerman /usr/local/portage/layman/sunrise /usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X Xaw3d a52 aac acl acpi aim alsa apache2 arts asf avi bash-completion berkdb bitmap-fonts bzip2 cdr chm cli cracklib crypt cscope curl dbus dga divx4linux djvu dlloader dri dts dvd dvdr dvdread encode fastcgi ffmpeg flac flash gd gdbm gif gnutls gpg gtk gtk2 hardened hddtemp iconv icq idn imagemagick imap imlib irc jabber javascript jpeg kde kdeenablefinal lm_sensors lzo mad mailbox mbox mmx mng modules motif mp3 mpeg msn mudflap mysql ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre perl pic png pppd pwdb python qt qt3support quicktime readline reflection rss rtc samba sdl session spell spl sse sse2 ssl ssse3 svg sysfs tcltk tcpd tiff truetype truetype-fonts type1-fonts unicode urandom vim-pager vim-syntax vim-with-x vorbis win32codecs x86 xinetd xorg xv xvid yahoo zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES=" log_config vhost_alias autoindex alias rewrite dir deflate filter mime negotiation auth_basic authn_file authz_host authz_user authz_groupfile cgi actions headers env setenvif " ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en ru" LIRC_DEVICES="serial" USERLAND="GNU" VIDEO_CARDS="vesa fbdev nv nvidia" Unset: CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS