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"makefile wrote:I am logged in with Links now, I will try to find a way of piping the output into the browser.grknight wrote:Please show the emerge command and output you are trying to run along with emerge --info
Code: Select all
Portage 3.0.77 (python 3.13.11-final-0, default/linux/amd64/23.0Code: Select all
CFLAGS="-O2 -pipe"Code: Select all
COMMON_FLAGS="-march=native -O2 -pipe"Code: Select all
MAKEOPTS="-j12"Thank you very much. That seems to have solved it for now.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).
Hey, thank you for the warm welcome. I had typos in make.conf. Fixing them right now. Thank you for your tips!pietinger wrote:makefile,
first of all: Welcome to Gentoo Forums!![]()
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):Maybe you are interested in this article:Code: Select all
Portage 3.0.77 (python 3.13.11-final-0, default/linux/amd64/23.0
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:Maybe you want change in your /etc/portage/make.conf:Code: Select all
CFLAGS="-O2 -pipe"( https://wiki.gentoo.org/wiki/Handbook:A ... d_CXXFLAGS )Code: Select all
COMMON_FLAGS="-march=native -O2 -pipe"
You have a strong CPU with 64 GB RAM ... so maybe you want use in your /etc/portage/make.conf:(speeds up your compilation)Code: Select all
MAKEOPTS="-j12"