Skip to content

Instantly share code, notes, and snippets.

@msmollin
Created July 26, 2016 13:02
Show Gist options
  • Save msmollin/8165a2ba3c99b2b1777aab3e524a0022 to your computer and use it in GitHub Desktop.
Save msmollin/8165a2ba3c99b2b1777aab3e524a0022 to your computer and use it in GitHub Desktop.
administrator@kitura-test:~/lib-dispatch$ git clone --recursive -b experimental/foundation https://github.com/apple/swift-corelibs-libdispatch.git && cd swift-corelibs-libdispatch && sh ./autogen.sh && ./configure --with-swift-toolchain=/home/administrator/swift/usr --prefix=/home/administrator/swift/usr && make && make install
Cloning into 'swift-corelibs-libdispatch'...
remote: Counting objects: 1587, done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 1587 (delta 11), reused 0 (delta 0), pack-reused 1557
Receiving objects: 100% (1587/1587), 1.20 MiB | 0 bytes/s, done.
Resolving deltas: 100% (983/983), done.
Checking connectivity... done.
Submodule 'libkqueue' (https://github.com/ianpartridge/libkqueue.git) registered for path 'libkqueue'
Submodule 'libpwq' (https://github.com/mheily/libpwq.git) registered for path 'libpwq'
Cloning into 'libkqueue'...
remote: Counting objects: 4255, done.
remote: Total 4255 (delta 0), reused 0 (delta 0), pack-reused 4255
Receiving objects: 100% (4255/4255), 974.84 KiB | 0 bytes/s, done.
Resolving deltas: 100% (2879/2879), done.
Checking connectivity... done.
Submodule path 'libkqueue': checked out 'cae21617e4bba19ce910cdee1721fe8dc611b353'
Cloning into 'libpwq'...
remote: Counting objects: 1650, done.
remote: Total 1650 (delta 0), reused 0 (delta 0), pack-reused 1650
Receiving objects: 100% (1650/1650), 456.26 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1007/1007), done.
Checking connectivity... done.
Submodule path 'libpwq': checked out 'e16bcd6c4b4df3fd85939a981baf94b30968a1ba'
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory libkqueue to autoreconf
autoreconf: Entering directory `libkqueue'
autoreconf: running: aclocal --force
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:5: installing './compile'
configure.ac:5: installing './config.guess'
configure.ac:5: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory `libkqueue'
autoreconf: configure.ac: adding subdirectory libpwq to autoreconf
autoreconf: Entering directory `libpwq'
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `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'
configure.ac:6: installing './compile'
configure.ac:6: installing './config.guess'
configure.ac:6: installing './config.sub'
configure.ac:7: installing './install-sh'
configure.ac:7: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory `libpwq'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
libtoolize: copying file `config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `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'
configure.ac:14: installing 'config/compile'
configure.ac:128: installing 'config/config.guess'
configure.ac:128: installing 'config/config.sub'
configure.ac:127: installing 'config/install-sh'
configure.ac:127: installing 'config/missing'
parallel-tests: installing 'config/test-driver'
tests/Makefile.am:145: warning: variable 'dispatch_group_LDADD' is defined but no program or
tests/Makefile.am:145: library has 'dispatch_group' as canonical name (possible typo)
tests/Makefile.am:144: warning: variable 'dispatch_timer_short_LDADD' is defined but no program or
tests/Makefile.am:144: library has 'dispatch_timer_short' as canonical name (possible typo)
autoreconf: Leaving directory `.'
checking whether to enable maintainer-specific portions of Makefiles... no
checking for clang... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for clang++... clang++
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for clang... clang
checking whether we are using the GNU Objective C compiler... yes
checking whether clang accepts -g... yes
checking for clang++... clang++
checking whether we are using the GNU Objective C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for System.framework/PrivateHeaders... no
checking for ld.gold... true
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by clang... /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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-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 clang object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang 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... no
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /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 clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ 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 for mig... no
checking for dtrace... no
checking for leaks... no
checking for gcc atomic builtins... yes
checking for library containing clock_gettime... none required
checking for library containing pthread_create... -lpthread
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for strlcpy... no
checking for BSD_OVERLAY... yes
checking for getprogname... no
checking for BSD_OVERLAY... yes
checking for ANSI C header files... (cached) yes
checking TargetConditionals.h usability... no
checking TargetConditionals.h presence... no
checking for TargetConditionals.h... no
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking libkern/OSCrossEndian.h usability... no
checking libkern/OSCrossEndian.h presence... no
checking for libkern/OSCrossEndian.h... no
checking libkern/OSAtomic.h usability... no
checking libkern/OSAtomic.h presence... no
checking for libkern/OSAtomic.h... no
checking sys/guarded.h usability... no
checking sys/guarded.h presence... no
checking for sys/guarded.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking pthread_machdep.h usability... no
checking pthread_machdep.h presence... no
checking for pthread_machdep.h... no
checking pthread/qos.h usability... no
checking pthread/qos.h presence... no
checking for pthread/qos.h... no
checking for libproc_internal.h... no
checking for pthread_workqueue_setdispatch_np... no
checking for _pthread_workqueue_init... no
checking CoreFoundation/CoreFoundation.h usability... no
checking CoreFoundation/CoreFoundation.h presence... no
checking for CoreFoundation/CoreFoundation.h... no
checking how to run the Objective C preprocessor... clang -E
checking Foundation/Foundation.h usability... no
checking Foundation/Foundation.h presence... no
checking for Foundation/Foundation.h... no
checking for objc/objc-internal.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking whether CLOCK_UPTIME is declared... no
checking whether CLOCK_MONOTONIC is declared... yes
checking whether NOTE_NONE is declared... no
checking whether NOTE_REAP is declared... no
checking whether NOTE_SIGNAL is declared... no
checking whether FD_COPY is declared... no
checking whether SIGEMT is declared... no
checking whether VQ_UPDATE is declared... no
checking whether VQ_VERYLOWDISK is declared... no
checking whether program_invocation_short_name is declared... yes
checking for pthread_key_init_np... no
checking for pthread_main_np... no
checking for mach_absolute_time... no
checking for malloc_create_zone... no
checking for sysconf... yes
checking whether POSIX_SPAWN_START_SUSPENDED is declared... no
checking for sem_init... yes
checking linux/futex.h usability... yes
checking linux/futex.h presence... yes
checking for linux/futex.h... yes
checking what semaphore type to use... Futex semaphores
checking for sys/cdefs.h... yes
checking for C Blocks support... -fblocks
checking whether additional libraries are required for the Blocks runtime... -lBlocksRuntime
checking for C++ Blocks support... -fblocks
checking whether additional libraries are required for the Blocks runtime... no
checking for -fvisibility=hidden... yes
checking for -momit-leaf-frame-pointer... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dispatch/Makefile
config.status: creating man/Makefile
config.status: creating os/Makefile
config.status: creating private/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating config/config.h
config.status: linking .//private to tests/dispatch
config.status: linking tests/leaks-wrapper.sh to tests/leaks-wrapper
config.status: executing libtool commands
=== configuring in libkqueue (/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libkqueue)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/administrator/swift/usr' '--disable-libpwq-install' '--disable-libkqueue-install' '--with-swift-toolchain=/home/administrator/swift/usr' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
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 gcc... /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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-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 for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... 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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc 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 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 whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking whether EPOLLRDHUP is declared... yes
checking whether ppoll is declared... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking sys/signalfd.h usability... yes
checking sys/signalfd.h presence... yes
checking for sys/signalfd.h... yes
checking sys/timerfd.h usability... yes
checking sys/timerfd.h presence... yes
checking for sys/timerfd.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libkqueue.pc
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
=== configuring in libpwq (/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libpwq)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/administrator/swift/usr' '--disable-libpwq-install' '--disable-libkqueue-install' '--with-swift-toolchain=/home/administrator/swift/usr' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
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 gcc... /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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-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 for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... 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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc 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 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 whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
Making all in dispatch
make[1]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/dispatch'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/dispatch'
Making all in libpwq
make[1]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libpwq'
make all-am
make[2]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libpwq'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/libpthread_workqueue_la-api.lo -MD -MP -MF src/.deps/libpthread_workqueue_la-api.Tpo -c -o src/libpthread_workqueue_la-api.lo `test -f 'src/api.c' || echo './'`src/api.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/libpthread_workqueue_la-api.lo -MD -MP -MF src/.deps/libpthread_workqueue_la-api.Tpo -c src/api.c -fPIC -DPIC -o src/.libs/libpthread_workqueue_la-api.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/libpthread_workqueue_la-api.lo -MD -MP -MF src/.deps/libpthread_workqueue_la-api.Tpo -c src/api.c -o src/libpthread_workqueue_la-api.o >/dev/null 2>&1
mv -f src/.deps/libpthread_workqueue_la-api.Tpo src/.deps/libpthread_workqueue_la-api.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/libpthread_workqueue_la-witem_cache.lo -MD -MP -MF src/.deps/libpthread_workqueue_la-witem_cache.Tpo -c -o src/libpthread_workqueue_la-witem_cache.lo `test -f 'src/witem_cache.c' || echo './'`src/witem_cache.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/libpthread_workqueue_la-witem_cache.lo -MD -MP -MF src/.deps/libpthread_workqueue_la-witem_cache.Tpo -c src/witem_cache.c -fPIC -DPIC -o src/.libs/libpthread_workqueue_la-witem_cache.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/libpthread_workqueue_la-witem_cache.lo -MD -MP -MF src/.deps/libpthread_workqueue_la-witem_cache.Tpo -c src/witem_cache.c -o src/libpthread_workqueue_la-witem_cache.o >/dev/null 2>&1
mv -f src/.deps/libpthread_workqueue_la-witem_cache.Tpo src/.deps/libpthread_workqueue_la-witem_cache.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/posix/libpthread_workqueue_la-manager.lo -MD -MP -MF src/posix/.deps/libpthread_workqueue_la-manager.Tpo -c -o src/posix/libpthread_workqueue_la-manager.lo `test -f 'src/posix/manager.c' || echo './'`src/posix/manager.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/posix/libpthread_workqueue_la-manager.lo -MD -MP -MF src/posix/.deps/libpthread_workqueue_la-manager.Tpo -c src/posix/manager.c -fPIC -DPIC -o src/posix/.libs/libpthread_workqueue_la-manager.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/posix/libpthread_workqueue_la-manager.lo -MD -MP -MF src/posix/.deps/libpthread_workqueue_la-manager.Tpo -c src/posix/manager.c -o src/posix/libpthread_workqueue_la-manager.o >/dev/null 2>&1
mv -f src/posix/.deps/libpthread_workqueue_la-manager.Tpo src/posix/.deps/libpthread_workqueue_la-manager.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/posix/libpthread_workqueue_la-thread_info.lo -MD -MP -MF src/posix/.deps/libpthread_workqueue_la-thread_info.Tpo -c -o src/posix/libpthread_workqueue_la-thread_info.lo `test -f 'src/posix/thread_info.c' || echo './'`src/posix/thread_info.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/posix/libpthread_workqueue_la-thread_info.lo -MD -MP -MF src/posix/.deps/libpthread_workqueue_la-thread_info.Tpo -c src/posix/thread_info.c -fPIC -DPIC -o src/posix/.libs/libpthread_workqueue_la-thread_info.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/posix/libpthread_workqueue_la-thread_info.lo -MD -MP -MF src/posix/.deps/libpthread_workqueue_la-thread_info.Tpo -c src/posix/thread_info.c -o src/posix/libpthread_workqueue_la-thread_info.o >/dev/null 2>&1
mv -f src/posix/.deps/libpthread_workqueue_la-thread_info.Tpo src/posix/.deps/libpthread_workqueue_la-thread_info.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/posix/libpthread_workqueue_la-thread_rt.lo -MD -MP -MF src/posix/.deps/libpthread_workqueue_la-thread_rt.Tpo -c -o src/posix/libpthread_workqueue_la-thread_rt.lo `test -f 'src/posix/thread_rt.c' || echo './'`src/posix/thread_rt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/posix/libpthread_workqueue_la-thread_rt.lo -MD -MP -MF src/posix/.deps/libpthread_workqueue_la-thread_rt.Tpo -c src/posix/thread_rt.c -fPIC -DPIC -o src/posix/.libs/libpthread_workqueue_la-thread_rt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/posix/libpthread_workqueue_la-thread_rt.lo -MD -MP -MF src/posix/.deps/libpthread_workqueue_la-thread_rt.Tpo -c src/posix/thread_rt.c -o src/posix/libpthread_workqueue_la-thread_rt.o >/dev/null 2>&1
mv -f src/posix/.deps/libpthread_workqueue_la-thread_rt.Tpo src/posix/.deps/libpthread_workqueue_la-thread_rt.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/linux/libpthread_workqueue_la-load.lo -MD -MP -MF src/linux/.deps/libpthread_workqueue_la-load.Tpo -c -o src/linux/libpthread_workqueue_la-load.lo `test -f 'src/linux/load.c' || echo './'`src/linux/load.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/linux/libpthread_workqueue_la-load.lo -MD -MP -MF src/linux/.deps/libpthread_workqueue_la-load.Tpo -c src/linux/load.c -fPIC -DPIC -o src/linux/.libs/libpthread_workqueue_la-load.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/linux/libpthread_workqueue_la-load.lo -MD -MP -MF src/linux/.deps/libpthread_workqueue_la-load.Tpo -c src/linux/load.c -o src/linux/libpthread_workqueue_la-load.o >/dev/null 2>&1
mv -f src/linux/.deps/libpthread_workqueue_la-load.Tpo src/linux/.deps/libpthread_workqueue_la-load.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/linux/libpthread_workqueue_la-thread_info.lo -MD -MP -MF src/linux/.deps/libpthread_workqueue_la-thread_info.Tpo -c -o src/linux/libpthread_workqueue_la-thread_info.lo `test -f 'src/linux/thread_info.c' || echo './'`src/linux/thread_info.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/linux/libpthread_workqueue_la-thread_info.lo -MD -MP -MF src/linux/.deps/libpthread_workqueue_la-thread_info.Tpo -c src/linux/thread_info.c -fPIC -DPIC -o src/linux/.libs/libpthread_workqueue_la-thread_info.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/linux/libpthread_workqueue_la-thread_info.lo -MD -MP -MF src/linux/.deps/libpthread_workqueue_la-thread_info.Tpo -c src/linux/thread_info.c -o src/linux/libpthread_workqueue_la-thread_info.o >/dev/null 2>&1
mv -f src/linux/.deps/libpthread_workqueue_la-thread_info.Tpo src/linux/.deps/libpthread_workqueue_la-thread_info.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/linux/libpthread_workqueue_la-thread_rt.lo -MD -MP -MF src/linux/.deps/libpthread_workqueue_la-thread_rt.Tpo -c -o src/linux/libpthread_workqueue_la-thread_rt.lo `test -f 'src/linux/thread_rt.c' || echo './'`src/linux/thread_rt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/linux/libpthread_workqueue_la-thread_rt.lo -MD -MP -MF src/linux/.deps/libpthread_workqueue_la-thread_rt.Tpo -c src/linux/thread_rt.c -fPIC -DPIC -o src/linux/.libs/libpthread_workqueue_la-thread_rt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -MT src/linux/libpthread_workqueue_la-thread_rt.lo -MD -MP -MF src/linux/.deps/libpthread_workqueue_la-thread_rt.Tpo -c src/linux/thread_rt.c -o src/linux/libpthread_workqueue_la-thread_rt.o >/dev/null 2>&1
mv -f src/linux/.deps/libpthread_workqueue_la-thread_rt.Tpo src/linux/.deps/libpthread_workqueue_la-thread_rt.Plo
/bin/bash ./libtool --tag=CC --mode=link gcc -I./include -I./src -Wall -Wextra -Werror -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE -std=c99 -fvisibility=hidden -g -O2 -o libpthread_workqueue.la src/libpthread_workqueue_la-api.lo src/libpthread_workqueue_la-witem_cache.lo src/posix/libpthread_workqueue_la-manager.lo src/posix/libpthread_workqueue_la-thread_info.lo src/posix/libpthread_workqueue_la-thread_rt.lo src/linux/libpthread_workqueue_la-load.lo src/linux/libpthread_workqueue_la-thread_info.lo src/linux/libpthread_workqueue_la-thread_rt.lo -lpthread -lrt
copying selected object files to avoid basename conflicts...
libtool: link: ln src/linux/.libs/libpthread_workqueue_la-thread_info.o .libs/libpthread_workqueue.lax/lt1-libpthread_workqueue_la-thread_info.o || cp src/linux/.libs/libpthread_workqueue_la-thread_info.o .libs/libpthread_workqueue.lax/lt1-libpthread_workqueue_la-thread_info.o
libtool: link: ln src/linux/.libs/libpthread_workqueue_la-thread_rt.o .libs/libpthread_workqueue.lax/lt2-libpthread_workqueue_la-thread_rt.o || cp src/linux/.libs/libpthread_workqueue_la-thread_rt.o .libs/libpthread_workqueue.lax/lt2-libpthread_workqueue_la-thread_rt.o
libtool: link: ar cru .libs/libpthread_workqueue.a src/.libs/libpthread_workqueue_la-api.o src/.libs/libpthread_workqueue_la-witem_cache.o src/posix/.libs/libpthread_workqueue_la-manager.o src/posix/.libs/libpthread_workqueue_la-thread_info.o src/posix/.libs/libpthread_workqueue_la-thread_rt.o src/linux/.libs/libpthread_workqueue_la-load.o .libs/libpthread_workqueue.lax/lt1-libpthread_workqueue_la-thread_info.o .libs/libpthread_workqueue.lax/lt2-libpthread_workqueue_la-thread_rt.o
libtool: link: ranlib .libs/libpthread_workqueue.a
libtool: link: rm -fr .libs/libpthread_workqueue.lax
libtool: link: ( cd ".libs" && rm -f "libpthread_workqueue.la" && ln -s "../libpthread_workqueue.la" "libpthread_workqueue.la" )
make[2]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libpwq'
make[1]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libpwq'
Making all in libkqueue
make[1]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libkqueue'
make all-am
make[2]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libkqueue'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-filter.lo -MD -MP -MF src/common/.deps/libkqueue_la-filter.Tpo -c -o src/common/libkqueue_la-filter.lo `test -f 'src/common/filter.c' || echo './'`src/common/filter.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-filter.lo -MD -MP -MF src/common/.deps/libkqueue_la-filter.Tpo -c src/common/filter.c -fPIC -DPIC -o src/common/.libs/libkqueue_la-filter.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-filter.lo -MD -MP -MF src/common/.deps/libkqueue_la-filter.Tpo -c src/common/filter.c -o src/common/libkqueue_la-filter.o >/dev/null 2>&1
mv -f src/common/.deps/libkqueue_la-filter.Tpo src/common/.deps/libkqueue_la-filter.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-knote.lo -MD -MP -MF src/common/.deps/libkqueue_la-knote.Tpo -c -o src/common/libkqueue_la-knote.lo `test -f 'src/common/knote.c' || echo './'`src/common/knote.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-knote.lo -MD -MP -MF src/common/.deps/libkqueue_la-knote.Tpo -c src/common/knote.c -fPIC -DPIC -o src/common/.libs/libkqueue_la-knote.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-knote.lo -MD -MP -MF src/common/.deps/libkqueue_la-knote.Tpo -c src/common/knote.c -o src/common/libkqueue_la-knote.o >/dev/null 2>&1
mv -f src/common/.deps/libkqueue_la-knote.Tpo src/common/.deps/libkqueue_la-knote.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-map.lo -MD -MP -MF src/common/.deps/libkqueue_la-map.Tpo -c -o src/common/libkqueue_la-map.lo `test -f 'src/common/map.c' || echo './'`src/common/map.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-map.lo -MD -MP -MF src/common/.deps/libkqueue_la-map.Tpo -c src/common/map.c -fPIC -DPIC -o src/common/.libs/libkqueue_la-map.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-map.lo -MD -MP -MF src/common/.deps/libkqueue_la-map.Tpo -c src/common/map.c -o src/common/libkqueue_la-map.o >/dev/null 2>&1
mv -f src/common/.deps/libkqueue_la-map.Tpo src/common/.deps/libkqueue_la-map.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-kevent.lo -MD -MP -MF src/common/.deps/libkqueue_la-kevent.Tpo -c -o src/common/libkqueue_la-kevent.lo `test -f 'src/common/kevent.c' || echo './'`src/common/kevent.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-kevent.lo -MD -MP -MF src/common/.deps/libkqueue_la-kevent.Tpo -c src/common/kevent.c -fPIC -DPIC -o src/common/.libs/libkqueue_la-kevent.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-kevent.lo -MD -MP -MF src/common/.deps/libkqueue_la-kevent.Tpo -c src/common/kevent.c -o src/common/libkqueue_la-kevent.o >/dev/null 2>&1
mv -f src/common/.deps/libkqueue_la-kevent.Tpo src/common/.deps/libkqueue_la-kevent.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-kqueue.lo -MD -MP -MF src/common/.deps/libkqueue_la-kqueue.Tpo -c -o src/common/libkqueue_la-kqueue.lo `test -f 'src/common/kqueue.c' || echo './'`src/common/kqueue.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-kqueue.lo -MD -MP -MF src/common/.deps/libkqueue_la-kqueue.Tpo -c src/common/kqueue.c -fPIC -DPIC -o src/common/.libs/libkqueue_la-kqueue.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/common/libkqueue_la-kqueue.lo -MD -MP -MF src/common/.deps/libkqueue_la-kqueue.Tpo -c src/common/kqueue.c -o src/common/libkqueue_la-kqueue.o >/dev/null 2>&1
mv -f src/common/.deps/libkqueue_la-kqueue.Tpo src/common/.deps/libkqueue_la-kqueue.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/posix/libkqueue_la-platform.lo -MD -MP -MF src/posix/.deps/libkqueue_la-platform.Tpo -c -o src/posix/libkqueue_la-platform.lo `test -f 'src/posix/platform.c' || echo './'`src/posix/platform.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/posix/libkqueue_la-platform.lo -MD -MP -MF src/posix/.deps/libkqueue_la-platform.Tpo -c src/posix/platform.c -fPIC -DPIC -o src/posix/.libs/libkqueue_la-platform.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/posix/libkqueue_la-platform.lo -MD -MP -MF src/posix/.deps/libkqueue_la-platform.Tpo -c src/posix/platform.c -o src/posix/libkqueue_la-platform.o >/dev/null 2>&1
mv -f src/posix/.deps/libkqueue_la-platform.Tpo src/posix/.deps/libkqueue_la-platform.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-platform.lo -MD -MP -MF src/linux/.deps/libkqueue_la-platform.Tpo -c -o src/linux/libkqueue_la-platform.lo `test -f 'src/linux/platform.c' || echo './'`src/linux/platform.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-platform.lo -MD -MP -MF src/linux/.deps/libkqueue_la-platform.Tpo -c src/linux/platform.c -fPIC -DPIC -o src/linux/.libs/libkqueue_la-platform.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-platform.lo -MD -MP -MF src/linux/.deps/libkqueue_la-platform.Tpo -c src/linux/platform.c -o src/linux/libkqueue_la-platform.o >/dev/null 2>&1
mv -f src/linux/.deps/libkqueue_la-platform.Tpo src/linux/.deps/libkqueue_la-platform.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-read.lo -MD -MP -MF src/linux/.deps/libkqueue_la-read.Tpo -c -o src/linux/libkqueue_la-read.lo `test -f 'src/linux/read.c' || echo './'`src/linux/read.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-read.lo -MD -MP -MF src/linux/.deps/libkqueue_la-read.Tpo -c src/linux/read.c -fPIC -DPIC -o src/linux/.libs/libkqueue_la-read.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-read.lo -MD -MP -MF src/linux/.deps/libkqueue_la-read.Tpo -c src/linux/read.c -o src/linux/libkqueue_la-read.o >/dev/null 2>&1
mv -f src/linux/.deps/libkqueue_la-read.Tpo src/linux/.deps/libkqueue_la-read.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-write.lo -MD -MP -MF src/linux/.deps/libkqueue_la-write.Tpo -c -o src/linux/libkqueue_la-write.lo `test -f 'src/linux/write.c' || echo './'`src/linux/write.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-write.lo -MD -MP -MF src/linux/.deps/libkqueue_la-write.Tpo -c src/linux/write.c -fPIC -DPIC -o src/linux/.libs/libkqueue_la-write.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-write.lo -MD -MP -MF src/linux/.deps/libkqueue_la-write.Tpo -c src/linux/write.c -o src/linux/libkqueue_la-write.o >/dev/null 2>&1
mv -f src/linux/.deps/libkqueue_la-write.Tpo src/linux/.deps/libkqueue_la-write.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-user.lo -MD -MP -MF src/linux/.deps/libkqueue_la-user.Tpo -c -o src/linux/libkqueue_la-user.lo `test -f 'src/linux/user.c' || echo './'`src/linux/user.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-user.lo -MD -MP -MF src/linux/.deps/libkqueue_la-user.Tpo -c src/linux/user.c -fPIC -DPIC -o src/linux/.libs/libkqueue_la-user.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-user.lo -MD -MP -MF src/linux/.deps/libkqueue_la-user.Tpo -c src/linux/user.c -o src/linux/libkqueue_la-user.o >/dev/null 2>&1
mv -f src/linux/.deps/libkqueue_la-user.Tpo src/linux/.deps/libkqueue_la-user.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-vnode.lo -MD -MP -MF src/linux/.deps/libkqueue_la-vnode.Tpo -c -o src/linux/libkqueue_la-vnode.lo `test -f 'src/linux/vnode.c' || echo './'`src/linux/vnode.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-vnode.lo -MD -MP -MF src/linux/.deps/libkqueue_la-vnode.Tpo -c src/linux/vnode.c -fPIC -DPIC -o src/linux/.libs/libkqueue_la-vnode.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-vnode.lo -MD -MP -MF src/linux/.deps/libkqueue_la-vnode.Tpo -c src/linux/vnode.c -o src/linux/libkqueue_la-vnode.o >/dev/null 2>&1
mv -f src/linux/.deps/libkqueue_la-vnode.Tpo src/linux/.deps/libkqueue_la-vnode.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-signal.lo -MD -MP -MF src/linux/.deps/libkqueue_la-signal.Tpo -c -o src/linux/libkqueue_la-signal.lo `test -f 'src/linux/signal.c' || echo './'`src/linux/signal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-signal.lo -MD -MP -MF src/linux/.deps/libkqueue_la-signal.Tpo -c src/linux/signal.c -fPIC -DPIC -o src/linux/.libs/libkqueue_la-signal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-signal.lo -MD -MP -MF src/linux/.deps/libkqueue_la-signal.Tpo -c src/linux/signal.c -o src/linux/libkqueue_la-signal.o >/dev/null 2>&1
mv -f src/linux/.deps/libkqueue_la-signal.Tpo src/linux/.deps/libkqueue_la-signal.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-timer.lo -MD -MP -MF src/linux/.deps/libkqueue_la-timer.Tpo -c -o src/linux/libkqueue_la-timer.lo `test -f 'src/linux/timer.c' || echo './'`src/linux/timer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-timer.lo -MD -MP -MF src/linux/.deps/libkqueue_la-timer.Tpo -c src/linux/timer.c -fPIC -DPIC -o src/linux/.libs/libkqueue_la-timer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -MT src/linux/libkqueue_la-timer.lo -MD -MP -MF src/linux/.deps/libkqueue_la-timer.Tpo -c src/linux/timer.c -o src/linux/libkqueue_la-timer.o >/dev/null 2>&1
mv -f src/linux/.deps/libkqueue_la-timer.Tpo src/linux/.deps/libkqueue_la-timer.Plo
/bin/bash ./libtool --tag=CC --mode=link gcc -I./src/common -I./include -Wall -Wextra -Wno-missing-field-initializers -Werror -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -fvisibility=hidden -g -O2 -o libkqueue.la src/common/libkqueue_la-filter.lo src/common/libkqueue_la-knote.lo src/common/libkqueue_la-map.lo src/common/libkqueue_la-kevent.lo src/common/libkqueue_la-kqueue.lo src/posix/libkqueue_la-platform.lo src/linux/libkqueue_la-platform.lo src/linux/libkqueue_la-read.lo src/linux/libkqueue_la-write.lo src/linux/libkqueue_la-user.lo src/linux/libkqueue_la-vnode.lo src/linux/libkqueue_la-signal.lo src/linux/libkqueue_la-timer.lo -lpthread -lrt
copying selected object files to avoid basename conflicts...
libtool: link: ln src/linux/.libs/libkqueue_la-platform.o .libs/libkqueue.lax/lt1-libkqueue_la-platform.o || cp src/linux/.libs/libkqueue_la-platform.o .libs/libkqueue.lax/lt1-libkqueue_la-platform.o
libtool: link: ar cru .libs/libkqueue.a src/common/.libs/libkqueue_la-filter.o src/common/.libs/libkqueue_la-knote.o src/common/.libs/libkqueue_la-map.o src/common/.libs/libkqueue_la-kevent.o src/common/.libs/libkqueue_la-kqueue.o src/posix/.libs/libkqueue_la-platform.o .libs/libkqueue.lax/lt1-libkqueue_la-platform.o src/linux/.libs/libkqueue_la-read.o src/linux/.libs/libkqueue_la-write.o src/linux/.libs/libkqueue_la-user.o src/linux/.libs/libkqueue_la-vnode.o src/linux/.libs/libkqueue_la-signal.o src/linux/.libs/libkqueue_la-timer.o
libtool: link: ranlib .libs/libkqueue.a
libtool: link: rm -fr .libs/libkqueue.lax
libtool: link: ( cd ".libs" && rm -f "libkqueue.la" && ln -s "../libkqueue.la" "libkqueue.la" )
make[2]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libkqueue'
make[1]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/libkqueue'
Making all in man
make[1]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/man'
Making all in os
make[1]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/os'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/os'
Making all in private
make[1]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/private'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/private'
Making all in src
make[1]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/src'
make all-am
make[2]: Entering directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/src'
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o allocator.lo allocator.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c allocator.c -fPIC -DPIC -o .libs/allocator.o
In file included from allocator.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from allocator.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from allocator.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from allocator.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o apply.lo apply.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c apply.c -fPIC -DPIC -o .libs/apply.o
In file included from apply.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from apply.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from apply.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from apply.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o benchmark.lo benchmark.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c benchmark.c -fPIC -DPIC -o .libs/benchmark.o
In file included from benchmark.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from benchmark.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from benchmark.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from benchmark.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o data.lo data.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c data.c -fPIC -DPIC -o .libs/data.o
In file included from data.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from data.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from data.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from data.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o introspection.lo introspection.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c introspection.c -fPIC -DPIC -o .libs/introspection.o
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o init.lo init.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
In file included from init.c:24:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from init.c:24:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from init.c:24:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from init.c:24:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o io.lo io.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c io.c -fPIC -DPIC -o .libs/io.o
In file included from io.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from io.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from io.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from io.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o object.lo object.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c object.c -fPIC -DPIC -o .libs/object.o
In file included from object.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from object.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from object.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from object.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o once.lo once.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c once.c -fPIC -DPIC -o .libs/once.o
In file included from once.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from once.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from once.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from once.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o queue.lo queue.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c queue.c -fPIC -DPIC -o .libs/queue.o
In file included from queue.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from queue.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from queue.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from queue.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o semaphore.lo semaphore.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c semaphore.c -fPIC -DPIC -o .libs/semaphore.o
In file included from semaphore.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from semaphore.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from semaphore.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from semaphore.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o source.lo source.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c source.c -fPIC -DPIC -o .libs/source.o
In file included from source.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from source.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from source.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from source.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o time.lo time.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c time.c -fPIC -DPIC -o .libs/time.o
In file included from time.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from time.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from time.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from time.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o transform.lo transform.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c transform.c -fPIC -DPIC -o .libs/transform.o
In file included from transform.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from transform.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from transform.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from transform.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o voucher.lo voucher.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c voucher.c -fPIC -DPIC -o .libs/voucher.o
In file included from voucher.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from voucher.c:21:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from voucher.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from voucher.c:21:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o shims/linux_stubs.lo shims/linux_stubs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c shims/linux_stubs.c -fPIC -DPIC -o shims/.libs/linux_stubs.o
In file included from shims/linux_stubs.c:32:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from shims/linux_stubs.c:32:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from shims/linux_stubs.c:32:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from shims/linux_stubs.c:32:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
4 warnings generated.
/bin/bash ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -std=gnu++11 -fno-exceptions -g -O2 -c -o libdispatch_la-block.lo `test -f 'block.cpp' || echo './'`block.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -std=gnu++11 -fno-exceptions -g -O2 -c block.cpp -fPIC -DPIC -o .libs/libdispatch_la-block.o
In file included from block.cpp:32:
In file included from ./internal.h:90:
In file included from ../os/object.h:30:
../os/linux_base.h:63:9: warning: empty struct has size 0 in C, size 1 in C++
[-Wextern-c-compat]
typedef struct
^
In file included from block.cpp:32:
In file included from ./internal.h:94:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from block.cpp:32:
In file included from ./internal.h:94:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from block.cpp:32:
In file included from ./internal.h:143:
../private/voucher_private.h:249:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL3 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from block.cpp:32:
In file included from ./internal.h:143:
../private/voucher_private.h:332:1: warning: '__ns_returns_retained__' attribute
only applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL5 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
5 warnings generated.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c -o swift/swift_wrappers.lo swift/swift_wrappers.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../config -I.. -I.. -I../private -I../os -DDISPATCH_USE_DTRACE=0 -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -g -O2 -c swift/swift_wrappers.c -fPIC -DPIC -o swift/.libs/swift_wrappers.o
In file included from swift/swift_wrappers.c:13:
In file included from ../dispatch/dispatch.h:57:
../dispatch/block.h:166:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL2 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
In file included from swift/swift_wrappers.c:13:
In file included from ../dispatch/dispatch.h:57:
../dispatch/block.h:238:1: warning: '__ns_returns_retained__' attribute only
applies to functions that return an Objective-C object
[-Wignored-attributes]
DISPATCH_EXPORT DISPATCH_NONNULL4 DISPATCH_RETURNS_RETAINED_BLOCK
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../dispatch/base.h:98:25: note: expanded from macro 'DISPATCH_EXPORT'
#define DISPATCH_EXPORT extern __attribute__((visibility("default")))
^
2 warnings generated.
/home/administrator/swift/usr/bin/swiftc -Xcc -fmodule-map-file=/home/administrator/lib-dispatch/swift-corelibs-libdispatch/dispatch/module.map -I/home/administrator/lib-dispatch/swift-corelibs-libdispatch -parse-as-library -Xcc -fblocks -c -o /home/administrator/lib-dispatch/swift-corelibs-libdispatch/src/Dispatch.o /home/administrator/lib-dispatch/swift-corelibs-libdispatch/src/swift/Dispatch.swift
/home/administrator/swift/usr/bin/swiftc -Xcc -fmodule-map-file=/home/administrator/lib-dispatch/swift-corelibs-libdispatch/dispatch/module.map -I/home/administrator/lib-dispatch/swift-corelibs-libdispatch -parse-as-library -Xcc -fblocks -emit-module -emit-module-path /home/administrator/lib-dispatch/swift-corelibs-libdispatch/src/Dispatch.swiftmodule /home/administrator/lib-dispatch/swift-corelibs-libdispatch/src/swift/Dispatch.swift
/bin/bash ../libtool --tag=CXX --mode=link clang++ -I../libkqueue/include -I../libpwq/include -Wall -fvisibility=hidden -momit-leaf-frame-pointer -isystem /usr/include/bsd -DLIBBSD_OVERLAY -fblocks -std=gnu++11 -fno-exceptions -g -O2 -avoid-version -Xcompiler -fuse-ld=gold -o libdispatch.la -rpath /home/administrator/swift/usr/lib/swift/linux allocator.lo apply.lo benchmark.lo data.lo introspection.lo init.lo io.lo object.lo once.lo queue.lo semaphore.lo source.lo time.lo transform.lo voucher.lo shims/linux_stubs.lo libdispatch_la-block.lo swift/swift_wrappers.lo ../libkqueue/libkqueue.la ../libpwq/libpthread_workqueue.la -lbsd -L/home/administrator/swift/usr/lib/swift/linux -lswiftCore /home/administrator/lib-dispatch/swift-corelibs-libdispatch/src/Dispatch.o -lpthread -lBlocksRuntime
*** Warning: Linking the shared library libdispatch.la against the non-libtool
*** objects /home/administrator/lib-dispatch/swift-corelibs-libdispatch/src/Dispatch.o is not portable!
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/allocator.o .libs/apply.o .libs/benchmark.o .libs/data.o .libs/introspection.o .libs/init.o .libs/io.o .libs/object.o .libs/once.o .libs/queue.o .libs/semaphore.o .libs/source.o .libs/time.o .libs/transform.o .libs/voucher.o shims/.libs/linux_stubs.o .libs/libdispatch_la-block.o swift/.libs/swift_wrappers.o /home/administrator/lib-dispatch/swift-corelibs-libdispatch/src/Dispatch.o -Wl,--whole-archive ../libkqueue/.libs/libkqueue.a ../libpwq/.libs/libpthread_workqueue.a -Wl,--no-whole-archive -lrt -lbsd -L/home/administrator/swift/usr/lib/swift/linux -lswiftCore -lpthread -lBlocksRuntime -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -momit-leaf-frame-pointer -O2 -fuse-ld=gold -Wl,-soname -Wl,libdispatch.so -o .libs/libdispatch.so
/usr/bin/ld: /home/administrator/lib-dispatch/swift-corelibs-libdispatch/src/Dispatch.o: relocation R_X86_64_PC32 against protected symbol `_TMaC8Dispatch17dispatch_object_t' can not be used when making a shared object
/usr/bin/ld: final link failed: Bad value
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libdispatch.la] Error 1
make[2]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/administrator/lib-dispatch/swift-corelibs-libdispatch/src'
make: *** [all-recursive] Error 1
administrator@kitura-test:~/lib-dispatch/swift-corelibs-libdispatch$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment