Hello compiling gnome ou dbus i got this error. I trode on deferent machines bu it's the same. Any idea? Thanks in advance. ------------------------------------------------------------------------------- localhost portage # emerge --newuse sys-apps/dbus * IMPORTANT: 8 news items need reading for repository 'gentoo'. * Use eselect news to read news items. Calculating dependencies... done! [ebuild NS ] app-text/docbook-xml-dtd-4.4-r2 [4.1.2-r6, 4.2-r2] [ebuild N ~] sys-apps/systemd-217-r2 USE="acl kmod pam seccomp ssl -apparmor -audit -cryptsetup -curl -doc -elfutils -gcrypt -gudev -http -idn -introspection (-kdbus) -lz4 -lzma -policykit -python -qrcode (-selinux) -terminal {-test} -vanilla" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python2_7 (-python3_2) -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_3 (-python3_2) -python3_4" [ebuild N ] sys-apps/gentoo-systemd-integration-4 [ebuild N ] sys-apps/dbus-1.8.8 USE="X systemd -debug -doc (-selinux) -static-libs {-test}" ABI_X86="(64) (-32) (-x32)" [blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking sys-fs/udev-216) [blocks B ] sys-fs/udev ("sys-fs/udev" is blocking sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-217-r2) [blocks B ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/udev-216) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (sys-fs/udev-216::gentoo, installed) pulled in by sys-fs/udev required by @selected >=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,gudev,introspection?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev,introspection]) required by (virtual/libgudev-215-r1::gentoo, installed) >=sys-fs/udev-208-r1 required by (virtual/udev-215::gentoo, installed) (sys-apps/systemd-217-r2::gentoo, ebuild scheduled for merge) pulled in by >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-4::gentoo, ebuild scheduled for merge) sys-apps/systemd:0= required by (sys-apps/dbus-1.8.8::gentoo, ebuild scheduled for merge) -------------------------------------------------------------------------------
You seem to have installed sys-fs/udev without --oneshot. If you want to install systemd, you need to remove it from @world, e.g.: sed -i -e '/^sys-fs\/udev$/d' /var/lib/portage/world
(In reply to Michał Górny from comment #1) > You seem to have installed sys-fs/udev without --oneshot. If you want to > install systemd, you need to remove it from @world, e.g.: > > sed -i -e '/^sys-fs\/udev$/d' /var/lib/portage/world emerge --deselect sys-fs/udev
Thank you for your help. I did: >localhost portage # sed -i -e '/^sys-fs\/udev$/d' /var/lib/portage/world >localhost portage # emerge --deselect sys-fs/udev 1st Time it was removed OK (i did not know this option) 2nd time: >>> No matching atoms found in "world" favorites file... So i trode again: localhost portage # emerge --newuse sys-apps/dbus * IMPORTANT: 8 news items need reading for repository 'gentoo'. * Use eselect news to read news items. Calculating dependencies... done! [ebuild NS ] app-text/docbook-xml-dtd-4.4-r2 [4.1.2-r6, 4.2-r2] [ebuild N ~] sys-apps/systemd-217-r2 USE="acl kmod pam seccomp ssl -apparmor -audit -cryptsetup -curl -doc -elfutils -gcrypt -gudev -http -idn -introspection (-kdbus) -lz4 -lzma -policykit -python -qrcode (-selinux) -terminal {-test} -vanilla" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python2_7 (-python3_2) -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_3 (-python3_2) -python3_4" [ebuild N ] sys-apps/gentoo-systemd-integration-4 [ebuild N ] sys-apps/dbus-1.8.8 USE="X systemd -debug -doc (-selinux) -static-libs {-test}" ABI_X86="(64) (-32) (-x32)" [blocks B ] sys-fs/udev ("sys-fs/udev" is blocking sys-apps/systemd-217-r2, sys-apps/gentoo-systemd-integration-4) [blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking sys-fs/udev-216) [blocks B ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/udev-216) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (sys-apps/systemd-217-r2::gentoo, ebuild scheduled for merge) pulled in by sys-apps/systemd:0= required by (sys-apps/dbus-1.8.8::gentoo, ebuild scheduled for merge) >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-4::gentoo, ebuild scheduled for merge) (sys-fs/udev-216::gentoo, installed) pulled in by >=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,gudev,introspection?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev,introspection]) required by (virtual/libgudev-215-r1::gentoo, installed) >=sys-fs/udev-208-r1 required by (virtual/udev-215::gentoo, installed) For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked -------------------------------------------------------------------------- systemd ans udev are fighting again. I trode directly emerge gnome but it was the same. What have i badly done? Thank you
(In reply to f4prv from comment #3) > Thank you for your help. > > I did: > >localhost portage # sed -i -e '/^sys-fs\/udev$/d' /var/lib/portage/world > >localhost portage # emerge --deselect sys-fs/udev > > 1st Time it was removed OK (i did not know this option) > 2nd time: > >>> No matching atoms found in "world" favorites file... These two commands were equivalent. The first command removed the package from the world file, so that's why the second one failed. > localhost portage # emerge --newuse sys-apps/dbus What you are trying to to here, is to emerge dbus and put it into the world file again, causing the conflict. Could you try with `emerge -1 sys-apps/dbus` What this '-1' does, is it emerges the package as normal, but it does not add it to the the world file (which is useful for packages that are only required as dependency packages).
Hello OK for the -1 so i trode: ------------------------------------------------------------------------------- localhost ~ # emerge -1 sys-apps/dbus -------------------------------------------------------------------------------- * IMPORTANT: 9 news items need reading for repository 'gentoo'. * Use eselect news to read news items. Calculating dependencies... done! [ebuild N ] sys-libs/libseccomp-2.1.1 USE="-static-libs" [ebuild NS ] app-text/docbook-xml-dtd-4.4-r2 [4.1.2-r6, 4.2-r2, 4.5-r1] [ebuild N ~] sys-apps/systemd-217-r2 USE="acl kmod pam seccomp ssl -apparmor -audit -cryptsetup -curl -doc -elfutils -gcrypt -gudev -http -idn -introspection (-kdbus) -lz4 -lzma -policykit -python -qrcode (-selinux) -terminal {-test} -vanilla" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python2_7 (-python3_2) -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_3 (-python3_2) -python3_4" [ebuild N ] sys-apps/dbus-1.8.8 USE="X systemd -debug -doc (-selinux) -static-libs {-test}" ABI_X86="(64) (-32) (-x32)" [ebuild N ] sys-apps/gentoo-systemd-integration-4 [blocks B ] sys-fs/udev ("sys-fs/udev" is blocking sys-apps/systemd-217-r2, sys-apps/gentoo-systemd-integration-4) [blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking sys-fs/udev-216) [blocks B ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/udev-216) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (sys-fs/udev-216::gentoo, installed) pulled in by >=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,gudev,introspection?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev,introspection]) required by (virtual/libgudev-215-r1::gentoo, installed) >=sys-fs/udev-208-r1 required by (virtual/udev-215::gentoo, installed) (sys-apps/systemd-217-r2::gentoo, ebuild scheduled for merge) pulled in by sys-apps/systemd:0= required by (sys-apps/dbus-1.8.8::gentoo, ebuild scheduled for merge) >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-4::gentoo, ebuild scheduled for merge) For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked localhost ~ # ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ It seems not be working. General condition for the past: 1°) I download and installed stage 1 2 and 3. 2°) I built kernel (genkernel) reboot the machine 3°) emerge portage utilities and web-rsync then 4°) trode dbus (the machine seems to need that) the message above trode emerge --newuse gnome 5°) trode emerge -1 --newuse --update gnome I got the same kind of message: localhost portage # emerge -1 --newuse --update gnome * IMPORTANT: 9 news items need reading for repository 'gentoo'. * Use eselect news to read news items. Calculating dependencies... done! [ebuild N ] gnome-base/gnome-3.12.0:2.0 USE="bluetooth cdr classic extras -accessibility -cups" 0 kB [ebuild N ] gnome-extra/gnome-shell-extensions-3.12.2 USE="-examples" 207 kB [ebuild N ] app-admin/eselect-gnome-shell-extensions-20120911 3 kB [ebuild N ] gnome-base/gnome-core-apps-3.12.0:3.0 USE="bluetooth cdr -cups" 0 kB [ebuild N ] x11-terms/gnome-terminal-3.12.3 USE="gnome-shell nautilus" 1,681 kB [ebuild N ] gnome-base/gnome-control-center-3.12.1-r1:2 USE="bluetooth colord cups gnome-online-accounts i18n -debug -kerberos -v4l" INPUT_DEVICES="-wacom" 6,706 kB [ebuild N ] gnome-extra/nm-applet-0.9.8.10-r1 USE="introspection -bluetooth -gconf -modemmanager" 1,206 kB [ebuild N ] gnome-base/gnome-extra-apps-3.12.0:3.0 USE="games shotwell tracker" 0 kB [ebuild N ] gnome-extra/gnome-tweak-tool-3.12.0 PYTHON_TARGETS="python2_7" 224 kB [nomerge ] gnome-extra/nm-applet-0.9.8.10-r1 USE="introspection -bluetooth -gconf -modemmanager" [ebuild N ] virtual/notification-daemon-0 USE="gnome" 0 kB [nomerge ] gnome-base/gnome-3.12.0:2.0 USE="bluetooth cdr classic extras -accessibility -cups" [ebuild N ] gnome-base/gdm-3.12.2 USE="introspection ipv6 systemd tcpd -accessibility -audit -branding -debug -fprint -plymouth (-selinux) -smartcard {-test} -wayland -xinerama" 1,487 kB [ebuild N ] gnome-base/gnome-shell-3.12.2 USE="bluetooth i18n networkmanager (-openrc-force)" PYTHON_TARGETS="python2_7" 1,505 kB Total: 12 packages (12 new), Size of downloads: 13,017 kB * Error: circular dependencies: (virtual/notification-daemon-0::gentoo, ebuild scheduled for merge) depends on (gnome-base/gnome-shell-3.12.2::gentoo, ebuild scheduled for merge) (runtime) (gnome-base/gnome-control-center-3.12.1-r1::gentoo, ebuild scheduled for merge) (runtime) (gnome-extra/nm-applet-0.9.8.10-r1::gentoo, ebuild scheduled for merge) (buildtime) (virtual/notification-daemon-0::gentoo, ebuild scheduled for merge) (buildtime) It might be possible to break this cycle by applying the following change: - virtual/notification-daemon-0 (Change USE: -gnome) Note that this change can be reverted, once the package has been installed. Note that the dependency graph contains a lot of cycles. Several changes might be required to resolve all cycles. Temporarily changing some use flag for all packages might be the better option. localhost portage # ------------------------------------------------------------------------------------------------------------------------------------------------- So I trode -gnome in make.conf/USE then trode emerge -1 --newuse --update virtual/notification-daemon and then the 'war' starts again: [ebuild N ] x11-libs/libnotify-0.7.5-r1 USE="introspection -doc {-test}" [ebuild N ] x11-misc/notification-daemon-0.7.6 [ebuild N ] virtual/notification-daemon-0 USE="-gnome" [blocks B ] sys-fs/udev ("sys-fs/udev" is blocking sys-apps/systemd-217-r2, sys-apps/gentoo-systemd-integration-4) [blocks B ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/udev-216) [blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking sys-fs/udev-216) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (sys-fs/udev-216::gentoo, installed) pulled in by >=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,gudev,introspection?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev,introspection]) required by (virtual/libgudev-215-r1::gentoo, installed) >=sys-fs/udev-208-r1 required by (virtual/udev-215::gentoo, installed) >=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(-)]) required by (virtual/libudev-215-r1::gentoo, ebuild scheduled for merge) (sys-apps/systemd-217-r2::gentoo, ebuild scheduled for merge) pulled in by sys-apps/systemd:0= required by (sys-apps/dbus-1.8.8::gentoo, ebuild scheduled for merge) >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-4::gentoo, ebuild scheduled for merge) For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked localhost portage # ---------------------------------------------------------------------------------- As i can understand, systemd and udev are 2 ways for devices management. There is a 'war' beetween them in my machine. I do not care at the moment witch one i want, i only purchase a gnome working machine. Thank you for your answer in the early morning here in Paris. Philippe
I'm not seeing `emerge --info` output from which we could verify if both required flags for emerging GNOME, like USE="udev systemd" are enabled or not
Oups ok here it is localhost portage # emerge --info Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.8.3, glibc-2.19-r1, 3.14.14-gentoo x86_64) ================================================================= System uname: Linux-3.14.14-gentoo-x86_64-Mobile_AMD_Sempron-tm-_Processor_3500+-with-gentoo-2.2 KiB Mem: 1279420 total, 340884 free KiB Swap: 0 total, 0 free Timestamp of tree: Sat, 08 Nov 2014 20:15:01 +0000 ld GNU ld (Gentoo 2.24 p1.4) 2.24 distcc 3.1 x86_64-pc-linux-gnu [disabled] app-shells/bash: 4.2_p53 dev-lang/perl: 5.18.2-r2 dev-lang/python: 2.7.7, 3.3.5-r1, 3.4.1 dev-util/cmake: 2.8.12.2-r1 dev-util/pkgconfig: 0.28-r1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.12.4 sys-apps/sandbox: 2.6-r1 sys-devel/autoconf: 2.69 sys-devel/automake: 1.13.4 sys-devel/binutils: 2.24-r3 sys-devel/gcc: 4.8.3 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4.2-r1 sys-devel/make: 4.0-r1 sys-kernel/linux-headers: 3.13 (virtual/os-headers) sys-libs/glibc: 2.19-r1 Repositories: gentoo ACCEPT_KEYWORDS="* amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=nocona -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=nocona -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ http://mirrors.linuxant.fr/distfiles.gentoo.org/ http://gentoo.modulix.net/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://mirror.netcologne.de/gentoo/ http://mirror.opteamax.de/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/" LANG="fr_FR.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.fr.gentoo.org/gentoo-portage" USE="X acl amd64 berkdb bzip2 cli cracklib crypt cxx dbus dri fortran gdbm gtk iconv ipv6 mmx modules multilib ncurses nls nptl openmp pam pcre readline session sse sse2 ssl tcpd unicode zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="mga" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, USE_PYTHON localhost portage #
(In reply to f4prv from comment #7) > Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.8.3, glibc-2.19-r1, > 3.14.14-gentoo x86_64) Select the gnome systemd profile using `eselect profile list` and `eselect profile set <number>` that will automatically set the missing USE flags udev and systemd for you > USE="X acl amd64 berkdb bzip2 cli cracklib crypt cxx dbus dri fortran gdbm > gtk iconv ipv6 mmx modules multilib ncurses nls nptl openmp pam pcre > readline session sse sse2 ssl tcpd unicode zlib" Yep, not enough flags to emerge GNOME 3.x
Oula! ok, i try. selecting profile gnome/systemd and USE="X acl amd64 berkdb bzip2 cli cracklib crypt cxx dbus dri fortran gdbm gtk iconv ipv6 mmx modules multilib ncurses nls nptl openmp pam pcre readline session sse sse2 ssl tcpd unicode zlib" Thank you Samull. Still compiling. :D
when i did that (change USE) i did a emerge --newuse --update @world. The system says: " your genkernel version / kernel Linux-3.14.14-gentoo-x86_64 do not support udev." So i pull =sys-kernel/genkernel-3.4.49.2 in package.unmask install gentoo-sources again (for 3.14) -> linux-3.16.5-gentoo the system still compiling 500 packages...Miracle! At the moment thank you for your help the USE change seems to be the good solution. How do we know excactly what options we have to pull in make.conf/USE variable? Lets see tomorrow on my old machine ... THANKS ALL FOR YOUR TIME! ------------------------- may be not read you again tomorrow :D let's see I'll confirm