<86>Jan 16 03:29:33 userdel[3266302]: delete user 'rooter'
<86>Jan 16 03:29:33 userdel[3266302]: removed group 'rooter' owned by 'rooter'
<86>Jan 16 03:29:33 userdel[3266302]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 16 03:29:33 groupadd[3266327]: group added to /etc/group: name=rooter, GID=918
<86>Jan 16 03:29:33 groupadd[3266327]: group added to /etc/gshadow: name=rooter
<86>Jan 16 03:29:33 groupadd[3266327]: new group: name=rooter, GID=918
<86>Jan 16 03:29:33 useradd[3266347]: new user: name=rooter, UID=918, GID=918, home=/root, shell=/bin/bash
<86>Jan 16 03:29:33 userdel[3266369]: delete user 'builder'
<86>Jan 16 03:29:33 userdel[3266369]: removed group 'builder' owned by 'builder'
<86>Jan 16 03:29:33 userdel[3266369]: removed shadow group 'builder' owned by 'builder'
<86>Jan 16 03:29:33 groupadd[3266385]: group added to /etc/group: name=builder, GID=919
<86>Jan 16 03:29:33 groupadd[3266385]: group added to /etc/gshadow: name=builder
<86>Jan 16 03:29:33 groupadd[3266385]: new group: name=builder, GID=919
<86>Jan 16 03:29:33 useradd[3266397]: new user: name=builder, UID=919, GID=919, home=/usr/src, shell=/bin/bash
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
<13>Jan 16 03:29:34 rpmi: rpm-macros-kde-common-devel-14.12.1-alt1 1422279175 installed
<13>Jan 16 03:29:34 rpmi: rpm-macros-generic-compat-0.04-alt1 1527350580 installed
<13>Jan 16 03:29:34 rpmi: rpm-macros-fedora-compat-0.159-alt1 p9+259173.100.1.1 1601730440 installed
<13>Jan 16 03:29:35 rpmi: libnatspec-0.3.1-alt2 1445691578 installed
<13>Jan 16 03:29:35 rpmi: unzip-6.0-alt4 p9+261695.100.1.1 1605219254 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/libaesgm-20090429-alt2_20.nosrc.rpm (w1.gzdio)
Installing libaesgm-20090429-alt2_20.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.43432
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libaesgm-20090429
+ /bin/mkdir -p libaesgm-20090429
+ cd libaesgm-20090429
+ echo 'Source #0 (aes-src-29-04-09.zip):'
Source #0 (aes-src-29-04-09.zip):
+ /usr/bin/unzip -qq /usr/src/RPM/SOURCES/aes-src-29-04-09.zip
+ /bin/chmod -c -Rf u+rwX,go-w .
+ cp /usr/src/RPM/SOURCES/Makefile.aes Makefile
+ echo 'Patch #0 (libaesgm-20090429-fileencrypt.patch):'
Patch #0 (libaesgm-20090429-fileencrypt.patch):
+ /usr/bin/patch -p1 -b --suffix .fileencrypt
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 /usr/src/tmp/rpm-tmp.23953
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libaesgm-20090429
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DUSE_SHA1' LDFLAGS=-Wl,-z,relro
make: Entering directory '/usr/src/RPM/BUILD/libaesgm-20090429'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DUSE_SHA1   -c -o aescrypt.o aescrypt.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DUSE_SHA1   -c -o aeskey.o aeskey.c
In file included from aeskey.c:28:
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 -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DUSE_SHA1   -c -o aes_modes.o aes_modes.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DUSE_SHA1   -c -o aestab.o aestab.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DUSE_SHA1   -c -o hmac.o hmac.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DUSE_SHA1   -c -o pwd2key.o pwd2key.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DUSE_SHA1   -c -o sha1.o sha1.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DUSE_SHA1   -c -o sha2.o sha2.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -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
make: Leaving directory '/usr/src/RPM/BUILD/libaesgm-20090429'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.17124
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libaesgm-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libaesgm-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd libaesgm-20090429
+ make DESTDIR=/usr/src/tmp/libaesgm-buildroot LIBDIR=/usr/lib64 install
make: Entering directory '/usr/src/RPM/BUILD/libaesgm-20090429'
mkdir -p /usr/src/tmp/libaesgm-buildroot/usr/include//aes/
cp -p *.h /usr/src/tmp/libaesgm-buildroot/usr/include//aes/
mkdir -p /usr/src/tmp/libaesgm-buildroot/usr/lib64
cp -p libaesgm.so.0.0.0 /usr/src/tmp/libaesgm-buildroot/usr/lib64
cd /usr/src/tmp/libaesgm-buildroot/usr/lib64 && ln -s -f libaesgm.so.0.0.0 libaesgm.so && ln -s -f libaesgm.so.0.0.0 libaesgm.so.0
make: Leaving directory '/usr/src/RPM/BUILD/libaesgm-20090429'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libaesgm-buildroot (auto)
mode of './usr/lib64/libaesgm.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libaesgm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/libaesgm-buildroot/ (default)
Compressing files in /usr/src/tmp/libaesgm-buildroot (auto)
Adjusting library links in /usr/src/tmp/libaesgm-buildroot
./usr/lib64:
	libaesgm.so.0 -> libaesgm.so.0.0.0
Verifying ELF objects in /usr/src/tmp/libaesgm-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: libaesgm-20090429-alt2_20
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.17124
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libaesgm-20090429
+ DOCDIR=/usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429
+ export DOCDIR
+ rm -rf /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429
+ /bin/mkdir -p /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429
+ cp -prL aes.txt vb.txt via_ace.txt /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429
+ chmod -R go-w /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429
+ chmod -R a+rX /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1xRBxV
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libaesgm-buildroot/usr/lib64/libaesgm.so.0: 64 symbols, 16 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NHz1eX
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libaesgm.so.0()(64bit) = set:jcJB2wQ2zhrzQ0ax55sbSkMGM4hXDCUmVR3AWP9gIycEfvmmLVc64mLpI3w3tVHqChk2daZrYVl8ayZlD1waU4b7JwLiTRw0jGwPPi7iOavdmysxGXAtSFs5D6TI97
Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Nsc3l2
Creating libaesgm-debuginfo package
Processing files: libaesgm-devel-20090429-alt2_20
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bg05Sa
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fvSSPm
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h:47:2: error: #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm
 #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm
  ^~~~~
cpp.req: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h: cpp failed, trying c++ mode
x86_64-alt-linux-cpp: error trying to exec 'cc1plus': execvp: No such file or directory
cpp.req: WARNING: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h: cpp failed
In file included from /usr/src/tmp/libaesgm-buildroot/usr/include/aes/fileenc.h:42:
/usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h:47:2: error: #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm
 #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm
  ^~~~~
cpp.req: WARNING: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/fileenc.h: cpp failed
Requires: libaesgm = 20090429-alt2_20, /usr/lib64/libaesgm.so.0.0.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xHAmcC
Processing files: libaesgm-debuginfo-20090429-alt2_20
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FCRRYU
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vIaBbh
find-requires: running scripts (debuginfo)
Provides: debug64(libaesgm.so.0)
Requires: libaesgm = 20090429-alt2_20, debug64(libc.so.6)
Adding to libaesgm-devel a strict dependency on libaesgm
Adding to libaesgm-debuginfo a strict dependency on libaesgm
Removing 1 extra deps from libaesgm-devel due to dependency on libaesgm
Wrote: /usr/src/RPM/RPMS/x86_64/libaesgm-20090429-alt2_20.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libaesgm-devel-20090429-alt2_20.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libaesgm-debuginfo-20090429-alt2_20.x86_64.rpm (w2.lzdio)
2.89user 0.79system 0:10.74elapsed 34%CPU (0avgtext+0avgdata 50408maxresident)k
0inputs+0outputs (0major+409215minor)pagefaults 0swaps
5.77user 3.07system 0:15.29elapsed 57%CPU (0avgtext+0avgdata 120056maxresident)k
8inputs+0outputs (51597major+745028minor)pagefaults 0swaps
--- libaesgm-20090429-alt2_20.x86_64.rpm.repo	2019-02-16 20:03:53.000000000 +0000
+++ libaesgm-20090429-alt2_20.x86_64.rpm.hasher	2022-01-16 03:29:47.188145817 +0000
@@ -15,3 +15,3 @@
 File: /usr/lib64/libaesgm.so.0	120777	root:root		libaesgm.so.0.0.0
-File: /usr/lib64/libaesgm.so.0.0.0	100644	root:root	40a71ccc7f4beec599e82e450c997835	
+File: /usr/lib64/libaesgm.so.0.0.0	100644	root:root	60f5509860469ac1f4b78f739d994cbf	
 File: /usr/share/doc/libaesgm-20090429	40755	root:root		
@@ -20,2 +20,2 @@
 File: /usr/share/doc/libaesgm-20090429/via_ace.txt	100644	root:root	e43b14de30268cd8cf8664a230533bf9	
-RPMIdentity: 846c0792cbbf718eee17494bb5f82b639e9959166687a269d5f100bb4819a40430a504a41fa945f195d6a4d9d43acd6a08aeca81893e47cd1cd386ede8705ded
+RPMIdentity: 25bfefb35b89a3bf47b08ccd53506c4a08dfd584ef797741ab59ea16777d2f6c80d2f1438cb3a715891e844f590169b033ac58b1031f740cdda97b7220e3b0cb
--- libaesgm-debuginfo-20090429-alt2_20.x86_64.rpm.repo	2019-02-16 20:03:53.000000000 +0000
+++ libaesgm-debuginfo-20090429-alt2_20.x86_64.rpm.hasher	2022-01-16 03:29:47.247146722 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/cb	40755	root:root	
-/usr/lib/debug/.build-id/cb/5bed80541d34c02e148d3ba6aad1c40e5a8e81	120777	root:root	../../../../lib64/libaesgm.so.0.0.0
-/usr/lib/debug/.build-id/cb/5bed80541d34c02e148d3ba6aad1c40e5a8e81.debug	120777	root:root	../../usr/lib64/libaesgm.so.0.0.0.debug
+/usr/lib/debug/.build-id/fe	40755	root:root	
+/usr/lib/debug/.build-id/fe/0d0ca7ef2eb67fa3993f7e1174fc00ccab8392	120777	root:root	../../../../lib64/libaesgm.so.0.0.0
+/usr/lib/debug/.build-id/fe/0d0ca7ef2eb67fa3993f7e1174fc00ccab8392.debug	120777	root:root	../../usr/lib64/libaesgm.so.0.0.0.debug
 /usr/lib/debug/usr/lib64/libaesgm.so.0.0.0.debug	100644	root:root	
@@ -28,6 +28,6 @@
 Provides: libaesgm-debuginfo = 20090429-alt2_20:sisyphus+221699.100.1.1
-File: /usr/lib/debug/.build-id/cb	40755	root:root		
-File: /usr/lib/debug/.build-id/cb/5bed80541d34c02e148d3ba6aad1c40e5a8e81	120777	root:root		../../../../lib64/libaesgm.so.0.0.0
-File: /usr/lib/debug/.build-id/cb/5bed80541d34c02e148d3ba6aad1c40e5a8e81.debug	120777	root:root		../../usr/lib64/libaesgm.so.0.0.0.debug
-File: /usr/lib/debug/usr/lib64/libaesgm.so.0.0.0.debug	100644	root:root	8e7fd4d05cc056412e1231f7ea4d4bea	
+File: /usr/lib/debug/.build-id/fe	40755	root:root		
+File: /usr/lib/debug/.build-id/fe/0d0ca7ef2eb67fa3993f7e1174fc00ccab8392	120777	root:root		../../../../lib64/libaesgm.so.0.0.0
+File: /usr/lib/debug/.build-id/fe/0d0ca7ef2eb67fa3993f7e1174fc00ccab8392.debug	120777	root:root		../../usr/lib64/libaesgm.so.0.0.0.debug
+File: /usr/lib/debug/usr/lib64/libaesgm.so.0.0.0.debug	100644	root:root	2ea5dff758ccd1a29bc58ad16a45e79d	
 File: /usr/lib/debug/usr/lib64/libaesgm.so.0.debug	120777	root:root		libaesgm.so.0.0.0.debug
@@ -51,2 +51,2 @@
 File: /usr/src/debug/libaesgm-20090429/sha2.h	100644	root:root	942da7c82e9ead8e57d1da3eade3efba	
-RPMIdentity: fa88517fb26ad0dfe6b541d0ddf00923d458d071fd707a5f9a1a3813a5ab9232f019d0bc9b0204575977bb5c1cc2947175eba72d8fdb1fab8e6d04451947a4f0
+RPMIdentity: 64c79ef2bf1759d557b24b77e3d2cc1da5aae99b91707709db2620a899c20286cdd69a3fd12cca82f30e13d9ab90dab781129016f74e580571999748f85fd1bd