<86>Mar 16 11:19:28 userdel[659010]: delete user 'rooter' <86>Mar 16 11:19:28 groupadd[659027]: group added to /etc/group: name=rooter, GID=627 <86>Mar 16 11:19:28 groupadd[659027]: group added to /etc/gshadow: name=rooter <86>Mar 16 11:19:28 groupadd[659027]: new group: name=rooter, GID=627 <86>Mar 16 11:19:28 useradd[659031]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash <86>Mar 16 11:19:28 userdel[659039]: delete user 'builder' <86>Mar 16 11:19:28 userdel[659039]: removed group 'builder' owned by 'builder' <86>Mar 16 11:19:28 userdel[659039]: removed shadow group 'builder' owned by 'builder' <86>Mar 16 11:19:28 groupadd[659044]: group added to /etc/group: name=builder, GID=628 <86>Mar 16 11:19:28 groupadd[659044]: group added to /etc/gshadow: name=builder <86>Mar 16 11:19:28 groupadd[659044]: new group: name=builder, GID=628 <86>Mar 16 11:19:28 useradd[659048]: new user: name=builder, UID=628, GID=628, home=/usr/src, shell=/bin/bash <13>Mar 16 11:19:33 rpmi: rpm-macros-kde-common-devel-14.12.1-alt1 1422279175 installed <13>Mar 16 11:19:33 rpmi: rpm-macros-generic-compat-0.04-alt1 1527350580 installed <13>Mar 16 11:19:33 rpmi: rpm-macros-fedora-compat-0.159-alt1 sisyphus+258368.100.1.1 1600512138 installed <13>Mar 16 11:19:37 rpmi: libnatspec-0.3.1-alt2 1445691580 installed <13>Mar 16 11:19:37 rpmi: unzip-6.0-alt4 sisyphus+261685.200.2.1 1605218923 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.12157 + 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.22067 + 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.393 + 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 :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) Hardlinking identical .pyc and .pyo files Processing files: libaesgm-20090429-alt2_24 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.12602 + 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.dbLJbC find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,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.J0BrZB find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.ckNPaF 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.NMGdtB 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.2sGqtC 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 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.3aIQnB Processing files: libaesgm-debuginfo-20090429-alt2_24 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DCehPB find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PhisPD 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) 14.44user 2.60system 0:27.21elapsed 62%CPU (0avgtext+0avgdata 45548maxresident)k 0inputs+0outputs (0major+364487minor)pagefaults 0swaps 24.28user 9.16system 0:47.15elapsed 70%CPU (0avgtext+0avgdata 113788maxresident)k 56inputs+0outputs (0major+744492minor)pagefaults 0swaps