Bug 234: CLOSED
Can't open display
Date: 2020-06-11 - Creator: hgt - Priority standard - 6 messages
after installation of cairo-1.16.0 compiled on 2020-06-07. Login window from slim shows up, but after login, no window can be opened.
Affected package(s): cairo
Messages
By: Gorgg33333 on 2020-06-13 05:06
I was able to solve this by installing util-linux-uuid-dev and manually recompiling cairo from source according to the instructions in the package receipt ( pkgs.slitaz.org/?receipt=util-linux-uuid-dev). This is because cairo refuses to use fontconfig in its build process unless those headers are present.
By: Gorgg33333 on 2020-06-13 05:08
Link formatted incorrectly: pkgs.slitaz.org/?receipt=util-linux-uuid-dev
By: Gorgg33333 on 2020-06-13 05:09
And that was the wrong link. Sorry, this is what I meant: pkgs.slitaz.org/?receipt=cairo
By: Gorgg33333 on 2020-06-13 05:12
And that was the wrong link. Sorry, this is what I meant: pkgs.slitaz.org/?receipt=cairo
By: hgt on 2020-06-13 08:32
Same error after
# tazpkg -i cairo-1.16.0.tazpkg --forced
with cairo-1.16.0.tazpkg from
mirror.slitaz.org/packages/cooking/cairo-1.16.0.tazpkg
By: hgt on 2020-06-13 09:03
Sorry, I should have known that packages are not yet updated from cooker. When fetching cairo-1.16.0.tazpkg from cook.slitaz.org all works fine Thank you Gorgg33333