<86>Jul 21 11:19:59 userdel[3561595]: delete user 'rooter'
<86>Jul 21 11:19:59 userdel[3561595]: removed group 'rooter' owned by 'rooter'
<86>Jul 21 11:19:59 userdel[3561595]: removed shadow group 'rooter' owned by 'rooter'
<86>Jul 21 11:19:59 groupadd[3561612]: group added to /etc/group: name=rooter, GID=657
<86>Jul 21 11:19:59 groupadd[3561612]: group added to /etc/gshadow: name=rooter
<86>Jul 21 11:19:59 groupadd[3561612]: new group: name=rooter, GID=657
<86>Jul 21 11:19:59 useradd[3561627]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash
<86>Jul 21 11:19:59 userdel[3561650]: delete user 'builder'
<86>Jul 21 11:19:59 userdel[3561650]: removed group 'builder' owned by 'builder'
<86>Jul 21 11:19:59 userdel[3561650]: removed shadow group 'builder' owned by 'builder'
<86>Jul 21 11:19:59 groupadd[3561666]: group added to /etc/group: name=builder, GID=658
<86>Jul 21 11:19:59 groupadd[3561666]: group added to /etc/gshadow: name=builder
<86>Jul 21 11:19:59 groupadd[3561666]: new group: name=builder, GID=658
<86>Jul 21 11:19:59 useradd[3561681]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash
<13>Jul 21 11:20:00 rpmi: rpm-macros-kde-common-devel-14.12.1-alt1 1422279175 installed
<13>Jul 21 11:20:00 rpmi: rpm-macros-generic-compat-0.04-alt1 1527350580 installed
<13>Jul 21 11:20:00 rpmi: rpm-macros-fedora-compat-0.159-alt1 sisyphus+258368.100.1.1 1600512138 installed
<13>Jul 21 11:20:02 rpmi: libnatspec-0.3.1-alt2 sisyphus+275114.100.1.1 1624405313 installed
<13>Jul 21 11:20:02 rpmi: unzip-6.0-alt4 sisyphus+278477.100.1.1 1626103441 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/libaesgm-20090429-alt2_24.nosrc.rpm (w1.gzdio)
Installing libaesgm-20090429-alt2_24.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.17528
+ 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
+ echo 'Patch #1 (libaesgm-20090429-git8798ad829374cd5ff312f55ba3ccccfcf586fa11.patch):'
Patch #1 (libaesgm-20090429-git8798ad829374cd5ff312f55ba3ccccfcf586fa11.patch):
+ /usr/bin/patch -p1 -b --suffix .git8798ad82
patching file aes_amd64.asm
patching file aescpp.h
patching file aescrypt.c
patching file aes.h
patching file aeskey.c
patching file aes_modes.c
patching file aesopt.h
patching file aestab.c
patching file aestab.h
patching file aes_via_ace.h
patching file aes_x86_v1.asm
patching file aes_x86_v2.asm
patching file aesxam.c
patching file brg_endian.h
patching file brg_types.h
patching file license.txt
patching file rdtsc.h
patching file rfc3686.c
patching file tablegen.c
+ sed -i 's/\r//' aes.txt license.txt vb.txt via_ace.txt
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.17528
+ 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 -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1' LDFLAGS=-Wl,-z,relro
make: Entering directory '/usr/src/RPM/BUILD/libaesgm-20090429'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o aescrypt.o aescrypt.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o aeskey.o aeskey.c
In file included from aeskey.c:32:
aes_via_ace.h: In function 'read_via_rng':
aes_via_ace.h:518:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  518 |     || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_rng_test())
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aes_via_ace.h:525:9: note: in expansion of macro 'VIA_RNG_AVAILABLE'
  525 |     if(!VIA_RNG_AVAILABLE)
      |         ^~~~~~~~~~~~~~~~~
aeskey.c: In function 'aes_encrypt_key128':
aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  510 |     || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test())
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aeskey.c:114:8: note: in expansion of macro 'VIA_ACE_AVAILABLE'
  114 |     if(VIA_ACE_AVAILABLE)
      |        ^~~~~~~~~~~~~~~~~
aeskey.c: In function 'aes_encrypt_key192':
aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  510 |     || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test())
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aeskey.c:164:8: note: in expansion of macro 'VIA_ACE_AVAILABLE'
  164 |     if(VIA_ACE_AVAILABLE)
      |        ^~~~~~~~~~~~~~~~~
aeskey.c: In function 'aes_encrypt_key256':
aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  510 |     || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test())
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aeskey.c:217:8: note: in expansion of macro 'VIA_ACE_AVAILABLE'
  217 |     if(VIA_ACE_AVAILABLE)
      |        ^~~~~~~~~~~~~~~~~
aeskey.c: In function 'aes_decrypt_key128':
aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  510 |     || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test())
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aeskey.c:345:8: note: in expansion of macro 'VIA_ACE_AVAILABLE'
  345 |     if(VIA_ACE_AVAILABLE)
      |        ^~~~~~~~~~~~~~~~~
aeskey.c: In function 'aes_decrypt_key192':
aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  510 |     || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test())
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aeskey.c:433:8: note: in expansion of macro 'VIA_ACE_AVAILABLE'
  433 |     if(VIA_ACE_AVAILABLE)
      |        ^~~~~~~~~~~~~~~~~
aeskey.c: In function 'aes_decrypt_key256':
aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  510 |     || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test())
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aeskey.c:534:8: note: in expansion of macro 'VIA_ACE_AVAILABLE'
  534 |     if(VIA_ACE_AVAILABLE)
      |        ^~~~~~~~~~~~~~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o aes_modes.o aes_modes.c
In file included from aes_modes.c:56:
aes_via_ace.h: In function 'read_via_rng':
aes_via_ace.h:518:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  518 |     || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_rng_test())
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aes_via_ace.h:525:9: note: in expansion of macro 'VIA_RNG_AVAILABLE'
  525 |     if(!VIA_RNG_AVAILABLE)
      |         ^~~~~~~~~~~~~~~~~
aes_modes.c: At top level:
aes_via_ace.h:67:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   67 |     NEH_ENC_GEN | NEH_KEY128, 0, 0, 0,\
      |                 ^
aes_modes.c:60:61: note: in expansion of macro 'NEH_ENC_GEN_DATA'
   60 | aligned_array(unsigned long,    enc_gen_table, 12, 16) =    NEH_ENC_GEN_DATA;
      |                                                             ^~~~~~~~~~~~~~~~
aes_via_ace.h:68:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   68 |     NEH_ENC_GEN | NEH_KEY192, 0, 0, 0,\
      |                 ^
aes_modes.c:60:61: note: in expansion of macro 'NEH_ENC_GEN_DATA'
   60 | aligned_array(unsigned long,    enc_gen_table, 12, 16) =    NEH_ENC_GEN_DATA;
      |                                                             ^~~~~~~~~~~~~~~~
aes_via_ace.h:69:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   69 |     NEH_ENC_GEN | NEH_KEY256, 0, 0, 0 }
      |                 ^
aes_modes.c:60:61: note: in expansion of macro 'NEH_ENC_GEN_DATA'
   60 | aligned_array(unsigned long,    enc_gen_table, 12, 16) =    NEH_ENC_GEN_DATA;
      |                                                             ^~~~~~~~~~~~~~~~
aes_via_ace.h:72:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   72 |     NEH_ENC_LOAD | NEH_KEY128, 0, 0, 0,\
      |                  ^
aes_modes.c:61:60: note: in expansion of macro 'NEH_ENC_LOAD_DATA'
   61 | aligned_array(unsigned long,   enc_load_table, 12, 16) =   NEH_ENC_LOAD_DATA;
      |                                                            ^~~~~~~~~~~~~~~~~
aes_via_ace.h:73:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   73 |     NEH_ENC_LOAD | NEH_KEY192, 0, 0, 0,\
      |                  ^
aes_modes.c:61:60: note: in expansion of macro 'NEH_ENC_LOAD_DATA'
   61 | aligned_array(unsigned long,   enc_load_table, 12, 16) =   NEH_ENC_LOAD_DATA;
      |                                                            ^~~~~~~~~~~~~~~~~
aes_via_ace.h:74:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   74 |     NEH_ENC_LOAD | NEH_KEY256, 0, 0, 0 }
      |                  ^
aes_modes.c:61:60: note: in expansion of macro 'NEH_ENC_LOAD_DATA'
   61 | aligned_array(unsigned long,   enc_load_table, 12, 16) =   NEH_ENC_LOAD_DATA;
      |                                                            ^~~~~~~~~~~~~~~~~
aes_via_ace.h:77:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   77 |     NEH_ENC_GEN  | NEH_KEY128, 0, 0, 0,\
      |                  ^
aes_modes.c:62:58: note: in expansion of macro 'NEH_ENC_HYBRID_DATA'
   62 | aligned_array(unsigned long, enc_hybrid_table, 12, 16) = NEH_ENC_HYBRID_DATA;
      |                                                          ^~~~~~~~~~~~~~~~~~~
aes_via_ace.h:78:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   78 |     NEH_ENC_LOAD | NEH_KEY192, 0, 0, 0,\
      |                  ^
aes_modes.c:62:58: note: in expansion of macro 'NEH_ENC_HYBRID_DATA'
   62 | aligned_array(unsigned long, enc_hybrid_table, 12, 16) = NEH_ENC_HYBRID_DATA;
      |                                                          ^~~~~~~~~~~~~~~~~~~
aes_via_ace.h:79:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   79 |     NEH_ENC_LOAD | NEH_KEY256, 0, 0, 0 }
      |                  ^
aes_modes.c:62:58: note: in expansion of macro 'NEH_ENC_HYBRID_DATA'
   62 | aligned_array(unsigned long, enc_hybrid_table, 12, 16) = NEH_ENC_HYBRID_DATA;
      |                                                          ^~~~~~~~~~~~~~~~~~~
aes_via_ace.h:82:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   82 |     NEH_DEC_GEN | NEH_KEY128, 0, 0, 0,\
      |                 ^
aes_modes.c:63:61: note: in expansion of macro 'NEH_DEC_GEN_DATA'
   63 | aligned_array(unsigned long,    dec_gen_table, 12, 16) =    NEH_DEC_GEN_DATA;
      |                                                             ^~~~~~~~~~~~~~~~
aes_via_ace.h:83:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   83 |     NEH_DEC_GEN | NEH_KEY192, 0, 0, 0,\
      |                 ^
aes_modes.c:63:61: note: in expansion of macro 'NEH_DEC_GEN_DATA'
   63 | aligned_array(unsigned long,    dec_gen_table, 12, 16) =    NEH_DEC_GEN_DATA;
      |                                                             ^~~~~~~~~~~~~~~~
aes_via_ace.h:84:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   84 |     NEH_DEC_GEN | NEH_KEY256, 0, 0, 0 }
      |                 ^
aes_modes.c:63:61: note: in expansion of macro 'NEH_DEC_GEN_DATA'
   63 | aligned_array(unsigned long,    dec_gen_table, 12, 16) =    NEH_DEC_GEN_DATA;
      |                                                             ^~~~~~~~~~~~~~~~
aes_via_ace.h:87:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   87 |     NEH_DEC_LOAD | NEH_KEY128, 0, 0, 0,\
      |                  ^
aes_modes.c:64:60: note: in expansion of macro 'NEH_DEC_LOAD_DATA'
   64 | aligned_array(unsigned long,   dec_load_table, 12, 16) =   NEH_DEC_LOAD_DATA;
      |                                                            ^~~~~~~~~~~~~~~~~
aes_via_ace.h:88:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   88 |     NEH_DEC_LOAD | NEH_KEY192, 0, 0, 0,\
      |                  ^
aes_modes.c:64:60: note: in expansion of macro 'NEH_DEC_LOAD_DATA'
   64 | aligned_array(unsigned long,   dec_load_table, 12, 16) =   NEH_DEC_LOAD_DATA;
      |                                                            ^~~~~~~~~~~~~~~~~
aes_via_ace.h:89:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   89 |     NEH_DEC_LOAD | NEH_KEY256, 0, 0, 0 }
      |                  ^
aes_modes.c:64:60: note: in expansion of macro 'NEH_DEC_LOAD_DATA'
   64 | aligned_array(unsigned long,   dec_load_table, 12, 16) =   NEH_DEC_LOAD_DATA;
      |                                                            ^~~~~~~~~~~~~~~~~
aes_via_ace.h:92:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   92 |     NEH_DEC_GEN  | NEH_KEY128, 0, 0, 0,\
      |                  ^
aes_modes.c:65:58: note: in expansion of macro 'NEH_DEC_HYBRID_DATA'
   65 | aligned_array(unsigned long, dec_hybrid_table, 12, 16) = NEH_DEC_HYBRID_DATA;
      |                                                          ^~~~~~~~~~~~~~~~~~~
aes_via_ace.h:93:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   93 |     NEH_DEC_LOAD | NEH_KEY192, 0, 0, 0,\
      |                  ^
aes_modes.c:65:58: note: in expansion of macro 'NEH_DEC_HYBRID_DATA'
   65 | aligned_array(unsigned long, dec_hybrid_table, 12, 16) = NEH_DEC_HYBRID_DATA;
      |                                                          ^~~~~~~~~~~~~~~~~~~
aes_via_ace.h:94:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   94 |     NEH_DEC_LOAD | NEH_KEY256, 0, 0, 0 }
      |                  ^
aes_modes.c:65:58: note: in expansion of macro 'NEH_DEC_HYBRID_DATA'
   65 | aligned_array(unsigned long, dec_hybrid_table, 12, 16) = NEH_DEC_HYBRID_DATA;
      |                                                          ^~~~~~~~~~~~~~~~~~~
aes_modes.c: In function 'aes_ecb_encrypt':
aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  102 | #define neh_enc_hybrid_key(x)   ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) :  \
      |                                                            ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:148:9: note: in expansion of macro 'via_cwd'
  148 |         via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                 ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:148:9: note: in expansion of macro 'via_cwd'
  148 |         via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                                               ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:148:9: note: in expansion of macro 'via_cwd'
  148 |         via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_modes.c:165:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  165 |                 ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf);
      |                    ^
In file included from aes_modes.c:56:
aes_modes.c: In function 'aes_ecb_decrypt':
aes_via_ace.h:111:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  111 | #define neh_dec_hybrid_key(x)   ((x) == 128 ? (NEH_DEC_GEN | NEH_KEY128) :  \
      |                                                            ^
aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:210:9: note: in expansion of macro 'via_cwd'
  210 |         via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_via_ace.h:112:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  112 |      (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256))
      |                                 ^
aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:210:9: note: in expansion of macro 'via_cwd'
  210 |         via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_via_ace.h:112:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  112 |      (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256))
      |                                                               ^
aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:210:9: note: in expansion of macro 'via_cwd'
  210 |         via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_modes.c:227:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  227 |                 ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf);
      |                    ^
In file included from aes_modes.c:56:
aes_modes.c: In function 'aes_cbc_encrypt':
aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  102 | #define neh_enc_hybrid_key(x)   ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) :  \
      |                                                            ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:273:9: note: in expansion of macro 'via_cwd'
  273 |         via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                 ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:273:9: note: in expansion of macro 'via_cwd'
  273 |         via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                                               ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:273:9: note: in expansion of macro 'via_cwd'
  273 |         via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_modes.c:296:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  296 |                 ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf);
      |                    ^
In file included from aes_modes.c:56:
aes_modes.c: In function 'aes_cbc_decrypt':
aes_via_ace.h:111:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  111 | #define neh_dec_hybrid_key(x)   ((x) == 128 ? (NEH_DEC_GEN | NEH_KEY128) :  \
      |                                                            ^
aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:371:9: note: in expansion of macro 'via_cwd'
  371 |         via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_via_ace.h:112:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  112 |      (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256))
      |                                 ^
aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:371:9: note: in expansion of macro 'via_cwd'
  371 |         via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_via_ace.h:112:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  112 |      (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256))
      |                                                               ^
aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:371:9: note: in expansion of macro 'via_cwd'
  371 |         via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192);
      |         ^~~~~~~
aes_modes.c:394:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  394 |                 ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf);
      |                    ^
In file included from aes_modes.c:56:
aes_modes.c: In function 'aes_cfb_encrypt':
aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  102 | #define neh_enc_hybrid_key(x)   ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) :  \
      |                                                            ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:480:13: note: in expansion of macro 'via_cwd'
  480 |             via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                 ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:480:13: note: in expansion of macro 'via_cwd'
  480 |             via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                                               ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:480:13: note: in expansion of macro 'via_cwd'
  480 |             via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_modes.c:506:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  506 |                     ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf);
      |                        ^
In file included from aes_modes.c:56:
aes_modes.c: In function 'aes_cfb_decrypt':
aes_via_ace.h:111:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  111 | #define neh_dec_hybrid_key(x)   ((x) == 128 ? (NEH_DEC_GEN | NEH_KEY128) :  \
      |                                                            ^
aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:608:13: note: in expansion of macro 'via_cwd'
  608 |             via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_via_ace.h:112:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  112 |      (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256))
      |                                 ^
aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:608:13: note: in expansion of macro 'via_cwd'
  608 |             via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_via_ace.h:112:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  112 |      (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256))
      |                                                               ^
aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:608:13: note: in expansion of macro 'via_cwd'
  608 |             via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_modes.c:634:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  634 |                     ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf);
      |                        ^
In file included from aes_modes.c:56:
aes_modes.c: In function 'aes_ofb_crypt':
aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  102 | #define neh_enc_hybrid_key(x)   ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) :  \
      |                                                            ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:746:13: note: in expansion of macro 'via_cwd'
  746 |             via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                 ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:746:13: note: in expansion of macro 'via_cwd'
  746 |             via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                                               ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:746:13: note: in expansion of macro 'via_cwd'
  746 |             via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_modes.c:772:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  772 |                     ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf);
      |                        ^
In file included from aes_modes.c:56:
aes_modes.c: In function 'aes_ctr_crypt':
aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  102 | #define neh_enc_hybrid_key(x)   ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) :  \
      |                                                            ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:896:13: note: in expansion of macro 'via_cwd'
  896 |             via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                 ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:896:13: note: in expansion of macro 'via_cwd'
  896 |             via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  103 |      (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256))
      |                                                               ^
aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key'
  103 |     cwd[0] = neh_##dir##_##ty##_key(len)
      |              ^~~~
aes_modes.c:896:13: note: in expansion of macro 'via_cwd'
  896 |             via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192);
      |             ^~~~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o aestab.o aestab.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -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]
  136 | { unsigned int res = cx->mode;
      |                ^~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o hmac.o hmac.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o pwd2key.o pwd2key.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o sha1.o sha1.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o sha2.o sha2.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -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.31151
+ 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/lib 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/lib
cp -p libaesgm.so.0.0.0 /usr/src/tmp/libaesgm-buildroot/usr/lib
cd /usr/src/tmp/libaesgm-buildroot/usr/lib && 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/lib/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/lib: (from <cmdline>:0)
	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)
Processing files: libaesgm-20090429-alt2_24
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.90536
+ 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 license.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.6aWnXw
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/libaesgm-buildroot/usr/lib/libaesgm.so.0: 70 symbols, 17 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eJlXUy
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libaesgm.so.0 = set:kdNlF5zNS6KUsbTQIaxeInnwEZoHJaZ3bHDVkc0E0JYGqChaxDzjzZGvZpe23DMNeSNuj0QZoR7CTIC1z6a10KsqvF9UvgOCrZrFo70sJ3T2WMuoxR2rfuad8cF2Kfrt82ezlNUXYHIhvaL2WCju
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ymMDiz
Creating libaesgm-debuginfo package
Processing files: libaesgm-devel-20090429-alt2_24
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4zGagz
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g7nPBy
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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
   47 | #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
i586-alt-linux-cpp: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
compilation terminated.
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
   47 | #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_24, /usr/lib/libaesgm.so.0.0.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bGBalw
Processing files: libaesgm-debuginfo-20090429-alt2_24
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2t8gnx
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZeAaJx
find-requires: running scripts (debuginfo)
Provides: debug(libaesgm.so.0)
Requires: libaesgm = 20090429-alt2_24, debug(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/i586/libaesgm-20090429-alt2_24.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libaesgm-devel-20090429-alt2_24.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libaesgm-debuginfo-20090429-alt2_24.i586.rpm (w2.lzdio)
3.96user 1.00system 0:11.60elapsed 42%CPU (0avgtext+0avgdata 45872maxresident)k
0inputs+0outputs (0major+319770minor)pagefaults 0swaps
8.24user 4.05system 0:18.81elapsed 65%CPU (0avgtext+0avgdata 103788maxresident)k
0inputs+0outputs (0major+685196minor)pagefaults 0swaps
--- libaesgm-20090429-alt2_24.i586.rpm.repo	2021-01-25 19:51:03.000000000 +0000
+++ libaesgm-20090429-alt2_24.i586.rpm.hasher	2021-07-21 11:20:16.379418999 +0000
@@ -15,3 +15,3 @@
 File: /usr/lib/libaesgm.so.0	120777	root:root		libaesgm.so.0.0.0
-File: /usr/lib/libaesgm.so.0.0.0	100644	root:root	f932261951fc05a802e115c35459759d	
+File: /usr/lib/libaesgm.so.0.0.0	100644	root:root	5f190d3b682e57a252b586fd4233fd7d	
 File: /usr/share/doc/libaesgm-20090429	40755	root:root		
@@ -21,2 +21,2 @@
 File: /usr/share/doc/libaesgm-20090429/via_ace.txt	100644	root:root	e43b14de30268cd8cf8664a230533bf9	
-RPMIdentity: 87956add01947c7c3e3ca98a0951a012
+RPMIdentity: f3ffaf31de9a33f4f649a7085ef95142
--- libaesgm-debuginfo-20090429-alt2_24.i586.rpm.repo	2021-01-25 19:51:02.000000000 +0000
+++ libaesgm-debuginfo-20090429-alt2_24.i586.rpm.hasher	2021-07-21 11:20:16.461419220 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/1b	40755	root:root	
-/usr/lib/debug/.build-id/1b/153ab9032bf1b1cef2f7e2fd80937e27d0b176	120777	root:root	../../../libaesgm.so.0.0.0
-/usr/lib/debug/.build-id/1b/153ab9032bf1b1cef2f7e2fd80937e27d0b176.debug	120777	root:root	../../usr/lib/libaesgm.so.0.0.0.debug
+/usr/lib/debug/.build-id/5f	40755	root:root	
+/usr/lib/debug/.build-id/5f/512e83754749f49fca4f8c62098cc34a4cebb7	120777	root:root	../../../libaesgm.so.0.0.0
+/usr/lib/debug/.build-id/5f/512e83754749f49fca4f8c62098cc34a4cebb7.debug	120777	root:root	../../usr/lib/libaesgm.so.0.0.0.debug
 /usr/lib/debug/usr/lib/libaesgm.so.0.0.0.debug	100644	root:root	
@@ -28,6 +28,6 @@
 Provides: libaesgm-debuginfo = 20090429-alt2_24:sisyphus+265272.100.1.1
-File: /usr/lib/debug/.build-id/1b	40755	root:root		
-File: /usr/lib/debug/.build-id/1b/153ab9032bf1b1cef2f7e2fd80937e27d0b176	120777	root:root		../../../libaesgm.so.0.0.0
-File: /usr/lib/debug/.build-id/1b/153ab9032bf1b1cef2f7e2fd80937e27d0b176.debug	120777	root:root		../../usr/lib/libaesgm.so.0.0.0.debug
-File: /usr/lib/debug/usr/lib/libaesgm.so.0.0.0.debug	100644	root:root	84ae6aa348deb6e59a761d74000ba063	
+File: /usr/lib/debug/.build-id/5f	40755	root:root		
+File: /usr/lib/debug/.build-id/5f/512e83754749f49fca4f8c62098cc34a4cebb7	120777	root:root		../../../libaesgm.so.0.0.0
+File: /usr/lib/debug/.build-id/5f/512e83754749f49fca4f8c62098cc34a4cebb7.debug	120777	root:root		../../usr/lib/libaesgm.so.0.0.0.debug
+File: /usr/lib/debug/usr/lib/libaesgm.so.0.0.0.debug	100644	root:root	98aef53bb2043b3afd6beed9150ebdc6	
 File: /usr/lib/debug/usr/lib/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: e2585ea24e91e606f0964adff33f0a08
+RPMIdentity: 0a5ac5139c8dec0a12876e70bc66bf68