Mock Version: 1.3.2 Mock Version: 1.3.2 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ledmon.spec'], shell=Falseuid=1000timeout=172800gid=425user='mockbuild'printOutput=Falseenv={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}chrootPath='/var/lib/mock/f25-build-7043364-673139/root'logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ledmon.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/ledmon-0.80-1.fc25.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ledmon.spec'], shell=Falseuid=1000timeout=172800gid=425user='mockbuild'private_network=Trueenv={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}printOutput=FalsechrootPath='/var/lib/mock/f25-build-7043364-673139/root'logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ledmon.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iKNrPF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ledmon-0.80 + /usr/bin/gzip -dc /builddir/build/SOURCES/ledmon-0.80.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ledmon-0.80 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ledmon_cflags.patch):' Patch #0 (ledmon_cflags.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .cflags --fuzz=0 patching file src/Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SKxrPe + umask 022 + cd /builddir/build/BUILD + cd ledmon-0.80 + make 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' make -C src ledmon make[1]: Entering directory '/builddir/build/BUILD/ledmon-0.80/src' mkdir -p /builddir/build/BUILD/ledmon-0.80/src/_build cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -M slave.c cntrl.c enclosure.c utils.c ledctl.c pidfile.c scsi.c ledmon.c dellssd.c raid.c ahci.c block.c vmdssd.c sysfs.c list.c pci_slot.c status.c smp.c | sed 's/^[a-z,0-9]/\/builddir\/build\/BUILD\/ledmon-0.80\/src\/_build\/&/' > /builddir/build/BUILD/ledmon-0.80/src/_build/.depend cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c ledmon.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/ledmon.o In file included from ../config/config.h:23:0, from ledmon.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ ledmon.c: In function 'main': ledmon.c:815:2: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(t); ^~~~~~ ledmon.c:816:2: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(t); ^~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c pidfile.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/pidfile.o In file included from ../config/config.h:23:0, from pidfile.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c ahci.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/ahci.o In file included from ../config/config.h:23:0, from ahci.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c block.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/block.o In file included from ../config/config.h:23:0, from block.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c cntrl.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/cntrl.o In file included from ../config/config.h:23:0, from cntrl.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c enclosure.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/enclosure.o In file included from ../config/config.h:23:0, from enclosure.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c list.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/list.o In file included from ../config/config.h:23:0, from list.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c raid.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/raid.o In file included from ../config/config.h:23:0, from raid.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c scsi.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/scsi.o In file included from ../config/config.h:23:0, from scsi.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c slave.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/slave.o In file included from ../config/config.h:23:0, from slave.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c status.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/status.o In file included from ../config/config.h:23:0, from status.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c sysfs.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/sysfs.o In file included from ../config/config.h:23:0, from sysfs.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c smp.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/smp.o In file included from ../config/config.h:23:0, from smp.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ smp.c: In function '_open_smp_device': smp.c:291:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] if (fgets(buf, sizeof(buf), df) < 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c dellssd.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/dellssd.o In file included from ../config/config.h:23:0, from dellssd.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c utils.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/utils.o In file included from ../config/config.h:23:0, from utils.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c pci_slot.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/pci_slot.o In file included from ../config/config.h:23:0, from pci_slot.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c vmdssd.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/vmdssd.o In file included from ../config/config.h:23:0, from vmdssd.c:18: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ vmdssd.c: In function 'vmdssd_write': vmdssd.c:115:3: warning: ignoring return value of 'realpath', declared with attribute warn_unused_result [-Wunused-result] realpath(module_path, real_module_path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -lsgutils2 /builddir/build/BUILD/ledmon-0.80/src/_build/ledmon.o /builddir/build/BUILD/ledmon-0.80/src/_build/pidfile.o /builddir/build/BUILD/ledmon-0.80/src/_build/ahci.o /builddir/build/BUILD/ledmon-0.80/src/_build/block.o /builddir/build/BUILD/ledmon-0.80/src/_build/cntrl.o /builddir/build/BUILD/ledmon-0.80/src/_build/enclosure.o /builddir/build/BUILD/ledmon-0.80/src/_build/list.o /builddir/build/BUILD/ledmon-0.80/src/_build/raid.o /builddir/build/BUILD/ledmon-0.80/src/_build/scsi.o /builddir/build/BUILD/ledmon-0.80/src/_build/slave.o /builddir/build/BUILD/ledmon-0.80/src/_build/status.o /builddir/build/BUILD/ledmon-0.80/src/_build/sysfs.o /builddir/build/BUILD/ledmon-0.80/src/_build/smp.o /builddir/build/BUILD/ledmon-0.80/src/_build/dellssd.o /builddir/build/BUILD/ledmon-0.80/src/_build/utils.o /builddir/build/BUILD/ledmon-0.80/src/_build/pci_slot.o /builddir/build/BUILD/ledmon-0.80/src/_build/vmdssd.o -o ledmon make[1]: Leaving directory '/builddir/build/BUILD/ledmon-0.80/src' make -C src ledctl make[1]: Entering directory '/builddir/build/BUILD/ledmon-0.80/src' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE -I../config -c ledctl.c -o /builddir/build/BUILD/ledmon-0.80/src/_build/ledctl.o In file included from ../config/config.h:23:0, from ledctl.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -lsgutils2 /builddir/build/BUILD/ledmon-0.80/src/_build/ledctl.o /builddir/build/BUILD/ledmon-0.80/src/_build/ahci.o /builddir/build/BUILD/ledmon-0.80/src/_build/block.o /builddir/build/BUILD/ledmon-0.80/src/_build/cntrl.o /builddir/build/BUILD/ledmon-0.80/src/_build/enclosure.o /builddir/build/BUILD/ledmon-0.80/src/_build/list.o /builddir/build/BUILD/ledmon-0.80/src/_build/raid.o /builddir/build/BUILD/ledmon-0.80/src/_build/scsi.o /builddir/build/BUILD/ledmon-0.80/src/_build/slave.o /builddir/build/BUILD/ledmon-0.80/src/_build/status.o /builddir/build/BUILD/ledmon-0.80/src/_build/sysfs.o /builddir/build/BUILD/ledmon-0.80/src/_build/smp.o /builddir/build/BUILD/ledmon-0.80/src/_build/dellssd.o /builddir/build/BUILD/ledmon-0.80/src/_build/utils.o /builddir/build/BUILD/ledmon-0.80/src/_build/pci_slot.o /builddir/build/BUILD/ledmon-0.80/src/_build/vmdssd.o -o ledctl make[1]: Leaving directory '/builddir/build/BUILD/ledmon-0.80/src' make -C doc all make[1]: Entering directory '/builddir/build/BUILD/ledmon-0.80/doc' pod2man -r "LEDCTL.CONF Version 0.80" -d "November 2016" \ -s 5 -n ledctl.conf -c "Inter(R) Enclosure LED Utilities Config" ledctl.conf.pod | gzip -9f > ledctl.conf.5.gz /bin/sh: pod2man: command not found pod2man -r "LEDMON Version 0.80" -d "November 2016" \ -s 8 -n ledmon -c "Intel(R) Enclosure LED Monitor Service" ledmon.pod | gzip -9f > ledmon.8.gz /bin/sh: pod2man: command not found pod2man -r "LEDCTL Version 0.80" -d "November 2016" \ -s 8 -n ledctl -c "Intel(R) Enclosure LED Control Application" ledctl.pod | gzip -9f > ledctl.8.gz /bin/sh: pod2man: command not found make[1]: Leaving directory '/builddir/build/BUILD/ledmon-0.80/doc' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ogoTyK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm ++ dirname /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm + cd ledmon-0.80 + make install 'INSTALL=/usr/bin/install -p' DESTDIR=/builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm SBIN_DIR=/builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm//usr/sbin MANDIR=/builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/share/man make -C src ledmon make[1]: Entering directory '/builddir/build/BUILD/ledmon-0.80/src' make[1]: 'ledmon' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/ledmon-0.80/src' make -C src ledctl make[1]: Entering directory '/builddir/build/BUILD/ledmon-0.80/src' make[1]: 'ledctl' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/ledmon-0.80/src' make -C doc all make[1]: Entering directory '/builddir/build/BUILD/ledmon-0.80/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/ledmon-0.80/doc' make -C src DESTDIR=/builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm install make[1]: Entering directory '/builddir/build/BUILD/ledmon-0.80/src' install -D ./ledmon /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/sbin/ledmon install -D ./ledctl /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/sbin/ledctl make[1]: Leaving directory '/builddir/build/BUILD/ledmon-0.80/src' make -C doc DESTDIR=/builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm install make[1]: Entering directory '/builddir/build/BUILD/ledmon-0.80/doc' install -D -m 644 ./ledmon.8.gz /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/share/man/man8/ledmon.8.gz install -D -m 644 ./ledctl.8.gz /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/share/man/man8/ledctl.8.gz install -D -m 644 ./ledctl.conf.5.gz /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/share/man/man5/ledctl.conf.5.gz make[1]: Leaving directory '/builddir/build/BUILD/ledmon-0.80/doc' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/ledmon-0.80 extracting debug info from /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/sbin/ledctl extracting debug info from /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/sbin/ledmon /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 452 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ledmon-0.80-1.fc25.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u9AfwF + umask 022 + cd /builddir/build/BUILD + cd ledmon-0.80 + DOCDIR=/builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/share/doc/ledmon + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/share/doc/ledmon + cp -pr README /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/share/doc/ledmon + cp -pr COPYING /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm/usr/share/doc/ledmon + exit 0 Provides: ledctl = 0.80-1.fc25 ledmon = 0.80-1.fc25 ledmon(armv7hl-32) = 0.80-1.fc25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libsgutils2.so.2 rtld(GNU_HASH) Obsoletes: ledctl = 0.1-1 Processing files: ledmon-debuginfo-0.80-1.fc25.armv7hl Provides: ledmon-debuginfo = 0.80-1.fc25 ledmon-debuginfo(armv7hl-32) = 0.80-1.fc25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm Wrote: /builddir/build/RPMS/ledmon-0.80-1.fc25.armv7hl.rpm Wrote: /builddir/build/RPMS/ledmon-debuginfo-0.80-1.fc25.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Hzn8Qk + umask 022 + cd /builddir/build/BUILD + cd ledmon-0.80 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ledmon-0.80-1.fc25.arm + exit 0 Child return code was: 0