Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/L-function.spec'], logger=uid=1000printOutput=Falseshell=Falsetimeout=0user='mockbuild'gid=135chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-19502/root'env={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/L-function.spec'] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/L-function-1.23-15bs02npfc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/L-function.spec "], logger=uid=1000printOutput=Falseprivate_network=Truetimeout=0user='mockbuild'gid=135chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-19502/root'shell=Falseenv={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/L-function.spec "] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NKXcCH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf L-1.23 + /usr/bin/gzip -dc /builddir/build/SOURCES/L-1.23.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd L-1.23 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (L-fix-broken-include-of-libc++.diff): + echo 'Patch #0 (L-fix-broken-include-of-libc++.diff):' + /usr/bin/cat /builddir/build/SOURCES/L-fix-broken-include-of-libc++.diff + /usr/bin/patch -p1 --fuzz=0 patching file include/Lglobals.h Patch #1 (pari_2.7.patch): + echo 'Patch #1 (pari_2.7.patch):' + /usr/bin/cat /builddir/build/SOURCES/pari_2.7.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/Lcommandline.cc patching file src/Lcommandline_elliptic.cc Patch #2 (L-1.23-lcalc_to_double.patch): + echo 'Patch #2 (L-1.23-lcalc_to_double.patch):' + /usr/bin/cat /builddir/build/SOURCES/L-1.23-lcalc_to_double.patch + /usr/bin/patch -p1 --fuzz=0 patching file include/Lcommon.h Patch #3 (L-gcc4.9.patch): + echo 'Patch #3 (L-gcc4.9.patch):' + /usr/bin/cat /builddir/build/SOURCES/L-gcc4.9.patch + /usr/bin/patch -p1 --fuzz=0 patching file include/L.h patching file include/Ldirichlet_series.h Patch #4 (L-gcc5.patch): + echo 'Patch #4 (L-gcc5.patch):' + /usr/bin/cat /builddir/build/SOURCES/L-gcc5.patch + /usr/bin/patch -p1 --fuzz=0 patching file include/Lgamma.h + rm -f '.*DS_Store' + rm -f include/Lexplicit_formula.h.swap.crap include/Lvalue.h.bak + rm -f include/.DS_Store include/._.DS_Store include/.Lexplicit_formula.h.swp include/.Lvalue.h.swp + rm -f src/.DS_Store src/._.DS_Store src/.Lcommandline.ggo.swp src/.Makefile.old.swp + sed -e 's|/lib/|/lib/|g' -e 's|^[^#]*LDFLAGS2.*LDFLAGS1.*$|LDFLAGS2 = $(LDFLAGS1) -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld|' -e 's|libLfunction.so|libLfunction.so.1.23|g' -e 's|\($(CC).*cc\) libLfunction.so.1.23|\1 -L. -lLfunction|g' -e 's|-Xlinker -rpath .*||;' -e 's|\(DYN_OPTION=shared\)|\1 -Wl,-soname=libLfunction.so.1.23 -lgomp -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld|' -e 's|#\(OPENMP_FLAG = -fopenmp\)|\1|' -i src/Makefile + sed -i -e 's/\r//' src/example_programs/example.cc + rm -f src/libLfunction.a + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CXLBNq + umask 022 + cd /builddir/build/BUILD ~/build/BUILD/L-1.23/src ~/build/BUILD/L-1.23 + cd L-1.23 + pushd src + ln -sf libLfunction.so.1.23 libLfunction.so + make -j8 'EXTRA=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp' PARI_DEFINE=-DINCLUDE_PARI LOCATION_PARI_H=/usr/include/pari LOCATION_PARI_LIBRARY=/usr/lib all make libLfunction.so.1.23 make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/L-1.23/src' g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c Lglobals.cc g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c Lgamma.cc Lgamma.cc: In function 'Complex erfc2(Complex)': Lgamma.cc:158:7: warning: unused variable 'n' [-Wunused-variable] int n; ^ In file included from Lgamma.cc:24:0: ../include/Lgamma.h: In instantiation of 'Complex GAMMA(ttype, ttype2) [with ttype = double; ttype2 = std::complex; Complex = std::complex]': Lgamma.cc:163:29: required from here ../include/Lgamma.h:183:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c Lriemannsiegel.cc In file included from ../include/L.h:42:0, from Lriemannsiegel.cc:24: ../include/Lgamma.h: In instantiation of 'typename precise::precise_type log_GAMMA(ttype, int) [with ttype = std::complex; typename precise::precise_type = std::complex]': Lriemannsiegel.cc:45:47: required from here ../include/Lgamma.h:88:12: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c Lriemannsiegel_blfi.cc g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c Ldokchitser.cc Lriemannsiegel_blfi.cc: In function 'Complex blfi_inter(Double, Double, int, int, int, int&)': Lriemannsiegel_blfi.cc:388:71: warning: unused variable 'temp10' [-Wunused-variable] Double temp,temp1,temp2,temp3,temp4,temp5,temp6,temp7,temp8,temp9,temp10,temp11; ^ Lriemannsiegel_blfi.cc: In function 'Complex my_zeta(Double, int&)': Lriemannsiegel_blfi.cc:913:23: warning: unused variable 'denom' [-Wunused-variable] Double temp_r,thr,denom,tail_lgk,tail_sqrt,ilgk,temp0,res1_r=0,res_mid=0,res_fin=0,rmterm; ^ Lriemannsiegel_blfi.cc:913:53: warning: unused variable 'temp0' [-Wunused-variable] Double temp_r,thr,denom,tail_lgk,tail_sqrt,ilgk,temp0,res1_r=0,res_mid=0,res_fin=0,rmterm; ^ In file included from ../include/L.h:42:0, from Lriemannsiegel_blfi.cc:16: ../include/Lgamma.h: In instantiation of 'typename precise::precise_type log_GAMMA(ttype, int) [with ttype = std::complex; typename precise::precise_type = std::complex]': Lriemannsiegel_blfi.cc:1102:61: required from here ../include/Lgamma.h:88:12: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ g++ -shared -Wl,-soname=libLfunction.so.1.23 -lgomp -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libLfunction.so.1.23 Lglobals.o Lgamma.o Lriemannsiegel.o Lriemannsiegel_blfi.o Ldokchitser.o make[1]: Leaving directory '/builddir/build/BUILD/L-1.23/src' make lcalc make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/L-1.23/src' g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c Lcommandline_globals.cc g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c Lcommandline_misc.cc Lcommandline_misc.cc: In function 'void initialize_new_L(char*)': Lcommandline_misc.cc:48:9: warning: unused variable 'missing_data' [-Wunused-variable] int missing_data=0; // XXXX specifies if any of the basic data is missing ^ Lcommandline_misc.cc:95:14: warning: 'coeff_Complex' may be used uninitialized in this function [-Wmaybe-uninitialized] Complex *coeff_Complex; ^ Lcommandline_misc.cc:94:13: warning: 'coeff_Double' may be used uninitialized in this function [-Wmaybe-uninitialized] Double *coeff_Double; ^ Lcommandline_misc.cc:93:10: warning: 'coeff_int' may be used uninitialized in this function [-Wmaybe-uninitialized] int *coeff_int; ^ g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c Lcommandline_numbertheory.cc g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c Lcommandline_values_zeros.cc In file included from ../include/L.h:537:0, from Lcommandline_values_zeros.cc:25: ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' Lcommandline_values_zeros.cc:58:66: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = double; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = double; Complex = std::complex]' Lcommandline_values_zeros.cc:65:69: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' Lcommandline_values_zeros.cc:69:70: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h: In instantiation of 'Double L_function::zeros_zoom_brent(Double, Double, Double, Double) [with ttype = int; Double = double]': ../include/Lfind_zeros.h:137:38: required from 'void L_function::find_zeros(Double, Double, Double, const char*, const char*) [with ttype = int; Double = double]' Lcommandline_values_zeros.cc:129:39: required from here ../include/Lfind_zeros.h:33:14: warning: unused variable 's_bound' [-Wunused-variable] bool s_bound; ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h: In instantiation of 'int L_function::compute_rank(bool) [with ttype = int]': ../include/Lfind_zeros.h:564:23: required from 'void L_function::find_zeros_via_N(Long, bool, Double, int, bool, const char*, const char*) [with ttype = int; Long = long long int; Double = double]' Lcommandline_values_zeros.cc:131:85: required from here ../include/Lfind_zeros.h:379:32: warning: unused variable 'tmp_x' [-Wunused-variable] Double x,y,h1,h2,tmp_h,tmp_x; ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h: In instantiation of 'Double L_function::zeros_zoom_brent(Double, Double, Double, Double) [with ttype = double; Double = double]': ../include/Lfind_zeros.h:137:38: required from 'void L_function::find_zeros(Double, Double, Double, const char*, const char*) [with ttype = double; Double = double]' Lcommandline_values_zeros.cc:136:42: required from here ../include/Lfind_zeros.h:33:14: warning: unused variable 's_bound' [-Wunused-variable] bool s_bound; ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h: In instantiation of 'int L_function::compute_rank(bool) [with ttype = double]': ../include/Lfind_zeros.h:564:23: required from 'void L_function::find_zeros_via_N(Long, bool, Double, int, bool, const char*, const char*) [with ttype = double; Long = long long int; Double = double]' Lcommandline_values_zeros.cc:138:88: required from here ../include/Lfind_zeros.h:379:32: warning: unused variable 'tmp_x' [-Wunused-variable] Double x,y,h1,h2,tmp_h,tmp_x; ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h: In instantiation of 'Double L_function::zeros_zoom_brent(Double, Double, Double, Double) [with ttype = std::complex; Double = double]': ../include/Lfind_zeros.h:137:38: required from 'void L_function::find_zeros(Double, Double, Double, const char*, const char*) [with ttype = std::complex; Double = double]' Lcommandline_values_zeros.cc:143:43: required from here ../include/Lfind_zeros.h:33:14: warning: unused variable 's_bound' [-Wunused-variable] bool s_bound; ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h: In instantiation of 'int L_function::compute_rank(bool) [with ttype = std::complex]': ../include/Lfind_zeros.h:564:23: required from 'void L_function::find_zeros_via_N(Long, bool, Double, int, bool, const char*, const char*) [with ttype = std::complex; Long = long long int; Double = double]' Lcommandline_values_zeros.cc:145:83: required from here ../include/Lfind_zeros.h:379:32: warning: unused variable 'tmp_x' [-Wunused-variable] Double x,y,h1,h2,tmp_h,tmp_x; ^ In file included from ../include/L.h:537:0, from Lcommandline_values_zeros.cc:25: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = int; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' Lcommandline_values_zeros.cc:58:66: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:42:0, from Lcommandline_values_zeros.cc:25: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = int; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' Lcommandline_values_zeros.cc:58:66: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ In file included from ../include/L.h:42:0, from Lcommandline_values_zeros.cc:25: ../include/Lgamma.h: In instantiation of 'Complex GAMMA(ttype, ttype2) [with ttype = std::complex; ttype2 = std::complex; Complex = std::complex]': ../include/Lvalue.h:547:34: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' Lcommandline_values_zeros.cc:58:66: required from here ../include/Lgamma.h:183:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:537:0, from Lcommandline_values_zeros.cc:25: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = double; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = double; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = double; Complex = std::complex]' Lcommandline_values_zeros.cc:65:69: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:42:0, from Lcommandline_values_zeros.cc:25: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = double; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = double; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = double; Complex = std::complex]' Lcommandline_values_zeros.cc:65:69: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -I/usr/include/pari -DINCLUDE_PARI -c Lcommandline_elliptic.cc -Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ In file included from ../include/L.h:537:0, from Lcommandline_values_zeros.cc:25: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = std::complex; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' Lcommandline_values_zeros.cc:69:70: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:42:0, from Lcommandline_values_zeros.cc:25: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = std::complex; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' Lcommandline_values_zeros.cc:69:70: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ In file included from ../include/L.h:42:0, from Lcommandline_values_zeros.cc:25: ../include/Lgamma.h: In instantiation of 'typename precise::precise_type log_GAMMA(ttype, int) [with ttype = std::complex; typename precise::precise_type = std::complex]': ../include/Lnumberzeros.h:38:31: required from 'Double L_function::N(Double) [with ttype = int; Double = double]' ../include/Lfind_zeros.h:152:60: required from 'void L_function::find_zeros(Double, Double, Double, const char*, const char*) [with ttype = int; Double = double]' Lcommandline_values_zeros.cc:129:39: required from here ../include/Lgamma.h:88:12: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:42:0, from Lcommandline_values_zeros.cc:25: ../include/Lgamma.h: In instantiation of 'Complex GAMMA(ttype, ttype2) [with ttype = double; ttype2 = double; Complex = std::complex]': ../include/Lgamma.h:297:16: required from 'Complex inc_GAMMA(ttype, ttype, const char*, ttype, bool) [with ttype = double; Complex = std::complex]' ../include/Lgamma.h:706:28: required from 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = int; Complex = std::complex; Double = double; Long = long long int]' ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' Lcommandline_values_zeros.cc:58:66: required from here ../include/Lgamma.h:183:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:537:0, from Lcommandline_values_zeros.cc:25: ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = int; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = double; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h: In member function 'void L_function::find_zeros_via_N(Long, bool, Double, int, bool, const char*, const char*) [with ttype = int; Long = long long int; Double = double]': ../include/Lfind_zeros.h:794:45: warning: 'u3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:24: note: 'u3' was declared here Double x3,x3_c,u3; ^ In file included from ../include/Lglobals.h:50:0, from ../include/L.h:40, from Lcommandline_values_zeros.cc:25: ../include/Lcommon.h:48:2: warning: 'x3_c' may be used uninitialized in this function [-Wmaybe-uninitialized] if (x>=0) return 1; ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h:528:19: note: 'x3_c' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:794:45: warning: 'x3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:16: note: 'x3' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:735:57: warning: 'tmp3' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp3; ^ ../include/Lfind_zeros.h:527:33: note: 'tmp3' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ ../include/Lfind_zeros.h:744:57: warning: 'tmp2' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp2; ^ ../include/Lfind_zeros.h:527:28: note: 'tmp2' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h:890:42: warning: 'xxx_log_diff_coeffs' may be used uninitialized in this function [-Wmaybe-uninitialized] xxx_flag = this->test_explicit_formula(xxx_A,xxx_zeros[xxx_current_zero], xxx_zeros,xxx_number_zeros_test,xxx_log_diff_coeffs,150); ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h:488:18: note: 'xxx_log_diff_coeffs' was declared here Complex *xxx_log_diff_coeffs; //stores Dirichlet coefficients of the logarithmic derivative ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h: In member function 'void L_function::find_zeros_via_N(Long, bool, Double, int, bool, const char*, const char*) [with ttype = double; Long = long long int; Double = double]': ../include/Lfind_zeros.h:794:45: warning: 'u3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:24: note: 'u3' was declared here Double x3,x3_c,u3; ^ In file included from ../include/Lglobals.h:50:0, from ../include/L.h:40, from Lcommandline_values_zeros.cc:25: ../include/Lcommon.h:48:2: warning: 'x3_c' may be used uninitialized in this function [-Wmaybe-uninitialized] if (x>=0) return 1; ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h:528:19: note: 'x3_c' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:794:45: warning: 'x3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:16: note: 'x3' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:735:57: warning: 'tmp3' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp3; ^ ../include/Lfind_zeros.h:527:33: note: 'tmp3' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ ../include/Lfind_zeros.h:744:57: warning: 'tmp2' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp2; ^ ../include/Lfind_zeros.h:527:28: note: 'tmp2' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h:890:42: warning: 'xxx_log_diff_coeffs' may be used uninitialized in this function [-Wmaybe-uninitialized] xxx_flag = this->test_explicit_formula(xxx_A,xxx_zeros[xxx_current_zero], xxx_zeros,xxx_number_zeros_test,xxx_log_diff_coeffs,150); ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h:488:18: note: 'xxx_log_diff_coeffs' was declared here Complex *xxx_log_diff_coeffs; //stores Dirichlet coefficients of the logarithmic derivative ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h: In member function 'void L_function::find_zeros_via_N(Long, bool, Double, int, bool, const char*, const char*) [with ttype = std::complex; Long = long long int; Double = double]': ../include/Lfind_zeros.h:794:45: warning: 'u3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:24: note: 'u3' was declared here Double x3,x3_c,u3; ^ In file included from ../include/Lglobals.h:50:0, from ../include/L.h:40, from Lcommandline_values_zeros.cc:25: ../include/Lcommon.h:48:2: warning: 'x3_c' may be used uninitialized in this function [-Wmaybe-uninitialized] if (x>=0) return 1; ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h:528:19: note: 'x3_c' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:794:45: warning: 'x3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:16: note: 'x3' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:735:57: warning: 'tmp3' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp3; ^ ../include/Lfind_zeros.h:527:33: note: 'tmp3' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ ../include/Lfind_zeros.h:744:57: warning: 'tmp2' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp2; ^ ../include/Lfind_zeros.h:527:28: note: 'tmp2' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h:890:42: warning: 'xxx_log_diff_coeffs' may be used uninitialized in this function [-Wmaybe-uninitialized] xxx_flag = this->test_explicit_formula(xxx_A,xxx_zeros[xxx_current_zero], xxx_zeros,xxx_number_zeros_test,xxx_log_diff_coeffs,150); ^ In file included from ../include/L.h:538:0, from Lcommandline_values_zeros.cc:25: ../include/Lfind_zeros.h:488:18: note: 'xxx_log_diff_coeffs' was declared here Complex *xxx_log_diff_coeffs; //stores Dirichlet coefficients of the logarithmic derivative ^ Lcommandline_elliptic.cc: In function 'void data_E(char*, char*, char*, char*, char*, int, Double*)': Lcommandline_elliptic.cc:107:20: warning: variable 'tmp2' set but not used [-Wunused-but-set-variable] Double x,r,tmp,tmp2; ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lfind_zeros.h: In instantiation of 'int L_function::compute_rank(bool) [with ttype = int]': Lcommandline_elliptic.cc:238:36: required from here ../include/Lfind_zeros.h:379:32: warning: unused variable 'tmp_x' [-Wunused-variable] Double x,y,h1,h2,tmp_h,tmp_x; ^ ../include/Lfind_zeros.h: In instantiation of 'int L_function::compute_rank(bool) [with ttype = double]': Lcommandline_elliptic.cc:241:39: required from here ../include/Lfind_zeros.h:379:32: warning: unused variable 'tmp_x' [-Wunused-variable] ../include/Lfind_zeros.h: In instantiation of 'int L_function::compute_rank(bool) [with ttype = std::complex]': Lcommandline_elliptic.cc:244:40: required from here ../include/Lfind_zeros.h:379:32: warning: unused variable 'tmp_x' [-Wunused-variable] In file included from ../include/L.h:537:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = int]' Lcommandline_elliptic.cc:238:36: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = double; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = double; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = double]' Lcommandline_elliptic.cc:241:39: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = std::complex]' Lcommandline_elliptic.cc:244:40: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ In file included from ../include/L.h:537:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = int; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = int]' Lcommandline_elliptic.cc:238:36: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:42:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = int; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = int]' Lcommandline_elliptic.cc:238:36: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ In file included from ../include/L.h:42:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lgamma.h: In instantiation of 'Complex GAMMA(ttype, ttype2) [with ttype = std::complex; ttype2 = std::complex; Complex = std::complex]': ../include/Lvalue.h:547:34: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = int]' Lcommandline_elliptic.cc:238:36: required from here ../include/Lgamma.h:183:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:537:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = double; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = double; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = double; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = double]' Lcommandline_elliptic.cc:241:39: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:42:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = double; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = double; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = double; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = double]' Lcommandline_elliptic.cc:241:39: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ In file included from ../include/L.h:537:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = std::complex; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = std::complex]' Lcommandline_elliptic.cc:244:40: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ Ig++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -I/usr/include/pari -DINCLUDE_PARI -c Lcommandline_twist.cc n file included from ../include/L.h:42:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = std::complex; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = std::complex]' Lcommandline_elliptic.cc:244:40: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ In file included from ../include/L.h:42:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lgamma.h: In instantiation of 'Complex GAMMA(ttype, ttype2) [with ttype = double; ttype2 = double; Complex = std::complex]': ../include/Lgamma.h:297:16: required from 'Complex inc_GAMMA(ttype, ttype, const char*, ttype, bool) [with ttype = double; Complex = std::complex]' ../include/Lgamma.h:706:28: required from 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = int; Complex = std::complex; Double = double; Long = long long int]' ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' ../include/Lfind_zeros.h:382:10: required from 'int L_function::compute_rank(bool) [with ttype = int]' Lcommandline_elliptic.cc:238:36: required from here ../include/Lgamma.h:183:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:537:0, from ../include/Lcommandline_elliptic.h:28, from Lcommandline_elliptic.cc:23: ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = int; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = double; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ Lcommandline_twist.cc: In function 'int quadratic_twists(Long, Long, Double, Double, int, Double, const char*, bool, bool, int)': Lcommandline_twist.cc:256:16: warning: unused variable 'C' [-Wunused-variable] Double C; // as in the 2*C/Pi ^ Lcommandline_twist.cc:140:12: warning: unused variable 'y1' [-Wunused-variable] Double y1= 2.3*DIGITS,y2=0; //used in determining how many twisted coefficients are needed ^ Lcommandline_twist.cc: In function 'int all_twists(Long, Long, Double, Double, int, Double, const char*, int, int, bool)': Lcommandline_twist.cc:1015:23: warning: unused variable 'C' [-Wunused-variable] Double C; // as in the 2*C/Pi ^ Lcommandline_twist.cc:563:9: warning: variable 'i' set but not used [-Wunused-but-set-variable] int i,j,k; //loop variables ^ Lcommandline_twist.cc:612:12: warning: unused variable 'y1' [-Wunused-variable] Double y1= 2.3*DIGITS,y2=0; //used in determining how many twisted coefficients are needed ^ Lcommandline_twist.cc:691:10: warning: variable 'r' set but not used [-Wunused-but-set-variable] Long r; // r = |d| ^ In file included from ../include/L.h:537:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = int; Complex = std::complex; Double = double]': Lcommandline_twist.cc:277:61: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h: In instantiation of 'int L_function::compute_rank(bool) [with ttype = int]': Lcommandline_twist.cc:424:75: required from here ../include/Lfind_zeros.h:379:32: warning: unused variable 'tmp_x' [-Wunused-variable] Double x,y,h1,h2,tmp_h,tmp_x; ^ ../include/Lfind_zeros.h: In instantiation of 'int L_function::compute_rank(bool) [with ttype = double]': Lcommandline_twist.cc:427:78: required from here ../include/Lfind_zeros.h:379:32: warning: unused variable 'tmp_x' [-Wunused-variable] ../include/Lfind_zeros.h: In instantiation of 'int L_function::compute_rank(bool) [with ttype = std::complex]': Lcommandline_twist.cc:430:79: required from here ../include/Lfind_zeros.h:379:32: warning: unused variable 'tmp_x' [-Wunused-variable] In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h: In instantiation of 'Double L_function::zeros_zoom_brent(Double, Double, Double, Double) [with ttype = int; Double = double]': ../include/Lfind_zeros.h:137:38: required from 'void L_function::find_zeros(Double, Double, Double, const char*, const char*) [with ttype = int; Double = double]' Lcommandline_twist.cc:446:81: required from here ../include/Lfind_zeros.h:33:14: warning: unused variable 's_bound' [-Wunused-variable] bool s_bound; ^ ../include/Lfind_zeros.h: In instantiation of 'Double L_function::zeros_zoom_brent(Double, Double, Double, Double) [with ttype = double; Double = double]': ../include/Lfind_zeros.h:137:38: required from 'void L_function::find_zeros(Double, Double, Double, const char*, const char*) [with ttype = double; Double = double]' Lcommandline_twist.cc:454:84: required from here ../include/Lfind_zeros.h:33:14: warning: unused variable 's_bound' [-Wunused-variable] ../include/Lfind_zeros.h: In instantiation of 'Double L_function::zeros_zoom_brent(Double, Double, Double, Double) [with ttype = std::complex; Double = double]': ../include/Lfind_zeros.h:137:38: required from 'void L_function::find_zeros(Double, Double, Double, const char*, const char*) [with ttype = std::complex; Double = double]' Lcommandline_twist.cc:462:85: required from here ../include/Lfind_zeros.h:33:14: warning: unused variable 's_bound' [-Wunused-variable] In file included from ../include/L.h:537:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' Lcommandline_twist.cc:478:66: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = double; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = double; Complex = std::complex]' Lcommandline_twist.cc:481:69: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' Lcommandline_twist.cc:484:70: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ In file included from ../include/L.h:42:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lgamma.h: In instantiation of 'typename precise::precise_type log_GAMMA(ttype, int) [with ttype = std::complex; typename precise::precise_type = std::complex]': ../include/Lnumberzeros.h:38:31: required from 'Double L_function::N(Double) [with ttype = int; Double = double]' ../include/Lfind_zeros.h:152:60: required from 'void L_function::find_zeros(Double, Double, Double, const char*, const char*) [with ttype = int; Double = double]' Lcommandline_twist.cc:446:81: required from here ../include/Lgamma.h:88:12: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:42:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = int; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' Lcommandline_twist.cc:478:66: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ In file included from ../include/L.h:42:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lgamma.h: In instantiation of 'Complex GAMMA(ttype, ttype2) [with ttype = std::complex; ttype2 = std::complex; Complex = std::complex]': ../include/Lvalue.h:547:34: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' Lcommandline_twist.cc:478:66: required from here ../include/Lgamma.h:183:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:537:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = double; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = double; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = double; Complex = std::complex]' Lcommandline_twist.cc:481:69: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:42:0, from ../include/Lcommang++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -I/usr/include/pari -DINCLUDE_PARI -c Lcommandline.cc dline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = double; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = double; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = double; Complex = std::complex]' Lcommandline_twist.cc:481:69: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ In file included from ../include/L.h:537:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = std::complex; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' Lcommandline_twist.cc:484:70: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:42:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = std::complex; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' Lcommandline_twist.cc:484:70: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ In file included from ../include/L.h:42:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lgamma.h: In instantiation of 'Complex GAMMA(ttype, ttype2) [with ttype = double; ttype2 = double; Complex = std::complex]': ../include/Lgamma.h:297:16: required from 'Complex inc_GAMMA(ttype, ttype, const char*, ttype, bool) [with ttype = double; Complex = std::complex]' ../include/Lgamma.h:706:28: required from 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = int; Complex = std::complex; Double = double; Long = long long int]' ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' Lcommandline_twist.cc:478:66: required from here ../include/Lgamma.h:183:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:537:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = int; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = double; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h: In member function 'void L_function::find_zeros_via_N(Long, bool, Double, int, bool, const char*, const char*) [with ttype = int; Long = long long int; Double = double]': ../include/Lfind_zeros.h:794:45: warning: 'u3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:24: note: 'u3' was declared here Double x3,x3_c,u3; ^ In file included from ../include/Lglobals.h:50:0, from ../include/L.h:40, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lcommon.h:48:2: warning: 'x3_c' may be used uninitialized in this function [-Wmaybe-uninitialized] if (x>=0) return 1; ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h:528:19: note: 'x3_c' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:794:45: warning: 'x3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:16: note: 'x3' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:735:57: warning: 'tmp3' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp3; ^ ../include/Lfind_zeros.h:527:33: note: 'tmp3' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ ../include/Lfind_zeros.h:744:57: warning: 'tmp2' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp2; ^ ../include/Lfind_zeros.h:527:28: note: 'tmp2' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h:890:42: warning: 'xxx_log_diff_coeffs' may be used uninitialized in this function [-Wmaybe-uninitialized] xxx_flag = this->test_explicit_formula(xxx_A,xxx_zeros[xxx_current_zero], xxx_zeros,xxx_number_zeros_test,xxx_log_diff_coeffs,150); ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h:488:18: note: 'xxx_log_diff_coeffs' was declared here Complex *xxx_log_diff_coeffs; //stores Dirichlet coefficients of the logarithmic derivative ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h: In member function 'void L_function::find_zeros_via_N(Long, bool, Double, int, bool, const char*, const char*) [with ttype = double; Long = long long int; Double = double]': ../include/Lfind_zeros.h:794:45: warning: 'u3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:24: note: 'u3' was declared here Double x3,x3_c,u3; ^ In file included from ../include/Lglobals.h:50:0, from ../include/L.h:40, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lcommon.h:48:2: warning: 'x3_c' may be used uninitialized in this function [-Wmaybe-uninitialized] if (x>=0) return 1; ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h:528:19: note: 'x3_c' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:794:45: warning: 'x3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:16: note: 'x3' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:735:57: warning: 'tmp3' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp3; ^ ../include/Lfind_zeros.h:527:33: note: 'tmp3' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ ../include/Lfind_zeros.h:744:57: warning: 'tmp2' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp2; ^ ../include/Lfind_zeros.h:527:28: note: 'tmp2' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h:890:42: warning: 'xxx_log_diff_coeffs' may be used uninitialized in this function [-Wmaybe-uninitialized] xxx_flag = this->test_explicit_formula(xxx_A,xxx_zeros[xxx_current_zero], xxx_zeros,xxx_number_zeros_test,xxx_log_diff_coeffs,150); ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h:488:18: note: 'xxx_log_diff_coeffs' was declared here Complex *xxx_log_diff_coeffs; //stores Dirichlet coefficients of the logarithmic derivative ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h: In member function 'void L_function::find_zeros_via_N(Long, bool, Double, int, bool, const char*, const char*) [with ttype = std::complex; Long = long long int; Double = double]': ../include/Lfind_zeros.h:794:45: warning: 'u3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:24: note: 'u3' was declared here Double x3,x3_c,u3; ^ In file included from ../include/Lglobals.h:50:0, from ../include/L.h:40, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lcommon.h:48:2: warning: 'x3_c' may be used uninitialized in this function [-Wmaybe-uninitialized] if (x>=0) return 1; ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h:528:19: note: 'x3_c' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:794:45: warning: 'x3' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp2=zeros_zoom_brent(x3,y2,u3,v2); ^ ../include/Lfind_zeros.h:528:16: note: 'x3' was declared here Double x3,x3_c,u3; ^ ../include/Lfind_zeros.h:735:57: warning: 'tmp3' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp3; ^ ../include/Lfind_zeros.h:527:33: note: 'tmp3' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ ../include/Lfind_zeros.h:744:57: warning: 'tmp2' may be used uninitialized in this function [-Wmaybe-uninitialized] zeros_S[i+1][0]=tmp2; ^ ../include/Lfind_zeros.h:527:28: note: 'tmp2' was declared here Double x2,y2,u2,v2,tmp2,tmp3,tmp4; //used to search for missing zeros ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h:890:42: warning: 'xxx_log_diff_coeffs' may be used uninitialized in this function [-Wmaybe-uninitialized] xxx_flag = this->test_explicit_formula(xxx_A,xxx_zeros[xxx_current_zero], xxx_zeros,xxx_number_zeros_test,xxx_log_diff_coeffs,150); ^ In file included from ../include/L.h:538:0, from ../include/Lcommandline_twist.h:27, from Lcommandline_twist.cc:25: ../include/Lfind_zeros.h:488:18: note: 'xxx_log_diff_coeffs' was declared here Complex *xxx_log_diff_coeffs; //stores Dirichlet coefficients of the logarithmic derivative ^ Lcommandline_twist.cc: In function 'int quadratic_twists(Long, Long, Double, Double, int, Double, const char*, bool, bool, int)': Lcommandline_twist.cc:514:79: warning: 'analytic_rank' may be used uninitialized in this function [-Wmaybe-uninitialized] else if(desired_rank==-1) cout << " " << analytic_rank; ^ Lcommandline_twist.cc:434:21: warning: 'analytic_rank' may be used uninitialized in this function [-Wmaybe-uninitialized] if(analytic_rank!=desired_rank){ ^ Lcommandline_twist.cc:533:27: warning: 'Complex_twisted_coeffs' may be used uninitialized in this function [-Wmaybe-uninitialized] delete [] Complex_twisted_coeffs; ^ Lcommandline_twist.cc:530:27: warning: 'Double_twisted_coeffs' may be used uninitialized in this function [-Wmaybe-uninitialized] delete [] Double_twisted_coeffs; ^ Lcommandline_twist.cc:527:44: warning: 'int_twisted_coeffs' may be used uninitialized in this function [-Wmaybe-uninitialized] if(what_type!=-1)delete [] int_twisted_coeffs; ^ In file included from ../include/Lcommandline_twist.h:27:0, from Lcommandline_twist.cc:25: ../include/L.h:158:9: warning: 'tmp_Q' may be used uninitialized in this function [-Wmaybe-uninitialized] Q=q; ^ Lcommandline_twist.cc:229:12: note: 'tmp_Q' was declared here Double tmp_Q; ^ Lcommandline_twist.cc:341:12: warning: 'tmp_N_terms' may be used uninitialized in this function [-Wmaybe-uninitialized] if(tmp_N_terms>underlying_N_terms) ^ Lcommandline_twist.cc:312:36: warning: 'underlying_Q' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp_Q=underlying_Q*r; ^ Lcommandline_twist.cc:341:12: warning: 'underlying_N_terms' may be used uninitialized in this function [-Wmaybe-uninitialized] if(tmp_N_terms>underlying_N_terms) ^ Lcommandline_twist.cc:299:24: warning: 'what_type' may be used uninitialized in this function [-Wmaybe-uninitialized] if(what_type==0||what_type>3||what_type==1||what_type==-2){ ^ Lcommandline_twist.cc:143:9: warning: 'tmp_a' may be used uninitialized in this function [-Wmaybe-uninitialized] int tmp_a; //the quasi degree of the twisted (and also underlying) L-function ^ Lcommandline_twist.cc: In function 'int all_twists(Long, Long, Double, Double, int, Double, const char*, int, int, bool)': Lcommandline_twist.cc:1084:23: warning: 'tmp_Q' may be used uninitialized in this function [-Wmaybe-uninitialized] Complex_L2= L_function(tmp_name,tmp_what_type,tmp_N_terms,Complex_twisted_coeffs,tmp_period,tmp_Q,tmp_OMEGA,tmp_a,tmp_g,tmp_l,0,tmp_cmplx,tmp_cmplx); ^ Lcommandline_twist.cc:696:12: note: 'tmp_Q' was declared here Double tmp_Q; ^ Lcommandline_twist.cc:694:9: warning: 'tmp_N_terms' may be used uninitialized in this function [-Wmaybe-uninitialized] int tmp_N_terms;// number of b(n)*chi(n)'s to compute ^ Lcommandline_twist.cc:1009:40: warning: 'underlying_Q' may be used uninitialized in this function [-Wmaybe-uninitialized] tmp_Q=(q_1*underlying_Q); ^ Lcommandline_twist.cc:638:12: note: 'underlying_Q' was declared here Double underlying_Q; //Q for the underlying L-function ^ Lcommandline_twist.cc:635:9: warning: 'underlying_N_terms' may be used uninitialized in this function [-Wmaybe-uninitialized] int underlying_N_terms; //number of dirichlet coefficients ^ Lcommandline_twist.cc:983:24: warning: 'what_type' may be used uninitialized in this function [-Wmaybe-uninitialized] if(what_type==0||what_type>3||what_type==1||what_type==-2){ ^ Lcommandline_twist.cc:631:9: note: 'what_type' was declared here int what_type; // what_type of the underlying L-function ^ Lcommandline_twist.cc:611:9: warning: 'tmp_a' may be used uninitialized in this function [-Wmaybe-uninitialized] int tmp_a; //the quasi degree of the twisted (and also underlying) L-function ^ Lcommandline.cc: In function 'int main(int, char**)': Lcommandline.cc:403:16: warning: unused variable 'C' [-Wunused-variable] Double C = DIGITS2*log(10.); ^ Lcommandline.cc:38:9: warning: unused variable 'i' [-Wunused-variable] int i; ^ Lcommandline.cc:39:10: warning: variable 'n' set but not used [-Wunused-but-set-variable] Long n; ^ In file included from ../include/L.h:537:0, from ../include/Lcommandline.h:36, from Lcommandline.cc:31: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = int; Complex = std::complex; Double = double]': Lcommandline.cc:463:50: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ Lcommandline.cc:381:50: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] system("rm temporary_url_file_lcalc"); ^ Lcommandline.cc:446:61: warning: 'tmp_Q' may be used uninitialized in this function [-Wmaybe-uninitialized] if(do_twists) tmp_Q=tmp_Q*max(abs(1.*D1),abs(1.*D2)); // take into account twists ^ Lcommandline.cc:405:16: note: 'tmp_Q' was declared here Double tmp_Q; //the maximum normalized conductor (including twists) ^ Lcommandline.cc:631:107: warning: 'D2' may be used uninitialized in this function [-Wmaybe-uninitialized] all_twists(D1,D2,x,y,count,step_size,"print character",-2,print_character,do_explicit); ^ Lcommandline.cc:73:13: note: 'D2' was declared here Long D1,D2; // for twists ^ Lcommandline.cc:631:107: warning: 'D1' may be used uninitialized in this function [-Wmaybe-uninitialized] all_twists(D1,D2,x,y,count,step_size,"print character",-2,print_character,do_explicit); ^ Lcommandline.cc:73:10: note: 'D1' was declared here Long D1,D2; // for twists ^ g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include -c cmdline.c cmdline.c:96:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] char *cmdline_parser_output_character_values[] = {"1", "2", 0} ; /* Possible values for output-character. */ ^ cmdline.c:96:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] cmdline.c: In function 'int cmdline_parser_internal(int, char* const*, gengetopt_args_info*, cmdline_parser_params*, const char*)': cmdline.c:797:7: warning: variable 'check_required' set but not used [-Wunused-but-set-variable] int check_required; ^ g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include Lglobals.o Lgamma.o Lriemannsiegel.o Lriemannsiegel_blfi.o Ldokchitser.o Lcommandline_globals.o Lcommandline_misc.o Lcommandline_numbertheory.o Lcommandline_values_zeros.o Lcommandline_elliptic.o Lcommandline_twist.o Lcommandline.o cmdline.o -Xlinker -export-dynamic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib -lpari -o lcalc make[1]: Leaving directory '/builddir/build/BUILD/L-1.23/src' make examples make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/L-1.23/src' g++ -Wa,-W -O3 -fopenmp -Wno-deprecated -ffast-math -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../include example_programs/example.cc -L. -lLfunction -o example_programs/example In file included from ../include/L.h:537:0, from example_programs/example.cc:2: ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' example_programs/example.cc:88:57: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ ../include/Lvalue.h: In instantiation of 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]': ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' example_programs/example.cc:90:53: required from here ../include/Lvalue.h:502:16: warning: unused variable 't_0' [-Wunused-variable] Double t_0=imag(s); ^ ../include/Lvalue.h:503:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] Double c; //controls speed of convergence but at the expense ^ In file included from ../include/L.h:537:0, from example_programs/example.cc:2: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = int; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' example_programs/example.cc:88:57: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:42:0, from example_programs/example.cc:2: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = int; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' example_programs/example.cc:88:57: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h: In instantiation of 'Complex GAMMA(ttype, ttype2) [with ttype = std::complex; ttype2 = std::complex; Complex = std::complex]': ../include/Lvalue.h:547:34: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' example_programs/example.cc:88:57: required from here ../include/Lgamma.h:183:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:537:0, from example_programs/example.cc:2: ../include/Lvalue.h: In instantiation of 'Complex L_function::find_delta(Complex, Double) [with ttype = std::complex; Complex = std::complex; Double = double]': ../include/Lvalue.h:517:25: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' example_programs/example.cc:90:53: required from here ../include/Lvalue.h:37:21: warning: unused variable 'f2' [-Wunused-variable] Double c,f1,f2,f3; ^ In file included from ../include/L.h:42:0, from example_programs/example.cc:2: ../include/Lgamma.h: In instantiation of 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = std::complex; Complex = std::complex; Double = double; Long = long long int]': ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = std::complex; Complex = std::complex]' example_programs/example.cc:90:53: required from here ../include/Lgamma.h:622:14: warning: unused variable 'y' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:16: warning: unused variable 'y2' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h:622:19: warning: unused variable 'y3' [-Wunused-variable] Double x,y,y2,y3=0,MAX=0; ^ ../include/Lgamma.h: In instantiation of 'Complex GAMMA(ttype, ttype2) [with ttype = double; ttype2 = double; Complex = std::complex]': ../include/Lgamma.h:297:16: required from 'Complex inc_GAMMA(ttype, ttype, const char*, ttype, bool) [with ttype = double; Complex = std::complex]' ../include/Lgamma.h:706:28: required from 'Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, Complex, const char*) [with ttype = int; Complex = std::complex; Double = double; Long = long long int]' ../include/Lvalue.h:526:20: required from 'Complex L_function::value_via_gamma_sum(Complex, const char*) [with ttype = int; Complex = std::complex]' ../include/Lvalue.h:627:23: required from 'Complex L_function::value(Complex, int, const char*) [with ttype = int; Complex = std::complex]' example_programs/example.cc:88:57: required from here ../include/Lgamma.h:183:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] Double x; ^ In file included from ../include/L.h:537:0, from example_programs/example.cc:2: ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = int; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ ../include/Lvalue.h: In member function 'Complex L_function::value_via_Riemann_sum(Complex, const char*) [with ttype = std::complex; Complex = std::complex]': ../include/Lvalue.h:489:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ make[1]: Leaving directory '/builddir/build/BUILD/L-1.23/src' + popd ~/build/BUILD/L-1.23 + rm -f src/example_programs/example Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YQhkno + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm ++ dirname /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm + cd L-1.23 + mkdir -p /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/lib /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/bin /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/man/man1 + pushd src ~/build/BUILD/L-1.23/src ~/build/BUILD/L-1.23 + make INSTALL_DIR=/builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr install cp -f lcalc /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/bin/. cp -f libLfunction.so.1.23 /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/lib/. cp -rf ../include /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction + mkdir -p /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/L-function ~/build/BUILD/L-1.23/src/example_data_files ~/build/BUILD/L-1.23/src ~/build/BUILD/L-1.23 + pushd example_data_files + for sample in '*' + install -p -m644 data_L4 /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/L-function/data_L4 + for sample in '*' + install -p -m644 data_maass /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/L-function/data_maass + for sample in '*' + install -p -m644 data_tau /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/L-function/data_tau ~/build/BUILD/L-1.23/src ~/build/BUILD/L-1.23 + popd + install -m644 example_programs/example.cc /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/L-function/example.cc ~/build/BUILD/L-1.23 + popd + install -p -m644 /builddir/build/SOURCES/lcalc.1 /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/man/man1 + ln -sf libLfunction.so.1.23 /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/lib/libLfunction.so + chmod 644 /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/L.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcommandline.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcommandline_elliptic.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcommandline_globals.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcommandline_misc.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcommandline_numbertheory.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcommandline_twist.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcommandline_values_zeros.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcommon.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcommon_ld.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lcomplex.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Ldirichlet_series.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Ldokchitser.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lexplicit_formula.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lfind_zeros.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lgamma.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lglobals.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lgmpfrxx.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lgram.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lint_complex.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lmisc.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lnumberzeros.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lnumeric.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lprint.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lriemannsiegel.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lriemannsiegel_blfi.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/Lvalue.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/cmdline.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/getopt.h /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include/Lfunction/mpfr_mul_d.h ~/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include ~/build/BUILD/L-1.23 + pushd /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/include + ln -sf Lfunction lcalc ~/build/BUILD/L-1.23 + popd + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/L-1.23 extracting debug info from /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/lib/libLfunction.so.1.23 extracting debug info from /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/bin/lcalc /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libLfunction.so.1.23.debug to /usr/lib/debug/usr/lib/libLfunction.so.debug cpio: L-1.23/src/kernel/none/level1.h: Cannot stat: No such file or directory 933 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /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-java-repack-jars Processing files: L-function-1.23-15bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4PZhL0 + umask 022 + cd /builddir/build/BUILD + cd L-1.23 + DOCDIR=/builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/doc/L-function + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/doc/L-function + cp -pr CONTRIBUTORS /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/doc/L-function + cp -pr COPYING /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/doc/L-function + cp -pr README /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm/usr/share/doc/L-function + exit 0 Provides: L-function = 1.23-15bs02npfc23 L-function(armv6hl-32) = 1.23-15bs02npfc23 libLfunction.so.1.23 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libgcc_s.so.1(GCC_4.0.0) libgomp.so.1 libgomp.so.1(GOMP_4.0) libgomp.so.1(OMP_1.0) libm.so.6 libm.so.6(GLIBC_2.15) libm.so.6(GLIBC_2.4) libpari-gmp.so.4 libpthread.so.0 libpthread.so.0(GLIBC_2.4) libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(CXXABI_ARM_1.3.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.11) libstdc++.so.6(GLIBCXX_3.4.21) libstdc++.so.6(GLIBCXX_3.4.9) rtld(GNU_HASH) Processing files: L-function-devel-1.23-15bs02npfc23.armv6hl Provides: L-function-devel = 1.23-15bs02npfc23 L-function-devel(armv6hl-32) = 1.23-15bs02npfc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libLfunction.so.1.23 Processing files: L-function-debuginfo-1.23-15bs02npfc23.armv6hl Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm Wrote: /builddir/build/RPMS/L-function-1.23-15bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/L-function-devel-1.23-15bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/L-function-debuginfo-1.23-15bs02npfc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Vwje03 + umask 022 + cd /builddir/build/BUILD + cd L-1.23 + /usr/bin/rm -rf /builddir/build/BUILDROOT/L-function-1.23-15bs02npfc23.arm + exit 0 Child return code was: 0 LEAVE do -->