D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/jsl-0.3.0-6.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gzyZMy + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf jsl-0.3.0 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/jsl-0.3.0-src.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd jsl-0.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/jsl-0.3.0-smash.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/jsl-0.3.0-tests.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hMZjwe + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd jsl-0.3.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + xargs sed -i 's/\r//' + find . -type f + find . -type f + xargs chmod 644 + make -C src -f Makefile.ref SHARED_LIBRARY= OBJDIR=. JS_EDITLINE=1 'XCFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' 'OS_CFLAGS=-DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy' make: Entering directory '/home/pterjan/rpmbuild/BUILD/jsl-0.3.0/src' cat: ../../dist/./nspr/Version: No such file or directory cd editline; make -f Makefile.ref all make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/jsl-0.3.0/src/editline' gcc -o editline.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY editline.c editline.c: In function 'readline': editline.c:1038:13: warning: implicit declaration of function 'getpid'; did you mean 'getenv'? [-Wimplicit-function-declaration] (void)kill(getpid(), s); ^~~~~~ getenv In file included from /usr/include/string.h:630:0, from editline.h:66, from editline.c:64: editline.c: In function 'add_history': editline.c:1051:29: 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:394:15: note: expected 'const char *' but argument is of type 'CHAR * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from /usr/include/string.h:630:0, from editline.h:66, from editline.c:64: editline.c:1051:29: 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:29: note: expected 'const char *' but argument is of type 'CHAR * {aka unsigned char *}' editline.c:1051:29: 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:29: note: expected 'const char *' but argument is of type 'CHAR * {aka unsigned char *}' editline.c:1051:29: 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:394:15: note: expected 'const char *' but argument is of type 'CHAR * {aka unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ In file included from /usr/include/string.h:630:0, from editline.h:66, from editline.c:64: editline.c:1051:29: 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:29: note: expected 'const char *' but argument is of type 'CHAR * {aka unsigned char *}' editline.c:1051:29: 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:29: note: expected 'const char *' but argument is of type 'CHAR * {aka unsigned char *}' gcc -o sysunix.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -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 '/home/pterjan/rpmbuild/BUILD/jsl-0.3.0/src/editline' cd fdlibm; make -f Makefile.ref all make[1]: Entering directory '/home/pterjan/rpmbuild/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 -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM k_standard.c gcc -o k_rem_pio2.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM k_rem_pio2.c k_rem_pio2.c: In function '__kernel_rem_pio2': k_rem_pio2.c:226:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw; ^~~ k_rem_pio2.c:226:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw; ^ gcc -o k_cos.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM k_cos.c gcc -o k_sin.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM k_sin.c gcc -o k_tan.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM k_tan.c gcc -o e_acos.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_acos.c gcc -o e_acosh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_acosh.c gcc -o e_asin.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_asin.c e_asin.c: In function '__ieee754_asin': e_asin.c:129:8: warning: this 'else' clause does not guard... [-Wmisleading-indentation] } else ^~~~ e_asin.c:131:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' p = t*(pS0+t*(pS1+t*(pS2+t*(pS3+t*(pS4+t*pS5))))); ^ 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 -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_atan2.c gcc -o e_atanh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_atanh.c gcc -o e_cosh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -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 -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -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 -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_fmod.c gcc -o e_gamma.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_gamma.c gcc -o e_gamma_r.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_gamma_r.c gcc -o e_hypot.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_hypot.c gcc -o e_j0.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_j0.c e_j0.c: In function 'pzero': e_j0.c:370:16: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] const double *p,*q; ^ e_j0.c:370:19: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] const double *p,*q; ^ e_j0.c: In function 'qzero': e_j0.c:507:16: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] const double *p,*q; ^ e_j0.c:507:19: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] const double *p,*q; ^ gcc -o e_j1.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_j1.c e_j1.c: In function 'pone': e_j1.c:368:16: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] const double *p,*q; ^ e_j1.c:368:19: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] const double *p,*q; ^ e_j1.c: In function 'qone': e_j1.c:506:16: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] const double *p,*q; ^ e_j1.c:506:19: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] const double *p,*q; ^ gcc -o e_jn.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_jn.c gcc -o e_lgamma.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_lgamma.c gcc -o e_lgamma_r.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -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 -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_log.c gcc -o e_log10.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_log10.c gcc -o e_pow.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_pow.c gcc -o e_rem_pio2.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_rem_pio2.c gcc -o e_remainder.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_remainder.c gcc -o e_scalb.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_scalb.c gcc -o e_sinh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -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 -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM e_sqrt.c gcc -o w_acos.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_acos.c gcc -o w_acosh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_acosh.c gcc -o w_asin.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_asin.c gcc -o w_atan2.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_atan2.c gcc -o w_atanh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_atanh.c gcc -o w_cosh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_cosh.c gcc -o w_exp.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_exp.c w_exp.c:64:1: warning: 'u_threshold' defined but not used [-Wunused-const-variable=] u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */ ^~~~~~~~~~~ w_exp.c:63:1: warning: 'o_threshold' defined but not used [-Wunused-const-variable=] o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ ^~~~~~~~~~~ gcc -o w_fmod.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_fmod.c gcc -o w_gamma.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_gamma.c gcc -o w_gamma_r.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_gamma_r.c gcc -o w_hypot.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_hypot.c gcc -o w_j0.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_j0.c gcc -o w_j1.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_j1.c gcc -o w_jn.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_jn.c gcc -o w_lgamma.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_lgamma.c gcc -o w_lgamma_r.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_lgamma_r.c gcc -o w_log.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_log.c gcc -o w_log10.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_log10.c gcc -o w_pow.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_pow.c gcc -o w_remainder.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_remainder.c gcc -o w_scalb.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_scalb.c gcc -o w_sinh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_sinh.c gcc -o w_sqrt.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM w_sqrt.c gcc -o s_asinh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_asinh.c gcc -o s_atan.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_atan.c gcc -o s_cbrt.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_cbrt.c gcc -o s_ceil.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_ceil.c gcc -o s_copysign.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_copysign.c gcc -o s_cos.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_cos.c gcc -o s_erf.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_erf.c gcc -o s_expm1.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -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' [-Wdangling-else] if(k==1) ^ gcc -o s_fabs.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_fabs.c gcc -o s_finite.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_finite.c gcc -o s_floor.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_floor.c gcc -o s_frexp.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_frexp.c gcc -o s_ilogb.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_ilogb.c gcc -o s_isnan.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_isnan.c gcc -o s_ldexp.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_ldexp.c gcc -o s_lib_version.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_lib_version.c gcc -o s_log1p.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -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' [-Wdangling-else] if(f==zero) if(k==0) return zero; ^ gcc -o s_logb.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_logb.c gcc -o s_matherr.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_matherr.c gcc -o s_modf.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_modf.c gcc -o s_nextafter.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_nextafter.c gcc -o s_rint.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_rint.c gcc -o s_scalbn.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_scalbn.c gcc -o s_signgam.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_signgam.c gcc -o s_significand.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_significand.c gcc -o s_sin.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_sin.c gcc -o s_tan.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -D_IEEE_LIBM s_tan.c gcc -o s_tanh.o -c -Wall -Wno-format -DXP_UNIX -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -I.. -I../. -DJSFILE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -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 '/home/pterjan/rpmbuild/BUILD/jsl-0.3.0/src/fdlibm' make -f Makefile.ref ./libjs.a ./jsl ./jsautocfg.h ./jscpucfg ./jscpucfg.o ./jsmathtemp.o make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/jsl-0.3.0/src' cat: ../../dist/./nspr/Version: No such file or directory make[1]: Circular jscpucfg.h <- jsautocfg.h dependency dropped. gcc -o jscpucfg.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jscpucfg.c gcc -o jscpucfg ./jscpucfg.o make[1]: Circular jsautocfg.h <- jsautocfg.h dependency dropped. rm -f jsautocfg.h ./jscpucfg > jsautocfg.h gcc -o jsapi.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsapi.c jsapi.c: In function 'JS_ConvertArgumentsVA': jsapi.c:87:34: warning: passing argument 5 of 'TryArgumentFormatter' from incompatible pointer type [-Wincompatible-pointer-types] #define JS_ADDRESSOF_VA_LIST(ap) (&(ap)) ^ jsapi.c:267:39: note: in expansion of macro 'JS_ADDRESSOF_VA_LIST' JS_ADDRESSOF_VA_LIST(ap))) { ^~~~~~~~~~~~~~~~~~~~ jsapi.c:127:1: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **' TryArgumentFormatter(JSContext *cx, const char **formatp, JSBool fromJS, ^~~~~~~~~~~~~~~~~~~~ jsapi.c: In function 'JS_PushArgumentsVA': jsapi.c:87:34: warning: passing argument 5 of 'TryArgumentFormatter' from incompatible pointer type [-Wincompatible-pointer-types] #define JS_ADDRESSOF_VA_LIST(ap) (&(ap)) ^ jsapi.c:370:39: note: in expansion of macro 'JS_ADDRESSOF_VA_LIST' JS_ADDRESSOF_VA_LIST(ap))) { ^~~~~~~~~~~~~~~~~~~~ jsapi.c:127:1: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **' TryArgumentFormatter(JSContext *cx, const char **formatp, JSBool fromJS, ^~~~~~~~~~~~~~~~~~~~ In file included from jsapi.c:54:0: jsapi.c: In function 'DefineProperty': jsapi.c:2289:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] id = INT_TO_JSVAL((jsint)name); ^ jsapi.h:104:43: note: in definition of macro 'INT_TO_JSVAL' #define INT_TO_JSVAL(i) (((jsval)(i) << 1) | JSVAL_INT) ^ gcc -o jsarena.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsarena.c gcc -o jsarray.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsarray.c In file included from jscntxt.h:53:0, from jsarray.c:51: jsarray.c: In function 'array_join_sub': jsobj.h:243:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define IS_SHARP(he) ((jsatomid)(he)->value & SHARP_BIT) ^ jsarray.c:343:13: note: in expansion of macro 'IS_SHARP' if (IS_SHARP(he)) { ^~~~~~~~ jsobj.h:244:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define MAKE_SHARP(he) ((he)->value = (void*)((jsatomid)(he)->value|SHARP_BIT)) ^ jsarray.c:366:13: note: in expansion of macro 'MAKE_SHARP' MAKE_SHARP(he); ^~~~~~~~~~ jsobj.h:244:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define MAKE_SHARP(he) ((he)->value = (void*)((jsatomid)(he)->value|SHARP_BIT)) ^ jsarray.c:366:13: note: in expansion of macro 'MAKE_SHARP' MAKE_SHARP(he); ^~~~~~~~~~ jsobj.h:245:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define IS_BUSY(he) ((jsatomid)(he)->value & BUSY_BIT) ^ jsarray.c:389:13: note: in expansion of macro 'IS_BUSY' if (IS_BUSY(he) || length == 0) { ^~~~~~~ jsobj.h:246:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define MAKE_BUSY(he) ((he)->value = (void*)((jsatomid)(he)->value|BUSY_BIT)) ^ jsarray.c:396:9: note: in expansion of macro 'MAKE_BUSY' MAKE_BUSY(he); ^~~~~~~~~ jsobj.h:246:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define MAKE_BUSY(he) ((he)->value = (void*)((jsatomid)(he)->value|BUSY_BIT)) ^ jsarray.c:396:9: note: in expansion of macro 'MAKE_BUSY' MAKE_BUSY(he); ^~~~~~~~~ jsobj.h:247:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define CLEAR_BUSY(he) ((he)->value = (void*)((jsatomid)(he)->value&~BUSY_BIT)) ^ jsarray.c:465:9: note: in expansion of macro 'CLEAR_BUSY' CLEAR_BUSY(he); ^~~~~~~~~~ jsobj.h:247:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define CLEAR_BUSY(he) ((he)->value = (void*)((jsatomid)(he)->value&~BUSY_BIT)) ^ jsarray.c:465:9: note: in expansion of macro 'CLEAR_BUSY' CLEAR_BUSY(he); ^~~~~~~~~~ gcc -o jsatom.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsatom.c jsatom.c: In function 'js_hash_atom_key': jsatom.c:139:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define HASH_OBJECT(o) ((JSHashNumber)(o) >> JSVAL_TAGBITS) ^ jsatom.c:161:16: note: in expansion of macro 'HASH_OBJECT' return HASH_OBJECT(JSVAL_TO_OBJECT(v)); ^~~~~~~~~~~ jsatom.c: In function 'js_AtomizeObject': jsatom.c:139:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define HASH_OBJECT(o) ((JSHashNumber)(o) >> JSVAL_TAGBITS) ^ jsatom.c:514:15: note: in expansion of macro 'HASH_OBJECT' keyHash = HASH_OBJECT(obj); ^~~~~~~~~~~ In file included from jsatom.c:51:0: jsatom.c: In function 'js_IndexAtom': jsatom.h:104:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define ALE_SET_INDEX(ale,index)((ale)->entry.value = (void *)(index)) ^ jsatom.c:836:9: note: in expansion of macro 'ALE_SET_INDEX' ALE_SET_INDEX(ale, al->count++); ^~~~~~~~~~~~~ jsatom.c: In function 'js_map_atom': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsatom.c:866:12: note: in expansion of macro 'ALE_INDEX' vector[ALE_INDEX(ale)] = ALE_ATOM(ale); ^~~~~~~~~ jsatom.c: In function 'js_InitAtomMap': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsatom.c:909:20: note: in expansion of macro 'ALE_INDEX' vector[ALE_INDEX(ale)] = ALE_ATOM(ale); ^~~~~~~~~ gcc -o jsbool.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsbool.c gcc -o jscntxt.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jscntxt.c jscntxt.c: In function 'resolving_HashKey': jscntxt.c:342:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return ((JSDHashNumber)key->obj >> JSVAL_TAGBITS) ^ key->id; ^ gcc -o jsdate.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsdate.c gcc -o jsdbgapi.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsdbgapi.c gcc -o jsdhash.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsdhash.c jsdhash.c: In function 'JS_DHashVoidPtrKeyStub': jsdhash.c:94:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (JSDHashNumber)key >> 2; ^ gcc -o jsdtoa.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 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 -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsemit.c In file included from jsemit.c:54:0: jsemit.c: In function 'EmitGoto': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:1351:46: note: in expansion of macro 'ALE_INDEX' (ptrdiff_t) ALE_INDEX(label))) { ^~~~~~~~~ jsemit.c: In function 'IndexRegExpClone': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:1570:22: note: in expansion of macro 'ALE_INDEX' cloneIndex = ALE_INDEX(ale); ^~~~~~~~~ In file included from jsemit.h:49:0, from jsemit.c:57: jsemit.c: In function 'EmitAtomOp': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:1611:5: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(op, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:1611:28: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(op, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:1611:5: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(op, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:1611:28: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(op, ALE_INDEX(ale)); ^~~~~~~~~ In file included from jsemit.c:54:0: jsemit.c: In function 'LookupArgOrVar': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:1719:16: note: in expansion of macro 'ALE_INDEX' slot = ALE_INDEX(ale); ^~~~~~~~~ In file included from jsemit.h:49:0, from jsemit.c:57: jsemit.c: In function 'EmitPropOp': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:2010:13: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(pndot->pn_op, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:2010:46: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(pndot->pn_op, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:2010:13: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(pndot->pn_op, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:2010:46: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(pndot->pn_op, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:2032:9: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(op, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:2032:32: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(op, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:2032:9: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(op, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:2032:32: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(op, ALE_INDEX(ale)); ^~~~~~~~~ jsemit.c: In function 'EmitNumberOp': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:2149:5: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_NUMBER, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:2149:37: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_NUMBER, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:2149:5: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_NUMBER, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:2149:37: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_NUMBER, ALE_INDEX(ale)); ^~~~~~~~~ In file included from jsemit.c:54:0: jsemit.c: In function 'EmitSwitch': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:2477:44: note: in expansion of macro 'ALE_INDEX' ALE_INDEX(ale)) < 0) { ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:2494:44: note: in expansion of macro 'ALE_INDEX' ALE_INDEX(ale)) < 0) { ^~~~~~~~~ In file included from jsemit.h:49:0, from jsemit.c:57: jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:2574:13: note: in expansion of macro 'SET_ATOM_INDEX' SET_ATOM_INDEX(pc, ALE_INDEX(ale)); ^~~~~~~~~~~~~~ jsemit.c:2574:32: note: in expansion of macro 'ALE_INDEX' SET_ATOM_INDEX(pc, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:2574:13: note: in expansion of macro 'SET_ATOM_INDEX' SET_ATOM_INDEX(pc, ALE_INDEX(ale)); ^~~~~~~~~~~~~~ jsemit.c:2574:32: note: in expansion of macro 'ALE_INDEX' SET_ATOM_INDEX(pc, ALE_INDEX(ale)); ^~~~~~~~~ In file included from jsemit.c:54:0: jsemit.c: In function 'js_EmitTree': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:2741:21: note: in expansion of macro 'ALE_INDEX' atomIndex = ALE_INDEX(ale); ^~~~~~~~~ In file included from jsemit.h:49:0, from jsemit.c:57: jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:2814:17: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_EXPORTNAME, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:2814:53: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_EXPORTNAME, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:2814:17: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_EXPORTNAME, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:2814:53: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_EXPORTNAME, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:3403:17: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:3403:47: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:3403:17: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:3403:47: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:3417:17: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_INITCATCHVAR, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:3417:55: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_INITCATCHVAR, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:3417:17: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_INITCATCHVAR, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:3417:55: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_INITCATCHVAR, ALE_INDEX(ale)); ^~~~~~~~~ In file included from jsemit.c:54:0: jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:3597:33: note: in expansion of macro 'ALE_INDEX' atomIndex = ALE_INDEX(ale); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:3753:48: note: in expansion of macro 'ALE_INDEX' (ptrdiff_t) ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:3822:29: note: in expansion of macro 'ALE_INDEX' atomIndex = ALE_INDEX(ale); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsemit.c:3832:25: note: in expansion of macro 'ALE_INDEX' atomIndex = ALE_INDEX(ale); ^~~~~~~~~ In file included from jsemit.h:49:0, from jsemit.c:57: jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:4211:9: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:4211:39: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:4211:9: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:4211:39: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:4274:9: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:4274:39: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:4274:9: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:4274:39: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_NAME, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:148:48: note: in definition of macro 'ATOM_INDEX_HI' #define ATOM_INDEX_HI(index) ((jsbytecode)((index) >> 8)) ^~~~~ jsemit.c:4325:17: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_INITPROP, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:4325:51: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_INITPROP, ALE_INDEX(ale)); ^~~~~~~~~ jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsopcode.h:149:47: note: in definition of macro 'ATOM_INDEX_LO' #define ATOM_INDEX_LO(index) ((jsbytecode)(index)) ^~~~~ jsemit.c:4325:17: note: in expansion of macro 'EMIT_ATOM_INDEX_OP' EMIT_ATOM_INDEX_OP(JSOP_INITPROP, ALE_INDEX(ale)); ^~~~~~~~~~~~~~~~~~ jsemit.c:4325:51: note: in expansion of macro 'ALE_INDEX' EMIT_ATOM_INDEX_OP(JSOP_INITPROP, ALE_INDEX(ale)); ^~~~~~~~~ gcc -o jsexn.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsexn.c gcc -o jsfun.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsfun.c gcc -o jsgc.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 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 -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jshash.c gcc -o jsinterp.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsinterp.c jsinterp.c: In function 'js_Interpret': jsinterp.c:1879:39: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] fprintf(tracefp, " @ %d\n", sp - fp->spbase); ~^ ~~~~~~~~~~~~~~~ %ld jsinterp.c:4712:39: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] fprintf(tracefp, " @ %d\n", sp - fp->spbase); ~^ ~~~~~~~~~~~~~~~ %ld jsinterp.c:170:46: warning: 'sp' may be used uninitialized in this function [-Wmaybe-uninitialized] (JS_ASSERT((fp)->script || !(fp)->spbase || (sp) == (fp)->spbase), \ ^~ jsinterp.c:1740:12: note: 'sp' was declared here jsval *sp, *newsp; ^~ jsinterp.c:4442:18: 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 -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jslock.c gcc -o jslog2.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jslog2.c gcc -o jslong.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jslong.c gcc -o ./jsmathtemp.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsmath.c ld -r -o jsmath.o ./jsmathtemp.o fdlibm/./libfdm.a gcc -o jsnum.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsnum.c gcc -o jsobj.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 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; ^~ jsobj.c: In function 'js_hash_object': jsobj.c:378:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (JSHashNumber)key >> JSVAL_TAGBITS; ^ jsobj.c: In function 'MarkSharpObjects': jsobj.c:407:56: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] he = JS_HashTableRawAdd(table, hep, hash, obj, (void *)sharpid); ^ jsobj.c:461:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sharpid = (jsatomid) he->value; ^ jsobj.c:464:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] he->value = (void *) sharpid; ^ In file included from jsobj.c:48:0: jsobj.c: In function 'js_EnterSharpObject': jsobj.c:505:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] JS_ASSERT((((jsatomid) he->value) & SHARP_BIT) == 0); ^ jsutil.h:54:7: note: in definition of macro 'JS_ASSERT' ((_expr)?((void)0):JS_Assert(# _expr,__FILE__,__LINE__)) ^~~~~ jsobj.c:534:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sharpid = (jsatomid) he->value; ^ In file included from jscntxt.h:53:0, from jsobj.c:56: jsobj.c: In function 'js_obj_toSource': jsobj.h:243:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define IS_SHARP(he) ((jsatomid)(he)->value & SHARP_BIT) ^ jsobj.c:641:9: note: in expansion of macro 'IS_SHARP' if (IS_SHARP(he)) { ^~~~~~~~ jsobj.h:244:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define MAKE_SHARP(he) ((he)->value = (void*)((jsatomid)(he)->value|SHARP_BIT)) ^ jsobj.c:671:9: note: in expansion of macro 'MAKE_SHARP' MAKE_SHARP(he); ^~~~~~~~~~ jsobj.h:244:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define MAKE_SHARP(he) ((he)->value = (void*)((jsatomid)(he)->value|SHARP_BIT)) ^ jsobj.c:671:9: note: in expansion of macro 'MAKE_SHARP' MAKE_SHARP(he); ^~~~~~~~~~ jsobj.h:243:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define IS_SHARP(he) ((jsatomid)(he)->value & SHARP_BIT) ^ jsobj.c:850:21: note: in expansion of macro 'IS_SHARP' if (IS_SHARP(he)) { ^~~~~~~~ jsobj.h:244:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define MAKE_SHARP(he) ((he)->value = (void*)((jsatomid)(he)->value|SHARP_BIT)) ^ jsobj.c:856:25: note: in expansion of macro 'MAKE_SHARP' MAKE_SHARP(he); ^~~~~~~~~~ jsobj.h:244:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define MAKE_SHARP(he) ((he)->value = (void*)((jsatomid)(he)->value|SHARP_BIT)) ^ jsobj.c:856:25: note: in expansion of macro 'MAKE_SHARP' MAKE_SHARP(he); ^~~~~~~~~~ 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 -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsopcode.c jsopcode.c: In function 'js_Disassemble1': jsopcode.c:184:24: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'ptrdiff_t {aka long int}' [-Wformat=] fprintf(fp, " %u (%d)", loc + off, off); ~^ ~~~~~~~~~ %lu jsopcode.c:184:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'ptrdiff_t {aka long int}' [-Wformat=] fprintf(fp, " %u (%d)", loc + off, off); ~^ %ld jsopcode.c:219:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ptrdiff_t {aka long int}' [-Wformat=] fprintf(fp, " defaultOffset %d low %d high %d", off, low, high); ~^ %ld jsopcode.c:222:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'ptrdiff_t {aka long int}' [-Wformat=] fprintf(fp, "\n\t%d: %d", i, off); ~^ %ld jsopcode.c:242:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ptrdiff_t {aka long int}' [-Wformat=] fprintf(fp, " offset %d npairs %u", off, (uintN) npairs); ~^ %ld jsopcode.c:256:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'ptrdiff_t {aka long int}' [-Wformat=] fprintf(fp, "\n\t%s: %d", cstr, off); ~^ %ld jsopcode.c: In function 'Decompile': jsopcode.c:908:15: warning: case value '254' not in enumerated type 'JSOp {aka enum JSOp}' [-Wswitch] case JSOP_GETPROP2: ^~~~ jsopcode.c:911:15: warning: case value '255' not in enumerated type 'JSOp {aka enum JSOp}' [-Wswitch] case JSOP_GETELEM2: ^~~~ jsopcode.c:1795:15: warning: case value '254' not in enumerated type 'JSOp {aka enum JSOp}' [-Wswitch] case JSOP_GETPROP2: ^~~~ jsopcode.c:1818:15: warning: case value '255' not in enumerated type 'JSOp {aka enum JSOp}' [-Wswitch] case JSOP_GETELEM2: ^~~~ gcc -o jsparse.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsparse.c In file included from jsparse.c:63:0: jsparse.c: In function 'FunctionDef': jsatom.h:105:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define ALE_SET_JSOP(ale,op) ((ale)->entry.value = (void *)(op)) ^ jsparse.c:1088:9: note: in expansion of macro 'ALE_SET_JSOP' ALE_SET_JSOP(ale, tc->topStmt ? JSOP_CLOSURE : JSOP_DEFFUN); ^~~~~~~~~~~~ gcc -o jsprf.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsprf.c gcc -o jsregexp.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsregexp.c gcc -o jsscan.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsscan.c gcc -o jsscope.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsscope.c gcc -o jsscript.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsscript.c In file included from jsscript.c:49:0: jsscript.c: In function 'XDRAtomListElement': jsatom.h:98:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define ALE_INDEX(ale) ((jsatomid) (ale)->entry.value) ^ jsscript.c:314:13: note: in expansion of macro 'ALE_INDEX' index = ALE_INDEX(ale); ^~~~~~~~~ jsatom.h:104:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define ALE_SET_INDEX(ale,index)((ale)->entry.value = (void *)(index)) ^ jsscript.c:317:5: note: in expansion of macro 'ALE_SET_INDEX' ALE_SET_INDEX(ale, index); ^~~~~~~~~~~~~ jsscript.c: In function 'XDRAtomMap': jsatom.h:104:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define ALE_SET_INDEX(ale,index)((ale)->entry.value = (void *)(index)) ^ jsscript.c:374:13: note: in expansion of macro 'ALE_SET_INDEX' ALE_SET_INDEX(&ale, i); ^~~~~~~~~~~~~ gcc -o jsstr.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsstr.c jsstr.c: In function 'js_hash_string_pointer': jsstr.c:2577:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (JSHashNumber)key >> JSVAL_TAGBITS; ^ jsstr.c: In function 'str_split': jsstr.c:1811:16: warning: 'tmp.length' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((size_t)++j == sep->length) ^ jsstr.c:1829:23: note: 'tmp.length' was declared here JSSubString *sep, tmp; ^~~ gcc -o jsutil.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsutil.c gcc -o jsxdrapi.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 jsxdrapi.c gcc -o prmjtime.o -c -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 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 -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 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:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(workingDir, sizeof(workingDir)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jsl.c:834:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(folder); ^~~~~~~~~~~~~ jsl.c:838:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(workingDir); ^~~~~~~~~~~~~~~~~ jsl.c: In function 'ProcessArgs': jsl.c:1601:5: warning: 'path' may be used uninitialized in this function [-Wmaybe-uninitialized] OutputErrorMessage(path, lineno, 0, NULL, "configuration error", err); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jsl.c:1684:23: note: 'path' was declared here char *path; ^~~~ gcc -o jsl -Wall -Wno-format -g -DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy -DDEBUG -DDEBUG_pterjan -DEDITLINE -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 ./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 '/home/pterjan/rpmbuild/BUILD/jsl-0.3.0/src' make: Leaving directory '/home/pterjan/rpmbuild/BUILD/jsl-0.3.0/src' + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gDySp8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/jsl-0.3.0-6.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/jsl-0.3.0-6.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/jsl-0.3.0-6.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/jsl-0.3.0-6.mga7.x86_64 + cd jsl-0.3.0 + '[' 1 -eq 1 ']' + install -d /home/pterjan/rpmbuild/BUILDROOT/jsl-0.3.0-6.mga7.x86_64/usr/bin + install src/jsl /home/pterjan/rpmbuild/BUILDROOT/jsl-0.3.0-6.mga7.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 0.3.0-6.mga7 --unique-debug-suffix -0.3.0-6.mga7.x86_64 --unique-debug-src-base jsl-0.3.0-6.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/jsl-0.3.0 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/jsl-0.3.0-6.mga7.x86_64/usr/bin/jsl /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 4996 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.He5vX4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd jsl-0.3.0 + '[' 1 -eq 1 ']' + cd tests + perl run_tests.pl ../src/jsl Searching /home/pterjan/rpmbuild/BUILD/jsl-0.3.0/tests... Testing ambiguous_else_stmt.js... Testing ambiguous_nested_stmt.js... Testing ambiguous_newline.js... Testing anon_no_return_value.js... Testing assign_to_function_call.js... Testing block_without_braces.js... Testing comma_separated_stmts.js... Testing comparison_type_conv.js... Testing default_not_at_end.js... Testing duplicate_case_in_switch.js... Testing duplicate_formal.js... Testing dup_option_explicit.js... Testing empty_statement.js... Testing equal_as_assign.js... Testing inc_dec_within_stmt-ignore.js... Testing inc_dec_within_stmt.js... Testing jsl_cc_not_understood.js... Testing leading_decimal_point.js... Testing legacy_cc_not_understood.js... Testing meaningless_block.js... Testing misplaced_regex.js... Testing missing_break.js... Testing missing_break_for_last_case.js... Testing missing_default_case.js... Testing missing_option_explicit.js... Testing missing_semicolon.js... Testing multiple_plus_minus.js... Testing nested_comment.js... Testing no_return_value.js... Testing octal_number.js... Testing parseint_missing_radix.js... Testing partial_option_explicit.js... Testing redeclared_var.js... Testing trailing_comma_in_array.js... Testing trailing_decimal_point.js... Testing unreachable_code.js... Testing useless_assign.js... Testing useless_comparison.js... Testing useless_void.js... Testing use_of_label.js... Testing var_hides_arg.js... Testing with_statement.js... Testing bad_backref.js... Testing deprecated_usage.js... Testing invalid_backref.js... Testing trailing_comma.js... Testing script_tag_in_js_literal.html... Testing unterminated_comment.js... Testing control_comments.js... Testing declare.js... Testing import-overflow.js... Testing import.js... Testing import2.js... Testing invalid_fallthru.js... Testing option_explicit-with.js... Testing option_explicit.js... Testing always_use_option_explicit.js... Testing define.js... Testing jscript_function_extensions-1.js... Testing jscript_function_extensions-2.js... Testing jscript_function_extensions-3.js... Testing jscript_function_extensions-4.js... Testing lambda_assign_requires_semicolon.js... Testing legacy_control_comments.js... Passed 64 of 64 tests + exit 0 Processing files: jsl-0.3.0-6.mga7.x86_64 Provides: jsl = 0.3.0-6.mga7 jsl(x86-64) = 0.3.0-6.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) Processing files: jsl-debugsource-0.3.0-6.mga7.x86_64 Provides: jsl-debugsource = 0.3.0-6.mga7 jsl-debugsource(x86-64) = 0.3.0-6.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: jsl-debuginfo-0.3.0-6.mga7.x86_64 Provides: debuginfo(build-id) = 2bcb0885a8e54b69245f66fee1385a1a74016808 jsl-debuginfo = 0.3.0-6.mga7 jsl-debuginfo(x86-64) = 0.3.0-6.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: jsl-debugsource(x86-64) = 0.3.0-6.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/jsl-0.3.0-6.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/jsl-0.3.0-6.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/jsl-debugsource-0.3.0-6.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/jsl-debuginfo-0.3.0-6.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2S0R99 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd jsl-0.3.0 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/jsl-0.3.0-6.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7Z7Tqf + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf jsl-0.3.0 + exit 0 D: [iurt_root_command] Success!