LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices


Reply
  Search this Thread
Old 10-05-2018, 12:59 PM   #1
Rodano
Member
 
Registered: Sep 2013
Distribution: Debian Wheezy
Posts: 47

Rep: Reputation: Disabled
Smile Thunar "-systemd" question


Hello!

I have "-systemd" flag in make.conf. While trying to update thunar i've met the systemd instalation requirement. Thunar needs gvfs, gfvs needs dbus with systemd flag (why? as i know udisks may be enough):

Code:
# emerge -b thunar

Calculating dependencies... done!
[ebuild  N     ] sys-apps/systemd-239-r1  USE="acl curl gcrypt kmod lz4 pam pcre policykit resolvconf seccomp split-usr ssl sysv-utils xkb -apparmor -audit -build -cryptsetup -elfutils -gnuefi -http -idn -importd -libidn2 -lzma -nat -qrcode (-selinux) -test -vanilla" ABI_X86="32 (64) (-x32)" 
[ebuild  N     ] sys-apps/gentoo-systemd-integration-7 
[ebuild   R    ] sys-apps/dbus-1.12.10  USE="systemd*" 
[ebuild  N     ] gnome-base/gvfs-1.37.2  USE="cdda http mtp policykit udev udisks -afp -archive -bluray -fuse -gnome-keyring -gnome-online-accounts -google -gphoto2 -ios -nfs -samba -systemd -test -zeroconf" 
[ebuild     U  ] xfce-base/thunar-1.8.2 [1.8.1]
[blocks B      ] sys-fs/eudev ("sys-fs/eudev" is blocking sys-apps/gentoo-systemd-integration-7, sys-apps/systemd-239-r1)
[blocks B      ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/eudev-3.2.6)
[blocks B      ] sys-apps/sysvinit ("sys-apps/sysvinit" is blocking sys-apps/systemd-239-r1)
[blocks B      ] sys-apps/systemd ("sys-apps/systemd" is blocking sys-fs/eudev-3.2.6)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (sys-apps/systemd-239-r1:0/2::gentoo, ebuild scheduled for merge) pulled in by
    >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-7:0/0::gentoo, ebuild scheduled for merge)
    sys-apps/systemd:0= required by (sys-apps/dbus-1.12.10:0/0::gentoo, ebuild scheduled for merge)
    >=sys-apps/systemd-206:0= required by (gnome-base/gvfs-1.37.2:0/0::gnome-next, ebuild scheduled for merge)

  (sys-apps/sysvinit-2.90:0/0::gentoo, installed) pulled in by
    sys-apps/sysvinit required by @selected
    >=sys-apps/sysvinit-2.86-r6[selinux?] (>=sys-apps/sysvinit-2.86-r6) required by (sys-apps/openrc-0.38.2:0/0::gentoo, installed)

  (sys-fs/eudev-3.2.6:0/0::gentoo, installed) pulled in by
    sys-fs/eudev required by @selected
    >=sys-fs/eudev-2.1.1 required by (virtual/udev-217:0/0::gentoo, installed)
    >=sys-fs/eudev-1.3: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(-)?] (>=sys-fs/eudev-1.3:0/0[abi_x86_32(-),abi_x86_64(-)]) required by (virtual/libudev-232:0/1::gentoo, installed)


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages


The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by sys-apps/systemd-239-r1::gentoo
# required by sys-apps/gentoo-systemd-integration-7::gentoo
>=sys-apps/dbus-1.12.10 systemd

Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.

 * In order to avoid wasting time, backtracking has terminated early
 * due to the above autounmask change(s). The --autounmask-backtrack=y
 * option can be used to force further backtracking, but there is no
 * guarantee that it will produce a solution.

I tried to install thunar with "-gvfs" use flag but it did not worked. So how can i update thunar correctly?
 
Old 10-05-2018, 02:06 PM   #2
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Have you asked this question on the Gentoo forums? The times I have used Gentoo and posted questions, they were pretty responsive. This year I ran Gentoo with xfce and thunar and no systemd and had zero issues building so not sure what the issue is. Unless they have made systemd a requirement now for dbus
 
Old 10-05-2018, 10:35 PM   #3
Rodano
Member
 
Registered: Sep 2013
Distribution: Debian Wheezy
Posts: 47

Original Poster
Rep: Reputation: Disabled
Smile Solution

Quote:
Originally Posted by sevendogsbsd View Post
Have you asked this question on the Gentoo forums? The times I have used Gentoo and posted questions, they were pretty responsive. This year I ran Gentoo with xfce and thunar and no systemd and had zero issues building so not sure what the issue is. Unless they have made systemd a requirement now for dbus
I'm so inattentive... the problem was gfvs (v1.37.2) from "gnome-next" repository. I've installed 1.34.2.1-r1 from gentoo's repository and all's ok!
Thanks for you help =)
 
Old 10-06-2018, 08:26 AM   #4
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Glad you got it resolved! I really liked the xfce4 gentoo box I used earlier this year but after years of using source distros and/or FreeBSD ports, I have grown tired of compiling packages and moved to a binary Linux distro.

Gentoo is still rocking though - it's been around for many years.
 
Old 10-06-2018, 08:33 AM   #5
Rodano
Member
 
Registered: Sep 2013
Distribution: Debian Wheezy
Posts: 47

Original Poster
Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by sevendogsbsd View Post
Glad you got it resolved! I really liked the xfce4 gentoo box I used earlier this year but after years of using source distros and/or FreeBSD ports, I have grown tired of compiling packages and moved to a binary Linux distro.

Gentoo is still rocking though - it's been around for many years.

Sometimes i'd like to install something binary like mint or fedora but when i try it on virtual machine, i understand that gentoo is more comfortable for me. But it takes some time to update it, so i do that not often nowadays. For example the last was in the middle of July. That's my solution of the problem.
 
Old 10-06-2018, 09:34 AM   #6
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Understood - because of my hardware, it doesn't really take that long to compile: takes about 1 hour for large packages like webkitgtk, libreoffice and firefox, but I find that the performance difference between compiled (optimized for my hardware) and binary is noticeable but not significant. I work at home and my computer absolutely MUST work so I have moved to a binary, stable distro that requires very little maintenance.
 
  


Reply

Tags
gentoo, gvfs, systemd, thunar



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Thunar "File Operation Progress" frame blinks annoyingly LittleOldLady Debian 3 05-10-2018 09:34 PM
[SOLVED] python "module gi.repository is missing" (catfish 0.4.0.2 for Xfce's Thunar) catkin Slackware 10 08-15-2017 02:02 AM
[SOLVED] Thunar "Open root terminal here" solution security issues catkin Programming 3 11-18-2010 10:58 AM
newbie question: whats the difference between "su root", "su" and "su -&quo mojarron Slackware 9 12-07-2009 04:08 PM
In Thunar, how to "Open Terminal Here" for .txt or .dat files? cstrieder Linux - Desktop 2 03-02-2009 08:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo

All times are GMT -5. The time now is 05:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration