echawk / kiss-xorg

A KISS Linux Repository for Xorg
MIT License
34 stars 9 forks source link

xorg-server: build fail (libxcvt) #77

Closed kyx0r closed 1 year ago

kyx0r commented 1 year ago

Idk maybe there is something wrong with my system, but following the muon transition for libxcvt I can't build it anymore.

https://0x0.st/ofHj.txt

kyx0r commented 1 year ago

I will be doing extensive testing now. I am back in action!

kyx0r commented 1 year ago

@ehawkvu Apparantly xorg has hard dependancy on libXdmcp. Evident by this build fail:

It should be added into depends.

xdmcp

kyx0r commented 1 year ago

I confirm, the issue only occurs after the switch to muon.

echawk commented 1 year ago

Fixed the issue with libxcvt.

echawk commented 1 year ago

@kyx0r Try the following:

KISS_FORCE=1 kiss r libXdmcp
kiss b libxcb
kiss b xorg-server
kyx0r commented 1 year ago

Fixed the issue with libxcvt.

Thank you. Also, need to add libXdmcp as dep since it fails otherwise.

EDIT:

@kyx0r Try the following:

KISS_FORCE=1 kiss r libXdmcp
kiss b libxcb
kiss b xorg-server

Let me check...

kyx0r commented 1 year ago

Looks like it works now. That's so strange. Why did it fail with libXdmcp missing and now it does not care about libXdmcp?