* Package: dev-lang/cilk-5.4.6-r2 * Repository: gentoo * Maintainer: sci@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking cilk-5.4.6.tar.gz to /var/tmp/portage/dev-lang/cilk-5.4.6-r2/work >>> Source unpacked in /var/tmp/portage/dev-lang/cilk-5.4.6-r2/work >>> Preparing source in /var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6 ... * Applying cilk-5.4.6-autotools.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6' ... * Running libtoolize --install --copy --force --automake ... [ ok ] * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --force-missing ... [ ok ] * Running elibtoolize in: cilk-5.4.6/ * Applying portage/1.2.0 patch ... * Applying sed/1.5.6 patch ... * Applying as-needed/2.4.3 patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6 ... * econf: updating cilk-5.4.6/config.sub with /usr/share/gnuconfig/config.sub * econf: updating cilk-5.4.6/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cilk-5.4.6-r2 --htmldir=/usr/share/doc/cilk-5.4.6-r2/html --libdir=/usr/lib64 --with-perfctr=no --disable-static configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for sqrt in -lm... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for sys/wait.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for memalign... yes checking for strchr... yes checking for strtoul... yes checking for gettimeofday... yes checking for gethrtime... no checking for gethrvtime... no checking for sched_yield... yes checking for clone... yes checking for yield... no checking for sginap... no checking for sched_setaffinity... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating FAQ/Makefile config.status: creating Makefile config.status: creating cilk2c/Makefile config.status: creating doc/Makefile config.status: creating doc/version.tex config.status: creating examples/Makefile config.status: creating runtime/Makefile config.status: creating support/Makefile config.status: creating config.h config.status: creating runtime/cilk-sysdep.h config.status: executing depfiles commands config.status: executing libtool commands >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6' Making all in cilk2c make[2]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/cilk2c' make all-am make[3]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/cilk2c' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o analyze.o analyze.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o ast.o ast.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o complex-types.o complex-types.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o constexpr.o constexpr.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o container.o container.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o conversions.o conversions.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o dataflow.o dataflow.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o elide.o elide.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o initializer.o initializer.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o list.o list.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o main.o main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o operators.o operators.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o output.o output.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o print-ast.o print-ast.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o procedure.o procedure.c procedure.c: In function ‘BuildLabel’: procedure.c:626:12: warning: variable ‘var’ set but not used [-Wunused-but-set-variable] Node *var, *label; ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o profile.o profile.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o simplify.o simplify.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o sideeffects.o sideeffects.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o sem-check.o sem-check.c sem-check.c: In function ‘SemCheckTernary’: sem-check.c:361:15: warning: variable ‘ftype’ set but not used [-Wunused-but-set-variable] *ttype, *ftype; ^~~~~ sem-check.c:361:7: warning: variable ‘ttype’ set but not used [-Wunused-but-set-variable] *ttype, *ftype; ^~~~~ sem-check.c:360:65: warning: variable ‘ctype’ set but not used [-Wunused-but-set-variable] Node *cond = u->cond, *true = u->true, *false = u->false, *ctype, ^~~~~ sem-check.c: In function ‘SemCheckArrow’: sem-check.c:1690:12: warning: unused variable ‘decl’ [-Wunused-variable] Node *decl, *field = NULL, *right, *left, *ltype, *rtype, *type; ^~~~ sem-check.c:1689:17: warning: unused variable ‘marker’ [-Wunused-variable] ListMarker marker; ^~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o strings.o strings.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o sue.o sue.c sue.c: In function ‘ForceNewSU’: sue.c:256:21: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable] SUEtype *sue, *tmp; ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o symbol.o symbol.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o transform.o transform.c transform.c: In function ‘MakeImportDecl’: transform.c:2860:12: warning: variable ‘returns’ set but not used [-Wunused-but-set-variable] Node *returns; ^~~~~~~ transform.c:2859:12: warning: variable ‘args’ set but not used [-Wunused-but-set-variable] List *args; ^~~~ transform.c: In function ‘MakeExportBody’: transform.c:3414:15: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] Node *result; ^~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o type.o type.c type.c: In function ‘MergePrimTypes’: type.c:471:17: warning: comparison between ‘TypeSpecifier {aka enum }’ and ‘enum ’ [-Wenum-compare] if (et1.base != Int_ParseOnly && et1.base != Char) { ^~ type.c:471:46: warning: comparison between ‘TypeSpecifier {aka enum }’ and ‘enum ’ [-Wenum-compare] if (et1.base != Int_ParseOnly && et1.base != Char) { ^~ type.c:500:17: warning: comparison between ‘TypeSpecifier {aka enum }’ and ‘enum ’ [-Wenum-compare] if (et1.base != Int_ParseOnly && !(et1.base == Double && et1.length == Long)) { ^~ type.c:500:48: warning: comparison between ‘TypeSpecifier {aka enum }’ and ‘enum ’ [-Wenum-compare] if (et1.base != Int_ParseOnly && !(et1.base == Double && et1.length == Long)) { ^~ type.c: In function ‘FinishPrimType’: type.c:538:5: warning: case value ‘0’ not in enumerated type ‘TypeSpecifier {aka enum }’ [-Wswitch] case 0: ^~~~ type.c:555:5: warning: case value ‘0’ not in enumerated type ‘TypeSpecifier {aka enum }’ [-Wswitch] case 0: ^~~~ type.c:526:3: warning: case value ‘0’ not in enumerated type ‘TypeSpecifier {aka enum }’ [-Wswitch] case 0: ^~~~ type.c:546:3: warning: case value ‘3’ not in enumerated type ‘TypeSpecifier {aka enum }’ [-Wswitch] case Char: ^~~~ type.c:527:3: warning: case value ‘8’ not in enumerated type ‘TypeSpecifier {aka enum }’ [-Wswitch] case Int_ParseOnly: ^~~~ type.c:563:3: warning: case value ‘14’ not in enumerated type ‘TypeSpecifier {aka enum }’ [-Wswitch] case Double: ^~~~ In file included from ast.h:36:0, from type.c:31: type.c: In function ‘TypeName’: type.c:639:14: warning: comparison between ‘TypeSpecifier {aka enum }’ and ‘enum ’ [-Wenum-compare] assert(tspinned_mask ), &( USE_PARAMETER1(options)->pinned_mask ) ) ) ^~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o sched.lo sched.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c sched.c -fPIC -DPIC -o .libs/sched.o sched.c: In function ‘Closure_suspend’: sched.c:1234:15: warning: variable ‘cl1’ set but not used [-Wunused-but-set-variable] Closure *cl1; ^~~ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o hooks.lo hooks.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c hooks.c -fPIC -DPIC -o .libs/hooks.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o stats.lo stats.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c stats.c -fPIC -DPIC -o .libs/stats.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o barrier.lo barrier.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c barrier.c -fPIC -DPIC -o .libs/barrier.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o cmdline.lo cmdline.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c cmdline.c -fPIC -DPIC -o .libs/cmdline.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o internal-malloc.lo internal-malloc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c internal-malloc.c -fPIC -DPIC -o .libs/internal-malloc.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o timing.lo timing.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c timing.c -fPIC -DPIC -o .libs/timing.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o invoke-main.lo invoke-main.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c invoke-main.c -fPIC -DPIC -o .libs/invoke-main.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o malloc.lo malloc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c malloc.c -fPIC -DPIC -o .libs/malloc.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o debug.lo debug.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c debug.c -fPIC -DPIC -o .libs/debug.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o workers.lo workers.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c workers.c -fPIC -DPIC -o .libs/workers.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o mutex.lo mutex.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c mutex.c -fPIC -DPIC -o .libs/mutex.o /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -pthread -O1 -pipe -march=native -Wall -std=gnu89 -Wl,-O1 -Wl,--as-needed -o libcilk.la -rpath /usr/lib64 sysdep.lo cilk.lo sched.lo hooks.lo stats.lo barrier.lo cmdline.lo internal-malloc.lo timing.lo invoke-main.lo malloc.lo debug.lo workers.lo mutex.lo -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/sysdep.o .libs/cilk.o .libs/sched.o .libs/hooks.o .libs/stats.o .libs/barrier.o .libs/cmdline.o .libs/internal-malloc.o .libs/timing.o .libs/invoke-main.o .libs/malloc.o .libs/debug.o .libs/workers.o .libs/mutex.o -Wl,--as-needed -lm -pthread -O1 -march=native -Wl,-O1 -pthread -Wl,-soname -Wl,libcilk.so.0 -o .libs/libcilk.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libcilk.so.0" && ln -s "libcilk.so.0.0.0" "libcilk.so.0") libtool: link: (cd ".libs" && rm -f "libcilk.so" && ln -s "libcilk.so.0.0.0" "libcilk.so") libtool: link: ( cd ".libs" && rm -f "libcilk.la" && ln -s "../libcilk.la" "libcilk.la" ) /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-sysdep.lo `test -f 'sysdep.c' || echo './'`sysdep.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c sysdep.c -fPIC -DPIC -o .libs/libcilk_g_la-sysdep.o sysdep.c: In function ‘Cilk_yield’: sysdep.c:95:5: warning: implicit declaration of function ‘usleep’; did you mean ‘sleep’? [-Wimplicit-function-declaration] usleep(1); /* This seems simpler and better than all the code below. ^~~~~~ sleep /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-cilk.lo `test -f 'cilk.c' || echo './'`cilk.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c cilk.c -fPIC -DPIC -o .libs/libcilk_g_la-cilk.o cilk.c: In function ‘Cilk_init’: cilk.c:369:8: warning: implicit declaration of function ‘sched_setaffinity’ [-Wimplicit-function-declaration] if( sched_setaffinity(0, sizeof( USE_PARAMETER1(options)->pinned_mask ), &( USE_PARAMETER1(options)->pinned_mask ) ) ) ^~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-sched.lo `test -f 'sched.c' || echo './'`sched.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c sched.c -fPIC -DPIC -o .libs/libcilk_g_la-sched.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-hooks.lo `test -f 'hooks.c' || echo './'`hooks.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c hooks.c -fPIC -DPIC -o .libs/libcilk_g_la-hooks.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-stats.lo `test -f 'stats.c' || echo './'`stats.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c stats.c -fPIC -DPIC -o .libs/libcilk_g_la-stats.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-barrier.lo `test -f 'barrier.c' || echo './'`barrier.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c barrier.c -fPIC -DPIC -o .libs/libcilk_g_la-barrier.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-cmdline.lo `test -f 'cmdline.c' || echo './'`cmdline.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c cmdline.c -fPIC -DPIC -o .libs/libcilk_g_la-cmdline.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-internal-malloc.lo `test -f 'internal-malloc.c' || echo './'`internal-malloc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c internal-malloc.c -fPIC -DPIC -o .libs/libcilk_g_la-internal-malloc.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-timing.lo `test -f 'timing.c' || echo './'`timing.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c timing.c -fPIC -DPIC -o .libs/libcilk_g_la-timing.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-invoke-main.lo `test -f 'invoke-main.c' || echo './'`invoke-main.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c invoke-main.c -fPIC -DPIC -o .libs/libcilk_g_la-invoke-main.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-malloc.lo `test -f 'malloc.c' || echo './'`malloc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c malloc.c -fPIC -DPIC -o .libs/libcilk_g_la-malloc.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-debug.lo `test -f 'debug.c' || echo './'`debug.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c debug.c -fPIC -DPIC -o .libs/libcilk_g_la-debug.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-workers.lo `test -f 'workers.c' || echo './'`workers.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c workers.c -fPIC -DPIC -o .libs/libcilk_g_la-workers.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_la-mutex.lo `test -f 'mutex.c' || echo './'`mutex.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c mutex.c -fPIC -DPIC -o .libs/libcilk_g_la-mutex.o /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -pthread -O1 -pipe -march=native -Wall -std=gnu89 -Wl,-O1 -Wl,--as-needed -o libcilk.g.la -rpath /usr/lib64 libcilk_g_la-sysdep.lo libcilk_g_la-cilk.lo libcilk_g_la-sched.lo libcilk_g_la-hooks.lo libcilk_g_la-stats.lo libcilk_g_la-barrier.lo libcilk_g_la-cmdline.lo libcilk_g_la-internal-malloc.lo libcilk_g_la-timing.lo libcilk_g_la-invoke-main.lo libcilk_g_la-malloc.lo libcilk_g_la-debug.lo libcilk_g_la-workers.lo libcilk_g_la-mutex.lo -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/libcilk_g_la-sysdep.o .libs/libcilk_g_la-cilk.o .libs/libcilk_g_la-sched.o .libs/libcilk_g_la-hooks.o .libs/libcilk_g_la-stats.o .libs/libcilk_g_la-barrier.o .libs/libcilk_g_la-cmdline.o .libs/libcilk_g_la-internal-malloc.o .libs/libcilk_g_la-timing.o .libs/libcilk_g_la-invoke-main.o .libs/libcilk_g_la-malloc.o .libs/libcilk_g_la-debug.o .libs/libcilk_g_la-workers.o .libs/libcilk_g_la-mutex.o -Wl,--as-needed -lm -pthread -O1 -march=native -Wl,-O1 -pthread -Wl,-soname -Wl,libcilk.g.so.0 -o .libs/libcilk.g.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libcilk.g.so.0" && ln -s "libcilk.g.so.0.0.0" "libcilk.g.so.0") libtool: link: (cd ".libs" && rm -f "libcilk.g.so" && ln -s "libcilk.g.so.0.0.0" "libcilk.g.so") libtool: link: ( cd ".libs" && rm -f "libcilk.g.la" && ln -s "../libcilk.g.la" "libcilk.g.la" ) /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-sysdep.lo `test -f 'sysdep.c' || echo './'`sysdep.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c sysdep.c -fPIC -DPIC -o .libs/libcilk_p_la-sysdep.o sysdep.c: In function ‘Cilk_yield’: sysdep.c:95:5: warning: implicit declaration of function ‘usleep’; did you mean ‘sleep’? [-Wimplicit-function-declaration] usleep(1); /* This seems simpler and better than all the code below. ^~~~~~ sleep /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-cilk.lo `test -f 'cilk.c' || echo './'`cilk.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c cilk.c -fPIC -DPIC -o .libs/libcilk_p_la-cilk.o cilk.c: In function ‘Cilk_init’: cilk.c:369:8: warning: implicit declaration of function ‘sched_setaffinity’ [-Wimplicit-function-declaration] if( sched_setaffinity(0, sizeof( USE_PARAMETER1(options)->pinned_mask ), &( USE_PARAMETER1(options)->pinned_mask ) ) ) ^~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-sched.lo `test -f 'sched.c' || echo './'`sched.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c sched.c -fPIC -DPIC -o .libs/libcilk_p_la-sched.o sched.c: In function ‘Closure_suspend’: sched.c:1234:15: warning: variable ‘cl1’ set but not used [-Wunused-but-set-variable] Closure *cl1; ^~~ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-hooks.lo `test -f 'hooks.c' || echo './'`hooks.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c hooks.c -fPIC -DPIC -o .libs/libcilk_p_la-hooks.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-stats.lo `test -f 'stats.c' || echo './'`stats.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c stats.c -fPIC -DPIC -o .libs/libcilk_p_la-stats.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-barrier.lo `test -f 'barrier.c' || echo './'`barrier.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c barrier.c -fPIC -DPIC -o .libs/libcilk_p_la-barrier.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-cmdline.lo `test -f 'cmdline.c' || echo './'`cmdline.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c cmdline.c -fPIC -DPIC -o .libs/libcilk_p_la-cmdline.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-internal-malloc.lo `test -f 'internal-malloc.c' || echo './'`internal-malloc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c internal-malloc.c -fPIC -DPIC -o .libs/libcilk_p_la-internal-malloc.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-timing.lo `test -f 'timing.c' || echo './'`timing.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c timing.c -fPIC -DPIC -o .libs/libcilk_p_la-timing.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-invoke-main.lo `test -f 'invoke-main.c' || echo './'`invoke-main.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c invoke-main.c -fPIC -DPIC -o .libs/libcilk_p_la-invoke-main.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-malloc.lo `test -f 'malloc.c' || echo './'`malloc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c malloc.c -fPIC -DPIC -o .libs/libcilk_p_la-malloc.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-debug.lo `test -f 'debug.c' || echo './'`debug.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c debug.c -fPIC -DPIC -o .libs/libcilk_p_la-debug.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-workers.lo `test -f 'workers.c' || echo './'`workers.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c workers.c -fPIC -DPIC -o .libs/libcilk_p_la-workers.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_p_la-mutex.lo `test -f 'mutex.c' || echo './'`mutex.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c mutex.c -fPIC -DPIC -o .libs/libcilk_p_la-mutex.o /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -pthread -O1 -pipe -march=native -Wall -std=gnu89 -Wl,-O1 -Wl,--as-needed -o libcilk.p.la -rpath /usr/lib64 libcilk_p_la-sysdep.lo libcilk_p_la-cilk.lo libcilk_p_la-sched.lo libcilk_p_la-hooks.lo libcilk_p_la-stats.lo libcilk_p_la-barrier.lo libcilk_p_la-cmdline.lo libcilk_p_la-internal-malloc.lo libcilk_p_la-timing.lo libcilk_p_la-invoke-main.lo libcilk_p_la-malloc.lo libcilk_p_la-debug.lo libcilk_p_la-workers.lo libcilk_p_la-mutex.lo -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/libcilk_p_la-sysdep.o .libs/libcilk_p_la-cilk.o .libs/libcilk_p_la-sched.o .libs/libcilk_p_la-hooks.o .libs/libcilk_p_la-stats.o .libs/libcilk_p_la-barrier.o .libs/libcilk_p_la-cmdline.o .libs/libcilk_p_la-internal-malloc.o .libs/libcilk_p_la-timing.o .libs/libcilk_p_la-invoke-main.o .libs/libcilk_p_la-malloc.o .libs/libcilk_p_la-debug.o .libs/libcilk_p_la-workers.o .libs/libcilk_p_la-mutex.o -Wl,--as-needed -lm -pthread -O1 -march=native -Wl,-O1 -pthread -Wl,-soname -Wl,libcilk.p.so.0 -o .libs/libcilk.p.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libcilk.p.so.0" && ln -s "libcilk.p.so.0.0.0" "libcilk.p.so.0") libtool: link: (cd ".libs" && rm -f "libcilk.p.so" && ln -s "libcilk.p.so.0.0.0" "libcilk.p.so") libtool: link: ( cd ".libs" && rm -f "libcilk.p.la" && ln -s "../libcilk.p.la" "libcilk.p.la" ) /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-sysdep.lo `test -f 'sysdep.c' || echo './'`sysdep.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c sysdep.c -fPIC -DPIC -o .libs/libcilk_g_p_la-sysdep.o sysdep.c: In function ‘Cilk_yield’: sysdep.c:95:5: warning: implicit declaration of function ‘usleep’; did you mean ‘sleep’? [-Wimplicit-function-declaration] usleep(1); /* This seems simpler and better than all the code below. ^~~~~~ sleep /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-cilk.lo `test -f 'cilk.c' || echo './'`cilk.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c cilk.c -fPIC -DPIC -o .libs/libcilk_g_p_la-cilk.o cilk.c: In function ‘Cilk_init’: cilk.c:369:8: warning: implicit declaration of function ‘sched_setaffinity’ [-Wimplicit-function-declaration] if( sched_setaffinity(0, sizeof( USE_PARAMETER1(options)->pinned_mask ), &( USE_PARAMETER1(options)->pinned_mask ) ) ) ^~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-sched.lo `test -f 'sched.c' || echo './'`sched.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c sched.c -fPIC -DPIC -o .libs/libcilk_g_p_la-sched.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-hooks.lo `test -f 'hooks.c' || echo './'`hooks.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c hooks.c -fPIC -DPIC -o .libs/libcilk_g_p_la-hooks.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-stats.lo `test -f 'stats.c' || echo './'`stats.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c stats.c -fPIC -DPIC -o .libs/libcilk_g_p_la-stats.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-barrier.lo `test -f 'barrier.c' || echo './'`barrier.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c barrier.c -fPIC -DPIC -o .libs/libcilk_g_p_la-barrier.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-cmdline.lo `test -f 'cmdline.c' || echo './'`cmdline.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c cmdline.c -fPIC -DPIC -o .libs/libcilk_g_p_la-cmdline.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-internal-malloc.lo `test -f 'internal-malloc.c' || echo './'`internal-malloc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c internal-malloc.c -fPIC -DPIC -o .libs/libcilk_g_p_la-internal-malloc.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-timing.lo `test -f 'timing.c' || echo './'`timing.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c timing.c -fPIC -DPIC -o .libs/libcilk_g_p_la-timing.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-invoke-main.lo `test -f 'invoke-main.c' || echo './'`invoke-main.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c invoke-main.c -fPIC -DPIC -o .libs/libcilk_g_p_la-invoke-main.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-malloc.lo `test -f 'malloc.c' || echo './'`malloc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c malloc.c -fPIC -DPIC -o .libs/libcilk_g_p_la-malloc.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-debug.lo `test -f 'debug.c' || echo './'`debug.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c debug.c -fPIC -DPIC -o .libs/libcilk_g_p_la-debug.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-workers.lo `test -f 'workers.c' || echo './'`workers.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c workers.c -fPIC -DPIC -o .libs/libcilk_g_p_la-workers.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c -o libcilk_g_p_la-mutex.lo `test -f 'mutex.c' || echo './'`mutex.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCILK_TIMING=1 -DCILK_STATS=1 -DCILK_CRITICAL_PATH=1 -DCILK_DEBUG=1 -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -pthread -O1 -pipe -march=native -Wall -std=gnu89 -c mutex.c -fPIC -DPIC -o .libs/libcilk_g_p_la-mutex.o /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -pthread -O1 -pipe -march=native -Wall -std=gnu89 -Wl,-O1 -Wl,--as-needed -o libcilk.g.p.la -rpath /usr/lib64 libcilk_g_p_la-sysdep.lo libcilk_g_p_la-cilk.lo libcilk_g_p_la-sched.lo libcilk_g_p_la-hooks.lo libcilk_g_p_la-stats.lo libcilk_g_p_la-barrier.lo libcilk_g_p_la-cmdline.lo libcilk_g_p_la-internal-malloc.lo libcilk_g_p_la-timing.lo libcilk_g_p_la-invoke-main.lo libcilk_g_p_la-malloc.lo libcilk_g_p_la-debug.lo libcilk_g_p_la-workers.lo libcilk_g_p_la-mutex.lo -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/libcilk_g_p_la-sysdep.o .libs/libcilk_g_p_la-cilk.o .libs/libcilk_g_p_la-sched.o .libs/libcilk_g_p_la-hooks.o .libs/libcilk_g_p_la-stats.o .libs/libcilk_g_p_la-barrier.o .libs/libcilk_g_p_la-cmdline.o .libs/libcilk_g_p_la-internal-malloc.o .libs/libcilk_g_p_la-timing.o .libs/libcilk_g_p_la-invoke-main.o .libs/libcilk_g_p_la-malloc.o .libs/libcilk_g_p_la-debug.o .libs/libcilk_g_p_la-workers.o .libs/libcilk_g_p_la-mutex.o -Wl,--as-needed -lm -pthread -O1 -march=native -Wl,-O1 -pthread -Wl,-soname -Wl,libcilk.g.p.so.0 -o .libs/libcilk.g.p.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libcilk.g.p.so.0" && ln -s "libcilk.g.p.so.0.0.0" "libcilk.g.p.so.0") libtool: link: (cd ".libs" && rm -f "libcilk.g.p.so" && ln -s "libcilk.g.p.so.0.0.0" "libcilk.g.p.so") libtool: link: ( cd ".libs" && rm -f "libcilk.g.p.la" && ln -s "../libcilk.g.p.la" "libcilk.g.p.la" ) make[3]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/runtime' make[2]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/runtime' Making all in support make[2]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/support' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -DCILKHEADER_DIR="\"/usr/include/cilk\"" -DCILK2C_DIR="\"/usr/lib64/cilk\"" -DLIBS_DIR="\"/usr/lib64\"" -DLIBS2_DIR="\"/usr/lib64/cilk\"" -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o cilkc-cilkc.o `test -f 'cilkc.c' || echo './'`cilkc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -DCILKHEADER_DIR="\"/usr/include/cilk\"" -DCILK2C_DIR="\"/usr/lib64/cilk\"" -DLIBS_DIR="\"/usr/lib64\"" -DLIBS2_DIR="\"/usr/lib64/cilk\"" -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o cilkc-make-temp-file.o `test -f 'make-temp-file.c' || echo './'`make-temp-file.c /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O1 -pipe -march=native -Wall -std=gnu89 -Wl,-O1 -Wl,--as-needed -o cilkc cilkc-cilkc.o cilkc-make-temp-file.o -lm libtool: link: x86_64-pc-linux-gnu-gcc -O1 -pipe -march=native -Wall -std=gnu89 -Wl,-O1 -o cilkc cilkc-cilkc.o cilkc-make-temp-file.o -Wl,--as-needed -lm x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -DCILKHEADER_DIR="\"`(cd ..; pwd)`/runtime\"" -DCILK_RTSBUILD_DIR="\"`(cd ..; pwd)`/runtime\"" -DCILK2C_DIR="\"`(cd ..; pwd)`/cilk2c\"" -DLIBS_DIR="\"`(cd ..; pwd)`/runtime/.libs\"" -DLIBS2_DIR="\"`(cd ..; pwd)`/runtime\"" -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o cilkclocal-cilkc.o `test -f 'cilkc.c' || echo './'`cilkc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -DCILKHEADER_DIR="\"`(cd ..; pwd)`/runtime\"" -DCILK_RTSBUILD_DIR="\"`(cd ..; pwd)`/runtime\"" -DCILK2C_DIR="\"`(cd ..; pwd)`/cilk2c\"" -DLIBS_DIR="\"`(cd ..; pwd)`/runtime/.libs\"" -DLIBS2_DIR="\"`(cd ..; pwd)`/runtime\"" -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o cilkclocal-make-temp-file.o `test -f 'make-temp-file.c' || echo './'`make-temp-file.c /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O1 -pipe -march=native -Wall -std=gnu89 -Wl,-O1 -Wl,--as-needed -o cilkclocal cilkclocal-cilkc.o cilkclocal-make-temp-file.o -lm libtool: link: x86_64-pc-linux-gnu-gcc -O1 -pipe -march=native -Wall -std=gnu89 -Wl,-O1 -o cilkclocal cilkclocal-cilkc.o cilkclocal-make-temp-file.o -Wl,--as-needed -lm make[2]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/support' Making all in examples make[2]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/examples' Making all in doc make[2]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/doc' Making all in FAQ make[2]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/FAQ' converting 1 ... perl -I. ./bfnnconv.pl ./cilk-faq.bfnn no ./cilk-faq.xrefdb (No such file or directory) at ./bfnnconv.pl line 43. S0 S1 Q1.1 Q1.2 Q1.3 Q1.4 Q1.5 Q1.6 Q1.7 Q1.8 S2 Q2.1 Q2.2 Q2.3 Q2.4 S3 Q3.1 Q3.2 Q3.3 Q3.4 unknown question `compile' at ./bfnnconv.pl line 221, <> line 263. unknown control `\pageref:compile::\endpageref. for a description of the ' at ./bfnnconv.pl line 249, <> line 263. converting 2 ... perl -I. ./bfnnconv.pl ./cilk-faq.bfnn S0 S1 Q1.1 Q1.2 Q1.3 Q1.4 Q1.5 Q1.6 Q1.7 Q1.8 S2 Q2.1 Q2.2 Q2.3 Q2.4 S3 Q3.1 Q3.2 Q3.3 Q3.4 make[2]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/FAQ' make[2]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6' make[2]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6' make[1]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6' >>> Source compiled. >>> Test phase: dev-lang/cilk-5.4.6-r2 make -j1 check Making check in cilk2c make[1]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/cilk2c' make check-am make[2]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/cilk2c' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/cilk2c' make[1]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/cilk2c' Making check in runtime make[1]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/runtime' make[1]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/runtime' Making check in support make[1]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/support' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/support' Making check in examples make[1]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/examples' make hello fib fib-serial testall ck magic knapsack queens cilksort fft test-locks bucket cholesky game nfib kalah matmul lu plu heat test-errno strassen rectmul spacemul test-void-func velin cholesky-lib nfib-lib make[2]: Entering directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/examples' ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o hello.o hello.cilk ../support/cilkclocal -O2 -Wl,-O1 -Wl,--as-needed -o hello hello.o -lm ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o fib.o fib.cilk ../support/cilkclocal -O2 -Wl,-O1 -Wl,--as-needed -o fib fib.o -lm x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o fib-serial.o fib-serial.c x86_64-pc-linux-gnu-gcc -o fib-serial fib-serial.o -lm ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o testall.o testall.cilk testall.cilk:365:62: warning: ‘__unused__’ attribute ignored [-Wattributes] cilk void test_malloc_2(int *UNUSED(ok)) ^ testall.cilk:365:115: warning: ‘__unused__’ attribute ignored [-Wattributes] cilk void test_malloc_2(int *UNUSED(ok)) ^ testall.cilk:420:64: warning: ‘__unused__’ attribute ignored [-Wattributes] cilk void test_memalign_1(int *UNUSED(ok)) ^ testall.cilk:420:117: warning: ‘__unused__’ attribute ignored [-Wattributes] cilk void test_memalign_1(int *UNUSED(ok)) ^ testall.cilk:1217:65: warning: ‘__unused__’ attribute ignored [-Wattributes] cilk void test_shared_gvar(int *UNUSED(ok)) ^ testall.cilk:1217:145: warning: ‘__unused__’ attribute ignored [-Wattributes] cilk void test_shared_gvar(int *UNUSED(ok)) ^ testall.cilk:1277:58: warning: ‘__unused__’ attribute ignored [-Wattributes] cilk int main(int UNUSED(argc), UNUSED(char *argv[])) ^ testall.cilk:1277:58: warning: ‘__unused__’ attribute ignored [-Wattributes] testall.cilk:1277:195: warning: ‘__unused__’ attribute ignored [-Wattributes] cilk int main(int UNUSED(argc), UNUSED(char *argv[])) ^ testall.cilk:1277:195: warning: ‘__unused__’ attribute ignored [-Wattributes] ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o rand.o rand.cilk ../support/cilkclocal -O2 -Wl,-O1 -Wl,--as-needed -o testall testall.o rand.o -lm ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o ck.o ck.cilk x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O1 -pipe -march=native -Wall -std=gnu89 -c -o getoptions.o getoptions.c ../support/cilkclocal -O2 -Wl,-O1 -Wl,--as-needed -o ck ck.o rand.o getoptions.o -lm ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o magic.o magic.cilk ../support/cilkclocal -O2 -Wl,-O1 -Wl,--as-needed -o magic magic.o getoptions.o -lm ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o knapsack.o knapsack.cilk ../support/cilkclocal -O2 -Wl,-O1 -Wl,--as-needed -o knapsack knapsack.o getoptions.o -lm ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o queens.o queens.cilk ../support/cilkclocal -O2 -Wl,-O1 -Wl,--as-needed -o queens queens.o -lm ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o cilksort.o cilksort.cilk ../support/cilkclocal -O2 -Wl,-O1 -Wl,--as-needed -o cilksort cilksort.o getoptions.o -lm ../support/cilkclocal -DHAVE_CONFIG_H -I. -I.. -I../runtime -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L -O2 -c -o fft.o fft.cilk /usr/include/bits/mathcalls-helper-functions.h:21: syntax error /usr/include/bits/mathcalls-helper-functions.h:21: declaration without a variable Compilation Failed: 2 errors, 0 warnings Error: failed running cilk2c make[2]: *** [Makefile:864: fft.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/examples' make[1]: *** [Makefile:718: check-am] Error 2 make[1]: Leaving directory '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6/examples' make: *** [Makefile:402: check-recursive] Error 1 * ERROR: dev-lang/cilk-5.4.6-r2::gentoo failed (test phase): * Make check failed. See above for details. * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2740: Called default * phase-functions.sh, line 853: Called default_src_test * phase-functions.sh, line 882: Called __eapi0_src_test * phase-helpers.sh, line 764: Called die * The specific snippet of code: * $emake_cmd ${internal_opts} check || \ * die "Make check failed. See above for details." * * If you need support, post the output of `emerge --info '=dev-lang/cilk-5.4.6-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-lang/cilk-5.4.6-r2::gentoo'`. * The complete build log is located at '/var/log/portage/dev-lang:cilk-5.4.6-r2:20180105-081541.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/temp/environment'. * Working directory: '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6' * S: '/var/tmp/portage/dev-lang/cilk-5.4.6-r2/work/cilk-5.4.6'