This is currently failing for me with the following error during the "prepare()" stage:
../lib/str_error_r.c: In function ‘str_error_r’:
../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict]
snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum, buf, buflen, err);
^~~~~~~~
~~I'm not that good with C, has anyone got any ideas? Thank you.~~
I have managed to include a missing patch. I have made a pull request with a sed line to fix the issue that you can find here: https://github.com/StuntsPT/linux-amd-staging-drm-next-git
Pinned Comments
yurikoles commented on 2017-09-25 18:29 (UTC) (edited on 2026-02-13 23:51 (UTC) by yurikoles)
Pull requests are welcome on GitHub.
Please report bugs upstream GitLab.