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
In file included from /Paddle/third_party/gloo/gloo/common/linux.cc:15:
/usr/include/linux/ethtool.h: In function 'int gloo::getInterfaceSpeedGLinkSettings(int, ifreq*)':
/usr/include/linux/ethtool.h:2199:17: error: flexible array member 'ethtool_link_settings::link_mode_masks' not at end of 'struct gloo::getInterfaceSpeedGLinkSettings(int, ifreq*)::<unnamed>'
2199 | __u32 link_mode_masks[];
| ^~~~~~~~~~~~~~~
/Paddle/third_party/gloo/gloo/common/linux.cc:192:11: note: next member '__u32 gloo::getInterfaceSpeedGLinkSettings(int, ifreq*)::<unnamed struct>::link_mode_data [381]' declared here
192 | __u32 link_mode_data[link_mode_data_nwords];
| ^~~~~~~~~~~~~~
/Paddle/third_party/gloo/gloo/common/linux.cc:190:10: note: in the definition of 'struct gloo::getInterfaceSpeedGLinkSettings(int, ifreq*)::<unnamed>'
190 | struct {
| ^
Re-reported because #55730 only has a screenshot ;)
问题描述 Issue Description
I can't build Paddle due to gloo:
Re-reported because #55730 only has a screenshot ;)
版本&环境信息 Version & Environment Information
Paddle version: N/A
Paddle With CUDA: N/A
OS: arch rolling
GCC version: (GCC) 12.3
Clang version: 15.0.7
CMake version: version 3.27.7
Libc version: glibc 2.38
Python version: 3.10.10
CUDA version: N/A
cuDNN version: N/A
Nvidia driver version: N/A
Nvidia driver List: N/A
→AMD Radeon GPU
The text was updated successfully, but these errors were encountered: