<86>Aug 8 10:46:55 userdel[3899504]: delete user 'rooter' <86>Aug 8 10:46:55 userdel[3899504]: removed group 'rooter' owned by 'rooter' <86>Aug 8 10:46:55 userdel[3899504]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 8 10:46:55 groupadd[3899515]: group added to /etc/group: name=rooter, GID=681 <86>Aug 8 10:46:55 groupadd[3899515]: group added to /etc/gshadow: name=rooter <86>Aug 8 10:46:55 groupadd[3899515]: new group: name=rooter, GID=681 <86>Aug 8 10:46:55 useradd[3899519]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash <86>Aug 8 10:46:55 userdel[3899530]: delete user 'builder' <86>Aug 8 10:46:55 userdel[3899530]: removed group 'builder' owned by 'builder' <86>Aug 8 10:46:55 userdel[3899530]: removed shadow group 'builder' owned by 'builder' <86>Aug 8 10:46:55 groupadd[3899537]: group added to /etc/group: name=builder, GID=682 <86>Aug 8 10:46:55 groupadd[3899537]: group added to /etc/gshadow: name=builder <86>Aug 8 10:46:55 groupadd[3899537]: new group: name=builder, GID=682 <86>Aug 8 10:46:55 useradd[3899545]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash <13>Aug 8 10:46:57 rpmi: liblzo2-2.10-alt1 sisyphus+225108.100.1.1 1552705748 installed <13>Aug 8 10:46:57 rpmi: liblzo2-devel-2.10-alt1 sisyphus+225108.100.1.1 1552705748 installed <13>Aug 8 10:46:57 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed <13>Aug 8 10:46:57 rpmi: libuuid-devel-2.33.2-alt2 p9+254003.100.1.1 1593108026 installed <13>Aug 8 10:46:57 rpmi: liblzma-devel-5.2.5-alt1 p9+268339.40.3.1 1616664413 installed <13>Aug 8 10:46:57 rpmi: libacl-devel-2.2.53-alt1 sisyphus+221902.200.4.1 1550587056 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mtd-utils-1.5.2-alt1.nosrc.rpm (w1.gzdio) Installing mtd-utils-1.5.2-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.28648 + 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.28648 + 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 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 flash_erase.o In file included from flash_erase.c:36: 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: ./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 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 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 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 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 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 lib/libfec.o In file included from /usr/include/string.h:508, from lib/libfec.c:47: In function 'memset', inlined from 'invert_mat' at lib/libfec.c:421:5, inlined from 'build_decode_matrix' at lib/libfec.c:817:9, inlined from 'fec_decode' at lib/libfec.c:848:13: /usr/include/bits/string_fortified.h:71:10: warning: '__builtin_memset' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/bits/string_fortified.h:71:10: warning: '__builtin_memset' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 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 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 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 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 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 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 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:63: 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:63: 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 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 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 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 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 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 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 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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 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 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 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 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 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.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 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.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/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 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/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/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 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/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/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 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/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/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/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' CC ubi-utils/libiniparser.o ubi-utils/libiniparser.c: In function 'iniparser_load': ubi-utils/libiniparser.c:600:30: warning: '%s' directive writing up to 1024 bytes into a region of size between 0 and 1024 [-Wformat-overflow=] sprintf(tmp, "%s:%s", section, key); ^~ ~~~ In file included from /usr/include/stdio.h:862, from ./ubi-utils/include/libiniparser.h:24, from ubi-utils/libiniparser.c:18: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 2050 bytes into a destination of size 1025 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/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' 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' 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' 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' 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' 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' 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' 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' 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' 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/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 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 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 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' 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' 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 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' 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' 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 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 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 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 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 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 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 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 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 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 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 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' 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' 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' 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 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 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/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/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 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 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/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' 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' 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' LD ubi-utils/ubiformat 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 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/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/ubiblock make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.84732 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) 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.93948 + 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.i2G1rE 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.ybWiDH find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: mtd Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libc.so.6(GLIBC_2.8)(64bit), liblzma.so.5()(64bit) >= set:kiIUyRge, liblzma.so.5(XZ_5.0)(64bit), liblzo2.so.2()(64bit) >= set:ki7A6jt4, libuuid.so.1()(64bit) >= set:igirN67, libuuid.so.1(UUID_1.0)(64bit), libz.so.1()(64bit) >= 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.W6J5ZY 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.2GtCvj find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OEav7G find-requires: running scripts (debuginfo) Requires: mtd-utils = 1.5.2-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(liblzma.so.5), debug64(liblzo2.so.2), debug64(libuuid.so.1), debug64(libz.so.1) Wrote: /usr/src/RPM/RPMS/x86_64/mtd-utils-1.5.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mtd-utils-debuginfo-1.5.2-alt1.x86_64.rpm (w2.lzdio) 18.29user 10.12system 0:18.95elapsed 149%CPU (0avgtext+0avgdata 47540maxresident)k 0inputs+0outputs (0major+2480656minor)pagefaults 0swaps 22.14user 12.50system 0:24.99elapsed 138%CPU (0avgtext+0avgdata 115824maxresident)k 0inputs+0outputs (0major+2772466minor)pagefaults 0swaps --- mtd-utils-1.5.2-alt1.x86_64.rpm.repo 2015-12-28 19:05:54.000000000 +0000 +++ mtd-utils-1.5.2-alt1.x86_64.rpm.hasher 2021-08-08 10:47:18.914191549 +0000 @@ -56,4 +56,4 @@ Requires: rpmlib(SetVersions) +Requires: liblzma.so.5(XZ_5.0)(64bit) Requires: liblzo2.so.2()(64bit) >= set:ki7A6jt4 -Requires: libm.so.6(GLIBC_2.2.5)(64bit) Requires: libuuid.so.1()(64bit) >= set:igirN67 @@ -66,44 +66,44 @@ Obsoletes: mtd -File: /usr/sbin/doc_loadbios 100755 root:root 3eb5f14b8cae088eac1ff1ed662593ee -File: /usr/sbin/docfdisk 100755 root:root 58d44fa6b42b14a1e4df7cb1ebdef58f -File: /usr/sbin/flash_erase 100755 root:root 59090553607985c556c7598e834ce761 +File: /usr/sbin/doc_loadbios 100755 root:root 1f6aeb981ac57883d57a34c23406d097 +File: /usr/sbin/docfdisk 100755 root:root 23b78cd17313f7007e4582a6e18eb0e9 +File: /usr/sbin/flash_erase 100755 root:root 5d20e727dc186995cb9b2ecb03c7a8d7 File: /usr/sbin/flash_eraseall 100755 root:root a23e33542340ea348988f41a7ecd5412 -File: /usr/sbin/flash_lock 100755 root:root 2e8cd83c123f42500a4bc7c229c61090 -File: /usr/sbin/flash_otp_dump 100755 root:root 2d2d0d3b4ca8a637246886b99c459d80 -File: /usr/sbin/flash_otp_info 100755 root:root b72f3ae7885041c675287f1c4641d97d -File: /usr/sbin/flash_otp_lock 100755 root:root 8d1409437f535fc3daff792f6dce9062 -File: /usr/sbin/flash_otp_write 100755 root:root d4159d67fe5faac21a574d350dbaf373 -File: /usr/sbin/flash_unlock 100755 root:root 3618877f1147a13b9e96665b55f652a8 -File: /usr/sbin/flashcp 100755 root:root c136383262d125ac90c8fc08f52ac942 -File: /usr/sbin/ftl_check 100755 root:root 6e2f2301fc799f1ca8d5db5e2f07b5f2 -File: /usr/sbin/ftl_format 100755 root:root 42d24288bd55058102290b3709d10005 -File: /usr/sbin/jffs2dump 100755 root:root 6648f1d67d9946cee78093bd13389ee2 -File: /usr/sbin/jffs2reader 100755 root:root 29c60d03a76f57114bd782abd2e803f6 -File: /usr/sbin/mkfs.jffs2 100755 root:root 93b5761a72d99371dd53a3f5fea54ab5 -File: /usr/sbin/mkfs.ubifs 100755 root:root eaff3d192672dbc774fd4beca58a9160 -File: /usr/sbin/mtd_debug 100755 root:root 59597fa4eee4a497778bfb5e72ba7af4 -File: /usr/sbin/mtdinfo 100755 root:root baf1e31098ef368ac7232b803221a9f5 -File: /usr/sbin/mtdpart 100755 root:root 8af56717dcf3dd73a422a298c2fd1f35 -File: /usr/sbin/nanddump 100755 root:root 94a0016471d4c16f098a213ec1bb5a1c -File: /usr/sbin/nandtest 100755 root:root 304aa18c686d1d83ab93af37f8549933 -File: /usr/sbin/nandwrite 100755 root:root e0af63ee6c706152bd471f4fc5bc2c51 -File: /usr/sbin/nftl_format 100755 root:root 8c0446b30391c234b516413dee99e34c -File: /usr/sbin/nftldump 100755 root:root 197ee8fd3eb288c84a101203efb03c5e -File: /usr/sbin/recv_image 100755 root:root 02bfd3ecfa31df9f138d7a9bb770d61d -File: /usr/sbin/rfddump 100755 root:root 391ada066db27b4b7f56a95a8a2c9077 -File: /usr/sbin/rfdformat 100755 root:root 560abdefe9b65a235120e8c2def9eade -File: /usr/sbin/serve_image 100755 root:root f8921b101a0d351ea942ca6a9f356184 -File: /usr/sbin/sumtool 100755 root:root fee87829b293009250ab549844c63fdb -File: /usr/sbin/ubiattach 100755 root:root 226c9582b650ad0b88da153fbcc91e3d -File: /usr/sbin/ubiblock 100755 root:root b0992c59f2c57fc40f20fb644dce9e60 -File: /usr/sbin/ubicrc32 100755 root:root d39c618d82288affb930cc1d32a79594 -File: /usr/sbin/ubidetach 100755 root:root 6f1d4d98a7dd98608d7a768eb1f605ab -File: /usr/sbin/ubiformat 100755 root:root da6ea0e15083ab482c134b9753c750f5 -File: /usr/sbin/ubimkvol 100755 root:root aa2c826318ca79e187582f27e2281573 -File: /usr/sbin/ubinfo 100755 root:root 38add8913c623e3cfa58196cd1feefb0 -File: /usr/sbin/ubinize 100755 root:root 52e18a236f55c4852c0497b4fa8e3e30 -File: /usr/sbin/ubirename 100755 root:root 4d61554a8e3b6d0320c817981b556a99 -File: /usr/sbin/ubirmvol 100755 root:root 02ee1e12b84365c852f300eba2054b34 -File: /usr/sbin/ubirsvol 100755 root:root 3b816dc777576b385808a6aeb170a702 -File: /usr/sbin/ubiupdatevol 100755 root:root 7f92600dd3c5c4d2e98d2e2d38d27c23 +File: /usr/sbin/flash_lock 100755 root:root 8c64cde1b2af08f9dc85265bd9fcd30a +File: /usr/sbin/flash_otp_dump 100755 root:root 97d8879284a5e3bde81bf2a3eeb41ac6 +File: /usr/sbin/flash_otp_info 100755 root:root d380076f2ed3b7dd32e7fb65d9ee82fd +File: /usr/sbin/flash_otp_lock 100755 root:root b409c10f78eabf8814ae7e2bdf3792ed +File: /usr/sbin/flash_otp_write 100755 root:root 6372767e94efe9c1f055ec6dbb6593f4 +File: /usr/sbin/flash_unlock 100755 root:root d3e2ae5469f2697d0a485a3c6d5d87b2 +File: /usr/sbin/flashcp 100755 root:root c1baa20797f365e1c8be7228a78b7daa +File: /usr/sbin/ftl_check 100755 root:root 23895f40330061b4e14ee6a859e11c1c +File: /usr/sbin/ftl_format 100755 root:root 0cb901bd27d596696534cba3a18142c2 +File: /usr/sbin/jffs2dump 100755 root:root c7e55eaebd2a740a72804751c7ba3751 +File: /usr/sbin/jffs2reader 100755 root:root a73b3ba370d7790e4218e79f126d5ffa +File: /usr/sbin/mkfs.jffs2 100755 root:root 9ca3b6adc632646acc218a0c71d51388 +File: /usr/sbin/mkfs.ubifs 100755 root:root e7325a61e53f8aba0db036ad3020c1e4 +File: /usr/sbin/mtd_debug 100755 root:root 53bcf7cd840dd7631b13c648e2fd048f +File: /usr/sbin/mtdinfo 100755 root:root a840ee2233091837efdbb18eae614470 +File: /usr/sbin/mtdpart 100755 root:root 0a0d3b25f85ef293aeac9cd80155ae5f +File: /usr/sbin/nanddump 100755 root:root d3b8ab055027887f0d9910556541fcc9 +File: /usr/sbin/nandtest 100755 root:root e1604d1a52c779ced8798e4b24f98667 +File: /usr/sbin/nandwrite 100755 root:root 69f1b8403a8e47016e82309be36c6c3b +File: /usr/sbin/nftl_format 100755 root:root 246f12233fcdd16d8653ddf23a024dc4 +File: /usr/sbin/nftldump 100755 root:root 92ca6fe11dfd0ea930ff1a00bf6db1e5 +File: /usr/sbin/recv_image 100755 root:root cc98c13e11530ae746402e046be6acfd +File: /usr/sbin/rfddump 100755 root:root de10facf5a5620e22b029d8bb3cbce4c +File: /usr/sbin/rfdformat 100755 root:root fe52a52e0c83e72178a13515065736c8 +File: /usr/sbin/serve_image 100755 root:root 8febdd8410aefe1d345844e404cd8947 +File: /usr/sbin/sumtool 100755 root:root 24d577aa0b6bd89054ec850cea1b7d11 +File: /usr/sbin/ubiattach 100755 root:root 972ab127756a7794a6a169d7595d45b3 +File: /usr/sbin/ubiblock 100755 root:root 1e526cab3d92cc0cfe1649145c664c1a +File: /usr/sbin/ubicrc32 100755 root:root dfbc5d9bcfcf18c78ffb16dc06a986b3 +File: /usr/sbin/ubidetach 100755 root:root 382522e605e7e499364db414d73fcb1c +File: /usr/sbin/ubiformat 100755 root:root ad5bf460ce0fa88bbda9438c242c4238 +File: /usr/sbin/ubimkvol 100755 root:root 98158f6002b60fb7c07b97d2f000e8f8 +File: /usr/sbin/ubinfo 100755 root:root d3de7bee4f438486071c933b4f183085 +File: /usr/sbin/ubinize 100755 root:root 0d09f395ec746279d64c894fded956c0 +File: /usr/sbin/ubirename 100755 root:root 27edfcce683fb84abbeb75f3e8f289c5 +File: /usr/sbin/ubirmvol 100755 root:root a10a169f4279115e14f470725dfb8b25 +File: /usr/sbin/ubirsvol 100755 root:root 3ce11c2acffa41a4ba3ee5615c75310d +File: /usr/sbin/ubiupdatevol 100755 root:root f4023b1b032974c7687b9da12a38243a File: /usr/share/doc/mtd-utils-1.5.2 40755 root:root @@ -111,2 +111,2 @@ File: /usr/share/man/man1/mkfs.jffs2.1.xz 100644 root:root 2669e4bf4bb2473972b0ebeeb92db1a6 -RPMIdentity: 8e75c209b0eaa512f921308c0d17504965d608e2368123fca1dff00cb2c895df521a6f3b3f1fb1571eea2fb6d5b74a899786a4e1fb9c68bd2f0076a0c4fc7480 +RPMIdentity: 60a609e1401d45617920367365926fedce86f4fdf685a1c1428e8eb1326dbc26ebf80e4e000eaf9135beeda80e30675942b188e9144ad1b50686d81896473d7e --- mtd-utils-debuginfo-1.5.2-alt1.x86_64.rpm.repo 2015-12-28 19:05:54.000000000 +0000 +++ mtd-utils-debuginfo-1.5.2-alt1.x86_64.rpm.hasher 2021-08-08 10:47:18.987191831 +0000 @@ -1,122 +1,120 @@ -/usr/lib/debug/.build-id/04 40755 root:root -/usr/lib/debug/.build-id/04/a0969a760f8e4144c6de0bf975cfc600ae957a 120777 root:root ../../../../sbin/flashcp -/usr/lib/debug/.build-id/04/a0969a760f8e4144c6de0bf975cfc600ae957a.debug 120777 root:root ../../usr/sbin/flashcp.debug /usr/lib/debug/.build-id/0a 40755 root:root -/usr/lib/debug/.build-id/0a/bff50bde0bd257da1ef3ec6460a214db2bcd9d 120777 root:root ../../../../sbin/ubiblock -/usr/lib/debug/.build-id/0a/bff50bde0bd257da1ef3ec6460a214db2bcd9d.debug 120777 root:root ../../usr/sbin/ubiblock.debug -/usr/lib/debug/.build-id/0b 40755 root:root -/usr/lib/debug/.build-id/0b/e85aef0e25f3602623bad9caa7a1406211ac03 120777 root:root ../../../../sbin/flash_otp_dump -/usr/lib/debug/.build-id/0b/e85aef0e25f3602623bad9caa7a1406211ac03.debug 120777 root:root ../../usr/sbin/flash_otp_dump.debug +/usr/lib/debug/.build-id/0a/cd7a189cc7fc04fa5f82ee2a4c0c71e2ae1d35 120777 root:root ../../../../sbin/ubiattach +/usr/lib/debug/.build-id/0a/cd7a189cc7fc04fa5f82ee2a4c0c71e2ae1d35.debug 120777 root:root ../../usr/sbin/ubiattach.debug +/usr/lib/debug/.build-id/15 40755 root:root +/usr/lib/debug/.build-id/15/c75fc17384d062edf6181c317ae33bbf3bd112 120777 root:root ../../../../sbin/ubimkvol +/usr/lib/debug/.build-id/15/c75fc17384d062edf6181c317ae33bbf3bd112.debug 120777 root:root ../../usr/sbin/ubimkvol.debug /usr/lib/debug/.build-id/17 40755 root:root -/usr/lib/debug/.build-id/17/de89ad4be09bf2cf260775759d2efd27c87456 120777 root:root ../../../../sbin/serve_image -/usr/lib/debug/.build-id/17/de89ad4be09bf2cf260775759d2efd27c87456.debug 120777 root:root ../../usr/sbin/serve_image.debug -/usr/lib/debug/.build-id/1b 40755 root:root -/usr/lib/debug/.build-id/1b/1d5283923e3403abc72149168dc5abda2d6ca4 120777 root:root ../../../../sbin/flash_otp_info -/usr/lib/debug/.build-id/1b/1d5283923e3403abc72149168dc5abda2d6ca4.debug 120777 root:root ../../usr/sbin/flash_otp_info.debug -/usr/lib/debug/.build-id/22 40755 root:root -/usr/lib/debug/.build-id/22/09138a0526f71d5d043f5920eae673dd1107b4 120777 root:root ../../../../sbin/flash_erase -/usr/lib/debug/.build-id/22/09138a0526f71d5d043f5920eae673dd1107b4.debug 120777 root:root ../../usr/sbin/flash_erase.debug +/usr/lib/debug/.build-id/17/ac48fc73f861f7f59b6efdebcab3b524e563d6 120777 root:root ../../../../sbin/sumtool +/usr/lib/debug/.build-id/17/ac48fc73f861f7f59b6efdebcab3b524e563d6.debug 120777 root:root ../../usr/sbin/sumtool.debug +/usr/lib/debug/.build-id/20 40755 root:root +/usr/lib/debug/.build-id/20/761d46595601d674f4b8b7778e81fd438669a2 120777 root:root ../../../../sbin/nandtest +/usr/lib/debug/.build-id/20/761d46595601d674f4b8b7778e81fd438669a2.debug 120777 root:root ../../usr/sbin/nandtest.debug /usr/lib/debug/.build-id/25 40755 root:root -/usr/lib/debug/.build-id/25/6c32481da28b2558bc3b0dfe96e0b18499ef25 120777 root:root ../../../../sbin/ftl_format -/usr/lib/debug/.build-id/25/6c32481da28b2558bc3b0dfe96e0b18499ef25.debug 120777 root:root ../../usr/sbin/ftl_format.debug -/usr/lib/debug/.build-id/32 40755 root:root -/usr/lib/debug/.build-id/32/30f02ea1e008347432bb1aaa5f7c79ab6c6d34 120777 root:root ../../../../sbin/flash_otp_write -/usr/lib/debug/.build-id/32/30f02ea1e008347432bb1aaa5f7c79ab6c6d34.debug 120777 root:root ../../usr/sbin/flash_otp_write.debug -/usr/lib/debug/.build-id/37 40755 root:root -/usr/lib/debug/.build-id/37/c4896126f51652a1f05fb3ca67decde7228fe1 120777 root:root ../../../../sbin/ubirmvol -/usr/lib/debug/.build-id/37/c4896126f51652a1f05fb3ca67decde7228fe1.debug 120777 root:root ../../usr/sbin/ubirmvol.debug -/usr/lib/debug/.build-id/39 40755 root:root -/usr/lib/debug/.build-id/39/92a675c50e42b7e316253000c14870daf0c964 120777 root:root ../../../../sbin/mtdpart -/usr/lib/debug/.build-id/39/92a675c50e42b7e316253000c14870daf0c964.debug 120777 root:root ../../usr/sbin/mtdpart.debug +/usr/lib/debug/.build-id/25/e0df9b787fc5c414b103a0aa063fdc912e5a78 120777 root:root ../../../../sbin/flash_otp_info +/usr/lib/debug/.build-id/25/e0df9b787fc5c414b103a0aa063fdc912e5a78.debug 120777 root:root ../../usr/sbin/flash_otp_info.debug +/usr/lib/debug/.build-id/30 40755 root:root +/usr/lib/debug/.build-id/30/0f323154adf84d70f61253c32205ccbf5e55b0 120777 root:root ../../../../sbin/flash_lock +/usr/lib/debug/.build-id/30/0f323154adf84d70f61253c32205ccbf5e55b0.debug 120777 root:root ../../usr/sbin/flash_lock.debug +/usr/lib/debug/.build-id/33 40755 root:root +/usr/lib/debug/.build-id/33/f1dfeaa09f5b4e4e9d8cea1bd20ab8f47c8ea9 120777 root:root ../../../../sbin/mtd_debug +/usr/lib/debug/.build-id/33/f1dfeaa09f5b4e4e9d8cea1bd20ab8f47c8ea9.debug 120777 root:root ../../usr/sbin/mtd_debug.debug +/usr/lib/debug/.build-id/36 40755 root:root +/usr/lib/debug/.build-id/36/7fdf69003af5c4810bd3b7e88369db3f7aaf9d 120777 root:root ../../../../sbin/nftl_format +/usr/lib/debug/.build-id/36/7fdf69003af5c4810bd3b7e88369db3f7aaf9d.debug 120777 root:root ../../usr/sbin/nftl_format.debug +/usr/lib/debug/.build-id/3b 40755 root:root +/usr/lib/debug/.build-id/3b/34ad641e6f533c70c2034957cd9b6a4731afa0 120777 root:root ../../../../sbin/ubidetach +/usr/lib/debug/.build-id/3b/34ad641e6f533c70c2034957cd9b6a4731afa0.debug 120777 root:root ../../usr/sbin/ubidetach.debug +/usr/lib/debug/.build-id/3b/eb2a5843c3fb7b08625271e33515f95f5788c0 120777 root:root ../../../../sbin/ubiblock +/usr/lib/debug/.build-id/3b/eb2a5843c3fb7b08625271e33515f95f5788c0.debug 120777 root:root ../../usr/sbin/ubiblock.debug +/usr/lib/debug/.build-id/43 40755 root:root +/usr/lib/debug/.build-id/43/4549e1d48860fb89d90d9f7be47ecddab13aa7 120777 root:root ../../../../sbin/jffs2dump +/usr/lib/debug/.build-id/43/4549e1d48860fb89d90d9f7be47ecddab13aa7.debug 120777 root:root ../../usr/sbin/jffs2dump.debug /usr/lib/debug/.build-id/44 40755 root:root -/usr/lib/debug/.build-id/44/5df7e4657ad21fa60c50b972704b2792e6c011 120777 root:root ../../../../sbin/ubiupdatevol -/usr/lib/debug/.build-id/44/5df7e4657ad21fa60c50b972704b2792e6c011.debug 120777 root:root ../../usr/sbin/ubiupdatevol.debug -/usr/lib/debug/.build-id/4f 40755 root:root -/usr/lib/debug/.build-id/4f/3cbbba593e7cc772343b3c104b82d8e76551bb 120777 root:root ../../../../sbin/ubiformat -/usr/lib/debug/.build-id/4f/3cbbba593e7cc772343b3c104b82d8e76551bb.debug 120777 root:root ../../usr/sbin/ubiformat.debug +/usr/lib/debug/.build-id/44/84fad9f3978ec552091da934ad77c133dfdf9c 120777 root:root ../../../../sbin/nandwrite +/usr/lib/debug/.build-id/44/84fad9f3978ec552091da934ad77c133dfdf9c.debug 120777 root:root ../../usr/sbin/nandwrite.debug +/usr/lib/debug/.build-id/49 40755 root:root +/usr/lib/debug/.build-id/49/f02c5bbe627286f45400839b5a7280510cec5a 120777 root:root ../../../../sbin/serve_image +/usr/lib/debug/.build-id/49/f02c5bbe627286f45400839b5a7280510cec5a.debug 120777 root:root ../../usr/sbin/serve_image.debug +/usr/lib/debug/.build-id/54 40755 root:root +/usr/lib/debug/.build-id/54/7484297a99ccafbaee5376b30793de24520db4 120777 root:root ../../../../sbin/ubirsvol +/usr/lib/debug/.build-id/54/7484297a99ccafbaee5376b30793de24520db4.debug 120777 root:root ../../usr/sbin/ubirsvol.debug /usr/lib/debug/.build-id/5d 40755 root:root -/usr/lib/debug/.build-id/5d/086d25e5e64b3e87cf9904f44c04bddc6de4d3 120777 root:root ../../../../sbin/doc_loadbios -/usr/lib/debug/.build-id/5d/086d25e5e64b3e87cf9904f44c04bddc6de4d3.debug 120777 root:root ../../usr/sbin/doc_loadbios.debug -/usr/lib/debug/.build-id/5d/ccdc6aabb37d6e8bf639d19e9189da29a74a29 120777 root:root ../../../../sbin/ubinize -/usr/lib/debug/.build-id/5d/ccdc6aabb37d6e8bf639d19e9189da29a74a29.debug 120777 root:root ../../usr/sbin/ubinize.debug -/usr/lib/debug/.build-id/5e 40755 root:root -/usr/lib/debug/.build-id/5e/6a1d3875e9d83af0794ba21a0e22fe509086a0 120777 root:root ../../../../sbin/nftl_format -/usr/lib/debug/.build-id/5e/6a1d3875e9d83af0794ba21a0e22fe509086a0.debug 120777 root:root ../../usr/sbin/nftl_format.debug -/usr/lib/debug/.build-id/62 40755 root:root -/usr/lib/debug/.build-id/62/1c0da33a1781a72152d3a18e100baffdccc69d 120777 root:root ../../../../sbin/ubinfo -/usr/lib/debug/.build-id/62/1c0da33a1781a72152d3a18e100baffdccc69d.debug 120777 root:root ../../usr/sbin/ubinfo.debug -/usr/lib/debug/.build-id/64 40755 root:root -/usr/lib/debug/.build-id/64/a83e789b5c6b8e4a7c309524a21dd29a92843d 120777 root:root ../../../../sbin/flash_lock -/usr/lib/debug/.build-id/64/a83e789b5c6b8e4a7c309524a21dd29a92843d.debug 120777 root:root ../../usr/sbin/flash_lock.debug -/usr/lib/debug/.build-id/65 40755 root:root -/usr/lib/debug/.build-id/65/4bf9896751478445af2d16afe60fb41dec7544 120777 root:root ../../../../sbin/nftldump -/usr/lib/debug/.build-id/65/4bf9896751478445af2d16afe60fb41dec7544.debug 120777 root:root ../../usr/sbin/nftldump.debug -/usr/lib/debug/.build-id/6e 40755 root:root -/usr/lib/debug/.build-id/6e/f4f2e6ddf5e36684e03e5b19f2c6bf653b59a3 120777 root:root ../../../../sbin/ftl_check -/usr/lib/debug/.build-id/6e/f4f2e6ddf5e36684e03e5b19f2c6bf653b59a3.debug 120777 root:root ../../usr/sbin/ftl_check.debug -/usr/lib/debug/.build-id/75 40755 root:root -/usr/lib/debug/.build-id/75/fa9c9ccd235fcbacc33ed12a052d89a158829a 120777 root:root ../../../../sbin/ubirsvol -/usr/lib/debug/.build-id/75/fa9c9ccd235fcbacc33ed12a052d89a158829a.debug 120777 root:root ../../usr/sbin/ubirsvol.debug -/usr/lib/debug/.build-id/78 40755 root:root -/usr/lib/debug/.build-id/78/802f56cb7af5a17e680aa0833f77fcdf01ab89 120777 root:root ../../../../sbin/nandwrite -/usr/lib/debug/.build-id/78/802f56cb7af5a17e680aa0833f77fcdf01ab89.debug 120777 root:root ../../usr/sbin/nandwrite.debug -/usr/lib/debug/.build-id/7f 40755 root:root -/usr/lib/debug/.build-id/7f/dc3ec1c712c6039ccda83abf76e32e2fcd5d9b 120777 root:root ../../../../sbin/rfdformat -/usr/lib/debug/.build-id/7f/dc3ec1c712c6039ccda83abf76e32e2fcd5d9b.debug 120777 root:root ../../usr/sbin/rfdformat.debug +/usr/lib/debug/.build-id/5d/5c700028c9ebcca5383705676ee3f5f9db7298 120777 root:root ../../../../sbin/jffs2reader +/usr/lib/debug/.build-id/5d/5c700028c9ebcca5383705676ee3f5f9db7298.debug 120777 root:root ../../usr/sbin/jffs2reader.debug +/usr/lib/debug/.build-id/6d 40755 root:root +/usr/lib/debug/.build-id/6d/1a817138f228e25243a4e0289d572c28703144 120777 root:root ../../../../sbin/ubirmvol +/usr/lib/debug/.build-id/6d/1a817138f228e25243a4e0289d572c28703144.debug 120777 root:root ../../usr/sbin/ubirmvol.debug +/usr/lib/debug/.build-id/81 40755 root:root +/usr/lib/debug/.build-id/81/bde520ea66fca74ad3e731f490053e776413f0 120777 root:root ../../../../sbin/flash_otp_dump +/usr/lib/debug/.build-id/81/bde520ea66fca74ad3e731f490053e776413f0.debug 120777 root:root ../../usr/sbin/flash_otp_dump.debug +/usr/lib/debug/.build-id/8d 40755 root:root +/usr/lib/debug/.build-id/8d/192a20fbc2bb43c21a8b95cc59a81346c0fa56 120777 root:root ../../../../sbin/mkfs.jffs2 +/usr/lib/debug/.build-id/8d/192a20fbc2bb43c21a8b95cc59a81346c0fa56.debug 120777 root:root ../../usr/sbin/mkfs.jffs2.debug +/usr/lib/debug/.build-id/90 40755 root:root +/usr/lib/debug/.build-id/90/aef5e0ef2be56bba23ba072bda8f218f22763b 120777 root:root ../../../../sbin/ubicrc32 +/usr/lib/debug/.build-id/90/aef5e0ef2be56bba23ba072bda8f218f22763b.debug 120777 root:root ../../usr/sbin/ubicrc32.debug /usr/lib/debug/.build-id/91 40755 root:root -/usr/lib/debug/.build-id/91/4b12926dda6335c6a90c5fa8ecda57d8870176 120777 root:root ../../../../sbin/mtdinfo -/usr/lib/debug/.build-id/91/4b12926dda6335c6a90c5fa8ecda57d8870176.debug 120777 root:root ../../usr/sbin/mtdinfo.debug -/usr/lib/debug/.build-id/91/64c50d6dc93ca42739615a8437b1abbb8e7802 120777 root:root ../../../../sbin/jffs2reader -/usr/lib/debug/.build-id/91/64c50d6dc93ca42739615a8437b1abbb8e7802.debug 120777 root:root ../../usr/sbin/jffs2reader.debug +/usr/lib/debug/.build-id/91/6569c2545353f137d2cd727bbe96870c85f844 120777 root:root ../../../../sbin/ubinfo +/usr/lib/debug/.build-id/91/6569c2545353f137d2cd727bbe96870c85f844.debug 120777 root:root ../../usr/sbin/ubinfo.debug +/usr/lib/debug/.build-id/91/82e52d609891f33af25f7faf7df78fb07e0af7 120777 root:root ../../../../sbin/mkfs.ubifs +/usr/lib/debug/.build-id/91/82e52d609891f33af25f7faf7df78fb07e0af7.debug 120777 root:root ../../usr/sbin/mkfs.ubifs.debug /usr/lib/debug/.build-id/96 40755 root:root -/usr/lib/debug/.build-id/96/daba5d6a4267da20faa438845aeedb0f2d8e70 120777 root:root ../../../../sbin/jffs2dump -/usr/lib/debug/.build-id/96/daba5d6a4267da20faa438845aeedb0f2d8e70.debug 120777 root:root ../../usr/sbin/jffs2dump.debug -/usr/lib/debug/.build-id/9a 40755 root:root -/usr/lib/debug/.build-id/9a/b655bf19be5df2a1eeaefac1201d3886936667 120777 root:root ../../../../sbin/ubidetach -/usr/lib/debug/.build-id/9a/b655bf19be5df2a1eeaefac1201d3886936667.debug 120777 root:root ../../usr/sbin/ubidetach.debug -/usr/lib/debug/.build-id/ae 40755 root:root -/usr/lib/debug/.build-id/ae/0a09948dc0f525fcc9c361a3f161d6c832fa38 120777 root:root ../../../../sbin/mkfs.ubifs -/usr/lib/debug/.build-id/ae/0a09948dc0f525fcc9c361a3f161d6c832fa38.debug 120777 root:root ../../usr/sbin/mkfs.ubifs.debug -/usr/lib/debug/.build-id/b3 40755 root:root -/usr/lib/debug/.build-id/b3/2c585f3d5272667daf3c7cac92fc28b8b8a175 120777 root:root ../../../../sbin/ubicrc32 -/usr/lib/debug/.build-id/b3/2c585f3d5272667daf3c7cac92fc28b8b8a175.debug 120777 root:root ../../usr/sbin/ubicrc32.debug -/usr/lib/debug/.build-id/bf 40755 root:root -/usr/lib/debug/.build-id/bf/cec30f8abd08b043efa6099da6a8b364d28ffc 120777 root:root ../../../../sbin/rfddump -/usr/lib/debug/.build-id/bf/cec30f8abd08b043efa6099da6a8b364d28ffc.debug 120777 root:root ../../usr/sbin/rfddump.debug -/usr/lib/debug/.build-id/c2 40755 root:root -/usr/lib/debug/.build-id/c2/8698b84d302e71ee7116a4825c2eebe5515eb8 120777 root:root ../../../../sbin/nanddump -/usr/lib/debug/.build-id/c2/8698b84d302e71ee7116a4825c2eebe5515eb8.debug 120777 root:root ../../usr/sbin/nanddump.debug -/usr/lib/debug/.build-id/c4 40755 root:root -/usr/lib/debug/.build-id/c4/88d8edacd146ad0381a58468128204827ffe58 120777 root:root ../../../../sbin/ubiattach -/usr/lib/debug/.build-id/c4/88d8edacd146ad0381a58468128204827ffe58.debug 120777 root:root ../../usr/sbin/ubiattach.debug -/usr/lib/debug/.build-id/ce 40755 root:root -/usr/lib/debug/.build-id/ce/d448fafb0b11d0a9d6b042b2c975d394d0c63f 120777 root:root ../../../../sbin/docfdisk -/usr/lib/debug/.build-id/ce/d448fafb0b11d0a9d6b042b2c975d394d0c63f.debug 120777 root:root ../../usr/sbin/docfdisk.debug -/usr/lib/debug/.build-id/d0 40755 root:root -/usr/lib/debug/.build-id/d0/20d15a42143485b6c10b90d1c9f00e77b8632d 120777 root:root ../../../../sbin/recv_image -/usr/lib/debug/.build-id/d0/20d15a42143485b6c10b90d1c9f00e77b8632d.debug 120777 root:root ../../usr/sbin/recv_image.debug -/usr/lib/debug/.build-id/d1 40755 root:root -/usr/lib/debug/.build-id/d1/a7031c36b5c3bd67dcd536e5489c31da2dc7d4 120777 root:root ../../../../sbin/nandtest -/usr/lib/debug/.build-id/d1/a7031c36b5c3bd67dcd536e5489c31da2dc7d4.debug 120777 root:root ../../usr/sbin/nandtest.debug -/usr/lib/debug/.build-id/d7 40755 root:root -/usr/lib/debug/.build-id/d7/7fcfc66aed4ed7739baa78321834c1ca390878 120777 root:root ../../../../sbin/sumtool -/usr/lib/debug/.build-id/d7/7fcfc66aed4ed7739baa78321834c1ca390878.debug 120777 root:root ../../usr/sbin/sumtool.debug -/usr/lib/debug/.build-id/e2 40755 root:root -/usr/lib/debug/.build-id/e2/7efeb3ca7177bf32a1ac25fe9eb9b773c2904a 120777 root:root ../../../../sbin/flash_unlock -/usr/lib/debug/.build-id/e2/7efeb3ca7177bf32a1ac25fe9eb9b773c2904a.debug 120777 root:root ../../usr/sbin/flash_unlock.debug +/usr/lib/debug/.build-id/96/00358914ab0d1deeaa9686661e1ae452c01a09 120777 root:root ../../../../sbin/ubirename +/usr/lib/debug/.build-id/96/00358914ab0d1deeaa9686661e1ae452c01a09.debug 120777 root:root ../../usr/sbin/ubirename.debug +/usr/lib/debug/.build-id/97 40755 root:root +/usr/lib/debug/.build-id/97/649fa17f56fa079e485fe160538c0bfd730ca4 120777 root:root ../../../../sbin/flash_otp_lock +/usr/lib/debug/.build-id/97/649fa17f56fa079e485fe160538c0bfd730ca4.debug 120777 root:root ../../usr/sbin/flash_otp_lock.debug +/usr/lib/debug/.build-id/9e 40755 root:root +/usr/lib/debug/.build-id/9e/d6d7fc550b897158588bbbeff6a51b2f948c33 120777 root:root ../../../../sbin/flash_erase +/usr/lib/debug/.build-id/9e/d6d7fc550b897158588bbbeff6a51b2f948c33.debug 120777 root:root ../../usr/sbin/flash_erase.debug +/usr/lib/debug/.build-id/a3 40755 root:root +/usr/lib/debug/.build-id/a3/88929ad9f4f8ceecfc6f237e726067f138a718 120777 root:root ../../../../sbin/nanddump +/usr/lib/debug/.build-id/a3/88929ad9f4f8ceecfc6f237e726067f138a718.debug 120777 root:root ../../usr/sbin/nanddump.debug +/usr/lib/debug/.build-id/a7 40755 root:root +/usr/lib/debug/.build-id/a7/18d3488835094dccf2773cf1587760f491c8c8 120777 root:root ../../../../sbin/flash_unlock +/usr/lib/debug/.build-id/a7/18d3488835094dccf2773cf1587760f491c8c8.debug 120777 root:root ../../usr/sbin/flash_unlock.debug +/usr/lib/debug/.build-id/aa 40755 root:root +/usr/lib/debug/.build-id/aa/fdeb11d044265c26c1170ffc1e2ba4f4761c07 120777 root:root ../../../../sbin/ubiupdatevol +/usr/lib/debug/.build-id/aa/fdeb11d044265c26c1170ffc1e2ba4f4761c07.debug 120777 root:root ../../usr/sbin/ubiupdatevol.debug +/usr/lib/debug/.build-id/b2 40755 root:root +/usr/lib/debug/.build-id/b2/e2956379926fdd5c84637296df51f7c20414a3 120777 root:root ../../../../sbin/ubiformat +/usr/lib/debug/.build-id/b2/e2956379926fdd5c84637296df51f7c20414a3.debug 120777 root:root ../../usr/sbin/ubiformat.debug +/usr/lib/debug/.build-id/ba 40755 root:root +/usr/lib/debug/.build-id/ba/b57d4e072d786d4641daa74a4d36f6faba781f 120777 root:root ../../../../sbin/docfdisk +/usr/lib/debug/.build-id/ba/b57d4e072d786d4641daa74a4d36f6faba781f.debug 120777 root:root ../../usr/sbin/docfdisk.debug +/usr/lib/debug/.build-id/cb 40755 root:root +/usr/lib/debug/.build-id/cb/d3e45968f56c89716232bf1a5ca0b8673e5129 120777 root:root ../../../../sbin/ftl_check +/usr/lib/debug/.build-id/cb/d3e45968f56c89716232bf1a5ca0b8673e5129.debug 120777 root:root ../../usr/sbin/ftl_check.debug +/usr/lib/debug/.build-id/cf 40755 root:root +/usr/lib/debug/.build-id/cf/d5d2b83f0357856378e7a4a02d719831f230f3 120777 root:root ../../../../sbin/flashcp +/usr/lib/debug/.build-id/cf/d5d2b83f0357856378e7a4a02d719831f230f3.debug 120777 root:root ../../usr/sbin/flashcp.debug +/usr/lib/debug/.build-id/d2 40755 root:root +/usr/lib/debug/.build-id/d2/36184a841955684183cadab799697536288b58 120777 root:root ../../../../sbin/doc_loadbios +/usr/lib/debug/.build-id/d2/36184a841955684183cadab799697536288b58.debug 120777 root:root ../../usr/sbin/doc_loadbios.debug +/usr/lib/debug/.build-id/d2/c0e1abfb5f19a3ca5ac7e58fcd94f285aa8bb6 120777 root:root ../../../../sbin/ftl_format +/usr/lib/debug/.build-id/d2/c0e1abfb5f19a3ca5ac7e58fcd94f285aa8bb6.debug 120777 root:root ../../usr/sbin/ftl_format.debug +/usr/lib/debug/.build-id/da 40755 root:root +/usr/lib/debug/.build-id/da/776b4e5e1c2e3d01d2dca66b1056f7be77afc9 120777 root:root ../../../../sbin/flash_otp_write +/usr/lib/debug/.build-id/da/776b4e5e1c2e3d01d2dca66b1056f7be77afc9.debug 120777 root:root ../../usr/sbin/flash_otp_write.debug +/usr/lib/debug/.build-id/e1 40755 root:root +/usr/lib/debug/.build-id/e1/bc0bbcf276eb546bd0f0b69f1e52b57f7791be 120777 root:root ../../../../sbin/mtdpart +/usr/lib/debug/.build-id/e1/bc0bbcf276eb546bd0f0b69f1e52b57f7791be.debug 120777 root:root ../../usr/sbin/mtdpart.debug +/usr/lib/debug/.build-id/e4 40755 root:root +/usr/lib/debug/.build-id/e4/e4ad02e07fe21316b09221152d995dcba89b5c 120777 root:root ../../../../sbin/nftldump +/usr/lib/debug/.build-id/e4/e4ad02e07fe21316b09221152d995dcba89b5c.debug 120777 root:root ../../usr/sbin/nftldump.debug +/usr/lib/debug/.build-id/e4/ea5d1fcbec1322e8cf56fe8cd2d0f161952d1f 120777 root:root ../../../../sbin/mtdinfo +/usr/lib/debug/.build-id/e4/ea5d1fcbec1322e8cf56fe8cd2d0f161952d1f.debug 120777 root:root ../../usr/sbin/mtdinfo.debug /usr/lib/debug/.build-id/e6 40755 root:root -/usr/lib/debug/.build-id/e6/f797cab3ce8d21b64cda0ae282a68f586e6ff1 120777 root:root ../../../../sbin/mtd_debug -/usr/lib/debug/.build-id/e6/f797cab3ce8d21b64cda0ae282a68f586e6ff1.debug 120777 root:root ../../usr/sbin/mtd_debug.debug -/usr/lib/debug/.build-id/eb 40755 root:root -/usr/lib/debug/.build-id/eb/aa4cb4e7e8ff17a0c8c2ad1bc65ef17f67b2e5 120777 root:root ../../../../sbin/ubimkvol -/usr/lib/debug/.build-id/eb/aa4cb4e7e8ff17a0c8c2ad1bc65ef17f67b2e5.debug 120777 root:root ../../usr/sbin/ubimkvol.debug +/usr/lib/debug/.build-id/e6/4168fcbab8e6b5bbb7330f4ea5326cfa71e9d2 120777 root:root ../../../../sbin/ubinize +/usr/lib/debug/.build-id/e6/4168fcbab8e6b5bbb7330f4ea5326cfa71e9d2.debug 120777 root:root ../../usr/sbin/ubinize.debug /usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/a6523e3e0e59b904723460b76f0b1fad0f1064 120777 root:root ../../../../sbin/flash_otp_lock -/usr/lib/debug/.build-id/ee/a6523e3e0e59b904723460b76f0b1fad0f1064.debug 120777 root:root ../../usr/sbin/flash_otp_lock.debug -/usr/lib/debug/.build-id/f0 40755 root:root -/usr/lib/debug/.build-id/f0/1a99a695ce08d3d632862c9d392b3f7286477c 120777 root:root ../../../../sbin/mkfs.jffs2 -/usr/lib/debug/.build-id/f0/1a99a695ce08d3d632862c9d392b3f7286477c.debug 120777 root:root ../../usr/sbin/mkfs.jffs2.debug -/usr/lib/debug/.build-id/f1 40755 root:root -/usr/lib/debug/.build-id/f1/6a6a44a0a7968c441aad4e18113e367280f145 120777 root:root ../../../../sbin/ubirename -/usr/lib/debug/.build-id/f1/6a6a44a0a7968c441aad4e18113e367280f145.debug 120777 root:root ../../usr/sbin/ubirename.debug +/usr/lib/debug/.build-id/ee/7a147b34240fa73971725cf04cdfabccf6d0db 120777 root:root ../../../../sbin/rfddump +/usr/lib/debug/.build-id/ee/7a147b34240fa73971725cf04cdfabccf6d0db.debug 120777 root:root ../../usr/sbin/rfddump.debug +/usr/lib/debug/.build-id/f7 40755 root:root +/usr/lib/debug/.build-id/f7/8707d85e3ceb277eb0aa747b727ba2448e7a12 120777 root:root ../../../../sbin/rfdformat +/usr/lib/debug/.build-id/f7/8707d85e3ceb277eb0aa747b727ba2448e7a12.debug 120777 root:root ../../usr/sbin/rfdformat.debug +/usr/lib/debug/.build-id/fe 40755 root:root +/usr/lib/debug/.build-id/fe/b6c5019ca77f31a01a2a0d61454e707aefdf45 120777 root:root ../../../../sbin/recv_image +/usr/lib/debug/.build-id/fe/b6c5019ca77f31a01a2a0d61454e707aefdf45.debug 120777 root:root ../../usr/sbin/recv_image.debug /usr/lib/debug/usr/sbin/doc_loadbios.debug 100644 root:root @@ -273,3 +271,2 @@ Requires: debug64(liblzo2.so.2) -Requires: debug64(libm.so.6) Requires: debug64(libuuid.so.1) @@ -278,164 +275,162 @@ Provides: mtd-utils-debuginfo = 1.5.2-alt1 -File: /usr/lib/debug/.build-id/04 40755 root:root -File: /usr/lib/debug/.build-id/04/a0969a760f8e4144c6de0bf975cfc600ae957a 120777 root:root ../../../../sbin/flashcp -File: /usr/lib/debug/.build-id/04/a0969a760f8e4144c6de0bf975cfc600ae957a.debug 120777 root:root ../../usr/sbin/flashcp.debug File: /usr/lib/debug/.build-id/0a 40755 root:root -File: /usr/lib/debug/.build-id/0a/bff50bde0bd257da1ef3ec6460a214db2bcd9d 120777 root:root ../../../../sbin/ubiblock -File: /usr/lib/debug/.build-id/0a/bff50bde0bd257da1ef3ec6460a214db2bcd9d.debug 120777 root:root ../../usr/sbin/ubiblock.debug -File: /usr/lib/debug/.build-id/0b 40755 root:root -File: /usr/lib/debug/.build-id/0b/e85aef0e25f3602623bad9caa7a1406211ac03 120777 root:root ../../../../sbin/flash_otp_dump -File: /usr/lib/debug/.build-id/0b/e85aef0e25f3602623bad9caa7a1406211ac03.debug 120777 root:root ../../usr/sbin/flash_otp_dump.debug +File: /usr/lib/debug/.build-id/0a/cd7a189cc7fc04fa5f82ee2a4c0c71e2ae1d35 120777 root:root ../../../../sbin/ubiattach +File: /usr/lib/debug/.build-id/0a/cd7a189cc7fc04fa5f82ee2a4c0c71e2ae1d35.debug 120777 root:root ../../usr/sbin/ubiattach.debug +File: /usr/lib/debug/.build-id/15 40755 root:root +File: /usr/lib/debug/.build-id/15/c75fc17384d062edf6181c317ae33bbf3bd112 120777 root:root ../../../../sbin/ubimkvol +File: /usr/lib/debug/.build-id/15/c75fc17384d062edf6181c317ae33bbf3bd112.debug 120777 root:root ../../usr/sbin/ubimkvol.debug File: /usr/lib/debug/.build-id/17 40755 root:root -File: /usr/lib/debug/.build-id/17/de89ad4be09bf2cf260775759d2efd27c87456 120777 root:root ../../../../sbin/serve_image -File: /usr/lib/debug/.build-id/17/de89ad4be09bf2cf260775759d2efd27c87456.debug 120777 root:root ../../usr/sbin/serve_image.debug -File: /usr/lib/debug/.build-id/1b 40755 root:root -File: /usr/lib/debug/.build-id/1b/1d5283923e3403abc72149168dc5abda2d6ca4 120777 root:root ../../../../sbin/flash_otp_info -File: /usr/lib/debug/.build-id/1b/1d5283923e3403abc72149168dc5abda2d6ca4.debug 120777 root:root ../../usr/sbin/flash_otp_info.debug -File: /usr/lib/debug/.build-id/22 40755 root:root -File: /usr/lib/debug/.build-id/22/09138a0526f71d5d043f5920eae673dd1107b4 120777 root:root ../../../../sbin/flash_erase -File: /usr/lib/debug/.build-id/22/09138a0526f71d5d043f5920eae673dd1107b4.debug 120777 root:root ../../usr/sbin/flash_erase.debug +File: /usr/lib/debug/.build-id/17/ac48fc73f861f7f59b6efdebcab3b524e563d6 120777 root:root ../../../../sbin/sumtool +File: /usr/lib/debug/.build-id/17/ac48fc73f861f7f59b6efdebcab3b524e563d6.debug 120777 root:root ../../usr/sbin/sumtool.debug +File: /usr/lib/debug/.build-id/20 40755 root:root +File: /usr/lib/debug/.build-id/20/761d46595601d674f4b8b7778e81fd438669a2 120777 root:root ../../../../sbin/nandtest +File: /usr/lib/debug/.build-id/20/761d46595601d674f4b8b7778e81fd438669a2.debug 120777 root:root ../../usr/sbin/nandtest.debug File: /usr/lib/debug/.build-id/25 40755 root:root -File: /usr/lib/debug/.build-id/25/6c32481da28b2558bc3b0dfe96e0b18499ef25 120777 root:root ../../../../sbin/ftl_format -File: /usr/lib/debug/.build-id/25/6c32481da28b2558bc3b0dfe96e0b18499ef25.debug 120777 root:root ../../usr/sbin/ftl_format.debug -File: /usr/lib/debug/.build-id/32 40755 root:root -File: /usr/lib/debug/.build-id/32/30f02ea1e008347432bb1aaa5f7c79ab6c6d34 120777 root:root ../../../../sbin/flash_otp_write -File: /usr/lib/debug/.build-id/32/30f02ea1e008347432bb1aaa5f7c79ab6c6d34.debug 120777 root:root ../../usr/sbin/flash_otp_write.debug -File: /usr/lib/debug/.build-id/37 40755 root:root -File: /usr/lib/debug/.build-id/37/c4896126f51652a1f05fb3ca67decde7228fe1 120777 root:root ../../../../sbin/ubirmvol -File: /usr/lib/debug/.build-id/37/c4896126f51652a1f05fb3ca67decde7228fe1.debug 120777 root:root ../../usr/sbin/ubirmvol.debug -File: /usr/lib/debug/.build-id/39 40755 root:root -File: /usr/lib/debug/.build-id/39/92a675c50e42b7e316253000c14870daf0c964 120777 root:root ../../../../sbin/mtdpart -File: /usr/lib/debug/.build-id/39/92a675c50e42b7e316253000c14870daf0c964.debug 120777 root:root ../../usr/sbin/mtdpart.debug +File: /usr/lib/debug/.build-id/25/e0df9b787fc5c414b103a0aa063fdc912e5a78 120777 root:root ../../../../sbin/flash_otp_info +File: /usr/lib/debug/.build-id/25/e0df9b787fc5c414b103a0aa063fdc912e5a78.debug 120777 root:root ../../usr/sbin/flash_otp_info.debug +File: /usr/lib/debug/.build-id/30 40755 root:root +File: /usr/lib/debug/.build-id/30/0f323154adf84d70f61253c32205ccbf5e55b0 120777 root:root ../../../../sbin/flash_lock +File: /usr/lib/debug/.build-id/30/0f323154adf84d70f61253c32205ccbf5e55b0.debug 120777 root:root ../../usr/sbin/flash_lock.debug +File: /usr/lib/debug/.build-id/33 40755 root:root +File: /usr/lib/debug/.build-id/33/f1dfeaa09f5b4e4e9d8cea1bd20ab8f47c8ea9 120777 root:root ../../../../sbin/mtd_debug +File: /usr/lib/debug/.build-id/33/f1dfeaa09f5b4e4e9d8cea1bd20ab8f47c8ea9.debug 120777 root:root ../../usr/sbin/mtd_debug.debug +File: /usr/lib/debug/.build-id/36 40755 root:root +File: /usr/lib/debug/.build-id/36/7fdf69003af5c4810bd3b7e88369db3f7aaf9d 120777 root:root ../../../../sbin/nftl_format +File: /usr/lib/debug/.build-id/36/7fdf69003af5c4810bd3b7e88369db3f7aaf9d.debug 120777 root:root ../../usr/sbin/nftl_format.debug +File: /usr/lib/debug/.build-id/3b 40755 root:root +File: /usr/lib/debug/.build-id/3b/34ad641e6f533c70c2034957cd9b6a4731afa0 120777 root:root ../../../../sbin/ubidetach +File: /usr/lib/debug/.build-id/3b/34ad641e6f533c70c2034957cd9b6a4731afa0.debug 120777 root:root ../../usr/sbin/ubidetach.debug +File: /usr/lib/debug/.build-id/3b/eb2a5843c3fb7b08625271e33515f95f5788c0 120777 root:root ../../../../sbin/ubiblock +File: /usr/lib/debug/.build-id/3b/eb2a5843c3fb7b08625271e33515f95f5788c0.debug 120777 root:root ../../usr/sbin/ubiblock.debug +File: /usr/lib/debug/.build-id/43 40755 root:root +File: /usr/lib/debug/.build-id/43/4549e1d48860fb89d90d9f7be47ecddab13aa7 120777 root:root ../../../../sbin/jffs2dump +File: /usr/lib/debug/.build-id/43/4549e1d48860fb89d90d9f7be47ecddab13aa7.debug 120777 root:root ../../usr/sbin/jffs2dump.debug File: /usr/lib/debug/.build-id/44 40755 root:root -File: /usr/lib/debug/.build-id/44/5df7e4657ad21fa60c50b972704b2792e6c011 120777 root:root ../../../../sbin/ubiupdatevol -File: /usr/lib/debug/.build-id/44/5df7e4657ad21fa60c50b972704b2792e6c011.debug 120777 root:root ../../usr/sbin/ubiupdatevol.debug -File: /usr/lib/debug/.build-id/4f 40755 root:root -File: /usr/lib/debug/.build-id/4f/3cbbba593e7cc772343b3c104b82d8e76551bb 120777 root:root ../../../../sbin/ubiformat -File: /usr/lib/debug/.build-id/4f/3cbbba593e7cc772343b3c104b82d8e76551bb.debug 120777 root:root ../../usr/sbin/ubiformat.debug +File: /usr/lib/debug/.build-id/44/84fad9f3978ec552091da934ad77c133dfdf9c 120777 root:root ../../../../sbin/nandwrite +File: /usr/lib/debug/.build-id/44/84fad9f3978ec552091da934ad77c133dfdf9c.debug 120777 root:root ../../usr/sbin/nandwrite.debug +File: /usr/lib/debug/.build-id/49 40755 root:root +File: /usr/lib/debug/.build-id/49/f02c5bbe627286f45400839b5a7280510cec5a 120777 root:root ../../../../sbin/serve_image +File: /usr/lib/debug/.build-id/49/f02c5bbe627286f45400839b5a7280510cec5a.debug 120777 root:root ../../usr/sbin/serve_image.debug +File: /usr/lib/debug/.build-id/54 40755 root:root +File: /usr/lib/debug/.build-id/54/7484297a99ccafbaee5376b30793de24520db4 120777 root:root ../../../../sbin/ubirsvol +File: /usr/lib/debug/.build-id/54/7484297a99ccafbaee5376b30793de24520db4.debug 120777 root:root ../../usr/sbin/ubirsvol.debug File: /usr/lib/debug/.build-id/5d 40755 root:root -File: /usr/lib/debug/.build-id/5d/086d25e5e64b3e87cf9904f44c04bddc6de4d3 120777 root:root ../../../../sbin/doc_loadbios -File: /usr/lib/debug/.build-id/5d/086d25e5e64b3e87cf9904f44c04bddc6de4d3.debug 120777 root:root ../../usr/sbin/doc_loadbios.debug -File: /usr/lib/debug/.build-id/5d/ccdc6aabb37d6e8bf639d19e9189da29a74a29 120777 root:root ../../../../sbin/ubinize -File: /usr/lib/debug/.build-id/5d/ccdc6aabb37d6e8bf639d19e9189da29a74a29.debug 120777 root:root ../../usr/sbin/ubinize.debug -File: /usr/lib/debug/.build-id/5e 40755 root:root -File: /usr/lib/debug/.build-id/5e/6a1d3875e9d83af0794ba21a0e22fe509086a0 120777 root:root ../../../../sbin/nftl_format -File: /usr/lib/debug/.build-id/5e/6a1d3875e9d83af0794ba21a0e22fe509086a0.debug 120777 root:root ../../usr/sbin/nftl_format.debug -File: /usr/lib/debug/.build-id/62 40755 root:root -File: /usr/lib/debug/.build-id/62/1c0da33a1781a72152d3a18e100baffdccc69d 120777 root:root ../../../../sbin/ubinfo -File: /usr/lib/debug/.build-id/62/1c0da33a1781a72152d3a18e100baffdccc69d.debug 120777 root:root ../../usr/sbin/ubinfo.debug -File: /usr/lib/debug/.build-id/64 40755 root:root -File: /usr/lib/debug/.build-id/64/a83e789b5c6b8e4a7c309524a21dd29a92843d 120777 root:root ../../../../sbin/flash_lock -File: /usr/lib/debug/.build-id/64/a83e789b5c6b8e4a7c309524a21dd29a92843d.debug 120777 root:root ../../usr/sbin/flash_lock.debug -File: /usr/lib/debug/.build-id/65 40755 root:root -File: /usr/lib/debug/.build-id/65/4bf9896751478445af2d16afe60fb41dec7544 120777 root:root ../../../../sbin/nftldump -File: /usr/lib/debug/.build-id/65/4bf9896751478445af2d16afe60fb41dec7544.debug 120777 root:root ../../usr/sbin/nftldump.debug -File: /usr/lib/debug/.build-id/6e 40755 root:root -File: /usr/lib/debug/.build-id/6e/f4f2e6ddf5e36684e03e5b19f2c6bf653b59a3 120777 root:root ../../../../sbin/ftl_check -File: /usr/lib/debug/.build-id/6e/f4f2e6ddf5e36684e03e5b19f2c6bf653b59a3.debug 120777 root:root ../../usr/sbin/ftl_check.debug -File: /usr/lib/debug/.build-id/75 40755 root:root -File: /usr/lib/debug/.build-id/75/fa9c9ccd235fcbacc33ed12a052d89a158829a 120777 root:root ../../../../sbin/ubirsvol -File: /usr/lib/debug/.build-id/75/fa9c9ccd235fcbacc33ed12a052d89a158829a.debug 120777 root:root ../../usr/sbin/ubirsvol.debug -File: /usr/lib/debug/.build-id/78 40755 root:root -File: /usr/lib/debug/.build-id/78/802f56cb7af5a17e680aa0833f77fcdf01ab89 120777 root:root ../../../../sbin/nandwrite -File: /usr/lib/debug/.build-id/78/802f56cb7af5a17e680aa0833f77fcdf01ab89.debug 120777 root:root ../../usr/sbin/nandwrite.debug -File: /usr/lib/debug/.build-id/7f 40755 root:root -File: /usr/lib/debug/.build-id/7f/dc3ec1c712c6039ccda83abf76e32e2fcd5d9b 120777 root:root ../../../../sbin/rfdformat -File: /usr/lib/debug/.build-id/7f/dc3ec1c712c6039ccda83abf76e32e2fcd5d9b.debug 120777 root:root ../../usr/sbin/rfdformat.debug +File: /usr/lib/debug/.build-id/5d/5c700028c9ebcca5383705676ee3f5f9db7298 120777 root:root ../../../../sbin/jffs2reader +File: /usr/lib/debug/.build-id/5d/5c700028c9ebcca5383705676ee3f5f9db7298.debug 120777 root:root ../../usr/sbin/jffs2reader.debug +File: /usr/lib/debug/.build-id/6d 40755 root:root +File: /usr/lib/debug/.build-id/6d/1a817138f228e25243a4e0289d572c28703144 120777 root:root ../../../../sbin/ubirmvol +File: /usr/lib/debug/.build-id/6d/1a817138f228e25243a4e0289d572c28703144.debug 120777 root:root ../../usr/sbin/ubirmvol.debug +File: /usr/lib/debug/.build-id/81 40755 root:root +File: /usr/lib/debug/.build-id/81/bde520ea66fca74ad3e731f490053e776413f0 120777 root:root ../../../../sbin/flash_otp_dump +File: /usr/lib/debug/.build-id/81/bde520ea66fca74ad3e731f490053e776413f0.debug 120777 root:root ../../usr/sbin/flash_otp_dump.debug +File: /usr/lib/debug/.build-id/8d 40755 root:root +File: /usr/lib/debug/.build-id/8d/192a20fbc2bb43c21a8b95cc59a81346c0fa56 120777 root:root ../../../../sbin/mkfs.jffs2 +File: /usr/lib/debug/.build-id/8d/192a20fbc2bb43c21a8b95cc59a81346c0fa56.debug 120777 root:root ../../usr/sbin/mkfs.jffs2.debug +File: /usr/lib/debug/.build-id/90 40755 root:root +File: /usr/lib/debug/.build-id/90/aef5e0ef2be56bba23ba072bda8f218f22763b 120777 root:root ../../../../sbin/ubicrc32 +File: /usr/lib/debug/.build-id/90/aef5e0ef2be56bba23ba072bda8f218f22763b.debug 120777 root:root ../../usr/sbin/ubicrc32.debug File: /usr/lib/debug/.build-id/91 40755 root:root -File: /usr/lib/debug/.build-id/91/4b12926dda6335c6a90c5fa8ecda57d8870176 120777 root:root ../../../../sbin/mtdinfo -File: /usr/lib/debug/.build-id/91/4b12926dda6335c6a90c5fa8ecda57d8870176.debug 120777 root:root ../../usr/sbin/mtdinfo.debug -File: /usr/lib/debug/.build-id/91/64c50d6dc93ca42739615a8437b1abbb8e7802 120777 root:root ../../../../sbin/jffs2reader -File: /usr/lib/debug/.build-id/91/64c50d6dc93ca42739615a8437b1abbb8e7802.debug 120777 root:root ../../usr/sbin/jffs2reader.debug +File: /usr/lib/debug/.build-id/91/6569c2545353f137d2cd727bbe96870c85f844 120777 root:root ../../../../sbin/ubinfo +File: /usr/lib/debug/.build-id/91/6569c2545353f137d2cd727bbe96870c85f844.debug 120777 root:root ../../usr/sbin/ubinfo.debug +File: /usr/lib/debug/.build-id/91/82e52d609891f33af25f7faf7df78fb07e0af7 120777 root:root ../../../../sbin/mkfs.ubifs +File: /usr/lib/debug/.build-id/91/82e52d609891f33af25f7faf7df78fb07e0af7.debug 120777 root:root ../../usr/sbin/mkfs.ubifs.debug File: /usr/lib/debug/.build-id/96 40755 root:root -File: /usr/lib/debug/.build-id/96/daba5d6a4267da20faa438845aeedb0f2d8e70 120777 root:root ../../../../sbin/jffs2dump -File: /usr/lib/debug/.build-id/96/daba5d6a4267da20faa438845aeedb0f2d8e70.debug 120777 root:root ../../usr/sbin/jffs2dump.debug -File: /usr/lib/debug/.build-id/9a 40755 root:root -File: /usr/lib/debug/.build-id/9a/b655bf19be5df2a1eeaefac1201d3886936667 120777 root:root ../../../../sbin/ubidetach -File: /usr/lib/debug/.build-id/9a/b655bf19be5df2a1eeaefac1201d3886936667.debug 120777 root:root ../../usr/sbin/ubidetach.debug -File: /usr/lib/debug/.build-id/ae 40755 root:root -File: /usr/lib/debug/.build-id/ae/0a09948dc0f525fcc9c361a3f161d6c832fa38 120777 root:root ../../../../sbin/mkfs.ubifs -File: /usr/lib/debug/.build-id/ae/0a09948dc0f525fcc9c361a3f161d6c832fa38.debug 120777 root:root ../../usr/sbin/mkfs.ubifs.debug -File: /usr/lib/debug/.build-id/b3 40755 root:root -File: /usr/lib/debug/.build-id/b3/2c585f3d5272667daf3c7cac92fc28b8b8a175 120777 root:root ../../../../sbin/ubicrc32 -File: /usr/lib/debug/.build-id/b3/2c585f3d5272667daf3c7cac92fc28b8b8a175.debug 120777 root:root ../../usr/sbin/ubicrc32.debug -File: /usr/lib/debug/.build-id/bf 40755 root:root -File: /usr/lib/debug/.build-id/bf/cec30f8abd08b043efa6099da6a8b364d28ffc 120777 root:root ../../../../sbin/rfddump -File: /usr/lib/debug/.build-id/bf/cec30f8abd08b043efa6099da6a8b364d28ffc.debug 120777 root:root ../../usr/sbin/rfddump.debug -File: /usr/lib/debug/.build-id/c2 40755 root:root -File: /usr/lib/debug/.build-id/c2/8698b84d302e71ee7116a4825c2eebe5515eb8 120777 root:root ../../../../sbin/nanddump -File: /usr/lib/debug/.build-id/c2/8698b84d302e71ee7116a4825c2eebe5515eb8.debug 120777 root:root ../../usr/sbin/nanddump.debug -File: /usr/lib/debug/.build-id/c4 40755 root:root -File: /usr/lib/debug/.build-id/c4/88d8edacd146ad0381a58468128204827ffe58 120777 root:root ../../../../sbin/ubiattach -File: /usr/lib/debug/.build-id/c4/88d8edacd146ad0381a58468128204827ffe58.debug 120777 root:root ../../usr/sbin/ubiattach.debug -File: /usr/lib/debug/.build-id/ce 40755 root:root -File: /usr/lib/debug/.build-id/ce/d448fafb0b11d0a9d6b042b2c975d394d0c63f 120777 root:root ../../../../sbin/docfdisk -File: /usr/lib/debug/.build-id/ce/d448fafb0b11d0a9d6b042b2c975d394d0c63f.debug 120777 root:root ../../usr/sbin/docfdisk.debug -File: /usr/lib/debug/.build-id/d0 40755 root:root -File: /usr/lib/debug/.build-id/d0/20d15a42143485b6c10b90d1c9f00e77b8632d 120777 root:root ../../../../sbin/recv_image -File: /usr/lib/debug/.build-id/d0/20d15a42143485b6c10b90d1c9f00e77b8632d.debug 120777 root:root ../../usr/sbin/recv_image.debug -File: /usr/lib/debug/.build-id/d1 40755 root:root -File: /usr/lib/debug/.build-id/d1/a7031c36b5c3bd67dcd536e5489c31da2dc7d4 120777 root:root ../../../../sbin/nandtest -File: /usr/lib/debug/.build-id/d1/a7031c36b5c3bd67dcd536e5489c31da2dc7d4.debug 120777 root:root ../../usr/sbin/nandtest.debug -File: /usr/lib/debug/.build-id/d7 40755 root:root -File: /usr/lib/debug/.build-id/d7/7fcfc66aed4ed7739baa78321834c1ca390878 120777 root:root ../../../../sbin/sumtool -File: /usr/lib/debug/.build-id/d7/7fcfc66aed4ed7739baa78321834c1ca390878.debug 120777 root:root ../../usr/sbin/sumtool.debug -File: /usr/lib/debug/.build-id/e2 40755 root:root -File: /usr/lib/debug/.build-id/e2/7efeb3ca7177bf32a1ac25fe9eb9b773c2904a 120777 root:root ../../../../sbin/flash_unlock -File: /usr/lib/debug/.build-id/e2/7efeb3ca7177bf32a1ac25fe9eb9b773c2904a.debug 120777 root:root ../../usr/sbin/flash_unlock.debug +File: /usr/lib/debug/.build-id/96/00358914ab0d1deeaa9686661e1ae452c01a09 120777 root:root ../../../../sbin/ubirename +File: /usr/lib/debug/.build-id/96/00358914ab0d1deeaa9686661e1ae452c01a09.debug 120777 root:root ../../usr/sbin/ubirename.debug +File: /usr/lib/debug/.build-id/97 40755 root:root +File: /usr/lib/debug/.build-id/97/649fa17f56fa079e485fe160538c0bfd730ca4 120777 root:root ../../../../sbin/flash_otp_lock +File: /usr/lib/debug/.build-id/97/649fa17f56fa079e485fe160538c0bfd730ca4.debug 120777 root:root ../../usr/sbin/flash_otp_lock.debug +File: /usr/lib/debug/.build-id/9e 40755 root:root +File: /usr/lib/debug/.build-id/9e/d6d7fc550b897158588bbbeff6a51b2f948c33 120777 root:root ../../../../sbin/flash_erase +File: /usr/lib/debug/.build-id/9e/d6d7fc550b897158588bbbeff6a51b2f948c33.debug 120777 root:root ../../usr/sbin/flash_erase.debug +File: /usr/lib/debug/.build-id/a3 40755 root:root +File: /usr/lib/debug/.build-id/a3/88929ad9f4f8ceecfc6f237e726067f138a718 120777 root:root ../../../../sbin/nanddump +File: /usr/lib/debug/.build-id/a3/88929ad9f4f8ceecfc6f237e726067f138a718.debug 120777 root:root ../../usr/sbin/nanddump.debug +File: /usr/lib/debug/.build-id/a7 40755 root:root +File: /usr/lib/debug/.build-id/a7/18d3488835094dccf2773cf1587760f491c8c8 120777 root:root ../../../../sbin/flash_unlock +File: /usr/lib/debug/.build-id/a7/18d3488835094dccf2773cf1587760f491c8c8.debug 120777 root:root ../../usr/sbin/flash_unlock.debug +File: /usr/lib/debug/.build-id/aa 40755 root:root +File: /usr/lib/debug/.build-id/aa/fdeb11d044265c26c1170ffc1e2ba4f4761c07 120777 root:root ../../../../sbin/ubiupdatevol +File: /usr/lib/debug/.build-id/aa/fdeb11d044265c26c1170ffc1e2ba4f4761c07.debug 120777 root:root ../../usr/sbin/ubiupdatevol.debug +File: /usr/lib/debug/.build-id/b2 40755 root:root +File: /usr/lib/debug/.build-id/b2/e2956379926fdd5c84637296df51f7c20414a3 120777 root:root ../../../../sbin/ubiformat +File: /usr/lib/debug/.build-id/b2/e2956379926fdd5c84637296df51f7c20414a3.debug 120777 root:root ../../usr/sbin/ubiformat.debug +File: /usr/lib/debug/.build-id/ba 40755 root:root +File: /usr/lib/debug/.build-id/ba/b57d4e072d786d4641daa74a4d36f6faba781f 120777 root:root ../../../../sbin/docfdisk +File: /usr/lib/debug/.build-id/ba/b57d4e072d786d4641daa74a4d36f6faba781f.debug 120777 root:root ../../usr/sbin/docfdisk.debug +File: /usr/lib/debug/.build-id/cb 40755 root:root +File: /usr/lib/debug/.build-id/cb/d3e45968f56c89716232bf1a5ca0b8673e5129 120777 root:root ../../../../sbin/ftl_check +File: /usr/lib/debug/.build-id/cb/d3e45968f56c89716232bf1a5ca0b8673e5129.debug 120777 root:root ../../usr/sbin/ftl_check.debug +File: /usr/lib/debug/.build-id/cf 40755 root:root +File: /usr/lib/debug/.build-id/cf/d5d2b83f0357856378e7a4a02d719831f230f3 120777 root:root ../../../../sbin/flashcp +File: /usr/lib/debug/.build-id/cf/d5d2b83f0357856378e7a4a02d719831f230f3.debug 120777 root:root ../../usr/sbin/flashcp.debug +File: /usr/lib/debug/.build-id/d2 40755 root:root +File: /usr/lib/debug/.build-id/d2/36184a841955684183cadab799697536288b58 120777 root:root ../../../../sbin/doc_loadbios +File: /usr/lib/debug/.build-id/d2/36184a841955684183cadab799697536288b58.debug 120777 root:root ../../usr/sbin/doc_loadbios.debug +File: /usr/lib/debug/.build-id/d2/c0e1abfb5f19a3ca5ac7e58fcd94f285aa8bb6 120777 root:root ../../../../sbin/ftl_format +File: /usr/lib/debug/.build-id/d2/c0e1abfb5f19a3ca5ac7e58fcd94f285aa8bb6.debug 120777 root:root ../../usr/sbin/ftl_format.debug +File: /usr/lib/debug/.build-id/da 40755 root:root +File: /usr/lib/debug/.build-id/da/776b4e5e1c2e3d01d2dca66b1056f7be77afc9 120777 root:root ../../../../sbin/flash_otp_write +File: /usr/lib/debug/.build-id/da/776b4e5e1c2e3d01d2dca66b1056f7be77afc9.debug 120777 root:root ../../usr/sbin/flash_otp_write.debug +File: /usr/lib/debug/.build-id/e1 40755 root:root +File: /usr/lib/debug/.build-id/e1/bc0bbcf276eb546bd0f0b69f1e52b57f7791be 120777 root:root ../../../../sbin/mtdpart +File: /usr/lib/debug/.build-id/e1/bc0bbcf276eb546bd0f0b69f1e52b57f7791be.debug 120777 root:root ../../usr/sbin/mtdpart.debug +File: /usr/lib/debug/.build-id/e4 40755 root:root +File: /usr/lib/debug/.build-id/e4/e4ad02e07fe21316b09221152d995dcba89b5c 120777 root:root ../../../../sbin/nftldump +File: /usr/lib/debug/.build-id/e4/e4ad02e07fe21316b09221152d995dcba89b5c.debug 120777 root:root ../../usr/sbin/nftldump.debug +File: /usr/lib/debug/.build-id/e4/ea5d1fcbec1322e8cf56fe8cd2d0f161952d1f 120777 root:root ../../../../sbin/mtdinfo +File: /usr/lib/debug/.build-id/e4/ea5d1fcbec1322e8cf56fe8cd2d0f161952d1f.debug 120777 root:root ../../usr/sbin/mtdinfo.debug File: /usr/lib/debug/.build-id/e6 40755 root:root -File: /usr/lib/debug/.build-id/e6/f797cab3ce8d21b64cda0ae282a68f586e6ff1 120777 root:root ../../../../sbin/mtd_debug -File: /usr/lib/debug/.build-id/e6/f797cab3ce8d21b64cda0ae282a68f586e6ff1.debug 120777 root:root ../../usr/sbin/mtd_debug.debug -File: /usr/lib/debug/.build-id/eb 40755 root:root -File: /usr/lib/debug/.build-id/eb/aa4cb4e7e8ff17a0c8c2ad1bc65ef17f67b2e5 120777 root:root ../../../../sbin/ubimkvol -File: /usr/lib/debug/.build-id/eb/aa4cb4e7e8ff17a0c8c2ad1bc65ef17f67b2e5.debug 120777 root:root ../../usr/sbin/ubimkvol.debug +File: /usr/lib/debug/.build-id/e6/4168fcbab8e6b5bbb7330f4ea5326cfa71e9d2 120777 root:root ../../../../sbin/ubinize +File: /usr/lib/debug/.build-id/e6/4168fcbab8e6b5bbb7330f4ea5326cfa71e9d2.debug 120777 root:root ../../usr/sbin/ubinize.debug File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/a6523e3e0e59b904723460b76f0b1fad0f1064 120777 root:root ../../../../sbin/flash_otp_lock -File: /usr/lib/debug/.build-id/ee/a6523e3e0e59b904723460b76f0b1fad0f1064.debug 120777 root:root ../../usr/sbin/flash_otp_lock.debug -File: /usr/lib/debug/.build-id/f0 40755 root:root -File: /usr/lib/debug/.build-id/f0/1a99a695ce08d3d632862c9d392b3f7286477c 120777 root:root ../../../../sbin/mkfs.jffs2 -File: /usr/lib/debug/.build-id/f0/1a99a695ce08d3d632862c9d392b3f7286477c.debug 120777 root:root ../../usr/sbin/mkfs.jffs2.debug -File: /usr/lib/debug/.build-id/f1 40755 root:root -File: /usr/lib/debug/.build-id/f1/6a6a44a0a7968c441aad4e18113e367280f145 120777 root:root ../../../../sbin/ubirename -File: /usr/lib/debug/.build-id/f1/6a6a44a0a7968c441aad4e18113e367280f145.debug 120777 root:root ../../usr/sbin/ubirename.debug -File: /usr/lib/debug/usr/sbin/doc_loadbios.debug 100644 root:root 5fe07d64bd80e0e6dfe5f9c5118e0902 -File: /usr/lib/debug/usr/sbin/docfdisk.debug 100644 root:root 632ae0e9421be27967b00964f0df341a -File: /usr/lib/debug/usr/sbin/flash_erase.debug 100644 root:root c91cd35d7eaab9a91bdae29eff2cda4f -File: /usr/lib/debug/usr/sbin/flash_lock.debug 100644 root:root 5c0eafb5f4f257d89a96fe6c8028edfe -File: /usr/lib/debug/usr/sbin/flash_otp_dump.debug 100644 root:root 3bf6b485dc5b579a9c05e0d8190b549a -File: /usr/lib/debug/usr/sbin/flash_otp_info.debug 100644 root:root b91e7d5b6a58751690765c38d8ea5bc1 -File: /usr/lib/debug/usr/sbin/flash_otp_lock.debug 100644 root:root 337257bb7c557830c547cbe1738ed868 -File: /usr/lib/debug/usr/sbin/flash_otp_write.debug 100644 root:root d37e534bd66ec3eabf6ff2170f667c3e -File: /usr/lib/debug/usr/sbin/flash_unlock.debug 100644 root:root 28cb10db1a21081e05363ce60f9ff3e0 -File: /usr/lib/debug/usr/sbin/flashcp.debug 100644 root:root a2a36bd9f350fbf063729f77b248108e -File: /usr/lib/debug/usr/sbin/ftl_check.debug 100644 root:root fddcdc415463e39bca74aa622116fb26 -File: /usr/lib/debug/usr/sbin/ftl_format.debug 100644 root:root 714aff2d6595b38a6fcfb64f66729490 -File: /usr/lib/debug/usr/sbin/jffs2dump.debug 100644 root:root 405c2069333ab9c62d0407c8c3ccb54b -File: /usr/lib/debug/usr/sbin/jffs2reader.debug 100644 root:root 3127b450763121ddcfb8da308b1d3b3a -File: /usr/lib/debug/usr/sbin/mkfs.jffs2.debug 100644 root:root 0aea0afc22423235b9cc0c451df747fa -File: /usr/lib/debug/usr/sbin/mkfs.ubifs.debug 100644 root:root d012367eef2c63171d5de62be54b1925 -File: /usr/lib/debug/usr/sbin/mtd_debug.debug 100644 root:root f4c251ff151525a9c5cd970928608342 -File: /usr/lib/debug/usr/sbin/mtdinfo.debug 100644 root:root 184b6918cdcc75eb569c79ffe5b3dec1 -File: /usr/lib/debug/usr/sbin/mtdpart.debug 100644 root:root 9295422aa41b1aa394e1d11cb92cce90 -File: /usr/lib/debug/usr/sbin/nanddump.debug 100644 root:root f0cb93edf89edfc14ee0775c24fe2393 -File: /usr/lib/debug/usr/sbin/nandtest.debug 100644 root:root 300214f8ce113abe5e7bbeab46fd7d01 -File: /usr/lib/debug/usr/sbin/nandwrite.debug 100644 root:root 5c1e338d6cb9f65ad2f99984901a7114 -File: /usr/lib/debug/usr/sbin/nftl_format.debug 100644 root:root 2d3a8533af9aeaa03ba83e0ce73691e4 -File: /usr/lib/debug/usr/sbin/nftldump.debug 100644 root:root 85e8d0b18cd49a1095625bdc67eab886 -File: /usr/lib/debug/usr/sbin/recv_image.debug 100644 root:root 247bddb73da9dbb3027ef357addc209c -File: /usr/lib/debug/usr/sbin/rfddump.debug 100644 root:root 0d9713ff30db8f0ad1951170686e7673 -File: /usr/lib/debug/usr/sbin/rfdformat.debug 100644 root:root a49816b52f2806d29805dbe8e3bb4d44 -File: /usr/lib/debug/usr/sbin/serve_image.debug 100644 root:root ba2acdfdb8cff7d6ee7ce84e5c4c9c09 -File: /usr/lib/debug/usr/sbin/sumtool.debug 100644 root:root 34311d10e56e5c25aae15735a1c7d12a -File: /usr/lib/debug/usr/sbin/ubiattach.debug 100644 root:root 2a1ce75b1107ab7772096b47417ecec2 -File: /usr/lib/debug/usr/sbin/ubiblock.debug 100644 root:root 5674126f21ecee03572895b9e018851f -File: /usr/lib/debug/usr/sbin/ubicrc32.debug 100644 root:root ef8f4f91cb8441f903ac708846ea3f37 -File: /usr/lib/debug/usr/sbin/ubidetach.debug 100644 root:root ab791977f81c09713f05a2cb6660932b -File: /usr/lib/debug/usr/sbin/ubiformat.debug 100644 root:root 4ee5c7fd21b61e63948b6957dbf0b2e4 -File: /usr/lib/debug/usr/sbin/ubimkvol.debug 100644 root:root 06473d3a6a8739082eab91c25504d9fc -File: /usr/lib/debug/usr/sbin/ubinfo.debug 100644 root:root 3889ca71cab58ea076c63892f12b661d -File: /usr/lib/debug/usr/sbin/ubinize.debug 100644 root:root 9ea8b39e71836a60b975eaba4582b653 -File: /usr/lib/debug/usr/sbin/ubirename.debug 100644 root:root 21e384b275ba8bf69153b788a2895c43 -File: /usr/lib/debug/usr/sbin/ubirmvol.debug 100644 root:root b8f986c63ffa0de9a3e78a9df6c650f8 -File: /usr/lib/debug/usr/sbin/ubirsvol.debug 100644 root:root c3a809c49a35099a5de9940468ca3b14 -File: /usr/lib/debug/usr/sbin/ubiupdatevol.debug 100644 root:root b0191681abeff185fe94e37693854249 +File: /usr/lib/debug/.build-id/ee/7a147b34240fa73971725cf04cdfabccf6d0db 120777 root:root ../../../../sbin/rfddump +File: /usr/lib/debug/.build-id/ee/7a147b34240fa73971725cf04cdfabccf6d0db.debug 120777 root:root ../../usr/sbin/rfddump.debug +File: /usr/lib/debug/.build-id/f7 40755 root:root +File: /usr/lib/debug/.build-id/f7/8707d85e3ceb277eb0aa747b727ba2448e7a12 120777 root:root ../../../../sbin/rfdformat +File: /usr/lib/debug/.build-id/f7/8707d85e3ceb277eb0aa747b727ba2448e7a12.debug 120777 root:root ../../usr/sbin/rfdformat.debug +File: /usr/lib/debug/.build-id/fe 40755 root:root +File: /usr/lib/debug/.build-id/fe/b6c5019ca77f31a01a2a0d61454e707aefdf45 120777 root:root ../../../../sbin/recv_image +File: /usr/lib/debug/.build-id/fe/b6c5019ca77f31a01a2a0d61454e707aefdf45.debug 120777 root:root ../../usr/sbin/recv_image.debug +File: /usr/lib/debug/usr/sbin/doc_loadbios.debug 100644 root:root 067dd2aa5e85bc72f33f8cc4bcc7a3bf +File: /usr/lib/debug/usr/sbin/docfdisk.debug 100644 root:root 809ec0cd7ed91677fa9e7ad85554479e +File: /usr/lib/debug/usr/sbin/flash_erase.debug 100644 root:root 96af5f5f8fe52bdfbd58f1da26ad7c16 +File: /usr/lib/debug/usr/sbin/flash_lock.debug 100644 root:root 6374db5ccde6ee7ba8ffbc90710d545a +File: /usr/lib/debug/usr/sbin/flash_otp_dump.debug 100644 root:root 7379e7f17a657f45c90a3384ab5da219 +File: /usr/lib/debug/usr/sbin/flash_otp_info.debug 100644 root:root cd1196bf6c2fb4707f131b362d71dfad +File: /usr/lib/debug/usr/sbin/flash_otp_lock.debug 100644 root:root 92f575e65740c0a55044ae520850c667 +File: /usr/lib/debug/usr/sbin/flash_otp_write.debug 100644 root:root 0402e954c406dd646ed182bccc24ff3e +File: /usr/lib/debug/usr/sbin/flash_unlock.debug 100644 root:root b890f527f0f74568ba2b59492b057373 +File: /usr/lib/debug/usr/sbin/flashcp.debug 100644 root:root a24998caa6a5cfb57a57fde2fc522d41 +File: /usr/lib/debug/usr/sbin/ftl_check.debug 100644 root:root 8c79799e785c0256018e3d80941b7f53 +File: /usr/lib/debug/usr/sbin/ftl_format.debug 100644 root:root 8bb920e6b9cf2aa060b0581cc47aacab +File: /usr/lib/debug/usr/sbin/jffs2dump.debug 100644 root:root cd67c7df6b6d96e902018fb344c9f2ec +File: /usr/lib/debug/usr/sbin/jffs2reader.debug 100644 root:root 2b28842720636184027118060aef0fb0 +File: /usr/lib/debug/usr/sbin/mkfs.jffs2.debug 100644 root:root 67df186192b32cdf7c3231a7ef39f6c4 +File: /usr/lib/debug/usr/sbin/mkfs.ubifs.debug 100644 root:root 8b75777bee49c0f0f53a744da1b069db +File: /usr/lib/debug/usr/sbin/mtd_debug.debug 100644 root:root 656f586f5ed6a60c8a12296c441d4524 +File: /usr/lib/debug/usr/sbin/mtdinfo.debug 100644 root:root 9849b7ca06435965268ceb2c0d6891d4 +File: /usr/lib/debug/usr/sbin/mtdpart.debug 100644 root:root ff41b527decd12f44e4d7476b126e590 +File: /usr/lib/debug/usr/sbin/nanddump.debug 100644 root:root 733fe153e907d241be45e2346d4a83df +File: /usr/lib/debug/usr/sbin/nandtest.debug 100644 root:root 8db06a6d14395bb0ac9ca97030354e13 +File: /usr/lib/debug/usr/sbin/nandwrite.debug 100644 root:root 7afb491524e8e5da1c169b28b7c055de +File: /usr/lib/debug/usr/sbin/nftl_format.debug 100644 root:root b9fe23d5e9a28b1427eb35fec0dff9a8 +File: /usr/lib/debug/usr/sbin/nftldump.debug 100644 root:root bfa55789242a31ad1e1edde0c99b1bce +File: /usr/lib/debug/usr/sbin/recv_image.debug 100644 root:root e9f6ddf085fbf8b69e9694d9fb8f1859 +File: /usr/lib/debug/usr/sbin/rfddump.debug 100644 root:root 039fa09b05bc19ca70865073b10ab137 +File: /usr/lib/debug/usr/sbin/rfdformat.debug 100644 root:root 101560b024f9455bdfd9ae1c2d8bad94 +File: /usr/lib/debug/usr/sbin/serve_image.debug 100644 root:root 88fe2d1fe1e4141a0df7bcdfab2d2dbb +File: /usr/lib/debug/usr/sbin/sumtool.debug 100644 root:root ea7c74a2d5feee9d7399503c48d3f0aa +File: /usr/lib/debug/usr/sbin/ubiattach.debug 100644 root:root e63ff9cf170c9264b67230dcc14dfba4 +File: /usr/lib/debug/usr/sbin/ubiblock.debug 100644 root:root c39331ff7b6eedf2921197f4b37adba2 +File: /usr/lib/debug/usr/sbin/ubicrc32.debug 100644 root:root 794945f560b4ce8785bd104ca2898b91 +File: /usr/lib/debug/usr/sbin/ubidetach.debug 100644 root:root 9fa8b078a73f849742fc7b0a2a5b2fe6 +File: /usr/lib/debug/usr/sbin/ubiformat.debug 100644 root:root 6de8d617ea8674b9ee865e4bb8e4a7de +File: /usr/lib/debug/usr/sbin/ubimkvol.debug 100644 root:root d988f84fb26a417af35ad99cbfb3b081 +File: /usr/lib/debug/usr/sbin/ubinfo.debug 100644 root:root d7ed55fc1d64f75616d3ce23ab2c1c26 +File: /usr/lib/debug/usr/sbin/ubinize.debug 100644 root:root ce3528b9dc507e87dd1308bb6be89db2 +File: /usr/lib/debug/usr/sbin/ubirename.debug 100644 root:root 169c1a391f023be28878be7426601017 +File: /usr/lib/debug/usr/sbin/ubirmvol.debug 100644 root:root 0b758bc6ed9a358fde2a218f8ca339b1 +File: /usr/lib/debug/usr/sbin/ubirsvol.debug 100644 root:root a66a322e329fde4bf6bc302c914fde2d +File: /usr/lib/debug/usr/sbin/ubiupdatevol.debug 100644 root:root e04a553d1d97ee241b7f25bccd9236d9 File: /usr/src/debug/mtd-utils-1.5.2 40755 root:root @@ -546,2 +541,2 @@ File: /usr/src/debug/mtd-utils-1.5.2/ubi-utils/ubiutils-common.c 100644 root:root 4684178fdf8c416b8d6d0a5b51b80a01 -RPMIdentity: e949930bfe44c7442ad576641f26478b722e0a7cae0d1a05dec4df8431e8cbffe81cbe34214fbde4ae37cc2945ce5b37d5e458938e12b95195aa72cf31712a5f +RPMIdentity: 714e31a3a2af4e1ffb772d15834b64358d27c7ea9d1bc72fae231dccd747f10831e38205aaf07b6f298b00c4f84c1d1f434222ffa657e185a4be47f57c730299