On 12/03/25 8:49 pm, Christophe Leroy wrote:
Le 12/03/2025 à 11:11, Venkat Rao Bagalkote a écrit :
On 12/03/25 4:20 am, Christophe Leroy wrote:
Le 09/03/2025 à 13:38, Venkat Rao Bagalkote a écrit :
Greetings!!,
I see linux-next-20250307 fails to build on IBM Power9 and Power10 servers.
Errors:
In file included from ^[[01m^[[K<command-line>^[[m^[[K:
^[[01m^[[K./usr/include/cxl/features.h:11:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Kuuid/uuid.h: No such file or directory
11 | #include ^[[01;31m^[[K<uuid/uuid.h>^[[m^[[K
| ^[[01;31m^[[K^~~~~~~~~~~~~^[[m^[[K
This is unreadable. Please avoid fancy colors that add escapes to logs. You can unset LANG environment var before building in order to get pastable stuff.
Allthought not really readable, it seems to mention that uuid/uuid.h is missing.
Can you confirm that you have installed libuuid package in your system ? Maybe you also need some libuuid-dev packet to get headers ?
Yeah uuid package is installed on my system. I am seeing this failure only with build next-20250307.
Builds with before and after are compiling successfully.