Eliminate dependency on problematic LibUUID library.#6963
Eliminate dependency on problematic LibUUID library.#6963boegel merged 3 commits intoeasybuilders:developfrom
Conversation
| ('expat', '2.2.5'), | ||
| ('freetype', '2.9'), | ||
| ('LibUUID', '1.0.3'), | ||
| ('util-linux', '2.32.1'), |
There was a problem hiding this comment.
@schiotz This should be '2.31.1' (since this version is already used as dependency in easyconfigs using a toolchain from the 2018a generation), tests will most likely fail without fixing this.
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Judging from the test, I should downgrade the foss/2018b version, too. |
|
@schiotz Yes, indeed, we should stick to |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @schiotz! |
replace LibUUID dependencies with util-linux (cfr. #6963)
This removes LibUUID which causes several system programs to fail, see discussion on the mailing list:
https://lists.ugent.be/wws/arc/easybuild/2018-10/msg00011.html
The dependency of LibUUID is replaced by util-linux. The change only affects fontconfig-2.13.0 as older versions do not depend on LibUUID. Rebuilding this module is enough to solve the issues, no need to rebuild the entire X11 stack.
CC: @OleHolmNielsen