Skip to content

Console Output

+ make install
Scanning dependencies of target build_libFFI
[  2%] Creating directories for 'build_libFFI'
[  5%] Performing download step (git clone) for 'build_libFFI'
Cloning into 'src'...
Note: checking out 'v3.3'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 5dcb741... Move nested_struct3 test to closures directory
[  8%] No patch step for 'build_libFFI'
[ 11%] No update step for 'build_libFFI'
[ 13%] Performing configure step for 'build_libFFI'
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:31: installing './compile'
configure.ac:19: installing './install-sh'
configure.ac:19: installing './missing'
Makefile.am: installing './depcomp'
doc/Makefile.am:3: installing 'doc/mdate-sh'
doc/Makefile.am:3: installing 'doc/texinfo.tex'
autoreconf: Leaving directory `.'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
continue configure in default builddir "./x86_64-pc-linux-gnu"
....exec /bin/bash .././configure "--srcdir=.." "--enable-builddir=x86_64-pc-linux-gnu" "linux
gnu"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... /usr/bin/cc
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 /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking whether /usr/bin/cc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/cc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking dependency style of /usr/bin/cc... gcc3
checking dependency style of /usr/bin/cc... gcc3
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 /usr/bin/cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
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/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/cc 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 mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /usr/bin/cc -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 /usr/bin/cc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/cc static flag -static works... yes
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc linker (/usr/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... yes
checking how to run the C++ preprocessor... /usr/bin/cc -E
checking for ld used by /usr/bin/cc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/cc static flag -static works... yes
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking size of size_t... 8
checking for C compiler vendor... gnu
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -ffast-math... yes
checking for gcc architecture flag... 
checking for x86 cpuid 0 output... d:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... 506e3:800:fffa3203:f8bfbff
checking whether C compiler accepts -march=core2... yes
checking for gcc architecture flag... -march=core2
checking whether C compiler accepts -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2... yes
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for mkostemp... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... yes
checking assembler supports pc related relocs... yes
checking for _ prefix in compiled symbols... no
checking toolchain supports unwind section type... yes
checking whether .eh_frame section should be read-only... yes
checking for __attribute__((visibility("hidden")))... yes
checking for ld used by /usr/bin/cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for shared libgcc... yes
configure: versioning on shared library symbols is gnu
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating doc/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: executing buildir commands
config.status: create top_srcdir/Makefile guessed from local Makefile
config.status: build in x86_64-pc-linux-gnu (HOST=)
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
[ 16%] Performing build step for 'build_libFFI'
MAKE x86_64-pc-linux-gnu : 0 * all-all
Making all in include
Making all in testsuite
Making all in man
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c  -fPIC -DPIC -o src/.libs/prep_cif.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c  -fPIC -DPIC -o src/.libs/types.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c  -fPIC -DPIC -o src/.libs/raw_api.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c  -fPIC -DPIC -o src/.libs/java_raw_api.o
../src/java_raw_api.c: In function ‘ffi_java_raw_call’:
../src/java_raw_api.c:317:3: warning: ‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations]
   ffi_java_raw_to_ptrarray (cif, raw, avalue);
   ^
../src/java_raw_api.c:76:1: note: declared here
 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
 ^
../src/java_raw_api.c: In function ‘ffi_java_translate_args’:
../src/java_raw_api.c:328:3: warning: ‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations]
   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
   ^
../src/java_raw_api.c:45:1: note: declared here
 ffi_java_raw_size (ffi_cif *cif)
 ^
../src/java_raw_api.c:331:3: warning: ‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations]
   ffi_java_ptrarray_to_raw (cif, avalue, raw);
   ^
../src/java_raw_api.c:157:1: note: declared here
 ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
 ^
../src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
../src/java_raw_api.c:369:3: warning: ‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations]
   return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
   ^
../src/java_raw_api.c:337:1: note: declared here
 ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
 ^
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c  -fPIC -DPIC -o src/.libs/closures.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -o src/closures.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c  -fPIC -DPIC -o src/x86/.libs/ffi64.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S  -fPIC -DPIC -o src/x86/.libs/unix64.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S -o src/x86/unix64.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c  -fPIC -DPIC -o src/x86/.libs/ffiw64.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c -o src/x86/ffiw64.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S  -fPIC -DPIC -o src/x86/.libs/win64.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S -o src/x86/win64.o >/dev/null 2>&1
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libffi_convenience.a
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
libtool: link: /usr/bin/cc -shared  -fPIC -DPIC  src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o    -O3 -march=core2 -Wl,--version-script -Wl,libffi.map   -Wl,-soname -Wl,libffi.so.7 -o .libs/libffi.so.7.1.0
libtool: link: (cd ".libs" && rm -f "libffi.so.7" && ln -s "libffi.so.7.1.0" "libffi.so.7")
libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.7.1.0" "libffi.so")
libtool: link: ar cru .libs/libffi.a  src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffiw64.o src/x86/win64.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libffi.a
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
[ 19%] Performing install step for 'build_libFFI'
MAKE x86_64-pc-linux-gnu : 0 * install
Making install in include
 /bin/mkdir -p '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/include'
 /usr/bin/install -c -m 644 ffi.h ffitarget.h '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/include'
Making install in testsuite
Making install in man
 /bin/mkdir -p '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/share/man/man3'
 /usr/bin/install -c -m 644 '../../man/ffi.3' '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/share/man/man3/x86_64-pc-linux-gnu-ffi.3'
 /usr/bin/install -c -m 644 '../../man/ffi_call.3' '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/share/man/man3/x86_64-pc-linux-gnu-ffi_call.3'
 /usr/bin/install -c -m 644 '../../man/ffi_prep_cif.3' '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/share/man/man3/x86_64-pc-linux-gnu-ffi_prep_cif.3'
 /usr/bin/install -c -m 644 '../../man/ffi_prep_cif_var.3' '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/share/man/man3/x86_64-pc-linux-gnu-ffi_prep_cif_var.3'
 /bin/mkdir -p '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libffi.la '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib'
libtool: install: /usr/bin/install -c .libs/libffi.so.7.1.0 /builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib/libffi.so.7.1.0
libtool: install: (cd /builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib && { ln -s -f libffi.so.7.1.0 libffi.so.7 || { rm -f libffi.so.7 && ln -s libffi.so.7.1.0 libffi.so.7; }; })
libtool: install: (cd /builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib && { ln -s -f libffi.so.7.1.0 libffi.so || { rm -f libffi.so && ln -s libffi.so.7.1.0 libffi.so; }; })
libtool: install: /usr/bin/install -c .libs/libffi.lai /builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib/libffi.la
libtool: install: /usr/bin/install -c .libs/libffi.a /builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib/libffi.a
libtool: install: chmod 644 /builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib/libffi.a
libtool: install: ranlib /builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib/libffi.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib
----------------------------------------------------------------------
Libraries have been installed in:
   /builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/../lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/pkgconfig'
 /usr/bin/install -c -m 644 libffi.pc '/builds/workspace/threadedFFI-plugin_obs/build/libffi/install/lib/pkgconfig'
[ 22%] Completed 'build_libFFI'
[ 22%] Built target build_libFFI
Scanning dependencies of target vmIncludes
[ 25%] Downloading Pharo VM Headers
--2020-06-18 13:05:29--  http://files.pharo.org/vm/pharo-spur64-headless/linux/include/PharoVM-8.4.0-fecd981-linux64-include.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 56126 (55K) [application/zip]
Saving to: ‘PharoVM-8.4.0-fecd981-linux64-include.zip’

     0K .......... .......... .......... .......... .......... 91% 1.46M 0s
    50K ....                                                  100% 64.6M=0.03s

2020-06-18 13:05:29 (1.59 MB/s) - ‘PharoVM-8.4.0-fecd981-linux64-include.zip’ saved [56126/56126]

Archive:  PharoVM-8.4.0-fecd981-linux64-include.zip
   creating: include/
   creating: include/pharovm/
  inflating: include/pharovm/aioWin.h  
  inflating: include/pharovm/cogit.h  
  inflating: include/pharovm/cogmethod.h  
  inflating: include/pharovm/cointerp.h  
  inflating: include/pharovm/config.h  
  inflating: include/pharovm/debug.h  
  inflating: include/pharovm/dispdbg.h  
  inflating: include/pharovm/errorCode.h  
  inflating: include/pharovm/fileDialog.h  
  inflating: include/pharovm/imageAccess.h  
  inflating: include/pharovm/interp.h  
  inflating: include/pharovm/parameterVector.h  
  inflating: include/pharovm/parameters.h  
  inflating: include/pharovm/pathUtilities.h  
  inflating: include/pharovm/pharo.h  
  inflating: include/pharovm/pharoClient.h  
   creating: include/pharovm/semaphores/
  inflating: include/pharovm/semaphores/pSemaphore.h  
  inflating: include/pharovm/semaphores/platformSemaphore.h  
  inflating: include/pharovm/sq.h    
  inflating: include/pharovm/sqAssert.h  
  inflating: include/pharovm/sqAtomicOps.h  
  inflating: include/pharovm/sqCogStackAlignment.h  
  inflating: include/pharovm/sqConfig.h  
  inflating: include/pharovm/sqGnu.h  
  inflating: include/pharovm/sqMemoryAccess.h  
  inflating: include/pharovm/sqMemoryFence.h  
  inflating: include/pharovm/sqNamedPrims.h  
  inflating: include/pharovm/sqPlatformSpecific.h  
  inflating: include/pharovm/sqUnixCharConv.h  
  inflating: include/pharovm/sqVirtualMachine.h  
  inflating: include/pharovm/sqaio.h  
  inflating: include/pharovm/stringUtilities.h  
  inflating: include/pharovm/vmCallback.h  
[ 27%] Obtaining Pharo VM Headers
[ 27%] Built target vmIncludes
Scanning dependencies of target libFFI
[ 30%] Copying of Libffi
[ 30%] Built target libFFI
Scanning dependencies of target PThreadedPlugin
[ 33%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/functionDefinitionPrimitives.c.o
[ 36%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/primitiveUtils.c.o
[ 38%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/PThreadedPlugin.c.o
[ 41%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/types.c.o
[ 44%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/typesPrimitives.c.o
[ 47%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/utils.c.o
[ 50%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/primitiveCalls.c.o
[ 52%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/callbacks/callbackPrimitives.c.o
[ 55%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/callbacks/callbacks.c.o
[ 58%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/queue/threadSafeQueue.c.o
[ 61%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/sameThread/sameThread.c.o
[ 63%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/semaphores/pharoSemaphore.c.o
[ 66%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/semaphores/platformSemaphore.c.o
[ 69%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/semaphores/semaphore.c.o
[ 72%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/worker/worker.c.o
/builds/workspace/threadedFFI-plugin_obs/plugin/src/worker/worker.c: In function ‘worker_newSpawning’:
/builds/workspace/threadedFFI-plugin_obs/plugin/src/worker/worker.c:80:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     worker->selfThread = NULL;
                        ^
[ 75%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/worker/workerPrimitives.c.o
[ 77%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/worker/workerTask.c.o
[ 80%] Linking C shared library build/bin/libPThreadedPlugin.so
[ 80%] Built target PThreadedPlugin
Scanning dependencies of target TestLibrary
[ 83%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/basic_types.c.o
[ 86%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/callback_types.c.o
[ 88%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/callbacks.c.o
[ 91%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/callout.c.o
[ 94%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/registerCallback.c.o
[ 97%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/structures.c.o
[100%] Linking C shared library build/bin/libTestLibrary.so
[100%] Built target TestLibrary
Install the project...
-- Install configuration: ""
-- Installing: /builds/workspace/threadedFFI-plugin_obs/build/dist/./
-- Installing: /builds/workspace/threadedFFI-plugin_obs/build/dist/.//libPThreadedPlugin.so
-- Installing: /builds/workspace/threadedFFI-plugin_obs/build/dist/.//libffi.so.7
-- Installing: /builds/workspace/threadedFFI-plugin_obs/build/dist/.//libTestLibrary.so
-- Installing: /builds/workspace/threadedFFI-plugin_obs/build/dist/.//libffi.so
-- Installing: /builds/workspace/threadedFFI-plugin_obs/build/dist/.//libffi.so.7.1.0