multiarch test for rolling distros #59
Annotations
1 error and 2 warnings
Error: stdout make[1]: Entering directory '/build'
creating libmultipath/autoconfig.h
creating config.mk
make[1]: Leaving directory '/build'
make[1]: Entering directory '/build/libmpathcmd'
building mpath_cmd.o because of mpath_cmd.c
make[1]: Leaving directory '/build/libmpathcmd'
make[1]: Entering directory '/build/libmpathutil'
building parser.o because of parser.c
building vector.o because of vector.c
building util.o because of util.c
building debug.o because of debug.c
building time-util.o because of time-util.c
building uxsock.o because of uxsock.c
building log_pthread.o because of log_pthread.c
building log.o because of log.c
building strbuf.o because of strbuf.c
building globals.o because of globals.c
building msort.o because of msort.c
make[1]: Leaving directory '/build/libmpathutil'
make[1]: Entering directory '/build/libmultipath'
building devmapper.o because of devmapper.c
building hwtable.o because of hwtable.c
building blacklist.o because of blacklist.c
building dmparser.o because of dmparser.c
building structs.o because of structs.c
building discovery.o because of discovery.c
building propsel.o because of propsel.c
building pgpolicies.o because of pgpolicies.c
building defaults.o because of defaults.c
building uevent.o because of uevent.c
building switchgroup.o because of switchgroup.c
building print.o because of print.c
building alias.o because of alias.c
building configure.o because of configure.c
make[1]: Leaving directory '/build/libmultipath'
, stderr Checking for dm_task_no_flush in /usr/include/libdevmapper.h ... yes
Checking for dm_task_get_errno in /usr/include/libdevmapper.h ... yes
Checking for dm_task_set_cookie in /usr/include/libdevmapper.h ... yes
Checking for udev_monitor_set_receive_buffer_size in /usr/include/libudev.h ... yes
Checking for dm_task_deferred_remove in /usr/include/libdevmapper.h ... yes
Checking for dm_hold_control_dev in /usr/include/libdevmapper.h ... yes
Checking for ELS_DTAG_LNK_INTEGRITY in /usr/include/scsi/fc/fc_els.h ... yes
Checking for mnt_unref_cache in /usr/include/libmount/libmount.h ... yes
Checking for mnt_table_parse_swaps in /usr/include/libmount/libmount.h ... yes
Checking if /usr/include/linux/nvme_ioctl.h exists ... yes
Checking command "pkg-config --exists json-c" ... yes
configure.c: In function 'get_udev_device':
configure.c:1282:24: error: implicit declaration of function 'basename'; did you mean 'basenamecpy'? [-Werror=implicit-function-declaration]
1282 | base = basename(dev);
| ^~~~~~~~
| basenamecpy
configure.c:1282:22: error: assignment to 'const char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
1282 | base = basename(dev);
| ^
cc1: all warnings being treated as errors
make[1]: *** [../Makefile.inc:136: configure.o] Error 1
make: *** [Makefile:45: libmultipath] Error 2
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
This job failed
Loading