Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/jsl.spec'], chrootPath='/srv/build/7/B/mock-root/c7-epel-i686/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600logger=uid=501) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/jsl.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: worker1.bsys.centos.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/jsl-0.3.0-9.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/jsl.spec '], chrootPath='/srv/build/7/B/mock-root/c7-epel-i686/root'shell=Falseuid=501env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/jsl.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fke5qe + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jsl-0.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/jsl-0.3.0-src.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd jsl-0.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (jsl-0.3.0-smash.patch): + echo 'Patch #0 (jsl-0.3.0-smash.patch):' + /usr/bin/cat /builddir/build/SOURCES/jsl-0.3.0-smash.patch + /usr/bin/patch -p1 -b --suffix .smash --fuzz=0 patching file src/jsl.c Patch #1 (jsl-0.3.0-tests.patch): + echo 'Patch #1 (jsl-0.3.0-tests.patch):' + /usr/bin/cat /builddir/build/SOURCES/jsl-0.3.0-tests.patch + /usr/bin/patch -p1 -b --suffix .tests --fuzz=0 patching file tests/run_tests.pl + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bMpQ1z + umask 022 + cd /builddir/build/BUILD + cd jsl-0.3.0 + find . -type f + xargs sed -i 's/\r//' + find . -type f + xargs chmod 644 + make -C src -f Makefile.ref SHARED_LIBRARY= OBJDIR=. JS_EDITLINE=1 'XCFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' 'OS_CFLAGS=-DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy' cat: ../../dist/./nspr/Version: No such file or directory make: Entering directory `/builddir/build/BUILD/jsl-0.3.0/src' cd editline; make -f Makefile.ref all make[1]: Entering directory `/builddir/build/BUILD/jsl-0.3.0/src/editline' gcc -o editline.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY editline.c editline.c: In function 'readline': editline.c:1038:2: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] (void)kill(getpid(), s); ^ editline.c: In function 'add_history': editline.c:1051:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (H.Size && strcmp(p, H.Lines[H.Size - 1]) == 0) ^ In file included from editline.h:66:0, from editline.c:64: /usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'CHAR *' extern size_t strlen (const char *__s) ^ editline.c:1051:5: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (H.Size && strcmp(p, H.Lines[H.Size - 1]) == 0) ^ editline.c:1051:5: note: expected 'const char *' but argument is of type 'CHAR *' editline.c:1051:5: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] editline.c:1051:5: note: expected 'const char *' but argument is of type 'CHAR *' editline.c:1051:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from editline.h:66:0, from editline.c:64: /usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'CHAR *' extern size_t strlen (const char *__s) ^ editline.c:1051:5: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (H.Size && strcmp(p, H.Lines[H.Size - 1]) == 0) ^ editline.c:1051:5: note: expected 'const char *' but argument is of type 'CHAR *' editline.c:1051:5: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] editline.c:1051:5: note: expected 'const char *' but argument is of type 'CHAR *' gcc -o sysunix.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY sysunix.c ar rv libedit.a editline.o sysunix.o ar: creating libedit.a a - editline.o a - sysunix.o echo libedit.a libedit.a make[1]: Leaving directory `/builddir/build/BUILD/jsl-0.3.0/src/editline' cd fdlibm; make -f Makefile.ref all make[1]: Entering directory `/builddir/build/BUILD/jsl-0.3.0/src/fdlibm' Makefile.ref:181: warning: overriding recipe for target `libfdm.a' Makefile.ref:175: warning: ignoring old recipe for target `libfdm.a' gcc -o k_standard.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM k_standard.c gcc -o k_rem_pio2.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM k_rem_pio2.c gcc -o k_cos.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM k_cos.c k_cos.c: In function '__kernel_cos': k_cos.c:125:21: warning: 'qx' may be used uninitialized in this function [-Wmaybe-uninitialized] u.d = qx; ^ gcc -o k_sin.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM k_sin.c gcc -o k_tan.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM k_tan.c gcc -o e_acos.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_acos.c gcc -o e_acosh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_acosh.c gcc -o e_asin.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_asin.c e_asin.c: In function '__ieee754_asin': e_asin.c:132:12: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized] q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); ^ gcc -o e_atan2.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_atan2.c gcc -o e_atanh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_atanh.c gcc -o e_cosh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_cosh.c e_cosh.c: In function '__ieee754_cosh': e_cosh.c:123:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] lx = *( (((*(unsigned*)&one)>>29)) + (unsigned*)&x); ^ e_cosh.c:125:24: warning: suggest parentheses around '&&' within '||' [-Wparentheses] (ix==0x408633ce)&&(lx<=(unsigned)0x8fb9f87d)) { ^ gcc -o e_exp.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_exp.c e_exp.c: In function '__ieee754_exp': e_exp.c:198:20: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized] __HI(u) += ((k+1000)<<20);/* add k to y's exponent */ ^ e_exp.c:190:21: warning: 'lo' may be used uninitialized in this function [-Wmaybe-uninitialized] else y = one-((lo-(x*c)/(2.0-c))-hi); ^ e_exp.c:190:36: warning: 'hi' may be used uninitialized in this function [-Wmaybe-uninitialized] else y = one-((lo-(x*c)/(2.0-c))-hi); ^ gcc -o e_fmod.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_fmod.c gcc -o e_gamma.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_gamma.c gcc -o e_gamma_r.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_gamma_r.c gcc -o e_hypot.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_hypot.c gcc -o e_j0.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_j0.c e_j0.c: In function 'pzero': e_j0.c:385:22: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); ^ e_j0.c:384:15: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); ^ e_j0.c: In function 'qzero': e_j0.c:522:22: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5]))))); ^ e_j0.c:521:15: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); ^ gcc -o e_j1.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_j1.c e_j1.c: In function 'pone': e_j1.c:383:29: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); ^ e_j1.c:382:22: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); ^ e_j1.c: In function 'qone': e_j1.c:521:22: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5]))))); ^ e_j1.c:520:15: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); ^ gcc -o e_jn.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_jn.c gcc -o e_lgamma.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_lgamma.c gcc -o e_lgamma_r.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_lgamma_r.c e_lgamma_r.c: In function '__ieee754_lgamma_r': e_lgamma_r.c:345:13: warning: 'nadj' may be used uninitialized in this function [-Wmaybe-uninitialized] if(hx<0) r = nadj - r; ^ gcc -o e_log.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_log.c gcc -o e_log10.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_log10.c gcc -o e_pow.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_pow.c gcc -o e_rem_pio2.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_rem_pio2.c e_rem_pio2.c: In function '__ieee754_rem_pio2': e_rem_pio2.c:204:24: warning: 'z' may be used uninitialized in this function [-Wmaybe-uninitialized] ux.d = x; uz.d = z; ^ gcc -o e_remainder.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_remainder.c gcc -o e_scalb.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_scalb.c gcc -o e_sinh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_sinh.c e_sinh.c: In function '__ieee754_sinh': e_sinh.c:113:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] lx = *( (((*(unsigned*)&one)>>29)) + (unsigned*)&x); ^ e_sinh.c:114:39: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (ix<0x408633CE || (ix==0x408633ce)&&(lx<=(unsigned)0x8fb9f87d)) { ^ gcc -o e_sqrt.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM e_sqrt.c gcc -o w_acos.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_acos.c gcc -o w_acosh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_acosh.c gcc -o w_asin.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_asin.c gcc -o w_atan2.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_atan2.c gcc -o w_atanh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_atanh.c gcc -o w_cosh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_cosh.c gcc -o w_exp.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_exp.c gcc -o w_fmod.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_fmod.c gcc -o w_gamma.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_gamma.c gcc -o w_gamma_r.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_gamma_r.c gcc -o w_hypot.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_hypot.c gcc -o w_j0.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_j0.c gcc -o w_j1.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_j1.c gcc -o w_jn.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_jn.c gcc -o w_lgamma.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_lgamma.c gcc -o w_lgamma_r.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_lgamma_r.c gcc -o w_log.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_log.c gcc -o w_log10.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_log10.c gcc -o w_pow.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_pow.c gcc -o w_remainder.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_remainder.c gcc -o w_scalb.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_scalb.c gcc -o w_sinh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_sinh.c gcc -o w_sqrt.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM w_sqrt.c gcc -o s_asinh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_asinh.c gcc -o s_atan.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_atan.c gcc -o s_cbrt.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_cbrt.c gcc -o s_ceil.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_ceil.c gcc -o s_copysign.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_copysign.c gcc -o s_cos.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_cos.c gcc -o s_erf.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_erf.c gcc -o s_expm1.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_expm1.c s_expm1.c: In function 'fd_expm1': s_expm1.c:236:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(k==1) ^ gcc -o s_fabs.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_fabs.c gcc -o s_finite.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_finite.c gcc -o s_floor.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_floor.c gcc -o s_frexp.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_frexp.c gcc -o s_ilogb.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_ilogb.c gcc -o s_isnan.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_isnan.c gcc -o s_ldexp.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_ldexp.c gcc -o s_lib_version.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_lib_version.c gcc -o s_log1p.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_log1p.c s_log1p.c: In function 'fd_log1p': s_log1p.c:200:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(f==zero) if(k==0) return zero; ^ gcc -o s_logb.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_logb.c gcc -o s_matherr.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_matherr.c gcc -o s_modf.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_modf.c gcc -o s_nextafter.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_nextafter.c gcc -o s_rint.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_rint.c gcc -o s_scalbn.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_scalbn.c gcc -o s_signgam.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_signgam.c gcc -o s_significand.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_significand.c gcc -o s_sin.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_sin.c gcc -o s_tan.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_tan.c gcc -o s_tanh.o -c -Wall -Wno-format -DGCC_OPT_BUG -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -I.. -I../. -DJSFILE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_IEEE_LIBM s_tanh.c ar cru ./libfdm.a ./k_standard.o ./k_rem_pio2.o ./k_cos.o ./k_sin.o ./k_tan.o ./e_acos.o ./e_acosh.o ./e_asin.o ./e_atan2.o ./e_atanh.o ./e_cosh.o ./e_exp.o ./e_fmod.o ./e_gamma.o ./e_gamma_r.o ./e_hypot.o ./e_j0.o ./e_j1.o ./e_jn.o ./e_lgamma.o ./e_lgamma_r.o ./e_log.o ./e_log10.o ./e_pow.o ./e_rem_pio2.o ./e_remainder.o ./e_scalb.o ./e_sinh.o ./e_sqrt.o ./w_acos.o ./w_acosh.o ./w_asin.o ./w_atan2.o ./w_atanh.o ./w_cosh.o ./w_exp.o ./w_fmod.o ./w_gamma.o ./w_gamma_r.o ./w_hypot.o ./w_j0.o ./w_j1.o ./w_jn.o ./w_lgamma.o ./w_lgamma_r.o ./w_log.o ./w_log10.o ./w_pow.o ./w_remainder.o ./w_scalb.o ./w_sinh.o ./w_sqrt.o ./s_asinh.o ./s_atan.o ./s_cbrt.o ./s_ceil.o ./s_copysign.o ./s_cos.o ./s_erf.o ./s_expm1.o ./s_fabs.o ./s_finite.o ./s_floor.o ./s_frexp.o ./s_ilogb.o ./s_isnan.o ./s_ldexp.o ./s_lib_version.o ./s_log1p.o ./s_logb.o ./s_matherr.o ./s_modf.o ./s_nextafter.o ./s_rint.o ./s_scalbn.o ./s_signgam.o ./s_significand.o ./s_sin.o ./s_tan.o ./s_tanh.o echo ./libfdm.a ./libfdm.a make[1]: Leaving directory `/builddir/build/BUILD/jsl-0.3.0/src/fdlibm' make -f Makefile.ref ./libjs.a ./jsl ./jsautocfg.h ./jscpucfg ./jscpucfg.o ./jsmathtemp.o cat: ../../dist/./nspr/Version: No such file or directory make[1]: Entering directory `/builddir/build/BUILD/jsl-0.3.0/src' make[1]: Circular jscpucfg.h <- jsautocfg.h dependency dropped. gcc -o jscpucfg.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jscpucfg.c gcc -o jscpucfg ./jscpucfg.o rm -f jsautocfg.h make[1]: Circular jsautocfg.h <- jsautocfg.h dependency dropped. ./jscpucfg > jsautocfg.h gcc -o jsapi.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsapi.c gcc -o jsarena.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsarena.c gcc -o jsarray.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsarray.c gcc -o jsatom.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsatom.c gcc -o jsbool.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsbool.c gcc -o jscntxt.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jscntxt.c gcc -o jsdate.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsdate.c gcc -o jsdbgapi.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsdbgapi.c gcc -o jsdhash.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsdhash.c gcc -o jsdtoa.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsdtoa.c In file included from jsdtoa.c:50:0: jsdtoa.c: In function 'ulp': jsnum.h:87:37: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized] (__extension__ ({ jsdpun u; u.d = (x); u.s.hi = (y); (x) = u.d; })) ^ jsdtoa.c:992:12: note: 'a' was declared here double a; ^ In file included from jsdtoa.c:50:0: jsdtoa.c: In function 'b2d': jsnum.h:87:37: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] (__extension__ ({ jsdpun u; u.d = (x); u.s.hi = (y); (x) = u.d; })) ^ jsdtoa.c:1023:12: note: 'd' was declared here double d; ^ In file included from jsdtoa.c:50:0: jsdtoa.c: In function 'JS_strtod': jsnum.h:87:37: warning: 'rv0' may be used uninitialized in this function [-Wmaybe-uninitialized] (__extension__ ({ jsdpun u; u.d = (x); u.s.hi = (y); (x) = u.d; })) ^ jsdtoa.c:1244:34: note: 'rv0' was declared here double aadj, aadj1, adj, rv, rv0; ^ gcc -o jsemit.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsemit.c gcc -o jsexn.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsexn.c gcc -o jsfun.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsfun.c gcc -o jsgc.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsgc.c jsgc.c: In function 'js_MarkGCThing': jsgc.c:844:16: warning: variable 'rt' set but not used [-Wunused-but-set-variable] JSRuntime *rt; ^ gcc -o jshash.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jshash.c gcc -o jsinterp.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsinterp.c jsinterp.c: In function 'js_Interpret': jsinterp.c:171:15: warning: 'sp' may be used uninitialized in this function [-Wmaybe-uninitialized] (fp)->sp = sp) ^ jsinterp.c:1740:12: note: 'sp' was declared here jsval *sp, *newsp; ^ jsinterp.c:4442:39: warning: 'id' may be used uninitialized in this function [-Wmaybe-uninitialized] ok = js_CheckRedeclaration(cx, obj, id, attrs, NULL, NULL); ^ gcc -o jslock.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jslock.c gcc -o jslog2.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jslog2.c gcc -o jslong.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jslong.c gcc -o ./jsmathtemp.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsmath.c ld -r -o jsmath.o ./jsmathtemp.o fdlibm/./libfdm.a gcc -o jsnum.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsnum.c gcc -o jsobj.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsobj.c jsobj.c: In function 'js_SetProtoOrParent': jsobj.c:231:16: warning: variable 'rt' set but not used [-Wunused-but-set-variable] JSRuntime *rt; ^ In file included from jscntxt.h:52:0, from jsobj.c:56: jsobj.c: In function 'js_ChangeNativePropertyAttrs': jsinterp.h:188:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] JSScopeProperty *pce_sprop_; \ ^ jsobj.c:2158:13: note: in expansion of macro 'PROPERTY_CACHE_FILL' PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj, sprop->id, ^ jsobj.c: In function 'js_DefineNativeProperty': jsinterp.h:188:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] JSScopeProperty *pce_sprop_; \ ^ jsobj.c:2272:5: note: in expansion of macro 'PROPERTY_CACHE_FILL' PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj, id, sprop); ^ jsobj.c: In function 'js_FindProperty': jsinterp.h:188:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] JSScopeProperty *pce_sprop_; \ ^ jsobj.c:2566:17: note: in expansion of macro 'PROPERTY_CACHE_FILL' PROPERTY_CACHE_FILL(&rt->propertyCache, pobj, id, sprop); ^ jsobj.c: In function 'js_GetProperty': jsinterp.h:188:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] JSScopeProperty *pce_sprop_; \ ^ jsobj.c:2716:9: note: in expansion of macro 'PROPERTY_CACHE_FILL' PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj2, id, sprop); ^ jsobj.c: In function 'js_SetProperty': jsinterp.h:188:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] JSScopeProperty *pce_sprop_; \ ^ jsobj.c:2858:9: note: in expansion of macro 'PROPERTY_CACHE_FILL' PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj, id, sprop); ^ jsobj.c:2735:11: warning: variable 'pval' set but not used [-Wunused-but-set-variable] jsval pval; ^ In file included from jscntxt.h:52:0, from jsobj.c:56: jsobj.c: In function 'js_DeleteProperty': jsinterp.h:188:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] JSScopeProperty *pce_sprop_; \ ^ jsobj.c:3042:5: note: in expansion of macro 'PROPERTY_CACHE_FILL' PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj, id, NULL); ^ jsobj.c: In function 'js_Clear': jsinterp.h:188:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] JSScopeProperty *pce_sprop_; \ ^ jsobj.c:3912:17: note: in expansion of macro 'PROPERTY_CACHE_FILL' PROPERTY_CACHE_FILL(&rt->propertyCache, obj, sprop->id, NULL); ^ gcc -o jsopcode.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsopcode.c jsopcode.c: In function 'Decompile': jsopcode.c:908:15: warning: case value '254' not in enumerated type 'JSOp' [-Wswitch] case JSOP_GETPROP2: ^ jsopcode.c:911:15: warning: case value '255' not in enumerated type 'JSOp' [-Wswitch] case JSOP_GETELEM2: ^ jsopcode.c:1795:15: warning: case value '254' not in enumerated type 'JSOp' [-Wswitch] case JSOP_GETPROP2: ^ jsopcode.c:1818:15: warning: case value '255' not in enumerated type 'JSOp' [-Wswitch] case JSOP_GETELEM2: ^ gcc -o jsparse.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsparse.c gcc -o jsprf.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsprf.c gcc -o jsregexp.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsregexp.c gcc -o jsscan.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsscan.c gcc -o jsscope.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsscope.c gcc -o jsscript.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsscript.c gcc -o jsstr.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsstr.c jsstr.c: In function 'str_split': jsstr.c:1792:8: warning: 'tmp.length' may be used uninitialized in this function [-Wmaybe-uninitialized] if (sep->length == 0) { ^ jsstr.c:1829:23: note: 'tmp.length' was declared here JSSubString *sep, tmp; ^ gcc -o jsutil.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsutil.c gcc -o jsxdrapi.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsxdrapi.c gcc -o prmjtime.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables prmjtime.c ar rv libjs.a jsapi.o jsarena.o jsarray.o jsatom.o jsbool.o jscntxt.o jsdate.o jsdbgapi.o jsdhash.o jsdtoa.o jsemit.o jsexn.o jsfun.o jsgc.o jshash.o jsinterp.o jslock.o jslog2.o jslong.o jsmath.o jsnum.o jsobj.o jsopcode.o jsparse.o jsprf.o jsregexp.o jsscan.o jsscope.o jsscript.o jsstr.o jsutil.o jsxdrapi.o prmjtime.o ar: creating libjs.a a - jsapi.o a - jsarena.o a - jsarray.o a - jsatom.o a - jsbool.o a - jscntxt.o a - jsdate.o a - jsdbgapi.o a - jsdhash.o a - jsdtoa.o a - jsemit.o a - jsexn.o a - jsfun.o a - jsgc.o a - jshash.o a - jsinterp.o a - jslock.o a - jslog2.o a - jslong.o a - jsmath.o a - jsnum.o a - jsobj.o a - jsopcode.o a - jsparse.o a - jsprf.o a - jsregexp.o a - jsscan.o a - jsscope.o a - jsscript.o a - jsstr.o a - jsutil.o a - jsxdrapi.o a - prmjtime.o echo libjs.a libjs.a gcc -o jsl.o -c -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables jsl.c jsl.c: In function 'GetFileTypeFromPath': jsl.c:789:9: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^ jsl.c: In function 'ProcessScriptContents': jsl.c:1058:29: warning: value computed is not used [-Wunused-value] *contentsPos++; ^ jsl.c:1076:25: warning: value computed is not used [-Wunused-value] *contentsPos++; ^ jsl.c:1044:28: warning: variable 'inSrcAttr' set but not used [-Wunused-but-set-variable] JSBool inSrcAttr; ^ jsl.c: In function 'ProcessArgs': jsl.c:1865:12: warning: variable 'argEncodeFormat' set but not used [-Wunused-but-set-variable] JSBool argEncodeFormat; ^ jsl.c: In function 'ProcessSingleScript': jsl.c:833:15: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(workingDir, sizeof(workingDir)); ^ jsl.c:834:14: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(folder); ^ jsl.c:838:14: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(workingDir); ^ jsl.c: In function 'ProcessArgs': jsl.c:1688:21: warning: 'path' may be used uninitialized in this function [-Wmaybe-uninitialized] return LintConfError(cx, path, lineno, "-process is an invalid setting"); ^ jsl.c:1684:23: note: 'path' was declared here char *path; ^ gcc -o jsl -Wall -Wno-format -DGCC_OPT_BUG -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_mockbuild -DEDITLINE -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables ./jsl.o ./libjs.a -lm -Lfdlibm/. -lfdm \ editline/./libedit.a make[1]: `jsautocfg.h' is up to date. make[1]: `jscpucfg' is up to date. make[1]: `jscpucfg.o' is up to date. make[1]: Nothing to be done for `jsmathtemp.o'. make[1]: Leaving directory `/builddir/build/BUILD/jsl-0.3.0/src' make: Leaving directory `/builddir/build/BUILD/jsl-0.3.0/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7PX8oQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/jsl-0.3.0-9.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/jsl-0.3.0-9.el7.i386 ++ dirname /builddir/build/BUILDROOT/jsl-0.3.0-9.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/jsl-0.3.0-9.el7.i386 + cd jsl-0.3.0 + install -d /builddir/build/BUILDROOT/jsl-0.3.0-9.el7.i386/usr/bin + install src/jsl /builddir/build/BUILDROOT/jsl-0.3.0-9.el7.i386/usr/bin + /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/jsl-0.3.0 extracting debug info from /builddir/build/BUILDROOT/jsl-0.3.0-9.el7.i386/usr/bin/jsl dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 4996 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.U4PBN7 + umask 022 + cd /builddir/build/BUILD + cd jsl-0.3.0 + cd tests + perl run_tests.pl ../src/jsl Searching /builddir/build/BUILD/jsl-0.3.0/tests... Testing unterminated_comment.js... Testing unreachable_code.js... Testing dup_option_explicit.js... Testing partial_option_explicit.js... Testing nested_comment.js... Testing missing_option_explicit.js... Testing comparison_type_conv.js... Testing missing_default_case.js... Testing inc_dec_within_stmt-ignore.js... Testing useless_void.js... Testing ambiguous_else_stmt.js... Testing useless_assign.js... Testing inc_dec_within_stmt.js... Testing with_statement.js... Testing leading_decimal_point.js... Testing default_not_at_end.js... Testing parseint_missing_radix.js... Testing assign_to_function_call.js... Testing equal_as_assign.js... Testing empty_statement.js... Testing no_return_value.js... Testing missing_semicolon.js... Testing block_without_braces.js... Testing multiple_plus_minus.js... Testing missing_break_for_last_case.js... Testing anon_no_return_value.js... Testing trailing_comma_in_array.js... Testing useless_comparison.js... Testing jsl_cc_not_understood.js... Testing use_of_label.js... Testing duplicate_case_in_switch.js... Testing misplaced_regex.js... Testing var_hides_arg.js... Testing trailing_decimal_point.js... Testing comma_separated_stmts.js... Testing duplicate_formal.js... Testing ambiguous_newline.js... Testing octal_number.js... Testing meaningless_block.js... Testing legacy_cc_not_understood.js... Testing redeclared_var.js... Testing ambiguous_nested_stmt.js... Testing missing_break.js... Testing invalid_backref.js... Testing trailing_comma.js... Testing deprecated_usage.js... Testing bad_backref.js... Testing script_tag_in_js_literal.html... Testing jscript_function_extensions-4.js... Testing define.js... Testing jscript_function_extensions-3.js... Testing lambda_assign_requires_semicolon.js... Testing legacy_control_comments.js... Testing always_use_option_explicit.js... Testing jscript_function_extensions-1.js... Testing jscript_function_extensions-2.js... Testing option_explicit-with.js... Testing invalid_fallthru.js... Testing declare.js... Testing import.js... Testing import-overflow.js... Testing import2.js... Testing option_explicit.js... Testing control_comments.js... Passed 64 of 64 tests + exit 0 Processing files: jsl-0.3.0-9.el7.i686 Provides: jsl = 0.3.0-9.el7 jsl(x86-32) = 0.3.0-9.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libm.so.6 libm.so.6(GLIBC_2.0) rtld(GNU_HASH) Processing files: jsl-debuginfo-0.3.0-9.el7.i686 Provides: jsl-debuginfo = 0.3.0-9.el7 jsl-debuginfo(x86-32) = 0.3.0-9.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/jsl-0.3.0-9.el7.i386 warning: Could not canonicalize hostname: worker1.bsys.centos.org Wrote: /builddir/build/RPMS/jsl-0.3.0-9.el7.i686.rpm Wrote: /builddir/build/RPMS/jsl-debuginfo-0.3.0-9.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dLi3F1 + umask 022 + cd /builddir/build/BUILD + cd jsl-0.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/jsl-0.3.0-9.el7.i386 + exit 0 Child return code was: 0 LEAVE do -->