<86>Aug  4 11:12:19 userdel[3882525]: delete user 'rooter'
<86>Aug  4 11:12:19 userdel[3882525]: removed group 'rooter' owned by 'rooter'
<86>Aug  4 11:12:19 userdel[3882525]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  4 11:12:19 groupadd[3882546]: group added to /etc/group: name=rooter, GID=1799
<86>Aug  4 11:12:19 groupadd[3882546]: group added to /etc/gshadow: name=rooter
<86>Aug  4 11:12:19 groupadd[3882546]: new group: name=rooter, GID=1799
<86>Aug  4 11:12:19 useradd[3882565]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash
<86>Aug  4 11:12:19 userdel[3882598]: delete user 'builder'
<86>Aug  4 11:12:19 userdel[3882598]: removed group 'builder' owned by 'builder'
<86>Aug  4 11:12:19 userdel[3882598]: removed shadow group 'builder' owned by 'builder'
<86>Aug  4 11:12:19 groupadd[3882624]: group added to /etc/group: name=builder, GID=1800
<86>Aug  4 11:12:19 groupadd[3882624]: group added to /etc/gshadow: name=builder
<86>Aug  4 11:12:19 groupadd[3882624]: new group: name=builder, GID=1800
<86>Aug  4 11:12:19 useradd[3882646]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash
<13>Aug  4 11:12:22 rpmi: liblzo2-2.10-alt1 sisyphus+225108.100.1.1 1552705748 installed
<13>Aug  4 11:12:22 rpmi: liblzo2-devel-2.10-alt1 sisyphus+225108.100.1.1 1552705748 installed
<13>Aug  4 11:12:22 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed
<13>Aug  4 11:12:22 rpmi: libuuid-devel-2.33.2-alt2 p9+254003.100.1.1 1593108026 installed
<13>Aug  4 11:12:22 rpmi: liblzma-devel-5.2.5-alt1 p9+268339.40.3.1 1616664413 installed
<13>Aug  4 11:12:22 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.38547
+ 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.74426
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mtd-utils-1.5.2
+ make -j16
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      doc_loadbios.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      ftl_format.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
  mtd->major = major(st.st_rdev);
             ^~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                    
lib/libmtd_legacy.c:255:13: warning: In the GNU C Library, "minor" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
  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      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      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      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_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      ftl_check.o
ftl_check.c: In function 'check_partition':
ftl_check.c:97:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
   read(fd, &hdr, sizeof(hdr));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      flash_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      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_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      flash_otp_dump.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      flash_otp_lock.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      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      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_otp_write.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      flash_otp_info.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      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      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      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      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      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      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      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      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      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      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      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      serve_image.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      mkfs.ubifs/compr.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      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      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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
  mjr = major(st.st_rdev);
             ^~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                           
lib/libmtd.c:447:13: warning: In the GNU C Library, "minor" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
  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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
  mjr = major(st.st_rdev);
             ^~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                           
lib/libmtd.c:1396:13: warning: In the GNU C Library, "minor" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
  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      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      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      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      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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "makedev", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "makedev", you should undefine it after including <sys/types.h>.
   nh_elt->dev = makedev(major, minor);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                    
mkfs.ubifs/devtable.c:240:13: warning: In the GNU C Library, "major" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
    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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
mkfs.ubifs/devtable.c:265:13: warning: In the GNU C Library, "makedev" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "makedev", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "makedev", you should undefine it after including <sys/types.h>.
    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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
            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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.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      ubi-utils/ubiutils-common.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      ubi-utils/ubirmvol.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      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      jffs2reader.o
jffs2reader.c: In function 'printdir':
jffs2reader.c:358:13: warning: In the GNU C Library, "major" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
    printf("%4d, %3d ", major(rdev), minor(rdev));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                   
jffs2reader.c:358:13: warning: In the GNU C Library, "minor" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
    printf("%4d, %3d ", major(rdev), minor(rdev));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                   
jffs2reader.c: In function 'catfile':
jffs2reader.c:853:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  write(1, b, *rsize);
  ^~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      mkfs.ubifs/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      ubi-utils/ubicrc32.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      ubi-utils/ubidetach.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      ubi-utils/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      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'
  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/dictionary.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "makedev", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "makedev", you should undefine it after including <sys/types.h>.
    entry->sb.st_rdev = makedev(major, minor);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                             
mkfs.jffs2.c:507:13: warning: In the GNU C Library, "makedev" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "makedev", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "makedev", you should undefine it after including <sys/types.h>.
       rdev = makedev(major, minor + (i - start) * increment);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                             
mkfs.jffs2.c:514:13: warning: In the GNU C Library, "makedev" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "makedev", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "makedev", you should undefine it after including <sys/types.h>.
      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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
    minor(statbuf->st_rdev));
             ^~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                        
mkfs.jffs2.c:949:13: warning: In the GNU C Library, "minor" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
    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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
        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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
        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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
        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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
        minor(e->sb.st_rdev), (int) e->sb.st_uid,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                    
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      ubi-utils/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/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/libscan.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      ftl_format
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  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      doc_loadbios
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      ftl_check
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  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'
  LD      nanddump
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      flash_unlock
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      flash_otp_info
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      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_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_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_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'
  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'
  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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
  major = major(st.st_rdev);
             ^~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                         
ubi-utils/libubi.c:384:13: warning: In the GNU C Library, "minor" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
  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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
  major = major(st.st_rdev);
             ^~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                         
ubi-utils/libubi.c:453:13: warning: In the GNU C Library, "minor" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
  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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
  major = major(sb.st_rdev);
             ^~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                         
ubi-utils/libubi.c:742:13: warning: In the GNU C Library, "minor" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
  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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
  major = major(st.st_rdev);
             ^~~~~~~~~~~~~~~                                                                                                                                                                                                                                                                                                                                                         
ubi-utils/libubi.c:882:13: warning: In the GNU C Library, "minor" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
  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'
  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'
  CC      ubi-utils/ubinize.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      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      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      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      jffs2dump
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      nftldump
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      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'
  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/libubigen.a
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      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'
  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'
  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'
  AR      ubi-utils/libscan.a
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      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      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      rfdformat
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      recv_image
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      sumtool
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      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/ubicrc32
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      ubi-utils/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/ubinfo
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      ubi-utils/ubidetach
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  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/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/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/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'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  CC      ubi-utils/ubiformat.o
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
make: Entering directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
  LD      ubi-utils/ubiformat
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "major", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "major", you should undefine it after including <sys/types.h>.
  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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "minor", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "minor", you should undefine it after including <sys/types.h>.
  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 <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "makedev", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "makedev", you should undefine it after including <sys/types.h>.
  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'
  LD      mkfs.ubifs/mkfs.ubifs
make: Leaving directory '/usr/src/RPM/BUILD/mtd-utils-1.5.2'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.98210
+ 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.36222
+ 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.kL5sA4
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.0CIXrZ
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.KEzOZ6
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.ErEs3h
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qUl7zw
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)
12.48user 14.30system 0:15.06elapsed 177%CPU (0avgtext+0avgdata 47588maxresident)k
0inputs+0outputs (0major+2508338minor)pagefaults 0swaps
3.05user 2.33system 0:22.93elapsed 23%CPU (0avgtext+0avgdata 135372maxresident)k
56inputs+0outputs (0major+195717minor)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	2024-08-04 11:12:39.973860092 +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	d68a6814a373252d9fbb9977dc06abf9	
+File: /usr/sbin/docfdisk	100755	root:root	51478104d7ff95e03bae67ec185056ad	
+File: /usr/sbin/flash_erase	100755	root:root	acd7b7afb732aad3c0da452fc2e3da1f	
 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	0fb239f54b09b33b59b488a35037e82d	
+File: /usr/sbin/flash_otp_dump	100755	root:root	92ca1e6209761f464641efb705761ce9	
+File: /usr/sbin/flash_otp_info	100755	root:root	92deabbef3ca1d180bb3fe44d99f906d	
+File: /usr/sbin/flash_otp_lock	100755	root:root	5c5e37b38c45a5ee7a7df0f95edd93fe	
+File: /usr/sbin/flash_otp_write	100755	root:root	70ae9da9a39f889b52395245b7bea892	
+File: /usr/sbin/flash_unlock	100755	root:root	19f1229ce26d8a8318c51230deffb1ed	
+File: /usr/sbin/flashcp	100755	root:root	b3dbee0d271adaf28adc4bef03e15466	
+File: /usr/sbin/ftl_check	100755	root:root	dd4050a272a51eebd85ee43edeb284f5	
+File: /usr/sbin/ftl_format	100755	root:root	a22b56ed4c6f00141752a029087d6196	
+File: /usr/sbin/jffs2dump	100755	root:root	2a8139a5b19b1a4ebdcd571cf32ac64a	
+File: /usr/sbin/jffs2reader	100755	root:root	031a3ecc0674d045fd27dcf1f326a71a	
+File: /usr/sbin/mkfs.jffs2	100755	root:root	4d2f23bcdf6260b4aa167d2b392185da	
+File: /usr/sbin/mkfs.ubifs	100755	root:root	610ca05c736e2fb196a388658f457673	
+File: /usr/sbin/mtd_debug	100755	root:root	6c868f92b6bcf488eee26cf1506ec3a1	
+File: /usr/sbin/mtdinfo	100755	root:root	20798923c31a8f90fabb70b3b13cb18b	
+File: /usr/sbin/mtdpart	100755	root:root	47e3c9891660aff23fdab3058e41dd20	
+File: /usr/sbin/nanddump	100755	root:root	7e01644086069c2726ba4ecde5ed3f57	
+File: /usr/sbin/nandtest	100755	root:root	adef2dc735e664b1c92fb87ab5b22a6a	
+File: /usr/sbin/nandwrite	100755	root:root	189b8df23f7da0714f65481f38883355	
+File: /usr/sbin/nftl_format	100755	root:root	7ba40f7dd6df4cdf04604356a023204b	
+File: /usr/sbin/nftldump	100755	root:root	56d0fa2ea6e1c8f5d7a1acc49f5e1ba2	
+File: /usr/sbin/recv_image	100755	root:root	a800ffa613940fe698c7c9676d3dc2f2	
+File: /usr/sbin/rfddump	100755	root:root	4a8ab9ff587d9d48ca267cc7f813b6e9	
+File: /usr/sbin/rfdformat	100755	root:root	10632ae4c66ee524646d235747c608dc	
+File: /usr/sbin/serve_image	100755	root:root	7159df98701ad96bdb0747a4ae04dffc	
+File: /usr/sbin/sumtool	100755	root:root	3d9a53292d6ffbe0916f30d8432c800f	
+File: /usr/sbin/ubiattach	100755	root:root	1777abe2f652106b4885fbd11f0b5a58	
+File: /usr/sbin/ubiblock	100755	root:root	01a3d86ff4019e5b025265f2199e1863	
+File: /usr/sbin/ubicrc32	100755	root:root	966cd22eb5f68d3d36f64065c158f62f	
+File: /usr/sbin/ubidetach	100755	root:root	24990c694e5584980c706b88a81cb450	
+File: /usr/sbin/ubiformat	100755	root:root	09e0c127f50ff12a4b53493d9cf58d00	
+File: /usr/sbin/ubimkvol	100755	root:root	09dde1fdcb21c0f6151cade929c19c6f	
+File: /usr/sbin/ubinfo	100755	root:root	7a86f8fb40933317f91df12cc33dda5a	
+File: /usr/sbin/ubinize	100755	root:root	bf8ad4b3afae5937851b383355486d8e	
+File: /usr/sbin/ubirename	100755	root:root	430a6957336ade904d152515f2b09ea1	
+File: /usr/sbin/ubirmvol	100755	root:root	29f4fad2d6ebd2b86f21636cc915d197	
+File: /usr/sbin/ubirsvol	100755	root:root	a86db1d54288126fb5e3a0765e5f6f38	
+File: /usr/sbin/ubiupdatevol	100755	root:root	b7da435e48981bb25e437f349cfa3b0f	
 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: 95938f76ad41b844905f33ec5e1d0c637b60c7d5f846ac786c37e951ee140bc69cc02db8e952857e440a1818e846efe690af1e987c4f2d14e12317d9b8f7237f
--- 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	2024-08-04 11:12:40.048861022 +0000
@@ -1,122 +1,121 @@
+/usr/lib/debug/.build-id/01	40755	root:root	
+/usr/lib/debug/.build-id/01/7de20a78b65bbad9e35c9828a10ad7d1cb1649	120777	root:root	../../../../sbin/ubinfo
+/usr/lib/debug/.build-id/01/7de20a78b65bbad9e35c9828a10ad7d1cb1649.debug	120777	root:root	../../usr/sbin/ubinfo.debug
 /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/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/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/04/3c9d797c607d440627800769a29b9f2871b1f1	120777	root:root	../../../../sbin/ubiattach
+/usr/lib/debug/.build-id/04/3c9d797c607d440627800769a29b9f2871b1f1.debug	120777	root:root	../../usr/sbin/ubiattach.debug
+/usr/lib/debug/.build-id/0c	40755	root:root	
+/usr/lib/debug/.build-id/0c/9b9855fc05d0e55fc76064b5f333d894645f9e	120777	root:root	../../../../sbin/rfddump
+/usr/lib/debug/.build-id/0c/9b9855fc05d0e55fc76064b5f333d894645f9e.debug	120777	root:root	../../usr/sbin/rfddump.debug
+/usr/lib/debug/.build-id/13	40755	root:root	
+/usr/lib/debug/.build-id/13/79639438de5e9273c4863380567523aa51222f	120777	root:root	../../../../sbin/jffs2dump
+/usr/lib/debug/.build-id/13/79639438de5e9273c4863380567523aa51222f.debug	120777	root:root	../../usr/sbin/jffs2dump.debug
+/usr/lib/debug/.build-id/13/9f968398cd93f81932ac655ad452648d7bd4fe	120777	root:root	../../../../sbin/ubinize
+/usr/lib/debug/.build-id/13/9f968398cd93f81932ac655ad452648d7bd4fe.debug	120777	root:root	../../usr/sbin/ubinize.debug
+/usr/lib/debug/.build-id/2d	40755	root:root	
+/usr/lib/debug/.build-id/2d/8bb8f2dcec822c715408084731d8430658498c	120777	root:root	../../../../sbin/ubirename
+/usr/lib/debug/.build-id/2d/8bb8f2dcec822c715408084731d8430658498c.debug	120777	root:root	../../usr/sbin/ubirename.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/32/b946d731de3ff009fb9ccba453ddcdcde02703	120777	root:root	../../../../sbin/ubirsvol
+/usr/lib/debug/.build-id/32/b946d731de3ff009fb9ccba453ddcdcde02703.debug	120777	root:root	../../usr/sbin/ubirsvol.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/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/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/39/21ec56b5f57cf5eff235c469027737b0ee0f15	120777	root:root	../../../../sbin/ubiformat
+/usr/lib/debug/.build-id/39/21ec56b5f57cf5eff235c469027737b0ee0f15.debug	120777	root:root	../../usr/sbin/ubiformat.debug
+/usr/lib/debug/.build-id/3b	40755	root:root	
+/usr/lib/debug/.build-id/3b/d6181f9ba318617d7d1c72d20b3a697f8b0a76	120777	root:root	../../../../sbin/mtd_debug
+/usr/lib/debug/.build-id/3b/d6181f9ba318617d7d1c72d20b3a697f8b0a76.debug	120777	root:root	../../usr/sbin/mtd_debug.debug
+/usr/lib/debug/.build-id/3c	40755	root:root	
+/usr/lib/debug/.build-id/3c/a7333e546c823ee248f16f531dbc3407db4ae8	120777	root:root	../../../../sbin/flash_otp_write
+/usr/lib/debug/.build-id/3c/a7333e546c823ee248f16f531dbc3407db4ae8.debug	120777	root:root	../../usr/sbin/flash_otp_write.debug
+/usr/lib/debug/.build-id/3d	40755	root:root	
+/usr/lib/debug/.build-id/3d/e26b16daf5fe7c5524786ea55b2b3543bb363c	120777	root:root	../../../../sbin/mtdpart
+/usr/lib/debug/.build-id/3d/e26b16daf5fe7c5524786ea55b2b3543bb363c.debug	120777	root:root	../../usr/sbin/mtdpart.debug
+/usr/lib/debug/.build-id/49	40755	root:root	
+/usr/lib/debug/.build-id/49/361808740d653a2159f14643a160a995754d9f	120777	root:root	../../../../sbin/ubidetach
+/usr/lib/debug/.build-id/49/361808740d653a2159f14643a160a995754d9f.debug	120777	root:root	../../usr/sbin/ubidetach.debug
+/usr/lib/debug/.build-id/4b	40755	root:root	
+/usr/lib/debug/.build-id/4b/e95f653dcd3fbeb0eb20a6af1e4ab790d092c4	120777	root:root	../../../../sbin/ubimkvol
+/usr/lib/debug/.build-id/4b/e95f653dcd3fbeb0eb20a6af1e4ab790d092c4.debug	120777	root:root	../../usr/sbin/ubimkvol.debug
+/usr/lib/debug/.build-id/4e	40755	root:root	
+/usr/lib/debug/.build-id/4e/15c4fa2bee8c6e2085024447251831a4a02541	120777	root:root	../../../../sbin/ftl_format
+/usr/lib/debug/.build-id/4e/15c4fa2bee8c6e2085024447251831a4a02541.debug	120777	root:root	../../usr/sbin/ftl_format.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/5e/3497cd28703e359f315938b7caa8d08f039661	120777	root:root	../../../../sbin/flash_otp_info
+/usr/lib/debug/.build-id/5e/3497cd28703e359f315938b7caa8d08f039661.debug	120777	root:root	../../usr/sbin/flash_otp_info.debug
+/usr/lib/debug/.build-id/5e/c3dfbe8f25d056bf76b24c49d3158c4e241dcb	120777	root:root	../../../../sbin/ubiupdatevol
+/usr/lib/debug/.build-id/5e/c3dfbe8f25d056bf76b24c49d3158c4e241dcb.debug	120777	root:root	../../usr/sbin/ubiupdatevol.debug
+/usr/lib/debug/.build-id/5f	40755	root:root	
+/usr/lib/debug/.build-id/5f/4a1b054c6a299c2f27a6b0593d1b6f7dc3eaca	120777	root:root	../../../../sbin/rfdformat
+/usr/lib/debug/.build-id/5f/4a1b054c6a299c2f27a6b0593d1b6f7dc3eaca.debug	120777	root:root	../../usr/sbin/rfdformat.debug
+/usr/lib/debug/.build-id/66	40755	root:root	
+/usr/lib/debug/.build-id/66/5caf1958d20568f47911559cdb2a296e14db39	120777	root:root	../../../../sbin/flash_unlock
+/usr/lib/debug/.build-id/66/5caf1958d20568f47911559cdb2a296e14db39.debug	120777	root:root	../../usr/sbin/flash_unlock.debug
+/usr/lib/debug/.build-id/68	40755	root:root	
+/usr/lib/debug/.build-id/68/2e0bcd3b0724bb7f9deb557e045f92fdb92516	120777	root:root	../../../../sbin/nftl_format
+/usr/lib/debug/.build-id/68/2e0bcd3b0724bb7f9deb557e045f92fdb92516.debug	120777	root:root	../../usr/sbin/nftl_format.debug
+/usr/lib/debug/.build-id/68/420232dbc2be04065ce5ee97b7bcb131edde45	120777	root:root	../../../../sbin/ubicrc32
+/usr/lib/debug/.build-id/68/420232dbc2be04065ce5ee97b7bcb131edde45.debug	120777	root:root	../../usr/sbin/ubicrc32.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/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/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/6e/f1777d94b4494230e00f7e434f1eac4682be93	120777	root:root	../../../../sbin/flash_otp_lock
+/usr/lib/debug/.build-id/6e/f1777d94b4494230e00f7e434f1eac4682be93.debug	120777	root:root	../../usr/sbin/flash_otp_lock.debug
+/usr/lib/debug/.build-id/8d	40755	root:root	
+/usr/lib/debug/.build-id/8d/73fe94fc8d0decee55cfc67d851183463407a6	120777	root:root	../../../../sbin/jffs2reader
+/usr/lib/debug/.build-id/8d/73fe94fc8d0decee55cfc67d851183463407a6.debug	120777	root:root	../../usr/sbin/jffs2reader.debug
+/usr/lib/debug/.build-id/94	40755	root:root	
+/usr/lib/debug/.build-id/94/14dbd92daab6c2f1941151ff1beeb3fa96830b	120777	root:root	../../../../sbin/nandtest
+/usr/lib/debug/.build-id/94/14dbd92daab6c2f1941151ff1beeb3fa96830b.debug	120777	root:root	../../usr/sbin/nandtest.debug
+/usr/lib/debug/.build-id/98	40755	root:root	
+/usr/lib/debug/.build-id/98/4386c556924929b1743f011de38c9bc80eceac	120777	root:root	../../../../sbin/flash_otp_dump
+/usr/lib/debug/.build-id/98/4386c556924929b1743f011de38c9bc80eceac.debug	120777	root:root	../../usr/sbin/flash_otp_dump.debug
+/usr/lib/debug/.build-id/9b	40755	root:root	
+/usr/lib/debug/.build-id/9b/bdf1f7ea036e5289b5c249070c5a2ca5d6128b	120777	root:root	../../../../sbin/flash_erase
+/usr/lib/debug/.build-id/9b/bdf1f7ea036e5289b5c249070c5a2ca5d6128b.debug	120777	root:root	../../usr/sbin/flash_erase.debug
+/usr/lib/debug/.build-id/a5	40755	root:root	
+/usr/lib/debug/.build-id/a5/d25ddcbe23eacf9eb676b37d119f95c9298e0a	120777	root:root	../../../../sbin/ubirmvol
+/usr/lib/debug/.build-id/a5/d25ddcbe23eacf9eb676b37d119f95c9298e0a.debug	120777	root:root	../../usr/sbin/ubirmvol.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/ae/61411f4b2121645b5f80e0f787020d82834bf9	120777	root:root	../../../../sbin/nandwrite
+/usr/lib/debug/.build-id/ae/61411f4b2121645b5f80e0f787020d82834bf9.debug	120777	root:root	../../usr/sbin/nandwrite.debug
+/usr/lib/debug/.build-id/b4	40755	root:root	
+/usr/lib/debug/.build-id/b4/a66a5ffa916e80fb0a625301dd7cdbea131bd0	120777	root:root	../../../../sbin/serve_image
+/usr/lib/debug/.build-id/b4/a66a5ffa916e80fb0a625301dd7cdbea131bd0.debug	120777	root:root	../../usr/sbin/serve_image.debug
+/usr/lib/debug/.build-id/b8	40755	root:root	
+/usr/lib/debug/.build-id/b8/704e39af1c6fa0a2e8cf8c6db052037a7796fe	120777	root:root	../../../../sbin/ftl_check
+/usr/lib/debug/.build-id/b8/704e39af1c6fa0a2e8cf8c6db052037a7796fe.debug	120777	root:root	../../usr/sbin/ftl_check.debug
+/usr/lib/debug/.build-id/b9	40755	root:root	
+/usr/lib/debug/.build-id/b9/ebb2171d17ab5516b556c053afec3e27201711	120777	root:root	../../../../sbin/flash_lock
+/usr/lib/debug/.build-id/b9/ebb2171d17ab5516b556c053afec3e27201711.debug	120777	root:root	../../usr/sbin/flash_lock.debug
+/usr/lib/debug/.build-id/be	40755	root:root	
+/usr/lib/debug/.build-id/be/a325d1f907c4a30a75c9be3becb82c17486eea	120777	root:root	../../../../sbin/doc_loadbios
+/usr/lib/debug/.build-id/be/a325d1f907c4a30a75c9be3becb82c17486eea.debug	120777	root:root	../../usr/sbin/doc_loadbios.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/c2/bcfc141506bf419d1037391e4348ec252a3b94	120777	root:root	../../../../sbin/mkfs.jffs2
+/usr/lib/debug/.build-id/c2/bcfc141506bf419d1037391e4348ec252a3b94.debug	120777	root:root	../../usr/sbin/mkfs.jffs2.debug
+/usr/lib/debug/.build-id/c8	40755	root:root	
+/usr/lib/debug/.build-id/c8/a078dd2d2582d98d4e2e9d59b3010a4f561dc5	120777	root:root	../../../../sbin/mtdinfo
+/usr/lib/debug/.build-id/c8/a078dd2d2582d98d4e2e9d59b3010a4f561dc5.debug	120777	root:root	../../usr/sbin/mtdinfo.debug
+/usr/lib/debug/.build-id/cc	40755	root:root	
+/usr/lib/debug/.build-id/cc/3b2fc6bc2f1fda2092cfa69a991217199d8aca	120777	root:root	../../../../sbin/nftldump
+/usr/lib/debug/.build-id/cc/3b2fc6bc2f1fda2092cfa69a991217199d8aca.debug	120777	root:root	../../usr/sbin/nftldump.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/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/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/d1/b2ff3a0adc32860c73cb5a9031792d7e2b0ba3	120777	root:root	../../../../sbin/ubiblock
+/usr/lib/debug/.build-id/d1/b2ff3a0adc32860c73cb5a9031792d7e2b0ba3.debug	120777	root:root	../../usr/sbin/ubiblock.debug
+/usr/lib/debug/.build-id/da	40755	root:root	
+/usr/lib/debug/.build-id/da/a2f259beb3b425968aa2ab95414864103f8bfb	120777	root:root	../../../../sbin/mkfs.ubifs
+/usr/lib/debug/.build-id/da/a2f259beb3b425968aa2ab95414864103f8bfb.debug	120777	root:root	../../usr/sbin/mkfs.ubifs.debug
+/usr/lib/debug/.build-id/dd	40755	root:root	
+/usr/lib/debug/.build-id/dd/33afbe662262b847d9a3a70fe54b225c8badb9	120777	root:root	../../../../sbin/docfdisk
+/usr/lib/debug/.build-id/dd/33afbe662262b847d9a3a70fe54b225c8badb9.debug	120777	root:root	../../usr/sbin/docfdisk.debug
+/usr/lib/debug/.build-id/e5	40755	root:root	
+/usr/lib/debug/.build-id/e5/baf92cb34791fc2463448e108aed2f25092204	120777	root:root	../../../../sbin/nanddump
+/usr/lib/debug/.build-id/e5/baf92cb34791fc2463448e108aed2f25092204.debug	120777	root:root	../../usr/sbin/nanddump.debug
+/usr/lib/debug/.build-id/e7	40755	root:root	
+/usr/lib/debug/.build-id/e7/51d52b0a19e5c44e7f0d4ddde09b6acd25b8d3	120777	root:root	../../../../sbin/recv_image
+/usr/lib/debug/.build-id/e7/51d52b0a19e5c44e7f0d4ddde09b6acd25b8d3.debug	120777	root:root	../../usr/sbin/recv_image.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/f1/1d7f870e38523a2e9cd3e1f6bb83a7fed22341	120777	root:root	../../../../sbin/flashcp
+/usr/lib/debug/.build-id/f1/1d7f870e38523a2e9cd3e1f6bb83a7fed22341.debug	120777	root:root	../../usr/sbin/flashcp.debug
+/usr/lib/debug/.build-id/f5	40755	root:root	
+/usr/lib/debug/.build-id/f5/277a6c4dd98e09f6e52931fdb6829266beb391	120777	root:root	../../../../sbin/sumtool
+/usr/lib/debug/.build-id/f5/277a6c4dd98e09f6e52931fdb6829266beb391.debug	120777	root:root	../../usr/sbin/sumtool.debug
 /usr/lib/debug/usr/sbin/doc_loadbios.debug	100644	root:root	
@@ -273,3 +272,2 @@
 Requires: debug64(liblzo2.so.2)  
-Requires: debug64(libm.so.6)  
 Requires: debug64(libuuid.so.1)  
@@ -278,164 +276,163 @@
 Provides: mtd-utils-debuginfo = 1.5.2-alt1
+File: /usr/lib/debug/.build-id/01	40755	root:root		
+File: /usr/lib/debug/.build-id/01/7de20a78b65bbad9e35c9828a10ad7d1cb1649	120777	root:root		../../../../sbin/ubinfo
+File: /usr/lib/debug/.build-id/01/7de20a78b65bbad9e35c9828a10ad7d1cb1649.debug	120777	root:root		../../usr/sbin/ubinfo.debug
 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/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/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/04/3c9d797c607d440627800769a29b9f2871b1f1	120777	root:root		../../../../sbin/ubiattach
+File: /usr/lib/debug/.build-id/04/3c9d797c607d440627800769a29b9f2871b1f1.debug	120777	root:root		../../usr/sbin/ubiattach.debug
+File: /usr/lib/debug/.build-id/0c	40755	root:root		
+File: /usr/lib/debug/.build-id/0c/9b9855fc05d0e55fc76064b5f333d894645f9e	120777	root:root		../../../../sbin/rfddump
+File: /usr/lib/debug/.build-id/0c/9b9855fc05d0e55fc76064b5f333d894645f9e.debug	120777	root:root		../../usr/sbin/rfddump.debug
+File: /usr/lib/debug/.build-id/13	40755	root:root		
+File: /usr/lib/debug/.build-id/13/79639438de5e9273c4863380567523aa51222f	120777	root:root		../../../../sbin/jffs2dump
+File: /usr/lib/debug/.build-id/13/79639438de5e9273c4863380567523aa51222f.debug	120777	root:root		../../usr/sbin/jffs2dump.debug
+File: /usr/lib/debug/.build-id/13/9f968398cd93f81932ac655ad452648d7bd4fe	120777	root:root		../../../../sbin/ubinize
+File: /usr/lib/debug/.build-id/13/9f968398cd93f81932ac655ad452648d7bd4fe.debug	120777	root:root		../../usr/sbin/ubinize.debug
+File: /usr/lib/debug/.build-id/2d	40755	root:root		
+File: /usr/lib/debug/.build-id/2d/8bb8f2dcec822c715408084731d8430658498c	120777	root:root		../../../../sbin/ubirename
+File: /usr/lib/debug/.build-id/2d/8bb8f2dcec822c715408084731d8430658498c.debug	120777	root:root		../../usr/sbin/ubirename.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/32/b946d731de3ff009fb9ccba453ddcdcde02703	120777	root:root		../../../../sbin/ubirsvol
+File: /usr/lib/debug/.build-id/32/b946d731de3ff009fb9ccba453ddcdcde02703.debug	120777	root:root		../../usr/sbin/ubirsvol.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/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/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/39/21ec56b5f57cf5eff235c469027737b0ee0f15	120777	root:root		../../../../sbin/ubiformat
+File: /usr/lib/debug/.build-id/39/21ec56b5f57cf5eff235c469027737b0ee0f15.debug	120777	root:root		../../usr/sbin/ubiformat.debug
+File: /usr/lib/debug/.build-id/3b	40755	root:root		
+File: /usr/lib/debug/.build-id/3b/d6181f9ba318617d7d1c72d20b3a697f8b0a76	120777	root:root		../../../../sbin/mtd_debug
+File: /usr/lib/debug/.build-id/3b/d6181f9ba318617d7d1c72d20b3a697f8b0a76.debug	120777	root:root		../../usr/sbin/mtd_debug.debug
+File: /usr/lib/debug/.build-id/3c	40755	root:root		
+File: /usr/lib/debug/.build-id/3c/a7333e546c823ee248f16f531dbc3407db4ae8	120777	root:root		../../../../sbin/flash_otp_write
+File: /usr/lib/debug/.build-id/3c/a7333e546c823ee248f16f531dbc3407db4ae8.debug	120777	root:root		../../usr/sbin/flash_otp_write.debug
+File: /usr/lib/debug/.build-id/3d	40755	root:root		
+File: /usr/lib/debug/.build-id/3d/e26b16daf5fe7c5524786ea55b2b3543bb363c	120777	root:root		../../../../sbin/mtdpart
+File: /usr/lib/debug/.build-id/3d/e26b16daf5fe7c5524786ea55b2b3543bb363c.debug	120777	root:root		../../usr/sbin/mtdpart.debug
+File: /usr/lib/debug/.build-id/49	40755	root:root		
+File: /usr/lib/debug/.build-id/49/361808740d653a2159f14643a160a995754d9f	120777	root:root		../../../../sbin/ubidetach
+File: /usr/lib/debug/.build-id/49/361808740d653a2159f14643a160a995754d9f.debug	120777	root:root		../../usr/sbin/ubidetach.debug
+File: /usr/lib/debug/.build-id/4b	40755	root:root		
+File: /usr/lib/debug/.build-id/4b/e95f653dcd3fbeb0eb20a6af1e4ab790d092c4	120777	root:root		../../../../sbin/ubimkvol
+File: /usr/lib/debug/.build-id/4b/e95f653dcd3fbeb0eb20a6af1e4ab790d092c4.debug	120777	root:root		../../usr/sbin/ubimkvol.debug
+File: /usr/lib/debug/.build-id/4e	40755	root:root		
+File: /usr/lib/debug/.build-id/4e/15c4fa2bee8c6e2085024447251831a4a02541	120777	root:root		../../../../sbin/ftl_format
+File: /usr/lib/debug/.build-id/4e/15c4fa2bee8c6e2085024447251831a4a02541.debug	120777	root:root		../../usr/sbin/ftl_format.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/5e/3497cd28703e359f315938b7caa8d08f039661	120777	root:root		../../../../sbin/flash_otp_info
+File: /usr/lib/debug/.build-id/5e/3497cd28703e359f315938b7caa8d08f039661.debug	120777	root:root		../../usr/sbin/flash_otp_info.debug
+File: /usr/lib/debug/.build-id/5e/c3dfbe8f25d056bf76b24c49d3158c4e241dcb	120777	root:root		../../../../sbin/ubiupdatevol
+File: /usr/lib/debug/.build-id/5e/c3dfbe8f25d056bf76b24c49d3158c4e241dcb.debug	120777	root:root		../../usr/sbin/ubiupdatevol.debug
+File: /usr/lib/debug/.build-id/5f	40755	root:root		
+File: /usr/lib/debug/.build-id/5f/4a1b054c6a299c2f27a6b0593d1b6f7dc3eaca	120777	root:root		../../../../sbin/rfdformat
+File: /usr/lib/debug/.build-id/5f/4a1b054c6a299c2f27a6b0593d1b6f7dc3eaca.debug	120777	root:root		../../usr/sbin/rfdformat.debug
+File: /usr/lib/debug/.build-id/66	40755	root:root		
+File: /usr/lib/debug/.build-id/66/5caf1958d20568f47911559cdb2a296e14db39	120777	root:root		../../../../sbin/flash_unlock
+File: /usr/lib/debug/.build-id/66/5caf1958d20568f47911559cdb2a296e14db39.debug	120777	root:root		../../usr/sbin/flash_unlock.debug
+File: /usr/lib/debug/.build-id/68	40755	root:root		
+File: /usr/lib/debug/.build-id/68/2e0bcd3b0724bb7f9deb557e045f92fdb92516	120777	root:root		../../../../sbin/nftl_format
+File: /usr/lib/debug/.build-id/68/2e0bcd3b0724bb7f9deb557e045f92fdb92516.debug	120777	root:root		../../usr/sbin/nftl_format.debug
+File: /usr/lib/debug/.build-id/68/420232dbc2be04065ce5ee97b7bcb131edde45	120777	root:root		../../../../sbin/ubicrc32
+File: /usr/lib/debug/.build-id/68/420232dbc2be04065ce5ee97b7bcb131edde45.debug	120777	root:root		../../usr/sbin/ubicrc32.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/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/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/6e/f1777d94b4494230e00f7e434f1eac4682be93	120777	root:root		../../../../sbin/flash_otp_lock
+File: /usr/lib/debug/.build-id/6e/f1777d94b4494230e00f7e434f1eac4682be93.debug	120777	root:root		../../usr/sbin/flash_otp_lock.debug
+File: /usr/lib/debug/.build-id/8d	40755	root:root		
+File: /usr/lib/debug/.build-id/8d/73fe94fc8d0decee55cfc67d851183463407a6	120777	root:root		../../../../sbin/jffs2reader
+File: /usr/lib/debug/.build-id/8d/73fe94fc8d0decee55cfc67d851183463407a6.debug	120777	root:root		../../usr/sbin/jffs2reader.debug
+File: /usr/lib/debug/.build-id/94	40755	root:root		
+File: /usr/lib/debug/.build-id/94/14dbd92daab6c2f1941151ff1beeb3fa96830b	120777	root:root		../../../../sbin/nandtest
+File: /usr/lib/debug/.build-id/94/14dbd92daab6c2f1941151ff1beeb3fa96830b.debug	120777	root:root		../../usr/sbin/nandtest.debug
+File: /usr/lib/debug/.build-id/98	40755	root:root		
+File: /usr/lib/debug/.build-id/98/4386c556924929b1743f011de38c9bc80eceac	120777	root:root		../../../../sbin/flash_otp_dump
+File: /usr/lib/debug/.build-id/98/4386c556924929b1743f011de38c9bc80eceac.debug	120777	root:root		../../usr/sbin/flash_otp_dump.debug
+File: /usr/lib/debug/.build-id/9b	40755	root:root		
+File: /usr/lib/debug/.build-id/9b/bdf1f7ea036e5289b5c249070c5a2ca5d6128b	120777	root:root		../../../../sbin/flash_erase
+File: /usr/lib/debug/.build-id/9b/bdf1f7ea036e5289b5c249070c5a2ca5d6128b.debug	120777	root:root		../../usr/sbin/flash_erase.debug
+File: /usr/lib/debug/.build-id/a5	40755	root:root		
+File: /usr/lib/debug/.build-id/a5/d25ddcbe23eacf9eb676b37d119f95c9298e0a	120777	root:root		../../../../sbin/ubirmvol
+File: /usr/lib/debug/.build-id/a5/d25ddcbe23eacf9eb676b37d119f95c9298e0a.debug	120777	root:root		../../usr/sbin/ubirmvol.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/ae/61411f4b2121645b5f80e0f787020d82834bf9	120777	root:root		../../../../sbin/nandwrite
+File: /usr/lib/debug/.build-id/ae/61411f4b2121645b5f80e0f787020d82834bf9.debug	120777	root:root		../../usr/sbin/nandwrite.debug
+File: /usr/lib/debug/.build-id/b4	40755	root:root		
+File: /usr/lib/debug/.build-id/b4/a66a5ffa916e80fb0a625301dd7cdbea131bd0	120777	root:root		../../../../sbin/serve_image
+File: /usr/lib/debug/.build-id/b4/a66a5ffa916e80fb0a625301dd7cdbea131bd0.debug	120777	root:root		../../usr/sbin/serve_image.debug
+File: /usr/lib/debug/.build-id/b8	40755	root:root		
+File: /usr/lib/debug/.build-id/b8/704e39af1c6fa0a2e8cf8c6db052037a7796fe	120777	root:root		../../../../sbin/ftl_check
+File: /usr/lib/debug/.build-id/b8/704e39af1c6fa0a2e8cf8c6db052037a7796fe.debug	120777	root:root		../../usr/sbin/ftl_check.debug
+File: /usr/lib/debug/.build-id/b9	40755	root:root		
+File: /usr/lib/debug/.build-id/b9/ebb2171d17ab5516b556c053afec3e27201711	120777	root:root		../../../../sbin/flash_lock
+File: /usr/lib/debug/.build-id/b9/ebb2171d17ab5516b556c053afec3e27201711.debug	120777	root:root		../../usr/sbin/flash_lock.debug
+File: /usr/lib/debug/.build-id/be	40755	root:root		
+File: /usr/lib/debug/.build-id/be/a325d1f907c4a30a75c9be3becb82c17486eea	120777	root:root		../../../../sbin/doc_loadbios
+File: /usr/lib/debug/.build-id/be/a325d1f907c4a30a75c9be3becb82c17486eea.debug	120777	root:root		../../usr/sbin/doc_loadbios.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/c2/bcfc141506bf419d1037391e4348ec252a3b94	120777	root:root		../../../../sbin/mkfs.jffs2
+File: /usr/lib/debug/.build-id/c2/bcfc141506bf419d1037391e4348ec252a3b94.debug	120777	root:root		../../usr/sbin/mkfs.jffs2.debug
+File: /usr/lib/debug/.build-id/c8	40755	root:root		
+File: /usr/lib/debug/.build-id/c8/a078dd2d2582d98d4e2e9d59b3010a4f561dc5	120777	root:root		../../../../sbin/mtdinfo
+File: /usr/lib/debug/.build-id/c8/a078dd2d2582d98d4e2e9d59b3010a4f561dc5.debug	120777	root:root		../../usr/sbin/mtdinfo.debug
+File: /usr/lib/debug/.build-id/cc	40755	root:root		
+File: /usr/lib/debug/.build-id/cc/3b2fc6bc2f1fda2092cfa69a991217199d8aca	120777	root:root		../../../../sbin/nftldump
+File: /usr/lib/debug/.build-id/cc/3b2fc6bc2f1fda2092cfa69a991217199d8aca.debug	120777	root:root		../../usr/sbin/nftldump.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/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/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/d1/b2ff3a0adc32860c73cb5a9031792d7e2b0ba3	120777	root:root		../../../../sbin/ubiblock
+File: /usr/lib/debug/.build-id/d1/b2ff3a0adc32860c73cb5a9031792d7e2b0ba3.debug	120777	root:root		../../usr/sbin/ubiblock.debug
+File: /usr/lib/debug/.build-id/da	40755	root:root		
+File: /usr/lib/debug/.build-id/da/a2f259beb3b425968aa2ab95414864103f8bfb	120777	root:root		../../../../sbin/mkfs.ubifs
+File: /usr/lib/debug/.build-id/da/a2f259beb3b425968aa2ab95414864103f8bfb.debug	120777	root:root		../../usr/sbin/mkfs.ubifs.debug
+File: /usr/lib/debug/.build-id/dd	40755	root:root		
+File: /usr/lib/debug/.build-id/dd/33afbe662262b847d9a3a70fe54b225c8badb9	120777	root:root		../../../../sbin/docfdisk
+File: /usr/lib/debug/.build-id/dd/33afbe662262b847d9a3a70fe54b225c8badb9.debug	120777	root:root		../../usr/sbin/docfdisk.debug
+File: /usr/lib/debug/.build-id/e5	40755	root:root		
+File: /usr/lib/debug/.build-id/e5/baf92cb34791fc2463448e108aed2f25092204	120777	root:root		../../../../sbin/nanddump
+File: /usr/lib/debug/.build-id/e5/baf92cb34791fc2463448e108aed2f25092204.debug	120777	root:root		../../usr/sbin/nanddump.debug
+File: /usr/lib/debug/.build-id/e7	40755	root:root		
+File: /usr/lib/debug/.build-id/e7/51d52b0a19e5c44e7f0d4ddde09b6acd25b8d3	120777	root:root		../../../../sbin/recv_image
+File: /usr/lib/debug/.build-id/e7/51d52b0a19e5c44e7f0d4ddde09b6acd25b8d3.debug	120777	root:root		../../usr/sbin/recv_image.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/f1/1d7f870e38523a2e9cd3e1f6bb83a7fed22341	120777	root:root		../../../../sbin/flashcp
+File: /usr/lib/debug/.build-id/f1/1d7f870e38523a2e9cd3e1f6bb83a7fed22341.debug	120777	root:root		../../usr/sbin/flashcp.debug
+File: /usr/lib/debug/.build-id/f5	40755	root:root		
+File: /usr/lib/debug/.build-id/f5/277a6c4dd98e09f6e52931fdb6829266beb391	120777	root:root		../../../../sbin/sumtool
+File: /usr/lib/debug/.build-id/f5/277a6c4dd98e09f6e52931fdb6829266beb391.debug	120777	root:root		../../usr/sbin/sumtool.debug
+File: /usr/lib/debug/usr/sbin/doc_loadbios.debug	100644	root:root	bccdb4b430de463f1a3cecf4bbab6e6e	
+File: /usr/lib/debug/usr/sbin/docfdisk.debug	100644	root:root	1294b4de7a3c6d29d3207453796b8f72	
+File: /usr/lib/debug/usr/sbin/flash_erase.debug	100644	root:root	422288e67527353c71bfd42354fc0175	
+File: /usr/lib/debug/usr/sbin/flash_lock.debug	100644	root:root	3ac0c52084df7db658edaf71b8c2c4b1	
+File: /usr/lib/debug/usr/sbin/flash_otp_dump.debug	100644	root:root	83325e4ff59874c9e2868bf2873e5290	
+File: /usr/lib/debug/usr/sbin/flash_otp_info.debug	100644	root:root	6ca4b8b5edd308fc663035d12453a056	
+File: /usr/lib/debug/usr/sbin/flash_otp_lock.debug	100644	root:root	3d04f3ed493fcd3a0f15a8fa235e1ffe	
+File: /usr/lib/debug/usr/sbin/flash_otp_write.debug	100644	root:root	d2584de52ab47558604451bdc666e7dc	
+File: /usr/lib/debug/usr/sbin/flash_unlock.debug	100644	root:root	10d39bd63d39ed8e2774d04a55b503a7	
+File: /usr/lib/debug/usr/sbin/flashcp.debug	100644	root:root	df50bf1eb50c5b411ef2ac8b3b7af424	
+File: /usr/lib/debug/usr/sbin/ftl_check.debug	100644	root:root	a156c2a9e71b61697c8f009a90f233ad	
+File: /usr/lib/debug/usr/sbin/ftl_format.debug	100644	root:root	46ac99552de09508e5a49ad8d7946165	
+File: /usr/lib/debug/usr/sbin/jffs2dump.debug	100644	root:root	bee0bfe263a19670a529c0f6b29f993f	
+File: /usr/lib/debug/usr/sbin/jffs2reader.debug	100644	root:root	275ecbd7bde75b594e08c41a040bb8ab	
+File: /usr/lib/debug/usr/sbin/mkfs.jffs2.debug	100644	root:root	ba16f64bf8bd39e3bddb73b0d0fab3eb	
+File: /usr/lib/debug/usr/sbin/mkfs.ubifs.debug	100644	root:root	75cae0d17689165b18056049f14bee81	
+File: /usr/lib/debug/usr/sbin/mtd_debug.debug	100644	root:root	6b90e47920476112cb04a818e3408a21	
+File: /usr/lib/debug/usr/sbin/mtdinfo.debug	100644	root:root	cfa0f1238d789400fd4f88dde55d6b1e	
+File: /usr/lib/debug/usr/sbin/mtdpart.debug	100644	root:root	918700f7e2af6c38df8354a88e452b80	
+File: /usr/lib/debug/usr/sbin/nanddump.debug	100644	root:root	52f59a13c97e65c82da423c92cbd2d4e	
+File: /usr/lib/debug/usr/sbin/nandtest.debug	100644	root:root	e21969c76b39d35c1bd6a6088bf8a155	
+File: /usr/lib/debug/usr/sbin/nandwrite.debug	100644	root:root	6b506df6491fb50625d4cbc2a6baaf2d	
+File: /usr/lib/debug/usr/sbin/nftl_format.debug	100644	root:root	b9d7b24bc52ca9716b81cbd994f4214f	
+File: /usr/lib/debug/usr/sbin/nftldump.debug	100644	root:root	305966da1c425989c90e324f33230053	
+File: /usr/lib/debug/usr/sbin/recv_image.debug	100644	root:root	672bf21d8a2df837ed12c931508c8a8d	
+File: /usr/lib/debug/usr/sbin/rfddump.debug	100644	root:root	9c99e9e7c4919e5d103f0f4e96d6f142	
+File: /usr/lib/debug/usr/sbin/rfdformat.debug	100644	root:root	ca072ebe0c764cc145eeef281de2143d	
+File: /usr/lib/debug/usr/sbin/serve_image.debug	100644	root:root	8fd647721472056ff99322f12ba3bbce	
+File: /usr/lib/debug/usr/sbin/sumtool.debug	100644	root:root	ccbce0c0001a9ae17d7803c8522a5102	
+File: /usr/lib/debug/usr/sbin/ubiattach.debug	100644	root:root	78350a57ac0bfe30199ee1539354ae7b	
+File: /usr/lib/debug/usr/sbin/ubiblock.debug	100644	root:root	bae2009d63d9f038cad424884509200a	
+File: /usr/lib/debug/usr/sbin/ubicrc32.debug	100644	root:root	c33c43f694262eb3e85854f78c748060	
+File: /usr/lib/debug/usr/sbin/ubidetach.debug	100644	root:root	a1bb770afe14a5fd917247c7a77146f9	
+File: /usr/lib/debug/usr/sbin/ubiformat.debug	100644	root:root	aa99c8e8e761054d364ddf6880f7cb92	
+File: /usr/lib/debug/usr/sbin/ubimkvol.debug	100644	root:root	749e55b48ee5e9d4f56cdfcf46be5e41	
+File: /usr/lib/debug/usr/sbin/ubinfo.debug	100644	root:root	d470da14b5d2be3f36ee6b1c57eec626	
+File: /usr/lib/debug/usr/sbin/ubinize.debug	100644	root:root	9db44654d9c946e7a6321064ac170789	
+File: /usr/lib/debug/usr/sbin/ubirename.debug	100644	root:root	ce8360fe271f037db9a4a37a288ce234	
+File: /usr/lib/debug/usr/sbin/ubirmvol.debug	100644	root:root	40de2f01bcc81e5dae716d53b15c4f74	
+File: /usr/lib/debug/usr/sbin/ubirsvol.debug	100644	root:root	98ac1612384fac2a6887695c5c9a2222	
+File: /usr/lib/debug/usr/sbin/ubiupdatevol.debug	100644	root:root	8ceeb3dbd04d6bee47d73a053c049f55	
 File: /usr/src/debug/mtd-utils-1.5.2	40755	root:root		
@@ -546,2 +543,2 @@
 File: /usr/src/debug/mtd-utils-1.5.2/ubi-utils/ubiutils-common.c	100644	root:root	4684178fdf8c416b8d6d0a5b51b80a01	
-RPMIdentity: e949930bfe44c7442ad576641f26478b722e0a7cae0d1a05dec4df8431e8cbffe81cbe34214fbde4ae37cc2945ce5b37d5e458938e12b95195aa72cf31712a5f
+RPMIdentity: d9dc451ccf10227232a12d4895047f6e92b4a49872612e0bc711281f5cd1692edc86e5a5c7133add7bcab100a1b4b32b64b63c6d1fb10e0256abc6cf9b569377