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
Bug description
Compilation of _psutil_sunos.c fails with GCC 4.9.4 with the following traceback (bugfix on its way):
cc -DNDEBUG -O -xcode=pic32 -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=564 -DPSUTIL_SUNOS=1 -DPSUTIL_SUNOS10=1 -I/usr/atelier/unsupported/python/v3.3.3/sunos5.10/Include -I/usr/atelier/unsupported/python/v3.3.3/sunos5.10 -c psutil/_psutil_sunos.c -o build/temp.solaris-2.10-sun4v.32bit-3.3/psutil/_psutil_sunos.o
"psutil/_psutil_sunos.c", line 1150: syntax error before or at: int
"psutil/_psutil_sunos.c", line 1151: undefined symbol: ret
"psutil/_psutil_sunos.c", line 1411: cannot recover from previous errors
cc: acomp failed for psutil/_psutil_sunos.c
error: command 'cc' failed with exit status 2
The text was updated successfully, but these errors were encountered:
Platform
Bug description
Compilation of _psutil_sunos.c fails with GCC 4.9.4 with the following traceback (bugfix on its way):
The text was updated successfully, but these errors were encountered: