D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/drakx-installer-stage2-17.98-2.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SREjmH + 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.98 + /usr/bin/xz -dc /home/pterjan/rpmbuild/SOURCES/drakx-installer-stage2-17.98.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd drakx-installer-stage2-17.98 + /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.ktpHl6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd drakx-installer-stage2-17.98 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make -C tools make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/tools' make -C serial_probe make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/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.98/tools/serial_probe' cc -Wall rpcinfo-flushed.c -o rpcinfo-flushed make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/tools' + make -C perl-install/install make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' make -C .. xs make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install' install -d auto make -C c make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/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.98/perl-install/c' cp stuff.pm blib/lib/stuff.pm cp stuff.xs.pl blib/lib/stuff.xs.pl 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.98/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.98/perl-install/c' install -d auto make -C resize_fat make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/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.98/perl-install/resize_fat' cp main.pm blib/lib/main.pm cp fat.pm blib/lib/fat.pm cp boot_sector.pm blib/lib/boot_sector.pm cp info_sector.pm blib/lib/info_sector.pm cp directory.pm blib/lib/directory.pm cp dir_entry.pm blib/lib/dir_entry.pm cp io.pm blib/lib/io.pm cp c_rewritten.pm blib/lib/c_rewritten.pm cp any.pm blib/lib/any.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.98/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.98/perl-install/resize_fat' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install' make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' + rpm -qa + sort + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MsjDDD + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64 + cd drakx-installer-stage2-17.98 + '[' 1 -eq 1 ']' + dest=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2 + make -C perl-install/install install ROOTDEST=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2 make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' make full_stage2 make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' make stage2 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' rm -rf /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.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.98/perl-install/install' make -C .. xs make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install' install -d auto make -C c make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/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.98/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.98/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.98/perl-install/c' install -d auto make -C resize_fat make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/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.98/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.98/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.98/perl-install/resize_fat' make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install' mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.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.98-2.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.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live Make a copy of `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.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.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.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.98-2.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.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/sbin'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.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.98-2.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.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.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.98-2.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.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib64'. Clean up duplicates in `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Switch to new `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin' symlink. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/sbin' symlink. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib' symlink. Create `/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.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.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live chmod u-s -R /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live # for mount/umount share/generate-xlocales /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live Use of uninitialized value $3 in concatenation (.) or string at share/generate-xlocales line 53 (#1) (W uninitialized) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this warning assign a defined value to your variables. To help you figure out what was undefined, perl will try to tell you the name of the variable (if any) that was undefined. In some cases it cannot do this, so it also tells you what operation you used the undefined value in. Note, however, that perl optimizes your program and the operation displayed in the warning may not necessarily appear literally in your program. For example, "that $foo" is usually optimized into "that " . $foo, and the warning will refer to the concatenation (.) operator, even though there is no . in your program. Use of uninitialized value $3 in concatenation (.) or string at share/generate-xlocales line 64 (#1) ../../tools/simplify-drakx-modules /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/*/*/*/utf8_heavy.pl perl -I.. -Mlang -e 'symlink "UTF-8", "/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale/$_" foreach lang::list_langs()' perl -ane 'symlink "$F[1]", "/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live$F[0]"' share/aliases ln -sf ash /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin/sh mkfontdir /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/fonts fc-cache -f /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/fonts make -C ../share/po install SUDO= LOCALEDIR=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/share/po' msgfmt -o mt.mo mt.po msgfmt -o mk.mo mk.po msgfmt -o ga.mo ga.po msgfmt -o sl.mo sl.po msgfmt -o fa.mo fa.po msgfmt -o pt.mo pt.po msgfmt -o vi.mo vi.po msgfmt -o da.mo da.po msgfmt -o ca.mo ca.po msgfmt -o de.mo de.po msgfmt -o af.mo af.po msgfmt -o id.mo id.po msgfmt -o he.mo he.po msgfmt -o ro.mo ro.po msgfmt -o ast.mo ast.po msgfmt -o sr.mo sr.po msgfmt -o sv.mo sv.po msgfmt -o ky.mo ky.po msgfmt -o hu.mo hu.po msgfmt -o hi.mo hi.po msgfmt -o tr.mo tr.po msgfmt -o fi.mo fi.po msgfmt -o es.mo es.po msgfmt -o gl.mo gl.po msgfmt -o uz@cyrillic.mo uz@cyrillic.po msgfmt -o ar.mo ar.po msgfmt -o cy.mo cy.po msgfmt -o th.mo th.po msgfmt -o az.mo az.po msgfmt -o hr.mo hr.po msgfmt -o pl.mo pl.po msgfmt -o ru.mo ru.po msgfmt -o eu.mo eu.po msgfmt -o fr.mo fr.po msgfmt -o mn.mo mn.po msgfmt -o eo.mo eo.po msgfmt -o fur.mo fur.po msgfmt -o is.mo is.po msgfmt -o bs.mo bs.po msgfmt -o cs.mo cs.po msgfmt -o be.mo be.po msgfmt -o nn.mo nn.po msgfmt -o br.mo br.po msgfmt -o ja.mo ja.po msgfmt -o pt_BR.mo pt_BR.po msgfmt -o uk.mo uk.po msgfmt -o bg.mo bg.po msgfmt -o am.mo am.po msgfmt -o lt.mo lt.po msgfmt -o lv.mo lv.po msgfmt -o zh_CN.mo zh_CN.po msgfmt -o sc.mo sc.po msgfmt -o sk.mo sk.po msgfmt -o tg.mo tg.po msgfmt -o ms.mo ms.po msgfmt -o uz.mo uz.po msgfmt -o zh_TW.mo zh_TW.po msgfmt -o wa.mo wa.po msgfmt -o el.mo el.po msgfmt -o nl.mo nl.po msgfmt -o it.mo it.po msgfmt -o sr@Latn.mo sr@Latn.po msgfmt -o ta.mo ta.po msgfmt -o sq.mo sq.po msgfmt -o nb.mo nb.po msgfmt -o pa_IN.mo pa_IN.po msgfmt -o et.mo et.po msgfmt -o tl.mo tl.po msgfmt -o ko.mo ko.po msgfmt -o bn.mo bn.po msgfmt -o ltg.mo ltg.po for l in lt id ru et mn uk sk eo ky uz@cyrillic ro cy he zh_CN uz az de be es gl da ca is bs hi sc cs ms mt sl it lv tl tg pl nl fa fur pt_BR ltg zh_TW el ko tr nb hr br ast bn bg wa ta sq ja ga fr af nn am hu vi fi sr sv pa_IN eu th pt sr@Latn ar mk; do \ install -d /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/$l/LC_MESSAGES; \ install -m 644 $l.mo /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/$l/LC_MESSAGES/libDrakX.mo; \ done make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/share/po' make -C help/po install SUDO= LOCALEDIR=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install/help/po' msgfmt -o ltg.mo ltg.po msgfmt -o hu.mo hu.po msgfmt -o mt.mo mt.po msgfmt -o ga.mo ga.po msgfmt -o sl.mo sl.po msgfmt -o fa.mo fa.po msgfmt -o pt.mo pt.po msgfmt -o vi.mo vi.po msgfmt -o da.mo da.po msgfmt -o ca.mo ca.po msgfmt -o bg.mo bg.po msgfmt -o lv.mo lv.po msgfmt -o id.mo id.po msgfmt -o he.mo he.po msgfmt -o eo.mo eo.po msgfmt -o nb.mo nb.po msgfmt -o sr.mo sr.po msgfmt -o sv.mo sv.po msgfmt -o ky.mo ky.po msgfmt -o de.mo de.po msgfmt -o hi.mo hi.po msgfmt -o tr.mo tr.po msgfmt -o fi.mo fi.po msgfmt -o es.mo es.po msgfmt -o gl.mo gl.po msgfmt -o uz@cyrillic.mo uz@cyrillic.po msgfmt -o ar.mo ar.po msgfmt -o cy.mo cy.po msgfmt -o th.mo th.po msgfmt -o az.mo az.po msgfmt -o hr.mo hr.po msgfmt -o pl.mo pl.po msgfmt -o ru.mo ru.po msgfmt -o eu.mo eu.po msgfmt -o fr.mo fr.po msgfmt -o mn.mo mn.po msgfmt -o fur.mo fur.po msgfmt -o is.mo is.po msgfmt -o bs.mo bs.po msgfmt -o cs.mo cs.po msgfmt -o be.mo be.po msgfmt -o mk.mo mk.po msgfmt -o br.mo br.po msgfmt -o ja.mo ja.po msgfmt -o pt_BR.mo pt_BR.po msgfmt -o uk.mo uk.po msgfmt -o ko.mo ko.po msgfmt -o am.mo am.po msgfmt -o lt.mo lt.po msgfmt -o nn.mo nn.po msgfmt -o zh_CN.mo zh_CN.po msgfmt -o sc.mo sc.po msgfmt -o sk.mo sk.po msgfmt -o tg.mo tg.po msgfmt -o ms.mo ms.po msgfmt -o uz.mo uz.po msgfmt -o zh_TW.mo zh_TW.po msgfmt -o wa.mo wa.po msgfmt -o el.mo el.po msgfmt -o nl.mo nl.po msgfmt -o it.mo it.po msgfmt -o sr@Latn.mo sr@Latn.po msgfmt -o ta.mo ta.po msgfmt -o sq.mo sq.po msgfmt -o af.mo af.po msgfmt -o pa_IN.mo pa_IN.po msgfmt -o et.mo et.po msgfmt -o tl.mo tl.po msgfmt -o ro.mo ro.po msgfmt -o bn.mo bn.po for l in eo lt id ru et mn uk sk tl ky uz@cyrillic ro cy lv hu zh_CN uz sv zh_TW az bn mk gl ca is bs hi sc cs ms mt es it de sl pl ja nl fa be pt_BR tg el ko nb fur fr br ar bg wa ta sq ga da ltg tr hr af nn am vi fi sr he eu th pt sr@Latn pa_IN; do \ install -d /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/$l/LC_MESSAGES; \ install -m 644 $l.mo /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/$l/LC_MESSAGES/DrakX-help.mo; \ done make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install/help/po' make -C share/po install SUDO= LOCALEDIR=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install/share/po' msgfmt -o hu.mo hu.po msgfmt -o mt.mo mt.po msgfmt -o ga.mo ga.po msgfmt -o sl.mo sl.po msgfmt -o fa.mo fa.po msgfmt -o pt.mo pt.po msgfmt -o vi.mo vi.po msgfmt -o da.mo da.po msgfmt -o ca.mo ca.po msgfmt -o bg.mo bg.po msgfmt -o af.mo af.po msgfmt -o id.mo id.po msgfmt -o he.mo he.po msgfmt -o ro.mo ro.po msgfmt -o ast.mo ast.po msgfmt -o sr.mo sr.po msgfmt -o sv.mo sv.po msgfmt -o ky.mo ky.po msgfmt -o de.mo de.po msgfmt -o hi.mo hi.po msgfmt -o tr.mo tr.po msgfmt -o fi.mo fi.po msgfmt -o es.mo es.po msgfmt -o gl.mo gl.po msgfmt -o uz@cyrillic.mo uz@cyrillic.po msgfmt -o ar.mo ar.po msgfmt -o cy.mo cy.po msgfmt -o th.mo th.po msgfmt -o az.mo az.po msgfmt -o hr.mo hr.po msgfmt -o pl.mo pl.po msgfmt -o ru.mo ru.po msgfmt -o eu.mo eu.po msgfmt -o fr.mo fr.po msgfmt -o mn.mo mn.po msgfmt -o eo.mo eo.po msgfmt -o fur.mo fur.po msgfmt -o is.mo is.po msgfmt -o bs.mo bs.po msgfmt -o cs.mo cs.po msgfmt -o be.mo be.po msgfmt -o mk.mo mk.po msgfmt -o br.mo br.po msgfmt -o ja.mo ja.po msgfmt -o pt_BR.mo pt_BR.po msgfmt -o uk.mo uk.po msgfmt -o ko.mo ko.po msgfmt -o am.mo am.po msgfmt -o lt.mo lt.po msgfmt -o nn.mo nn.po msgfmt -o zh_CN.mo zh_CN.po msgfmt -o sc.mo sc.po msgfmt -o sk.mo sk.po msgfmt -o tg.mo tg.po msgfmt -o ms.mo ms.po msgfmt -o uz.mo uz.po msgfmt -o zh_TW.mo zh_TW.po msgfmt -o wa.mo wa.po msgfmt -o el.mo el.po msgfmt -o sr@Latn.mo sr@Latn.po msgfmt -o nl.mo nl.po msgfmt -o it.mo it.po msgfmt -o ta.mo ta.po msgfmt -o sq.mo sq.po msgfmt -o nb.mo nb.po msgfmt -o pa_IN.mo pa_IN.po msgfmt -o et.mo et.po msgfmt -o tl.mo tl.po msgfmt -o lv.mo lv.po msgfmt -o bn.mo bn.po msgfmt -o ltg.mo ltg.po for l in mk lt id mn et ru uk sk ky uz@cyrillic cy he zh_CN uz sv az de be gl ca is bs hi sc cs ms mt sl es it lv tl ro tg pl nl fa pt_BR ltg zh_TW el ast ko nb fur br bn bg wa ta sq ja ga da tr hr fr af nn am hu vi fi sr eu th pt sr@Latn pa_IN eo ar; do \ install -d /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/$l/LC_MESSAGES; \ install -m 644 $l.mo /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/$l/LC_MESSAGES/DrakX.mo; \ done make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install/share/po' rm -rf /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/{be,fur,ta} make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' make install_pms make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' [ -d /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live ] || ../../tools/mdkinst_stage2_tool --uncompress /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2 for i in `perl -ne 's/sub (\w+?)_?(\(\))? \{.*/$1/ and print' commands.pm` sync; do if [ ! -x /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin/$i ]; then ln -sf commands /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin/$i; fi; done install -d /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib/libDrakX cd .. ; for i in *.pm c/*.pm diskdrake/*.pm harddrake/*.pm interactive/*.pm modules/*.pm partition_table/*.pm resize_fat/*.pm security/*.pm fs/*.pm fs/remote/*.pm install/*.pm install/help/*.pm install/commands install/install2; do \ dest=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib/libDrakX/`dirname $i`; \ install -d $dest; \ perl -pe 's/#[-+].*//; $_ = "\n" if (/^=(back|begin|head|item|over|pod)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $i > /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib/libDrakX/$i; \ done chmod a+x /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib/libDrakX/install/install2 chmod a+x /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib/libDrakX/install/commands make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' make compress make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' ../../tools/mdkinst_stage2_tool --clean --compress /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2 Creating /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/mdkinst.sqfs from /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' echo 17.98 > /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/VERSION make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install' + make -C tools install ROOTDEST=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2 make: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/tools' install -d /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/misc install mdkinst_stage2_tool drakx-in-chroot /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/misc make: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/tools' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/usr + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' -n '' ']' + export DISABLE_DEBUG=1 + DISABLE_DEBUG=1 + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 17.98-2.mga7 --unique-debug-suffix -17.98-2.mga7.x86_64 --unique-debug-src-base drakx-installer-stage2-17.98-2.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98 + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.o99JND + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd drakx-installer-stage2-17.98 + '[' 1 -eq 1 ']' + cd perl-install + /usr/bin/make -O -j4 check_perl_checker rm -f share/po/libDrakX.pot install/share/po/DrakX.pot make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/share/po' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/share/po' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/share/po' cd ../.. ; perl_checker -q --generate-pot share/po/libDrakX.pot *.pm c/*.pm diskdrake/*.pm harddrake/*.pm interactive/*.pm modules/*.pm partition_table/*.pm resize_fat/*.pm security/*.pm fs/*.pm fs/remote/*.pm make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/share/po' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install/share/po' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install/share/po' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install/share/po' cd ../.. ; perl_checker -q --generate-pot share/po/.DrakX.pot *.pm share/meta-task/compssUsers.pl ../../advertising/*.pl cat: '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/advertising/*.pl': No such file or directory xgettext -x ../../../share/po/libDrakX.pot -o DrakX.pot .DrakX.pot rm -f .DrakX.pot make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/drakx-installer-stage2-17.98/perl-install/install/share/po' + exit 0 Processing files: drakx-installer-stage2-17.98-2.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mY6RZF + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd drakx-installer-stage2-17.98 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/share/doc/drakx-installer-stage2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/share/doc/drakx-installer-stage2 + cp -pr build-rpms.lst /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64/usr/share/doc/drakx-installer-stage2 + exit 0 Provides: drakx-installer-stage2 = 17.98-2.mga7 drakx-installer-stage2(x86-64) = 17.98-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: perl(MDK::Common) perl-base >= 2:5.26.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/drakx-installer-stage2-17.98-2.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.GbYPfa + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd drakx-installer-stage2-17.98 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/drakx-installer-stage2-17.98-2.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.AJgoyE + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf drakx-installer-stage2-17.98 + exit 0 D: [iurt_root_command] Success!