+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/libaesgm.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.fFfVbi + 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 + echo 'Patch #0 (libaesgm-20090429-fileencrypt.patch):' 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.w5zQxi + 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 -fPIC -DUSE_SHA1' 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 -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 -fPIC -DUSE_SHA1 -c -o aeskey.o aeskey.c In file included from aeskey.c:28:0: aeskey.c: In function 'aes_decrypt_key192': aeskey.c:409:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:409:25: note: in expansion of macro 'ff' cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); ^~ aeskey.c:409:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:409:25: note: in expansion of macro 'ff' cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); ^~ aeskey.c:409:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:409:25: note: in expansion of macro 'ff' cx->ks[v(48,(4))] = ff(ss[4] = word_in(key, 4)); ^~ aeskey.c:410:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:410:25: note: in expansion of macro 'ff' cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); ^~ aeskey.c:410:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:410:25: note: in expansion of macro 'ff' cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); ^~ aeskey.c:410:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:410:25: note: in expansion of macro 'ff' cx->ks[v(48,(5))] = ff(ss[5] = word_in(key, 5)); ^~ aeskey.c: In function 'aes_decrypt_key256': aeskey.c:500:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:500:25: note: in expansion of macro 'ff' cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); ^~ aeskey.c:500:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:500:25: note: in expansion of macro 'ff' cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); ^~ aeskey.c:500:34: warning: operation on 'ss[4]' may be undefined [-Wsequence-point] cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:500:25: note: in expansion of macro 'ff' cx->ks[v(56,(4))] = ff(ss[4] = word_in(key, 4)); ^~ aeskey.c:501:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:501:25: note: in expansion of macro 'ff' cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); ^~ aeskey.c:501:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:501:25: note: in expansion of macro 'ff' cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); ^~ aeskey.c:501:34: warning: operation on 'ss[5]' may be undefined [-Wsequence-point] cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:501:25: note: in expansion of macro 'ff' cx->ks[v(56,(5))] = ff(ss[5] = word_in(key, 5)); ^~ aeskey.c:502:34: warning: operation on 'ss[6]' may be undefined [-Wsequence-point] cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:502:25: note: in expansion of macro 'ff' cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); ^~ aeskey.c:502:34: warning: operation on 'ss[6]' may be undefined [-Wsequence-point] cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:502:25: note: in expansion of macro 'ff' cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); ^~ aeskey.c:502:34: warning: operation on 'ss[6]' may be undefined [-Wsequence-point] cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:502:25: note: in expansion of macro 'ff' cx->ks[v(56,(6))] = ff(ss[6] = word_in(key, 6)); ^~ aeskey.c:503:34: warning: operation on 'ss[7]' may be undefined [-Wsequence-point] cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:503:25: note: in expansion of macro 'ff' cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); ^~ aeskey.c:503:34: warning: operation on 'ss[7]' may be undefined [-Wsequence-point] cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:503:25: note: in expansion of macro 'ff' cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); ^~ aeskey.c:503:34: warning: operation on 'ss[7]' may be undefined [-Wsequence-point] cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); aesopt.h:329:25: note: in definition of macro 'to_byte' # define to_byte(x) ((x) & 0xff) ^ aesopt.h:697:12: note: in expansion of macro 'bval' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~~~ aesopt.h:697:17: note: in expansion of macro 'vf1' ^ tab[2][bval(vf(x,2,c),rf(2,c))] \ ^~ aesopt.h:719:29: note: in expansion of macro 'four_tables' # define inv_mcol(x) four_tables(x,t_use(i,m),vf1,rf1,0) ^~~~~~~~~~~ aeskey.c:247:17: note: in expansion of macro 'inv_mcol' #define ff(x) inv_mcol(x) ^~~~~~~~ aeskey.c:503:25: note: in expansion of macro 'ff' cx->ks[v(56,(7))] = ff(ss[7] = word_in(key, 7)); ^~ 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 -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 -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 -fPIC -DUSE_SHA1 -c -o fileenc.o fileenc.c fileenc.c: In function 'fcrypt_end': fileenc.c:136:16: warning: unused variable 'res' [-Wunused-variable] { unsigned int res = cx->mode; ^~~ 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 -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 -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 -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 -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 -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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eJqbiI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64 + cd libaesgm-20090429 + make DESTDIR=/builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64 LIBDIR=/usr/lib64 install mkdir -p /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64/usr/include//aes/ cp -p *.h /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64/usr/include//aes/ mkdir -p /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64/usr/lib64 cp -p libaesgm.so.0.0.0 /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64/usr/lib64 cd /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.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/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: libaesgm-20090429-15.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fqNsE6 + umask 022 + cd /builddir/build/BUILD + cd libaesgm-20090429 + DOCDIR=/builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64/usr/share/doc/libaesgm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64/usr/share/doc/libaesgm + cp -pr aes.txt vb.txt via_ace.txt /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64/usr/share/doc/libaesgm + exit 0 Provides: libaesgm = 20090429-15.fc28 libaesgm(riscv-64) = 20090429-15.fc28 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-15.fc28.riscv64 Provides: libaesgm-devel = 20090429-15.fc28 libaesgm-devel(riscv-64) = 20090429-15.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libaesgm.so.0()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libaesgm-20090429-15.fc28.riscv64 Wrote: /builddir/build/SRPMS/libaesgm-20090429-15.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/libaesgm-20090429-15.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/libaesgm-devel-20090429-15.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aj8Reb + umask 022 + cd /builddir/build/BUILD + cd libaesgm-20090429 + rm -rf /builddir/build/BUILDROOT/libaesgm-20090429-15.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