+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/dex.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.OcLMGZ
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf dex-b1f65ce480b4a797ee624ac2638ca1d6dfbd99f4
+ /usr/bin/gzip -dc /builddir/build/SOURCES/dex-v1.0-b1f65ce.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd dex-b1f65ce480b4a797ee624ac2638ca1d6dfbd99f4
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.soDJG8
+ umask 022
+ cd /builddir/build/BUILD
+ cd dex-b1f65ce480b4a797ee624ac2638ca1d6dfbd99f4
+ cat
+ make -j4 V=1
gcc -g -O2 -Wall  -c -o Documentation/ttman.o Documentation/ttman.c
   UPDATE .VARS
   UPDATE .CFLAGS
gcc -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   -MF ./.depend/alias.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o alias.o alias.c
gcc -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   -MF ./.depend/bind.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o bind.o bind.c
gcc -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   -MF ./.depend/block.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o block.o block.c
gcc -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   -MF ./.depend/buffer-iter.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o buffer-iter.o buffer-iter.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from block.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
block.c: In function 'sanity_check':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:79:13: note: in expansion of macro 'container_of'
  for (pos = container_of((head)->next, __typeof__(*pos), member); \
             ^~~~~~~~~~~~
block.c:18:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, &buffer->blocks, node) {
  ^~~~~~~~~~~~~~~~~~~
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:81:13: note: in expansion of macro 'container_of'
       pos = container_of(pos->member.next, __typeof__(*pos), member))
             ^~~~~~~~~~~~
block.c:18:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, &buffer->blocks, node) {
  ^~~~~~~~~~~~~~~~~~~
gcc -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   -MF ./.depend/buffer.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o buffer.o buffer.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from buffer-iter.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/cconv.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o cconv.o cconv.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from buffer.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/change.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o change.o change.c
gcc -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   -MF ./.depend/cmdline.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o cmdline.o cmdline.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from change.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/color.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o color.o color.c
gcc -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   -MF ./.depend/command-mode.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o command-mode.o command-mode.c
gcc -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   -MF ./.depend/commands.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o commands.o commands.c
gcc -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   -MF ./.depend/common.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o common.o common.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from commands.c:4:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
commands.c: In function 'cmd_filter':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:79:13: note: in expansion of macro 'container_of'
  for (pos = container_of((head)->next, __typeof__(*pos), member); \
             ^~~~~~~~~~~~
commands.c:349:3: note: in expansion of macro 'list_for_each_entry'
   list_for_each_entry(blk, &buffer->blocks, node)
   ^~~~~~~~~~~~~~~~~~~
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:81:13: note: in expansion of macro 'container_of'
       pos = container_of(pos->member.next, __typeof__(*pos), member))
             ^~~~~~~~~~~~
commands.c:349:3: note: in expansion of macro 'list_for_each_entry'
   list_for_each_entry(blk, &buffer->blocks, node)
   ^~~~~~~~~~~~~~~~~~~
gcc -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   -MF ./.depend/compiler.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o compiler.o compiler.c
gcc -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   -MF ./.depend/completion.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o completion.o completion.c
gcc -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   -MF ./.depend/config.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o config.o config.c
gcc -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   -MF ./.depend/ctags.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o ctags.o ctags.c
gcc -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   -MF ./.depend/ctype.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o ctype.o ctype.c
gcc -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   -MF ./.depend/cursed.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o cursed.o cursed.c
gcc -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   -MF ./.depend/decoder.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o decoder.o decoder.c
gcc -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   -MF ./.depend/detect.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o detect.o detect.c
gcc -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   -MF ./.depend/edit.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o edit.o edit.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from detect.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/editor.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o editor.o editor.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from edit.c:3:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/encoder.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o encoder.o encoder.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from editor.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
editor.c: In function 'sanity_check':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:79:13: note: in expansion of macro 'container_of'
  for (pos = container_of((head)->next, __typeof__(*pos), member); \
             ^~~~~~~~~~~~
editor.c:32:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, &v->buffer->blocks, node) {
  ^~~~~~~~~~~~~~~~~~~
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:81:13: note: in expansion of macro 'container_of'
       pos = container_of(pos->member.next, __typeof__(*pos), member))
             ^~~~~~~~~~~~
editor.c:32:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, &v->buffer->blocks, node) {
  ^~~~~~~~~~~~~~~~~~~
gcc -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   -MF ./.depend/encoding.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o encoding.o encoding.c
gcc -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   -MF ./.depend/env.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o env.o env.c
gcc -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   -MF ./.depend/error.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o error.o error.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from env.c:3:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/file-history.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o file-history.o file-history.c
gcc -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   -MF ./.depend/file-location.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o file-location.o file-location.c
gcc -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   -MF ./.depend/file-option.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o file-option.o file-option.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from file-location.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/filetype.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o filetype.o filetype.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from file-option.c:4:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/fork.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o fork.o fork.c
gcc -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   -MF ./.depend/format-status.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o format-status.o format-status.c
gcc -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   -MF ./.depend/frame.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o frame.o frame.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from format-status.h:4,
                 from format-status.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/gbuf.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o gbuf.o gbuf.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from frame.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/git-open.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o git-open.o git-open.c
gcc -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   -MF ./.depend/history.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o history.o history.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from git-open.c:3:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/hl.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o hl.o hl.c
gcc -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   -MF ./.depend/indent.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o indent.o indent.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from hl.h:4,
                 from hl.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/input-special.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o input-special.o input-special.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from indent.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/iter.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o iter.o iter.c
gcc -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   -MF ./.depend/key.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o key.o key.c
In file included from iter.h:5:0,
                 from iter.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
iter.c: In function 'block_iter_goto_offset':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:79:13: note: in expansion of macro 'container_of'
  for (pos = container_of((head)->next, __typeof__(*pos), member); \
             ^~~~~~~~~~~~
iter.c:170:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, bi->head, node) {
  ^~~~~~~~~~~~~~~~~~~
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:81:13: note: in expansion of macro 'container_of'
       pos = container_of(pos->member.next, __typeof__(*pos), member))
             ^~~~~~~~~~~~
iter.c:170:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, bi->head, node) {
  ^~~~~~~~~~~~~~~~~~~
iter.c: In function 'block_iter_get_offset':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:79:13: note: in expansion of macro 'container_of'
  for (pos = container_of((head)->next, __typeof__(*pos), member); \
             ^~~~~~~~~~~~
iter.c:204:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, bi->head, node) {
  ^~~~~~~~~~~~~~~~~~~
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:81:13: note: in expansion of macro 'container_of'
       pos = container_of(pos->member.next, __typeof__(*pos), member))
             ^~~~~~~~~~~~
iter.c:204:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, bi->head, node) {
  ^~~~~~~~~~~~~~~~~~~
gcc -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   -MF ./.depend/load-save.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o load-save.o load-save.c
gcc -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   -MF ./.depend/lock.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o lock.o lock.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from load-save.h:4,
                 from load-save.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
load-save.c: In function 'write_buffer':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:79:13: note: in expansion of macro 'container_of'
  for (pos = container_of((head)->next, __typeof__(*pos), member); \
             ^~~~~~~~~~~~
load-save.c:253:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, &b->blocks, node) {
  ^~~~~~~~~~~~~~~~~~~
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:81:13: note: in expansion of macro 'container_of'
       pos = container_of(pos->member.next, __typeof__(*pos), member))
             ^~~~~~~~~~~~
load-save.c:253:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, &b->blocks, node) {
  ^~~~~~~~~~~~~~~~~~~
gcc -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   -MF ./.depend/main.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o main.o main.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from lock.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/modes.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o modes.o modes.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from main.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/move.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o move.o move.c
gcc -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   -MF ./.depend/msg.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o msg.o msg.c
In file included from iter.h:5:0,
                 from view.h:5,
                 from move.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/normal-mode.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o normal-mode.o normal-mode.c
gcc -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   -MF ./.depend/obuf.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o obuf.o obuf.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from normal-mode.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/options.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o options.o options.c
gcc -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   -MF ./.depend/parse-args.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o parse-args.o parse-args.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from options.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
options.c: In function 'toggle_option':
options.c:571:26: warning: cast increases required alignment of target type [-Wcast-align]
  value.int_val = toggle(*(int *)ptr, desc->u.enum_opt.values);
                          ^
options.c: In function 'free_local_options':
options.c:729:19: warning: cast increases required alignment of target type [-Wcast-align]
    char **local = (char **)local_ptr(desc, opt);
                   ^
gcc -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   -MF ./.depend/parse-command.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o parse-command.o parse-command.c
gcc -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   -MF ./.depend/path.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o path.o path.c
gcc -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   -MF ./.depend/ptr-array.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o ptr-array.o ptr-array.c
gcc -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   -MF ./.depend/regexp.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o regexp.o regexp.c
gcc -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   -MF ./.depend/run.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o run.o run.c
gcc -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   -MF ./.depend/screen-tabbar.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o screen-tabbar.o screen-tabbar.c
gcc -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   -MF ./.depend/screen-view.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o screen-view.o screen-view.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from screen.h:4,
                 from screen-tabbar.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/screen.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o screen.o screen.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from screen.h:4,
                 from screen-view.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/search-mode.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o search-mode.o search-mode.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from screen.h:4,
                 from screen.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/search.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o search.o search.c
gcc -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   -MF ./.depend/selection.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o selection.o selection.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from search.c:2:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/spawn.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o spawn.o spawn.c
In file included from iter.h:5:0,
                 from view.h:5,
                 from selection.h:4,
                 from selection.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/state.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o state.o state.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from spawn.c:3:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/syntax.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o syntax.o syntax.c
gcc -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   -MF ./.depend/tabbar.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o tabbar.o tabbar.c
gcc -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   -MF ./.depend/tag.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o tag.o tag.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from tabbar.h:4,
                 from tabbar.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc -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   -MF ./.depend/term.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o term.o term.c
gcc -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   -MF ./.depend/term-caps.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o term-caps.o term-caps.c
gcc -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   -MF ./.depend/uchar.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o uchar.o uchar.c
gcc -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   -MF ./.depend/unicode.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o unicode.o unicode.c
gcc -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   -MF ./.depend/vars.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -DPROGRAM="dex" -DVERSION="1.0" -DPKGDATADIR="/usr/share/dex" -c -o vars.o vars.c
gcc -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   -MF ./.depend/view.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o view.o view.c
gcc -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   -MF ./.depend/wbuf.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o wbuf.o wbuf.c
In file included from iter.h:5:0,
                 from view.h:5,
                 from view.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
view.c: In function 'view_update_cursor_y':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:79:13: note: in expansion of macro 'container_of'
  for (pos = container_of((head)->next, __typeof__(*pos), member); \
             ^~~~~~~~~~~~
view.c:13:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, &b->blocks, node) {
  ^~~~~~~~~~~~~~~~~~~
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
list.h:81:13: note: in expansion of macro 'container_of'
       pos = container_of(pos->member.next, __typeof__(*pos), member))
             ^~~~~~~~~~~~
view.c:13:2: note: in expansion of macro 'list_for_each_entry'
  list_for_each_entry(blk, &b->blocks, node) {
  ^~~~~~~~~~~~~~~~~~~
gcc -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   -MF ./.depend/window.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o window.o window.c
gcc -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   -MF ./.depend/xmalloc.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o xmalloc.o xmalloc.c
In file included from iter.h:5:0,
                 from buffer.h:4,
                 from window.h:4,
                 from window.c:1:
iter.h: In function 'BLOCK':
list.h:70:2: warning: cast increases required alignment of target type [-Wcast-align]
  (type *)( (char *)__mptr - offsetof(type,member) );})
  ^
iter.h:23:9: note: in expansion of macro 'container_of'
  return container_of(item, struct block, node);
         ^~~~~~~~~~~~
gcc   -o Documentation/ttman Documentation/ttman.o 
gcc -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   -MF ./.depend/test-main.o.d -MMD -MP -Wdeclaration-after-statement -Wformat-security -Wmissing-prototypes -Wold-style-definition -Wredundant-decls -Wwrite-strings -Wundef -Wshadow -Wcast-align -Wno-pointer-sign  -DDEBUG=1 -c -o test-main.o test-main.c
sed -e s/%MAN%/DEX/g -e s/%PROGRAM%/dex/g < Documentation/dex.txt | Documentation/ttman > Documentation/dex.1
sed -e s/%MAN%/DEX-SYNTAX/g -e s/%PROGRAM%/dex/g < Documentation/dex-syntax.txt | Documentation/ttman > Documentation/dex-syntax.7
gcc   -o dex alias.o bind.o block.o buffer-iter.o buffer.o cconv.o change.o cmdline.o color.o command-mode.o commands.o common.o compiler.o completion.o config.o ctags.o ctype.o cursed.o decoder.o detect.o edit.o editor.o encoder.o encoding.o env.o error.o file-history.o file-location.o file-option.o filetype.o fork.o format-status.o frame.o gbuf.o git-open.o history.o hl.o indent.o input-special.o iter.o key.o load-save.o lock.o main.o modes.o move.o msg.o normal-mode.o obuf.o options.o parse-args.o parse-command.o path.o ptr-array.o regexp.o run.o screen-tabbar.o screen-view.o screen.o search-mode.o search.o selection.o spawn.o state.o syntax.o tabbar.o tag.o term.o term-caps.o uchar.o unicode.o vars.o view.o wbuf.o window.o xmalloc.o  -lcurses
gcc   -o test alias.o bind.o block.o buffer-iter.o buffer.o cconv.o change.o cmdline.o color.o command-mode.o commands.o common.o compiler.o completion.o config.o ctags.o ctype.o cursed.o decoder.o detect.o edit.o editor.o encoder.o encoding.o env.o error.o file-history.o file-location.o file-option.o filetype.o fork.o format-status.o frame.o gbuf.o git-open.o history.o hl.o indent.o input-special.o iter.o key.o load-save.o lock.o modes.o move.o msg.o normal-mode.o obuf.o options.o parse-args.o parse-command.o path.o ptr-array.o regexp.o run.o screen-tabbar.o screen-view.o screen.o search-mode.o search.o selection.o spawn.o state.o syntax.o tabbar.o tag.o term.o term-caps.o uchar.o unicode.o vars.o view.o wbuf.o window.o xmalloc.o test-main.o  -lcurses
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NJgJpG
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64
+ cd dex-b1f65ce480b4a797ee624ac2638ca1d6dfbd99f4
+ /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64 'INSTALL=/usr/bin/install -p'
/usr/bin/install -p -d -m755 /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/bin
/usr/bin/install -p -d -m755 /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/dex/binding
/usr/bin/install -p -d -m755 /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/dex/color
/usr/bin/install -p -d -m755 /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/dex/compiler
/usr/bin/install -p -d -m755 /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/dex/syntax
/usr/bin/install -p -d -m755 /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/man/man1
/usr/bin/install -p -d -m755 /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/man/man7
/usr/bin/install -p -m755 dex  /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/bin
/usr/bin/install -p -m644 share/filetype share/rc   /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/dex
/usr/bin/install -p -m644 share/binding/default  /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/dex/binding
/usr/bin/install -p -m644 share/color/darkgray share/color/light share/color/light256    /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/dex/color
/usr/bin/install -p -m644 share/compiler/gcc share/compiler/go /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/dex/compiler
/usr/bin/install -p -m644 share/syntax/awk share/syntax/c share/syntax/config share/syntax/css share/syntax/diff share/syntax/dex share/syntax/gitcommit share/syntax/gitrebase share/syntax/go share/syntax/html share/syntax/html+smarty share/syntax/java share/syntax/javascript share/syntax/lua share/syntax/mail share/syntax/make share/syntax/php share/syntax/python share/syntax/sh share/syntax/smarty share/syntax/sql share/syntax/xml   /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/dex/syntax
/usr/bin/install -p -m644 Documentation/dex.1 /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/man/man1
/usr/bin/install -p -m644 Documentation/dex-syntax.7 /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/man/man7
+ /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: dex-1.0-6.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wY2FVJ
+ umask 022
+ cd /builddir/build/BUILD
+ cd dex-b1f65ce480b4a797ee624ac2638ca1d6dfbd99f4
+ DOCDIR=/builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/doc/dex
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/doc/dex
+ cp -pr README.md /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/doc/dex
+ cp -pr FAQ /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/doc/dex
+ cp -pr COPYING /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64/usr/share/doc/dex
+ exit 0
Provides: dex = 1.0-6.fc28 dex(riscv-64) = 1.0-6.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) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64
Wrote: /builddir/build/SRPMS/dex-1.0-6.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/dex-1.0-6.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NR7Urt
+ umask 022
+ cd /builddir/build/BUILD
+ cd dex-b1f65ce480b4a797ee624ac2638ca1d6dfbd99f4
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/dex-1.0-6.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff