Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

[SOLVED] SystemD softblocking necessary installs

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
makefile
n00b
n00b
Posts: 8
Joined: Fri Mar 20, 2026 12:11 pm
Location: Earth

[SOLVED] SystemD softblocking necessary installs

  • Quote

Post by makefile » Fri Mar 20, 2026 12:17 pm

Hello,

I have been trying to install several different WM/DEs and other applications that run on startup but fail every time because sys-apps/systemd and sys-apps/gentoo-systemd-integration blocks necessary ebuilds.

I have looked far and wide and not found a fix for this. It's also worth mentioning also that I am a Gentoo beginner.

Cheers!
Last edited by makefile on Fri Mar 20, 2026 8:11 pm, edited 1 time in total.
Top
grknight
Retired Dev
Retired Dev
Posts: 2568
Joined: Fri Feb 20, 2015 9:36 pm

  • Quote

Post by grknight » Fri Mar 20, 2026 12:20 pm

Please show the emerge command and output you are trying to run along with emerge --info
Top
makefile
n00b
n00b
Posts: 8
Joined: Fri Mar 20, 2026 12:11 pm
Location: Earth

  • Quote

Post by makefile » Fri Mar 20, 2026 12:50 pm

grknight wrote:Please show the emerge command and output you are trying to run along with emerge --info
I am logged in with Links now, I will try to find a way of piping the output into the browser.
Top
grknight
Retired Dev
Retired Dev
Posts: 2568
Joined: Fri Feb 20, 2015 9:36 pm

  • Quote

Post by grknight » Fri Mar 20, 2026 12:52 pm

makefile wrote:
grknight wrote:Please show the emerge command and output you are trying to run along with emerge --info
I am logged in with Links now, I will try to find a way of piping the output into the browser.
The tool wgetpaste is helpful here as it can pipe output to a paste site and give you a link to share with us. e.g. wgetpaste -i -c "$emergeCommand"
Top
makefile
n00b
n00b
Posts: 8
Joined: Fri Mar 20, 2026 12:11 pm
Location: Earth

  • Quote

Post by makefile » Fri Mar 20, 2026 1:16 pm

https://bpa.st/IC2E2
https://bpa.st/UTAHK

These are the outputs for the emerge evocations.
Top
grknight
Retired Dev
Retired Dev
Posts: 2568
Joined: Fri Feb 20, 2015 9:36 pm

  • Quote

Post by grknight » Fri Mar 20, 2026 1:21 pm

You added the systemd USE to sys-apps/dbus in package.use. Undo that.

In addition, it is better to set VIDEO_CARDS in make.conf than install x11-drivers/xf86-video-vesa. Most people won't want vesa these days anyway (does not work on modern machines).
Top
pietinger
Administrator
Administrator
Posts: 6640
Joined: Tue Oct 17, 2006 5:11 pm
Location: Bavaria

  • Quote

Post by pietinger » Fri Mar 20, 2026 2:10 pm

makefile,

first of all: Welcome to Gentoo Forums! :D

You try to install the xorg-server ... that means you want a desktop (or WM) ... but you dont have selected a desktop Profile (only a server Profile):

Code: Select all

Portage 3.0.77 (python 3.13.11-final-0, default/linux/amd64/23.0
Maybe you are interested in this article:
https://wiki.gentoo.org/wiki/User:Pieti ... _at_Gentoo
in particular this chapter:
https://wiki.gentoo.org/wiki/User:Pieti ... _of_Gentoo
Check out the use flags marked in red ... ;-)

I see also this setting:

Code: Select all

CFLAGS="-O2 -pipe"
Maybe you want change in your /etc/portage/make.conf:

Code: Select all

COMMON_FLAGS="-march=native -O2 -pipe"
( https://wiki.gentoo.org/wiki/Handbook:A ... d_CXXFLAGS )

You have a strong CPU with 64 GB RAM ... so maybe you want use in your /etc/portage/make.conf:

Code: Select all

MAKEOPTS="-j12"
(speeds up your compilation)
https://wiki.gentoo.org/wiki/User:Pietinger --> New at Gentoo
Top
makefile
n00b
n00b
Posts: 8
Joined: Fri Mar 20, 2026 12:11 pm
Location: Earth

  • Quote

Post by makefile » Fri Mar 20, 2026 2:26 pm

grknight wrote:You added the systemd USE to sys-apps/dbus in package.use. Undo that.

In addition, it is better to set VIDEO_CARDS in make.conf than install x11-drivers/xf86-video-vesa. Most people won't want vesa these days anyway (does not work on modern machines).
Thank you very much. That seems to have solved it for now.
Top
makefile
n00b
n00b
Posts: 8
Joined: Fri Mar 20, 2026 12:11 pm
Location: Earth

  • Quote

Post by makefile » Fri Mar 20, 2026 2:31 pm

pietinger wrote:makefile,

first of all: Welcome to Gentoo Forums! :D

You try to install the xorg-server ... that means you want a desktop (or WM) ... but you dont have selected a desktop Profile (only a server Profile):

Code: Select all

Portage 3.0.77 (python 3.13.11-final-0, default/linux/amd64/23.0
Maybe you are interested in this article:
https://wiki.gentoo.org/wiki/User:Pieti ... _at_Gentoo
in particular this chapter:
https://wiki.gentoo.org/wiki/User:Pieti ... _of_Gentoo
Check out the use flags marked in red ... ;-)

I see also this setting:

Code: Select all

CFLAGS="-O2 -pipe"
Maybe you want change in your /etc/portage/make.conf:

Code: Select all

COMMON_FLAGS="-march=native -O2 -pipe"
( https://wiki.gentoo.org/wiki/Handbook:A ... d_CXXFLAGS )

You have a strong CPU with 64 GB RAM ... so maybe you want use in your /etc/portage/make.conf:

Code: Select all

MAKEOPTS="-j12"
(speeds up your compilation)
Hey, thank you for the warm welcome. I had typos in make.conf. Fixing them right now. Thank you for your tips!
Top
pietinger
Administrator
Administrator
Posts: 6640
Joined: Tue Oct 17, 2006 5:11 pm
Location: Bavaria

  • Quote

Post by pietinger » Fri Mar 20, 2026 3:02 pm

makefile wrote:[...] Thank you for your tips!
You are very Welcome! :D

Have fun with Gentoo. 8)
https://wiki.gentoo.org/wiki/User:Pietinger --> New at Gentoo
Top
Post Reply

10 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic