<86>Nov 5 07:34:12 userdel[22333]: delete user 'rooter' <86>Nov 5 07:34:12 userdel[22333]: removed group 'rooter' owned by 'rooter' <86>Nov 5 07:34:12 userdel[22333]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 5 07:34:12 groupadd[22545]: group added to /etc/group: name=rooter, GID=648 <86>Nov 5 07:34:12 groupadd[22545]: group added to /etc/gshadow: name=rooter <86>Nov 5 07:34:12 useradd[22656]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash <86>Nov 5 07:34:12 userdel[22726]: delete user 'builder' <86>Nov 5 07:34:12 groupadd[23007]: group added to /etc/group: name=builder, GID=649 <86>Nov 5 07:34:12 useradd[23015]: new user: name=builder, UID=649, GID=649, home=/usr/src, shell=/bin/bash <13>Nov 5 07:34:16 rpmi: liblzo2-2.08-alt1 1405435918 installed <13>Nov 5 07:34:16 rpmi: liblzo2-devel-2.08-alt1 1405435918 installed <13>Nov 5 07:34:16 rpmi: zlib-devel-1.2.8-alt1 1371079011 installed <13>Nov 5 07:34:16 rpmi: libuuid-devel-2.32-alt2 1528296111 installed <13>Nov 5 07:34:16 rpmi: liblzma-devel-5.2.3-alt2 1517075193 installed <13>Nov 5 07:34:16 rpmi: libacl-devel-2.2.52.0.52.33f0-alt2 1511850757 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/mtd-utils-1.5.2-alt1.nosrc.rpm Installing mtd-utils-1.5.2-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.14052 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mtd-utils-1.5.2 + echo 'Source #0 (mtd-utils-1.5.2-alt1.tar):' Source #0 (mtd-utils-1.5.2-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mtd-utils-1.5.2-alt1.tar + cd mtd-utils-1.5.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.14052 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mtd-utils-1.5.2 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CHK include/version.h make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC lib/libcrc32.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC flash_erase.o In file included from flash_erase.c:36:0: flash_erase.c: In function 'main': ./include/common.h:97:2: warning: this statement may fall through [-Wimplicit-fallthrough=] -1; \ ^ flash_erase.c:162:3: note: in expansion of macro 'errmsg' errmsg("no MTD device specified"); ^~~~~~ flash_erase.c:163:2: note: here case 1: ^~~~ In file included from flash_erase.c:36:0: ./include/common.h:97:2: warning: this statement may fall through [-Wimplicit-fallthrough=] -1; \ ^ flash_erase.c:164:3: note: in expansion of macro 'errmsg' errmsg("no start erase block specified"); ^~~~~~ flash_erase.c:165:2: note: here case 2: ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC doc_loadbios.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ftl_format.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC compr_rtime.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC compr_zlib.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC compr_lzo.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC lib/libmtd_legacy.o lib/libmtd_legacy.c: In function 'legacy_get_dev_info': lib/libmtd_legacy.c:254:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . mtd->major = major(st.st_rdev); ^~~~~~~~~~~~~~~~~~~~ lib/libmtd_legacy.c:255:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . mtd->minor = minor(st.st_rdev); ^~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ftl_check.o ftl_check.c: In function 'check_partition': ftl_check.c:97:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, &hdr, sizeof(hdr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC flash_unlock.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC rbtree.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC nanddump.o nanddump.c: In function 'main': nanddump.c:446:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ofd, pretty_buf, strlen(pretty_buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nanddump.c:449:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ofd, readbuf, bs); ^~~~~~~~~~~~~~~~~~~~~~~ nanddump.c:469:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ofd, pretty_buf, strlen(pretty_buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nanddump.c:472:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ofd, oobbuf, mtd.oob_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nanddump.c: In function 'process_options': nanddump.c:176:15: warning: this statement may fall through [-Wimplicit-fallthrough=] canonical = true; ^ nanddump.c:177:4: note: here case 'p': ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC flash_lock.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC lib/libfec.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC flash_otp_dump.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC flash_otp_lock.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC flash_otp_write.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC flash_otp_info.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC flashcp.o flashcp.c: In function 'main': flashcp.c:255:2: warning: #warning "Check for smaller erase regions" [-Wcpp] #warning "Check for smaller erase regions" ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mtd_debug.o mtd_debug.c: In function 'showinfo': mtd_debug.c:270:4: warning: this statement may fall through [-Wimplicit-fallthrough=] printf("MTD_UBIVOLUME"); ^~~~~~~~~~~~~~~~~~~~~~~ mtd_debug.c:271:3: note: here default: ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC compr.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC nandwrite.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mtdpart.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC nandtest.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC nftldump.o nftldump.c: In function 'dump_virtual_units': nftldump.c:236:6: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result] pread(fd, readbuf, 512, ^~~~~~~~~~~~~~~~~~~~~~~ (lastgoodEUN * ERASESIZE) + (j * 512)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftldump.c:239:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ofd, readbuf, 512); ^~~~~~~~~~~~~~~~~~~~~~~~ nftldump.c: In function 'find_media_headers': nftldump.c:76:3: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result] pread(fd, &MedHead[NumMedHeads], sizeof(struct NFTLMediaHeader), ofs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftldump.c:96:6: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result] pread(fd, &BadUnitTable[i], 512, ofs + 512 + i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC lib/libmtd.o lib/libmtd.c: In function 'dev_node2num': lib/libmtd.c:446:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . mjr = major(st.st_rdev); ^~~~~~~~~~~~~ lib/libmtd.c:447:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . mnr = minor(st.st_rdev); ^~~~~~~~~~~~~ lib/libmtd.c: In function 'mtd_get_dev_info1': lib/libmtd.c:749:46: warning: passing argument 3 of 'dev_read_data' discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] ret = dev_read_data(lib->mtd_name, mtd_num, &mtd->name, ^ lib/libmtd.c:182:12: note: expected 'void *' but argument is of type 'const char (*)[128]' static int dev_read_data(const char *patt, int mtd_num, void *buf, int buf_len) ^~~~~~~~~~~~~ lib/libmtd.c:755:46: warning: passing argument 3 of 'dev_read_data' discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] ret = dev_read_data(lib->mtd_type, mtd_num, &mtd->type_str, ^ lib/libmtd.c:182:12: note: expected 'void *' but argument is of type 'const char (*)[65]' static int dev_read_data(const char *patt, int mtd_num, void *buf, int buf_len) ^~~~~~~~~~~~~ lib/libmtd.c: In function 'mtd_probe_node': lib/libmtd.c:1395:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . mjr = major(st.st_rdev); ^~~~~~~~~~~~~ lib/libmtd.c:1396:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . mnr = minor(st.st_rdev); ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC rfdformat.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC rfddump.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC jffs2dump.o jffs2dump.c: In function 'do_endianconvert': jffs2dump.c:506:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, p, 4); ^~~~~~~~~~~~~~~~ jffs2dump.c:515:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &newnode, 4); ^~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:558:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &newnode, sizeof (struct jffs2_raw_inode)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:559:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, p + sizeof (struct jffs2_raw_inode), PAD (je32_to_cpu (node->i.totlen) - sizeof (struct jffs2_raw_inode))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:583:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &newnode, sizeof (struct jffs2_raw_dirent)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:584:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, p + sizeof (struct jffs2_raw_dirent), PAD (je32_to_cpu (node->d.totlen) - sizeof (struct jffs2_raw_dirent))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:604:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &newnode, sizeof (struct jffs2_raw_xattr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:605:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, p + sizeof (struct jffs2_raw_xattr), PAD (je32_to_cpu (node->d.totlen) - sizeof (struct jffs2_raw_xattr))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:628:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &newnode, sizeof (struct jffs2_unknown_node)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:631:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, p + sizeof (struct jffs2_unknown_node), len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:724:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, &newnode, sizeof (struct jffs2_raw_summary)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:726:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, &node->s.sum, sum_len + sizeof (struct jffs2_sum_marker)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:732:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, p, 4); ^~~~~~~~~~~~~~~~ jffs2dump.c: In function 'main': jffs2dump.c:780:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read (fd, &data[idx], datsize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:781:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read (fd, oob, oobsize); ^~~~~~~~~~~~~~~~~~~~~~~ jffs2dump.c:789:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read (fd, data, imglen); ^~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC docfdisk.o docfdisk.c: In function 'main': docfdisk.c:278:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, sizeof(line), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ docfdisk.c:268:12: warning: 'ip' may be used uninitialized in this function [-Wmaybe-uninitialized] ip->flags = cpu_to_le32(INFTL_BINARY | INFTL_LAST); make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC nftl_format.o nftl_format.c: In function 'main': nftl_format.c:380:2: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] pwrite(fd, writebuf[0], 512, MediaUnit1 * meminfo.erasesize + MediaUnitOff1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c:382:3: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] pwrite(fd, BadUnitTable + ezone, 512, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (MediaUnit1 * meminfo.erasesize) + 512 * (1 + ezone / 512)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c:394:2: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] pwrite(fd, writebuf[0], 512, MediaUnit2 * meminfo.erasesize + MediaUnitOff2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c:396:3: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] pwrite(fd, BadUnitTable + ezone, 512, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (MediaUnit2 * meminfo.erasesize + MediaUnitOff2) + 512 * (1 + ezone / 512)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c: In function 'check_block_2': nftl_format.c:87:3: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result] pread(fd, readbuf, 512, ofs + blockofs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c:94:3: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] pwrite(fd, writebuf[1], 512, blockofs + ofs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c:95:3: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result] pread(fd, readbuf, 512, blockofs + ofs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c:108:3: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] pwrite(fd, writebuf[2], 512, blockofs + ofs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c:109:3: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result] pread(fd, readbuf, 512, blockofs + ofs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c:121:3: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] pwrite(fd, writebuf[3], 512, blockofs + ofs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nftl_format.c:122:3: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result] pread(fd, readbuf, 512, blockofs + ofs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mkfs.ubifs/crc16.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC serve_image.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mkfs.ubifs/compr.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC recv_image.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC jffs2reader.o jffs2reader.c: In function 'printdir': jffs2reader.c:358:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . printf("%4d, %3d ", major(rdev), minor(rdev)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2reader.c:358:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . printf("%4d, %3d ", major(rdev), minor(rdev)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jffs2reader.c: In function 'catfile': jffs2reader.c:853:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, b, *rsize); ^~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mkfs.ubifs/hashtable/hashtable_itr.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mkfs.ubifs/devtable.o mkfs.ubifs/devtable.c: In function 'interpret_table_entry': mkfs.ubifs/devtable.c:237:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . nh_elt->dev = makedev(major, minor); ^~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.ubifs/devtable.c:240:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . name, major(nh_elt->dev), minor(nh_elt->dev)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.ubifs/devtable.c:240:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . mkfs.ubifs/devtable.c:265:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . nh_elt->dev = makedev(major, minor + (i - start) * increment); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.ubifs/devtable.c:277:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . nm, major(nh_elt->dev), minor(nh_elt->dev)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.ubifs/devtable.c:277:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mkfs.ubifs/lpt.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mkfs.jffs2.o mkfs.jffs2.c: In function 'interpret_table_entry': mkfs.jffs2.c:471:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . entry->sb.st_rdev = makedev(major, minor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.jffs2.c:507:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . rdev = makedev(major, minor + (i - start) * increment); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.jffs2.c:514:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . dev_t rdev = makedev(major, minor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.jffs2.c: In function 'write_special_file': mkfs.jffs2.c:949:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . minor(statbuf->st_rdev)); ^~~~~~~~~~~~~~~~ mkfs.jffs2.c:949:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor(statbuf->st_rdev)); ^~~~~~~~~~~~~~~~ mkfs.jffs2.c: In function 'recursive_populate_directory': mkfs.jffs2.c:1268:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . e->sb.st_mode & ~S_IFMT, major(e->sb.st_rdev), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.jffs2.c:1269:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor(e->sb.st_rdev), (int) e->sb.st_uid, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.jffs2.c:1278:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . e->sb.st_mode & ~S_IFMT, major(e->sb.st_rdev), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.jffs2.c:1279:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor(e->sb.st_rdev), (int) e->sb.st_uid, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubiupdatevol.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubimkvol.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mkfs.ubifs/hashtable/hashtable.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubiutils-common.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubirmvol.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC sumtool.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubicrc32.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubidetach.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubinfo.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubiattach.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/dictionary.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/libiniparser.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC mkfs.ubifs/mkfs.ubifs.o mkfs.ubifs/mkfs.ubifs.c: In function 'add_dev_inode': mkfs.ubifs/mkfs.ubifs.c:1292:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev.huge = cpu_to_le64(makedev(major(st->st_rdev), minor(st->st_rdev))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.ubifs/mkfs.ubifs.c:1292:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . dev.huge = cpu_to_le64(makedev(major(st->st_rdev), minor(st->st_rdev))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkfs.ubifs/mkfs.ubifs.c:1292:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . dev.huge = cpu_to_le64(makedev(major(st->st_rdev), minor(st->st_rdev))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/libubi.o ubi-utils/libubi.c: In function 'vol_node2nums': ubi-utils/libubi.c:383:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . major = major(st.st_rdev); ^~~~~~~~~~~~~~~ ubi-utils/libubi.c:384:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor = minor(st.st_rdev); ^~~~~~~~~~~~~~~ ubi-utils/libubi.c: In function 'dev_node2num': ubi-utils/libubi.c:452:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . major = major(st.st_rdev); ^~~~~~~~~~~~~~~ ubi-utils/libubi.c:453:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor = minor(st.st_rdev); ^~~~~~~~~~~~~~~ ubi-utils/libubi.c: In function 'mtd_node_to_num': ubi-utils/libubi.c:741:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . major = major(sb.st_rdev); ^~~~~~~~~~~~~~~ ubi-utils/libubi.c:742:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor = minor(sb.st_rdev); ^~~~~~~~~~~~~~~ ubi-utils/libubi.c: In function 'ubi_probe_node': ubi-utils/libubi.c:881:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . major = major(st.st_rdev); ^~~~~~~~~~~~~~~ ubi-utils/libubi.c:882:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor = minor(st.st_rdev); ^~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubirename.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' AR lib/libmtd.a make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' AR ubi-utils/libubi.a make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' AR ubi-utils/libiniparser.a make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/libscan.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ftl_format make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/mtdinfo.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubirename make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD nanddump make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD flash_erase make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/libubigen.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD doc_loadbios make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ftl_check make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD mkfs.jffs2 make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubiblock.o ubi-utils/ubiblock.c: In function 'parse_opt': ubi-utils/ubiblock.c:76:16: warning: this statement may fall through [-Wimplicit-fallthrough=] args.create = 1; ~~~~~~~~~~~~^~~ ubi-utils/ubiblock.c:77:3: note: here case 'r': ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD flash_lock make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD flash_unlock make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD flash_otp_info make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD flash_otp_dump make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD flash_otp_lock make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubirsvol.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD flash_otp_write make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD flashcp make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD mtdpart make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD mtd_debug make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD nandwrite make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD jffs2dump make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD nftldump make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD nandtest make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD docfdisk make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD nftl_format make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD rfddump make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD rfdformat make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD serve_image make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD recv_image make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD sumtool make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD mkfs.ubifs/mkfs.ubifs make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD jffs2reader make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubiupdatevol make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubiattach make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' AR ubi-utils/libubigen.a make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubirmvol make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubicrc32 make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubinfo make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubidetach make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' AR ubi-utils/libscan.a make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubirsvol make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubimkvol make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubiblock make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubinize.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/mtdinfo make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubinize make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CC ubi-utils/ubiformat.o make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' LD ubi-utils/ubiformat make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.69618 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mtd-utils-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mtd-utils-buildroot + cd mtd-utils-1.5.2 + make DESTDIR=/usr/src/tmp/mtd-utils-buildroot install make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' CHK include/version.h mkdir -p /usr/src/tmp/mtd-utils-buildroot//usr/sbin install -m 0755 /usr/src/RPM/BUILD/mtd-utils-1.5.2/ftl_format /usr/src/RPM/BUILD/mtd-utils-1.5.2/flash_erase /usr/src/RPM/BUILD/mtd-utils-1.5.2/nanddump /usr/src/RPM/BUILD/mtd-utils-1.5.2/doc_loadbios /usr/src/RPM/BUILD/mtd-utils-1.5.2/ftl_check /usr/src/RPM/BUILD/mtd-utils-1.5.2/mkfs.jffs2 /usr/src/RPM/BUILD/mtd-utils-1.5.2/flash_lock /usr/src/RPM/BUILD/mtd-utils-1.5.2/flash_unlock /usr/src/RPM/BUILD/mtd-utils-1.5.2/flash_otp_info /usr/src/RPM/BUILD/mtd-utils-1.5.2/flash_otp_dump /usr/src/RPM/BUILD/mtd-utils-1.5.2/flash_otp_lock /usr/src/RPM/BUILD/mtd-utils-1.5.2/flash_otp_write /usr/src/RPM/BUILD/mtd-utils-1.5.2/mtd_debug /usr/src/RPM/BUILD/mtd-utils-1.5.2/flashcp /usr/src/RPM/BUILD/mtd-utils-1.5.2/nandwrite /usr/src/RPM/BUILD/mtd-utils-1.5.2/nandtest /usr/src/RPM/BUILD/mtd-utils-1.5.2/mtdpart /usr/src/RPM/BUILD/mtd-utils-1.5.2/jffs2dump /usr/src/RPM/BUILD/mtd-utils-1.5.2/nftldump /usr/src/RPM/BUILD/mtd-utils-1.5.2/nftl_format /usr/src/RPM/BUILD/mtd-utils-1.5.2/docfdisk /usr/src/RPM/BUILD/mtd-utils-1.5.2/rfddump /usr/src/RPM/BUILD/mtd-utils-1.5.2/rfdformat /usr/src/RPM/BUILD/mtd-utils-1.5.2/serve_image /usr/src/RPM/BUILD/mtd-utils-1.5.2/recv_image /usr/src/RPM/BUILD/mtd-utils-1.5.2/sumtool /usr/src/RPM/BUILD/mtd-utils-1.5.2/jffs2reader /usr/src/RPM/BUILD/mtd-utils-1.5.2/mkfs.ubifs/mkfs.ubifs /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubiupdatevol /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubimkvol /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubirmvol /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubicrc32 /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubinfo /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubiattach /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubidetach /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubinize /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubiformat /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubirename /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/mtdinfo /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubirsvol /usr/src/RPM/BUILD/mtd-utils-1.5.2/ubi-utils/ubiblock flash_eraseall /usr/src/tmp/mtd-utils-buildroot//usr/sbin/ mkdir -p /usr/src/tmp/mtd-utils-buildroot//usr/share/man/man1 install -m 0644 mkfs.jffs2.1 /usr/src/tmp/mtd-utils-buildroot//usr/share/man/man1/ gzip -9f /usr/src/tmp/mtd-utils-buildroot//usr/share/man/man1/*.1 make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mtd-utils-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mtd-utils-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/mtd-utils-buildroot/ (default) Compressing files in /usr/src/tmp/mtd-utils-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mtd-utils-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: mtd-utils-1.5.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.3961 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mtd-utils-1.5.2 + DOCDIR=/usr/src/tmp/mtd-utils-buildroot/usr/share/doc/mtd-utils-1.5.2 + export DOCDIR + rm -rf /usr/src/tmp/mtd-utils-buildroot/usr/share/doc/mtd-utils-1.5.2 + /bin/mkdir -p /usr/src/tmp/mtd-utils-buildroot/usr/share/doc/mtd-utils-1.5.2 + cp -prL COPYING /usr/src/tmp/mtd-utils-buildroot/usr/share/doc/mtd-utils-1.5.2 + chmod -R go-w /usr/src/tmp/mtd-utils-buildroot/usr/share/doc/mtd-utils-1.5.2 + chmod -R a+rX /usr/src/tmp/mtd-utils-buildroot/usr/share/doc/mtd-utils-1.5.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hna34n find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8E38Xp find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: mtd Requires: /bin/sh, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libc.so.6(GLIBC_2.8), liblzma.so.5 >= set:kiIUyRge, liblzma.so.5(XZ_5.0), liblzo2.so.2 >= set:lj7A6jt4, libuuid.so.1 >= set:igirN67, libuuid.so.1(UUID_1.0), libz.so.1 >= set:kgb6dgbC5nHRipASzwauXf1, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Obsoletes: mtd Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v7jVV4 Creating mtd-utils-debuginfo package Processing files: mtd-utils-debuginfo-1.5.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iI4UR5 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.osZJXF find-requires: running scripts (debuginfo) Requires: mtd-utils = 1.5.2-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(liblzma.so.5), debug(liblzo2.so.2), debug(libuuid.so.1), debug(libz.so.1) Wrote: /usr/src/RPM/RPMS/i586/mtd-utils-1.5.2-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/mtd-utils-debuginfo-1.5.2-alt1.i586.rpm 20.72user 3.52system 0:33.38elapsed 72%CPU (0avgtext+0avgdata 36128maxresident)k 0inputs+0outputs (0major+1844754minor)pagefaults 0swaps 30.21user 5.87system 0:50.27elapsed 71%CPU (0avgtext+0avgdata 122532maxresident)k 384inputs+0outputs (0major+2257899minor)pagefaults 0swaps --- mtd-utils-1.5.2-alt1.i586.rpm.repo 2015-12-28 19:05:51.000000000 +0000 +++ mtd-utils-1.5.2-alt1.i586.rpm.hasher 2018-11-05 07:34:54.003449040 +0000 @@ -58,2 +58,3 @@ Requires: rpmlib(SetVersions) +Requires: liblzma.so.5(XZ_5.0) Requires: liblzo2.so.2 >= set:lj7A6jt4