Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/libaesgm.spec'], chrootPath='/var/lib/mock/f29-build-22593-11674/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/libaesgm.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/libaesgm-20090429-19.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/libaesgm.spec'], chrootPath='/var/lib/mock/f29-build-22593-11674/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/libaesgm.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wPYqtb + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libaesgm-20090429 + /usr/bin/mkdir -p libaesgm-20090429 + cd libaesgm-20090429 + /usr/bin/unzip -qq /builddir/build/SOURCES/aes-src-29-04-09.zip + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/Makefile.aes Makefile Patch #0 (libaesgm-20090429-fileencrypt.patch): + echo 'Patch #0 (libaesgm-20090429-fileencrypt.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fileencrypt --fuzz=0 patching file fileenc.c patching file fileenc.h patching file hmac.c patching file hmac.h patching file Makefile patching file pwd2key.c patching file pwd2key.h patching file sha1.c patching file sha1.h patching file sha2.c patching file sha2.h + sed -i 's/\r//' aes.txt vb.txt via_ace.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tAwhyb + umask 022 + cd /builddir/build/BUILD + cd libaesgm-20090429 + make '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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o aescrypt.o aescrypt.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o aeskey.o aeskey.c BUILDSTDERR: In file included from aeskey.c:28: BUILDSTDERR: aeskey.c: In function 'aes_decrypt_key192': BUILDSTDERR: aeskey.c:409:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:409:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:409:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:409:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:409:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:409:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:410:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:410:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:410:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:410:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:410:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:410:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c: In function 'aes_decrypt_key256': BUILDSTDERR: aeskey.c:500:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:500:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:500:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:500:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:500:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:500:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:501:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:501:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:501:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:501:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:501:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:501:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:502:34: warning: operation on 'ss[6]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:502:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:502:34: warning: operation on 'ss[6]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:502:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:502:34: warning: operation on 'ss[6]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:502:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:503:34: warning: operation on 'ss[7]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:503:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:503:34: warning: operation on 'ss[7]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:503:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); BUILDSTDERR: ^~ BUILDSTDERR: aeskey.c:503:34: warning: operation on 'ss[7]' may be undefined [-Wsequence-point] BUILDSTDERR: cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); BUILDSTDERR: aesopt.h:329:25: note: in definition of macro 'to_byte' BUILDSTDERR: # define to_byte(x) ((x) & 0xff) BUILDSTDERR: ^ BUILDSTDERR: aesopt.h:697:12: note: in expansion of macro 'bval' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~~~ BUILDSTDERR: aesopt.h:697:17: note: in expansion of macro 'vf1' BUILDSTDERR: ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ BUILDSTDERR: ^~ BUILDSTDERR: aesopt.h:719:29: note: in expansion of macro 'four_tables' BUILDSTDERR: # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: aeskey.c:247:17: note: in expansion of macro 'inv_mcol' BUILDSTDERR: #define ff(x) inv_mcol(x) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: aeskey.c:503:25: note: in expansion of macro 'ff' BUILDSTDERR: cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); BUILDSTDERR: ^~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o aes_modes.o aes_modes.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o aestab.o aestab.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o fileenc.o fileenc.c BUILDSTDERR: fileenc.c: In function 'fcrypt_end': BUILDSTDERR: fileenc.c:136:16: warning: unused variable 'res' [-Wunused-variable] BUILDSTDERR: { unsigned int res = cx->mode; BUILDSTDERR: ^~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o hmac.o hmac.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o pwd2key.o pwd2key.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o sha1.o sha1.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -c -o sha2.o sha2.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DUSE_SHA1 -shared -Wl,-soname,libaesgm.so.0 -o libaesgm.so.0.0.0 aescrypt.o aeskey.o aes_modes.o aestab.o fileenc.o hmac.o pwd2key.o sha1.o sha2.o -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5jPjtn + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64 + cd libaesgm-20090429 + make DESTDIR=/builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64 LIBDIR=/usr/lib64 install mkdir -p /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64/usr/include//aes/ cp -p *.h /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64/usr/include//aes/ mkdir -p /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64/usr/lib64 cp -p libaesgm.so.0.0.0 /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64/usr/lib64 cd /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64/usr/lib64 && ln -s -f libaesgm.so.0.0.0 libaesgm.so && ln -s -f libaesgm.so.0.0.0 libaesgm.so.0 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 20090429-19.fc29 --unique-debug-suffix -20090429-19.fc29.riscv64 --unique-debug-src-base libaesgm-20090429-19.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/libaesgm-20090429 extracting debug info from /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64/usr/lib64/libaesgm.so.0.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 326 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /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-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: libaesgm-20090429-19.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HsKug4 + umask 022 + cd /builddir/build/BUILD + cd libaesgm-20090429 + DOCDIR=/builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64/usr/share/doc/libaesgm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64/usr/share/doc/libaesgm + cp -pr aes.txt vb.txt via_ace.txt /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64/usr/share/doc/libaesgm + exit 0 Provides: libaesgm = 20090429-19.fc29 libaesgm(riscv-64) = 20090429-19.fc29 libaesgm.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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) rtld(GNU_HASH) Processing files: libaesgm-devel-20090429-19.fc29.riscv64 Provides: libaesgm-devel = 20090429-19.fc29 libaesgm-devel(riscv-64) = 20090429-19.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libaesgm.so.0()(64bit) Processing files: libaesgm-debugsource-20090429-19.fc29.riscv64 Provides: libaesgm-debugsource = 20090429-19.fc29 libaesgm-debugsource(riscv-64) = 20090429-19.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libaesgm-debuginfo-20090429-19.fc29.riscv64 Provides: debuginfo(build-id) = 5a85fd23f655a0574c76a445d40b6a109366d8a4 libaesgm-debuginfo = 20090429-19.fc29 libaesgm-debuginfo(riscv-64) = 20090429-19.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libaesgm-debugsource(riscv-64) = 20090429-19.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64 Wrote: /builddir/build/RPMS/libaesgm-20090429-19.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libaesgm-devel-20090429-19.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libaesgm-debugsource-20090429-19.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libaesgm-debuginfo-20090429-19.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.N7T69z + umask 022 + cd /builddir/build/BUILD + cd libaesgm-20090429 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libaesgm-20090429-19.fc29.riscv64 + exit 0 Child return code was: 0