-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[elfutils] add new port #14771
[elfutils] add new port #14771
Conversation
Fix missing ZSTD linkage
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
elfutils:x64-osx failed in git fetch steps, this issue could repro on local machine, @Neumann-A , could you help have a look? git-fetch-x64-osx-err.log
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried the hash for the tag https://sourceware.org/git/?p=elfutils.git;a=tag;h=25d048684a82f9ba701c6939b7f28c3543bb7991, the git fetch works, it failed in config steps:
configure: WARNING: unrecognized options: --disable-shared, --enable-static
rm: conftest.dSYM: is a directory
configure: error: gcc with GNU99 support required
Co-authored-by: Phoebe <[email protected]>
which version of gcc? Or what is the output of the |
Here is config log: |
@PhoebeHui: That are not the logs I need. I need the literally called |
Sorry, here is correct one: |
The error is:
which basically means that the compiler:
does not support gnu extensions (-std=gnu99). As such I should probably put it on the CI skiplist on OSX? If a true gcc would be used on OSX it would probably compile. |
Could you please add it to 'Supports" instead? |
@PhoebeHui: Supports seems wrong here. A custom toolchain switching to gcc on apple could compile this correctly. |
@Neumann-A, thanks for the information! I'm fine to put it on the CI skiplist on OSX, could add comments as well to ci.baseline.txt file? |
Thanks @Neumann-A :) |
new port; required for mesa on linux