Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

xorg-server fail to build


nef

Question

hello,

I am installing Funtoo and I an stuck at xserver fail to compile:

first issue was related to media-libs/libglvnd-1.3.2/mesa I have got compile error without any additional information.

I created /etc/portage/package.mask

=media-libs/libglvnd-1.3.2

run

ego sync

emerge -auDN @world

also tried

emerge -DNupv world --with-bdeps=y

this got me through mesa compilation, but now I am stuck with x11-base/xorg-server-1.2.8-r1::core-gl-kit failed (compile phase): emake failed

is this a bug (I have seen similar issues/blockages related to libglvnd with gentoo)? If not, how can I fix this?

thank you

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Welcome (a bit belated, but still ? )

 

Given that you currently have no working system, consider starting afresh with the Funtoo install-guide: https://www.funtoo.org/Install

Don't try short-cuts, take it step-by-step. Keep your make.conf as clean as possible, likewise epro mix-ins. Alternatively, use emerge to remove all X-related packages from your current system.

emerge -aG xorg-x11 xinit xdm
emerge -a --depclean

Let it finish, then reboot.

 

Emerge uses a separate build-directory for each package, including log and build files. Any issues emerge runs into that fail building the package will be reported there. You'll need these when reporting the error/failure.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...