Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 470806 Details for
Bug 616514
sys-cluster/gasnet-1.28.2 : gasnet_core.c:(.text+<snip>): undefined reference to `ibv_dereg_mr'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-cluster:gasnet-1.28.2:20170424-153024.log
sys-cluster:gasnet-1.28.2:20170424-153024.log (text/plain), 174.76 KB, created by
Toralf Förster
on 2017-04-24 17:10:25 UTC
(
hide
)
Description:
sys-cluster:gasnet-1.28.2:20170424-153024.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-04-24 17:10:25 UTC
Size:
174.76 KB
patch
obsolete
> * Package: sys-cluster/gasnet-1.28.2 > * Repository: gentoo > * Maintainer: junghans@gentoo.org cluster@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux threads userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking GASNet-1.28.2.tar.gz to /var/tmp/portage/sys-cluster/gasnet-1.28.2/work >>>> Source unpacked in /var/tmp/portage/sys-cluster/gasnet-1.28.2/work >>>> Preparing source in /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 ... > * Running eautoreconf in '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' ... > * Running aclocal -I other/plpa/config ... > [ ok ] > * This package has a configure.in file which has long been deprecated. Please > * update it to use configure.ac instead as newer versions of autotools will die > * when it finds this file. See https://bugs.gentoo.org/426262 for details. > * Running autoconf --force ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --foreign --force-missing ... > [ ok ] > * Running elibtoolize in: GASNet-1.28.2/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 ... > * econf: updating GASNet-1.28.2/config-aux/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating GASNet-1.28.2/config-aux/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/gasnet-1.28.2 --htmldir=/usr/share/doc/gasnet-1.28.2/html --libdir=/usr/lib64 --disable-mpi --enable-pthreads CC=x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC MPI_CC=mpicc -O2 -pipe -march=native -Wall -fPIC CXX=x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC >checking for good shell... yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking target system type... x86_64-pc-linux-gnu >checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking for pwd... /bin/pwd >checking autoconf version... 2.69 >checking for configure settings... >configure args: '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-dependency-tracking' '--disable-silent-rules' '--docdir=/usr/share/doc/gasnet-1.28.2' '--htmldir=/usr/share/doc/gasnet-1.28.2/html' '--libdir=/usr/lib64' '--disable-mpi' '--enable-pthreads' 'CC=x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC' 'MPI_CC=mpicc -O2 -pipe -march=native -Wall -fPIC' 'CXX=x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-O2 -pipe -march=native -Wall' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CXXFLAGS=-Werror=terminate -O2 -pipe -march=native' >configure: WARNING: configure cache_file setting got lost - you may need to run a fresh ./Bootstrap >TOP_SRCDIR: /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 >TOP_BUILDDIR: /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 >system info: mr-fox x86_64-pc-linux-gnu >build id: Mon Apr 24 17:30:55 CEST 2017 portage >checking for cached autoconf environment settings... "" >checking for gawk... (cached) gawk >checking for gmake... /usr/bin/gmake >checking for GNU make... GNU Make 4.2.1 >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >yes >checking for perl5... no >checking for perl... /usr/bin/perl >checking for perl version 5.005 or later... yes >checking for style of include used by make... GNU >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC understands -c and -o together... yes >checking dependency style of x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC... none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -E >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC >checking whether we are using the GNU C compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC option to accept ISO C89... (cached) none needed >checking whether x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC understands -c and -o together... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC... (cached) none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -E >checking for x86_64-pc-linux-gnu-gcc... /usr/bin/x86_64-pc-linux-gnu-gcc >checking for full path expansion of CPP... /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -E >checking for working C preprocessor... yes >checking for x86_64-pc-linux-gnu-gcc... /usr/bin/x86_64-pc-linux-gnu-gcc >checking for full path expansion of CC... /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC >checking for working C compiler... yes >checking if user enabled cross-compile... no >checking working C compiler executables... yes >checking whether ln -s works... yes >checking whether byte ordering is bigendian ... 0 >checking for mpcc_r... no >checking for C compiler family... GNU >checking for gcc version string... 6.3.0 >checking for known buggy compilers... ok >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 size of void *... 8 >checking for C compiler flag --param max-inline-insns-single=35000... yes >checking for C compiler flag --param max-inline-insns=100000... no/error: cc1: error: invalid --param name 'max-inline-insns' >checking for C compiler flag --param inline-unit-growth=10000... yes >checking for C compiler flag --param large-function-growth=200000... yes >checking for C compiler flag -Winline... yes >checking for buggy -Winline... buggy >checking for C compiler flag -Wno-unused... yes >checking for C compiler flag -Wunused... yes >checking for C compiler flag -Wno-unused-parameter... yes >checking for C compiler flag -Wunused-parameter... yes >checking for C compiler flag -Wno-address... yes >checking for C compiler flag -Waddress... yes >checking for buggy pthread.h mutex initializers... ok >checking for C compiler flag ... yes >checking for flags required for C99 subset compliance... none required >checking for working GASNet-required ISO C99 subset... yes >checking for libgcc link flags... -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0 -lgcc >checking for __restrict__ keyword... yes >checking for restrict qualifying typedefs... yes >checking C compiler for 32-bit __sync atomics support... yes >checking C compiler for 64-bit __sync atomics support... yes >checking C compiler for inline modifier... yes >checking C compiler for working 'static inline'... yes >checking for __attribute__((__always_inline__))... yes >checking for __attribute__((__noinline__))... yes >checking for __attribute__((__malloc__))... yes >checking for __attribute__((__warn_unused_result__))... yes >checking for __attribute__((__used__))... yes >checking for __attribute__((__unused__))... yes >checking for __attribute__((__may_alias__))... yes >checking for __attribute__((__noreturn__))... yes >checking for __attribute__((__const__))... yes >checking for __attribute__((__pure__))... yes >checking for __attribute__((__hot__))... yes >checking for __attribute__((__cold__))... yes >checking for __attribute__((__deprecated__))... yes >checking for __attribute__((__format__))... yes >checking for __attribute__((__format__)) on function pointers... yes >checking for __attribute__((__format__)) on function pointers as arguments... yes >checking for __attribute__((__unused__)) on typedefs... yes >checking for pragma GCC diagnostic push/pop/ignored... yes >checking for PLATFORM_COMPILER_IDSTR... |COMPILER_FAMILY:GNU|COMPILER_VERSION:6.3.0|COMPILER_FAMILYID:1|STD:__STDC__,__STDC_VERSION__=201112L|misc:6.3.0| >checking for PLATFORM_COMPILER_FAMILYID... 1 >checking for PLATFORM_COMPILER_ID... 1 >checking for PLATFORM_COMPILER_VERSION... 393984 >checking size of char... 1 >checking size of short... 2 >checking size of int... 4 >checking size of long... 8 >checking size of long long... 8 >checking size of void *... (cached) 8 >checking stdint.h usability... yes >checking stdint.h presence... yes >checking for stdint.h... yes >checking for a complete stdint.h... yes >checking inttypes.h usability... yes >checking inttypes.h presence... yes >checking for inttypes.h... yes >checking for a complete inttypes.h... yes >checking sys/types.h usability... yes >checking sys/types.h presence... yes >checking for sys/types.h... yes >checking for a complete sys/types.h... no >checking size of float... 4 >checking size of double... 8 >checking for type _Bool... yes >checking size of _Bool... 1 >checking for type long double... yes >checking size of long double... 16 >checking for type float _Complex... yes >checking size of float _Complex... 8 >checking PAGESIZE... no >checking PAGE_SIZE... no >checking sysconf(_SC_PAGESIZE)... 4096 >checking for sin in -lm... yes >checking for PTHREADS_INCLUDE in environment... no, defaulting to "" >checking for PTHREADS_LIB in environment... no, defaulting to "" >checking for working pthreads support... yes >checking pthread.h usability... yes >checking pthread.h presence... yes >checking for pthread.h... yes >checking for library containing pthread_setconcurrency... none required >checking for library containing pthread_kill... none required >checking for library containing pthread_kill_other_threads_np... no >checking for library containing pthread_rwlock_tryrdlock... none required >checking for library containing pthread_rwlock_wrlock... none required >checking whether the GCC __thread extension is supported.... yes >checking for shared data cache line size... 64 >checking for thr_create in -lthread... no >checking hugetlbfs.h usability... no >checking hugetlbfs.h presence... no >checking for hugetlbfs.h... no >checking for library containing shm_open... -lrt >checking for working shm_open()... yes >configure: WARNING: /proc/sys/kernel/randomize_va_space on this node indicates the Linux VM space randomization security feature is enabled. If this feature is also enabled on the compute nodes, you need to re-run configure with --disable-aligned-segments >checking for ia64 cmp8xchg16 support... no >checking for x86-64 cmpxchg16b support... yes >checking for x86 EBX register... no >checking for x86 pause instruction... yes >checking for __builtin_ctz... yes >checking for PR_SET_PDEATHSIG... yes >checking for fork... yes >checking for popen... yes >checking for system... yes >checking /boot/kernel.h usability... no >checking /boot/kernel.h presence... no >checking for /boot/kernel.h... no >checking whether to force a uni-processor build... no >checking for library containing clock_gettime... none required >checking for non-native atomics... no >checking for TARGET_CXX in environment... no, defaulting to "" >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC accepts -g... yes >checking dependency style of x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC... none >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -E >checking whether we are using the GNU C++ compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC accepts -g... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC... (cached) none >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -E >checking for x86_64-pc-linux-gnu-g++... /usr/bin/x86_64-pc-linux-gnu-g++ >checking for full path expansion of CXXCPP... /usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -E >checking for working C++ preprocessor... yes >checking for x86_64-pc-linux-gnu-g++... /usr/bin/x86_64-pc-linux-gnu-g++ >checking for full path expansion of CXX... /usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC >checking for working C++ compiler... yes >checking if user enabled cross-compile... no >checking working C++ compiler executables... yes >checking C++ compiler for PLATFORM_COMPILER_IDSTR... |COMPILER_FAMILY:GNU|COMPILER_VERSION:6.3.0|COMPILER_FAMILYID:1|STD:__STDC__,__cplusplus=201402L|misc:6.3.0| >checking C++ compiler for PLATFORM_COMPILER_FAMILYID... 1 >checking C++ compiler for PLATFORM_COMPILER_ID... 10001 >checking C++ compiler for PLATFORM_COMPILER_VERSION... 393984 >checking for C++ compiler family... GNU >checking for gcc version string... (cached) 6.3.0 >checking for known buggy compilers... ok >checking for C++ compiler flag -Wno-unused... yes >checking for C++ compiler flag -Wunused... yes >checking for C++ compiler flag -Wno-unused-parameter... yes >checking for C++ compiler flag -Wunused-parameter... yes >checking for C++ compiler flag -Wno-address... yes >checking for C++ compiler flag -Waddress... yes >checking for buggy pthread.h mutex initializers... ok >checking for cxxLIBS in environment... no, defaulting to "" >checking for cxxLDFLAGS in environment... no, defaulting to "" >checking for working C++ exceptions... yes >checking C++ compiler for __restrict__ keyword... yes >checking C++ compiler for restrict qualifying typedefs... yes >checking C++ compiler for 32-bit __sync atomics support... yes >checking C++ compiler for 64-bit __sync atomics support... yes >checking C++ compiler for __attribute__((__always_inline__))... yes >checking C++ compiler for __attribute__((__noinline__))... yes >checking C++ compiler for __attribute__((__malloc__))... yes >checking C++ compiler for __attribute__((__warn_unused_result__))... yes >checking C++ compiler for __attribute__((__used__))... yes >checking C++ compiler for __attribute__((__unused__))... yes >checking C++ compiler for __attribute__((__may_alias__))... yes >checking C++ compiler for __attribute__((__noreturn__))... yes >checking C++ compiler for __attribute__((__const__))... yes >checking C++ compiler for __attribute__((__pure__))... yes >checking C++ compiler for __attribute__((__hot__))... yes >checking C++ compiler for __attribute__((__cold__))... yes >checking C++ compiler for __attribute__((__deprecated__))... yes >checking C++ compiler for __attribute__((__format__))... yes >checking C++ compiler for __attribute__((__format__)) on function pointers... yes >checking C++ compiler for __attribute__((__format__)) on function pointers as arguments... yes >checking C++ compiler for __attribute__((__unused__)) on typedefs... yes >checking C++ compiler for pragma GCC diagnostic push/pop/ignored... yes >checking for __VA_ARGS__ support in C++... yes >checking building C++ helper object... ok >checking for working C++ to C linkage... yes >checking for library containing socket... none required >checking for library containing gethostbyname... none required >checking ifaddrs.h usability... yes >checking ifaddrs.h presence... yes >checking for ifaddrs.h... yes >checking for getifaddrs... yes >checking for working UDP configuration... yes >checking for GASNET_CSPAWN_CMD in environment... no, defaulting to "" >checking for MPI_CC in environment... yes, using "mpicc -O2 -pipe -march=native -Wall -fPIC" >checking for MPI_LIBS in environment... no, defaulting to "" >checking for MPIRUN_CMD in environment... no, defaulting to "mpirun -np %N %C" >checking for MPIRUN_CMD_BATCH in environment... no, defaulting to "" >checking for mpicc... /usr/bin/mpicc >checking for full path expansion of MPI_CC... /usr/bin/mpicc -O2 -pipe -march=native -Wall -fPIC >checking MPI compiler for PLATFORM_COMPILER_IDSTR... |COMPILER_FAMILY:GNU|COMPILER_VERSION:6.3.0|COMPILER_FAMILYID:1|STD:__STDC__,__STDC_VERSION__=201112L|misc:6.3.0| >checking MPI compiler for PLATFORM_COMPILER_FAMILYID... 1 >checking MPI compiler for PLATFORM_COMPILER_ID... 1 >checking MPI compiler for PLATFORM_COMPILER_VERSION... 393984 >checking for MPI compiler family... GNU >checking for gcc version string... (cached) 6.3.0 >checking for C compiler flag -Wno-unused... yes >checking for C compiler flag -Wunused... yes >checking for C compiler flag -Wno-unused-parameter... yes >checking for C compiler flag -Wunused-parameter... yes >checking for C compiler flag -Wno-address... yes >checking for C compiler flag -Waddress... yes >checking for buggy pthread.h mutex initializers... ok >checking for C compiler flag ... yes >checking for flags required for C99 subset compliance... none required >checking for MPI_CFLAGS in environment... no, defaulting to "-O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000" >checking for C compiler flag -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000... yes >checking for mpirun... /usr/bin/mpirun >checking for full path expansion of MPIRUN_CMD... /usr/bin/mpirun -np %N %C >checking building MPI helper object... ok >checking for working MPI configuration... yes >checking MPI_CC for __restrict__ keyword... yes >checking MPI_CC for restrict qualifying typedefs... yes >checking MPI_CC for 32-bit __sync atomics support... yes >checking MPI_CC for 64-bit __sync atomics support... yes >checking MPI_CC for inline modifier... yes >checking MPI_CC for working 'static inline'... yes >checking MPI_CC for __attribute__((__always_inline__))... no/warning >checking MPI_CC for __attribute__((__noinline__))... yes >checking MPI_CC for __attribute__((__malloc__))... yes >checking MPI_CC for __attribute__((__warn_unused_result__))... yes >checking MPI_CC for __attribute__((__used__))... yes >checking MPI_CC for __attribute__((__unused__))... yes >checking MPI_CC for __attribute__((__may_alias__))... yes >checking MPI_CC for __attribute__((__noreturn__))... yes >checking MPI_CC for __attribute__((__const__))... yes >checking MPI_CC for __attribute__((__pure__))... yes >checking MPI_CC for __attribute__((__hot__))... yes >checking MPI_CC for __attribute__((__cold__))... yes >checking MPI_CC for __attribute__((__deprecated__))... yes >checking MPI_CC for __attribute__((__format__))... yes >checking MPI_CC for __attribute__((__format__)) on function pointers... yes >checking MPI_CC for __attribute__((__format__)) on function pointers as arguments... yes >checking MPI_CC for __attribute__((__unused__)) on typedefs... yes >checking MPI_CC for pragma GCC diagnostic push/pop/ignored... yes >checking MPI_CC for value of MPI_VERSION... 3 >checking for working GASNet-required ISO C99 subset in MPI_CC... yes >checking for MPI_Init_thread... yes >checking for MPI_Query_thread... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking for socketpair() support... yes >checking for O_ASYNC support... yes >checking for mxm_dump_config... no >checking for MXMHOME in environment... no, defaulting to "/usr" >checking if /usr is the MXM install directory... probably not >checking for MXM_INCLUDE in environment... no, defaulting to "" >checking for MXM_LIBS in environment... no, defaulting to "-lmxm" >checking for MXM_LIBDIR in environment... no, defaulting to "-L/usr/lib" >checking for working MXM configuration... no >checking for PSMHOME in environment... no, defaulting to "/usr" >checking for PSM_INCLUDE in environment... no, defaulting to "" >checking for PSM_LIBS in environment... no, defaulting to "-lpsm2" >checking for PSM_LIBDIR in environment... no, defaulting to "-L/usr/lib" >checking for working PSM configuration... no >checking for yod... no >checking for PORTALS4HOME in environment... no, defaulting to "/usr" >checking if /usr is the Portals 4 install directory... probably not >checking for PORTALS4_INCLUDE in environment... no, defaulting to "/usr/include" >checking for PORTALS4_LIBS in environment... no, defaulting to "-lportals" >checking for PORTALS4_LIBDIR in environment... no, defaulting to "/usr/lib" >checking for working Portals4 configuration... no >checking for PMI support in Portals4 runtime library... no >checking for ibv_devinfo... /usr/bin/ibv_devinfo >checking for IBVHOME in environment... no, defaulting to "/usr" >checking if /usr is the IB Verbs install directory... yes >checking for IBV_INCLUDES in environment... no, defaulting to "" >checking for IBV_LIBS in environment... no, defaulting to "-libverbs" >checking for IBV_LIBDIR in environment... no, defaulting to "/usr/lib64" >checking for working IB Verbs configuration... yes >checking for ibv_device.transport_type... yes >checking for FH_CFLAGS in environment... no, defaulting to "-fno-strict-aliasing" >checking for ibv_open_xrc_domain... no >checking for ibv_cmd_open_xrcd... yes >checking for SHMEM network type... unknown >checking for PAMI_HOME in environment... no, defaulting to "/usr" >checking for PAMI_INCLUDE in environment... no, defaulting to "-I/usr/include" >checking for PAMI_LIBDIR in environment... no, defaulting to "-L/usr/lib64" >checking for PAMI_LIBS in environment... no, defaulting to "-lpami" >checking for PAMI_SYS_LIBDIR in environment... no, defaulting to "" >checking for PAMI_SYS_LIBS in environment... no, defaulting to "" >checking for working PAMI configuration... no >checking for fi_info... no >checking for OFIHOME in environment... no, defaulting to "/usr" >checking if /usr is a Libfabric install directory... probably not >checking for OFI_INCLUDES in environment... no, defaulting to "" >checking for OFI_LIBS in environment... no, defaulting to "-lfabric" >checking for OFI_LIBDIR in environment... no, defaulting to "/usr/lib" >checking for working OFI GASNet bindings... no >checking for sys/socket.h... (cached) yes >checking sys/sockio.h usability... no >checking sys/sockio.h presence... no >checking for sys/sockio.h... no >checking sys/uio.h usability... yes >checking sys/uio.h presence... yes >checking for sys/uio.h... yes >checking netinet/tcp.h usability... yes >checking netinet/tcp.h presence... yes >checking for netinet/tcp.h... yes >checking for socklen_t or its equivalent... socklen_t >checking for setpgid... yes >checking for setpgrp... yes >checking whether setpgrp takes no argument... yes >checking for PMI_LIBS in environment... no, defaulting to "probe" >checking for library containing PMI2_Init... no >checking for library containing PMI_Init... no >checking for size_t... yes >checking for working alloca.h... yes >checking for alloca... yes >checking for on_exit... yes >checking for gethostid... yes >checking for setenv... yes >checking for unsetenv... yes >checking for putenv... yes >checking for getrlimit... yes >checking for setrlimit... yes >checking for getrlimit64... yes >checking for setrlimit64... yes >checking sys/resource.h usability... yes >checking sys/resource.h presence... yes >checking for sys/resource.h... yes >checking sys/table.h usability... no >checking sys/table.h presence... no >checking for sys/table.h... no >checking features.h usability... yes >checking features.h presence... yes >checking for features.h... yes >checking for fopen64... yes >checking for sigprocmask... yes >checking sn/mmtimer.h usability... no >checking sn/mmtimer.h presence... no >checking for sn/mmtimer.h... no >checking linux/mmtimer.h usability... yes >checking linux/mmtimer.h presence... yes >checking for linux/mmtimer.h... yes >checking for srand_deterministic... no >checking for declaration/definition of setenv... yes >checking for declaration/definition of unsetenv... yes >checking for declaration/definition of snprintf... yes >checking for declaration/definition of vsnprintf... yes >checking for isblank... yes >checking for isascii... yes >checking for toascii... yes >checking for declaration/definition of isblank... yes >checking for declaration/definition of isascii... yes >checking for declaration/definition of toascii... yes >checking for buggy ctype.h... ok >checking execinfo.h usability... yes >checking execinfo.h presence... yes >checking for execinfo.h... yes >checking for backtrace... yes >checking for backtrace_symbols... yes >checking for addr2line... /usr/bin/addr2line >checking for gdb... /usr/bin/gdb >checking for gstack... no >checking for pstack... no >checking for pgdbg... no >checking for idb... no >checking for idb-e... no >checking for ladebug... no >checking for dbx... no >checking ucontext.h usability... yes >checking ucontext.h presence... yes >checking for ucontext.h... yes >checking for printstack... no >checking for usleep()... yes >checking for library containing usleep... none required >checking for nanosleep()... yes >checking for library containing nanosleep... none required >checking for nsleep()... yes >checking for library containing nsleep... no >entry point not found - disabled >checking for sched_yield()... yes >checking for library containing sched_yield... none required >checking for syscall... yes >checking syscall.h usability... yes >checking syscall.h presence... yes >checking for syscall.h... yes >checking for unistd.h... (cached) yes >checking for __NR_sched_setaffinity... yes >checking for __NR_sched_getaffinity... yes >checking for PLPA building mode... standalone >checking for PLPA symbol prefix... gasneti_plpa_ >checking whether to use PLPA for cpu binding... yes >checking for working mmap()... yes >checking for MAP_NORESERVE... yes >checking for MAP_ANONYMOUS... yes >checking for MAP_ANON... yes >checking malloc.h usability... yes >checking malloc.h presence... yes >checking for malloc.h... yes >checking for ptmalloc... yes >checking for glibc... 2.25 >checking for __builtin_expect... yes >checking for __builtin_constant_p... yes >checking for __builtin_prefetch... yes >checking for __func__... yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking for nm... /usr/bin/nm >checking for GNU nm... yes >checking for ar... /usr/bin/ar >checking for ranlib... /usr/bin/ranlib >checking for basename... /usr/bin/basename >checking for dirname... /usr/bin/dirname >checking for readlink... /usr/bin/readlink >checking for time... /usr/bin/time >checking for env... /usr/bin/env >checking fca/fca_api.h usability... no >checking fca/fca_api.h presence... no >checking for fca/fca_api.h... no >checking for fca_init in -lfca... no >checking for FCA in standard locations... no >checking for FCA in /opt/mellanox/fca... no >checking for BLCR include directory... not found >checking for BLCR lib directory... not found >checking for BLCR bin directory... not found >configure: not updating unwritable cache config.cache >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating other/perlstart >config.status: creating config-aux/Makefile >config.status: creating other/Makefile >config.status: creating other/Makefile-libgasnet.mak >config.status: creating other/gasnet_tools-fragment.mak >config.status: creating tests/Makefile >config.status: creating Makefile >config.status: creating other/mpirun_common >config.status: creating other/fragment-head.mak >config.status: creating other/fragment-body.mak >config.status: creating other/Makefile-conduit.mak >config.status: creating other/ammpi/Makefile >config.status: creating other/amudp/Makefile >config.status: creating other/contrib/Makefile >config.status: creating other/contrib/gasnet_trace >config.status: creating other/firehose/Makefile >config.status: creating other/firehose/firehose.mak >config.status: creating other/fca/Makefile >config.status: creating other/fca/fca.mak >config.status: creating other/blcr/Makefile >config.status: creating other/blcr/blcr.mak >config.status: creating mpi-conduit/Makefile >config.status: creating mpi-conduit/conduit.mak >config.status: creating mpi-conduit/contrib/Makefile >config.status: creating mpi-conduit/contrib/gasnetrun_mpi >config.status: creating udp-conduit/Makefile >config.status: creating udp-conduit/conduit.mak >config.status: creating smp-conduit/Makefile >config.status: creating smp-conduit/conduit.mak >config.status: creating pami-conduit/Makefile >config.status: creating pami-conduit/conduit.mak >config.status: creating pami-conduit/contrib/Makefile >config.status: creating pami-conduit/contrib/gasnetrun_pami >config.status: creating ibv-conduit/Makefile >config.status: creating ibv-conduit/conduit.mak >config.status: creating ibv-conduit/contrib/Makefile >config.status: creating ibv-conduit/contrib/gasnetrun_ibv >config.status: creating mxm-conduit/Makefile >config.status: creating mxm-conduit/conduit.mak >config.status: creating mxm-conduit/contrib/Makefile >config.status: creating mxm-conduit/contrib/gasnetrun_mxm >config.status: creating psm-conduit/Makefile >config.status: creating psm-conduit/conduit.mak >config.status: creating psm-conduit/contrib/Makefile >config.status: creating psm-conduit/contrib/gasnetrun_psm >config.status: creating shmem-conduit/Makefile >config.status: creating shmem-conduit/conduit.mak >config.status: creating portals4-conduit/Makefile >config.status: creating portals4-conduit/conduit.mak >config.status: creating gemini-conduit/Makefile >config.status: creating gemini-conduit/conduit.mak >config.status: creating gemini-conduit/contrib/Makefile >config.status: creating gemini-conduit/contrib/gasnetrun_gemini >config.status: creating aries-conduit/Makefile >config.status: creating aries-conduit/conduit.mak >config.status: creating aries-conduit/contrib/Makefile >config.status: creating aries-conduit/contrib/gasnetrun_aries >config.status: creating ofi-conduit/Makefile >config.status: creating ofi-conduit/conduit.mak >config.status: creating ofi-conduit/contrib/Makefile >config.status: creating ofi-conduit/contrib/gasnetrun_ofi >config.status: creating gasnet_config.h >config.status: executing depfiles commands >config.status: executing default commands >-------------------------------------------------------------------- >configure warning summary: > >configure cache_file setting got lost - you may need to run a fresh ./Bootstrap > >/proc/sys/kernel/randomize_va_space on this node indicates the Linux VM space randomization security feature is enabled. If this feature is also enabled on the compute nodes, you need to re-run configure with --disable-aligned-segments > >---------------------------------------------------------------------- >GASNet configuration: > > Portable conduits: > ----------------- > Portable SMP-loopback conduit (smp) ON (auto) > Portable OpenFabrics Interfaces conduit (ofi) OFF (not found) > Portable Portals4 conduit (portals4) OFF (not found) > Portable UDP/IP conduit (udp) ON (auto) > Portable MPI conduit (mpi) OFF (disabled) > > Native, high-performance conduits: > --------------------------------- > IBM BlueGene/Q / Power775 PAMI conduit (pami) OFF (not found) > InfiniBand IB Verbs conduit (ibv) ON (auto) > Mellanox InfiniBand MXM conduit (mxm) OFF (not found) > Intel OmniPath PSM2 conduit (psm) OFF (not found) > Cray XE/XK Gemini conduit (gemini) OFF (not found) > Cray XC Aries conduit (aries) OFF (not found) > SGI Altix / Cray X1 Shmem conduit (shmem) OFF (not found) > > Some conduits require --enable-XXX configure flags and/or additional > variables providing the install location of vendor drivers. > See the GASNet documentation for details. > > Misc Settings > ------------- > MPI compatibility: yes > Pthreads support: yes > Segment config: fast > PSHM support: posix > FCA support: no > BLCR support: no >---------------------------------------------------------------------- >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 ... >make -j1 'MANUAL_CFLAGS=-O2 -pipe -march=native -Wall -fPIC' 'MANUAL_MPICFLAGS=-O2 -pipe -march=native -Wall -fPIC' 'MANUAL_CXXFLAGS=-Werror=terminate -O2 -pipe -march=native -fPIC' >(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/config-aux/missing autoheader) >autoheader-2.69: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' >autoheader-2.69: WARNING: and `config.h.top', to define templates for `config.h.in' >autoheader-2.69: WARNING: is deprecated and discouraged. >autoheader-2.69: >autoheader-2.69: WARNING: Using the third argument of `AC_DEFINE' and >autoheader-2.69: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without >autoheader-2.69: WARNING: `acconfig.h': >autoheader-2.69: >autoheader-2.69: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, >autoheader-2.69: [Define if a function `main' is needed.]) >autoheader-2.69: >autoheader-2.69: WARNING: More sophisticated templates can also be produced, see the >autoheader-2.69: WARNING: documentation. >rm -f stamp-h1 >touch gasnet_config.h.in >cd . && /bin/sh ./config.status gasnet_config.h >config.status: creating gasnet_config.h >config.status: executing depfiles commands >config.status: executing default commands >make all-recursive >make[1]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >Making all in config-aux >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/config-aux' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/config-aux' >Making all in other >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >Making all in ammpi >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >make all-am >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >Making all in amudp >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >cp -f ../gasnet_portable_platform.h amudp_portable_platform.h >make all-am >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -O2 -pipe -march=native -Wall -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o amudp_cdefs.o -c `test -e ./amudp_cdefs.c && echo "./"`amudp_cdefs.c >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[8]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' > --- BUILDING libgasnet_tools-seq.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -DGASNETT_BUILDING_TOOLS -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -DNDEBUG -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/libgasnet_tools-seq.a gasnet_tools.o plpa_api_probe.o plpa_dispatch.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/libgasnet_tools-seq.a && rm -f gasnet_tools.o plpa_api_probe.o plpa_dispatch.o >make[8]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >/usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -O2 -Wno-unused -Wno-unused-parameter -Wno-address -Werror=terminate -O2 -pipe -march=native -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o amudp_ep.o -c `test -e ./amudp_ep.cpp && echo "./"`amudp_ep.cpp >/usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -O2 -Wno-unused -Wno-unused-parameter -Wno-address -Werror=terminate -O2 -pipe -march=native -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o amudp_reqrep.o -c `test -e ./amudp_reqrep.cpp && echo "./"`amudp_reqrep.cpp >/usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -O2 -Wno-unused -Wno-unused-parameter -Wno-address -Werror=terminate -O2 -pipe -march=native -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o amudp_spawn.o -c `test -e ./amudp_spawn.cpp && echo "./"`amudp_spawn.cpp >/usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -O2 -Wno-unused -Wno-unused-parameter -Wno-address -Werror=terminate -O2 -pipe -march=native -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o amudp_spmd.o -c `test -e ./amudp_spmd.cpp && echo "./"`amudp_spmd.cpp >/usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -O2 -Wno-unused -Wno-unused-parameter -Wno-address -Werror=terminate -O2 -pipe -march=native -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o exc.o -c `test -e ./exc.cpp && echo "./"`exc.cpp >/usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -O2 -Wno-unused -Wno-unused-parameter -Wno-address -Werror=terminate -O2 -pipe -march=native -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o sig.o -c `test -e ./sig.cpp && echo "./"`sig.cpp >/usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -O2 -Wno-unused -Wno-unused-parameter -Wno-address -Werror=terminate -O2 -pipe -march=native -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o socklist.o -c `test -e ./socklist.cpp && echo "./"`socklist.cpp >/usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -O2 -Wno-unused -Wno-unused-parameter -Wno-address -Werror=terminate -O2 -pipe -march=native -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o sockutil.o -c `test -e ./sockutil.cpp && echo "./"`sockutil.cpp >rm -f libamudp.a >/usr/bin/ar cru libamudp.a amudp_cdefs.o amudp_ep.o amudp_reqrep.o amudp_spawn.o amudp_spmd.o exc.o sig.o socklist.o sockutil.o >/usr/bin/ranlib libamudp.a >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -O2 -pipe -march=native -Wall -fPIC -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o amudprun.o -c `test -e ./amudprun.c && echo "./"`amudprun.c >/usr/bin/x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -fPIC -O2 -Wno-unused -Wno-unused-parameter -Wno-address -Werror=terminate -O2 -pipe -march=native -fPIC -Wl,-O1 -Wl,--as-needed -I. -I. -I./.. -D_GNU_SOURCE=1 -DAMUDP_NDEBUG=1 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_VOID_P=8 -DHAVE_STDINT_H -DCOMPLETE_STDINT_H -DHAVE_INTTYPES_H -DCOMPLETE_INTTYPES_H -DHAVE_SYS_TYPES_H -DAMUDP_ENV_PREFIX=GASNET -I./../.. -I../.. -DHAVE_GASNET_TOOLS -o amudprun amudprun.o -L. -lamudp -L../.. -lgasnet_tools-seq >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >Making all in blcr >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >Making all in . >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >Making all in contrib >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' >Making all in . >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' >Making all in firehose >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >Making all in . >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >Making all in fca >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >Making all in . >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' > --- BUILDING libgasnet_tools-par.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -DGASNETT_BUILDING_TOOLS -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNETT_THREAD_SAFE -DNDEBUG -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/libgasnet_tools-par.a gasnet_tools.o plpa_api_probe.o plpa_dispatch.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/libgasnet_tools-par.a && rm -f gasnet_tools.o plpa_api_probe.o plpa_dispatch.o >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make do-tools-make-fragment thread_model=seq THREAD_MODEL=SEQ >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >rm -f gasnet_tools-seq.mak >Building gasnet_tools-seq.mak... >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make do-tools-make-fragment thread_model=par THREAD_MODEL=PAR >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >rm -f gasnet_tools-par.mak >Building gasnet_tools-par.mak... >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >rm -f gasnet_tools-seq.pc >Building gasnet_tools-seq.pc from gasnet_tools-seq.mak... >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >rm -f gasnet_tools-par.pc >Building gasnet_tools-par.pc from gasnet_tools-par.mak... >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >Making all in . >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >make do-make-fragment thread_model=seq THREAD_MODEL=SEQ >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >rm -f smp-seq.mak >Building smp-seq.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >rm -f gasnet-smp-seq.pc >Building gasnet-smp-seq.pc from smp-seq.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' > --- BUILDING libgasnet-smp-seq.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -DGASNET_SEQ -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/gasnet_core.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/gasnet_extended_coll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/gasnet_extended.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refvis.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refcoll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_putget.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_eager.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_rvous.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_team.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_hashtable.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_internal.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_trace.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_mmap.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_diagnostic.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/libgasnet-smp-seq.a gasnet_core.o gasnet_extended_coll.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/libgasnet-smp-seq.a && rm -f gasnet_core.o gasnet_extended_coll.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c: In function âgasneti_pshm_abort_handlerâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c:810:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(STDERR_FILENO, msg, strlen(msg)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >make do-make-fragment thread_model=par THREAD_MODEL=PAR >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >rm -f smp-par.mak >Building smp-par.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >rm -f gasnet-smp-par.pc >Building gasnet-smp-par.pc from smp-par.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' > --- BUILDING libgasnet-smp-par.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PAR -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/gasnet_core.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/gasnet_extended_coll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/gasnet_extended.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refvis.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refcoll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_putget.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_eager.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_rvous.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_team.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_hashtable.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_internal.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_trace.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_mmap.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_diagnostic.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/libgasnet-smp-par.a gasnet_core.o gasnet_extended_coll.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/libgasnet-smp-par.a && rm -f gasnet_core.o gasnet_extended_coll.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c: In function âgasneti_pshm_abort_handlerâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c:810:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(STDERR_FILENO, msg, strlen(msg)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >make do-make-fragment thread_model=parsync THREAD_MODEL=PARSYNC >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >rm -f smp-parsync.mak >Building smp-parsync.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >rm -f gasnet-smp-parsync.pc >Building gasnet-smp-parsync.pc from smp-parsync.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' > --- BUILDING libgasnet-smp-parsync.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PARSYNC -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/gasnet_core.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/gasnet_extended_coll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/gasnet_extended.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refvis.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refcoll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_putget.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_eager.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_rvous.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_team.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_hashtable.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_internal.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_trace.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_mmap.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_diagnostic.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/libgasnet-smp-parsync.a gasnet_core.o gasnet_extended_coll.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit/libgasnet-smp-parsync.a && rm -f gasnet_core.o gasnet_extended_coll.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c: In function âgasneti_pshm_abort_handlerâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c:810:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(STDERR_FILENO, msg, strlen(msg)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >Making all in . >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >cd ../other/amudp && make libamudp.a >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[7]: 'libgasnet_tools-seq.a' is up to date. >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >cd ../other/amudp && make libamudp.a >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[8]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[8]: 'libgasnet_tools-seq.a' is up to date. >make[8]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make do-make-fragment thread_model=seq THREAD_MODEL=SEQ >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >rm -f udp-seq.mak >Building udp-seq.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >rm -f gasnet-udp-seq.pc >Building gasnet-udp-seq.pc from udp-seq.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' > --- BUILDING libgasnet-udp-seq.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -DGASNET_SEQ -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refvis.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refcoll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_putget.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_eager.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_rvous.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_team.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_hashtable.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_internal.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_trace.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_mmap.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_diagnostic.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/libgasnet-udp-seq.a gasnet_core.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/libgasnet-udp-seq.a && rm -f gasnet_core.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c: In function âgasnetc_trace_finishâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c:527:7: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!isglobal) > ^~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c:529:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the âifâ > statdump = AMUDP_DumpStatistics(NULL, &stats, isglobal); > ^~~~~~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c: In function âgasneti_pshm_abort_handlerâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c:810:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(STDERR_FILENO, msg, strlen(msg)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >cd ../other/amudp && make libamudp.a >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[8]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[8]: 'libgasnet_tools-seq.a' is up to date. >make[8]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make do-make-fragment thread_model=par THREAD_MODEL=PAR >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >rm -f udp-par.mak >Building udp-par.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >rm -f gasnet-udp-par.pc >Building gasnet-udp-par.pc from udp-par.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' > --- BUILDING libgasnet-udp-par.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PAR -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refvis.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refcoll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_putget.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_eager.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_rvous.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_team.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_hashtable.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_internal.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_trace.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_mmap.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_diagnostic.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/libgasnet-udp-par.a gasnet_core.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/libgasnet-udp-par.a && rm -f gasnet_core.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c: In function âgasnetc_trace_finishâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c:527:7: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!isglobal) > ^~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c:529:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the âifâ > statdump = AMUDP_DumpStatistics(NULL, &stats, isglobal); > ^~~~~~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c: In function âgasneti_pshm_abort_handlerâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c:810:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(STDERR_FILENO, msg, strlen(msg)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >cd ../other/amudp && make libamudp.a >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[8]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[8]: 'libgasnet_tools-seq.a' is up to date. >make[8]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make do-make-fragment thread_model=parsync THREAD_MODEL=PARSYNC >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >rm -f udp-parsync.mak >Building udp-parsync.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >rm -f gasnet-udp-parsync.pc >Building gasnet-udp-parsync.pc from udp-parsync.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' > --- BUILDING libgasnet-udp-parsync.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PARSYNC -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refvis.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refcoll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_putget.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_eager.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_rvous.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_team.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_hashtable.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_internal.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_trace.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_mmap.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_diagnostic.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/libgasnet-udp-parsync.a gasnet_core.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/libgasnet-udp-parsync.a && rm -f gasnet_core.o gasnet_extended.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c: In function âgasnetc_trace_finishâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c:527:7: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!isglobal) > ^~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit/gasnet_core.c:529:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the âifâ > statdump = AMUDP_DumpStatistics(NULL, &stats, isglobal); > ^~~~~~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c: In function âgasneti_pshm_abort_handlerâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c:810:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(STDERR_FILENO, msg, strlen(msg)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >Making all in contrib >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/contrib' >cp -f "../../mpi-conduit/contrib/gasnetrun_mpi.pl" gasnetrun_ibv-mpi.pl >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/contrib' >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >make do-make-fragment thread_model=seq THREAD_MODEL=SEQ >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >rm -f ibv-seq.mak >Building ibv-seq.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >rm -f gasnet-ibv-seq.pc >Building gasnet-ibv-seq.pc from ibv-seq.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >/usr/bin/mpicc -O2 -pipe -march=native -Wall -fPIC -D_GNU_SOURCE=1 -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -DGASNET_SEQ -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref \ > -O2 -pipe -march=native -Wall -fPIC -o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_bootstrap_mpi-SEQ.o -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/mpi-spawner/gasnet_bootstrap_mpi.c >keeptmps=''; \ >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -DGASNET_SEQ -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref ${keeptmps:+-save-temps} -O2 -pipe -march=native -Wall -fPIC -fno-strict-aliasing -o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose-SEQ.o -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose/firehose.c >keeptmps=''; \ >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -DGASNET_SEQ -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref ${keeptmps:+-save-temps} -O2 -pipe -march=native -Wall -fPIC -fno-strict-aliasing -o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose_region-SEQ.o -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose/firehose_region.c > --- BUILDING libgasnet-ibv-seq.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -DGASNET_SEQ -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_connect.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_thread.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_extended.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_firehose.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ssh-spawner/gasnet_bootstrap_ssh.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refvis.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refcoll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_putget.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_eager.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_rvous.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_team.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_hashtable.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_internal.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_trace.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_mmap.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_diagnostic.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/libgasnet-ibv-seq.a gasnet_core.o gasnet_core_connect.o gasnet_core_sndrcv.o gasnet_core_thread.o gasnet_extended.o gasnet_firehose.o gasnet_bootstrap_ssh.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_bootstrap_mpi-SEQ.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose-SEQ.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose_region-SEQ.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/libgasnet-ibv-seq.a && rm -f gasnet_core.o gasnet_core_connect.o gasnet_core_sndrcv.o gasnet_core_thread.o gasnet_extended.o gasnet_firehose.o gasnet_bootstrap_ssh.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_bootstrap_mpi-SEQ.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose-SEQ.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose_region-SEQ.o >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c: In function âgasnetc_ReplyGenericâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:2228:15: warning: âargsâ may be used uninitialized in this function [-Wmaybe-uninitialized] > args[i] = va_arg(argptr, gasnet_handlerarg_t); > ^ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:1986:26: note: âargsâ was declared here > gasnet_handlerarg_t *args; > ^~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c: In function âgasnetc_RequestGenericâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:2228:15: warning: âargsâ may be used uninitialized in this function [-Wmaybe-uninitialized] > args[i] = va_arg(argptr, gasnet_handlerarg_t); > ^ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:1986:26: note: âargsâ was declared here > gasnet_handlerarg_t *args; > ^~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ssh-spawner/gasnet_bootstrap_ssh.c: In function âgasneti_bootstrapInit_sshâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ssh-spawner/gasnet_bootstrap_ssh.c:2739:16: warning: âspawn_argsâ may be used uninitialized in this function [-Wmaybe-uninitialized] > spawn_args += (2 + is_verbose); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c: In function âgasneti_pshm_abort_handlerâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c:810:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(STDERR_FILENO, msg, strlen(msg)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >make do-make-fragment thread_model=par THREAD_MODEL=PAR >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >rm -f ibv-par.mak >Building ibv-par.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >rm -f gasnet-ibv-par.pc >Building gasnet-ibv-par.pc from ibv-par.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >/usr/bin/mpicc -O2 -pipe -march=native -Wall -fPIC -D_GNU_SOURCE=1 -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PAR -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref \ > -O2 -pipe -march=native -Wall -fPIC -o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_bootstrap_mpi-PAR.o -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/mpi-spawner/gasnet_bootstrap_mpi.c >keeptmps=''; \ >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PAR -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref ${keeptmps:+-save-temps} -O2 -pipe -march=native -Wall -fPIC -fno-strict-aliasing -o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose-PAR.o -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose/firehose.c >keeptmps=''; \ >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PAR -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref ${keeptmps:+-save-temps} -O2 -pipe -march=native -Wall -fPIC -fno-strict-aliasing -o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose_region-PAR.o -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose/firehose_region.c > --- BUILDING libgasnet-ibv-par.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PAR -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_connect.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_thread.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_extended.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_firehose.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ssh-spawner/gasnet_bootstrap_ssh.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refvis.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refcoll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_putget.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_eager.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_rvous.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_team.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_hashtable.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_internal.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_trace.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_mmap.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_diagnostic.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/libgasnet-ibv-par.a gasnet_core.o gasnet_core_connect.o gasnet_core_sndrcv.o gasnet_core_thread.o gasnet_extended.o gasnet_firehose.o gasnet_bootstrap_ssh.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_bootstrap_mpi-PAR.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose-PAR.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose_region-PAR.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/libgasnet-ibv-par.a && rm -f gasnet_core.o gasnet_core_connect.o gasnet_core_sndrcv.o gasnet_core_thread.o gasnet_extended.o gasnet_firehose.o gasnet_bootstrap_ssh.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_bootstrap_mpi-PAR.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose-PAR.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose_region-PAR.o >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c: In function âgasnetc_ReplyGenericâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:2228:15: warning: âargsâ may be used uninitialized in this function [-Wmaybe-uninitialized] > args[i] = va_arg(argptr, gasnet_handlerarg_t); > ^ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:1986:26: note: âargsâ was declared here > gasnet_handlerarg_t *args; > ^~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c: In function âgasnetc_RequestGenericâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:2228:15: warning: âargsâ may be used uninitialized in this function [-Wmaybe-uninitialized] > args[i] = va_arg(argptr, gasnet_handlerarg_t); > ^ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:1986:26: note: âargsâ was declared here > gasnet_handlerarg_t *args; > ^~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ssh-spawner/gasnet_bootstrap_ssh.c: In function âgasneti_bootstrapInit_sshâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ssh-spawner/gasnet_bootstrap_ssh.c:2739:16: warning: âspawn_argsâ may be used uninitialized in this function [-Wmaybe-uninitialized] > spawn_args += (2 + is_verbose); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c: In function âgasneti_pshm_abort_handlerâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c:810:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(STDERR_FILENO, msg, strlen(msg)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >make do-make-fragment thread_model=parsync THREAD_MODEL=PARSYNC >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >rm -f ibv-parsync.mak >Building ibv-parsync.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >rm -f gasnet-ibv-parsync.pc >Building gasnet-ibv-parsync.pc from ibv-parsync.mak... >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >/usr/bin/mpicc -O2 -pipe -march=native -Wall -fPIC -D_GNU_SOURCE=1 -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PARSYNC -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref \ > -O2 -pipe -march=native -Wall -fPIC -o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_bootstrap_mpi-PARSYNC.o -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/mpi-spawner/gasnet_bootstrap_mpi.c >keeptmps=''; \ >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PARSYNC -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref ${keeptmps:+-save-temps} -O2 -pipe -march=native -Wall -fPIC -fno-strict-aliasing -o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose-PARSYNC.o -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose/firehose.c >keeptmps=''; \ >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PARSYNC -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref ${keeptmps:+-save-temps} -O2 -pipe -march=native -Wall -fPIC -fno-strict-aliasing -o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose_region-PARSYNC.o -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose/firehose_region.c > --- BUILDING libgasnet-ibv-parsync.a --- >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -O3 --param max-inline-insns-single=35000 --param inline-unit-growth=10000 --param large-function-growth=200000 -Wno-unused -Wno-unused-parameter -Wno-address -D_GNU_SOURCE=1 -D_REENTRANT -DGASNET_PARSYNC -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose -DHAVE_SSH_SPAWNER -DHAVE_MPI_SPAWNER -D_REENTRANT -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2 -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa -I/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref -O2 -pipe -march=native -Wall -fPIC -c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_connect.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_thread.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_extended.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_firehose.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ssh-spawner/gasnet_bootstrap_ssh.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_tools.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_api_probe.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/plpa/src/libplpa/plpa_dispatch.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refvis.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_extended_refcoll.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_putget.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_eager.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_rvous.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_team.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/extended-ref/gasnet_coll_hashtable.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_internal.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_trace.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_mmap.c /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_diagnostic.c && /usr/bin/ar cru /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/libgasnet-ibv-parsync.a gasnet_core.o gasnet_core_connect.o gasnet_core_sndrcv.o gasnet_core_thread.o gasnet_extended.o gasnet_firehose.o gasnet_bootstrap_ssh.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_bootstrap_mpi-PARSYNC.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose-PARSYNC.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose_region-PARSYNC.o && /usr/bin/ranlib /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/libgasnet-ibv-parsync.a && rm -f gasnet_core.o gasnet_core_connect.o gasnet_core_sndrcv.o gasnet_core_thread.o gasnet_extended.o gasnet_firehose.o gasnet_bootstrap_ssh.o gasnet_tools.o plpa_api_probe.o plpa_dispatch.o gasnet_pshm.o gasnet_extended_refvis.o gasnet_extended_refcoll.o gasnet_coll_putget.o gasnet_coll_eager.o gasnet_coll_rvous.o gasnet_coll_team.o gasnet_coll_hashtable.o gasnet_internal.o gasnet_trace.o gasnet_mmap.o gasnet_diagnostic.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_bootstrap_mpi-PARSYNC.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose-PARSYNC.o /var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/firehose_region-PARSYNC.o >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c: In function âgasnetc_ReplyGenericâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:2228:15: warning: âargsâ may be used uninitialized in this function [-Wmaybe-uninitialized] > args[i] = va_arg(argptr, gasnet_handlerarg_t); > ^ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:1986:26: note: âargsâ was declared here > gasnet_handlerarg_t *args; > ^~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c: In function âgasnetc_RequestGenericâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:2228:15: warning: âargsâ may be used uninitialized in this function [-Wmaybe-uninitialized] > args[i] = va_arg(argptr, gasnet_handlerarg_t); > ^ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/gasnet_core_sndrcv.c:1986:26: note: âargsâ was declared here > gasnet_handlerarg_t *args; > ^~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ssh-spawner/gasnet_bootstrap_ssh.c: In function âgasneti_bootstrapInit_sshâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ssh-spawner/gasnet_bootstrap_ssh.c:2739:16: warning: âspawn_argsâ may be used uninitialized in this function [-Wmaybe-uninitialized] > spawn_args += (2 + is_verbose); > ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c: In function âgasneti_pshm_abort_handlerâ: >/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/gasnet_pshm.c:810:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(STDERR_FILENO, msg, strlen(msg)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/mpi-conduit/contrib' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/mpi-conduit/contrib' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >>>> Source compiled. >>>> Test phase [not enabled]: sys-cluster/gasnet-1.28.2 > >>>> Install gasnet-1.28.2 into /var/tmp/portage/sys-cluster/gasnet-1.28.2/image/ category sys-cluster >make -j1 DESTDIR=/var/tmp/portage/sys-cluster/gasnet-1.28.2/image/ install >Making install in config-aux >make[1]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/config-aux' >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/config-aux' >make[2]: Nothing to be done for 'install-exec-am'. >make[2]: Nothing to be done for 'install-data-am'. >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/config-aux' >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/config-aux' >Making install in other >make[1]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >Making install in ammpi >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >make install-am >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >make[4]: Nothing to be done for 'install-data-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/ammpi' >Making install in amudp >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make install-am >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: 'libgasnet_tools-seq.a' is up to date. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[5]: 'libgasnet_tools-seq.a' is up to date. >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c amudprun '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 libamudp.a '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libamudp.a ) >make[4]: Nothing to be done for 'install-data-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >Making install in blcr >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >Making install in . >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >make[4]: Nothing to be done for 'install-exec-am'. >make[4]: Nothing to be done for 'install-data-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/blcr' >Making install in contrib >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' >Making install in . >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c gasnet_trace '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 gasnet_trace.pl '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/valgrind' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 gasnet.supp '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/valgrind' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/contrib' >Making install in firehose >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >Making install in . >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >make[4]: Nothing to be done for 'install-exec-am'. >make[4]: Nothing to be done for 'install-data-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/firehose' >Making install in fca >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >Making install in . >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >make[4]: Nothing to be done for 'install-exec-am'. >make[4]: Nothing to be done for 'install-data-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/fca' >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >make[3]: Nothing to be done for 'install-exec-am'. >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2 >mkdir -p -- /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2 >/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./ssh-spawner/README /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/README-ssh-spawner >/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./mpi-spawner/README /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/README-mpi-spawner >/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./pmi-spawner/README /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/README-pmi-spawner > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 portable_inttypes.h portable_platform.h gasnet_portable_platform.h '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other' >make[1]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >Making all in . >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >Making all in . >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >cd ../other/amudp && make libamudp.a >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[6]: 'libgasnet_tools-seq.a' is up to date. >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >Making all in contrib >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/contrib' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/contrib' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/mpi-conduit/contrib' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/mpi-conduit/contrib' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[2]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >Making install-exec in . >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 libgasnet-smp-seq.a libgasnet-smp-par.a libgasnet-smp-parsync.a '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet-smp-seq.a ) > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet-smp-par.a ) > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet-smp-parsync.a ) >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >Making install-exec in . >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >cd ../other/amudp && make libamudp.a >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[7]: 'libgasnet_tools-seq.a' is up to date. >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 libgasnet-udp-seq.a libgasnet-udp-par.a libgasnet-udp-parsync.a '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet-udp-seq.a ) > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet-udp-par.a ) > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet-udp-parsync.a ) >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >Making install-exec in contrib >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/contrib' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c gasnetrun_ibv '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/contrib' >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 libgasnet-ibv-seq.a libgasnet-ibv-par.a libgasnet-ibv-parsync.a '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet-ibv-seq.a ) > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet-ibv-par.a ) > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet-ibv-parsync.a ) >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/mpi-conduit/contrib' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/mpi-conduit/contrib' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 libgasnet_tools-seq.a libgasnet_tools-par.a '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet_tools-seq.a ) > ( cd '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64' && /usr/bin/ranlib libgasnet_tools-par.a ) > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 gasnet_config.h '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >Making install-data in . >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit >mkdir -p -- /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_coll_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_coll_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_extended.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_extended.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_extended_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_extended_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_extended_help.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_extended_help.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_vis_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_vis_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_coll_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_coll_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_core.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_core.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_core_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_core_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_core_help.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_core_help.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_extended_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_extended_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_extended_help_extra.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/gasnet_extended_help_extra.h >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig >mkdir -p -- /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < smp-seq.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/smp-seq.mak >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-smp-seq.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-smp-seq.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/smp-seq.mak... >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < smp-par.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/smp-par.mak >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-smp-par.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-smp-par.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/smp-par.mak... >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < smp-parsync.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/smp-parsync.mak >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:597: warning: ignoring old recipe for target 'Makefile' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-smp-parsync.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-smp-parsync.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/smp-conduit/smp-parsync.mak... >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2 >/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./README /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/README-smp >if test -f ./license.txt ; then \ > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./license.txt /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/license-smp.txt || exit $? ; \ > fi >if test "" = yes; then \ > make do-install-data-conduit || exit $? ; \ >fi >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/smp-conduit' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >Making install-data in . >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >cd ../other/amudp && make libamudp.a >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >make[7]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[7]: 'libgasnet_tools-seq.a' is up to date. >make[7]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/other/amudp' >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit >mkdir -p -- /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_coll_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/gasnet_coll_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_extended.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/gasnet_extended.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_extended_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/gasnet_extended_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_extended_help.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/gasnet_extended_help.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_vis_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/gasnet_vis_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_core.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/gasnet_core.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_core_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/gasnet_core_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_core_help.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/gasnet_core_help.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../other/amudp/amudp_portable_platform.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/amudp_portable_platform.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../other/amudp/amudp_const.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/amudp_const.h >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < udp-seq.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/udp-seq.mak >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-udp-seq.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-udp-seq.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/udp-seq.mak... >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < udp-par.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/udp-par.mak >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-udp-par.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-udp-par.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/udp-par.mak... >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < udp-parsync.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/udp-parsync.mak >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:607: warning: ignoring old recipe for target 'Makefile' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-udp-parsync.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-udp-parsync.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/udp-conduit/udp-parsync.mak... >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2 >/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./README /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/README-udp >if test -f ./license.txt ; then \ > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./license.txt /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/license-udp.txt || exit $? ; \ > fi >if test "" = yes; then \ > make do-install-data-conduit || exit $? ; \ >fi >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/udp-conduit' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >Making install-data in contrib >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/contrib' > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 gasnetrun_ibv.pl gasnetrun_ibv-mpi.pl '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/bin' >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit/contrib' >make[5]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit >mkdir -p -- /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_coll_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/gasnet_coll_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_extended.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/gasnet_extended.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_extended_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/gasnet_extended_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_extended_help.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/gasnet_extended_help.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../extended-ref/gasnet_vis_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/gasnet_vis_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_core.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/gasnet_core.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_core_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/gasnet_core_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_core_help.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/gasnet_core_help.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./gasnet_extended_fwd.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/gasnet_extended_fwd.h > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ../other/firehose/firehose_trace.h /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/firehose_trace.h >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < ibv-seq.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/ibv-seq.mak >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-ibv-seq.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-ibv-seq.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/ibv-seq.mak... >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < ibv-par.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/ibv-par.mak >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-ibv-par.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-ibv-par.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/ibv-par.mak... >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < ibv-parsync.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/ibv-parsync.mak >make[6]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >../other/Makefile-conduit.mak:270: warning: overriding recipe for target 'Makefile' >Makefile:626: warning: ignoring old recipe for target 'Makefile' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-ibv-parsync.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet-ibv-parsync.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/ibv-conduit/ibv-parsync.mak... >make[6]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >/bin/sh ../config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2 >/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./README /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/README-ibv >if test -f ./license.txt ; then \ > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./license.txt /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/license-ibv.txt || exit $? ; \ > fi >if test "" = yes; then \ > make do-install-data-conduit || exit $? ; \ >fi >make[5]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/ibv-conduit' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[4]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/mpi-conduit/contrib' >make[4]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2/mpi-conduit/contrib' >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >/bin/sh ./config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2 >if test -f ./extended-ref/README ; then \ > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./extended-ref/README /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/README-extref || exit $? ; \ >fi >for file in README README-tools license.txt docs/autotuner.txt docs/gasnet.txt docs/gasnet.html docs/gasnet.pdf docs/gasnet.ps ; do \ > if test -f ./$file ; then \ > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./$file /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/share/doc/gasnet-1.28.2/`basename $file` || exit $? ; \ > fi ; \ >done >/bin/sh ./config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < gasnet_tools-seq.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/gasnet_tools-seq.mak >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet_tools-seq.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet_tools-seq.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/gasnet_tools-seq.mak... >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >sed -e /###NOINSTALL###/d -e s@###INSTALL_INCLUDE###@/usr/include@g -e s@###INSTALL_LIBEXEC###@/usr/libexec@g -e s@###INSTALL_DOC###@/usr/share/doc/gasnet-1.28.2@g -e s@###INSTALL_LIB###@/usr/lib64@g -e s@###INSTALL_BIN###@/usr/bin@g -e s@###INSTALL_MAN###@/usr/share/man@g -e s@###INSTALL_ETC###@/etc@g -e s@/usr/@$(GASNET_PREFIX)/@g -e s@###INSTALL_PREFIX###@/usr@g < gasnet_tools-par.mak > /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/gasnet_tools-par.mak >make[3]: Entering directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >rm -f /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet_tools-par.pc >Building /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/pkgconfig/gasnet_tools-par.pc from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/gasnet_tools-par.mak... >make[3]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >for file in DUMMY ; do \ > if test -f $file ; then \ > /bin/sh ./config-aux/mkinstalldirs /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/patched-headers ; \ > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 patched-headers/$file /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include/patched-headers/$file || exit $? ; \ > fi ; \ >done > /bin/mkdir -p '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 gasnet.h gasnet_ammacros.h gasnet_coll.h gasnet_handler.h gasnet_trace.h gasnet_vis.h gasnet_asm.h gasnet_atomicops.h gasnet_atomic_bits.h gasnet_basic.h gasnet_help.h gasnet_membar.h gasnet_timer.h gasnet_tools.h gasnet_toolhelp.h '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/include' >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' > * Making libgasnet_tools-seq.so.1 from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet_tools-seq.a with libs > * Making libamudp.so.1 from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libamudp.a with libs -L/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64 -lgasnet_tools-seq > * Making libgasnet-ibv-par.so.1 from /var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a with libs -lpthread -lrt >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core.o): In function `gasnetc_unpin': >gasnet_core.c:(.text+0x147a): undefined reference to `ibv_dereg_mr' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core.o): In function `gasnetc_pin': >gasnet_core.c:(.text+0x14d5): undefined reference to `ibv_reg_mr' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core.o): In function `gasnet_init_GASNET_1282PARpshmFASTnodebugnotracenostatsnodebugmallocnosrclines': >gasnet_core.c:(.text+0x3ceb): undefined reference to `ibv_get_device_list' >gasnet_core.c:(.text+0x3d9b): undefined reference to `ibv_get_device_name' >gasnet_core.c:(.text+0x3dc4): undefined reference to `ibv_open_device' >gasnet_core.c:(.text+0x3ddb): undefined reference to `ibv_query_device' >gasnet_core.c:(.text+0x3e6b): undefined reference to `ibv_query_port' >gasnet_core.c:(.text+0x4297): undefined reference to `ibv_free_device_list' >gasnet_core.c:(.text+0x42f2): undefined reference to `ibv_close_device' >gasnet_core.c:(.text+0x43f0): undefined reference to `ibv_alloc_pd' >gasnet_core.c:(.text+0x449f): undefined reference to `ibv_create_srq' >gasnet_core.c:(.text+0x44b0): undefined reference to `ibv_destroy_srq' >gasnet_core.c:(.text+0x45c4): undefined reference to `ibv_free_device_list' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_connect.o): In function `gasnetc_create_ah': >gasnet_core_connect.c:(.text+0x375): undefined reference to `ibv_create_ah' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_connect.o): In function `gasnetc_qp_rtr2rts': >gasnet_core_connect.c:(.text+0x766): undefined reference to `ibv_modify_qp' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_connect.o): In function `gasnetc_xrc_modify_qp': >gasnet_core_connect.c:(.text+0x80c): undefined reference to `ibv_modify_qp' >gasnet_core_connect.c:(.text+0x851): undefined reference to `ibv_query_qp' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_connect.o): In function `gasnetc_qp_reset2init': >gasnet_core_connect.c:(.text+0x929): undefined reference to `ibv_modify_qp' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_connect.o): In function `gasnetc_qp_init2rtr': >gasnet_core_connect.c:(.text+0xb8c): undefined reference to `ibv_modify_qp' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_connect.o): In function `gasnetc_put_ah': >gasnet_core_connect.c:(.text+0x161e): undefined reference to `ibv_destroy_ah' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_connect.o): In function `gasnetc_check_inline_limit': >gasnet_core_connect.c:(.text+0x19a9): undefined reference to `ibv_create_qp' >gasnet_core_connect.c:(.text+0x19c8): undefined reference to `ibv_destroy_qp' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_connect.o): In function `gasnetc_qp_create': >gasnet_core_connect.c:(.text+0x1f7e): undefined reference to `ibv_create_qp' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_connect.o): In function `gasnetc_connect_init': >gasnet_core_connect.c:(.text+0x35cd): undefined reference to `ibv_create_qp' >gasnet_core_connect.c:(.text+0x36f1): undefined reference to `ibv_modify_qp' >gasnet_core_connect.c:(.text+0x37ee): undefined reference to `ibv_modify_qp' >gasnet_core_connect.c:(.text+0x382e): undefined reference to `ibv_modify_qp' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_sndrcv.o): In function `gasnetc_create_srq': >gasnet_core_sndrcv.c:(.text+0x260): undefined reference to `ibv_create_srq' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_sndrcv.o): In function `gasnetc_create_cq': >gasnet_core_sndrcv.c:(.text+0x3e3): undefined reference to `ibv_create_comp_channel' >gasnet_core_sndrcv.c:(.text+0x402): undefined reference to `ibv_create_cq' >gasnet_core_sndrcv.c:(.text+0x460): undefined reference to `ibv_create_cq' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_core_thread.o): In function `gasnetc_progress_thread': >gasnet_core_thread.c:(.text+0x304): undefined reference to `ibv_get_cq_event' >gasnet_core_thread.c:(.text+0x319): undefined reference to `ibv_ack_cq_events' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_firehose.o): In function `firehose_move_callback': >gasnet_firehose.c:(.text+0x1a7): undefined reference to `ibv_dereg_mr' >gasnet_firehose.c:(.text+0x1c1): undefined reference to `ibv_dereg_mr' >gasnet_firehose.c:(.text+0x248): undefined reference to `ibv_reg_mr' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_bootstrap_mpi-PAR.o): In function `bootstrapAbort': >gasnet_bootstrap_mpi.c:(.text+0x18e): undefined reference to `MPI_Abort' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_bootstrap_mpi-PAR.o): In function `bootstrapFini': >gasnet_bootstrap_mpi.c:(.text+0x1d2): undefined reference to `MPI_Finalized' >gasnet_bootstrap_mpi.c:(.text+0x208): undefined reference to `MPI_Comm_free' >gasnet_bootstrap_mpi.c:(.text+0x21b): undefined reference to `MPI_Finalize' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_bootstrap_mpi-PAR.o): In function `bootstrapAlltoall': >gasnet_bootstrap_mpi.c:(.text+0x273): undefined reference to `ompi_mpi_byte' >gasnet_bootstrap_mpi.c:(.text+0x28a): undefined reference to `MPI_Alltoall' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_bootstrap_mpi-PAR.o): In function `bootstrapSNodeBroadcast': >gasnet_bootstrap_mpi.c:(.text+0x2f2): undefined reference to `ompi_mpi_byte' >gasnet_bootstrap_mpi.c:(.text+0x307): undefined reference to `MPI_Recv' >gasnet_bootstrap_mpi.c:(.text+0x3cf): undefined reference to `ompi_mpi_byte' >gasnet_bootstrap_mpi.c:(.text+0x3d4): undefined reference to `MPI_Isend' >gasnet_bootstrap_mpi.c:(.text+0x41b): undefined reference to `MPI_Waitall' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_bootstrap_mpi-PAR.o): In function `bootstrapBarrier': >gasnet_bootstrap_mpi.c:(.text+0x47c): undefined reference to `MPI_Barrier' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_bootstrap_mpi-PAR.o): In function `bootstrapExchange': >gasnet_bootstrap_mpi.c:(.text+0x4ed): undefined reference to `ompi_mpi_byte' >gasnet_bootstrap_mpi.c:(.text+0x4f8): undefined reference to `MPI_Allgather' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_bootstrap_mpi-PAR.o): In function `bootstrapBroadcast': >gasnet_bootstrap_mpi.c:(.text+0x562): undefined reference to `ompi_mpi_byte' >gasnet_bootstrap_mpi.c:(.text+0x567): undefined reference to `MPI_Bcast' >/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a(gasnet_bootstrap_mpi-PAR.o): In function `gasneti_bootstrapInit_mpi': >gasnet_bootstrap_mpi.c:(.text+0x612): undefined reference to `MPI_Initialized' >gasnet_bootstrap_mpi.c:(.text+0x6b4): undefined reference to `MPI_Init_thread' >gasnet_bootstrap_mpi.c:(.text+0x750): undefined reference to `ompi_mpi_comm_world' >gasnet_bootstrap_mpi.c:(.text+0x760): undefined reference to `MPI_Comm_group' >gasnet_bootstrap_mpi.c:(.text+0x781): undefined reference to `MPI_Comm_create' >gasnet_bootstrap_mpi.c:(.text+0x791): undefined reference to `MPI_Group_free' >gasnet_bootstrap_mpi.c:(.text+0x7b1): undefined reference to `MPI_Comm_size' >gasnet_bootstrap_mpi.c:(.text+0x7e5): undefined reference to `MPI_Comm_rank' >gasnet_bootstrap_mpi.c:(.text+0x84e): undefined reference to `MPI_Query_thread' >collect2: error: ld returned 1 exit status > * ERROR: sys-cluster/gasnet-1.28.2::gentoo failed (install phase): > * libgasnet-ibv-par.so.1 failed > * > * Call stack: > * ebuild.sh, line 115: Called src_install > * environment, line 1661: Called static_to_shared '/var/tmp/portage/sys-cluster/gasnet-1.28.2/image//usr/lib64/libgasnet-ibv-par.a' '-lpthread' '-lrt' > * environment, line 1691: Called die > * The specific snippet of code: > * ${LINK:-$(tc-getCXX)} ${LDFLAGS} -shared -Wl,-soname=${soname} -Wl,-z,defs -Wl,--whole-archive ${libstatic} -Wl,--no-whole-archive "$@" -o ${libdir}/${soname} || die "${soname} failed"; > * > * If you need support, post the output of `emerge --info '=sys-cluster/gasnet-1.28.2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-cluster/gasnet-1.28.2::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-cluster:gasnet-1.28.2:20170424-153024.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-cluster/gasnet-1.28.2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-cluster/gasnet-1.28.2/temp/environment'. > * Working directory: '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2' > * S: '/var/tmp/portage/sys-cluster/gasnet-1.28.2/work/GASNet-1.28.2'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 616514
:
470796
|
470798
|
470800
|
470802
|
470804
| 470806 |
470808