D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/drakx-installer-stage2-18.27.1-1.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dZbC7z + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf drakx-installer-stage2-18.27.1 + /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/drakx-installer-stage2-18.27.1.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd drakx-installer-stage2-18.27.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4LwXEz + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd drakx-installer-stage2-18.27.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make -C tools make: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/tools' make -C serial_probe make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/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:13: 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:330:34: note: expected 'const char *' but argument is of type 'unsigned char *' 330 | 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 * In file included from serial.c:20: /usr/include/string.h:330:34: note: expected 'const char *' but argument is of type 'unsigned char *' 330 | 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 * In file included from serial.c:20: /usr/include/string.h:330:34: note: expected 'const char *' but argument is of type 'unsigned char *' 330 | 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] 755 | endfield = strpbrk(curpos, extension_delims); | ^~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:303:35: note: expected 'const char *' but argument is of type 'unsigned char *' 303 | extern char *strpbrk (const char *__s, const char *__accept) | ~~~~~~~~~~~~^~~ serial.c:755:15: 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 * In file included from serial.c:20: /usr/include/string.h:303:35: note: expected 'const char *' but argument is of type 'unsigned char *' 303 | 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:34: 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 * In file included from serial.c:20: /usr/include/string.h:140:51: note: expected 'const char *' but argument is of type 'unsigned char *' 140 | 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:41: 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:45: 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:24: 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:36: 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:35: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 1002 | serdev->pnpdesc = strdup(pnp_id.user_name); | ~~~~~~^~~~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:167:34: note: expected 'const char *' but argument is of type 'unsigned char *' 167 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1003:23: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1003 | len = strlen(pnp_id.eisa_id) + | ~~~~~~^~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:385:35: note: expected 'const char *' but argument is of type 'unsigned char *' 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1004:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1004 | strlen(pnp_id.product_id) + | ~~~~~~^~~~~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:385:35: note: expected 'const char *' but argument is of type 'unsigned char *' 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1005:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1005 | strlen(pnp_id.user_name) + 3; | ~~~~~~^~~~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:385:35: note: expected 'const char *' but argument is of type 'unsigned char *' 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1010:23: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1010 | len = strlen(pnp_id.eisa_id) + | ~~~~~~^~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:385:35: note: expected 'const char *' but argument is of type 'unsigned char *' 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1011:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1011 | strlen(pnp_id.product_id) + 3; | ~~~~~~^~~~~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:385:35: note: expected 'const char *' but argument is of type 'unsigned char *' 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1021:37: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 1021 | serdev->pnpmfr = strdup(pnp_id.eisa_id); | ~~~~~~^~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:167:34: note: expected 'const char *' but argument is of type 'unsigned char *' 167 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1022:39: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 1022 | serdev->pnpmodel = strdup(pnp_id.product_id); | ~~~~~~^~~~~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:167:34: note: expected 'const char *' but argument is of type 'unsigned char *' 167 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1025:10: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 1025 | foo=pnp_id.product_id; | ^ serial.c:1027:21: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] 1027 | if (strstr(pnp_id.driver_id,"PNP")) | ~~~~~~^~~~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:330:34: note: expected 'const char *' but argument is of type 'unsigned char *' 330 | extern char *strstr (const char *__haystack, const char *__needle) | ~~~~~~~~~~~~^~~~~~~~~~ serial.c:1028:25: 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 * In file included from serial.c:20: /usr/include/string.h:330:34: note: expected 'const char *' but argument is of type 'unsigned char *' 330 | extern char *strstr (const char *__haystack, const char *__needle) | ~~~~~~~~~~~~^~~~~~~~~~ serial.c:1029:41: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 1029 | serdev->pnpcompat = strdup(pnp_id.driver_id); | ~~~~~~^~~~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:167:34: note: expected 'const char *' but argument is of type 'unsigned char *' 167 | extern char *strdup (const char *__s) | ~~~~~~~~~~~~^~~ serial.c:1033:19: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 1033 | !strncmp(pnp_id.class_name, "MOUSE", 5) || | ~~~~~~^~~~~~~~~~~ | | | unsigned char * In file included from serial.c:20: /usr/include/string.h:140:33: note: expected 'const char *' but argument is of type 'unsigned char *' 140 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ serial.c:1043:31: 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 * In file included from serial.c:20: /usr/include/string.h:140:33: note: expected 'const char *' but argument is of type 'unsigned char *' 140 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ serial.c:1046:31: 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 * In file included from serial.c:20: /usr/include/string.h:140:33: note: expected 'const char *' but argument is of type 'unsigned char *' 140 | 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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/tools/serial_probe' cc -Wall rpcinfo-flushed.c -o rpcinfo-flushed make: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/tools' + make -C perl-install/install make: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' make -C .. xs make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install' install -d auto make -C c make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/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.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- stuff.bs blib/arch/auto/stuff/stuff.bs 644 "/usr/bin/perl5.30.2" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/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/lib64/perl5/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] 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:5376, from stuff.xs:3: stuff.c: In function 'XS_c__stuff_getNetDriver': /usr/lib64/perl5/CORE/embed.h:819:24: warning: 'RETVAL' may be used uninitialized in this function [-Wmaybe-uninitialized] 819 | #define sv_setpv(a,b) Perl_sv_setpv(aTHX_ a,b) | ^~~~~~~~~~~~~ stuff.c:915:9: note: 'RETVAL' was declared here 915 | char * RETVAL; | ^~~~~~ rm -f blib/arch/auto/stuff/stuff.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/c' rm -f ../auto/c ; ln -s ../c/blib/arch/auto ../auto/c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/c' install -d auto make -C resize_fat make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/resize_fat' cp dir_entry.pm blib/lib/dir_entry.pm cp any.pm blib/lib/any.pm cp fat.pm blib/lib/fat.pm cp info_sector.pm blib/lib/info_sector.pm cp directory.pm blib/lib/directory.pm cp io.pm blib/lib/io.pm cp boot_sector.pm blib/lib/boot_sector.pm cp main.pm blib/lib/main.pm cp c_rewritten.pm blib/lib/c_rewritten.pm Running Mkbootstrap for c_rewritten () chmod 644 "c_rewritten.bs" "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- c_rewritten.bs blib/arch/auto/c_rewritten/c_rewritten.bs 644 "/usr/bin/perl5.30.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 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/lib64/perl5/CORE" c_rewritten.c rm -f blib/arch/auto/c_rewritten/c_rewritten.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/resize_fat' rm -f ../auto/resize_fat ; ln -s ../resize_fat/blib/arch/auto ../auto/resize_fat make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/resize_fat' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install' make: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' + rpm -qa + sort + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tnEmEz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64 + cd drakx-installer-stage2-18.27.1 + '[' 1 -eq 1 ']' + dest=/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2 + make -C perl-install/install install ROOTDEST=/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2 make: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' make full_stage2 make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' make stage2 make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' rm -rf /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live mkdir -p /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr make get_needed_files make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' make -C .. xs make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install' install -d auto make -C c make[5]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/c' "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- stuff.bs blib/arch/auto/stuff/stuff.bs 644 make[6]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/c' rm -f ../auto/c ; ln -s ../c/blib/arch/auto ../auto/c make[5]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/c' install -d auto make -C resize_fat make[5]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/resize_fat' "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- c_rewritten.bs blib/arch/auto/c_rewritten/c_rewritten.bs 644 make[6]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/resize_fat' rm -f ../auto/resize_fat ; ln -s ../resize_fat/blib/arch/auto ../auto/resize_fat make[5]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/resize_fat' make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install' mkdir -p /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/{usr/,}{,s}bin for dir in /lib /lib64; do [[ -d $dir ]] && mkdir -p /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live{,/usr}$dir; done || : /usr/lib/dracut/modules.d/30convertfs/convertfs.sh /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live Make a copy of `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Merge the copy with `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin'. Clean up duplicates in `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Make a copy of `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Merge the copy with `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/sbin'. Clean up duplicates in `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Make a copy of `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Merge the copy with `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib'. Clean up duplicates in `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Make a copy of `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Merge the copy with `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib64'. Clean up duplicates in `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Switch to new `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin'. Switch to new `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/sbin'. Switch to new `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib'. Switch to new `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib64'. Create `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin' symlink. Create `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/sbin' symlink. Create `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/lib' symlink. Create `/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.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/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live chmod u-s -R /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live # for mount/umount share/generate-xlocales /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.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/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/*/*/*/utf8_heavy.pl Can't open /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/*/*/*/utf8_heavy.pl: No such file or directory. perl -I.. -Mlang -e 'symlink "UTF-8", "/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale/$_" foreach lang::list_langs()' perl -ane 'symlink "$F[1]", "/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live$F[0]"' share/aliases ln -sf ash /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/bin/sh mkfontdir /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/fonts fc-cache -f /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/fonts make -C ../share/po install SUDO= LOCALEDIR=/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/share/po' msgfmt -o af.mo af.po msgfmt -o am.mo am.po msgfmt -o ar.mo ar.po msgfmt -o ast.mo ast.po msgfmt -o az.mo az.po msgfmt -o be.mo be.po msgfmt -o bg.mo bg.po msgfmt -o bn.mo bn.po msgfmt -o br.mo br.po msgfmt -o bs.mo bs.po msgfmt -o ca.mo ca.po msgfmt -o cs.mo cs.po msgfmt -o cy.mo cy.po msgfmt -o da.mo da.po msgfmt -o de.mo de.po msgfmt -o el.mo el.po msgfmt -o eo.mo eo.po msgfmt -o es.mo es.po msgfmt -o et.mo et.po msgfmt -o eu.mo eu.po msgfmt -o fa.mo fa.po msgfmt -o fi.mo fi.po msgfmt -o fr.mo fr.po msgfmt -o fur.mo fur.po msgfmt -o ga.mo ga.po msgfmt -o gl.mo gl.po msgfmt -o he.mo he.po msgfmt -o hi.mo hi.po msgfmt -o hr.mo hr.po msgfmt -o hu.mo hu.po msgfmt -o hy.mo hy.po msgfmt -o id.mo id.po msgfmt -o is.mo is.po msgfmt -o it.mo it.po msgfmt -o ja.mo ja.po msgfmt -o ka.mo ka.po msgfmt -o ko.mo ko.po msgfmt -o ku.mo ku.po msgfmt -o ky.mo ky.po msgfmt -o lo.mo lo.po msgfmt -o lt.mo lt.po msgfmt -o ltg.mo ltg.po msgfmt -o lv.mo lv.po msgfmt -o mk.mo mk.po msgfmt -o mn.mo mn.po msgfmt -o mr.mo mr.po msgfmt -o ms.mo ms.po msgfmt -o mt.mo mt.po msgfmt -o nb.mo nb.po msgfmt -o nl.mo nl.po msgfmt -o nn.mo nn.po msgfmt -o pa_IN.mo pa_IN.po msgfmt -o pl.mo pl.po msgfmt -o pt.mo pt.po msgfmt -o pt_BR.mo pt_BR.po msgfmt -o ro.mo ro.po msgfmt -o ru.mo ru.po msgfmt -o sc.mo sc.po msgfmt -o sk.mo sk.po msgfmt -o sl.mo sl.po msgfmt -o sq.mo sq.po msgfmt -o sr.mo sr.po msgfmt -o sr@Latn.mo sr@Latn.po msgfmt -o sv.mo sv.po msgfmt -o ta.mo ta.po msgfmt -o tg.mo tg.po msgfmt -o th.mo th.po msgfmt -o tl.mo tl.po msgfmt -o tr.mo tr.po msgfmt -o uk.mo uk.po msgfmt -o uz.mo uz.po msgfmt -o uz@cyrillic.mo uz@cyrillic.po msgfmt -o vi.mo vi.po msgfmt -o wa.mo wa.po msgfmt -o xh.mo xh.po msgfmt -o zh_CN.mo zh_CN.po msgfmt -o zh_TW.mo zh_TW.po msgfmt -o zu.mo zu.po for l in af am ar ast az be bg bn br bs ca cs cy da de el eo es et eu fa fi fr fur ga gl he hi hr hu hy id is it ja ka ko ku ky lo lt ltg lv mk mn mr ms mt nb nl nn pa_IN pl pt pt_BR ro ru sc sk sl sq sr sr@Latn sv ta tg th tl tr uk uz uz@cyrillic vi wa xh zh_CN zh_TW zu; do \ install -d /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/$l/LC_MESSAGES; \ install -m 644 $l.mo /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/share/po' make -C help/po install SUDO= LOCALEDIR=/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install/help/po' msgfmt -o af.mo af.po msgfmt -o am.mo am.po msgfmt -o ar.mo ar.po msgfmt -o az.mo az.po msgfmt -o be.mo be.po msgfmt -o bg.mo bg.po msgfmt -o bn.mo bn.po msgfmt -o br.mo br.po msgfmt -o bs.mo bs.po msgfmt -o ca.mo ca.po msgfmt -o cs.mo cs.po msgfmt -o cy.mo cy.po msgfmt -o da.mo da.po msgfmt -o de.mo de.po msgfmt -o el.mo el.po msgfmt -o eo.mo eo.po msgfmt -o es.mo es.po msgfmt -o et.mo et.po msgfmt -o eu.mo eu.po msgfmt -o fa.mo fa.po msgfmt -o fi.mo fi.po msgfmt -o fr.mo fr.po msgfmt -o fur.mo fur.po msgfmt -o ga.mo ga.po msgfmt -o gl.mo gl.po msgfmt -o he.mo he.po msgfmt -o hi.mo hi.po msgfmt -o hr.mo hr.po msgfmt -o hu.mo hu.po msgfmt -o id.mo id.po msgfmt -o is.mo is.po msgfmt -o it.mo it.po msgfmt -o ja.mo ja.po msgfmt -o ko.mo ko.po msgfmt -o ky.mo ky.po msgfmt -o lt.mo lt.po msgfmt -o ltg.mo ltg.po msgfmt -o lv.mo lv.po msgfmt -o mk.mo mk.po msgfmt -o mn.mo mn.po msgfmt -o ms.mo ms.po msgfmt -o mt.mo mt.po msgfmt -o nb.mo nb.po msgfmt -o nl.mo nl.po msgfmt -o nn.mo nn.po msgfmt -o pa_IN.mo pa_IN.po msgfmt -o pl.mo pl.po msgfmt -o pt.mo pt.po msgfmt -o pt_BR.mo pt_BR.po msgfmt -o ro.mo ro.po msgfmt -o ru.mo ru.po msgfmt -o sc.mo sc.po msgfmt -o sk.mo sk.po msgfmt -o sl.mo sl.po msgfmt -o sq.mo sq.po msgfmt -o sr.mo sr.po msgfmt -o sr@Latn.mo sr@Latn.po msgfmt -o sv.mo sv.po msgfmt -o ta.mo ta.po msgfmt -o tg.mo tg.po msgfmt -o th.mo th.po msgfmt -o tl.mo tl.po msgfmt -o tr.mo tr.po msgfmt -o uk.mo uk.po msgfmt -o uz.mo uz.po msgfmt -o uz@cyrillic.mo uz@cyrillic.po msgfmt -o vi.mo vi.po msgfmt -o wa.mo wa.po msgfmt -o zh_CN.mo zh_CN.po msgfmt -o zh_TW.mo zh_TW.po for l in af am ar az be bg bn br bs ca cs cy da de el eo es et eu fa fi fr fur ga gl he hi hr hu id is it ja ko ky lt ltg lv mk mn ms mt nb nl nn pa_IN pl pt pt_BR ro ru sc sk sl sq sr sr@Latn sv ta tg th tl tr uk uz uz@cyrillic vi wa zh_CN zh_TW; do \ install -d /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/$l/LC_MESSAGES; \ install -m 644 $l.mo /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install/help/po' make -C share/po install SUDO= LOCALEDIR=/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install/share/po' msgfmt -o af.mo af.po msgfmt -o am.mo am.po msgfmt -o ar.mo ar.po msgfmt -o ast.mo ast.po msgfmt -o az.mo az.po msgfmt -o be.mo be.po msgfmt -o bg.mo bg.po msgfmt -o bn.mo bn.po msgfmt -o br.mo br.po msgfmt -o bs.mo bs.po msgfmt -o ca.mo ca.po msgfmt -o cs.mo cs.po msgfmt -o cy.mo cy.po msgfmt -o da.mo da.po msgfmt -o de.mo de.po msgfmt -o el.mo el.po msgfmt -o eo.mo eo.po msgfmt -o es.mo es.po msgfmt -o et.mo et.po msgfmt -o eu.mo eu.po msgfmt -o fa.mo fa.po msgfmt -o fi.mo fi.po msgfmt -o fr.mo fr.po msgfmt -o fur.mo fur.po msgfmt -o ga.mo ga.po msgfmt -o gl.mo gl.po msgfmt -o he.mo he.po msgfmt -o hi.mo hi.po msgfmt -o hr.mo hr.po msgfmt -o hu.mo hu.po msgfmt -o hy.mo hy.po msgfmt -o id.mo id.po msgfmt -o is.mo is.po msgfmt -o it.mo it.po msgfmt -o ja.mo ja.po msgfmt -o ka.mo ka.po msgfmt -o ko.mo ko.po msgfmt -o ku.mo ku.po msgfmt -o ky.mo ky.po msgfmt -o lo.mo lo.po msgfmt -o lt.mo lt.po msgfmt -o ltg.mo ltg.po msgfmt -o lv.mo lv.po msgfmt -o mk.mo mk.po msgfmt -o mn.mo mn.po msgfmt -o mr.mo mr.po msgfmt -o ms.mo ms.po msgfmt -o mt.mo mt.po msgfmt -o nb.mo nb.po msgfmt -o nl.mo nl.po msgfmt -o nn.mo nn.po msgfmt -o pa_IN.mo pa_IN.po msgfmt -o pl.mo pl.po msgfmt -o pt.mo pt.po msgfmt -o pt_BR.mo pt_BR.po msgfmt -o ro.mo ro.po msgfmt -o ru.mo ru.po msgfmt -o sc.mo sc.po msgfmt -o sk.mo sk.po msgfmt -o sl.mo sl.po msgfmt -o sq.mo sq.po msgfmt -o sr.mo sr.po msgfmt -o sr@Latn.mo sr@Latn.po msgfmt -o sv.mo sv.po msgfmt -o ta.mo ta.po msgfmt -o tg.mo tg.po msgfmt -o th.mo th.po msgfmt -o tl.mo tl.po msgfmt -o tr.mo tr.po msgfmt -o uk.mo uk.po msgfmt -o uz.mo uz.po msgfmt -o uz@cyrillic.mo uz@cyrillic.po msgfmt -o vi.mo vi.po msgfmt -o wa.mo wa.po msgfmt -o xh.mo xh.po msgfmt -o zh_CN.mo zh_CN.po msgfmt -o zh_TW.mo zh_TW.po msgfmt -o zu.mo zu.po for l in af am ar ast az be bg bn br bs ca cs cy da de el eo es et eu fa fi fr fur ga gl he hi hr hu hy id is it ja ka ko ku ky lo lt ltg lv mk mn mr ms mt nb nl nn pa_IN pl pt pt_BR ro ru sc sk sl sq sr sr@Latn sv ta tg th tl tr uk uz uz@cyrillic vi wa xh zh_CN zh_TW zu; do \ install -d /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/$l/LC_MESSAGES; \ install -m 644 $l.mo /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install/share/po' rm -rf /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/share/locale_special/{be,fur,ta} make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' make install_pms make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' [ -d /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live ] || ../../tools/mdkinst_stage2_tool --uncompress /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.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/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin/$i ]; then ln -sf commands /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/bin/$i; fi; done install -d /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.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/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.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/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib/libDrakX/$i; \ done chmod a+x /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib/libDrakX/install/install2 chmod a+x /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live/usr/lib/libDrakX/install/commands make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' make compress make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' ../../tools/mdkinst_stage2_tool --clean --compress /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2 Creating /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/mdkinst.sqfs from /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/live make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' echo 18.27.1 > /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/install/stage2/VERSION make: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install' + make -C tools install ROOTDEST=/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2 make: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/tools' install -d /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/misc install mdkinst_stage2_tool drakx-in-chroot /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/lib64/drakx-installer-stage2/misc make: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/tools' + rm -rf /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.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/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-strip-shared /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/lib64/drakx-installer-stage2/misc/mdkinst_stage2_tool from /bin/sh to #!/usr/bin/sh Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cyeJOA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd drakx-installer-stage2-18.27.1 + '[' 1 -eq 1 ']' + cd perl-install + /usr/bin/make -O -j8 V=1 VERBOSE=1 check_perl_checker rm -f share/po/libDrakX.pot install/share/po/DrakX.pot make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/share/po' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/share/po' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/share/po' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install/share/po' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install/share/po' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/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/iurt/rpmbuild/BUILD/drakx-installer-stage2-18.27.1/perl-install/install/share/po' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: drakx-installer-stage2-18.27.1-1.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZT5Vez + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd drakx-installer-stage2-18.27.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/share/doc/drakx-installer-stage2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/share/doc/drakx-installer-stage2 + cp -pr build-rpms.lst /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64/usr/share/doc/drakx-installer-stage2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: drakx-installer-stage2 = 18.27.1-1.mga8 drakx-installer-stage2(x86-64) = 18.27.1-1.mga8 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.30.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/drakx-installer-stage2-18.27.1-1.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EJquQA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd drakx-installer-stage2-18.27.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/drakx-installer-stage2-18.27.1-1.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7NSkRw + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf drakx-installer-stage2-18.27.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!