D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/drakx-installer-stage2-18.67-1.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qem4Bo + 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-18.67 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/drakx-installer-stage2-18.67.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd drakx-installer-stage2-18.67 + rm -rf /home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e s/rpmpopt-4.18.0/rpmpopt-4.19.0/ perl-install/install/share/list.xml + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1hYf7v + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd drakx-installer-stage2-18.67 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make -C tools make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/tools' egrep: warning: egrep is obsolescent; using grep -E make -C serial_probe make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/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 'wait_for_input': serial.c:166:22: warning: passing argument 2 to 'restrict'-qualified parameter aliases with argument 4 [-Wrestrict] 166 | n = select(fd+1, &ready, NULL, &ready, timo); | ^~~~~~ ~~~~~~ serial.c: In function 'init_pnp_com_ati9': serial.c:427:20: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] 427 | if (strstr(resp, "ATI9\r")) | ^~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:350:34: note: expected 'const char *' but argument is of type 'unsigned char *' 350 | 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] 434 | if (strstr(resp, "(")) | ^~~~ | | | unsigned char * /usr/include/string.h:350:34: note: expected 'const char *' but argument is of type 'unsigned char *' 350 | 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] 584 | if (strstr(resp, "OK")) | ^~~~ | | | unsigned char * /usr/include/string.h:350:34: note: expected 'const char *' but argument is of type 'unsigned char *' 350 | extern char *strstr (const char *__haystack, const char *__needle) | ~~~~~~~~~~~~^~~~~~~~~~ serial.c: In function 'parse_pnp_string': serial.c:755:32: warning: pointer targets in passing argument 1 of 'strpbrk' differ in signedness [-Wpointer-sign] 755 | endfield = strpbrk(curpos, extension_delims); | ^~~~~~ | | | unsigned char * /usr/include/string.h:323:35: note: expected 'const char *' but argument is of type 'unsigned char *' 323 | extern char *strpbrk (const char *__s, const char *__accept) | ~~~~~~~~~~~~^~~ serial.c:755:22: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 755 | endfield = strpbrk(curpos, extension_delims); | ^ serial.c:800:19: warning: pointer targets in passing argument 1 of 'strpbrk' differ in signedness [-Wpointer-sign] 800 | end = strpbrk(curpos, end_delims); | ^~~~~~ | | | unsigned char * /usr/include/string.h:323:35: note: expected 'const char *' but argument is of type 'unsigned char *' 323 | extern char *strpbrk (const char *__s, const char *__accept) | ~~~~~~~~~~~~^~~ serial.c:800:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 800 | end = strpbrk(curpos, end_delims); | ^ serial.c:823:41: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] 823 | if (strncmp(hex_checksum, pnp_id->checksum, 2)) | ~~~~~~^~~~~~~~~~ | | | unsigned char * /usr/include/string.h:159:51: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | 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] 666 | unsigned char end_char; | ^~~~~~~~ serial.c: In function 'attempt_pnp_retrieve': serial.c:842:48: warning: pointer targets in passing argument 2 of 'read_pnp_string' differ in signedness [-Wpointer-sign] 842 | pnp_probe_status = read_pnp_string(fd, pnp_string, pnp_strlen, | ^~~~~~~~~~ | | | char * serial.c:594:52: note: expected 'unsigned char *' but argument is of type 'char *' 594 | static int read_pnp_string( int fd, unsigned char *pnp_string, int *pnp_len, int pnp_stringbuf_size ) { | ~~~~~~~~~~~~~~~^~~~~~~~~~ serial.c:847:52: warning: pointer targets in passing argument 2 of 'read_pnp_string' differ in signedness [-Wpointer-sign] 847 | pnp_probe_status = read_pnp_string(fd, pnp_string, pnp_strlen, | ^~~~~~~~~~ | | | char * serial.c:594:52: note: expected 'unsigned char *' but argument is of type 'char *' 594 | static int read_pnp_string( int fd, unsigned char *pnp_string, int *pnp_len, int pnp_stringbuf_size ) { | ~~~~~~~~~~~~~~~^~~~~~~~~~ serial.c:855:31: warning: pointer targets in passing argument 1 of 'parse_pnp_string' differ in signedness [-Wpointer-sign] 855 | if (parse_pnp_string( pnp_string, *pnp_strlen, &pnp_id )<0) { | ^~~~~~~~~~ | | | char * serial.c:657:45: note: expected 'unsigned char *' but argument is of type 'char *' 657 | 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] 870 | read_pnp_string(fd, pnp_string, pnp_strlen, pnp_stringbuf_size ); | ^~~~~~~~~~ | | | char * serial.c:594:52: note: expected 'unsigned char *' but argument is of type 'char *' 594 | 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] 871 | if (parse_pnp_string( pnp_string, *pnp_strlen, &pnp_id )<0) { | ^~~~~~~~~~ | | | char * serial.c:657:45: note: expected 'unsigned char *' but argument is of type 'char *' 657 | static int parse_pnp_string( unsigned char *pnp_id_string, int pnp_len, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ serial.c: In function 'serialProbe': serial.c:983:43: warning: pointer targets in passing argument 2 of 'attempt_pnp_retrieve' differ in signedness [-Wpointer-sign] 983 | if (attempt_pnp_retrieve( fd, pnp_string, &pnp_strlen, | ^~~~~~~~~~ | | | unsigned char * serial.c:831:47: note: expected 'char *' but argument is of type 'unsigned char *' 831 | static int attempt_pnp_retrieve(int fd, char *pnp_string, int *pnp_strlen, int pnp_stringbuf_size) { | ~~~~~~^~~~~~~~~~ serial.c:1002:56: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 1002 | serdev->pnpdesc = strdup(pnp_id.user_name); | ~~~~~~^~~~~~~~~~ | | | unsigned char * /usr/include/string.h:187:34: note: expected 'const char *' but argument is of type 'unsigned char *' 187 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1003:44: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1003 | len = strlen(pnp_id.eisa_id) + | ~~~~~~^~~~~~~~ | | | unsigned char * /usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *' 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1004:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1004 | strlen(pnp_id.product_id) + | ~~~~~~^~~~~~~~~~~ | | | unsigned char * /usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *' 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1005:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1005 | strlen(pnp_id.user_name) + 3; | ~~~~~~^~~~~~~~~~ | | | unsigned char * /usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *' 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1010:44: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1010 | len = strlen(pnp_id.eisa_id) + | ~~~~~~^~~~~~~~ | | | unsigned char * /usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *' 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1011:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1011 | strlen(pnp_id.product_id) + 3; | ~~~~~~^~~~~~~~~~~ | | | unsigned char * /usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *' 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1021:51: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 1021 | serdev->pnpmfr = strdup(pnp_id.eisa_id); | ~~~~~~^~~~~~~~ | | | unsigned char * /usr/include/string.h:187:34: note: expected 'const char *' but argument is of type 'unsigned char *' 187 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1022:53: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 1022 | serdev->pnpmodel = strdup(pnp_id.product_id); | ~~~~~~^~~~~~~~~~~ | | | unsigned char * /usr/include/string.h:187:34: note: expected 'const char *' but argument is of type 'unsigned char *' 187 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1025:24: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 1025 | foo=pnp_id.product_id; | ^ serial.c:1026:25: warning: the comparison will always evaluate as 'true' for the address of 'driver_id' will never be NULL [-Waddress] 1026 | if (pnp_id.driver_id) { | ^~~~~~ serial.c:50:19: note: 'driver_id' declared here 50 | unsigned char driver_id[42]; /* Optional compat device IDs (string) */ | ^~~~~~~~~ serial.c:1027:42: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] 1027 | if (strstr(pnp_id.driver_id,"PNP")) | ~~~~~~^~~~~~~~~~ | | | unsigned char * /usr/include/string.h:350:34: note: expected 'const char *' but argument is of type 'unsigned char *' 350 | extern char *strstr (const char *__haystack, const char *__needle) | ~~~~~~~~~~~~^~~~~~~~~~ serial.c:1028:46: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] 1028 | foo = strstr(pnp_id.driver_id,"PNP")+3; | ~~~~~~^~~~~~~~~~ | | | unsigned char * /usr/include/string.h:350:34: note: expected 'const char *' but argument is of type 'unsigned char *' 350 | extern char *strstr (const char *__haystack, const char *__needle) | ~~~~~~~~~~~~^~~~~~~~~~ serial.c:1029:62: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 1029 | serdev->pnpcompat = strdup(pnp_id.driver_id); | ~~~~~~^~~~~~~~~~ | | | unsigned char * /usr/include/string.h:187:34: note: expected 'const char *' but argument is of type 'unsigned char *' 187 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1033:40: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 1033 | !strncmp(pnp_id.class_name, "MOUSE", 5) || | ~~~~~~^~~~~~~~~~~ | | | unsigned char * /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ serial.c:1043:45: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 1043 | else if (!strncmp(pnp_id.class_name, "MODEM", 5) || | ~~~~~~^~~~~~~~~~~ | | | unsigned char * /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ serial.c:1046:45: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 1046 | else if (!strncmp(pnp_id.class_name, "PRINTER", 7)) | ~~~~~~^~~~~~~~~~~ | | | unsigned char * /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | 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] 884 | int devicetype=-1; | ^~~~~~~~~~ cc serial_probe.o serial.o -o serial_probe make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/tools/serial_probe' cc -Wall -I/usr/include/tirpc -ltirpc rpcinfo-flushed.c -o rpcinfo-flushed make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/tools' + make -C perl-install/install make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install/install' make -C .. xs make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install' install -d auto make -C c make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/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-18.67/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.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- stuff.bs blib/arch/auto/stuff/stuff.bs 644 "/usr/bin/perl5.38.2" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' stuff.xs > stuff.xsc mv stuff.xsc stuff.c /usr/bin/cc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-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/lib64/perl5/CORE" stuff.c stuff.xs: 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] 500 | 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/lib64/perl5/CORE/perl.h:6227, from stuff.xs:3: stuff.c: In function 'XS_c__stuff_getNetDriver': /usr/lib64/perl5/CORE/embed.h:692:49: warning: 'RETVAL' may be used uninitialized [-Wmaybe-uninitialized] 692 | # define sv_setpv(a,b) Perl_sv_setpv(aTHX_ a,b) | ^~~~~~~~~~~~~~~~~~~~~~~~ stuff.c:960:9: note: in expansion of macro 'sv_setpv' 960 | sv_setpv(TARG, RETVAL); | ^~~~~~~~ stuff.c:933:17: note: 'RETVAL' was declared here 933 | char * RETVAL; | ^~~~~~ rm -f blib/arch/auto/stuff/stuff.so /usr/bin/cc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -L/usr/local/lib -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-18.67/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-18.67/perl-install/c' install -d auto make -C resize_fat make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/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-18.67/perl-install/resize_fat' cp c_rewritten.pm blib/lib/c_rewritten.pm cp dir_entry.pm blib/lib/dir_entry.pm cp directory.pm blib/lib/directory.pm cp info_sector.pm blib/lib/info_sector.pm cp boot_sector.pm blib/lib/boot_sector.pm cp main.pm blib/lib/main.pm cp io.pm blib/lib/io.pm cp fat.pm blib/lib/fat.pm cp any.pm blib/lib/any.pm Running Mkbootstrap for c_rewritten () chmod 644 "c_rewritten.bs" "/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- c_rewritten.bs blib/arch/auto/c_rewritten/c_rewritten.bs 644 "/usr/bin/perl5.38.2" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' c_rewritten.xs > c_rewritten.xsc mv c_rewritten.xsc c_rewritten.c /usr/bin/cc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-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/lib64/perl5/CORE" c_rewritten.c rm -f blib/arch/auto/c_rewritten/c_rewritten.so /usr/bin/cc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -L/usr/local/lib -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-18.67/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-18.67/perl-install/resize_fat' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install' make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install/install' + rpm -qa + sort + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cMV1th + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64 + cd drakx-installer-stage2-18.67 + '[' 1 -eq 1 ']' + dest=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2 + make -C perl-install/install install ROOTDEST=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2 make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install/install' make full_stage2 make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install/install' make stage2 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install/install' rm -rf /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.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-18.67/perl-install/install' make -C .. xs make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install' install -d auto make -C c make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/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-18.67/perl-install/c' "/usr/bin/perl5.38.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-18.67/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-18.67/perl-install/c' install -d auto make -C resize_fat make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/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-18.67/perl-install/resize_fat' "/usr/bin/perl5.38.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-18.67/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-18.67/perl-install/resize_fat' make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install' mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.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-18.67-1.mga10.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-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live Make a copy of `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Merge the copy with `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Make a copy of `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Merge the copy with `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/sbin'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Make a copy of `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Merge the copy with `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Make a copy of `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Merge the copy with `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib64'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin' symlink. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/sbin' symlink. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib' symlink. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib64' symlink. Clean up backup files. Run ldconfig. ldconfig: Can't create temporary cache file /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/etc/ld.so.cache~: No such file or directory Done. REP4PMS=/usr/lib/libDrakX ../../tools/install-xml-file-list share/list.xml /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-18.67-1.mga10.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live FATAL: missing file /usr/lib/rpm/rpmpopt-4.19.0 (/usr/lib/rpm/rpmpopt-4.19.0) in . make[3]: *** [Makefile:59: get_needed_files] Error 1 make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install/install' make[2]: *** [Makefile:100: stage2] Error 2 make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install/install' make[1]: *** [Makefile:90: full_stage2] Error 2 make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install/install' make: *** [Makefile:34: install] Error 2 make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-18.67/perl-install/install' error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.cMV1th (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.cMV1th (%install) I: [iurt_root_command] ERROR: chroot