+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/hfsplus-tools.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.n7DRpJ
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf diskdev_cmds-540.1.linux3
+ /usr/bin/gzip -dc /builddir/build/SOURCES/diskdev_cmds-540.1.linux3.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd diskdev_cmds-540.1.linux3
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (hfsplus-tools-no-blocks.patch):'
Patch #0 (hfsplus-tools-no-blocks.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file fsck_hfs.tproj/dfalib/SControl.c
patching file fsck_hfs.tproj/fsck_messages.c
patching file fsck_hfs.tproj/fsck_messages.h
patching file fsck_hfs.tproj/Makefile.lnx
patching file Makefile
+ echo 'Patch #1 (hfsplus-tools-learn-to-stdarg.patch):'
Patch #1 (hfsplus-tools-learn-to-stdarg.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file fsck_hfs.tproj/utilities.c
+ find . -type f -name '*.[ch]' -exec chmod -c -x '{}' +
mode of './fsck_hfs.tproj/dfalib/BTreeScanner.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './fsck_hfs.tproj/dfalib/hfs_endian.h' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './fsck_hfs.tproj/dfalib/BTreeScanner.h' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './fsck_hfs.tproj/dfalib/HardLinkCheck.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './fsck_hfs.tproj/dfalib/SRebuildBTree.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './fsck_hfs.tproj/dfalib/hfs_endian.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
+ cp /builddir/build/SOURCES/apsl-2.0.txt .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QHCofN
+ umask 022
+ cd /builddir/build/BUILD
+ cd diskdev_cmds-540.1.linux3
+ export 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ make -j4 -f Makefile
for d in newfs_hfs.tproj fsck_hfs.tproj; do make -C $d -f Makefile.lnx all; done
make[1]: Entering directory '/builddir/build/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj'
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o hfs_endian.o hfs_endian.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o makehfs.o makehfs.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o newfs_hfs.o newfs_hfs.c
makehfs.c: In function 'make_hfsplus':
makehfs.c:219:11: warning: variable 'sectorsPerNode' set but not used [-Wunused-but-set-variable]
  UInt32   sectorsPerNode;
           ^~~~~~~~~~~~~~
newfs_hfs.c: In function 'main':
newfs_hfs.c:205:34: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=]
      printf("%s: journal size %lldk too small.  Reset to %dk.\n",
                               ~~~^
                               %ld
       progname, gJournalSize/1024, JOURNAL_DEFAULT_SIZE/1024);
                 ~~~~~~~~~~~~~~~~~ 
makehfs.c: In function 'WriteBuffer':
makehfs.c:1383:27: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t {aka long int}' [-Wformat=]
   err(1, "read (sector %llu)", physSector);
                        ~~~^
                        %lu
makehfs.c:1386:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t {aka long int}' [-Wformat=]
   err(1, "write (sector %llu)", physSector);
                         ~~~^
                         %lu
newfs_hfs.c: In function 'hfsplus_params':
newfs_hfs.c:906:34: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=]
      printf("%s: journal size %lldk too small.  Reset to %dk.\n",
                               ~~~^
                               %ld
          progname, gJournalSize/1024, JOURNAL_DEFAULT_SIZE/1024);
                    ~~~~~~~~~~~~~~~~~
newfs_hfs.c:1057:15: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t {aka const long unsigned int}' [-Wformat=]
    printf("%llu sectors (%u bytes per sector)\n", dip->physTotalSectors, dip->physSectorSize);
            ~~~^                                   ~~~~~~~~~~~~~~~~~~~~~
            %lu
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -Wl,--build-id -o newfs_hfs hfs_endian.o makehfs.o newfs_hfs.o -lcrypto
make[1]: Leaving directory '/builddir/build/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj'
make[1]: Entering directory '/builddir/build/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj'
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o fsck_hfs.o fsck_hfs.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o utilities.o utilities.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o cache.o cache.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o fsck_messages.o fsck_messages.c
fsck_messages.c: In function 'fsckAskPrompt':
fsck_messages.c:517:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
    fgets (resp, 80, stdin);
    ^~~~~~~~~~~~~~~~~~~~~~~
fsck_messages.c: In function 'fsckPrintToString':
fsck_messages.c:719:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
  vasprintf(&tmpstr, m->msg, ap);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fsck_messages.c:721:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&retval, "%s%s\n", astr, tmpstr);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fsck_hfs.c: In function 'mountpoint':
fsck_hfs.c:318:6: warning: unused variable 'i' [-Wunused-variable]
  int i;
      ^
fsck_hfs.c:317:6: warning: unused variable 'result' [-Wunused-variable]
  int result;
      ^~~~~~
fsck_hfs.c:315:17: warning: unused variable 'fsinfo' [-Wunused-variable]
  struct statfs *fsinfo;
                 ^~~~~~
fsck_hfs.c: In function 'checkfilesys':
fsck_hfs.c:358:6: warning: variable 'flags' set but not used [-Wunused-but-set-variable]
  int flags;
      ^~~~~
fsck_hfs.c: In function 'setup':
fsck_hfs.c:722:7: warning: unused variable 'rv' [-Wunused-variable]
   int rv;
       ^~
fsck_hfs.c:721:10: warning: unused variable 'dsize' [-Wunused-variable]
   size_t dsize = sizeof(memSize);
          ^~~~~
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o fsck_debug.o fsck_debug.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o fsck_hfs_strings.o fsck_hfs_strings.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o fsck_strings.o fsck_strings.c
make -C dfalib -f Makefile.lnx libdfa.a
make[2]: Entering directory '/builddir/build/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib'
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o hfs_endian.o hfs_endian.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o BlockCache.o BlockCache.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o BTree.o BTree.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o BTreeAllocate.o BTreeAllocate.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o BTreeMiscOps.o BTreeMiscOps.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o BTreeNodeOps.o BTreeNodeOps.c
BTreeMiscOps.c: In function 'TrySimpleReplace':
BTreeMiscOps.c:498:13: warning: variable 'didItFit' set but not used [-Wunused-but-set-variable]
  Boolean    didItFit;
             ^~~~~~~~
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o BTreeScanner.o BTreeScanner.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o BTreeTreeOps.o BTreeTreeOps.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o CatalogCheck.o CatalogCheck.c
BTreeTreeOps.c: In function 'InsertLevel':
BTreeTreeOps.c:441:13: warning: pointer targets in passing argument 1 of 'DebugStr' differ in signedness [-Wpointer-sign]
    DebugStr("InsertLevel: New root from primary key, update from secondary key...");
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTree.h:36:0,
                 from BTreePrivate.h:38,
                 from BTreeTreeOps.c:35:
SRuntime.h:139:1: note: expected 'ConstStr255Param {aka const unsigned char *}' but argument is of type 'char *'
 DebugStr(ConstStr255Param debuggerMsg);
 ^~~~~~~~
BTreeTreeOps.c: In function 'InsertNode':
BTreeTreeOps.c:567:13: warning: variable 'rightNodeNum' set but not used [-Wunused-but-set-variable]
  UInt32     rightNodeNum;
             ^~~~~~~~~~~~
BTreeTreeOps.c: In function 'AddNewRootNode':
BTreeTreeOps.c:1245:13: warning: variable 'didItFit' set but not used [-Wunused-but-set-variable]
  Boolean    didItFit;
             ^~~~~~~~
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o HardLinkCheck.o HardLinkCheck.c
CatalogCheck.c: In function 'UniqueDotName':
CatalogCheck.c:1486:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     else
     ^~~~
CatalogCheck.c:1489:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  nameLen = strlen((char *) myPtr );
  ^~~~~~~
CatalogCheck.c: In function 'RecordTruncation':
CatalogCheck.c:1696:25: warning: format '%qd' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=]
  sprintf(oldSizeStr, "%qd", oldSize);
                       ~~^
                       %ld
CatalogCheck.c:1697:25: warning: format '%qd' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=]
  sprintf(newSizeStr, "%qd", newSize);
                       ~~^
                       %ld
HardLinkCheck.c: In function 'RepairHardLinkChains':
HardLinkCheck.c:557:9: warning: variable 'folderID' set but not used [-Wunused-but-set-variable]
  UInt32 folderID;
         ^~~~~~~~
HardLinkCheck.c: In function 'CheckHardLinks':
HardLinkCheck.c:901:9: warning: variable 'prefixlen' set but not used [-Wunused-but-set-variable]
  size_t prefixlen;
         ^~~~~~~~~
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SBTree.o SBTree.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SControl.o SControl.c
SBTree.c: In function 'SearchBTreeRecord':
SBTree.c:105:13: warning: pointer targets in passing argument 1 of 'DebugStr' differ in signedness [-Wpointer-sign]
    DebugStr("SearchBTreeRecord: bad record?");
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTree.h:36:0,
                 from SBTree.c:35:
SRuntime.h:139:1: note: expected 'ConstStr255Param {aka const unsigned char *}' but argument is of type 'char *'
 DebugStr(ConstStr255Param debuggerMsg);
 ^~~~~~~~
SBTree.c: In function 'GetBTreeRecord':
SBTree.c:213:13: warning: pointer targets in passing argument 1 of 'DebugStr' differ in signedness [-Wpointer-sign]
    DebugStr("GetBTreeRecord: bad record?");
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTree.h:36:0,
                 from SBTree.c:35:
SRuntime.h:139:1: note: expected 'ConstStr255Param {aka const unsigned char *}' but argument is of type 'char *'
 DebugStr(ConstStr255Param debuggerMsg);
 ^~~~~~~~
SBTree.c: In function 'InsertBTreeRecord':
SBTree.c:245:12: warning: pointer targets in passing argument 1 of 'DebugStr' differ in signedness [-Wpointer-sign]
   DebugStr("InsertBTreeRecord: bad record?");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTree.h:36:0,
                 from SBTree.c:35:
SRuntime.h:139:1: note: expected 'ConstStr255Param {aka const unsigned char *}' but argument is of type 'char *'
 DebugStr(ConstStr255Param debuggerMsg);
 ^~~~~~~~
SBTree.c: In function 'ReplaceBTreeRecord':
SBTree.c:307:12: warning: pointer targets in passing argument 1 of 'DebugStr' differ in signedness [-Wpointer-sign]
   DebugStr("ReplaceBTreeRecord: bad record?");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTree.h:36:0,
                 from SBTree.c:35:
SRuntime.h:139:1: note: expected 'ConstStr255Param {aka const unsigned char *}' but argument is of type 'char *'
 DebugStr(ConstStr255Param debuggerMsg);
 ^~~~~~~~
SBTree.c: In function 'SetEndOfForkProc':
SBTree.c:346:13: warning: pointer targets in passing argument 1 of 'DebugStr' differ in signedness [-Wpointer-sign]
    DebugStr("SetEndOfForkProc: minEOF is smaller than current size!");
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTree.h:36:0,
                 from SBTree.c:35:
SRuntime.h:139:1: note: expected 'ConstStr255Param {aka const unsigned char *}' but argument is of type 'char *'
 DebugStr(ConstStr255Param debuggerMsg);
 ^~~~~~~~
SBTree.c: In function 'CheckBTreeKey':
SBTree.c:444:13: warning: pointer targets in passing argument 1 of 'DebugStr' differ in signedness [-Wpointer-sign]
    DebugStr("CheckBTreeKey: bad key length!");
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from BTree.h:36:0,
                 from SBTree.c:35:
SRuntime.h:139:1: note: expected 'ConstStr255Param {aka const unsigned char *}' but argument is of type 'char *'
 DebugStr(ConstStr255Param debuggerMsg);
 ^~~~~~~~
SControl.c: In function 'CheckHFS':
SControl.c:329:78: warning: comparison between pointer and integer
      if (strncpy(dataArea.deviceNode, rdevnode, sizeof(dataArea.deviceNode)) != strlen(rdevnode)) {
                                                                              ^~
SControl.c: In function 'ScavSetUp':
SControl.c:1094:9: warning: variable 'err' set but not used [-Wunused-but-set-variable]
  OSErr  err;
         ^~~
SControl.c: In function 'ScavTerm':
SControl.c:1338:10: warning: variable 'err' set but not used [-Wunused-but-set-variable]
  OSErr   err;
          ^~~
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SVerify1.o SVerify1.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SVerify2.o SVerify2.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SRepair.o SRepair.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o dirhardlink.o dirhardlink.c
SVerify2.c: In function 'CompareVolumeHeader':
SVerify2.c:1400:12: warning: variable 'goodValue' set but not used [-Wunused-but-set-variable]
  UInt32    goodValue, badValue;
            ^~~~~~~~~
SVerify1.c: In function 'RecordBadExtent':
SVerify1.c:3543:10: warning: variable 'isHFSPlus' set but not used [-Wunused-but-set-variable]
  Boolean isHFSPlus;
          ^~~~~~~~~
SRepair.c: In function 'SearchExtentInVH':
SRepair.c:4730:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
           (*(HFSPlusExtentRecord *)fcb->fcbExtents16),
           ^
SRepair.c: In function 'SearchExtentInCatalogBT':
SRepair.c:4851:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
           (*(HFSPlusExtentRecord *)catRecord->hfsFile.dataExtents),
           ^
SRepair.c:4857:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
           (*(HFSPlusExtentRecord *)catRecord->hfsFile.rsrcExtents),
           ^
SVerify1.c: In function 'IsJournalEmpty':
SVerify1.c:343:12: warning: 'bsize' may be used uninitialized in this function [-Wmaybe-uninitialized]
    uint8_t block[bsize];
            ^~~~~
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SRebuildBTree.o SRebuildBTree.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SUtils.o SUtils.c
SRebuildBTree.c: In function 'InitializeBTree':
SRebuildBTree.c:572:13: warning: variable 'isHFSPlus' set but not used [-Wunused-but-set-variable]
  Boolean    isHFSPlus = false;
             ^~~~~~~~~
SUtils.c: In function 'AllocMinorRepairOrder':
SUtils.c:445:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     else if ( fsckGetVerbosity(GPtr->context) >= kDebugLog )
          ^~
SUtils.c:448:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if ( GPtr->RepLevel == repairLevelNoProblemsFound )
  ^~
SUtils.c: In function 'CalculateItemCount':
SUtils.c:2009:19: warning: variable 'myVOPtr' set but not used [-Wunused-but-set-variable]
  VolumeObjectPtr  myVOPtr;
                   ^~~~~~~
SUtils.c: In function 'PrintName':
SUtils.c:2374:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for ( i = 0; i < myCount; i++ )
     ^~~
SUtils.c:2376:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
     plog( "\n" );
     ^~~~
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SKeyCompare.o SKeyCompare.c
In file included from /usr/include/stdio.h:861:0,
                 from SRuntime.h:36,
                 from Scavenger.h:30,
                 from SRepair.c:34:
In function 'snprintf',
    inlined from 'FixBadLinkChainFirst' at SRepair.c:873:3:
/usr/include/bits/stdio2.h:67:10: warning: '__builtin___snprintf_chk': specified bound 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SDevice.o SDevice.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SExtents.o SExtents.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SAllocate.o SAllocate.c
In file included from /usr/include/strings.h:144:0,
                 from /usr/include/string.h:431,
                 from SRuntime.h:35,
                 from BTree.h:36,
                 from SExtents.c:36:
In function 'bzero',
    inlined from 'DeallocateFile' at SExtents.c:694:3:
/usr/include/bits/strings_fortified.h:31:3: warning: '__builtin___memset_chk' writing 52 bytes into a region of size 40 overflows the destination [-Wstringop-overflow=]
   (void) __builtin___memset_chk (__dest, '\0', __len, __bos0 (__dest));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'bzero',
    inlined from 'DeallocateFile' at SExtents.c:697:3:
/usr/include/bits/strings_fortified.h:31:3: warning: '__builtin___memset_chk' writing 52 bytes into a region of size 40 overflows the destination [-Wstringop-overflow=]
   (void) __builtin___memset_chk (__dest, '\0', __len, __bos0 (__dest));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SCatalog.o SCatalog.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o SStubs.o SStubs.c
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\"   -c -o VolumeBitmapCheck.o VolumeBitmapCheck.c
VolumeBitmapCheck.c:1119:13: warning: 'TrimExtent' defined but not used [-Wunused-function]
 static void TrimExtent(SGlobPtr g, UInt32 startBlock, UInt32 blockCount)
             ^~~~~~~~~~
VolumeBitmapCheck.c:1099:13: warning: 'TrimFlush' defined but not used [-Wunused-function]
 static void TrimFlush(void)
             ^~~~~~~~~
VolumeBitmapCheck.c:1091:13: warning: 'TrimInit' defined but not used [-Wunused-function]
 static void TrimInit(void)
             ^~~~~~~~
ar rc libdfa.a hfs_endian.o BlockCache.o BTree.o BTreeAllocate.o BTreeMiscOps.o BTreeNodeOps.o BTreeScanner.o BTreeTreeOps.o CatalogCheck.o HardLinkCheck.o SBTree.o SControl.o SVerify1.o SVerify2.o SRepair.o dirhardlink.o SRebuildBTree.o SUtils.o SKeyCompare.o SDevice.o SExtents.o SAllocate.o SCatalog.o SStubs.o VolumeBitmapCheck.o
make[2]: Leaving directory '/builddir/build/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib'
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/builddir/build/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -Wl,--build-id fsck_hfs.o utilities.o cache.o fsck_messages.o fsck_debug.o fsck_hfs_strings.o fsck_strings.o dfalib/libdfa.a -o fsck_hfs -lpthread
make[1]: Leaving directory '/builddir/build/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.k6lpFD
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64
+ cd diskdev_cmds-540.1.linux3
+ mkdir -p /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64///sbin
+ cp newfs_hfs.tproj/newfs_hfs /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64///sbin/mkfs.hfsplus
+ cp fsck_hfs.tproj/fsck_hfs /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64///sbin/fsck.hfsplus
+ mkdir -p /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64//usr/share/man/man8
+ cat fsck_hfs.tproj/fsck_hfs.8
+ sed -e 's/[F|f]sck_hfs/fsck.hfsplus/g'
+ cat newfs_hfs.tproj/newfs_hfs.8
+ sed -e 's/[N|n]ewfs_hfs/mkfs.hfsplus/g'
+ cd /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64///sbin
+ ln -s fsck.hfsplus fsck.hfs
+ cd /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64//usr/share/man/man8
+ ln -s fsck.hfsplus.8 fsck.hfs.8
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: hfsplus-tools-540.1.linux3-14.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zHKOtS
+ umask 022
+ cd /builddir/build/BUILD
+ cd diskdev_cmds-540.1.linux3
+ DOCDIR=/builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64/usr/share/doc/hfsplus-tools
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64/usr/share/doc/hfsplus-tools
+ cp -pr apsl-2.0.txt /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64/usr/share/doc/hfsplus-tools
+ exit 0
Provides: hfsplus-tools = 540.1.linux3-14.fc28 hfsplus-tools(riscv-64) = 540.1.linux3-14.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH)
Conflicts: hfsplusutils
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64
Wrote: /builddir/build/SRPMS/hfsplus-tools-540.1.linux3-14.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/hfsplus-tools-540.1.linux3-14.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5rywyE
+ umask 022
+ cd /builddir/build/BUILD
+ cd diskdev_cmds-540.1.linux3
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/hfsplus-tools-540.1.linux3-14.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
++ sleep 5
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff