You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed during yesterday's conf call, libdrm fails to build on systems where pkg-config isn't available through the OS. Thus, adding it as a build dependency.
I've only touched libdrm-2.4.88-GCCcore-6.4.0.eb and libdrm-2.4.91-GCCcore-6.4.0.eb as I don't have all the other toolchains available. However, older versions are likely to also be affected.
Test report by @geimer SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
swatc01 - Linux debian 9.3, Intel(R) Xeon(R) CPU X5660 @ 2.80GHz, Python 2.7.13
See https://gist.github.com/889947242c75e875d66e6ab8debee9cc for a full test report.
@geimer This is indeed also relevant to older libdrm easyconfigs. The log for all libdrm easyconfigs (up until v2.4.27) all include this in the output of configure:
checking for pkg-config... /bin/pkg-config
Thanks for tackling this for the most recent libdrm easyconfigs, we'll take a look at some of the other recent ones.
Test report by @boegel SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node2691.swalot.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/4a9742af013be98500e1d04e91be2492 for a full test report.
Test report by @boegel SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node2069.delcatty.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/dd6cd21cab079ce930c4f7e26a82109d for a full test report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed during yesterday's conf call,
libdrmfails to build on systems wherepkg-configisn't available through the OS. Thus, adding it as a build dependency.I've only touched
libdrm-2.4.88-GCCcore-6.4.0.ebandlibdrm-2.4.91-GCCcore-6.4.0.ebas I don't have all the other toolchains available. However, older versions are likely to also be affected.