From https://github.com/archlinux/svntogit-packages * branch packages/dmraid -> FETCH_HEAD * [new branch] packages/dmraid -> packages/packages/dmraid Cloning into 'dmraid'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 77 134k 77 103k 0 0 307k 0 --:--:-- --:--:-- --:--:-- 306k 100 134k 100 134k 0 0 397k 0 --:--:-- --:--:-- --:--:-- 397k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 8493k 2 193k 0 0 190k 0 0:00:44 0:00:01 0:00:43 190k 33 8493k 33 2836k 0 0 1401k 0 0:00:06 0:00:02 0:00:04 1401k 80 8493k 80 6875k 0 0 2264k 0 0:00:03 0:00:03 --:--:-- 2264k 100 8493k 100 8493k 0 0 2517k 0 0:00:03 0:00:03 --:--:-- 2518k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 100 141k 0 0 820k 0 --:--:-- --:--:-- --:--:-- 825k :: Starting full system upgrade... there is nothing to do ==> Making package: dmraid 1.0.0.rc16.3-14 (Sat Aug 3 15:22:11 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading dmraid-1.0.0.rc16-3.tar.bz2... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 227k 100 227k 0 0 475k 0 --:--:-- --:--:-- --:--:-- 475k -> Found dmraid_install -> Found dmraid_hook -> Found dmraid_tmpfiles -> Found dmraid.service -> Found dmraid-format-security.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... dmraid-1.0.0.rc16-3.tar.bz2 ... Passed dmraid_install ... Passed dmraid_hook ... Passed dmraid_tmpfiles ... Passed dmraid.service ... Passed dmraid-format-security.patch ... Passed ==> Extracting sources... -> Extracting dmraid-1.0.0.rc16-3.tar.bz2 with bsdtar ==> Starting prepare()... patching file lib/events/libdmraid-events-isw.c ==> Starting build()... checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /usr/sbin/sed checking for gawk... gawk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p checking for ranlib... ranlib checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/sbin/grep checking for egrep... /usr/sbin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for struct stat.st_rdev... yes checking whether to enable debugging... no checking whether to enable malloc debugging... no checking whether to disable native metadata logging... yes checking whether to disable testing with mapped devices... yes checking whether gcc needs -traditional... no checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for library containing getmntent... none required checking whether lstat dereferences a symlink specified with a trailing slash... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for working strtod... yes checking for getmntent... (cached) yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for rmdir... yes checking for uname... yes checking for strchr... yes checking for strerror... yes checking for strpbrk... yes checking for strrchr... yes checking for strstr... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for dlopen in -ldl... yes checking for pthread_mutex_lock in -lpthread... yes checking for dm_event_handler_create in -ldevmapper-event... yes checking for dm_task_set_name in -ldevmapper... yes checking libdevmapper.h usability... yes checking libdevmapper.h presence... yes checking for libdevmapper.h... yes checking libdevmapper-event.h usability... yes checking libdevmapper-event.h presence... yes checking for libdevmapper-event.h... yes configure: creating ./config.status config.status: creating include/Makefile config.status: creating lib/Makefile config.status: creating lib/version.h config.status: creating man/Makefile config.status: creating tools/Makefile config.status: creating tools/version.h config.status: creating Makefile config.status: creating make.tmpl config.status: creating include/config.h which: no ctags in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin) make -C lib make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/lib' /usr/sbin/mkdir -p activate/; \ set -e; \ FILE=`echo activate/activate.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o activate/activate.d activate/activate.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" activate/activate.d; \ [ -s activate/activate.d ] || rm -f activate/activate.d /usr/sbin/mkdir -p activate/; \ set -e; \ FILE=`echo activate/devmapper.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o activate/devmapper.d activate/devmapper.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" activate/devmapper.d; \ [ -s activate/devmapper.d ] || rm -f activate/devmapper.d /usr/sbin/mkdir -p device/; \ set -e; \ FILE=`echo device/ata.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o device/ata.d device/ata.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" device/ata.d; \ [ -s device/ata.d ] || rm -f device/ata.d /usr/sbin/mkdir -p device/; \ set -e; \ FILE=`echo device/partition.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o device/partition.d device/partition.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" device/partition.d; \ [ -s device/partition.d ] || rm -f device/partition.d /usr/sbin/mkdir -p device/; \ set -e; \ FILE=`echo device/scan.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o device/scan.d device/scan.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" device/scan.d; \ [ -s device/scan.d ] || rm -f device/scan.d /usr/sbin/mkdir -p device/; \ set -e; \ FILE=`echo device/scsi.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o device/scsi.d device/scsi.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" device/scsi.d; \ [ -s device/scsi.d ] || rm -f device/scsi.d /usr/sbin/mkdir -p display/; \ set -e; \ FILE=`echo display/display.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o display/display.d display/display.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" display/display.d; \ [ -s display/display.d ] || rm -f display/display.d /usr/sbin/mkdir -p format/; \ set -e; \ FILE=`echo format/format.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/format.d format/format.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/format.d; \ [ -s format/format.d ] || rm -f format/format.d /usr/sbin/mkdir -p locking/; \ set -e; \ FILE=`echo locking/locking.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o locking/locking.d locking/locking.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" locking/locking.d; \ [ -s locking/locking.d ] || rm -f locking/locking.d /usr/sbin/mkdir -p log/; \ set -e; \ FILE=`echo log/log.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o log/log.d log/log.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" log/log.d; \ [ -s log/log.d ] || rm -f log/log.d /usr/sbin/mkdir -p metadata/; \ set -e; \ FILE=`echo metadata/log_ops.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o metadata/log_ops.d metadata/log_ops.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" metadata/log_ops.d; \ [ -s metadata/log_ops.d ] || rm -f metadata/log_ops.d /usr/sbin/mkdir -p metadata/; \ set -e; \ FILE=`echo metadata/metadata.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o metadata/metadata.d metadata/metadata.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" metadata/metadata.d; \ [ -s metadata/metadata.d ] || rm -f metadata/metadata.d /usr/sbin/mkdir -p metadata/; \ set -e; \ FILE=`echo metadata/reconfig.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o metadata/reconfig.d metadata/reconfig.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" metadata/reconfig.d; \ [ -s metadata/reconfig.d ] || rm -f metadata/reconfig.d /usr/sbin/mkdir -p misc/; \ set -e; \ FILE=`echo misc/file.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o misc/file.d misc/file.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" misc/file.d; \ [ -s misc/file.d ] || rm -f misc/file.d /usr/sbin/mkdir -p misc/; \ set -e; \ FILE=`echo misc/init.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o misc/init.d misc/init.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" misc/init.d; \ [ -s misc/init.d ] || rm -f misc/init.d /usr/sbin/mkdir -p misc/; \ set -e; \ FILE=`echo misc/lib_context.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o misc/lib_context.d misc/lib_context.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" misc/lib_context.d; \ [ -s misc/lib_context.d ] || rm -f misc/lib_context.d /usr/sbin/mkdir -p misc/; \ set -e; \ FILE=`echo misc/misc.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o misc/misc.d misc/misc.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" misc/misc.d; \ [ -s misc/misc.d ] || rm -f misc/misc.d /usr/sbin/mkdir -p misc/; \ set -e; \ FILE=`echo misc/workaround.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o misc/workaround.d misc/workaround.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" misc/workaround.d; \ [ -s misc/workaround.d ] || rm -f misc/workaround.d /usr/sbin/mkdir -p mm/; \ set -e; \ FILE=`echo mm/dbg_malloc.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o mm/dbg_malloc.d mm/dbg_malloc.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" mm/dbg_malloc.d; \ [ -s mm/dbg_malloc.d ] || rm -f mm/dbg_malloc.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/asr.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/asr.d format/ataraid/asr.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/asr.d; \ [ -s format/ataraid/asr.d ] || rm -f format/ataraid/asr.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/hpt37x.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/hpt37x.d format/ataraid/hpt37x.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/hpt37x.d; \ [ -s format/ataraid/hpt37x.d ] || rm -f format/ataraid/hpt37x.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/hpt45x.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/hpt45x.d format/ataraid/hpt45x.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/hpt45x.d; \ [ -s format/ataraid/hpt45x.d ] || rm -f format/ataraid/hpt45x.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/isw.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/isw.d format/ataraid/isw.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/isw.d; \ [ -s format/ataraid/isw.d ] || rm -f format/ataraid/isw.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/jm.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/jm.d format/ataraid/jm.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/jm.d; \ [ -s format/ataraid/jm.d ] || rm -f format/ataraid/jm.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/lsi.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/lsi.d format/ataraid/lsi.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/lsi.d; \ [ -s format/ataraid/lsi.d ] || rm -f format/ataraid/lsi.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/nv.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/nv.d format/ataraid/nv.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/nv.d; \ [ -s format/ataraid/nv.d ] || rm -f format/ataraid/nv.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/pdc.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/pdc.d format/ataraid/pdc.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/pdc.d; \ [ -s format/ataraid/pdc.d ] || rm -f format/ataraid/pdc.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/sil.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/sil.d format/ataraid/sil.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/sil.d; \ [ -s format/ataraid/sil.d ] || rm -f format/ataraid/sil.d /usr/sbin/mkdir -p format/ataraid/; \ set -e; \ FILE=`echo format/ataraid/via.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ataraid/via.d format/ataraid/via.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ataraid/via.d; \ [ -s format/ataraid/via.d ] || rm -f format/ataraid/via.d /usr/sbin/mkdir -p format/ddf/; \ set -e; \ FILE=`echo format/ddf/ddf1.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ddf/ddf1.d format/ddf/ddf1.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ddf/ddf1.d; \ [ -s format/ddf/ddf1.d ] || rm -f format/ddf/ddf1.d /usr/sbin/mkdir -p format/ddf/; \ set -e; \ FILE=`echo format/ddf/ddf1_lib.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ddf/ddf1_lib.d format/ddf/ddf1_lib.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ddf/ddf1_lib.d; \ [ -s format/ddf/ddf1_lib.d ] || rm -f format/ddf/ddf1_lib.d /usr/sbin/mkdir -p format/ddf/; \ set -e; \ FILE=`echo format/ddf/ddf1_crc.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ddf/ddf1_crc.d format/ddf/ddf1_crc.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ddf/ddf1_crc.d; \ [ -s format/ddf/ddf1_crc.d ] || rm -f format/ddf/ddf1_crc.d /usr/sbin/mkdir -p format/ddf/; \ set -e; \ FILE=`echo format/ddf/ddf1_cvt.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ddf/ddf1_cvt.d format/ddf/ddf1_cvt.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ddf/ddf1_cvt.d; \ [ -s format/ddf/ddf1_cvt.d ] || rm -f format/ddf/ddf1_cvt.d /usr/sbin/mkdir -p format/ddf/; \ set -e; \ FILE=`echo format/ddf/ddf1_dump.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/ddf/ddf1_dump.d format/ddf/ddf1_dump.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/ddf/ddf1_dump.d; \ [ -s format/ddf/ddf1_dump.d ] || rm -f format/ddf/ddf1_dump.d /usr/sbin/mkdir -p format/partition/; \ set -e; \ FILE=`echo format/partition/dos.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o format/partition/dos.d format/partition/dos.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" format/partition/dos.d; \ [ -s format/partition/dos.d ] || rm -f format/partition/dos.d /usr/sbin/mkdir -p register/; \ set -e; \ FILE=`echo register/dmreg.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o register/dmreg.d register/dmreg.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" register/dmreg.d; \ [ -s register/dmreg.d ] || rm -f register/dmreg.d /usr/sbin/mkdir -p events/; \ set -e; \ FILE=`echo events/libdmraid-events-isw.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o events/libdmraid-events-isw.d events/libdmraid-events-isw.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" events/libdmraid-events-isw.d; \ [ -s events/libdmraid-events-isw.d ] || rm -f events/libdmraid-events-isw.d gcc -o activate/activate.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 activate/activate.c gcc -o activate/devmapper.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 activate/devmapper.c gcc -o device/ata.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 device/ata.c gcc -o device/partition.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 device/partition.c gcc -o device/scan.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 device/scan.c gcc -o device/scsi.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 device/scsi.c gcc -o display/display.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 display/display.c gcc -o format/format.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/format.c gcc -o locking/locking.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 locking/locking.c gcc -o log/log.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 log/log.c gcc -o metadata/log_ops.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 metadata/log_ops.c gcc -o metadata/metadata.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 metadata/metadata.c metadata/metadata.c: In function 'create_raidset': metadata/metadata.c:1436:24: warning: comparison between pointer and zero character constant [-Wpointer-compare] 1436 | } while (end++ != '\0'); | ^~ metadata/metadata.c:1436:18: note: did you mean to dereference the pointer? 1436 | } while (end++ != '\0'); | ^ metadata/metadata.c: At top level: metadata/metadata.c:1463:1: warning: 'rebuild_config_raidset' defined but not used [-Wunused-function] 1463 | rebuild_config_raidset(struct lib_context *lc, struct raid_set *rs) | ^~~~~~~~~~~~~~~~~~~~~~ metadata/metadata.c:765:1: warning: 'discover_raid_devices_spares' defined but not used [-Wunused-function] 765 | discover_raid_devices_spares(struct lib_context *lc, const char *format) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o metadata/reconfig.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 metadata/reconfig.c metadata/reconfig.c: In function 'handle_dev': metadata/reconfig.c:460:29: warning: comparison between 'enum change_type' and 'enum type' [-Wenum-compare] 460 | if (h->type == rs->type) | ^~ metadata/reconfig.c:462:30: warning: comparison between 'enum change_type' and 'enum type' [-Wenum-compare] 462 | } while ((++h)->type != t_undef); | ^~ gcc -o misc/file.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 misc/file.c gcc -o misc/init.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 misc/init.c gcc -o misc/lib_context.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 misc/lib_context.c gcc -o misc/misc.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 misc/misc.c misc/misc.c: In function 'led': misc/misc.c:291:17: warning: 'fclose' called on pointer returned from a mismatched allocation function [-Wmismatched-dealloc] 291 | fclose(fd); | ^~~~~~~~~~ misc/misc.c:289:19: note: returned from 'popen' 289 | if ((fd = popen("which sgpio", "r"))) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o misc/workaround.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 misc/workaround.c gcc -o mm/dbg_malloc.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 mm/dbg_malloc.c gcc -o format/ataraid/asr.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/asr.c format/ataraid/asr.c: In function 'check_rd': format/ataraid/asr.c:1036:25: warning: comparison between 'enum type' and 'enum status' [-Wenum-compare] 1036 | return rd->type != s_broken; | ^~ gcc -o format/ataraid/hpt37x.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/hpt37x.c format/ataraid/hpt37x.c: In function 'hpt37x_log': format/ataraid/hpt37x.c:353:19: warning: taking address of packed member of 'struct hpt37x' may result in an unaligned pointer value [-Waddress-of-packed-member] 353 | for (el = hpt->errorlog; el < hpt->errorlog + 32; el++) { | ^~~ gcc -o format/ataraid/hpt45x.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/hpt45x.c gcc -o format/ataraid/isw.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/isw.c format/ataraid/isw.c: In function '_get_disk': format/ataraid/isw.c:141:41: warning: taking address of packed member of 'struct isw' may result in an unaligned pointer value [-Waddress-of-packed-member] 141 | struct isw_disk *disk = isw->disk; | ^~~ format/ataraid/isw.c: In function 'name': format/ataraid/isw.c:210:33: warning: taking address of packed member of 'struct isw' may result in an unaligned pointer value [-Waddress-of-packed-member] 210 | struct isw_disk *disk = isw->disk; | ^~~ format/ataraid/isw.c: In function '_checksum': format/ataraid/isw.c:310:17: warning: converting a packed 'struct isw' pointer (alignment 1) to a 'uint32_t' {aka 'unsigned int'} pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member] 310 | *p = (uint32_t *) isw, ret = 0; | ^ In file included from format/ataraid/isw.c:31: format/ataraid/isw.h:200:8: note: defined here 200 | struct isw { | ^~~ format/ataraid/isw.c: In function 'get_rs_status': format/ataraid/isw.c:1134:24: warning: taking address of packed member of 'struct isw' may result in an unaligned pointer value [-Waddress-of-packed-member] 1134 | disk = isw->disk; | ^~~ format/ataraid/isw.c:1114:26: warning: variable 'disk' set but not used [-Wunused-but-set-variable] 1114 | struct isw_disk *disk; | ^~~~ format/ataraid/isw.c: In function 'get_rebuild_state': format/ataraid/isw.c:1185:32: warning: taking address of packed member of 'struct isw' may result in an unaligned pointer value [-Waddress-of-packed-member] 1185 | disk = isw->disk; | ^~~ format/ataraid/isw.c: In function 'isw_metadata_handler': format/ataraid/isw.c:1317:24: warning: taking address of packed member of 'struct isw' may result in an unaligned pointer value [-Waddress-of-packed-member] 1317 | disk = isw->disk; | ^~~ format/ataraid/isw.c: In function '_isw_create_first_volume': format/ataraid/isw.c:1828:16: warning: taking address of packed member of 'struct isw' may result in an unaligned pointer value [-Waddress-of-packed-member] 1828 | disk = isw->disk; | ^~~ format/ataraid/isw.c: In function '_isw_create_second_volume': format/ataraid/isw.c:1925:44: warning: taking address of packed member of 'struct isw' may result in an unaligned pointer value [-Waddress-of-packed-member] 1925 | total_size = _cal_array_size(isw_v1->disk, rs, dev1); | ~~~~~~^~~~~~ format/ataraid/isw.c: In function '_isw_log': format/ataraid/isw.c:2165:28: warning: taking address of packed member of 'struct isw' may result in an unaligned pointer value [-Waddress-of-packed-member] 2165 | for (d = 0, disk = isw->disk; d < isw->num_disks; d++, disk++) { | ^~~ format/ataraid/isw.c: In function 'update_metadata': format/ataraid/isw.c:2634:33: warning: taking address of packed member of 'struct isw' may result in an unaligned pointer value [-Waddress-of-packed-member] 2634 | struct isw_disk *disk = isw->disk, *new_disk = NULL; | ^~~ format/ataraid/isw.c: In function 'isw_remove_dev': format/ataraid/isw.c:2370:17: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] 2370 | strncpy((char *) isw_tmp->sig + MPB_SIGNATURE_SIZE, | ^ format/ataraid/isw.c:2375:17: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] 2375 | strncpy((char *) isw_tmp->sig + MPB_SIGNATURE_SIZE, | ^ format/ataraid/isw.c: In function 'isw_config_dev': format/ataraid/isw.c:1715:9: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 1715 | strncpy((char *) dev2->volume, rs->name, MAX_RAID_SERIAL_LEN); | ^ format/ataraid/isw.c: In function 'isw_create': format/ataraid/isw.c:1850:9: warning: '__builtin_strncpy' output truncated before terminating nul copying 24 bytes from a string of the same length [-Wstringop-truncation] 1850 | strncpy((char *) isw->sig, MPB_SIGNATURE, MPB_SIGNATURE_SIZE); | ^ format/ataraid/isw.c:2749:9: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 2749 | strncpy((char *) new_disk->serial, dev_info_serial_to_isw(di->serial), | ^ gcc -o format/ataraid/jm.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/jm.c format/ataraid/jm.c: In function 'checksum': format/ataraid/jm.c:87:9: warning: converting a packed 'struct jm' pointer (alignment 1) to a 'uint16_t' {aka 'short unsigned int'} pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 87 | uint16_t *p = (uint16_t *) jm, sum = 0; | ^~~~~~~~ In file included from format/ataraid/jm.c:14: format/ataraid/jm.h:22:8: note: defined here 22 | struct jm { | ^~ gcc -o format/ataraid/lsi.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/lsi.c gcc -o format/ataraid/nv.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/nv.c gcc -o format/ataraid/pdc.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/pdc.c format/ataraid/pdc.c: In function 'checksum': format/ataraid/pdc.c:108:9: warning: converting a packed 'struct pdc' pointer (alignment 1) to a 'uint32_t' {aka 'unsigned int'} pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member] 108 | uint32_t *p = (uint32_t *) pdc; | ^~~~~~~~ In file included from format/ataraid/pdc.c:18: format/ataraid/pdc.h:27:8: note: defined here 27 | struct pdc { | ^~~ format/ataraid/pdc.c: In function '_pdc_log': format/ataraid/pdc.c:590:21: warning: taking address of packed member of 'struct pdc' may result in an unaligned pointer value [-Waddress-of-packed-member] 590 | for (disk = pdc->raid.disk, i = 0; | ^~~ gcc -o format/ataraid/sil.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/sil.c format/ataraid/sil.c: In function 'checksum': format/ataraid/sil.c:97:9: warning: converting a packed 'struct sil' pointer (alignment 1) to a 'uint16_t' {aka 'short unsigned int'} pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 97 | uint16_t *p = (uint16_t *) sil; | ^~~~~~~~ In file included from format/ataraid/sil.c:14: format/ataraid/sil.h:19:8: note: defined here 19 | struct sil { | ^~~ gcc -o format/ataraid/via.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ataraid/via.c gcc -o format/ddf/ddf1.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ddf/ddf1.c format/ddf/ddf1.c: In function 'check_rd': format/ddf/ddf1.c:891:25: warning: comparison between 'enum type' and 'enum status' [-Wenum-compare] 891 | return rd->type != s_broken; | ^~ format/ddf/ddf1.c: In function 'ddf1_group': format/ddf/ddf1.c:713:25: warning: '__builtin_strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation] 713 | strncpy(buf + prefix + 32, "47114711", 8); | ^ gcc -o format/ddf/ddf1_lib.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ddf/ddf1_lib.c gcc -o format/ddf/ddf1_crc.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ddf/ddf1_crc.c format/ddf/ddf1_crc.c: In function 'crc32_vd': format/ddf/ddf1_crc.c:100:24: warning: taking address of packed member of 'struct ddf1_config_record' may result in an unaligned pointer value [-Waddress-of-packed-member] 100 | .crc = &r->crc, \ | ^~~~~~~ format/ddf/ddf1_crc.c:108:1: note: in expansion of macro 'CRC32' 108 | CRC32(vd, ddf1_config_record, CR); | ^~~~~ format/ddf/ddf1_crc.c: In function 'crc32_spare': format/ddf/ddf1_crc.c:100:24: warning: taking address of packed member of 'struct ddf1_spare_header' may result in an unaligned pointer value [-Waddress-of-packed-member] 100 | .crc = &r->crc, \ | ^~~~~~~ format/ddf/ddf1_crc.c:109:1: note: in expansion of macro 'CRC32' 109 | CRC32(spare, ddf1_spare_header, SR); | ^~~~~ format/ddf/ddf1_crc.c: In function 'vd_check_crc': format/ddf/ddf1_crc.c:149:24: warning: taking address of packed member of 'struct ddf1_config_record' may result in an unaligned pointer value [-Waddress-of-packed-member] 149 | .crc = &r->crc, \ | ^~~~~~~ format/ddf/ddf1_crc.c:156:1: note: in expansion of macro 'CHECK_CRC' 156 | CHECK_CRC(vd, ddf1_config_record, CR, "VD CFG"); | ^~~~~~~~~ format/ddf/ddf1_crc.c: In function 'spare_check_crc': format/ddf/ddf1_crc.c:149:24: warning: taking address of packed member of 'struct ddf1_spare_header' may result in an unaligned pointer value [-Waddress-of-packed-member] 149 | .crc = &r->crc, \ | ^~~~~~~ format/ddf/ddf1_crc.c:157:1: note: in expansion of macro 'CHECK_CRC' 157 | CHECK_CRC(spare, ddf1_spare_header, SR, "Spare CFG"); | ^~~~~~~~~ format/ddf/ddf1_crc.c: In function 'all_crcs': format/ddf/ddf1_crc.c:182:33: warning: taking address of packed member of 'struct ddf1_header' may result in an unaligned pointer value [-Waddress-of-packed-member] 182 | {ddf1->primary, &ddf1->primary->crc, | ^~~~~~~~~~~~~~~~~~~ format/ddf/ddf1_crc.c:185:35: warning: taking address of packed member of 'struct ddf1_header' may result in an unaligned pointer value [-Waddress-of-packed-member] 185 | {ddf1->secondary, &ddf1->secondary->crc, | ^~~~~~~~~~~~~~~~~~~~~ format/ddf/ddf1_crc.c:188:33: warning: taking address of packed member of 'struct ddf1_adapter' may result in an unaligned pointer value [-Waddress-of-packed-member] 188 | {ddf1->adapter, &ddf1->adapter->crc, | ^~~~~~~~~~~~~~~~~~~ format/ddf/ddf1_crc.c:191:35: warning: taking address of packed member of 'struct ddf1_disk_data' may result in an unaligned pointer value [-Waddress-of-packed-member] 191 | {ddf1->disk_data, &ddf1->disk_data->crc, | ^~~~~~~~~~~~~~~~~~~~~ format/ddf/ddf1_crc.c:194:35: warning: taking address of packed member of 'struct ddf1_phys_drives' may result in an unaligned pointer value [-Waddress-of-packed-member] 194 | {ddf1->pd_header, &ddf1->pd_header->crc, | ^~~~~~~~~~~~~~~~~~~~~ format/ddf/ddf1_crc.c:198:35: warning: taking address of packed member of 'struct ddf1_virt_drives' may result in an unaligned pointer value [-Waddress-of-packed-member] 198 | {ddf1->vd_header, &ddf1->vd_header->crc, | ^~~~~~~~~~~~~~~~~~~~~ gcc -o format/ddf/ddf1_cvt.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ddf/ddf1_cvt.c gcc -o format/ddf/ddf1_dump.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/ddf/ddf1_dump.c gcc -o format/partition/dos.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 format/partition/dos.c gcc -o register/dmreg.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 register/dmreg.c rm -f libdmraid.a ar r libdmraid.a activate/activate.o activate/devmapper.o device/ata.o device/partition.o device/scan.o device/scsi.o display/display.o format/format.o locking/locking.o log/log.o metadata/log_ops.o metadata/metadata.o metadata/reconfig.o misc/file.o misc/init.o misc/lib_context.o misc/misc.o misc/workaround.o mm/dbg_malloc.o format/ataraid/asr.o format/ataraid/hpt37x.o format/ataraid/hpt45x.o format/ataraid/isw.o format/ataraid/jm.o format/ataraid/lsi.o format/ataraid/nv.o format/ataraid/pdc.o format/ataraid/sil.o format/ataraid/via.o format/ddf/ddf1.o format/ddf/ddf1_lib.o format/ddf/ddf1_crc.o format/ddf/ddf1_cvt.o format/ddf/ddf1_dump.o format/partition/dos.o register/dmreg.o ar: creating libdmraid.a ranlib libdmraid.a gcc -o libdmraid.so -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now activate/activate.o activate/devmapper.o device/ata.o device/partition.o device/scan.o device/scsi.o display/display.o format/format.o locking/locking.o log/log.o metadata/log_ops.o metadata/metadata.o metadata/reconfig.o misc/file.o misc/init.o misc/lib_context.o misc/misc.o misc/workaround.o mm/dbg_malloc.o format/ataraid/asr.o format/ataraid/hpt37x.o format/ataraid/hpt45x.o format/ataraid/isw.o format/ataraid/jm.o format/ataraid/lsi.o format/ataraid/nv.o format/ataraid/pdc.o format/ataraid/sil.o format/ataraid/via.o format/ddf/ddf1.o format/ddf/ddf1_lib.o format/ddf/ddf1_crc.o format/ddf/ddf1_cvt.o format/ddf/ddf1_dump.o format/partition/dos.o register/dmreg.o \ -shared -Wl,--discard-all -Wl,--no-undefined -Wl,--version-script,../lib/.export.sym \ -Wl,-soname,libdmraid.so.1 \ -ldevmapper-event -ldevmapper -ldl gcc -o events/libdmraid-events-isw.o -c -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 events/libdmraid-events-isw.c events/libdmraid-events-isw.c: In function '_snprintf_either': events/libdmraid-events-isw.c:793:35: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [-Waddress] 793 | dev->name ? dev->name : "", | ^ events/libdmraid-events-isw.c:118:14: note: 'name' declared here 118 | char name[DEV_NAME]; /* sda, sdb, etc... */ | ^~~~ events/libdmraid-events-isw.c: In function '_set_raid_dev_properties': events/libdmraid-events-isw.c:617:46: warning: '%s' directive writing up to 255 bytes into a region of size 233 [-Wformat-overflow=] 617 | sprintf(path + len, "%s%s%c%s", d_name, | ^~ In file included from /usr/include/stdio.h:906, from events/libdmraid-events-isw.c:60: In function 'sprintf', inlined from '_set_raid_dev_properties' at events/libdmraid-events-isw.c:617:4: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output 15 or more bytes (assuming 270) into a destination of size 233 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ events/libdmraid-events-isw.c: In function '_set_raid_dev_properties': events/libdmraid-events-isw.c:617:46: warning: '%s' directive writing up to 255 bytes into a region of size 233 [-Wformat-overflow=] 617 | sprintf(path + len, "%s%s%c%s", d_name, | ^~ In function 'sprintf', inlined from '_set_raid_dev_properties' at events/libdmraid-events-isw.c:617:4: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output 15 or more bytes (assuming 270) into a destination of size 233 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ events/libdmraid-events-isw.c: In function '_create_raid_set.constprop': events/libdmraid-events-isw.c:891:26: warning: '%s' directive writing up to 255 bytes into a region of size 245 [-Wformat-overflow=] 891 | sprintf(path, "%s%s%s", sys_block_path, dev_name, sys_slaves_dir); | ^~ In function 'sprintf', inlined from '_get_slave_devices' at events/libdmraid-events-isw.c:891:2, inlined from '_create_raid_set.constprop' at events/libdmraid-events-isw.c:992:8: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 19 and 274 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ events/libdmraid-events-isw.c: In function '_create_raid_set.constprop': events/libdmraid-events-isw.c:900:41: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 900 | sprintf(path + len, "/%s", d_name); | ^ In function 'sprintf', inlined from '_get_slave_devices' at events/libdmraid-events-isw.c:900:3, inlined from '_create_raid_set.constprop' at events/libdmraid-events-isw.c:992:8: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 2 and 257 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ events/libdmraid-events-isw.c: In function '_create_raid_set.constprop': events/libdmraid-events-isw.c:408:26: warning: '%s' directive writing up to 255 bytes into a region of size 245 [-Wformat-overflow=] 408 | sprintf(path, "%s%s", sys_block_path, dev_name); | ^~ In function 'sprintf', inlined from '_check_raid_dev_active' at events/libdmraid-events-isw.c:408:2, inlined from '_get_slave_devices' at events/libdmraid-events-isw.c:908:3, inlined from '_create_raid_set.constprop' at events/libdmraid-events-isw.c:992:8: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 267 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function '_check_sgpio', inlined from 'register_device' at events/libdmraid-events-isw.c:1513:2: events/libdmraid-events-isw.c:165:17: warning: 'fclose' called on pointer returned from a mismatched allocation function [-Wmismatched-dealloc] 165 | fclose(fd); | ^~~~~~~~~~ events/libdmraid-events-isw.c:157:20: note: returned from 'popen' 157 | FILE *fd = popen("which sgpio", "r"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o libdmraid-events-isw.so -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now events/libdmraid-events-isw.o \ -shared -Wl,--discard-all -Wl,--no-undefined -Wl,-soname,libdmraid-events-isw.so \ libdmraid.so -ldevmapper-event -ldevmapper -lpthread make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/lib' make -C tools make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/tools' /usr/sbin/mkdir -p ./; \ set -e; \ FILE=`echo dmraid.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o dmraid.d dmraid.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" dmraid.d; \ [ -s dmraid.d ] || rm -f dmraid.d /usr/sbin/mkdir -p ./; \ set -e; \ FILE=`echo commands.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o commands.d commands.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" commands.d; \ [ -s commands.d ] || rm -f commands.d /usr/sbin/mkdir -p ./; \ set -e; \ FILE=`echo toollib.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o toollib.d toollib.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" toollib.d; \ [ -s toollib.d ] || rm -f toollib.d /usr/sbin/mkdir -p ./; \ set -e; \ FILE=`echo dmevent_tool.d | /usr/sbin/sed 's/\\//\\\\\\//g;s/\\.d//g'`; \ DEPS=`echo Makefile ../make.tmpl ../tools/VERSION ../include/config.h | /usr/sbin/sed -e 's/\\//\\\\\\//g'`; \ gcc -MM -I -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -o dmevent_tool.d dmevent_tool.c; \ /usr/sbin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" dmevent_tool.d; \ [ -s dmevent_tool.d ] || rm -f dmevent_tool.d gcc -o dmraid.o -c -I -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 dmraid.c gcc -o commands.o -c -I -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 commands.c gcc -o toollib.o -c -I -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 toollib.c gcc -o dmraid dmraid.o commands.o toollib.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic -L../lib -ldmraid gcc -o dmevent_tool.o -c -I -I. -I../include -I../lib -include ../include/config.h -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -DDMRAID_AUTOREGISTER -O2 dmevent_tool.c gcc -o dmevent_tool dmevent_tool.o -I -I. -I../include -I../lib -include ../include/config.h -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic -L../lib \ -ldmraid make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/tools' make -C include make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/include' make -C man make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/man' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/man' ==> Entering fakeroot environment... ==> Starting package()... which: no ctags in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin) make -C lib make -C include make -C man make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/include' make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/man' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/man' make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/lib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/lib' make -C tools make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/tools' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/tools' make -C include install make -C lib install make -C man install make -C tools install make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/include' /usr/bin/install -c -d /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/include/dmraid make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/man' /usr/bin/install -c -d /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/share/man/man8 /usr/bin/install -c -m 644 -p ../include/dmraid/display.h ../include/dmraid/dmraid.h ../include/dmraid/dmreg.h ../include/dmraid/format.h ../include/dmraid/lib_context.h ../include/dmraid/list.h ../include/dmraid/locking.h ../include/dmraid/metadata.h ../include/dmraid/misc.h ../include/dmraid/reconfig.h /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/include/dmraid/ /usr/bin/install -c -m 644 -p dmraid.8 dmevent_tool.8 /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/share/man/man8 make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/tools' /usr/bin/install -c -d /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/bin make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/man' /usr/bin/install -c dmraid dmevent_tool /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/bin make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/include' make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/tools' make[1]: Entering directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/lib' /usr/bin/install -c -m 644 -p -D libdmraid.a /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/lib/libdmraid.a /usr/bin/install -c -D libdmraid.so /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/lib/libdmraid.so.1.0.0 /usr/bin/install -c -D libdmraid-events-isw.so /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/lib/device-mapper/libdmraid-events-isw.so /usr/bin/install -c -d /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/lib ln -s -f device-mapper/libdmraid-events-isw.so /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/lib/libdmraid-events-isw.so ln -s -f libdmraid.so.1.0.0 /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/lib/libdmraid.so.1 ln -s -f libdmraid.so.1.0.0 /tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/pkg/dmraid/usr/lib/libdmraid.so make[1]: Leaving directory '/tmp/archlinux-ci/dmraid-archlinuxrb-build-M30LlpjL/dmraid/trunk/src/dmraid/1.0.0.rc16-3/dmraid/lib' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "dmraid"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: dmraid 1.0.0.rc16.3-14 (Sat Aug 3 15:22:43 2024)