<86>Sep 18 10:38:44 userdel[2577678]: delete user 'rooter'
<86>Sep 18 10:38:44 userdel[2577678]: removed group 'rooter' owned by 'rooter'
<86>Sep 18 10:38:44 userdel[2577678]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 18 10:38:44 groupadd[2577729]: group added to /etc/group: name=rooter, GID=699
<86>Sep 18 10:38:44 groupadd[2577729]: group added to /etc/gshadow: name=rooter
<86>Sep 18 10:38:44 groupadd[2577729]: new group: name=rooter, GID=699
<86>Sep 18 10:38:44 useradd[2577783]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash
<86>Sep 18 10:38:44 userdel[2577888]: delete user 'builder'
<86>Sep 18 10:38:44 userdel[2577888]: removed group 'builder' owned by 'builder'
<86>Sep 18 10:38:44 userdel[2577888]: removed shadow group 'builder' owned by 'builder'
<86>Sep 18 10:38:44 groupadd[2577998]: group added to /etc/group: name=builder, GID=700
<86>Sep 18 10:38:44 groupadd[2577998]: group added to /etc/gshadow: name=builder
<86>Sep 18 10:38:44 groupadd[2577998]: new group: name=builder, GID=700
<86>Sep 18 10:38:44 useradd[2578168]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash
<13>Sep 18 10:38:46 rpmi: rpm-macros-kde-common-devel-14.12.1-alt1 1422279175 installed
<13>Sep 18 10:38:46 rpmi: rpm-macros-generic-compat-0.04-alt1 1527350580 installed
<13>Sep 18 10:38:46 rpmi: rpm-macros-fedora-compat-0.159-alt1 sisyphus+258368.100.1.1 1600512138 installed
<13>Sep 18 10:38:48 rpmi: libnatspec-0.3.1-alt2 sisyphus+275114.100.1.1 1624405313 installed
<13>Sep 18 10:38:48 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.80030
+ 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.80030
+ 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 -flto=auto -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 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o aescrypt.o aescrypt.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -flto=auto -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 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o aestab.o aestab.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o hmac.o hmac.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o pwd2key.o pwd2key.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o sha1.o sha1.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1   -c -o sha2.o sha2.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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.16677
+ 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.16677
+ 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.imIk88
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.XdpMi8
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.08sOBc
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.vNpF8a
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.pvxav9
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.u2Drhb
Processing files: libaesgm-debuginfo-20090429-alt2_24
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4MOZsa
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Un7r1a
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.82user 0.93system 0:11.34elapsed 41%CPU (0avgtext+0avgdata 42844maxresident)k
0inputs+0outputs (0major+324587minor)pagefaults 0swaps
8.24user 3.88system 0:19.69elapsed 61%CPU (0avgtext+0avgdata 100772maxresident)k
48inputs+0outputs (0major+684143minor)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-09-18 10:39:01.644824170 +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	14822adae48dff42d41120d3e1f05053	
 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: 7f49d3d493d08ea48336f3666644b1745b36daa22693a9106a015a20e3abef4bcf9230f24d70aa59a5d12e80777839c5066ed9572bc37741a8b4e8128a7dd50f
+RPMIdentity: 637fe99be7a4b95613fe6c11e6aa6f04de9fd993da3506d6c9cdf87143d9a3e3771fca943251486ec8f95a630f9395853f155322c443409a1908c278f0e464df
--- 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-09-18 10:39:01.715824445 +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/57	40755	root:root	
+/usr/lib/debug/.build-id/57/a7bd054874b91595c2f183a7b6fef5fa5e9253	120777	root:root	../../../libaesgm.so.0.0.0
+/usr/lib/debug/.build-id/57/a7bd054874b91595c2f183a7b6fef5fa5e9253.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	
@@ -18,3 +18,2 @@
 /usr/src/debug/libaesgm-20090429/pwd2key.c	100644	root:root	
-/usr/src/debug/libaesgm-20090429/pwd2key.h	100644	root:root	
 /usr/src/debug/libaesgm-20090429/sha1.c	100644	root:root	
@@ -28,6 +27,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/57	40755	root:root		
+File: /usr/lib/debug/.build-id/57/a7bd054874b91595c2f183a7b6fef5fa5e9253	120777	root:root		../../../libaesgm.so.0.0.0
+File: /usr/lib/debug/.build-id/57/a7bd054874b91595c2f183a7b6fef5fa5e9253.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	88420f9ac692afed9b38ed382986cf59	
 File: /usr/lib/debug/usr/lib/libaesgm.so.0.debug	120777	root:root		libaesgm.so.0.0.0.debug
@@ -46,3 +45,2 @@
 File: /usr/src/debug/libaesgm-20090429/pwd2key.c	100644	root:root	c2bf6e496f11b60b880bd8ea46baaf32	
-File: /usr/src/debug/libaesgm-20090429/pwd2key.h	100644	root:root	d0c9094d63e0ceb4414bba03db9a7f8f	
 File: /usr/src/debug/libaesgm-20090429/sha1.c	100644	root:root	5a66915259f2e216cedc938863bb156d	
@@ -51,2 +49,2 @@
 File: /usr/src/debug/libaesgm-20090429/sha2.h	100644	root:root	942da7c82e9ead8e57d1da3eade3efba	
-RPMIdentity: 474fad75d134e700fd7aea199db3f34e1626e146c2509ee31bd513b3782a83653ab022e8846e16420e1b31a564c907d6a8e57b6b990a070a0727d47b19b5f275
+RPMIdentity: 273f0e657895d566f92e97a9d9a63ad7b1f282df4ae2bd137cc8de4f9b269f093143f667b128ce9c63c2ba0702f49945869d09044e2fc9c597668ea658704359