{vis}[foss/2016a] cairo v1.14.6, freetype v2.6.2, fontconfig v2.11.94, ...#2785
Conversation
…6.2-foss-2016a.eb, add easyconfig fontconfig-2.11.94-foss-2016a.eb, add easyconfig pixman-0.34.0-foss-2016a.eb
|
Automatic reply from Jenkins: Can I test this? |
|
Jenkins: ok to test |
|
Test report by @boegel |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7232/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
| ('freetype', '2.6.2'), | ||
| ('pixman', '0.34.0'), | ||
| ('fontconfig', '2.11.94'), | ||
| ('expat', '2.1.0'), |
There was a problem hiding this comment.
@SimonPinches our most recent cairo easyconfigs also have GLib and libX11 listed as dependencies; did you remove these intentionally here?
There was a problem hiding this comment.
No, I didn't deliberately remove them - I just based the new easyconfig file on 'cairo-1.14.2-goolf-1.7.20.eb' which didn't have them either. Putting them back in revealed lots of other missing (build) dependencies which I've now also added. Again, the benefits of trying to build on CentOS 5 ;-)
|
@SimonPinches @boegel Check PR #2761 |
…7.5-foss-2016a.eb, modify easyconfig freetype-2.6.2-foss-2016a.eb, modify easyconfig pixman-0.34.0-foss-2016a.eb, modify easyconfig fontconfig-2.11.94-foss-2016a.eb, add easyconfig libX11-1.6.3-foss-2016a.eb, add easyconfig libxcb-1.11.1-foss-2016a.eb, add easyconfig libXrender-0.9.9-foss-2016a.eb, add easyconfig libXext-1.3.3-foss-2016a.eb, add easyconfig renderproto-0.11-foss-2016a.eb, add easyconfig xextproto-7.3.0-foss-2016a.eb, add easyconfig xproto-7.0.28-foss-2016a.eb, add easyconfig libffi-3.2.1-foss-2016a.eb, add easyconfig gettext-0.19.7-foss-2016a.eb, add easyconfig libxml2-2.9.3-foss-2016a-Python-2.7.11.eb, add easyconfig PCRE-8.38-foss-2016a.eb, add easyconfig inputproto-2.3.1-foss-2016a.eb, add easyconfig libpthread-stubs-0.3-foss-2016a.eb, add easyconfig kbproto-1.0.7-foss-2016a.eb, add easyconfig xtrans-1.3.5-foss-2016a.eb, add easyconfig xorg-macros-1.19.0-foss-2016a.eb
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7361/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
….0.8-foss-2016a.eb, add easyconfig libXdmcp-1.1.2-foss-2016a.eb
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7362/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
…6.2-foss-2016a.eb, add easyconfig fontconfig-2.11.94-foss-2016a.eb, add easyconfig pixman-0.34.0-foss-2016a.eb
…7.5-foss-2016a.eb, modify easyconfig freetype-2.6.2-foss-2016a.eb, modify easyconfig pixman-0.34.0-foss-2016a.eb, modify easyconfig fontconfig-2.11.94-foss-2016a.eb, add easyconfig libX11-1.6.3-foss-2016a.eb, add easyconfig libxcb-1.11.1-foss-2016a.eb, add easyconfig libXrender-0.9.9-foss-2016a.eb, add easyconfig libXext-1.3.3-foss-2016a.eb, add easyconfig renderproto-0.11-foss-2016a.eb, add easyconfig xextproto-7.3.0-foss-2016a.eb, add easyconfig xproto-7.0.28-foss-2016a.eb, add easyconfig libffi-3.2.1-foss-2016a.eb, add easyconfig gettext-0.19.7-foss-2016a.eb, add easyconfig libxml2-2.9.3-foss-2016a-Python-2.7.11.eb, add easyconfig PCRE-8.38-foss-2016a.eb, add easyconfig inputproto-2.3.1-foss-2016a.eb, add easyconfig libpthread-stubs-0.3-foss-2016a.eb, add easyconfig kbproto-1.0.7-foss-2016a.eb, add easyconfig xtrans-1.3.5-foss-2016a.eb, add easyconfig xorg-macros-1.19.0-foss-2016a.eb
….0.8-foss-2016a.eb, add easyconfig libXdmcp-1.1.2-foss-2016a.eb
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7376/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
@SimonPinches I do not understand your effort here. All this easyconfigs are done by me in various PRs, but they not yet merged. |
|
@SimonPinches check PR #2761 |
|
@SimonPinches check PR #2758 |
|
@SimonPinches check PR #2757 |
|
Hi @hajgato, I certainly didn't want to duplicate any effort (I'm sure neither of us have the time). I just added the new easyconfigs I needed for the build to succeed (or try to succeed). Since your changes aren't (or weren't) in the last release I didn't know they existed. |
|
Jenkins seems to report a dependency tangle but I'm not sure exactly what the problem is or how to fix it... |
| builddependencies = [ | ||
| ('kbproto', '1.0.7'), | ||
| ('renderproto', '0.11'), | ||
| ('libX11', '1.6.3'), |
There was a problem hiding this comment.
@SimonPinches the problem indicated by Jenkins is that you're including libX11 both as build depenency and runtime dependency (it already was a runtime dep), so: just drop this line
|
@hajgato I'll look into merging your PRs first; as @SimonPinches pointed out, he's working on an old OS, which may have pointed out some missing dependencies; those will stand out once your PRs are merged, and this branch is synced with I'll get back to this once #2758 and #2761 are merged (#2757 is merged already) |
|
@SimonPinches sync with current |
sync with develop & resolve conflicts
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7418/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7419/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
@hajgato thoughts on the additional (build) deps? |
|
Test report by @boegel |
|
Test report by @boegel |
|
@boegel: I can confirm |
|
I've just tested again and I cannot install The two log files are here: Uploading easybuild-libXrender-0.9.9-20160412.114054.RJtBV.txt… and |
|
@SimonPinches @boegel Drat and double drat. It seems that I have those protos installed on the system. (really need to do the "bulk" x installation!) |
|
OK, then I guess this is good to go. This does need another sync with |
|
@SimonPinches merge conflict fixed in SimonPinches#3 |
sync with develop & resolve conflict
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7486/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
lgtm, submitted a final test build |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @SimonPinches! |
(created using
eb --new-pr)