+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/crm114.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nZP82Y + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf crm114-20100106-BlameMichelson.src + /usr/bin/gzip -dc /builddir/build/SOURCES/crm114-20100106-BlameMichelson.src.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd crm114-20100106-BlameMichelson.src + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (crm114-rpm.patch):' Patch #0 (crm114-rpm.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .r --fuzz=0 patching file mailtrainer.crm patching file Makefile + echo 'Patch #1 (crm114-tre.patch):' Patch #1 (crm114-tre.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .tre --fuzz=0 patching file crm114_sysincludes.h patching file crmregex_tre.c + echo 'Patch #2 (crm114-gcc5.patch):' Patch #2 (crm114-gcc5.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .gcc5 --fuzz=0 patching file crm_svm_matrix.h + chmod 644 mailfilter.cf + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rr8csV + umask 022 + cd /builddir/build/BUILD + cd crm114-20100106-BlameMichelson.src + make 'OPTFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fPIE' -j4 gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_main.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_compiler.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_errorhandlers.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_math_exec.c crm_errorhandlers.c: In function 'nonfatalerror': crm_errorhandlers.c:205:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (nonfatalerrorcount > MAX_NONFATAL_ERRORS) ^~ crm_errorhandlers.c:209:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return (0); ^~~~~~ crm_errorhandlers.c: In function 'nonfatalerror5': crm_errorhandlers.c:400:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (nonfatalerrorcount > MAX_NONFATAL_ERRORS) ^~ crm_errorhandlers.c:404:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return (0); ^~~~~~ crm_math_exec.c: In function 'strpnmath': crm_math_exec.c:83:8: warning: variable 'errstat' set but not used [-Wunused-but-set-variable] long errstat; // error status ^~~~~~~ crm_math_exec.c:82:8: warning: variable 'sinc' set but not used [-Wunused-but-set-variable] long sinc; // stack incrment enable - do we start a new number ^~~~ crm_math_exec.c:80:12: warning: variable 'op' set but not used [-Wunused-but-set-variable] long ip, op; // in string pointer, out string pointer ^~ crm_math_exec.c:79:8: warning: variable 'od' set but not used [-Wunused-but-set-variable] long od; // output decimal flag ^~ crm_math_exec.c:78:10: warning: variable 'sd' set but not used [-Wunused-but-set-variable] double sd; // how many 10^n's we've seen since a decimal ^~ crm_errorhandlers.c: In function 'crm_trigger_fault': crm_errorhandlers.c:572:11: warning: variable 'rnlen' set but not used [-Wunused-but-set-variable] long rnlen; ^~~~~ crm_main.c: In function 'main': crm_main.c:460:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (i < argc) ^~ crm_main.c:462:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (user_trace > 0) ^~ crm_math_exec.c: In function 'stralmath': crm_math_exec.c:590:8: warning: variable 'errstat' set but not used [-Wunused-but-set-variable] long errstat; // error status ^~~~~~~ crm_math_exec.c:589:12: warning: variable 'op' set but not used [-Wunused-but-set-variable] long ip, op; // input and output pointer ^~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_var_hash_table.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expandvar.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_stmt_parser.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_vector_tokenize.c crm_var_hash_table.c: In function 'crm_vht_init': crm_var_hash_table.c:101:13: warning: variable 'j' set but not used [-Wunused-but-set-variable] long i, j; ^ crm_var_hash_table.c: In function 'crm_vht_lookup': crm_var_hash_table.c:1169:20: warning: variable 'j' set but not used [-Wunused-but-set-variable] unsigned long i, j, k; ^ crm_var_hash_table.c: In function 'crm_setvar': crm_var_hash_table.c:1356:10: warning: variable 'j' set but not used [-Wunused-but-set-variable] int i, j; // some indices to bang on ^ crm_stmt_parser.c: In function 'crm_flagparse': crm_stmt_parser.c:157:13: warning: variable 'q' set but not used [-Wunused-but-set-variable] long q; ^ crm_stmt_parser.c:97:7: warning: variable 'i' set but not used [-Wunused-but-set-variable] int i; ^ crm_expandvar.c: In function 'crm_restrictvar': crm_expandvar.c:1197:10: warning: variable 'curstmt' set but not used [-Wunused-but-set-variable] long curstmt; ^~~~~~~ crm_vector_tokenize.c: In function 'crm_vector_tokenize': crm_vector_tokenize.c:108:11: warning: variable 'j' set but not used [-Wunused-but-set-variable] long i, j, k; // some handy index vars ^ crm_vector_tokenize.c: In function 'crm_vector_tokenize_selector': crm_vector_tokenize.c:398:8: warning: variable 'featurebits' set but not used [-Wunused-but-set-variable] long featurebits; ^~~~~~~~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_alter.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_match.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_css_maintenance.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_markovian.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_osb_bayes.c crm_css_maintenance.c: In function 'crm_microgroom': crm_css_maintenance.c:52:8: warning: variable 'force_rescale' set but not used [-Wunused-but-set-variable] long force_rescale; ^~~~~~~~~~~~~ crm_css_maintenance.c:50:8: warning: variable 'zeroed_countdown' set but not used [-Wunused-but-set-variable] long zeroed_countdown; ^~~~~~~~~~~~~~~~ crm_css_maintenance.c:49:17: warning: variable 'randy' set but not used [-Wunused-but-set-variable] unsigned long randy; ^~~~~ crm_css_maintenance.c:44:8: warning: variable 'steps' set but not used [-Wunused-but-set-variable] long steps; ^~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_osb_hyperspace.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_correlate.c crm_markovian.c: In function 'crm_expr_markov_learn': crm_markovian.c:240:29: warning: variable 'h2' set but not used [-Wunused-but-set-variable] unsigned int hcode, h1, h2; ^~ crm_markovian.c:455:11: warning: variable 'th' set but not used [-Wunused-but-set-variable] long th = 0; // a counter used for TSS tokenizing ^~ crm_markovian.c:73:8: warning: variable 'features_index' set but not used [-Wunused-but-set-variable] long features_index; ^~~~~~~~~~~~~~ crm_markovian.c:72:8: warning: variable 'learns_index' set but not used [-Wunused-but-set-variable] long learns_index; ^~~~~~~~~~~~ crm_markovian.c:58:16: warning: variable 'eflags' set but not used [-Wunused-but-set-variable] long cflags, eflags; ^~~~~~ crm_markovian.c: In function 'crm_expr_markov_classify': crm_markovian.c:1293:13: warning: variable 'th' set but not used [-Wunused-but-set-variable] unsigned th=0; // a counter used only in TSS hashing ^~ crm_markovian.c:813:8: warning: variable 'top10polys' set but not used [-Wunused-but-set-variable] long top10polys[10]; ^~~~~~~~~~ crm_markovian.c:812:10: warning: variable 'top10scores' set but not used [-Wunused-but-set-variable] double top10scores[10]; ^~~~~~~~~~~ crm_markovian.c:809:8: warning: variable 'thistotal' set but not used [-Wunused-but-set-variable] long thistotal; ^~~~~~~~~ crm_markovian.c:795:10: warning: variable 'plltc' set but not used [-Wunused-but-set-variable] double plltc[MAX_CLASSIFIERS]; // current local probability of this class ^~~~~ crm_markovian.c:766:8: warning: variable 'eflags' set but not used [-Wunused-but-set-variable] long eflags; ^~~~~~ crm_markovian.c:764:8: warning: variable 'fnameoffset' set but not used [-Wunused-but-set-variable] long fnameoffset; ^~~~~~~~~~~ crm_markovian.c:761:8: warning: variable 'slen' set but not used [-Wunused-but-set-variable] long slen; ^~~~ crm_markovian.c:750:11: warning: variable 'j' set but not used [-Wunused-but-set-variable] long i, j, k; ^ crm_osb_bayes.c: In function 'crm_expr_osb_bayes_learn': crm_osb_bayes.c:75:17: warning: variable 'learns_index' set but not used [-Wunused-but-set-variable] unsigned long learns_index = 0; ^~~~~~~~~~~~ crm_osb_bayes.c: In function 'crm_expr_osb_bayes_classify': crm_osb_bayes.c:574:8: warning: variable 'top10polys' set but not used [-Wunused-but-set-variable] long top10polys[10]; ^~~~~~~~~~ crm_osb_bayes.c:573:10: warning: variable 'top10scores' set but not used [-Wunused-but-set-variable] double top10scores[10]; ^~~~~~~~~~~ crm_osb_bayes.c:570:8: warning: variable 'thistotal' set but not used [-Wunused-but-set-variable] long thistotal; ^~~~~~~~~ crm_osb_bayes.c:568:8: warning: variable 'textmaxoffset' set but not used [-Wunused-but-set-variable] long textmaxoffset; ^~~~~~~~~~~~~ crm_osb_bayes.c:567:8: warning: variable 'textoffset' set but not used [-Wunused-but-set-variable] long textoffset; ^~~~~~~~~~ crm_osb_bayes.c:519:8: warning: variable 'fnameoffset' set but not used [-Wunused-but-set-variable] long fnameoffset; ^~~~~~~~~~~ crm_osb_bayes.c:516:8: warning: variable 'slen' set but not used [-Wunused-but-set-variable] long slen; ^~~~ crm_osb_hyperspace.c: In function 'crm_expr_osb_hyperspace_learn': crm_osb_hyperspace.c:400:23: warning: variable 'thislen' set but not used [-Wunused-but-set-variable] long thisstart, thislen, thisend; ^~~~~~~ crm_osb_hyperspace.c:186:8: warning: variable 'fev' set but not used [-Wunused-but-set-variable] long fev; ^~~ crm_osb_hyperspace.c:184:8: warning: variable 'microgroom' set but not used [-Wunused-but-set-variable] long microgroom; ^~~~~~~~~~ crm_osb_hyperspace.c:178:15: warning: variable 'statbuf' set but not used [-Wunused-but-set-variable] struct stat statbuf; // for statting the hash file ^~~~~~~ crm_osb_hyperspace.c: In function 'crm_expr_osb_hyperspace_classify': crm_osb_hyperspace.c:642:8: warning: variable 'thistotal' set but not used [-Wunused-but-set-variable] long thistotal; ^~~~~~~~~ crm_osb_hyperspace.c:617:8: warning: variable 'use_unigram_features' set but not used [-Wunused-but-set-variable] long use_unigram_features; ^~~~~~~~~~~~~~~~~~~~ crm_osb_hyperspace.c:616:8: warning: variable 'not_microgroom' set but not used [-Wunused-but-set-variable] long not_microgroom = 1; ^~~~~~~~~~~~~~ crm_osb_hyperspace.c:613:8: warning: variable 'eflags' set but not used [-Wunused-but-set-variable] long eflags; ^~~~~~ crm_osb_hyperspace.c:611:8: warning: variable 'fnameoffset' set but not used [-Wunused-but-set-variable] long fnameoffset; ^~~~~~~~~~~ crm_osb_hyperspace.c:608:8: warning: variable 'slen' set but not used [-Wunused-but-set-variable] long slen; ^~~~ crm_correlate.c: In function 'crm_expr_correlate_learn': crm_correlate.c:43:8: warning: variable 'made_new_file' set but not used [-Wunused-but-set-variable] long made_new_file; ^~~~~~~~~~~~~ crm_correlate.c:41:8: warning: variable 'microgroom' set but not used [-Wunused-but-set-variable] long microgroom; ^~~~~~~~~~ crm_correlate.c:34:16: warning: variable 'eflags' set but not used [-Wunused-but-set-variable] long cflags, eflags; ^~~~~~ crm_correlate.c: In function 'crm_expr_correlate_classify': crm_correlate.c:612:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k = 0; k < maxhash; k++) ^~~ crm_correlate.c:615:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' if (internal_trace) ^~ crm_correlate.c:245:8: warning: variable 'thistotal' set but not used [-Wunused-but-set-variable] long thistotal; ^~~~~~~~~ crm_correlate.c:227:8: warning: variable 'totalhits' set but not used [-Wunused-but-set-variable] long totalhits [MAX_CLASSIFIERS]; ^~~~~~~~~ crm_correlate.c:219:8: warning: variable 'incr_hits' set but not used [-Wunused-but-set-variable] long incr_hits[MAX_CLASSIFIERS]; // 1+2+3... hits per classifier ^~~~~~~~~ crm_correlate.c:214:10: warning: variable 'cpcorr' set but not used [-Wunused-but-set-variable] double cpcorr[MAX_CLASSIFIERS]; // corpus correction factors ^~~~~~ crm_correlate.c:212:17: warning: variable 'fcounts' set but not used [-Wunused-but-set-variable] unsigned long fcounts[MAX_CLASSIFIERS]; // total counts for feature normalize ^~~~~~~ crm_correlate.c:206:8: warning: variable 'eflags' set but not used [-Wunused-but-set-variable] long eflags; ^~~~~~ crm_correlate.c:204:8: warning: variable 'fnameoffset' set but not used [-Wunused-but-set-variable] long fnameoffset; ^~~~~~~~~~~ crm_correlate.c:201:8: warning: variable 'slen' set but not used [-Wunused-but-set-variable] long slen; ^~~~ crm_correlate.c:191:11: warning: variable 'j' set but not used [-Wunused-but-set-variable] long i, j, k; ^ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_osb_winnow.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_winnow_maintenance.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_osbf_bayes.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_osbf_maintenance.c crm_osb_winnow.c: In function 'crm_expr_osb_winnow_learn': crm_osb_winnow.c:79:8: warning: variable 'made_new_file' set but not used [-Wunused-but-set-variable] long made_new_file; ^~~~~~~~~~~~~ crm_osb_winnow.c: In function 'crm_expr_osb_winnow_classify': crm_osb_winnow.c:457:8: warning: variable 'top10polys' set but not used [-Wunused-but-set-variable] long top10polys[10]; ^~~~~~~~~~ crm_osb_winnow.c:456:10: warning: variable 'top10scores' set but not used [-Wunused-but-set-variable] double top10scores[10]; ^~~~~~~~~~~ crm_osb_winnow.c:436:10: warning: variable 'cpcorr' set but not used [-Wunused-but-set-variable] double cpcorr[MAX_CLASSIFIERS]; // corpus correction factors ^~~~~~ crm_osb_winnow.c:421:8: warning: variable 'slen' set but not used [-Wunused-but-set-variable] long slen; ^~~~ crm_osbf_bayes.c: In function 'crm_expr_osbf_bayes_learn': crm_osbf_bayes.c:438:7: warning: variable 'th' set but not used [-Wunused-but-set-variable] long th = 0; // a counter used for TSS tokenizing ^~ crm_osbf_bayes.c:196:16: warning: variable 'eflags' set but not used [-Wunused-but-set-variable] long cflags, eflags; ^~~~~~ crm_winnow_maintenance.c: In function 'crm_winnow_microgroom': crm_winnow_maintenance.c:55:8: warning: variable 'force_rescale' set but not used [-Wunused-but-set-variable] long force_rescale; ^~~~~~~~~~~~~ crm_winnow_maintenance.c:53:8: warning: variable 'zeroed_countdown' set but not used [-Wunused-but-set-variable] long zeroed_countdown; ^~~~~~~~~~~~~~~~ crm_winnow_maintenance.c:52:17: warning: variable 'randy' set but not used [-Wunused-but-set-variable] unsigned long randy; ^~~~~ crm_winnow_maintenance.c:47:8: warning: variable 'steps' set but not used [-Wunused-but-set-variable] long steps; ^~~~~ crm_osbf_bayes.c: In function 'crm_expr_osbf_bayes_classify': crm_osbf_bayes.c:1078:12: warning: variable 'lh0' set but not used [-Wunused-but-set-variable] long lh, lh0; ^~~ crm_osbf_bayes.c:1035:11: warning: variable 'th' set but not used [-Wunused-but-set-variable] unsigned th = 0; // a counter used only in TSS hashing ^~ crm_osbf_bayes.c:629:8: warning: variable 'thistotal' set but not used [-Wunused-but-set-variable] long thistotal; ^~~~~~~~~ crm_osbf_bayes.c:593:8: warning: variable 'not_microgroom' set but not used [-Wunused-but-set-variable] long not_microgroom = 1; ^~~~~~~~~~~~~~ crm_osbf_bayes.c:590:8: warning: variable 'eflags' set but not used [-Wunused-but-set-variable] long eflags; ^~~~~~ crm_osbf_bayes.c:588:8: warning: variable 'fnameoffset' set but not used [-Wunused-but-set-variable] long fnameoffset; ^~~~~~~~~~~ crm_osbf_bayes.c:585:8: warning: variable 'slen' set but not used [-Wunused-but-set-variable] long slen; ^~~~ crm_osbf_bayes.c:570:11: warning: variable 'j' set but not used [-Wunused-but-set-variable] long i, j, k; ^ crm_osbf_maintenance.c: In function 'crm_osbf_packcss': crm_osbf_maintenance.c:286:30: warning: variable 'h' set but not used [-Wunused-but-set-variable] OSBF_FEATUREBUCKET_STRUCT *h; ^ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_bit_entropy.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_neural_net.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_clump.c crm_bit_entropy.c: In function 'lattice_lookahead_score': crm_bit_entropy.c:1318:17: warning: variable 'n0' set but not used [-Wunused-but-set-variable] unsigned char n0, n1, n2, n3; // Our lookahead bits ^~ crm_bit_entropy.c: In function 'crm_expr_bit_entropy_learn': crm_bit_entropy.c:1464:10: warning: variable 'bitweight' set but not used [-Wunused-but-set-variable] double bitweight; ^~~~~~~~~ crm_bit_entropy.c:1460:28: warning: variable 'crosslink_mincount' set but not used [-Wunused-but-set-variable] double crosslink_thresh, crosslink_mincount; ^~~~~~~~~~~~~~~~~~ crm_bit_entropy.c: In function 'crm_expr_bit_entropy_classify': crm_bit_entropy.c:2271:8: warning: variable 'thistotal' set but not used [-Wunused-but-set-variable] long thistotal; ^~~~~~~~~ crm_bit_entropy.c:2232:8: warning: variable 'crosslink' set but not used [-Wunused-but-set-variable] long crosslink; ^~~~~~~~~ crm_bit_entropy.c:2230:8: warning: variable 'fnameoffset' set but not used [-Wunused-but-set-variable] long fnameoffset; ^~~~~~~~~~~ crm_bit_entropy.c:2227:8: warning: variable 'slen' set but not used [-Wunused-but-set-variable] long slen; ^~~~ crm_bit_entropy.c:2218:11: warning: variable 'j' set but not used [-Wunused-but-set-variable] long i, j, k; ^ crm_neural_net.c: In function 'eat_document': crm_neural_net.c:683:30: warning: variable 'string' set but not used [-Wunused-but-set-variable] long long unigram, unique, string; ^~~~~~ crm_neural_net.c:683:13: warning: variable 'unigram' set but not used [-Wunused-but-set-variable] long long unigram, unique, string; ^~~~~~~ crm_expr_clump.c: In function 'eat_document': crm_expr_clump.c:221:8: warning: variable 'f' set but not used [-Wunused-but-set-variable] long f; ^ crm_expr_clump.c: In function 'find_closest_document': crm_expr_clump.c:289:8: warning: variable 'n' set but not used [-Wunused-but-set-variable] long n, i, b = -1; ^ crm_neural_net.c: In function 'crm_neural_net_learn': crm_neural_net.c:812:18: warning: variable 'filesize_on_disk' set but not used [-Wunused-but-set-variable] long n_cycles, filesize_on_disk, soft_cycle_limit; ^~~~~~~~~~~~~~~~ crm_neural_net.c:809:13: warning: variable 'new_doc_start' set but not used [-Wunused-but-set-variable] unsigned *new_doc_start, *current_doc, *k, *l; ^~~~~~~~~~~~~ crm_neural_net.c: In function 'crm_neural_net_classify': crm_neural_net.c:1774:17: warning: variable 'n' set but not used [-Wunused-but-set-variable] long i, j, k, n, n_classifiers, out_pos; ^ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_window.c crm_expr_window.c: In function 'crm_expr_window': crm_expr_window.c:64:8: warning: variable 'wvnamelen' set but not used [-Wunused-but-set-variable] long wvnamelen; ^~~~~~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_isolate.c crm_expr_isolate.c: In function 'crm_expr_isolate': crm_expr_isolate.c:34:8: warning: variable 'mc' set but not used [-Wunused-but-set-variable] long mc; ^~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_file_io.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_syscall.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_classify.c crm_expr_file_io.c: In function 'crm_expr_input': crm_expr_file_io.c:47:8: warning: variable 'use_readline' set but not used [-Wunused-but-set-variable] long use_readline; ^~~~~~~~~~~~ crm_expr_file_io.c:45:8: warning: variable 'done' set but not used [-Wunused-but-set-variable] long done; ^~~~ crm_expr_file_io.c:44:8: warning: variable 'mc' set but not used [-Wunused-but-set-variable] long mc; ^~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_translate.c crm_expr_syscall.c: In function 'crm_expr_syscall': crm_expr_syscall.c:100:8: warning: variable 'exp_keep_len' set but not used [-Wunused-but-set-variable] long exp_keep_len; ^~~~~~~~~~~~ crm_expr_syscall.c:96:8: warning: variable 'cmd_len' set but not used [-Wunused-but-set-variable] long cmd_len; ^~~~~~~ crm_expr_classify.c: In function 'crm_expr_classify': crm_expr_classify.c:118:8: warning: variable 'retval' set but not used [-Wunused-but-set-variable] long retval; ^~~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_exec_engine.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_debugger.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_str_funcs.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_preprocessor.c crm_exec_engine.c: In function 'crm_invoke': crm_exec_engine.c:741:15: warning: variable 'oldcsl' set but not used [-Wunused-but-set-variable] CSL_CELL * oldcsl; ^~~~~~ crm_exec_engine.c:896:7: warning: variable 'mc' set but not used [-Wunused-but-set-variable] long mc; ^~ crm_exec_engine.c:895:27: warning: variable 'i_index' set but not used [-Wunused-but-set-variable] long istart, iend, ilen, i_index; ^~~~~~~ crm_exec_engine.c:895:21: warning: variable 'ilen' set but not used [-Wunused-but-set-variable] long istart, iend, ilen, i_index; ^~~~ crm_exec_engine.c:893:7: warning: variable 'vend' set but not used [-Wunused-but-set-variable] long vend; ^~~~ crm_exec_engine.c:1010:7: warning: variable 'mc' set but not used [-Wunused-but-set-variable] long mc; ^~ crm_exec_engine.c:1009:27: warning: variable 'i_index' set but not used [-Wunused-but-set-variable] long istart, iend, ilen, i_index; ^~~~~~~ crm_exec_engine.c:1009:21: warning: variable 'ilen' set but not used [-Wunused-but-set-variable] long istart, iend, ilen, i_index; ^~~~ crm_exec_engine.c:1007:7: warning: variable 'vend' set but not used [-Wunused-but-set-variable] long vend; ^~~~ crm_exec_engine.c:34:8: warning: variable 'done' set but not used [-Wunused-but-set-variable] long done; ^~~~ crm_str_funcs.c: In function 'crm_unmap_file_internal': crm_str_funcs.c:145:8: warning: variable 'munmap_status' set but not used [-Wunused-but-set-variable] long munmap_status; ^~~~~~~~~~~~~ crm_str_funcs.c: In function 'crm_mmap_file': crm_str_funcs.c:360:8: warning: variable 'pagesize' set but not used [-Wunused-but-set-variable] long pagesize = 0, k; ^~~~~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_expr_sks.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_stats.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_svm_matrix_util.c crm_expr_sks.c: In function 'crm_expr_sks_learn': crm_expr_sks.c:976:24: warning: variable 'thislen' set but not used [-Wunused-but-set-variable] long thisstart, thislen, thisend; ^~~~~~~ crm_expr_sks.c:767:8: warning: variable 'textmaxoffset' set but not used [-Wunused-but-set-variable] long textmaxoffset; ^~~~~~~~~~~~~ crm_expr_sks.c:766:8: warning: variable 'textoffset' set but not used [-Wunused-but-set-variable] long textoffset; ^~~~~~~~~~ crm_expr_sks.c:754:8: warning: variable 'microgroom' set but not used [-Wunused-but-set-variable] long microgroom; ^~~~~~~~~~ crm_expr_sks.c:752:16: warning: variable 'eflags' set but not used [-Wunused-but-set-variable] long cflags, eflags; ^~~~~~ crm_expr_sks.c: In function 'crm_expr_sks_classify': crm_expr_sks.c:1391:8: warning: variable 'textmaxoffset' set but not used [-Wunused-but-set-variable] long textmaxoffset; ^~~~~~~~~~~~~ crm_expr_sks.c:1390:8: warning: variable 'textoffset' set but not used [-Wunused-but-set-variable] long textoffset; ^~~~~~~~~~ crm_expr_sks.c:1385:8: warning: variable 'microgroom' set but not used [-Wunused-but-set-variable] long microgroom; ^~~~~~~~~~ crm_expr_sks.c:1384:16: warning: variable 'eflags' set but not used [-Wunused-but-set-variable] long cflags, eflags; ^~~~~~ crm_expr_sks.c:1377:8: warning: variable 'slen' set but not used [-Wunused-but-set-variable] long slen; ^~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_svm_quad_prog.c crm_svm_matrix_util.c: In function 'list_read': crm_svm_matrix_util.c:1248:10: warning: variable 'unused' set but not used [-Wunused-but-set-variable] size_t unused; ^~~~~~ crm_svm_quad_prog.c: In function 'run_qp': crm_svm_quad_prog.c:114:41: warning: variable 'oldtk' set but not used [-Wunused-but-set-variable] int tk = 0, n = A->cols, m = A->rows, oldtk = 0, neg_lambda, toadd, toremove, ^~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_svm_matrix.c crm_svm_matrix.c: In function 'matr_read_bin_fp': crm_svm_matrix.c:1663:23: warning: variable 'st' set but not used [-Wunused-but-set-variable] size_t amount_read, st; ^~ crm_svm_matrix.c: In function 'vector_memmove': crm_svm_matrix.c:3888:9: warning: variable 'unused' set but not used [-Wunused-but-set-variable] void *unused; ^~~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_svm_lib_fncts.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_svm.c crm_svm_lib_fncts.c: In function 'svm_read_solution_fp': crm_svm_lib_fncts.c:1070:10: warning: variable 'unused' set but not used [-Wunused-but-set-variable] size_t unused; ^~~~~~ crm_svm.c: In function 'write_svm_file_fp': crm_svm.c:1422:30: warning: variable 'unused' set but not used [-Wunused-but-set-variable] size_t size = MAX_INT_VAL, unused; ^~~~~~ crm_svm.c: In function 'append_vector_to_svm_file': crm_svm.c:1629:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ crm_svm.c: In function 'crm_svm_learn': crm_svm.c:2289:10: warning: variable 'unused' set but not used [-Wunused-but-set-variable] size_t unused; ^~~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_pca_lib_fncts.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_pca.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_fast_substring_compression.c crm_fast_substring_compression.c: In function 'crm_fast_substring_learn': crm_fast_substring_compression.c:557:8: warning: variable 'fev' set but not used [-Wunused-but-set-variable] long fev; ^~~ crm_fast_substring_compression.c:556:8: warning: variable 'use_unigram_features' set but not used [-Wunused-but-set-variable] long use_unigram_features; ^~~~~~~~~~~~~~~~~~~~ crm_fast_substring_compression.c:555:8: warning: variable 'unique' set but not used [-Wunused-but-set-variable] long unique; ^~~~~~ crm_fast_substring_compression.c:554:8: warning: variable 'microgroom' set but not used [-Wunused-but-set-variable] long microgroom; ^~~~~~~~~~ crm_fast_substring_compression.c:550:34: warning: variable 'newchains' set but not used [-Wunused-but-set-variable] FSCM_HASH_CHAIN_CELL *chains, *newchains; // the chain area ^~~~~~~~~ crm_fast_substring_compression.c:540:29: warning: variable 'textmaxoffset' set but not used [-Wunused-but-set-variable] unsigned long textoffset, textmaxoffset; ^~~~~~~~~~~~~ crm_fast_substring_compression.c:540:17: warning: variable 'textoffset' set but not used [-Wunused-but-set-variable] unsigned long textoffset, textmaxoffset; ^~~~~~~~~~ crm_fast_substring_compression.c: In function 'compress_me': crm_fast_substring_compression.c:1300:7: warning: variable 'blast_lookback' set but not used [-Wunused-but-set-variable] int blast_lookback; // Only use if BLAST is desired. ^~~~~~~~~~~~~~ crm_fast_substring_compression.c: In function 'crm_fast_substring_classify': crm_fast_substring_compression.c:1366:8: warning: variable 'use_unigram_features' set but not used [-Wunused-but-set-variable] long use_unigram_features; ^~~~~~~~~~~~~~~~~~~~ crm_fast_substring_compression.c:1365:8: warning: variable 'not_microgroom' set but not used [-Wunused-but-set-variable] long not_microgroom = 1; ^~~~~~~~~~~~~~ crm_fast_substring_compression.c:1364:8: warning: variable 'use_unique' set but not used [-Wunused-but-set-variable] long use_unique; ^~~~~~~~~~ crm_fast_substring_compression.c:1363:8: warning: variable 'fnameoffset' set but not used [-Wunused-but-set-variable] long fnameoffset; ^~~~~~~~~~~ crm_fast_substring_compression.c:1360:8: warning: variable 'slen' set but not used [-Wunused-but-set-variable] long slen; ^~~~ crm_pca.c: In function 'pca_write_file_fp': crm_pca.c:879:30: warning: variable 'unused' set but not used [-Wunused-but-set-variable] size_t size = MAX_INT_VAL, unused; ^~~~~~ crm_pca.c: In function 'append_vector_to_pca_file': crm_pca.c:1008:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ crm_pca.c: In function 'crm_pca_learn': crm_pca.c:1653:10: warning: variable 'unused' set but not used [-Wunused-but-set-variable] size_t unused; ^~~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c cssutil.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c crm_util_errorhandlers.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c cssdiff.c cssutil.c: In function 'main': cssutil.c:245:31: warning: variable 'h2' set but not used [-Wunused-but-set-variable] unsigned int hcode, h1, h2; ^~ cssutil.c:80:9: warning: variable 'newinputbuf' set but not used [-Wunused-but-set-variable] char *newinputbuf; ^~~~~~~~~~~ cssutil.c:74:22: warning: variable 'features_index' set but not used [-Wunused-but-set-variable] long learns_index, features_index; ^~~~~~~~~~~~~~ cssutil.c:74:8: warning: variable 'learns_index' set but not used [-Wunused-but-set-variable] long learns_index, features_index; ^~~~~~~~~~~~ cssdiff.c: In function 'main': cssdiff.c:25:39: warning: variable 'kclash' set but not used [-Wunused-but-set-variable] long sim, diff, dom1, dom2, hclash, kclash; ^~~~~~ cssdiff.c:25:31: warning: variable 'hclash' set but not used [-Wunused-but-set-variable] long sim, diff, dom1, dom2, hclash, kclash; ^~~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c cssmerge.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -c osbf-util.c gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fPIE cssutil.o \ crm_css_maintenance.o \ crm_util_errorhandlers.o \ crm_str_funcs.o -lm -ltre -o cssutil gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fPIE \ crm_util_errorhandlers.o \ crm_str_funcs.o -ltre cssdiff.o -o cssdiff osbf-util.c: In function 'main': osbf-util.c:80:9: warning: variable 'newinputbuf' set but not used [-Wunused-but-set-variable] char *newinputbuf; ^~~~~~~~~~~ gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fPIE \ cssmerge.o crm_str_funcs.o \ crm_util_errorhandlers.o \ -ltre -o cssmerge gcc -DVERSION='"20100106-BlameMichelson"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIE -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fPIE osbf-util.o \ crm_str_funcs.o \ crm_util_errorhandlers.o \ crm_osbf_maintenance.o -lm -ltre -o osbf-util gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fPIE -lm crm_main.o crm_compiler.o crm_errorhandlers.o crm_math_exec.o crm_var_hash_table.o crm_expandvar.o crm_stmt_parser.o crm_vector_tokenize.o crm_expr_alter.o crm_expr_match.o crm_css_maintenance.o crm_markovian.o crm_osb_bayes.o crm_osb_hyperspace.o crm_correlate.o crm_osb_winnow.o crm_winnow_maintenance.o crm_osbf_bayes.o crm_osbf_maintenance.o crm_bit_entropy.o crm_neural_net.o crm_expr_clump.o crm_expr_window.o crm_expr_isolate.o crm_expr_file_io.o crm_expr_syscall.o crm_expr_classify.o crm_expr_translate.o crm_exec_engine.o crm_debugger.o crm_str_funcs.o crm_preprocessor.o crmregex_tre.c crm_expr_sks.o crm_stats.o crm_svm_matrix_util.o crm_svm_quad_prog.o crm_svm_matrix.o crm_svm_lib_fncts.o crm_svm.o crm_pca_lib_fncts.o crm_pca.o crm_fast_substring_compression.o \ -ltre -lm \ -o crm114 # # Done. Type "make help" to see what else you can make. # # # Done. # # *** Type "make help" to see what else you can make. # + /usr/bin/emacs -batch --no-init-file --no-site-file --eval '(progn (setq load-path (cons "." load-path)))' -f batch-byte-compile crm114-mode.el In crm114-electric-brace: crm114-mode.el:173:22:Warning: reference to free variable `last-command-char' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WJWVaP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64 + cd crm114-20100106-BlameMichelson.src + install -d /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/bin /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/crm114 /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/emacs/site-lisp/crm114 + make DESTDIR=/builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64 'INSTALLFLAGS=-m 755 -p' install make install_engine install_utils make[1]: Entering directory '/builddir/build/BUILD/crm114-20100106-BlameMichelson.src' # # Installing engine # install -m 755 -p crm114 /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/bin/crm # # Installing Utilities # make cssmerge cssutil cssdiff osbf-util make[2]: Entering directory '/builddir/build/BUILD/crm114-20100106-BlameMichelson.src' make[2]: 'cssmerge' is up to date. make[2]: 'cssutil' is up to date. make[2]: 'cssdiff' is up to date. make[2]: 'osbf-util' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/crm114-20100106-BlameMichelson.src' install -m 755 -p cssdiff /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/bin/cssdiff install -m 755 -p cssmerge /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/bin/cssmerge install -m 755 -p cssutil /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/bin/cssutil install -m 755 -p osbf-util /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/bin/osbf-util # if you don't have EMACS installed in the default place, you # won't get the crm114-mode.el automatically. install -m 755 -p crm114-mode.el /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/emacs/site-lisp/crm114-mode.el make[1]: Leaving directory '/builddir/build/BUILD/crm114-20100106-BlameMichelson.src' # # Done. Type "make help" to see what else you can make. # + install -pm 755 mailfilter.crm maillib.crm mailreaver.crm mailtrainer.crm shuffle.crm /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/crm114/ + install -pm 644 crm114-mode.elc /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/emacs/site-lisp/crm114 + mv /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/emacs/site-lisp/crm114-mode.el /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/emacs/site-lisp/crm114/ + chmod 644 /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/emacs/site-lisp/crm114/crm114-mode.el + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in ./usr/share/crm114/shuffle.crm from #! /usr/bin/crm to #!/usr/bin/crm mangling shebang in ./usr/share/crm114/mailfilter.crm from #! /usr/bin/crm to #!/usr/bin/crm mangling shebang in ./usr/share/crm114/mailtrainer.crm from #! /usr/bin/crm to #!/usr/bin/crm mangling shebang in ./usr/share/crm114/maillib.crm from #! /usr/bin/crm to #!/usr/bin/crm mangling shebang in ./usr/share/crm114/mailreaver.crm from #! /usr/bin/crm to #!/usr/bin/crm Processing files: crm114-0-14.20100106.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WakXNm + umask 022 + cd /builddir/build/BUILD + cd crm114-20100106-BlameMichelson.src + DOCDIR=/builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/doc/crm114 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/doc/crm114 + cp -pr README /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/doc/crm114 + cp -pr Alice_In_Wonderland_Chap_1_And_2.txt CLASSIFY_DETAILS.txt COLOPHON.txt CRM114_Mailfilter_HOWTO.txt FAQ.txt GPL_License.txt Hound_of_the_Baskervilles_first_500_lines.txt INTRO.txt KNOWNBUGS.txt Macbeth_Act_IV.txt QUICKREF.txt THINGS_TO_DO.txt The_Wind_in_the_Willows_Chap_1.txt inoc_passwd.txt /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/doc/crm114 + cp -pr reto_procmailrc.recipe /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/doc/crm114 + cp -pr blacklist.mfp.example priolist.mfp.example whitelist.mfp.example /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/doc/crm114 + cp -pr mailfilter.cf /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64/usr/share/doc/crm114 + exit 0 Provides: crm114 = 0-14.20100106.fc28 crm114(riscv-64) = 0-14.20100106.fc28 crm114-emacs = 0-14.20100106.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/crm ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libtre.so.5()(64bit) rtld(GNU_HASH) Obsoletes: crm114-emacs < 0-10.20100106.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64 Wrote: /builddir/build/SRPMS/crm114-0-14.20100106.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/crm114-0-14.20100106.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sUKmz4 + umask 022 + cd /builddir/build/BUILD + cd crm114-20100106-BlameMichelson.src + /usr/bin/rm -rf /builddir/build/BUILDROOT/crm114-0-14.20100106.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff