-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
I am encountering the following error on Alpinelinux (musl-libc based)
/tmp/src/intel-graphics-compiler-2.16.0/visa/iga/IGALibrary/system.cpp: In function 'std::string iga::FormatLastError(unsigned int)':
/tmp/src/intel-graphics-compiler-2.16.0/visa/iga/IGALibrary/system.cpp:236:35: error: invalid conversion from 'int' to 'char*' [-fpermissive]
236 | add_strerror_r_to_error(errMsg, strerror_r_return_value);
| ^~~~~~~~~~~~~~~~~~~~~~~
| |
| int
/tmp/src/intel-graphics-compiler-2.16.0/visa/iga/IGALibrary/system.cpp:219:43: note: initializing argument 2 of 'void add_strerror_r_to_error(char*, char*)'
219 | char *strerror_r_return_value) {
|
#213 reported the issue first and was fixed in d5231d0 but github.com/intel/intel-graphics-compiler/commit/f0962ad863a85c4cfc417e57aa046dc73a79e193 actually removed the int
overload, probably mistaken as unused with glibc based distros.
Metadata
Metadata
Assignees
Labels
No labels