Hay
Date
May 29, 2025, 7:10 a.m.

Environment
arm

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from kublk.c:6:
kublk.c: In function '__cmd_dev_add':
kublk.c:1068:25: error: 'UBLK_F_QUIESCE' undeclared (first use in this function); did you mean 'UBLK_S_DEV_QUIESCED'?
 1068 |         if ((features & UBLK_F_QUIESCE) &&
      |                         ^~~~~~~~~~~~~~
      |                         UBLK_S_DEV_QUIESCED

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from kublk.c:6:
kublk.c: In function 'cmd_dev_get_features':
kublk.c:1268:30: error: 'UBLK_F_QUIESCE' undeclared (first use in this function); did you mean 'UBLK_S_DEV_QUIESCED'?
 1268 |                 [const_ilog2(UBLK_F_QUIESCE)] = "QUIESCE",
      |                              ^~~~~~~~~~~~~~
kublk.c:1254:46: note: in definition of macro 'const_ilog2'
 1254 | #define const_ilog2(x) (63 - __builtin_clzll(x))
      |                                              ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from kublk.c:6:
kublk.c: In function '__cmd_dev_add':
kublk.c:1068:25: error: 'UBLK_F_QUIESCE' undeclared (first use in this function); did you mean 'UBLK_S_DEV_QUIESCED'?
 1068 |         if ((features & UBLK_F_QUIESCE) &&
      |                         ^~~~~~~~~~~~~~
      |                         UBLK_S_DEV_QUIESCED

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from kublk.c:6:
kublk.c: In function 'cmd_dev_get_features':
kublk.c:1268:30: error: 'UBLK_F_QUIESCE' undeclared (first use in this function); did you mean 'UBLK_S_DEV_QUIESCED'?
 1268 |                 [const_ilog2(UBLK_F_QUIESCE)] = "QUIESCE",
      |                              ^~~~~~~~~~~~~~
kublk.c:1254:46: note: in definition of macro 'const_ilog2'
 1254 | #define const_ilog2(x) (63 - __builtin_clzll(x))
      |                                              ^