D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/drakx-installer-stage2-17.96-3.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.b56LvS + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf drakx-installer-stage2-17.96 + /usr/bin/xz -dc /home/pterjan/rpmbuild/SOURCES/drakx-installer-stage2-17.96.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd drakx-installer-stage2-17.96 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.b9odu3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd drakx-installer-stage2-17.96 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make -C tools make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/tools' make -C serial_probe make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/tools/serial_probe' cc -Wall -Os -c -o serial_probe.o serial_probe.c cc -Wall -Os -c -o serial.o serial.c serial.c: In function 'init_pnp_com_ati9': serial.c:427:13: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if (strstr(resp, "ATI9\r")) ^~~~ In file included from serial.c:20:0: /usr/include/string.h:329:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strstr (const char *__haystack, const char *__needle) ^~~~~~ serial.c:434:16: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if (strstr(resp, "(")) ^~~~ In file included from serial.c:20:0: /usr/include/string.h:329:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strstr (const char *__haystack, const char *__needle) ^~~~~~ serial.c: In function 'find_legacy_modem': serial.c:584:16: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if (strstr(resp, "OK")) ^~~~ In file included from serial.c:20:0: /usr/include/string.h:329:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strstr (const char *__haystack, const char *__needle) ^~~~~~ serial.c: In function 'parse_pnp_string': serial.c:755:25: warning: pointer targets in passing argument 1 of 'strpbrk' differ in signedness [-Wpointer-sign] endfield = strpbrk(curpos, extension_delims); ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:302:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strpbrk (const char *__s, const char *__accept) ^~~~~~~ serial.c:755:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] endfield = strpbrk(curpos, extension_delims); ^ serial.c:800:19: warning: pointer targets in passing argument 1 of 'strpbrk' differ in signedness [-Wpointer-sign] end = strpbrk(curpos, end_delims); ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:302:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strpbrk (const char *__s, const char *__accept) ^~~~~~~ serial.c:800:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] end = strpbrk(curpos, end_delims); ^ serial.c:823:28: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp(hex_checksum, pnp_id->checksum, 2)) ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ serial.c:666:19: warning: variable 'end_char' set but not used [-Wunused-but-set-variable] unsigned char end_char; ^~~~~~~~ serial.c: In function 'attempt_pnp_retrieve': serial.c:842:41: warning: pointer targets in passing argument 2 of 'read_pnp_string' differ in signedness [-Wpointer-sign] pnp_probe_status = read_pnp_string(fd, pnp_string, pnp_strlen, ^~~~~~~~~~ serial.c:594:12: note: expected 'unsigned char *' but argument is of type 'char *' static int read_pnp_string( int fd, unsigned char *pnp_string, int *pnp_len, int pnp_stringbuf_size ) { ^~~~~~~~~~~~~~~ serial.c:847:45: warning: pointer targets in passing argument 2 of 'read_pnp_string' differ in signedness [-Wpointer-sign] pnp_probe_status = read_pnp_string(fd, pnp_string, pnp_strlen, ^~~~~~~~~~ serial.c:594:12: note: expected 'unsigned char *' but argument is of type 'char *' static int read_pnp_string( int fd, unsigned char *pnp_string, int *pnp_len, int pnp_stringbuf_size ) { ^~~~~~~~~~~~~~~ serial.c:855:24: warning: pointer targets in passing argument 1 of 'parse_pnp_string' differ in signedness [-Wpointer-sign] if (parse_pnp_string( pnp_string, *pnp_strlen, &pnp_id )<0) { ^~~~~~~~~~ serial.c:657:12: note: expected 'unsigned char *' but argument is of type 'char *' static int parse_pnp_string( unsigned char *pnp_id_string, int pnp_len, ^~~~~~~~~~~~~~~~ serial.c:870:25: warning: pointer targets in passing argument 2 of 'read_pnp_string' differ in signedness [-Wpointer-sign] read_pnp_string(fd, pnp_string, pnp_strlen, pnp_stringbuf_size ); ^~~~~~~~~~ serial.c:594:12: note: expected 'unsigned char *' but argument is of type 'char *' static int read_pnp_string( int fd, unsigned char *pnp_string, int *pnp_len, int pnp_stringbuf_size ) { ^~~~~~~~~~~~~~~ serial.c:871:27: warning: pointer targets in passing argument 1 of 'parse_pnp_string' differ in signedness [-Wpointer-sign] if (parse_pnp_string( pnp_string, *pnp_strlen, &pnp_id )<0) { ^~~~~~~~~~ serial.c:657:12: note: expected 'unsigned char *' but argument is of type 'char *' static int parse_pnp_string( unsigned char *pnp_id_string, int pnp_len, ^~~~~~~~~~~~~~~~ serial.c: In function 'serialProbe': serial.c:983:36: warning: pointer targets in passing argument 2 of 'attempt_pnp_retrieve' differ in signedness [-Wpointer-sign] if (attempt_pnp_retrieve( fd, pnp_string, &pnp_strlen, ^~~~~~~~~~ serial.c:831:12: note: expected 'char *' but argument is of type 'unsigned char *' static int attempt_pnp_retrieve(int fd, char *pnp_string, int *pnp_strlen, int pnp_stringbuf_size) { ^~~~~~~~~~~~~~~~~~~~ serial.c:1002:29: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] serdev->pnpdesc = strdup(pnp_id.user_name); ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:166:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strdup (const char *__s) ^~~~~~ serial.c:1003:17: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] len = strlen(pnp_id.eisa_id) + ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ serial.c:1004:15: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] strlen(pnp_id.product_id) + ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ serial.c:1005:15: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] strlen(pnp_id.user_name) + 3; ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ serial.c:1010:17: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] len = strlen(pnp_id.eisa_id) + ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ serial.c:1011:15: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] strlen(pnp_id.product_id) + 3; ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ serial.c:1021:31: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] serdev->pnpmfr = strdup(pnp_id.eisa_id); ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:166:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strdup (const char *__s) ^~~~~~ serial.c:1022:33: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] serdev->pnpmodel = strdup(pnp_id.product_id); ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:166:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strdup (const char *__s) ^~~~~~ serial.c:1025:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] foo=pnp_id.product_id; ^ serial.c:1027:15: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if (strstr(pnp_id.driver_id,"PNP")) ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:329:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strstr (const char *__haystack, const char *__needle) ^~~~~~ serial.c:1028:19: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] foo = strstr(pnp_id.driver_id,"PNP")+3; ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:329:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strstr (const char *__haystack, const char *__needle) ^~~~~~ serial.c:1029:35: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] serdev->pnpcompat = strdup(pnp_id.driver_id); ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:166:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strdup (const char *__s) ^~~~~~ serial.c:1033:13: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] !strncmp(pnp_id.class_name, "MOUSE", 5) || ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ serial.c:1043:25: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (!strncmp(pnp_id.class_name, "MODEM", 5) || ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ serial.c:1046:25: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if (!strncmp(pnp_id.class_name, "PRINTER", 7)) ^~~~~~ In file included from serial.c:20:0: /usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ serial.c:884:9: warning: variable 'devicetype' set but not used [-Wunused-but-set-variable] int devicetype=-1; ^~~~~~~~~~ cc serial_probe.o serial.o -o serial_probe make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/tools/serial_probe' cc -Wall rpcinfo-flushed.c -o rpcinfo-flushed make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/tools' + make -C perl-install/install make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' make -C .. xs make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install' install -d auto make -C c make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/c' rm -f stuff.xs perl stuff.xs.pl > stuff.xs chmod a-w stuff.xs test -e Makefile_c || perl Makefile.PL Generating a Unix-style Makefile_c Writing Makefile_c for stuff Writing MYMETA.yml and MYMETA.json make -f Makefile_c LD_RUN_PATH= || make -f Makefile_c LD_RUN_PATH= make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/c' cp stuff.xs.pl blib/lib/stuff.xs.pl cp stuff.pm blib/lib/stuff.pm Running Mkbootstrap for stuff () chmod 644 "stuff.bs" "/usr/bin/perl5.26.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- stuff.bs blib/arch/auto/stuff/stuff.bs 644 "/usr/bin/perl5.26.2" "/usr/lib/perl5/5.26.2/ExtUtils/xsubpp" -typemap '/usr/lib/perl5/5.26.2/ExtUtils/typemap' stuff.xs > stuff.xsc mv stuff.xsc stuff.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.26.2/x86_64-linux-thread-multi/CORE" stuff.c stuff.c: In function 'XS_c__stuff_get_hw_address': stuff.xs:500:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&res, "%02x:%02x:%02x:%02x:%02x:%02x", a[0],a[1],a[2],a[3],a[4],a[5]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/perl5/5.26.2/x86_64-linux-thread-multi/CORE/perl.h:5644:0, from stuff.xs:3: stuff.c: In function 'XS_c__stuff_getNetDriver': /usr/lib/perl5/5.26.2/x86_64-linux-thread-multi/CORE/embed.h:678:24: warning: 'RETVAL' may be used uninitialized in this function [-Wmaybe-uninitialized] #define sv_setpv(a,b) Perl_sv_setpv(aTHX_ a,b) ^~~~~~~~~~~~~ stuff.c:915:9: note: 'RETVAL' was declared here char * RETVAL; ^~~~~~ rm -f blib/arch/auto/stuff/stuff.so LD_RUN_PATH="" gcc -lpthread -shared -L/usr/local/lib64 -fstack-protector-strong stuff.o /usr/lib64/drakx-installer-binaries/pcmcia_probe.o -o blib/arch/auto/stuff/stuff.so \ -lldetect -lparted -lperl \ chmod 755 blib/arch/auto/stuff/stuff.so make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/c' rm -f ../auto/c ; ln -s ../c/blib/arch/auto ../auto/c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/c' install -d auto make -C resize_fat make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/resize_fat' test -e Makefile_c || perl Makefile.PL Generating a Unix-style Makefile_c Writing Makefile_c for c_rewritten Writing MYMETA.yml and MYMETA.json make -f Makefile_c LD_RUN_PATH= || make -f Makefile_c LD_RUN_PATH= make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/resize_fat' cp boot_sector.pm blib/lib/boot_sector.pm cp dir_entry.pm blib/lib/dir_entry.pm cp c_rewritten.pm blib/lib/c_rewritten.pm cp fat.pm blib/lib/fat.pm cp info_sector.pm blib/lib/info_sector.pm cp main.pm blib/lib/main.pm cp directory.pm blib/lib/directory.pm cp any.pm blib/lib/any.pm cp io.pm blib/lib/io.pm Running Mkbootstrap for c_rewritten () chmod 644 "c_rewritten.bs" "/usr/bin/perl5.26.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- c_rewritten.bs blib/arch/auto/c_rewritten/c_rewritten.bs 644 "/usr/bin/perl5.26.2" "/usr/lib/perl5/5.26.2/ExtUtils/xsubpp" -typemap '/usr/lib/perl5/5.26.2/ExtUtils/typemap' c_rewritten.xs > c_rewritten.xsc mv c_rewritten.xsc c_rewritten.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.26.2/x86_64-linux-thread-multi/CORE" c_rewritten.c rm -f blib/arch/auto/c_rewritten/c_rewritten.so gcc -lpthread -shared -L/usr/local/lib64 -fstack-protector-strong c_rewritten.o -o blib/arch/auto/c_rewritten/c_rewritten.so \ -lperl \ chmod 755 blib/arch/auto/c_rewritten/c_rewritten.so make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/resize_fat' rm -f ../auto/resize_fat ; ln -s ../resize_fat/blib/arch/auto ../auto/resize_fat make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/resize_fat' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install' make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' + rpm -qa + sort + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RFUCyn + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64 + cd drakx-installer-stage2-17.96 + '[' 1 -eq 1 ']' + dest=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2 + make -C perl-install/install install ROOTDEST=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2 make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' make full_stage2 make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' make stage2 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' rm -rf /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr make get_needed_files make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' make -C .. xs make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install' install -d auto make -C c make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/c' test -e Makefile_c || perl Makefile.PL make -f Makefile_c LD_RUN_PATH= || make -f Makefile_c LD_RUN_PATH= make[6]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/c' "/usr/bin/perl5.26.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- stuff.bs blib/arch/auto/stuff/stuff.bs 644 make[6]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/c' rm -f ../auto/c ; ln -s ../c/blib/arch/auto ../auto/c make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/c' install -d auto make -C resize_fat make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/resize_fat' test -e Makefile_c || perl Makefile.PL make -f Makefile_c LD_RUN_PATH= || make -f Makefile_c LD_RUN_PATH= make[6]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/resize_fat' "/usr/bin/perl5.26.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- c_rewritten.bs blib/arch/auto/c_rewritten/c_rewritten.bs 644 make[6]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/resize_fat' rm -f ../auto/resize_fat ; ln -s ../resize_fat/blib/arch/auto ../auto/resize_fat make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/resize_fat' make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install' mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/{usr/,}{,s}bin for dir in /lib /lib64; do [[ -d $dir ]] && mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live{,/usr}$dir; done || : /usr/lib/dracut/modules.d/30convertfs/convertfs.sh /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live Make a copy of `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Merge the copy with `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Make a copy of `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Merge the copy with `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/sbin'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Make a copy of `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Merge the copy with `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Make a copy of `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Merge the copy with `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib64'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin' symlink. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/sbin' symlink. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib' symlink. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib64' symlink. Clean up backup files. Run ldconfig. /usr/lib/dracut/modules.d/30convertfs/convertfs.sh: line 218: ldconfig: command not found Done. REP4PMS=/usr/lib/libDrakX ../../tools/install-xml-file-list share/list.xml /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.96-3.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live FATAL: can't find binary libinput-list-devices make[3]: *** [Makefile:59: get_needed_files] Error 1 make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' make[2]: *** [Makefile:100: stage2] Error 2 make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' make[1]: *** [Makefile:90: full_stage2] Error 2 make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' make: *** [Makefile:34: install] Error 2 make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.96/perl-install/install' error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.RFUCyn (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.RFUCyn (%install) I: [iurt_root_command] ERROR: chroot