add xkeyboard-config component in X11 bundle + intltool as required build dep (REVIEW)#5066
add xkeyboard-config component in X11 bundle + intltool as required build dep (REVIEW)#5066vanzod merged 8 commits intoeasybuilders:developfrom
Conversation
|
@boegel This is work highly appreciated. It seems you are "upgrading" the old-ish x11 config here. I assume this will be needed for the newer x11 as well. What is the plan for doing this? If this is merged into devel, I could have a try at adding this to the more modern x11. Joachim |
|
@jhein32 As I mentioned in the description, this is WIP, mainly to see if this fixes the problem you reported on the mailing list (https://lists.ugent.be/wws/arc/easybuild/2017-08/msg00042.html). If it does, I'm happy to look into applying this change to the other (recent) X11 easyconfigs too. I see this as a bug fix, not an upgrade; as your problem shows, the X11 bundle as it is now is incomplete. |
|
thanks. Sorry, I overlooked the first box on github. It is currently building Perl. I report back tomorrow. |
|
@boegel I got feedback from the user. They claim the qt5 I built on top of this X11 is now working.
On 28 Aug 2017, at 10:38, Kenneth Hoste <notifications@github.com<mailto:notifications@github.com>> wrote:
@jhein32<https://github.com/jhein32> As I mentioned in the description, this is WIP, mainly to see if this fixes the problem you reported on the mailing list (https://lists.ugent.be/wws/arc/easybuild/2017-08/msg00042.html).
If it does, I'm happy to look into applying this change to the other (recent) X11 easyconfigs too.
I see this as a bug fix, not an upgrade; as your problem shows, the X11 bundle as it is now is incomplete.
-
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5066 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APK9dOCIrjrsMyw6YpOwLikpjioU_dg8ks5scnx6gaJpZM4PENiO>.
|
…tltool as build dep
|
Test report by @boegel |
|
Test report by @boegel edit: segfault in failing build caused by known bug in one of the Intel libraries which causes problems with glibc in CentOS 7, fixed by copying that library from a more recent version of Intel compilers, see also https://bugzilla.redhat.com/show_bug.cgi?id=1377895 |
|
Test report by @boegel |
|
Test report by @vanzod |
| 'source_tmpl': 'XML-Bare-%(version)s.tar.gz', | ||
| 'source_urls': ['https://cpan.metacpan.org/authors/id/C/CO/CODECHILD'], | ||
| 'checksums': ['865e198e98d904be1683ef5a53a4948f02dabdacde59fc554a082ffbcc5baefd'], | ||
| 'patches': ['XML-Bare-0.53_icc.patch'], |
There was a problem hiding this comment.
Nice catch, of course it shouldn't be, removed in 68b2642.
Even worse, it creates problems since gcc is no longer used, resulting in a fallback to cc... 😱
…C-based toolchain
|
Test report by @boegel |
|
Going in, thanks @boegel! |
(WIP because this change should be made consistently also in the other X11 easyconfigs; the
intltoolbuild dep, which in turns requiredPerl, is a bit of a PITA though...)