* Package: sys-cluster/openmpi-1.4.3 * Repository: gentoo * Maintainer: jsbronder@gentoo.org cluster@gentoo.org * USE: abi_x86_64 amd64 cxx elibc_glibc fortran ipv6 kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox * Using following Fortran compiler: * F77: x86_64-pc-linux-gnu-gfortran * FC: x86_64-pc-linux-gnu-gfortran * OpenMPI has an overwhelming count of configuration options. * Don't forget the EXTRA_ECONF environment variable can let you * specify configure options if you find them necessary. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar ============================================================================ == Configuring Open MPI ============================================================================ *** Checking versions checking Open MPI version... 1.4.3 checking Open MPI release date... Oct 05, 2010 checking Open MPI Subversion repository version... r23834 checking Open Run-Time Environment version... 1.4.3 checking Open Run-Time Environment release date... Oct 05, 2010 checking Open Run-Time Environment Subversion repository version... r23834 checking Open Portable Access Layer version... 1.4.3 checking Open Portable Access Layer release date... Oct 05, 2010 checking Open Portable Access Layer Subversion repository version... r23834 *** Initialization, setup configure: builddir: /var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3 configure: srcdir: /var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu installing to directory "/usr" *** Configuration options checking whether to run code coverage... no checking whether to compile with branch probabilities... no checking whether to debug memory usage... no checking whether to profile memory usage... no checking if want developer-level compiler pickyness... no checking if want developer-level debugging code... no checking if want sparse process groups... no checking if want Fortran 77 bindings... yes checking if want Fortran 90 bindings... yes checking desired Fortran 90 bindings "size"... small checking whether to enable PMPI... yes checking if want C++ bindings... yes checking if want MPI::SEEK_SET support... yes checking if want to enable weak symbol support... yes checking if want run-time MPI parameter checking... runtime checking if want to install OMPI header files... no checking if want pretty-print stacktrace... yes checking if peruse support is required... no checking max supported array dimension in F90 MPI bindings... 4 checking if pty support should be enabled... yes checking if user wants dlopen support... yes checking if heterogeneous support should be enabled... no checking if want trace file debugging... no checking if want full RTE support... yes checking if want fault tolerance... Disabled fault tolerance checking if want IPv6 support... yes (if underlying system supports it) checking if want orterun "--prefix" behavior to be enabled by default... yes checking for package/brand string... Open MPI portage@ns207970.ip-94-23-217.eu Distribution checking for ident string... 1.4.3 checking whether to add padding to the openib control header... no checking whether to use an alternative checksum algo for messages... no ============================================================================ == Compiler and preprocessor tests ============================================================================ *** C compiler and preprocessor checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for the C compiler vendor... gnu checking for ANSI C header files... yes checking if x86_64-pc-linux-gnu-gcc supports -finline-functions... yes checking if x86_64-pc-linux-gnu-gcc supports -fno-strict-aliasing... yes configure: WARNING: -fno-strict-aliasing has been added to CFLAGS checking if x86_64-pc-linux-gnu-gcc supports __builtin_expect... yes checking if x86_64-pc-linux-gnu-gcc supports __builtin_prefetch... yes checking for C optimization flags... -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing checking for Interix environment... no checking for C ident string support... #ident checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for long long... yes checking for long double... yes checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking for mode_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes 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 long double... 16 checking size of float... 4 checking size of double... 8 checking size of void *... 8 checking size of size_t... 8 checking size of ssize_t... 8 checking size of ptrdiff_t... 8 checking alignment of char... 1 checking alignment of short... 2 checking alignment of wchar_t... 4 checking alignment of int... 4 checking alignment of long... 8 checking alignment of long long... 8 checking alignment of float... 4 checking alignment of double... 8 checking alignment of long double... 16 checking alignment of void *... 8 checking for C bool type... no checking for inline... __inline__ checking for C/C++ restrict keyword... __restrict checking for weak symbol support... yes checking for functional offsetof macro... yes *** C++ compiler and preprocessor checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for the C++ compiler vendor... gnu checking if C++ compiler works... yes checking if x86_64-pc-linux-gnu-g++ supports -finline-functions... yes configure: WARNING: -finline-functions has been added to CXXFLAGS checking if want C++ exception handling... no checking if C and C++ are link compatible... yes checking for C++ template_repository_directory... not used checking for C++ compiler template parameters... none needed checking if x86_64-pc-linux-gnu-g++ supports __builtin_expect... yes checking if x86_64-pc-linux-gnu-g++ supports __builtin_prefetch... yes checking if x86_64-pc-linux-gnu-g++ supports const_cast<> properly... yes checking for C++ optimization flags... -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -finline-functions checking for C++ ident string support... #ident checking size of bool... 1 checking alignment of bool... 1 checking for __attribute__... yes checking for __attribute__(aligned)... yes checking for __attribute__(always_inline)... yes checking for __attribute__(cold)... yes checking for __attribute__(const)... yes checking for __attribute__(deprecated)... yes checking for __attribute__(format)... yes checking for __attribute__(hot)... yes checking for __attribute__(malloc)... yes checking for __attribute__(may_alias)... yes checking for __attribute__(no_instrument_function)... yes checking for __attribute__(nonnull)... yes checking for __attribute__(noreturn)... yes checking for __attribute__(packed)... yes checking for __attribute__(pure)... yes checking for __attribute__(sentinel)... yes checking for __attribute__(unused)... yes checking for __attribute__(visibility)... yes checking for __attribute__(warn_unused_result)... yes checking for __attribute__(weak_alias)... yes *** Assembler checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking for fgrep... /bin/grep -F checking if need to remove -g from CCASFLAGS... no checking whether to enable smp locks... yes checking if .proc/endp is needed... no checking directive for setting text section... .text checking directive for exporting symbols... .globl checking for objdump... objdump checking if .note.GNU-stack is needed... yes checking suffix for labels... : checking prefix for global symbol labels... checking prefix for lsym labels... .L checking prefix for function in .type... @ checking if .size is needed... yes checking if .align directive takes logarithmic value... no checking if x86_64-pc-linux-gnu-gcc supports GCC inline assembly... yes checking if x86_64-pc-linux-gnu-gcc supports DEC inline assembly... no checking if x86_64-pc-linux-gnu-gcc supports XLC inline assembly... no checking if x86_64-pc-linux-gnu-g++ supports GCC inline assembly... yes checking if x86_64-pc-linux-gnu-g++ supports DEC inline assembly... no checking if x86_64-pc-linux-gnu-g++ supports XLC inline assembly... no checking for assembly format... default-.text-.globl-:--.L-@-1-0-1-1-1 checking for asssembly architecture... AMD64 checking for perl... perl checking for pre-built assembly file... yes (atomic-amd64-linux.s) checking for atomic assembly filename... atomic-amd64-linux.s *** Fortran 77 compiler checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes checking if Fortran 77 compiler works... yes checking x86_64-pc-linux-gnu-gfortran external symbol convention... single underscore checking if C and Fortran 77 are link compatible... yes checking to see if F77 compiler likes the C++ exception flags... skipped (no C++ exceptions flags) checking if Fortran 77 compiler supports LOGICAL... yes checking size of Fortran 77 LOGICAL... 4 checking for C type corresponding to LOGICAL... int checking alignment of Fortran LOGICAL... 4 checking if Fortran 77 compiler supports LOGICAL*1... yes checking size of Fortran 77 LOGICAL*1... 1 checking for C type corresponding to LOGICAL*1... char checking alignment of Fortran LOGICAL*1... 1 checking if Fortran 77 compiler supports LOGICAL*2... yes checking size of Fortran 77 LOGICAL*2... 2 checking for C type corresponding to LOGICAL*2... short checking alignment of Fortran LOGICAL*2... 2 checking if Fortran 77 compiler supports LOGICAL*4... yes checking size of Fortran 77 LOGICAL*4... 4 checking for C type corresponding to LOGICAL*4... int checking alignment of Fortran LOGICAL*4... 4 checking if Fortran 77 compiler supports LOGICAL*8... yes checking size of Fortran 77 LOGICAL*8... 8 checking for C type corresponding to LOGICAL*8... long long checking alignment of Fortran LOGICAL*8... 8 checking if Fortran 77 compiler supports INTEGER... yes checking size of Fortran 77 INTEGER... 4 checking for C type corresponding to INTEGER... int checking alignment of Fortran INTEGER... 4 checking if Fortran 77 compiler supports INTEGER*1... yes checking size of Fortran 77 INTEGER*1... 1 checking for C type corresponding to INTEGER*1... char checking alignment of Fortran INTEGER*1... 1 checking if Fortran 77 compiler supports INTEGER*2... yes checking size of Fortran 77 INTEGER*2... 2 checking for C type corresponding to INTEGER*2... short checking alignment of Fortran INTEGER*2... 2 checking if Fortran 77 compiler supports INTEGER*4... yes checking size of Fortran 77 INTEGER*4... 4 checking for C type corresponding to INTEGER*4... int checking alignment of Fortran INTEGER*4... 4 checking if Fortran 77 compiler supports INTEGER*8... yes checking size of Fortran 77 INTEGER*8... 8 checking for C type corresponding to INTEGER*8... long long checking alignment of Fortran INTEGER*8... 8 checking if Fortran 77 compiler supports INTEGER*16... yes checking size of Fortran 77 INTEGER*16... 16 checking for C type corresponding to INTEGER*16... not found configure: WARNING: *** Did not find corresponding C type checking if Fortran 77 compiler supports REAL... yes checking size of Fortran 77 REAL... 4 checking for C type corresponding to REAL... float checking alignment of Fortran REAL... 4 checking if Fortran 77 compiler supports REAL*2... no checking if Fortran 77 compiler supports REAL*4... yes checking size of Fortran 77 REAL*4... 4 checking for C type corresponding to REAL*4... float checking alignment of Fortran REAL*4... 4 checking if Fortran 77 compiler supports REAL*8... yes checking size of Fortran 77 REAL*8... 8 checking for C type corresponding to REAL*8... double checking alignment of Fortran REAL*8... 8 checking if Fortran 77 compiler supports REAL*16... yes checking size of Fortran 77 REAL*16... 16 checking for C type corresponding to REAL*16... long double checking alignment of Fortran REAL*16... 16 checking if REAL*16 matches bit representation of long double... no configure: WARNING: MPI_REAL16 and MPI_COMPLEX32 support have been disabled checking if Fortran 77 compiler supports DOUBLE PRECISION... yes checking size of Fortran 77 DOUBLE PRECISION... 8 checking for C type corresponding to DOUBLE PRECISION... double checking alignment of Fortran DOUBLE PRECISION... 8 checking if Fortran 77 compiler supports COMPLEX... yes checking size of Fortran 77 COMPLEX... 8 checking alignment of Fortran COMPLEX... 4 checking if Fortran 77 compiler supports COMPLEX*8... yes checking size of Fortran 77 COMPLEX*8... 8 checking alignment of Fortran COMPLEX*8... 4 checking if Fortran 77 compiler supports COMPLEX*16... yes checking size of Fortran 77 COMPLEX*16... 16 checking alignment of Fortran COMPLEX*16... 8 checking if Fortran 77 compiler supports COMPLEX*32... yes checking size of Fortran 77 COMPLEX*32... 32 checking alignment of Fortran COMPLEX*32... 16 checking for max Fortran MPI handle index... ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 ) checking FORTRAN value for .TRUE. logical type... 1 checking for correct handling of FORTRAN logical arrays... yes *** Fortran 90/95 compiler checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran checking whether we are using the GNU Fortran compiler... yes checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes checking if Fortran compiler works... yes checking whether x86_64-pc-linux-gnu-gfortran and x86_64-pc-linux-gnu-gfortran compilers are compatible... yes checking for extra arguments to build a shard library... none needed checking for Fortran flag to compile .f files... none checking for Fortran flag to compile .f90 files... none checking to see if F90 compiler likes the C++ exception flags... skipped (no C++ exceptions flags) checking for Fortran 90 compiler module include flag... -I checking if Fortran 90 compiler supports LOGICAL... yes checking size of Fortran 90 LOGICAL... 4 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports LOGICAL*1... yes checking size of Fortran 90 LOGICAL*1... 1 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports LOGICAL*2... yes checking size of Fortran 90 LOGICAL*2... 2 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports LOGICAL*4... yes checking size of Fortran 90 LOGICAL*4... 4 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports LOGICAL*8... yes checking size of Fortran 90 LOGICAL*8... 8 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports INTEGER... yes checking size of Fortran 90 INTEGER... 4 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports INTEGER*1... yes checking size of Fortran 90 INTEGER*1... 1 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports INTEGER*2... yes checking size of Fortran 90 INTEGER*2... 2 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports INTEGER*4... yes checking size of Fortran 90 INTEGER*4... 4 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports INTEGER*8... yes checking size of Fortran 90 INTEGER*8... 8 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports INTEGER*16... yes checking size of Fortran 90 INTEGER*16... 16 configure: WARNING: *** Corresponding Fortran 77 type (INTEGER*16) not supported configure: WARNING: *** Skipping Fortran 90 type (INTEGER*16) checking if Fortran 90 compiler supports REAL... yes checking size of Fortran 90 REAL... 4 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports REAL*2... no checking if Fortran 90 compiler supports REAL*4... yes checking size of Fortran 90 REAL*4... 4 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports REAL*8... yes checking size of Fortran 90 REAL*8... 8 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports REAL*16... yes checking size of Fortran 90 REAL*16... 16 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports DOUBLE PRECISION... yes checking size of Fortran 90 DOUBLE PRECISION... 8 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports COMPLEX... yes checking size of Fortran 90 COMPLEX... 8 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports COMPLEX*8... yes checking size of Fortran 90 COMPLEX*8... 8 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports COMPLEX*16... yes checking size of Fortran 90 COMPLEX*16... 16 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports COMPLEX*32... yes checking size of Fortran 90 COMPLEX*32... 32 checking if Fortran 77 and 90 type sizes match... yes checking if Fortran 90 compiler supports DOUBLE COMPLEX... yes checking size of Fortran 90 DOUBLE COMPLEX... 16 checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(9))... 4 checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(18))... 8 checking Fortran 90 kind of MPI_OFFSET_KIND (selected_int_kind(18))... (cached) 8 ============================================================================ == Header file tests ============================================================================ checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking aio.h usability... yes checking aio.h presence... yes checking for aio.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking for stdint.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking stropts.h usability... yes checking stropts.h presence... yes checking for stropts.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/queue.h usability... yes checking sys/queue.h presence... yes checking for sys/queue.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for sys/stat.h... (cached) yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/tree.h usability... no checking sys/tree.h presence... no checking for sys/tree.h... no checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking net/uio.h usability... no checking net/uio.h presence... no checking for net/uio.h... no checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking ulimit.h usability... yes checking ulimit.h presence... yes checking for ulimit.h... yes checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking ioLib.h usability... no checking ioLib.h presence... no checking for ioLib.h... no checking sockLib.h usability... no checking sockLib.h presence... no checking for sockLib.h... no checking hostLib.h usability... no checking hostLib.h presence... no checking for hostLib.h... no checking shlwapi.h usability... no checking shlwapi.h presence... no checking for shlwapi.h... no checking sys/synch.h usability... no checking sys/synch.h presence... no checking for sys/synch.h... no checking for net/if.h... yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking if works... yes ============================================================================ == Type tests ============================================================================ checking size of pid_t... 4 checking for socklen_t... yes checking for struct sockaddr_in... yes checking for struct sockaddr_in6... yes checking for struct sockaddr_storage... yes checking whether AF_UNSPEC is declared... yes checking whether PF_UNSPEC is declared... yes checking whether AF_INET6 is declared... yes checking whether PF_INET6 is declared... yes checking if SA_RESTART defined in signal.h... yes checking for struct sockaddr.sa_len... no checking for struct dirent.d_type... yes checking for siginfo_t.si_fd... yes checking for siginfo_t.si_band... yes ============================================================================ == Library and Function tests ============================================================================ checking for openpty in -lutil... yes checking for gethostbyname in -lnsl... yes checking for socket in -lsocket... no checking if we need -lrt for sched_yield... no checking for sched_yield... yes checking if we need -lgen for dirname... no checking for dirname... yes checking if we need -lm for ceil... yes checking for ceil... yes checking for asprintf... yes checking for snprintf... yes checking for vasprintf... yes checking for vsnprintf... yes checking for openpty... yes checking for isatty... yes checking for getpwuid... yes checking for fork... yes checking for waitpid... yes checking for execve... yes checking for pipe... yes checking for ptsname... yes checking for setsid... yes checking for mmap... yes checking for mallopt... yes checking for tcgetpgrp... yes checking for posix_memalign... yes checking for strsignal... yes checking for sysconf... yes checking for syslog... yes checking for regcmp... no checking for regexec... yes checking for regfree... yes checking for _NSGetEnviron... no checking for socketpair... yes checking for strncpy_s... no checking for _strdup... no checking for usleep... yes checking for mkfifo... yes checking for htonl define... no checking for htonl... yes checking whether va_copy is declared... yes checking whether __va_copy is declared... yes checking whether __func__ is declared... yes ============================================================================ == System-specific tests ============================================================================ checking checking for type of MPI_Offset... long long checking checking for an MPI datatype for MPI_Offset... MPI_LONG_LONG checking for _SC_NPROCESSORS_ONLN... yes checking whether byte ordering is bigendian... no checking for broken qsort... no checking if word-sized integers must be word-size aligned... no checking if C compiler and POSIX threads work as is... no checking if C++ compiler and POSIX threads work as is... no checking if F77 compiler and POSIX threads work as is... no checking if C compiler and POSIX threads work with -Kthread... no checking if C compiler and POSIX threads work with -kthread... no checking if C compiler and POSIX threads work with -pthread... yes checking if C++ compiler and POSIX threads work with -Kthread... no checking if C++ compiler and POSIX threads work with -kthread... no checking if C++ compiler and POSIX threads work with -pthread... yes checking if F77 compiler and POSIX threads work with -Kthread... no checking if F77 compiler and POSIX threads work with -kthread... no checking if F77 compiler and POSIX threads work with -pthread... yes checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes checking for PTHREAD_MUTEX_ERRORCHECK... yes checking for working POSIX threads package... yes checking if C compiler and Solaris threads work... no checking if C++ compiler and Solaris threads work... no checking if F77 compiler and Solaris threads work... no checking for working Solaris threads package... no checking for type of thread support... posix checking if threads have different pids (pthreads on linux)... no checking if want MPI thread support... no checking if want fault tolerance thread... Disabled (fault tolerance disabled --without-ft) checking whether ln -s works... yes checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for flavor of ps to use... ps -A -o fname,pid,user checking if build filesystem is case sensitive... yes checking if configuring for case sensitive filesystem... yes checking whether RLIMIT_NPROC is declared... yes checking whether RLIMIT_MEMLOCK is declared... yes ============================================================================ == Modular Component Architecture (MCA) setup ============================================================================ checking for subdir 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' '--libdir=/usr/lib64' '--sysconfdir=/etc/openmpi' '--enable-pretty-print-stacktrace' '--enable-orterun-prefix-by-default' '--without-slurm' '--enable-contrib-no-build=vt' '--enable-mpi-cxx' '--disable-io-romio' '--disable-heterogeneous' '--without-tm' '--enable-ipv6' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=native -Wformat -Werror=format-security -g0 -O2' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' 'CXXFLAGS=-march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6' 'F77=x86_64-pc-linux-gnu-gfortran' 'FFLAGS=-O2 -pipe' 'FC=x86_64-pc-linux-gnu-gfortran' 'FCFLAGS=-O2 -pipe' checking for bison... bison -y checking which components should be disabled... checking which components should be direct-linked into the library... checking which components should be run-time loadable... all checking which components should be static... none checking for projects containing MCA frameworks... opal, orte, ompi *** Configuring MCA for opal checking for frameworks for opal... backtrace, carto, crs, installdirs, maffinity, memchecker, memcpy, memory, paffinity, timer +++ Configuring MCA framework backtrace checking for no configure components in framework backtrace... checking for m4 configure components in framework backtrace... execinfo, printstack, darwin, none --- MCA component backtrace:execinfo (m4 configuration macro) checking for MCA component backtrace:execinfo compile mode... static checking for execinfo.h... (cached) yes checking if we need -lexecinfo for backtrace... no checking for backtrace... yes checking if MCA component backtrace:execinfo can compile... yes --- MCA component backtrace:printstack (m4 configuration macro) checking for MCA component backtrace:printstack compile mode... static checking if MCA component backtrace:printstack can compile... no --- MCA component backtrace:darwin (m4 configuration macro) checking for MCA component backtrace:darwin compile mode... static checking if MCA component backtrace:darwin can compile... no --- MCA component backtrace:none (m4 configuration macro) checking for MCA component backtrace:none compile mode... static checking if MCA component backtrace:none can compile... no +++ Configuring MCA framework carto checking for no configure components in framework carto... auto_detect, file checking for m4 configure components in framework carto... --- MCA component carto:auto_detect (no configuration) checking for MCA component carto:auto_detect compile mode... dso checking if MCA component carto:auto_detect can compile... yes --- MCA component carto:file (no configuration) checking for MCA component carto:file compile mode... dso checking if MCA component carto:file can compile... yes +++ Configuring MCA framework crs checking for no configure components in framework crs... none checking for m4 configure components in framework crs... blcr, self --- MCA component crs:none (no configuration) checking for MCA component crs:none compile mode... dso checking if MCA component crs:none can compile... yes --- MCA component crs:blcr (m4 configuration macro) checking for MCA component crs:blcr compile mode... dso checking --with-blcr value... simple ok (unspecified) checking --with-blcr-libdir value... simple ok (unspecified) checking if MCA component crs:blcr can compile... no --- MCA component crs:self (m4 configuration macro) checking for MCA component crs:self compile mode... dso checking if MCA component crs:self can compile... no +++ Configuring MCA framework installdirs checking for no configure components in framework installdirs... checking for m4 configure components in framework installdirs... env, config, windows --- MCA component installdirs:env (m4 configuration macro) checking for MCA component installdirs:env compile mode... static checking if MCA component installdirs:env can compile... yes --- MCA component installdirs:config (m4 configuration macro) checking for MCA component installdirs:config compile mode... static checking if MCA component installdirs:config can compile... yes --- MCA component installdirs:windows (m4 configuration macro) checking for MCA component installdirs:windows compile mode... static checking for working RegOpenKeyEx... no checking if MCA component installdirs:windows can compile... no +++ Configuring MCA framework maffinity checking for no configure components in framework maffinity... first_use checking for m4 configure components in framework maffinity... libnuma --- MCA component maffinity:first_use (no configuration) checking for MCA component maffinity:first_use compile mode... dso checking if MCA component maffinity:first_use can compile... yes --- MCA component maffinity:libnuma (m4 configuration macro) checking for MCA component maffinity:libnuma compile mode... dso checking --with-libnuma value... simple ok (unspecified) checking --with-libnuma value... simple ok (unspecified) checking numa.h usability... yes checking numa.h presence... yes checking for numa.h... yes looking for library without search path checking for numa_available in -lnuma... yes checking whether MPOL_MF_MOVE is declared... no checking if MCA component maffinity:libnuma can compile... yes +++ Pre-configuring the framework memchecker checking if --enable-memchecker was specified... no (adding "memchecker" to --enable-mca-no-build list) +++ Configuring MCA framework memchecker checking for no configure components in framework memchecker... checking for m4 configure components in framework memchecker... valgrind --- MCA component memchecker:valgrind (m4 configuration macro) checking for MCA component memchecker:valgrind compile mode... static checking if MCA component memchecker:valgrind can compile... no +++ Configuring MCA framework memcpy checking for no configure components in framework memcpy... checking for m4 configure components in framework memcpy... +++ Configuring MCA framework memory checking for no configure components in framework memory... checking for m4 configure components in framework memory... ptmalloc2, malloc_solaris --- MCA component memory:ptmalloc2 (m4 configuration macro) checking for MCA component memory:ptmalloc2 compile mode... static checking for malloc.h... (cached) yes checking link.h usability... yes checking link.h presence... yes checking for link.h... yes checking whether __malloc_initialize_hook is declared... yes checking whether sbrk is declared... yes checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking for syscall... yes checking for __munmap... no checking for __mmap... no checking for dlsym in -ldl... yes checking for dlsym... yes checking if MCA component memory:ptmalloc2 can compile... yes --- MCA component memory:malloc_solaris (m4 configuration macro) checking for MCA component memory:malloc_solaris compile mode... static checking if MCA component memory:malloc_solaris can compile... no +++ Configuring MCA framework paffinity checking for no configure components in framework paffinity... checking for m4 configure components in framework paffinity... linux, solaris, windows, darwin, test, posix --- MCA component paffinity:linux (m4 configuration macro) checking for MCA component paffinity:linux compile mode... dso checking for syscall... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/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... included checking if want PLPA maintainer support... disabled checking for PLPA config prefix... opal/mca/paffinity/linux/plpa checking for PLPA symbol prefix... opal_paffinity_linux_plpa_ checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no configure: WARNING: valgrind.h not found checking whether to build PLPA executables... no checking for PLPA version... 1.3.2 checking if MCA component paffinity:linux can compile... yes --- MCA component paffinity:solaris (m4 configuration macro) checking for MCA component paffinity:solaris compile mode... dso checking sys/procset.h usability... no checking sys/procset.h presence... no checking for sys/procset.h... no checking if MCA component paffinity:solaris can compile... no --- MCA component paffinity:windows (m4 configuration macro) checking for MCA component paffinity:windows compile mode... dso checking for working GetProcessAffinityMask... no checking if MCA component paffinity:windows can compile... no --- MCA component paffinity:darwin (m4 configuration macro) checking for MCA component paffinity:darwin compile mode... dso checking if MCA component paffinity:darwin can compile... no --- MCA component paffinity:test (m4 configuration macro) checking for MCA component paffinity:test compile mode... dso checking if MCA component paffinity:test can compile... no --- MCA component paffinity:posix (m4 configuration macro) checking for MCA component paffinity:posix compile mode... dso checking if MCA component paffinity:posix can compile... no +++ Configuring MCA framework timer checking for no configure components in framework timer... checking for m4 configure components in framework timer... catamount, aix, altix, darwin, solaris, windows, linux --- MCA component timer:catamount (m4 configuration macro) checking for MCA component timer:catamount compile mode... static checking catamount/dclock.h usability... no checking catamount/dclock.h presence... no checking for catamount/dclock.h... no checking if MCA component timer:catamount can compile... no --- MCA component timer:aix (m4 configuration macro) checking for MCA component timer:aix compile mode... static checking for time_base_to_time... no checking if MCA component timer:aix can compile... no --- MCA component timer:altix (m4 configuration macro) checking for MCA component timer:altix compile mode... static checking sn/mmtimer.h usability... no checking sn/mmtimer.h presence... no checking for sn/mmtimer.h... no checking if MCA component timer:altix can compile... no --- MCA component timer:darwin (m4 configuration macro) checking for MCA component timer:darwin compile mode... static checking mach/mach_time.h usability... no checking mach/mach_time.h presence... no checking for mach/mach_time.h... no checking for mach_absolute_time... no checking if MCA component timer:darwin can compile... no --- MCA component timer:solaris (m4 configuration macro) checking for MCA component timer:solaris compile mode... static checking for gethrtime... no checking if MCA component timer:solaris can compile... no --- MCA component timer:windows (m4 configuration macro) checking for MCA component timer:windows compile mode... static checking if MCA component timer:windows can compile... no --- MCA component timer:linux (m4 configuration macro) checking for MCA component timer:linux compile mode... static checking if MCA component timer:linux can compile... yes *** Configuring MCA for orte checking for frameworks for orte... errmgr, ess, filem, grpcomm, iof, notifier, odls, oob, plm, ras, rmaps, rml, routed, snapc +++ Configuring MCA framework errmgr checking for no configure components in framework errmgr... default checking for m4 configure components in framework errmgr... --- MCA component errmgr:default (no configuration) checking for MCA component errmgr:default compile mode... dso checking if MCA component errmgr:default can compile... yes +++ Configuring MCA framework ess checking for no configure components in framework ess... checking for m4 configure components in framework ess... portals_utcp, cnos, alps, env, hnp, lsf, singleton, slurm, tool --- MCA component ess:portals_utcp (m4 configuration macro) checking for MCA component ess:portals_utcp compile mode... dso checking --with-portals value... simple ok (unspecified) checking for PtlGetRank... no checking if MCA component ess:portals_utcp can compile... no --- MCA component ess:cnos (m4 configuration macro) checking for MCA component ess:cnos compile mode... dso checking for cnos_get_rank... no checking if MCA component ess:cnos can compile... no --- MCA component ess:alps (m4 configuration macro) checking for MCA component ess:alps compile mode... dso checking if MCA component ess:alps can compile... no --- MCA component ess:env (m4 configuration macro) checking for MCA component ess:env compile mode... dso checking if MCA component ess:env can compile... yes --- MCA component ess:hnp (m4 configuration macro) checking for MCA component ess:hnp compile mode... dso checking if MCA component ess:hnp can compile... yes --- MCA component ess:lsf (m4 configuration macro) checking for MCA component ess:lsf compile mode... dso checking --with-lsf value... simple ok (unspecified) checking --with-lsf-libdir value... simple ok (unspecified) checking for LSF dir... compiler default checking for LSF library dir... linker default checking lsf/lsbatch.h usability... no checking lsf/lsbatch.h presence... no checking for lsf/lsbatch.h... no checking if MCA component ess:lsf can compile... no --- MCA component ess:singleton (m4 configuration macro) checking for MCA component ess:singleton compile mode... dso checking if MCA component ess:singleton can compile... yes --- MCA component ess:slurm (m4 configuration macro) checking for MCA component ess:slurm compile mode... dso checking if MCA component ess:slurm can compile... no --- MCA component ess:tool (m4 configuration macro) checking for MCA component ess:tool compile mode... dso checking if MCA component ess:tool can compile... yes +++ Configuring MCA framework filem checking for no configure components in framework filem... rsh checking for m4 configure components in framework filem... --- MCA component filem:rsh (no configuration) checking for MCA component filem:rsh compile mode... dso checking if MCA component filem:rsh can compile... yes +++ Configuring MCA framework grpcomm checking for no configure components in framework grpcomm... checking for m4 configure components in framework grpcomm... cnos, bad, basic --- MCA component grpcomm:cnos (m4 configuration macro) checking for MCA component grpcomm:cnos compile mode... dso checking for cnos_barrier... no checking if MCA component grpcomm:cnos can compile... no --- MCA component grpcomm:bad (m4 configuration macro) checking for MCA component grpcomm:bad compile mode... dso checking if MCA component grpcomm:bad can compile... yes --- MCA component grpcomm:basic (m4 configuration macro) checking for MCA component grpcomm:basic compile mode... dso checking if MCA component grpcomm:basic can compile... yes +++ Configuring MCA framework iof checking for no configure components in framework iof... hnp, orted, tool checking for m4 configure components in framework iof... --- MCA component iof:hnp (no configuration) checking for MCA component iof:hnp compile mode... dso checking if MCA component iof:hnp can compile... yes --- MCA component iof:orted (no configuration) checking for MCA component iof:orted compile mode... dso checking if MCA component iof:orted can compile... yes --- MCA component iof:tool (no configuration) checking for MCA component iof:tool compile mode... dso checking if MCA component iof:tool can compile... yes +++ Configuring MCA framework notifier checking for no configure components in framework notifier... checking for m4 configure components in framework notifier... syslog --- MCA component notifier:syslog (m4 configuration macro) checking for MCA component notifier:syslog compile mode... dso checking if MCA component notifier:syslog can compile... yes +++ Configuring MCA framework odls checking for no configure components in framework odls... checking for m4 configure components in framework odls... default, process --- MCA component odls:default (m4 configuration macro) checking for MCA component odls:default compile mode... dso checking for fork... (cached) yes checking if MCA component odls:default can compile... yes --- MCA component odls:process (m4 configuration macro) checking for MCA component odls:process compile mode... dso checking for CreateProcess... no checking if MCA component odls:process can compile... no +++ Configuring MCA framework oob checking for no configure components in framework oob... checking for m4 configure components in framework oob... tcp --- MCA component oob:tcp (m4 configuration macro) checking for MCA component oob:tcp compile mode... dso checking for struct sockaddr_in... (cached) yes checking if MCA component oob:tcp can compile... yes +++ Configuring MCA framework plm checking for no configure components in framework plm... checking for m4 configure components in framework plm... alps, ccp, lsf, process, rsh, slurm, tm --- MCA component plm:alps (m4 configuration macro) checking for MCA component plm:alps compile mode... dso checking if MCA component plm:alps can compile... no --- MCA component plm:ccp (m4 configuration macro) checking for MCA component plm:ccp compile mode... dso checking if MCA component plm:ccp can compile... no --- MCA component plm:lsf (m4 configuration macro) checking for MCA component plm:lsf compile mode... dso checking --with-lsf value... simple ok (unspecified) checking --with-lsf-libdir value... simple ok (unspecified) checking for LSF dir... compiler default checking for LSF library dir... linker default checking lsf/lsbatch.h usability... no checking lsf/lsbatch.h presence... no checking for lsf/lsbatch.h... no checking if MCA component plm:lsf can compile... no --- MCA component plm:process (m4 configuration macro) checking for MCA component plm:process compile mode... dso checking if MCA component plm:process can compile... no --- MCA component plm:rsh (m4 configuration macro) checking for MCA component plm:rsh compile mode... dso checking for fork... (cached) yes checking if MCA component plm:rsh can compile... yes --- MCA component plm:slurm (m4 configuration macro) checking for MCA component plm:slurm compile mode... dso checking if MCA component plm:slurm can compile... no --- MCA component plm:tm (m4 configuration macro) checking for MCA component plm:tm compile mode... dso checking --with-tm value... simple ok (unspecified) checking if MCA component plm:tm can compile... no +++ Configuring MCA framework ras checking for no configure components in framework ras... checking for m4 configure components in framework ras... alps, ccp, gridengine, loadleveler, lsf, slurm, tm --- MCA component ras:alps (m4 configuration macro) checking for MCA component ras:alps compile mode... dso checking if MCA component ras:alps can compile... no --- MCA component ras:ccp (m4 configuration macro) checking for MCA component ras:ccp compile mode... dso checking if MCA component ras:ccp can compile... no --- MCA component ras:gridengine (m4 configuration macro) checking for MCA component ras:gridengine compile mode... dso checking if user requested SGE build... not specified; checking environment checking for qrsh... no checking for SGE_ROOT environment variable... not found checking if MCA component ras:gridengine can compile... no --- MCA component ras:loadleveler (m4 configuration macro) checking for MCA component ras:loadleveler compile mode... dso checking --with-loadleveler value... simple ok (unspecified) checking llapi.h usability... no checking llapi.h presence... no checking for llapi.h... no checking if MCA component ras:loadleveler can compile... no --- MCA component ras:lsf (m4 configuration macro) checking for MCA component ras:lsf compile mode... dso checking --with-lsf value... simple ok (unspecified) checking --with-lsf-libdir value... simple ok (unspecified) checking for LSF dir... compiler default checking for LSF library dir... linker default checking lsf/lsbatch.h usability... no checking lsf/lsbatch.h presence... no checking for lsf/lsbatch.h... no checking if MCA component ras:lsf can compile... no --- MCA component ras:slurm (m4 configuration macro) checking for MCA component ras:slurm compile mode... dso checking if MCA component ras:slurm can compile... no --- MCA component ras:tm (m4 configuration macro) checking for MCA component ras:tm compile mode... dso checking --with-tm value... simple ok (unspecified) checking if MCA component ras:tm can compile... no +++ Configuring MCA framework rmaps checking for no configure components in framework rmaps... load_balance, rank_file, round_robin, seq checking for m4 configure components in framework rmaps... --- MCA component rmaps:load_balance (no configuration) checking for MCA component rmaps:load_balance compile mode... dso checking if MCA component rmaps:load_balance can compile... yes --- MCA component rmaps:rank_file (no configuration) checking for MCA component rmaps:rank_file compile mode... dso checking if MCA component rmaps:rank_file can compile... yes --- MCA component rmaps:round_robin (no configuration) checking for MCA component rmaps:round_robin compile mode... dso checking if MCA component rmaps:round_robin can compile... yes --- MCA component rmaps:seq (no configuration) checking for MCA component rmaps:seq compile mode... dso checking if MCA component rmaps:seq can compile... yes +++ Configuring MCA framework rml checking for no configure components in framework rml... oob checking for m4 configure components in framework rml... ftrm --- MCA component rml:oob (no configuration) checking for MCA component rml:oob compile mode... dso checking if MCA component rml:oob can compile... yes --- MCA component rml:ftrm (m4 configuration macro) checking for MCA component rml:ftrm compile mode... dso checking if MCA component rml:ftrm can compile... no +++ Configuring MCA framework routed checking for no configure components in framework routed... binomial, direct, linear checking for m4 configure components in framework routed... --- MCA component routed:binomial (no configuration) checking for MCA component routed:binomial compile mode... dso checking if MCA component routed:binomial can compile... yes --- MCA component routed:direct (no configuration) checking for MCA component routed:direct compile mode... dso checking if MCA component routed:direct can compile... yes --- MCA component routed:linear (no configuration) checking for MCA component routed:linear compile mode... dso checking if MCA component routed:linear can compile... yes +++ Configuring MCA framework snapc checking for no configure components in framework snapc... checking for m4 configure components in framework snapc... full --- MCA component snapc:full (m4 configuration macro) checking for MCA component snapc:full compile mode... dso checking if MCA component snapc:full can compile... no *** Configuring MCA for ompi checking for frameworks for ompi... allocator, bml, btl, coll, common, crcp, dpm, io, mpool, mtl, osc, pml, pubsub, rcache, topo +++ Configuring MCA framework allocator checking for no configure components in framework allocator... basic, bucket checking for m4 configure components in framework allocator... --- MCA component allocator:basic (no configuration) checking for MCA component allocator:basic compile mode... dso checking if MCA component allocator:basic can compile... yes --- MCA component allocator:bucket (no configuration) checking for MCA component allocator:bucket compile mode... dso checking if MCA component allocator:bucket can compile... yes +++ Configuring MCA framework bml checking for no configure components in framework bml... r2 checking for m4 configure components in framework bml... --- MCA component bml:r2 (no configuration) checking for MCA component bml:r2 compile mode... dso checking if MCA component bml:r2 can compile... yes +++ Configuring MCA framework btl checking for no configure components in framework btl... self, sm checking for m4 configure components in framework btl... elan, gm, mx, ofud, openib, portals, tcp, udapl --- MCA component btl:self (no configuration) checking for MCA component btl:self compile mode... dso checking if MCA component btl:self can compile... yes --- MCA component btl:sm (no configuration) checking for MCA component btl:sm compile mode... dso checking if MCA component btl:sm can compile... yes --- MCA component btl:elan (m4 configuration macro) checking for MCA component btl:elan compile mode... dso checking --with-elan value... simple ok (unspecified) checking --with-elan-libdir value... simple ok (unspecified) checking elan/elan.h usability... no checking elan/elan.h presence... no checking for elan/elan.h... no checking if MCA component btl:elan can compile... no --- MCA component btl:gm (m4 configuration macro) checking for MCA component btl:gm compile mode... dso checking --with-gm value... simple ok (unspecified) checking --with-gm-libdir value... simple ok (unspecified) checking gm.h usability... no checking gm.h presence... no checking for gm.h... no checking if MCA component btl:gm can compile... no --- MCA component btl:mx (m4 configuration macro) checking for MCA component btl:mx compile mode... dso checking --with-mx value... simple ok (unspecified) checking --with-mx-libdir value... simple ok (unspecified) checking myriexpress.h usability... no checking myriexpress.h presence... no checking for myriexpress.h... no checking if MCA component btl:mx can compile... no --- MCA component btl:ofud (m4 configuration macro) checking for MCA component btl:ofud compile mode... dso checking --with-openib value... simple ok (unspecified) checking --with-openib-libdir value... simple ok (unspecified) checking for fcntl.h... (cached) yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes looking for library without search path checking for ibv_open_device in -libverbs... yes checking number of arguments to ibv_create_cq... 5 checking whether IBV_EVENT_CLIENT_REREGISTER is declared... yes checking for ibv_get_device_list... yes checking for ibv_resize_cq... yes checking for struct ibv_device.transport_type... yes checking for ibv_create_xrc_rcv_qp... no checking rdma/rdma_cma.h usability... yes checking rdma/rdma_cma.h presence... yes checking for rdma/rdma_cma.h... yes checking for rdma_create_id in -lrdmacm... yes checking for rdma_get_peer_addr... yes checking for infiniband/driver.h... yes checking if ConnectX XRC support is enabled... no checking if OpenFabrics RDMACM support is enabled... yes checking if OpenFabrics IBCM support is enabled... no checking if MCA component btl:ofud can compile... yes --- MCA component btl:openib (m4 configuration macro) checking for MCA component btl:openib compile mode... dso checking --with-openib value... simple ok (unspecified) checking --with-openib-libdir value... simple ok (unspecified) checking for fcntl.h... (cached) yes checking for sys/poll.h... (cached) yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes looking for library without search path checking for ibv_open_device in -libverbs... yes checking number of arguments to ibv_create_cq... (cached) 5 checking whether IBV_EVENT_CLIENT_REREGISTER is declared... (cached) yes checking for ibv_get_device_list... (cached) yes checking for ibv_resize_cq... (cached) yes checking for struct ibv_device.transport_type... (cached) yes checking for ibv_create_xrc_rcv_qp... (cached) no checking for rdma/rdma_cma.h... (cached) yes checking for rdma_create_id in -lrdmacm... (cached) yes checking for rdma_get_peer_addr... yes checking for infiniband/driver.h... (cached) yes checking if ConnectX XRC support is enabled... no checking if OpenFabrics RDMACM support is enabled... yes checking if OpenFabrics IBCM support is enabled... no checking for ibv_fork_init... yes checking for thread support (needed for ibcm/rdmacm)... posix checking which openib btl cpcs will be built... oob rdmacm checking if MCA component btl:openib can compile... yes --- MCA component btl:portals (m4 configuration macro) checking for MCA component btl:portals compile mode... dso checking --with-portals value... simple ok (unspecified) checking for Portals configuration... utcp checking portals3.h usability... no checking portals3.h presence... no checking for portals3.h... no checking if MCA component btl:portals can compile... no --- MCA component btl:tcp (m4 configuration macro) checking for MCA component btl:tcp compile mode... dso checking for struct sockaddr_in... (cached) yes checking if MCA component btl:tcp can compile... yes --- MCA component btl:udapl (m4 configuration macro) checking for MCA component btl:udapl compile mode... dso checking --with-udapl value... simple ok (unspecified) checking --with-udapl-libdir value... simple ok (unspecified) configure: WARNING: On Linux and --with-udapl was not specified configure: WARNING: Not building the udapl BTL checking if MCA component btl:udapl can compile... no +++ Configuring MCA framework coll checking for no configure components in framework coll... basic, hierarch, inter, self, sm, sync, tuned checking for m4 configure components in framework coll... --- MCA component coll:basic (no configuration) checking for MCA component coll:basic compile mode... dso checking if MCA component coll:basic can compile... yes --- MCA component coll:hierarch (no configuration) checking for MCA component coll:hierarch compile mode... dso checking if MCA component coll:hierarch can compile... yes --- MCA component coll:inter (no configuration) checking for MCA component coll:inter compile mode... dso checking if MCA component coll:inter can compile... yes --- MCA component coll:self (no configuration) checking for MCA component coll:self compile mode... dso checking if MCA component coll:self can compile... yes --- MCA component coll:sm (no configuration) checking for MCA component coll:sm compile mode... dso checking if MCA component coll:sm can compile... yes --- MCA component coll:sync (no configuration) checking for MCA component coll:sync compile mode... dso checking if MCA component coll:sync can compile... yes --- MCA component coll:tuned (no configuration) checking for MCA component coll:tuned compile mode... dso checking if MCA component coll:tuned can compile... yes +++ Configuring MCA framework common checking for no configure components in framework common... sm checking for m4 configure components in framework common... mx, portals --- MCA component common:sm (no configuration) checking for MCA component common:sm compile mode... dso checking if MCA component common:sm can compile... yes --- MCA component common:mx (m4 configuration macro) checking for MCA component common:mx compile mode... dso checking --with-mx value... simple ok (unspecified) checking --with-mx-libdir value... simple ok (unspecified) checking myriexpress.h usability... no checking myriexpress.h presence... no checking for myriexpress.h... no checking if MCA component common:mx can compile... no --- MCA component common:portals (m4 configuration macro) checking for MCA component common:portals compile mode... dso checking --with-portals value... simple ok (unspecified) checking for Portals configuration... utcp checking for portals3.h... (cached) no checking if MCA component common:portals can compile... no +++ Configuring MCA framework crcp checking for no configure components in framework crcp... checking for m4 configure components in framework crcp... bkmrk --- MCA component crcp:bkmrk (m4 configuration macro) checking for MCA component crcp:bkmrk compile mode... dso checking if MCA component crcp:bkmrk can compile... no +++ Configuring MCA framework dpm checking for no configure components in framework dpm... orte checking for m4 configure components in framework dpm... --- MCA component dpm:orte (no configuration) checking for MCA component dpm:orte compile mode... dso checking if MCA component dpm:orte can compile... yes +++ Configuring MCA framework io checking for no configure components in framework io... checking for m4 configure components in framework io... romio --- MCA component io:romio (m4 configuration macro) checking for MCA component io:romio compile mode... dso checking if want ROMIO component... no checking if MCA component io:romio can compile... no +++ Configuring MCA framework mpool checking for no configure components in framework mpool... fake, rdma, sm checking for m4 configure components in framework mpool... --- MCA component mpool:fake (no configuration) checking for MCA component mpool:fake compile mode... dso checking if MCA component mpool:fake can compile... yes --- MCA component mpool:rdma (no configuration) checking for MCA component mpool:rdma compile mode... dso checking if MCA component mpool:rdma can compile... yes --- MCA component mpool:sm (no configuration) checking for MCA component mpool:sm compile mode... dso checking if MCA component mpool:sm can compile... yes +++ Configuring MCA framework mtl checking for no configure components in framework mtl... checking for m4 configure components in framework mtl... mx, portals, psm --- MCA component mtl:mx (m4 configuration macro) checking for MCA component mtl:mx compile mode... dso checking --with-mx value... simple ok (unspecified) checking --with-mx-libdir value... simple ok (unspecified) checking myriexpress.h usability... no checking myriexpress.h presence... no checking for myriexpress.h... no checking if MCA component mtl:mx can compile... no --- MCA component mtl:portals (m4 configuration macro) checking for MCA component mtl:portals compile mode... dso checking --with-portals value... simple ok (unspecified) checking for Portals configuration... utcp checking for portals3.h... (cached) no checking if MCA component mtl:portals can compile... no --- MCA component mtl:psm (m4 configuration macro) checking for MCA component mtl:psm compile mode... dso checking --with-psm value... simple ok (unspecified) checking --with-psm-libdir value... simple ok (unspecified) checking psm.h usability... no checking psm.h presence... no checking for psm.h... no checking if MCA component mtl:psm can compile... no +++ Configuring MCA framework osc checking for no configure components in framework osc... pt2pt, rdma checking for m4 configure components in framework osc... --- MCA component osc:pt2pt (no configuration) checking for MCA component osc:pt2pt compile mode... dso checking if MCA component osc:pt2pt can compile... yes --- MCA component osc:rdma (no configuration) checking for MCA component osc:rdma compile mode... dso checking if MCA component osc:rdma can compile... yes +++ Configuring MCA framework pml checking for no configure components in framework pml... cm, csum, ob1 checking for m4 configure components in framework pml... crcpw, v --- MCA component pml:cm (no configuration) checking for MCA component pml:cm compile mode... dso checking if MCA component pml:cm can compile... yes --- MCA component pml:csum (no configuration) checking for MCA component pml:csum compile mode... dso checking if MCA component pml:csum can compile... yes --- MCA component pml:ob1 (no configuration) checking for MCA component pml:ob1 compile mode... dso checking if MCA component pml:ob1 can compile... yes --- MCA component pml:crcpw (m4 configuration macro) checking for MCA component pml:crcpw compile mode... dso checking if MCA component pml:crcpw can compile... no --- MCA component pml:v (m4 configuration macro) checking for MCA component pml:v compile mode... dso +++ Configuring MCA framework vprotocol checking for no configure components in framework vprotocol... pessimist checking for m4 configure components in framework vprotocol... --- MCA component vprotocol:pessimist (no configuration) checking for MCA component vprotocol:pessimist compile mode... dso checking if MCA component vprotocol:pessimist can compile... yes checking if MCA component pml:v can compile... yes +++ Configuring MCA framework pubsub checking for no configure components in framework pubsub... orte checking for m4 configure components in framework pubsub... --- MCA component pubsub:orte (no configuration) checking for MCA component pubsub:orte compile mode... dso checking if MCA component pubsub:orte can compile... yes +++ Configuring MCA framework rcache checking for no configure components in framework rcache... vma checking for m4 configure components in framework rcache... --- MCA component rcache:vma (no configuration) checking for MCA component rcache:vma compile mode... dso checking if MCA component rcache:vma can compile... yes +++ Configuring MCA framework topo checking for no configure components in framework topo... unity checking for m4 configure components in framework topo... --- MCA component topo:unity (no configuration) checking for MCA component topo:unity compile mode... dso checking if MCA component topo:unity can compile... yes ============================================================================ == Symbol Visibility Feature ============================================================================ checking if x86_64-pc-linux-gnu-gcc supports -fvisibility... yes checking enable symbol visibility... yes configure: WARNING: -fvisibility=hidden has been added to CFLAGS ============================================================================ == Contributed software setup ============================================================================ *** Configuring contributed software packages checking which contributed software packages should be disabled... vt --- vt (m4 configuration macro) configure: disabled via command line switch ============================================================================ == Final top-level OMPI configuration ============================================================================ *** Libevent 3rd party event handler checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for stdarg.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for poll.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for unistd.h... (cached) yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking for sys/time.h... (cached) yes checking for sys/queue.h... (cached) yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking for sys/ioctl.h... (cached) yes checking sys/devpoll.h usability... no checking sys/devpoll.h presence... no checking for sys/devpoll.h... no checking for TAILQ_FOREACH in sys/queue.h... yes checking for timeradd in sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking for gettimeofday... yes checking for vasprintf... (cached) yes checking for fcntl... yes checking for F_SETFD in fcntl.h... yes checking for select... yes checking for poll... yes checking for epoll_ctl... yes checking for working epoll library interface... no checking for working epoll system call... no checking for port_create... no checking for pid_t... yes checking for size_t... yes checking for u_int64_t... yes checking for u_int32_t... yes checking for u_int16_t... yes checking for u_int8_t... yes *** Libtool configuration checking for a sed that does not truncate output... /bin/sed checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for dlfcn.h... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-pc-linux-gnu-g++... (cached) none checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for x86_64-pc-linux-gnu-g77... (cached) x86_64-pc-linux-gnu-gfortran checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gfortran accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gfortran... (cached) x86_64-pc-linux-gnu-gfortran checking whether we are using the GNU Fortran compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gfortran accepts -g... (cached) yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes checking if x86_64-pc-linux-gnu-gfortran static flag -static works... yes checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes checking if x86_64-pc-linux-gnu-gfortran static flag -static works... yes checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate *** GNU libltdl setup configure: OMPI configuring in opal/libltdl configure: running /bin/sh './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' '--libdir=/usr/lib64' '--sysconfdir=/etc/openmpi' '--enable-pretty-print-stacktrace' '--enable-orterun-prefix-by-default' '--without-slurm' '--enable-contrib-no-build=vt' '--enable-mpi-cxx' '--disable-io-romio' '--disable-heterogeneous' '--without-tm' '--enable-ipv6' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=native -Wformat -Werror=format-security -g0 -O2' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' 'CXXFLAGS=-march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6' 'F77=x86_64-pc-linux-gnu-gfortran' 'FFLAGS=-O2 -pipe' 'FC=x86_64-pc-linux-gnu-gfortran' 'FCFLAGS=-O2 -pipe' --enable-ltdl-convenience --disable-ltdl-install --enable-shared --disable-static --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --enable-pretty-print-stacktrace, --enable-orterun-prefix-by-default, --without-slurm, --enable-contrib-no-build, --enable-mpi-cxx, --disable-io-romio, --disable-heterogeneous, --without-tm, --enable-ipv6, --enable-ltdl-convenience checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking which extension is used for runtime loadable modules... .so checking which variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /lib /usr/lib /usr/local/lib /usr/x86_64-pc-linux-gnu/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3 /usr/lib64/opengl/xorg-x11/lib /usr/lib64/qca2 /usr/lib64/qt4 /usr/lib32/qt4 /usr/lib/qt4 /usr/lib/postgresql /usr/lib64/postgresql /usr/lib64/postgresql-9.3/lib64/ /usr/lib64/gnat-gcc/x86_64-pc-linux-gnu/4.3 /usr/lib64/gnat-gcc/x86_64-pc-linux-gnu/4.3/adalib /usr/games/lib64 /usr/games/lib32 /usr/games/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... yes checking for error_t... yes checking for argz_add... yes checking for argz_append... yes checking for argz_count... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking if argz actually works... yes checking whether libtool supports -dlopen/-dlpreopen... yes checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for mach-o/dyld.h... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... no checking for strlcpy... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --enable-pretty-print-stacktrace, --enable-orterun-prefix-by-default, --without-slurm, --enable-contrib-no-build, --enable-mpi-cxx, --disable-io-romio, --disable-heterogeneous, --without-tm, --enable-ipv6, --enable-ltdl-convenience configure: /bin/sh './configure' succeeded for opal/libltdl checking for libtool-supplied linker flags... -Wl,--export-dynamic -lnsl -lutil -lm -ldl *** Compiler flags checking which of CFLAGS are ok for TotalView modules... -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -fno-strict-aliasing -pthread -fvisibility=hidden checking extra CFLAGS for TotalView modules... -g *** Wrapper compiler flags checking for OPAL CPPFLAGS... checking for OPAL CFLAGS... -pthread checking for OPAL CXXFLAGS... -pthread checking for OPAL LDFLAGS... checking for OPAL LIBS... -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl checking for OPAL extra include dirs... checking for ORTE CPPFLAGS... checking for ORTE CFLAGS... -pthread checking for ORTE CXXFLAGS... -pthread checking for ORTE LDFLAGS... checking for ORTE LIBS... -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl checking for ORTE extra include dirs... checking for OMPI CPPFLAGS... checking for OMPI CFLAGS... -pthread checking for OMPI CXXFLAGS... -pthread checking for OMPI FFLAGS... -pthread checking for OMPI FCFLAGS... -pthread checking for OMPI LDFLAGS... checking for OMPI LIBS... -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl checking for OMPI extra include dirs... *** Final output configure: creating ./config.status config.status: creating ompi/include/ompi/version.h config.status: creating orte/include/orte/version.h config.status: creating opal/include/opal/version.h config.status: creating ompi/tools/wrappers/ompi_wrapper_script config.status: creating opal/mca/installdirs/config/install_dirs.h config.status: creating opal/mca/paffinity/linux/plpa/Makefile config.status: creating opal/mca/paffinity/linux/plpa/config/Makefile config.status: creating opal/mca/paffinity/linux/plpa/src/Makefile config.status: creating opal/mca/paffinity/linux/plpa/src/libplpa/Makefile config.status: creating opal/mca/paffinity/linux/plpa/src/plpa-info/Makefile config.status: creating opal/mca/paffinity/linux/plpa/src/plpa-taskset/Makefile config.status: creating opal/mca/backtrace/Makefile config.status: creating opal/mca/backtrace/darwin/Makefile config.status: creating opal/mca/backtrace/execinfo/Makefile config.status: creating opal/mca/backtrace/none/Makefile config.status: creating opal/mca/backtrace/printstack/Makefile config.status: creating opal/mca/carto/Makefile config.status: creating opal/mca/carto/auto_detect/Makefile config.status: creating opal/mca/carto/file/Makefile config.status: creating opal/mca/crs/Makefile config.status: creating opal/mca/crs/blcr/Makefile config.status: creating opal/mca/crs/none/Makefile config.status: creating opal/mca/crs/self/Makefile config.status: creating opal/mca/installdirs/Makefile config.status: creating opal/mca/installdirs/config/Makefile config.status: creating opal/mca/installdirs/env/Makefile config.status: creating opal/mca/installdirs/windows/Makefile config.status: creating opal/mca/maffinity/Makefile config.status: creating opal/mca/maffinity/first_use/Makefile config.status: creating opal/mca/maffinity/libnuma/Makefile config.status: creating opal/mca/memchecker/Makefile config.status: creating opal/mca/memchecker/valgrind/Makefile config.status: creating opal/mca/memcpy/Makefile config.status: creating opal/mca/memory/Makefile config.status: creating opal/mca/memory/malloc_solaris/Makefile config.status: creating opal/mca/memory/ptmalloc2/Makefile config.status: creating opal/mca/paffinity/Makefile config.status: creating opal/mca/paffinity/darwin/Makefile config.status: creating opal/mca/paffinity/linux/Makefile config.status: creating opal/mca/paffinity/posix/Makefile config.status: creating opal/mca/paffinity/solaris/Makefile config.status: creating opal/mca/paffinity/test/Makefile config.status: creating opal/mca/paffinity/windows/Makefile config.status: creating opal/mca/timer/Makefile config.status: creating opal/mca/timer/aix/Makefile config.status: creating opal/mca/timer/altix/Makefile config.status: creating opal/mca/timer/catamount/Makefile config.status: creating opal/mca/timer/darwin/Makefile config.status: creating opal/mca/timer/linux/Makefile config.status: creating opal/mca/timer/solaris/Makefile config.status: creating opal/mca/timer/windows/Makefile config.status: creating orte/mca/errmgr/Makefile config.status: creating orte/mca/errmgr/default/Makefile config.status: creating orte/mca/ess/Makefile config.status: creating orte/mca/ess/alps/Makefile config.status: creating orte/mca/ess/cnos/Makefile config.status: creating orte/mca/ess/env/Makefile config.status: creating orte/mca/ess/hnp/Makefile config.status: creating orte/mca/ess/lsf/Makefile config.status: creating orte/mca/ess/portals_utcp/Makefile config.status: creating orte/mca/ess/singleton/Makefile config.status: creating orte/mca/ess/slurm/Makefile config.status: creating orte/mca/ess/tool/Makefile config.status: creating orte/mca/filem/Makefile config.status: creating orte/mca/filem/rsh/Makefile config.status: creating orte/mca/grpcomm/Makefile config.status: creating orte/mca/grpcomm/bad/Makefile config.status: creating orte/mca/grpcomm/basic/Makefile config.status: creating orte/mca/grpcomm/cnos/Makefile config.status: creating orte/mca/iof/Makefile config.status: creating orte/mca/iof/hnp/Makefile config.status: creating orte/mca/iof/orted/Makefile config.status: creating orte/mca/iof/tool/Makefile config.status: creating orte/mca/notifier/Makefile config.status: creating orte/mca/notifier/syslog/Makefile config.status: creating orte/mca/odls/Makefile config.status: creating orte/mca/odls/default/Makefile config.status: creating orte/mca/odls/process/Makefile config.status: creating orte/mca/oob/Makefile config.status: creating orte/mca/oob/tcp/Makefile config.status: creating orte/mca/plm/Makefile config.status: creating orte/mca/plm/alps/Makefile config.status: creating orte/mca/plm/ccp/Makefile config.status: creating orte/mca/plm/lsf/Makefile config.status: creating orte/mca/plm/process/Makefile config.status: creating orte/mca/plm/rsh/Makefile config.status: creating orte/mca/plm/slurm/Makefile config.status: creating orte/mca/plm/tm/Makefile config.status: creating orte/mca/ras/Makefile config.status: creating orte/mca/ras/alps/Makefile config.status: creating orte/mca/ras/ccp/Makefile config.status: creating orte/mca/ras/gridengine/Makefile config.status: creating orte/mca/ras/loadleveler/Makefile config.status: creating orte/mca/ras/lsf/Makefile config.status: creating orte/mca/ras/slurm/Makefile config.status: creating orte/mca/ras/tm/Makefile config.status: creating orte/mca/rmaps/Makefile config.status: creating orte/mca/rmaps/load_balance/Makefile config.status: creating orte/mca/rmaps/rank_file/Makefile config.status: creating orte/mca/rmaps/round_robin/Makefile config.status: creating orte/mca/rmaps/seq/Makefile config.status: creating orte/mca/rml/Makefile config.status: creating orte/mca/rml/ftrm/Makefile config.status: creating orte/mca/rml/oob/Makefile config.status: creating orte/mca/routed/Makefile config.status: creating orte/mca/routed/binomial/Makefile config.status: creating orte/mca/routed/direct/Makefile config.status: creating orte/mca/routed/linear/Makefile config.status: creating orte/mca/snapc/Makefile config.status: creating orte/mca/snapc/full/Makefile config.status: creating ompi/mca/allocator/Makefile config.status: creating ompi/mca/allocator/basic/Makefile config.status: creating ompi/mca/allocator/bucket/Makefile config.status: creating ompi/mca/bml/Makefile config.status: creating ompi/mca/bml/r2/Makefile config.status: creating ompi/mca/btl/Makefile config.status: creating ompi/mca/btl/elan/Makefile config.status: creating ompi/mca/btl/gm/Makefile config.status: creating ompi/mca/btl/mx/Makefile config.status: creating ompi/mca/btl/ofud/Makefile config.status: creating ompi/mca/btl/openib/Makefile config.status: creating ompi/mca/btl/portals/Makefile config.status: creating ompi/mca/btl/self/Makefile config.status: creating ompi/mca/btl/sm/Makefile config.status: creating ompi/mca/btl/tcp/Makefile config.status: creating ompi/mca/btl/udapl/Makefile config.status: creating ompi/mca/coll/Makefile config.status: creating ompi/mca/coll/basic/Makefile config.status: creating ompi/mca/coll/hierarch/Makefile config.status: creating ompi/mca/coll/inter/Makefile config.status: creating ompi/mca/coll/self/Makefile config.status: creating ompi/mca/coll/sm/Makefile config.status: creating ompi/mca/coll/sync/Makefile config.status: creating ompi/mca/coll/tuned/Makefile config.status: creating ompi/mca/common/Makefile config.status: creating ompi/mca/common/mx/Makefile config.status: creating ompi/mca/common/portals/Makefile config.status: creating ompi/mca/common/sm/Makefile config.status: creating ompi/mca/crcp/Makefile config.status: creating ompi/mca/crcp/bkmrk/Makefile config.status: creating ompi/mca/dpm/Makefile config.status: creating ompi/mca/dpm/orte/Makefile config.status: creating ompi/mca/io/Makefile config.status: creating ompi/mca/io/romio/Makefile config.status: creating ompi/mca/mpool/Makefile config.status: creating ompi/mca/mpool/fake/Makefile config.status: creating ompi/mca/mpool/rdma/Makefile config.status: creating ompi/mca/mpool/sm/Makefile config.status: creating ompi/mca/mtl/Makefile config.status: creating ompi/mca/mtl/mx/Makefile config.status: creating ompi/mca/mtl/portals/Makefile config.status: creating ompi/mca/mtl/psm/Makefile config.status: creating ompi/mca/osc/Makefile config.status: creating ompi/mca/osc/pt2pt/Makefile config.status: creating ompi/mca/osc/rdma/Makefile config.status: creating ompi/mca/pml/Makefile config.status: creating ompi/mca/pml/cm/Makefile config.status: creating ompi/mca/pml/crcpw/Makefile config.status: creating ompi/mca/pml/csum/Makefile config.status: creating ompi/mca/pml/ob1/Makefile config.status: creating ompi/mca/pml/v/mca/vprotocol/Makefile config.status: creating ompi/mca/pml/v/mca/vprotocol/pessimist/Makefile config.status: creating ompi/mca/pml/v/Makefile config.status: creating ompi/mca/pubsub/Makefile config.status: creating ompi/mca/pubsub/orte/Makefile config.status: creating ompi/mca/rcache/Makefile config.status: creating ompi/mca/rcache/vma/Makefile config.status: creating ompi/mca/topo/Makefile config.status: creating ompi/mca/topo/unity/Makefile config.status: creating Makefile config.status: creating config/Makefile config.status: creating contrib/Makefile config.status: creating opal/Makefile config.status: creating opal/etc/Makefile config.status: creating opal/include/Makefile config.status: creating opal/asm/Makefile config.status: creating opal/event/Makefile config.status: creating opal/event/compat/Makefile config.status: creating opal/event/compat/sys/Makefile config.status: creating opal/util/Makefile config.status: creating opal/util/keyval/Makefile config.status: creating opal/mca/base/Makefile config.status: creating opal/tools/wrappers/Makefile config.status: creating opal/tools/wrappers/opalcc-wrapper-data.txt config.status: creating opal/tools/wrappers/opalc++-wrapper-data.txt config.status: creating opal/tools/opal-checkpoint/Makefile config.status: creating opal/tools/opal-restart/Makefile config.status: creating orte/Makefile config.status: creating orte/include/Makefile config.status: creating orte/etc/Makefile config.status: creating orte/tools/orted/Makefile config.status: creating orte/tools/orterun/Makefile config.status: creating orte/tools/wrappers/Makefile config.status: creating orte/tools/wrappers/ortecc-wrapper-data.txt config.status: creating orte/tools/wrappers/ortec++-wrapper-data.txt config.status: creating orte/tools/orte-checkpoint/Makefile config.status: creating orte/tools/orte-iof/Makefile config.status: creating orte/tools/orte-restart/Makefile config.status: creating orte/tools/orte-ps/Makefile config.status: creating orte/tools/orte-clean/Makefile config.status: creating ompi/Makefile config.status: creating ompi/etc/Makefile config.status: creating ompi/include/Makefile config.status: creating ompi/include/mpif.h config.status: creating ompi/include/mpif-config.h config.status: creating ompi/datatype/Makefile config.status: creating ompi/debuggers/Makefile config.status: creating ompi/mpi/c/Makefile config.status: creating ompi/mpi/c/profile/Makefile config.status: creating ompi/mpi/cxx/Makefile config.status: creating ompi/mpi/f77/Makefile config.status: creating ompi/mpi/f77/profile/Makefile config.status: creating ompi/mpi/f90/Makefile config.status: creating ompi/mpi/f90/fortran_kinds.sh config.status: creating ompi/mpi/f90/fortran_sizes.h config.status: creating ompi/mpi/f90/scripts/Makefile config.status: creating ompi/tools/ompi_info/Makefile config.status: creating ompi/tools/wrappers/Makefile config.status: creating ompi/tools/wrappers/mpicc-wrapper-data.txt config.status: creating ompi/tools/wrappers/mpic++-wrapper-data.txt config.status: creating ompi/tools/wrappers/mpif77-wrapper-data.txt config.status: creating ompi/tools/wrappers/mpif90-wrapper-data.txt config.status: creating ompi/tools/ortetools/Makefile config.status: creating ompi/tools/ompi-server/Makefile config.status: creating test/Makefile config.status: creating test/event/Makefile config.status: creating test/asm/Makefile config.status: creating test/class/Makefile config.status: creating test/support/Makefile config.status: creating test/threads/Makefile config.status: creating test/peruse/Makefile config.status: creating test/datatype/Makefile config.status: creating opal/include/opal_config.h config.status: creating orte/include/orte_config.h config.status: creating ompi/include/ompi_config.h config.status: creating ompi/include/mpi.h config.status: creating opal/mca/paffinity/linux/plpa/src/libplpa/plpa_config.h config.status: creating opal/mca/paffinity/linux/plpa/src/libplpa/plpa.h config.status: executing depfiles commands config.status: executing libtool commands Making all in config make[1]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/config' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/config' Making all in contrib make[1]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/contrib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/contrib' Making all in opal make[1]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal' Making all in include make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/include' make all-am make[3]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/include' make[3]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/include' make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/include' Making all in libltdl make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/libltdl' make all-am make[3]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/libltdl' /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c -o libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo './'`lt__alloc.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo './'`lt_error.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo './'`slist.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c -o lt__strl.lo lt__strl.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c lt__strl.c -fPIC -DPIC -o .libs/lt__strl.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c loaders/dlopen.c -fPIC -DPIC -o .libs/dlopen.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c lt_dlloader.c -fPIC -DPIC -o .libs/libltdlc_la-lt_dlloader.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c lt__alloc.c -fPIC -DPIC -o .libs/libltdlc_la-lt__alloc.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c loaders/preopen.c -fPIC -DPIC -o .libs/libltdlc_la-preopen.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c ltdl.c -fPIC -DPIC -o .libs/libltdlc_la-ltdl.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c lt_error.c -fPIC -DPIC -o .libs/libltdlc_la-lt_error.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -march=native -Wformat -Werror=format-security -g0 -O2 -c slist.c -fPIC -DPIC -o .libs/libltdlc_la-slist.o /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -module -avoid-version -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o dlopen.la dlopen.lo -ldl -ldl -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/dlopen.a .libs/dlopen.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/dlopen.a libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" ) /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -no-undefined -dlpreopen dlopen.la -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libltdlc.la libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo lt__strl.lo -ldl -lnsl -lutil -lm libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT libtool: link: (cd .libs && x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -c -fno-builtin -fPIC -DPIC "libltdlcS.c") libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" ".libs/libltdlc.nmS" ".libs/libltdlc.nmT" libtool: link: (cd .libs/libltdlc.lax/dlopen.a && x86_64-pc-linux-gnu-ar x "/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/libltdl/./.libs/dlopen.a") libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libltdlc.a .libs/libltdlc_la-preopen.o .libs/libltdlc_la-lt__alloc.o .libs/libltdlc_la-lt_dlloader.o .libs/libltdlc_la-lt_error.o .libs/libltdlc_la-ltdl.o .libs/libltdlc_la-slist.o .libs/lt__strl.o .libs/libltdlcS.o .libs/libltdlc.lax/dlopen.a/dlopen.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libltdlc.a libtool: link: rm -fr .libs/libltdlc.lax libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" "libltdlc.la" ) make[3]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/libltdl' make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/libltdl' Making all in asm make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/asm' /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o asm.lo asm.c rm -f atomic-asm.S ln -s "../../opal/asm/generated/atomic-amd64-linux.s" atomic-asm.S /bin/sh ../../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -c -o atomic-asm.lo atomic-asm.S libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c asm.c -fPIC -DPIC -o .libs/asm.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -c atomic-asm.S -fPIC -DPIC -o .libs/atomic-asm.o /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libasm.la asm.lo atomic-asm.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libasm.a .libs/asm.o .libs/atomic-asm.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libasm.a libtool: link: ( cd ".libs" && rm -f "libasm.la" && ln -s "../libasm.la" "libasm.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/asm' Making all in etc make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/etc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/etc' Making all in event make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event' Making all in compat make[3]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event/compat' Making all in sys make[4]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event/compat/sys' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event/compat/sys' make[4]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event/compat' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event/compat' make[3]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event/compat' make[3]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event' /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o event.lo event.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o log.lo log.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o evutil.lo evutil.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o signal.lo signal.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o poll.lo poll.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o select.lo select.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c log.c -fPIC -DPIC -o .libs/log.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c signal.c -fPIC -DPIC -o .libs/signal.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c evutil.c -fPIC -DPIC -o .libs/evutil.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c event.c -fPIC -DPIC -o .libs/event.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c select.c -fPIC -DPIC -o .libs/select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../opal/event/compat -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c poll.c -fPIC -DPIC -o .libs/poll.o event.c: In function ‘opal_event_init’: event.c:304:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf( &help_msg, ^ /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libevent.la event.lo log.lo evutil.lo signal.lo poll.lo select.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libevent.a .libs/event.o .libs/log.o .libs/evutil.o .libs/signal.o .libs/poll.o .libs/select.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libevent.a libtool: link: ( cd ".libs" && rm -f "libevent.la" && ln -s "../libevent.la" "libevent.la" ) make[3]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event' make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/event' Making all in util make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/util' Making all in keyval make[3]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/util/keyval' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o keyval_lex.lo keyval_lex.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c keyval_lex.c -fPIC -DPIC -o .libs/keyval_lex.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libopalutilkeyval.la keyval_lex.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libopalutilkeyval.a .libs/keyval_lex.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libopalutilkeyval.a libtool: link: ( cd ".libs" && rm -f "libopalutilkeyval.la" && ln -s "../libopalutilkeyval.la" "libopalutilkeyval.la" ) make[3]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/util/keyval' make[3]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/util' /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o arch.lo arch.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o argv.lo argv.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o basename.lo basename.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o cmd_line.lo cmd_line.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o crc.lo crc.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o convert.lo convert.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o daemon_init.lo daemon_init.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o error.lo error.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c arch.c -fPIC -DPIC -o .libs/arch.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c argv.c -fPIC -DPIC -o .libs/argv.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c crc.c -fPIC -DPIC -o .libs/crc.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c basename.c -fPIC -DPIC -o .libs/basename.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c convert.c -fPIC -DPIC -o .libs/convert.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c daemon_init.c -fPIC -DPIC -o .libs/daemon_init.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c error.c -fPIC -DPIC -o .libs/error.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c cmd_line.c -fPIC -DPIC -o .libs/cmd_line.o daemon_init.c: In function ‘opal_daemon_init’: daemon_init.c:59:14: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] chdir(working_dir); /* change working directory */ ^ /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o few.lo few.c error.c: In function ‘opal_strerror_unknown’: error.c:78:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&ret, "Unknown error: %d (%s error %d)", ^ error.c:86:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&ret, "Unknown error: %d", errnum); ^ /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o if.lo if.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o keyval_parse.lo keyval_parse.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c few.c -fPIC -DPIC -o .libs/few.o cmd_line.c: In function ‘set_dest’: cmd_line.c:1157:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&str, "%s=%s", option->clo_mca_param_env_var, sval); ^ cmd_line.c:1160:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&str, "%s=1", option->clo_mca_param_env_var); ^ /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o malloc.lo malloc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c keyval_parse.c -fPIC -DPIC -o .libs/keyval_parse.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c if.c -fPIC -DPIC -o .libs/if.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c malloc.c -fPIC -DPIC -o .libs/malloc.o /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o net.lo net.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c net.c -fPIC -DPIC -o .libs/net.o /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o numtostr.lo numtostr.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o opal_environ.lo opal_environ.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o opal_getcwd.lo opal_getcwd.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c numtostr.c -fPIC -DPIC -o .libs/numtostr.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c opal_environ.c -fPIC -DPIC -o .libs/opal_environ.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c opal_getcwd.c -fPIC -DPIC -o .libs/opal_getcwd.o /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o opal_pty.lo opal_pty.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c opal_pty.c -fPIC -DPIC -o .libs/opal_pty.o /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o os_dirpath.lo os_dirpath.c opal_environ.c: In function ‘opal_setenv’: opal_environ.c:107:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&newvalue, "%s=", name); ^ opal_environ.c:109:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&newvalue, "%s=%s", name, value); ^ opal_environ.c:139:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&compare, "%s=", name); ^ opal_environ.c: In function ‘opal_unsetenv’: opal_environ.c:195:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&compare, "%s=", name); ^ libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c os_dirpath.c -fPIC -DPIC -o .libs/os_dirpath.o /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o os_path.lo os_path.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o output.lo output.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c os_path.c -fPIC -DPIC -o .libs/os_path.o /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o path.lo path.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o printf.lo printf.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c output.c -fPIC -DPIC -o .libs/output.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c path.c -fPIC -DPIC -o .libs/path.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c printf.c -fPIC -DPIC -o .libs/printf.o /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o qsort.lo qsort.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o show_help.lo show_help.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c qsort.c -fPIC -DPIC -o .libs/qsort.o /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o show_help_lex.lo show_help_lex.c path.c: In function ‘opal_find_absolute_path’: path.c:349:17: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result [-Wunused-result] realpath( abs_app_name, resolved_path ); ^ /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o stacktrace.lo stacktrace.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o strncpy.lo strncpy.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c show_help.c -fPIC -DPIC -o .libs/show_help.o output.c: In function ‘opal_output_init’: output.c:144:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid()); ^ output.c:165:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&output_prefix, "output-pid%d-", getpid()); ^ output.c: In function ‘output’: output.c:811:18: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fileno(stdout), out, (int)strlen(out)); ^ output.c:817:18: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write((-1 == default_stderr_fd) ? ^ output.c:839:25: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(ldi->ldi_fd, buffer, (int)strlen(buffer)); ^ output.c:847:22: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(ldi->ldi_fd, out, (int)strlen(out)); ^ output.c: In function ‘make_string’: output.c:701:14: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] vasprintf(no_newline_string, format, arglist); ^ libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c show_help_lex.c -fPIC -DPIC -o .libs/show_help_lex.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c stacktrace.c -fPIC -DPIC -o .libs/stacktrace.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c strncpy.c -fPIC -DPIC -o .libs/strncpy.o /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o sys_limits.lo sys_limits.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o trace.lo trace.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c sys_limits.c -fPIC -DPIC -o .libs/sys_limits.o show_help.c: In function ‘opal_show_help_vstring’: show_help.c:321:18: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] vasprintf(&output, single_string, arglist); ^ show_help.c: In function ‘open_file’: show_help.c:144:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&err_msg, "%s: %s", filename, strerror(errno)); ^ show_help.c:148:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&filename, "%s%s%s.txt", opal_install_dirs.pkgdatadir, ^ libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c trace.c -fPIC -DPIC -o .libs/trace.o stacktrace.c: In function ‘show_stackframe’: stacktrace.c:82:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fileno(stderr), print_buffer, ret); ^ stacktrace.c:337:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fileno(stderr), print_buffer, sizeof(print_buffer)-size); ^ stacktrace.c:351:18: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fileno(stderr), print_buffer, ret); ^ stacktrace.c:362:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fileno(stderr), print_buffer, ret); ^ /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libopalutil.la arch.lo argv.lo basename.lo cmd_line.lo crc.lo convert.lo daemon_init.lo error.lo few.lo if.lo keyval_parse.lo malloc.lo net.lo numtostr.lo opal_environ.lo opal_getcwd.lo opal_pty.lo os_dirpath.lo os_path.lo output.lo path.lo printf.lo qsort.lo show_help.lo show_help_lex.lo stacktrace.lo strncpy.lo sys_limits.lo trace.lo keyval/libopalutilkeyval.la -lnsl -lutil -lm libtool: link: (cd .libs/libopalutil.lax/libopalutilkeyval.a && x86_64-pc-linux-gnu-ar x "/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/util/keyval/.libs/libopalutilkeyval.a") libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libopalutil.a .libs/arch.o .libs/argv.o .libs/basename.o .libs/cmd_line.o .libs/crc.o .libs/convert.o .libs/daemon_init.o .libs/error.o .libs/few.o .libs/if.o .libs/keyval_parse.o .libs/malloc.o .libs/net.o .libs/numtostr.o .libs/opal_environ.o .libs/opal_getcwd.o .libs/opal_pty.o .libs/os_dirpath.o .libs/os_path.o .libs/output.o .libs/path.o .libs/printf.o .libs/qsort.o .libs/show_help.o .libs/show_help_lex.o .libs/stacktrace.o .libs/strncpy.o .libs/sys_limits.o .libs/trace.o .libs/libopalutil.lax/libopalutilkeyval.a/keyval_lex.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libopalutil.a libtool: link: rm -fr .libs/libopalutil.lax libtool: link: ( cd ".libs" && rm -f "libopalutil.la" && ln -s "../libopalutil.la" "libopalutil.la" ) make[3]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/util' make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/util' Making all in mca/base make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/base' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_close.lo mca_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_cmd_line.lo mca_base_cmd_line.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_component_compare.lo mca_base_component_compare.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_component_find.lo mca_base_component_find.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_component_repository.lo mca_base_component_repository.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_components_open.lo mca_base_components_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_components_close.lo mca_base_components_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_components_select.lo mca_base_components_select.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_cmd_line.c -fPIC -DPIC -o .libs/mca_base_cmd_line.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_component_compare.c -fPIC -DPIC -o .libs/mca_base_component_compare.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_component_find.c -fPIC -DPIC -o .libs/mca_base_component_find.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_components_open.c -fPIC -DPIC -o .libs/mca_base_components_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_components_close.c -fPIC -DPIC -o .libs/mca_base_components_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_close.c -fPIC -DPIC -o .libs/mca_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_components_select.c -fPIC -DPIC -o .libs/mca_base_components_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_component_repository.c -fPIC -DPIC -o .libs/mca_base_component_repository.o mca_base_cmd_line.c: In function ‘process_arg’: mca_base_cmd_line.c:147:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&new_str, "%s,%s", (*values)[i], value); ^ mca_base_components_open.c: In function ‘mca_base_components_open’: mca_base_components_open.c:96:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&str, "Default selection set of components for the %s framework (" ^ mca_base_components_open.c:109:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&str, "Verbosity level for the %s framework (0 = no verbosity)", type_name); ^ /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_list.lo mca_base_list.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_open.lo mca_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_param.lo mca_base_param.c mca_base_component_find.c: In function ‘file_exists’: mca_base_component_find.c:402:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&final, "%s.%s", filename, ext); ^ /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o mca_base_parse_paramfile.lo mca_base_parse_paramfile.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_list.c -fPIC -DPIC -o .libs/mca_base_list.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_open.c -fPIC -DPIC -o .libs/mca_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_param.c -fPIC -DPIC -o .libs/mca_base_param.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c mca_base_parse_paramfile.c -fPIC -DPIC -o .libs/mca_base_parse_paramfile.o mca_base_open.c: In function ‘mca_base_open’: mca_base_open.c:70:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&value, "%s%c%s"OPAL_PATH_SEP".openmpi"OPAL_PATH_SEP"components", opal_install_dirs.pkglibdir, OPAL_ENV_SEP, opal_home_directory() ); ^ mca_base_open.c:107:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&lds.lds_prefix, "[%s:%05d] ", hostname, getpid()); ^ mca_base_param.c: In function ‘mca_base_param_recache_files’: mca_base_param.c:197:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&files, ^ mca_base_param.c:221:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&agg_default_path, ^ mca_base_param.c:240:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&new_agg_path, "%s%c%s", force_agg_path, OPAL_ENV_SEP, tmp_str); ^ mca_base_param.c:262:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp_str, "%s%c%s", new_agg_files, OPAL_ENV_SEP, new_files); ^ mca_base_param.c: In function ‘param_lookup’: mca_base_param.c:1759:29: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&p, "%s", storage->stringval + 2); ^ mca_base_param.c:1771:29: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&q, "%s:%s", storage->stringval, p + 2); ^ mca_base_param.c:1773:29: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&q, "%s:%s%s", storage->stringval, home, p + 2); ^ mca_base_param.c: In function ‘mca_base_param_env_var’: mca_base_param.c:611:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&name, "%s%s", mca_prefix, param_name); ^ mca_base_param.c: In function ‘mca_base_param_build_env’: mca_base_param.c:862:29: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&str, "%s=%d", array[i].mbp_env_var_name, ^ mca_base_param.c:868:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&str, "%s=%s", array[i].mbp_env_var_name, ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_base.la mca_base_close.lo mca_base_cmd_line.lo mca_base_component_compare.lo mca_base_component_find.lo mca_base_component_repository.lo mca_base_components_open.lo mca_base_components_close.lo mca_base_components_select.lo mca_base_list.lo mca_base_open.lo mca_base_param.lo mca_base_parse_paramfile.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_base.a .libs/mca_base_close.o .libs/mca_base_cmd_line.o .libs/mca_base_component_compare.o .libs/mca_base_component_find.o .libs/mca_base_component_repository.o .libs/mca_base_components_open.o .libs/mca_base_components_close.o .libs/mca_base_components_select.o .libs/mca_base_list.o .libs/mca_base_open.o .libs/mca_base_param.o .libs/mca_base_parse_paramfile.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_base.a libtool: link: ( cd ".libs" && rm -f "libmca_base.la" && ln -s "../libmca_base.la" "libmca_base.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/base' Making all in mca/backtrace make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/backtrace' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/backtrace_component.lo base/backtrace_component.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/backtrace_component.c -fPIC -DPIC -o base/.libs/backtrace_component.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_backtrace.la base/backtrace_component.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_backtrace.a base/.libs/backtrace_component.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_backtrace.a libtool: link: ( cd ".libs" && rm -f "libmca_backtrace.la" && ln -s "../libmca_backtrace.la" "libmca_backtrace.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/backtrace' Making all in mca/carto make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/carto' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/carto_base_close.lo base/carto_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/carto_base_select.lo base/carto_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/carto_base_graph.lo base/carto_base_graph.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/carto_base_wrapers.lo base/carto_base_wrapers.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/carto_base_open.lo base/carto_base_open.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/carto_base_select.c -fPIC -DPIC -o base/.libs/carto_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/carto_base_wrapers.c -fPIC -DPIC -o base/.libs/carto_base_wrapers.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/carto_base_open.c -fPIC -DPIC -o base/.libs/carto_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/carto_base_graph.c -fPIC -DPIC -o base/.libs/carto_base_graph.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/carto_base_close.c -fPIC -DPIC -o base/.libs/carto_base_close.o base/carto_base_graph.c: In function ‘opal_carto_print_node’: base/carto_base_graph.c:70:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&print_str,"%s %5s -%s", tmp_node->node_type, cpu_str, tmp_node->node_name); ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_carto.la base/carto_base_close.lo base/carto_base_select.lo base/carto_base_graph.lo base/carto_base_wrapers.lo base/carto_base_open.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_carto.a base/.libs/carto_base_close.o base/.libs/carto_base_select.o base/.libs/carto_base_graph.o base/.libs/carto_base_wrapers.o base/.libs/carto_base_open.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_carto.a libtool: link: ( cd ".libs" && rm -f "libmca_carto.la" && ln -s "../libmca_carto.la" "libmca_carto.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/carto' Making all in mca/crs make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/crs' Creating opal_crs.7 man page... /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/crs_base_open.lo base/crs_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/crs_base_close.lo base/crs_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/crs_base_select.lo base/crs_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/crs_base_fns.lo base/crs_base_fns.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/crs_base_select.c -fPIC -DPIC -o base/.libs/crs_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/crs_base_open.c -fPIC -DPIC -o base/.libs/crs_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/crs_base_close.c -fPIC -DPIC -o base/.libs/crs_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/crs_base_fns.c -fPIC -DPIC -o base/.libs/crs_base_fns.o base/crs_base_fns.c: In function ‘opal_crs_base_unique_snapshot_name’: base/crs_base_fns.c:100:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&loc_str, "opal_snapshot_%d.ckpt", pid); ^ base/crs_base_fns.c: In function ‘opal_crs_base_metadata_open’: base/crs_base_fns.c:391:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&dir_name, "%s/%s", location, opal_crs_base_metadata_filename); ^ base/crs_base_fns.c: In function ‘opal_crs_base_get_snapshot_directory’: base/crs_base_fns.c:223:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&dir_name, "%s/%s", opal_crs_base_snapshot_dir, uniq_snapshot_name); ^ base/crs_base_fns.c: In function ‘opal_crs_base_init_snapshot_directory’: base/crs_base_fns.c:263:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pid_str, "%d", getpid()); ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_crs.la base/crs_base_open.lo base/crs_base_close.lo base/crs_base_select.lo base/crs_base_fns.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_crs.a base/.libs/crs_base_open.o base/.libs/crs_base_close.o base/.libs/crs_base_select.o base/.libs/crs_base_fns.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_crs.a libtool: link: ( cd ".libs" && rm -f "libmca_crs.la" && ln -s "../libmca_crs.la" "libmca_crs.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/crs' Making all in mca/installdirs make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/installdirs' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/installdirs_base_components.lo base/installdirs_base_components.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/installdirs_base_expand.lo base/installdirs_base_expand.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/installdirs_base_components.c -fPIC -DPIC -o base/.libs/installdirs_base_components.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/installdirs_base_expand.c -fPIC -DPIC -o base/.libs/installdirs_base_expand.o base/installdirs_base_expand.c: In function ‘opal_install_dirs_expand_internal’: base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:115:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(prefix); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:116:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(exec_prefix); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:117:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(bindir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:118:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(sbindir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:119:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(libexecdir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:120:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(datarootdir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:121:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(datadir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:122:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(sysconfdir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:123:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(sharedstatedir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:124:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(localstatedir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:125:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(libdir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:126:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(includedir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:127:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(infodir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:128:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(mandir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:129:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(pkgdatadir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:130:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(pkglibdir); ^ base/installdirs_base_expand.c:29:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&retval, "%s%s%s", tmp, \ ^ base/installdirs_base_expand.c:131:13: note: in expansion of macro ‘EXPAND_STRING’ EXPAND_STRING(pkgincludedir); ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_installdirs.la base/installdirs_base_components.lo base/installdirs_base_expand.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_installdirs.a base/.libs/installdirs_base_components.o base/.libs/installdirs_base_expand.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_installdirs.a libtool: link: ( cd ".libs" && rm -f "libmca_installdirs.la" && ln -s "../libmca_installdirs.la" "libmca_installdirs.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/installdirs' Making all in mca/maffinity make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/maffinity' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/maffinity_base_close.lo base/maffinity_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/maffinity_base_select.lo base/maffinity_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/maffinity_base_open.lo base/maffinity_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/maffinity_base_wrappers.lo base/maffinity_base_wrappers.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/maffinity_base_close.c -fPIC -DPIC -o base/.libs/maffinity_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/maffinity_base_wrappers.c -fPIC -DPIC -o base/.libs/maffinity_base_wrappers.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/maffinity_base_open.c -fPIC -DPIC -o base/.libs/maffinity_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/maffinity_base_select.c -fPIC -DPIC -o base/.libs/maffinity_base_select.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_maffinity.la base/maffinity_base_close.lo base/maffinity_base_select.lo base/maffinity_base_open.lo base/maffinity_base_wrappers.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_maffinity.a base/.libs/maffinity_base_close.o base/.libs/maffinity_base_select.o base/.libs/maffinity_base_open.o base/.libs/maffinity_base_wrappers.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_maffinity.a libtool: link: ( cd ".libs" && rm -f "libmca_maffinity.la" && ln -s "../libmca_maffinity.la" "libmca_maffinity.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/maffinity' Making all in mca/memchecker make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/memchecker' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/memchecker_base_close.lo base/memchecker_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/memchecker_base_open.lo base/memchecker_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/memchecker_base_select.lo base/memchecker_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/memchecker_base_wrappers.lo base/memchecker_base_wrappers.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/memchecker_base_wrappers.c -fPIC -DPIC -o base/.libs/memchecker_base_wrappers.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/memchecker_base_select.c -fPIC -DPIC -o base/.libs/memchecker_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/memchecker_base_close.c -fPIC -DPIC -o base/.libs/memchecker_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/memchecker_base_open.c -fPIC -DPIC -o base/.libs/memchecker_base_open.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_memchecker.la base/memchecker_base_close.lo base/memchecker_base_open.lo base/memchecker_base_select.lo base/memchecker_base_wrappers.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_memchecker.a base/.libs/memchecker_base_close.o base/.libs/memchecker_base_open.o base/.libs/memchecker_base_select.o base/.libs/memchecker_base_wrappers.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_memchecker.a libtool: link: ( cd ".libs" && rm -f "libmca_memchecker.la" && ln -s "../libmca_memchecker.la" "libmca_memchecker.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/memchecker' Making all in mca/memcpy make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/memcpy' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/memcpy_base_close.lo base/memcpy_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/memcpy_base_open.lo base/memcpy_base_open.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/memcpy_base_close.c -fPIC -DPIC -o base/.libs/memcpy_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/memcpy_base_open.c -fPIC -DPIC -o base/.libs/memcpy_base_open.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_memcpy.la base/memcpy_base_close.lo base/memcpy_base_open.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_memcpy.a base/.libs/memcpy_base_close.o base/.libs/memcpy_base_open.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_memcpy.a libtool: link: ( cd ".libs" && rm -f "libmca_memcpy.la" && ln -s "../libmca_memcpy.la" "libmca_memcpy.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/memcpy' Making all in mca/memory make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/memory' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/memory_base_close.lo base/memory_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/memory_base_open.lo base/memory_base_open.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/memory_base_close.c -fPIC -DPIC -o base/.libs/memory_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/memory_base_open.c -fPIC -DPIC -o base/.libs/memory_base_open.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_memory.la base/memory_base_close.lo base/memory_base_open.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_memory.a base/.libs/memory_base_close.o base/.libs/memory_base_open.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_memory.a libtool: link: ( cd ".libs" && rm -f "libmca_memory.la" && ln -s "../libmca_memory.la" "libmca_memory.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/memory' Making all in mca/paffinity make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/paffinity_base_close.lo base/paffinity_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/paffinity_base_select.lo base/paffinity_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/paffinity_base_open.lo base/paffinity_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/paffinity_base_wrappers.lo base/paffinity_base_wrappers.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/paffinity_base_service.lo base/paffinity_base_service.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/paffinity_base_close.c -fPIC -DPIC -o base/.libs/paffinity_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/paffinity_base_service.c -fPIC -DPIC -o base/.libs/paffinity_base_service.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/paffinity_base_select.c -fPIC -DPIC -o base/.libs/paffinity_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/paffinity_base_open.c -fPIC -DPIC -o base/.libs/paffinity_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/paffinity_base_wrappers.c -fPIC -DPIC -o base/.libs/paffinity_base_wrappers.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_paffinity.la base/paffinity_base_close.lo base/paffinity_base_select.lo base/paffinity_base_open.lo base/paffinity_base_wrappers.lo base/paffinity_base_service.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_paffinity.a base/.libs/paffinity_base_close.o base/.libs/paffinity_base_select.o base/.libs/paffinity_base_open.o base/.libs/paffinity_base_wrappers.o base/.libs/paffinity_base_service.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_paffinity.a libtool: link: ( cd ".libs" && rm -f "libmca_paffinity.la" && ln -s "../libmca_paffinity.la" "libmca_paffinity.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity' Making all in mca/timer make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/timer' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/timer_base_close.lo base/timer_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/timer_base_open.lo base/timer_base_open.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/timer_base_close.c -fPIC -DPIC -o base/.libs/timer_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/timer_base_open.c -fPIC -DPIC -o base/.libs/timer_base_open.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_timer.la base/timer_base_close.lo base/timer_base_open.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_timer.a base/.libs/timer_base_close.o base/.libs/timer_base_open.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_timer.a libtool: link: ( cd ".libs" && rm -f "libmca_timer.la" && ln -s "../libmca_timer.la" "libmca_timer.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/timer' Making all in mca/backtrace/execinfo make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/backtrace/execinfo' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o backtrace_execinfo.lo backtrace_execinfo.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o backtrace_execinfo_component.lo backtrace_execinfo_component.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c backtrace_execinfo.c -fPIC -DPIC -o .libs/backtrace_execinfo.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c backtrace_execinfo_component.c -fPIC -DPIC -o .libs/backtrace_execinfo_component.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_backtrace_execinfo.la backtrace_execinfo.lo backtrace_execinfo_component.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_backtrace_execinfo.a .libs/backtrace_execinfo.o .libs/backtrace_execinfo_component.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_backtrace_execinfo.a libtool: link: ( cd ".libs" && rm -f "libmca_backtrace_execinfo.la" && ln -s "../libmca_backtrace_execinfo.la" "libmca_backtrace_execinfo.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/backtrace/execinfo' Making all in mca/installdirs/env make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/installdirs/env' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o opal_installdirs_env.lo opal_installdirs_env.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c opal_installdirs_env.c -fPIC -DPIC -o .libs/opal_installdirs_env.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_installdirs_env.la opal_installdirs_env.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_installdirs_env.a .libs/opal_installdirs_env.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_installdirs_env.a libtool: link: ( cd ".libs" && rm -f "libmca_installdirs_env.la" && ln -s "../libmca_installdirs_env.la" "libmca_installdirs_env.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/installdirs/env' Making all in mca/installdirs/config make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/installdirs/config' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o opal_installdirs_config.lo opal_installdirs_config.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c opal_installdirs_config.c -fPIC -DPIC -o .libs/opal_installdirs_config.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_installdirs_config.la opal_installdirs_config.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_installdirs_config.a .libs/opal_installdirs_config.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_installdirs_config.a libtool: link: ( cd ".libs" && rm -f "libmca_installdirs_config.la" && ln -s "../libmca_installdirs_config.la" "libmca_installdirs_config.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/installdirs/config' Making all in mca/memory/ptmalloc2 make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/memory/ptmalloc2' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dummy.lo dummy.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o opal_ptmalloc2_component.lo opal_ptmalloc2_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o opal_ptmalloc2_munmap.lo opal_ptmalloc2_munmap.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o malloc.lo malloc.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o malloc-stats.lo malloc-stats.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c opal_ptmalloc2_component.c -fPIC -DPIC -o .libs/opal_ptmalloc2_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c opal_ptmalloc2_munmap.c -fPIC -DPIC -o .libs/opal_ptmalloc2_munmap.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c malloc-stats.c -fPIC -DPIC -o .libs/malloc-stats.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c malloc.c -fPIC -DPIC -o .libs/malloc.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -DMALLOC_DEBUG=0 -D_GNU_SOURCE=1 -DUSE_TSD_DATA_HACK=1 -DMALLOC_HOOKS=1 -I./sysdeps/pthread -I./sysdeps/generic -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dummy.c -fPIC -DPIC -o .libs/dummy.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libopenmpi_malloc.la -rpath /usr/lib64 dummy.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/dummy.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,libopenmpi_malloc.so.0 -o .libs/libopenmpi_malloc.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libopenmpi_malloc.so.0" && ln -s "libopenmpi_malloc.so.0.0.0" "libopenmpi_malloc.so.0") libtool: link: (cd ".libs" && rm -f "libopenmpi_malloc.so" && ln -s "libopenmpi_malloc.so.0.0.0" "libopenmpi_malloc.so") libtool: link: ( cd ".libs" && rm -f "libopenmpi_malloc.la" && ln -s "../libopenmpi_malloc.la" "libopenmpi_malloc.la" ) /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_memory_ptmalloc2.la opal_ptmalloc2_component.lo opal_ptmalloc2_munmap.lo malloc.lo malloc-stats.lo -ldl -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_memory_ptmalloc2.a .libs/opal_ptmalloc2_component.o .libs/opal_ptmalloc2_munmap.o .libs/malloc.o .libs/malloc-stats.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_memory_ptmalloc2.a libtool: link: ( cd ".libs" && rm -f "libmca_memory_ptmalloc2.la" && ln -s "../libmca_memory_ptmalloc2.la" "libmca_memory_ptmalloc2.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/memory/ptmalloc2' Making all in mca/timer/linux make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/timer/linux' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o timer_linux_component.lo timer_linux_component.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c timer_linux_component.c -fPIC -DPIC -o .libs/timer_linux_component.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_timer_linux.la timer_linux_component.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_timer_linux.a .libs/timer_linux_component.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_timer_linux.a libtool: link: ( cd ".libs" && rm -f "libmca_timer_linux.la" && ln -s "../libmca_timer_linux.la" "libmca_timer_linux.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/timer/linux' Making all in . make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o class/opal_bitmap.lo class/opal_bitmap.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o class/opal_free_list.lo class/opal_free_list.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o class/opal_hash_table.lo class/opal_hash_table.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o class/opal_list.lo class/opal_list.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o class/opal_object.lo class/opal_object.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o class/opal_graph.lo class/opal_graph.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o class/opal_atomic_lifo.lo class/opal_atomic_lifo.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o class/opal_pointer_array.lo class/opal_pointer_array.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c class/opal_hash_table.c -fPIC -DPIC -o class/.libs/opal_hash_table.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c class/opal_list.c -fPIC -DPIC -o class/.libs/opal_list.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c class/opal_object.c -fPIC -DPIC -o class/.libs/opal_object.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c class/opal_free_list.c -fPIC -DPIC -o class/.libs/opal_free_list.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c class/opal_bitmap.c -fPIC -DPIC -o class/.libs/opal_bitmap.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c class/opal_pointer_array.c -fPIC -DPIC -o class/.libs/opal_pointer_array.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c class/opal_graph.c -fPIC -DPIC -o class/.libs/opal_graph.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c class/opal_atomic_lifo.c -fPIC -DPIC -o class/.libs/opal_atomic_lifo.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o class/opal_value_array.lo class/opal_value_array.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o memoryhooks/memory.lo memoryhooks/memory.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c class/opal_value_array.c -fPIC -DPIC -o class/.libs/opal_value_array.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/opal_progress.lo runtime/opal_progress.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/opal_finalize.lo runtime/opal_finalize.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c memoryhooks/memory.c -fPIC -DPIC -o memoryhooks/.libs/memory.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/opal_progress.c -fPIC -DPIC -o runtime/.libs/opal_progress.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/opal_finalize.c -fPIC -DPIC -o runtime/.libs/opal_finalize.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/opal_init.lo runtime/opal_init.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/opal_params.lo runtime/opal_params.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/opal_init.c -fPIC -DPIC -o runtime/.libs/opal_init.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/opal_params.c -fPIC -DPIC -o runtime/.libs/opal_params.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/opal_cr.lo runtime/opal_cr.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/opal_cr.c -fPIC -DPIC -o runtime/.libs/opal_cr.o runtime/opal_params.c: In function ‘opal_register_params’: runtime/opal_params.c:62:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&string, "%d", signals[j]); ^ runtime/opal_params.c:65:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%s,%d", string, signals[j]); ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o threads/condition.lo threads/condition.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o threads/mutex.lo threads/mutex.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o threads/thread.lo threads/thread.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o threads/tsd.lo threads/tsd.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_internal_functions.lo dss/dss_internal_functions.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c threads/mutex.c -fPIC -DPIC -o threads/.libs/mutex.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c threads/condition.c -fPIC -DPIC -o threads/.libs/condition.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c threads/thread.c -fPIC -DPIC -o threads/.libs/thread.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c threads/tsd.c -fPIC -DPIC -o threads/.libs/tsd.o runtime/opal_cr.c: In function ‘extract_env_vars’: runtime/opal_cr.c:695:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&file_name, "/tmp/%s-%d", OPAL_CR_BASE_ENV_NAME, prev_pid); ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_compare.lo dss/dss_compare.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_copy.lo dss/dss_copy.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_internal_functions.c -fPIC -DPIC -o dss/.libs/dss_internal_functions.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_compare.c -fPIC -DPIC -o dss/.libs/dss_compare.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_copy.c -fPIC -DPIC -o dss/.libs/dss_copy.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_dump.lo dss/dss_dump.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_get.lo dss/dss_get.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_load_unload.lo dss/dss_load_unload.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_lookup.lo dss/dss_lookup.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_dump.c -fPIC -DPIC -o dss/.libs/dss_dump.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_get.c -fPIC -DPIC -o dss/.libs/dss_get.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_load_unload.c -fPIC -DPIC -o dss/.libs/dss_load_unload.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_lookup.c -fPIC -DPIC -o dss/.libs/dss_lookup.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_pack.lo dss/dss_pack.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_peek.lo dss/dss_peek.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_pack.c -fPIC -DPIC -o dss/.libs/dss_pack.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_print.lo dss/dss_print.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_peek.c -fPIC -DPIC -o dss/.libs/dss_peek.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_register.lo dss/dss_register.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_release.lo dss/dss_release.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_set.lo dss/dss_set.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_print.c -fPIC -DPIC -o dss/.libs/dss_print.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_set_buffer_type.lo dss/dss_set_buffer_type.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_size.lo dss/dss_size.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_register.c -fPIC -DPIC -o dss/.libs/dss_register.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_release.c -fPIC -DPIC -o dss/.libs/dss_release.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_set.c -fPIC -DPIC -o dss/.libs/dss_set.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_size.c -fPIC -DPIC -o dss/.libs/dss_size.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_set_buffer_type.c -fPIC -DPIC -o dss/.libs/dss_set_buffer_type.o dss/dss_print.c: In function ‘opal_dss_print_byte’: dss/dss_print.c:51:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:56:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_BYTE\tValue: NULL pointer", prefx); ^ dss/dss_print.c:60:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_BYTE\tValue: %x", prefix, *src); ^ dss/dss_print.c: In function ‘opal_dss_print_string’: dss/dss_print.c:70:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:75:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_STRING\tValue: NULL pointer", prefx); ^ dss/dss_print.c:79:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_STRING\tValue: %s", prefx, src); ^ dss/dss_print.c: In function ‘opal_dss_print_size’: dss/dss_print.c:89:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:94:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_SIZE\tValue: NULL pointer", prefx); ^ dss/dss_print.c:98:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_SIZE\tValue: %lu", prefx, (unsigned long) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_pid’: dss/dss_print.c:108:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:113:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_PID\tValue: NULL pointer", prefx); ^ dss/dss_print.c:117:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_PID\tValue: %lu", prefx, (unsigned long) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_bool’: dss/dss_print.c:127:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:132:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_BOOL\tValue: NULL pointer", prefx); ^ dss/dss_print.c:136:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_BOOL\tValue: %s", prefx, *src ? "TRUE" : "FALSE"); ^ dss/dss_print.c: In function ‘opal_dss_print_int’: dss/dss_print.c:146:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_unpack.lo dss/dss_unpack.c dss/dss_print.c:151:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT\tValue: NULL pointer", prefx); ^ dss/dss_print.c:155:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT\tValue: %ld", prefx, (long) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_uint’: dss/dss_print.c:165:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:170:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT\tValue: NULL pointer", prefx); ^ dss/dss_print.c:174:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT\tValue: %lu", prefx, (unsigned long) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_uint8’: dss/dss_print.c:184:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:189:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT8\tValue: NULL pointer", prefx); ^ dss/dss_print.c:193:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT8\tValue: %u", prefx, (unsigned int) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_uint16’: dss/dss_print.c:203:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:208:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT16\tValue: NULL pointer", prefx); ^ dss/dss_print.c:212:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT16\tValue: %u", prefx, (unsigned int) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_uint32’: dss/dss_print.c:222:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:227:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT32\tValue: NULL pointer", prefx); ^ dss/dss_print.c:231:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT32\tValue: %u", prefx, (unsigned int) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_int8’: dss/dss_print.c:241:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:246:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT8\tValue: NULL pointer", prefx); ^ dss/dss_print.c:250:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT8\tValue: %d", prefx, (int) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_int16’: dss/dss_print.c:260:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:265:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT16\tValue: NULL pointer", prefx); ^ dss/dss_print.c:269:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT16\tValue: %d", prefx, (int) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_int32’: dss/dss_print.c:279:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:284:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT32\tValue: NULL pointer", prefx); ^ dss/dss_print.c:288:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT32\tValue: %d", prefx, (int) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_uint64’: dss/dss_print.c:303:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:308:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT64\tValue: NULL pointer", prefx); ^ dss/dss_print.c:313:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_UINT64\tValue: %lu", prefx, (unsigned long) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_int64’: dss/dss_print.c:332:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:337:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT64\tValue: NULL pointer", prefx); ^ dss/dss_print.c:342:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_INT64\tValue: %ld", prefx, (long) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_null’: dss/dss_print.c:355:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:360:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_NULL\tValue: NULL pointer", prefx); ^ dss/dss_print.c:364:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_NULL", prefx); ^ dss/dss_print.c: In function ‘opal_dss_print_data_type’: dss/dss_print.c:380:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:385:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_DATA_TYPE\tValue: NULL pointer", prefx); ^ dss/dss_print.c:389:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_DATA_TYPE\tValue: %lu", prefx, (unsigned long) *src); ^ dss/dss_print.c: In function ‘opal_dss_print_data_value’: dss/dss_print.c:404:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_DATA_VALUE\tValue: NULL pointer", prefix); ^ dss/dss_print.c:406:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "Data type: OPAL_DATA_VALUE\tValue: NULL pointer"); ^ dss/dss_print.c:412:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx, "%s\t", prefix); ^ dss/dss_print.c:413:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp1, "%sData type: OPAL_DATA_VALUE:\n", prefix); ^ dss/dss_print.c:415:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp1, "Data type: OPAL_DATA_VALUE:\n"); ^ dss/dss_print.c:416:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx, "\t"); ^ dss/dss_print.c:421:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%sData type: OPAL_UNDEF\tValue: N/A", pfx); ^ dss/dss_print.c:430:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%sData field is NULL", pfx); ^ dss/dss_print.c:433:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%s%s", tmp1, tmp2); ^ dss/dss_print.c: In function ‘opal_dss_print_byte_object’: dss/dss_print.c:449:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] if (NULL == prefix) asprintf(&prefx, " "); ^ dss/dss_print.c:454:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_BYTE_OBJECT\tValue: NULL pointer", prefx); ^ dss/dss_print.c:458:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: OPAL_BYTE_OBJECT\tSize: %lu", prefx, (unsigned long) src->size); ^ libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_unpack.c -fPIC -DPIC -o dss/.libs/dss_unpack.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o dss/dss_open_close.lo dss/dss_open_close.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c dss/dss_open_close.c -fPIC -DPIC -o dss/.libs/dss_open_close.o /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -version-info 0:0:0 -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libopen-pal.la -rpath /usr/lib64 class/opal_bitmap.lo class/opal_free_list.lo class/opal_hash_table.lo class/opal_list.lo class/opal_object.lo class/opal_graph.lo class/opal_atomic_lifo.lo class/opal_pointer_array.lo class/opal_value_array.lo memoryhooks/memory.lo runtime/opal_progress.lo runtime/opal_finalize.lo runtime/opal_init.lo runtime/opal_params.lo runtime/opal_cr.lo threads/condition.lo threads/mutex.lo threads/thread.lo threads/tsd.lo dss/dss_internal_functions.lo dss/dss_compare.lo dss/dss_copy.lo dss/dss_dump.lo dss/dss_get.lo dss/dss_load_unload.lo dss/dss_lookup.lo dss/dss_pack.lo dss/dss_peek.lo dss/dss_print.lo dss/dss_register.lo dss/dss_release.lo dss/dss_set.lo dss/dss_set_buffer_type.lo dss/dss_size.lo dss/dss_unpack.lo dss/dss_open_close.lo ../opal/libltdl/libltdlc.la asm/libasm.la event/libevent.la mca/base/libmca_base.la util/libopalutil.la mca/backtrace/libmca_backtrace.la mca/backtrace/execinfo/libmca_backtrace_execinfo.la mca/carto/libmca_carto.la mca/crs/libmca_crs.la mca/installdirs/libmca_installdirs.la mca/installdirs/config/libmca_installdirs_config.la mca/installdirs/env/libmca_installdirs_env.la mca/maffinity/libmca_maffinity.la mca/memchecker/libmca_memchecker.la mca/memcpy/libmca_memcpy.la mca/memory/libmca_memory.la mca/memory/ptmalloc2/libmca_memory_ptmalloc2.la mca/paffinity/libmca_paffinity.la mca/timer/libmca_timer.la mca/timer/linux/libmca_timer_linux.la -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared class/.libs/opal_bitmap.o class/.libs/opal_free_list.o class/.libs/opal_hash_table.o class/.libs/opal_list.o class/.libs/opal_object.o class/.libs/opal_graph.o class/.libs/opal_atomic_lifo.o class/.libs/opal_pointer_array.o class/.libs/opal_value_array.o memoryhooks/.libs/memory.o runtime/.libs/opal_progress.o runtime/.libs/opal_finalize.o runtime/.libs/opal_init.o runtime/.libs/opal_params.o runtime/.libs/opal_cr.o threads/.libs/condition.o threads/.libs/mutex.o threads/.libs/thread.o threads/.libs/tsd.o dss/.libs/dss_internal_functions.o dss/.libs/dss_compare.o dss/.libs/dss_copy.o dss/.libs/dss_dump.o dss/.libs/dss_get.o dss/.libs/dss_load_unload.o dss/.libs/dss_lookup.o dss/.libs/dss_pack.o dss/.libs/dss_peek.o dss/.libs/dss_print.o dss/.libs/dss_register.o dss/.libs/dss_release.o dss/.libs/dss_set.o dss/.libs/dss_set_buffer_type.o dss/.libs/dss_size.o dss/.libs/dss_unpack.o dss/.libs/dss_open_close.o -Wl,--whole-archive ../opal/libltdl/.libs/libltdlc.a asm/.libs/libasm.a event/.libs/libevent.a mca/base/.libs/libmca_base.a util/.libs/libopalutil.a mca/backtrace/.libs/libmca_backtrace.a mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a mca/carto/.libs/libmca_carto.a mca/crs/.libs/libmca_crs.a mca/installdirs/.libs/libmca_installdirs.a mca/installdirs/config/.libs/libmca_installdirs_config.a mca/installdirs/env/.libs/libmca_installdirs_env.a mca/maffinity/.libs/libmca_maffinity.a mca/memchecker/.libs/libmca_memchecker.a mca/memcpy/.libs/libmca_memcpy.a mca/memory/.libs/libmca_memory.a mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a mca/paffinity/.libs/libmca_paffinity.a mca/timer/.libs/libmca_timer.a mca/timer/linux/.libs/libmca_timer_linux.a -Wl,--no-whole-archive -ldl -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,libopen-pal.so.0 -o .libs/libopen-pal.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libopen-pal.so.0" && ln -s "libopen-pal.so.0.0.0" "libopen-pal.so.0") libtool: link: (cd ".libs" && rm -f "libopen-pal.so" && ln -s "libopen-pal.so.0.0.0" "libopen-pal.so") libtool: link: ( cd ".libs" && rm -f "libopen-pal.la" && ln -s "../libopen-pal.la" "libopen-pal.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal' Making all in mca/carto/auto_detect make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/carto/auto_detect' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o carto_auto_detect_component.lo carto_auto_detect_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o carto_auto_detect_module.lo carto_auto_detect_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c carto_auto_detect_component.c -fPIC -DPIC -o .libs/carto_auto_detect_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c carto_auto_detect_module.c -fPIC -DPIC -o .libs/carto_auto_detect_module.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_carto_auto_detect.la -rpath /usr/lib64/openmpi carto_auto_detect_component.lo carto_auto_detect_module.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/carto_auto_detect_component.o .libs/carto_auto_detect_module.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_carto_auto_detect.so -o .libs/mca_carto_auto_detect.so libtool: link: ( cd ".libs" && rm -f "mca_carto_auto_detect.la" && ln -s "../mca_carto_auto_detect.la" "mca_carto_auto_detect.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/carto/auto_detect' Making all in mca/carto/file make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/carto/file' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o carto_file_lex.lo carto_file_lex.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o carto_file_component.lo carto_file_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o carto_file_module.lo carto_file_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c carto_file_lex.c -fPIC -DPIC -o .libs/carto_file_lex.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c carto_file_component.c -fPIC -DPIC -o .libs/carto_file_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c carto_file_module.c -fPIC -DPIC -o .libs/carto_file_module.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_carto_file.la -rpath /usr/lib64/openmpi carto_file_lex.lo carto_file_component.lo carto_file_module.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/carto_file_lex.o .libs/carto_file_component.o .libs/carto_file_module.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_carto_file.so -o .libs/mca_carto_file.so libtool: link: ( cd ".libs" && rm -f "mca_carto_file.la" && ln -s "../mca_carto_file.la" "mca_carto_file.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/carto/file' Making all in mca/crs/none make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/crs/none' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../../opal/libltdl -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o crs_none_component.lo crs_none_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../../opal/libltdl -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o crs_none_module.lo crs_none_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../../opal/libltdl -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c crs_none_component.c -fPIC -DPIC -o .libs/crs_none_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../../opal/libltdl -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c crs_none_module.c -fPIC -DPIC -o .libs/crs_none_module.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_crs_none.la -rpath /usr/lib64/openmpi crs_none_component.lo crs_none_module.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/crs_none_component.o .libs/crs_none_module.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_crs_none.so -o .libs/mca_crs_none.so libtool: link: ( cd ".libs" && rm -f "mca_crs_none.la" && ln -s "../mca_crs_none.la" "mca_crs_none.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/crs/none' Making all in mca/maffinity/first_use make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/maffinity/first_use' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o maffinity_first_use_component.lo maffinity_first_use_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o maffinity_first_use_module.lo maffinity_first_use_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c maffinity_first_use_component.c -fPIC -DPIC -o .libs/maffinity_first_use_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c maffinity_first_use_module.c -fPIC -DPIC -o .libs/maffinity_first_use_module.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_maffinity_first_use.la -rpath /usr/lib64/openmpi maffinity_first_use_component.lo maffinity_first_use_module.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/maffinity_first_use_component.o .libs/maffinity_first_use_module.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_maffinity_first_use.so -o .libs/mca_maffinity_first_use.so libtool: link: ( cd ".libs" && rm -f "mca_maffinity_first_use.la" && ln -s "../mca_maffinity_first_use.la" "mca_maffinity_first_use.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/maffinity/first_use' Making all in mca/maffinity/libnuma make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/maffinity/libnuma' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o maffinity_libnuma_component.lo maffinity_libnuma_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o maffinity_libnuma_module.lo maffinity_libnuma_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c maffinity_libnuma_module.c -fPIC -DPIC -o .libs/maffinity_libnuma_module.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c maffinity_libnuma_component.c -fPIC -DPIC -o .libs/maffinity_libnuma_component.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_maffinity_libnuma.la -rpath /usr/lib64/openmpi maffinity_libnuma_component.lo maffinity_libnuma_module.lo -lnuma -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/maffinity_libnuma_component.o .libs/maffinity_libnuma_module.o -lnuma -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_maffinity_libnuma.so -o .libs/mca_maffinity_libnuma.so libtool: link: ( cd ".libs" && rm -f "mca_maffinity_libnuma.la" && ln -s "../mca_maffinity_libnuma.la" "mca_maffinity_libnuma.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/maffinity/libnuma' Making all in mca/paffinity/linux make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux' Making all in plpa make[3]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa' Making all in src make[4]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src' Making all in libplpa make[5]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/libplpa' make all-am make[6]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/libplpa' /bin/sh ../../../../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../../../../opal/include -I../../../../../../../orte/include -I../../../../../../../ompi/include -I../../../../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o plpa_api_probe.lo plpa_api_probe.c /bin/sh ../../../../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../../../../opal/include -I../../../../../../../orte/include -I../../../../../../../ompi/include -I../../../../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o plpa_dispatch.lo plpa_dispatch.c /bin/sh ../../../../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../../../../opal/include -I../../../../../../../orte/include -I../../../../../../../ompi/include -I../../../../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o plpa_runtime.lo plpa_runtime.c /bin/sh ../../../../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../../../../opal/include -I../../../../../../../orte/include -I../../../../../../../ompi/include -I../../../../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o plpa_map.lo plpa_map.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../../../../opal/include -I../../../../../../../orte/include -I../../../../../../../ompi/include -I../../../../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c plpa_api_probe.c -fPIC -DPIC -o .libs/plpa_api_probe.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../../../../opal/include -I../../../../../../../orte/include -I../../../../../../../ompi/include -I../../../../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c plpa_dispatch.c -fPIC -DPIC -o .libs/plpa_dispatch.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../../../../opal/include -I../../../../../../../orte/include -I../../../../../../../ompi/include -I../../../../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c plpa_runtime.c -fPIC -DPIC -o .libs/plpa_runtime.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../../../../opal/include -I../../../../../../../orte/include -I../../../../../../../ompi/include -I../../../../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c plpa_map.c -fPIC -DPIC -o .libs/plpa_map.o /bin/sh ../../../../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libplpa_included.la plpa_api_probe.lo plpa_dispatch.lo plpa_runtime.lo plpa_map.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libplpa_included.a .libs/plpa_api_probe.o .libs/plpa_dispatch.o .libs/plpa_runtime.o .libs/plpa_map.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libplpa_included.a libtool: link: ( cd ".libs" && rm -f "libplpa_included.la" && ln -s "../libplpa_included.la" "libplpa_included.la" ) make[6]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/libplpa' make[5]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/libplpa' Making all in plpa-info make[5]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/plpa-info' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/plpa-info' Making all in plpa-taskset make[5]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/plpa-taskset' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/plpa-taskset' make[5]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src' make[4]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src' make[4]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa' make[3]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa' make[3]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o paffinity_linux_component.lo paffinity_linux_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o paffinity_linux_module.lo paffinity_linux_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c paffinity_linux_component.c -fPIC -DPIC -o .libs/paffinity_linux_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c paffinity_linux_module.c -fPIC -DPIC -o .libs/paffinity_linux_module.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_paffinity_linux.la -rpath /usr/lib64/openmpi paffinity_linux_component.lo paffinity_linux_module.lo /var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/libplpa/libplpa_included.la -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/paffinity_linux_component.o .libs/paffinity_linux_module.o -Wl,--whole-archive /var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux/plpa/src/libplpa/.libs/libplpa_included.a -Wl,--no-whole-archive -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_paffinity_linux.so -o .libs/mca_paffinity_linux.so libtool: link: ( cd ".libs" && rm -f "mca_paffinity_linux.la" && ln -s "../mca_paffinity_linux.la" "mca_paffinity_linux.la" ) make[3]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux' make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/mca/paffinity/linux' Making all in tools/wrappers make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/tools/wrappers' x86_64-pc-linux-gnu-gcc "-DEXEEXT=\"\"" -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o opal_wrapper.o opal_wrapper.c Creating opal_wrapper.1 man page... opal_wrapper.c: In function ‘main’: opal_wrapper.c:733:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&line, "%s%s", options_data[user_data_idx].module_option, options_data[user_data_idx].path_libdir); ^ opal_wrapper.c: In function ‘data_init’: opal_wrapper.c:375:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&datafile, "%s%s%s-wrapper-data.txt", ^ opal_wrapper.c: In function ‘data_callback’: opal_wrapper.c:333:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&line, OPAL_INCLUDE_FLAG"%s", ^ opal_wrapper.c:358:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&line, OPAL_LIBDIR_FLAG"%s", ^ opal_wrapper.c: In function ‘add_extra_includes’: opal_wrapper.c:233:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&line, OPAL_INCLUDE_FLAG"%s", include_directory); ^ opal_wrapper.c: In function ‘load_env_data’: opal_wrapper.c:429:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&envname, "%s_MPI%s", project, flag); ^ opal_wrapper.c:432:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&envname, "%s_%s", project, flag); ^ opal_wrapper.c: In function ‘load_env_data_argv’: opal_wrapper.c:453:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&envname, "%s_MPI%s", project, flag); ^ opal_wrapper.c:456:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&envname, "%s_%s", project, flag); ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o opal_wrapper opal_wrapper.o ../../../opal/libopen-pal.la -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o .libs/opal_wrapper opal_wrapper.o -Wl,--export-dynamic ../../../opal/.libs/libopen-pal.so -ldl -lnsl -lutil -lm -pthread make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/tools/wrappers' make[1]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal' Making all in orte make[1]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte' Making all in include make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/include' make all-am make[3]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/include' make[3]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/include' make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/include' Making all in mca/errmgr make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/errmgr' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/errmgr_base_close.lo base/errmgr_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/errmgr_base_select.lo base/errmgr_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/errmgr_base_open.lo base/errmgr_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/errmgr_base_fns.lo base/errmgr_base_fns.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/errmgr_base_close.c -fPIC -DPIC -o base/.libs/errmgr_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/errmgr_base_select.c -fPIC -DPIC -o base/.libs/errmgr_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/errmgr_base_fns.c -fPIC -DPIC -o base/.libs/errmgr_base_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/errmgr_base_open.c -fPIC -DPIC -o base/.libs/errmgr_base_open.o base/errmgr_base_fns.c: In function ‘orte_errmgr_base_error_abort’: base/errmgr_base_fns.c:74:18: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result] vasprintf( &buffer, fmt, arglist ); ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_errmgr.la base/errmgr_base_close.lo base/errmgr_base_select.lo base/errmgr_base_open.lo base/errmgr_base_fns.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_errmgr.a base/.libs/errmgr_base_close.o base/.libs/errmgr_base_select.o base/.libs/errmgr_base_open.o base/.libs/errmgr_base_fns.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_errmgr.a libtool: link: ( cd ".libs" && rm -f "libmca_errmgr.la" && ln -s "../libmca_errmgr.la" "libmca_errmgr.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/errmgr' Making all in mca/ess make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_close.lo base/ess_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_open.lo base/ess_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_select.lo base/ess_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_get.lo base/ess_base_get.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_put.lo base/ess_base_put.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_std_tool.lo base/ess_base_std_tool.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_std_app.lo base/ess_base_std_app.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_std_orted.lo base/ess_base_std_orted.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_open.c -fPIC -DPIC -o base/.libs/ess_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_close.c -fPIC -DPIC -o base/.libs/ess_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_std_tool.c -fPIC -DPIC -o base/.libs/ess_base_std_tool.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_put.c -fPIC -DPIC -o base/.libs/ess_base_put.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_std_app.c -fPIC -DPIC -o base/.libs/ess_base_std_app.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_select.c -fPIC -DPIC -o base/.libs/ess_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_get.c -fPIC -DPIC -o base/.libs/ess_base_get.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_std_orted.c -fPIC -DPIC -o base/.libs/ess_base_std_orted.o base/ess_base_put.c: In function ‘orte_ess_env_put’: base/ess_base_put.c:61:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&value, "%ld", (long) num_procs); ^ base/ess_base_put.c:86:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&value, "%ld", (long) num_local_procs); ^ /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_nidmap.lo base/ess_base_nidmap.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ess_base_std_prolog.lo base/ess_base_std_prolog.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_nidmap.c -fPIC -DPIC -o base/.libs/ess_base_nidmap.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ess_base_std_prolog.c -fPIC -DPIC -o base/.libs/ess_base_std_prolog.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_ess.la base/ess_base_close.lo base/ess_base_open.lo base/ess_base_select.lo base/ess_base_get.lo base/ess_base_put.lo base/ess_base_std_tool.lo base/ess_base_std_app.lo base/ess_base_std_orted.lo base/ess_base_nidmap.lo base/ess_base_std_prolog.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_ess.a base/.libs/ess_base_close.o base/.libs/ess_base_open.o base/.libs/ess_base_select.o base/.libs/ess_base_get.o base/.libs/ess_base_put.o base/.libs/ess_base_std_tool.o base/.libs/ess_base_std_app.o base/.libs/ess_base_std_orted.o base/.libs/ess_base_nidmap.o base/.libs/ess_base_std_prolog.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_ess.a libtool: link: ( cd ".libs" && rm -f "libmca_ess.la" && ln -s "../libmca_ess.la" "libmca_ess.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess' Making all in mca/filem make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/filem' Creating orte_filem.7 man page... /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/filem_base_open.lo base/filem_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/filem_base_close.lo base/filem_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/filem_base_select.lo base/filem_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/filem_base_receive.lo base/filem_base_receive.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/filem_base_fns.lo base/filem_base_fns.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/filem_base_open.c -fPIC -DPIC -o base/.libs/filem_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/filem_base_fns.c -fPIC -DPIC -o base/.libs/filem_base_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/filem_base_close.c -fPIC -DPIC -o base/.libs/filem_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/filem_base_receive.c -fPIC -DPIC -o base/.libs/filem_base_receive.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/filem_base_select.c -fPIC -DPIC -o base/.libs/filem_base_select.o base/filem_base_receive.c: In function ‘filem_base_process_get_remote_path_cmd’: base/filem_base_receive.c:257:15: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, sizeof(cwd)); ^ base/filem_base_receive.c:258:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp_name, "%s/%s", cwd, filename); ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_filem.la base/filem_base_open.lo base/filem_base_close.lo base/filem_base_select.lo base/filem_base_receive.lo base/filem_base_fns.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_filem.a base/.libs/filem_base_open.o base/.libs/filem_base_close.o base/.libs/filem_base_select.o base/.libs/filem_base_receive.o base/.libs/filem_base_fns.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_filem.a libtool: link: ( cd ".libs" && rm -f "libmca_filem.la" && ln -s "../libmca_filem.la" "libmca_filem.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/filem' Making all in mca/grpcomm make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/grpcomm' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/grpcomm_base_close.lo base/grpcomm_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/grpcomm_base_select.lo base/grpcomm_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/grpcomm_base_open.lo base/grpcomm_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/grpcomm_base_allgather.lo base/grpcomm_base_allgather.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/grpcomm_base_modex.lo base/grpcomm_base_modex.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/grpcomm_base_modex.c -fPIC -DPIC -o base/.libs/grpcomm_base_modex.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/grpcomm_base_open.c -fPIC -DPIC -o base/.libs/grpcomm_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/grpcomm_base_allgather.c -fPIC -DPIC -o base/.libs/grpcomm_base_allgather.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/grpcomm_base_close.c -fPIC -DPIC -o base/.libs/grpcomm_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/grpcomm_base_select.c -fPIC -DPIC -o base/.libs/grpcomm_base_select.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_grpcomm.la base/grpcomm_base_close.lo base/grpcomm_base_select.lo base/grpcomm_base_open.lo base/grpcomm_base_allgather.lo base/grpcomm_base_modex.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_grpcomm.a base/.libs/grpcomm_base_close.o base/.libs/grpcomm_base_select.o base/.libs/grpcomm_base_open.o base/.libs/grpcomm_base_allgather.o base/.libs/grpcomm_base_modex.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_grpcomm.a libtool: link: ( cd ".libs" && rm -f "libmca_grpcomm.la" && ln -s "../libmca_grpcomm.la" "libmca_grpcomm.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/grpcomm' Making all in mca/iof make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/iof' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/iof_base_open.lo base/iof_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/iof_base_close.lo base/iof_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/iof_base_select.lo base/iof_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/iof_base_output.lo base/iof_base_output.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/iof_base_setup.lo base/iof_base_setup.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/iof_base_open.c -fPIC -DPIC -o base/.libs/iof_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/iof_base_select.c -fPIC -DPIC -o base/.libs/iof_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/iof_base_setup.c -fPIC -DPIC -o base/.libs/iof_base_setup.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/iof_base_output.c -fPIC -DPIC -o base/.libs/iof_base_output.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/iof_base_close.c -fPIC -DPIC -o base/.libs/iof_base_close.o base/iof_base_setup.c: In function ‘orte_iof_base_setup_child’: base/iof_base_setup.c:191:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&str, "%d", opts->p_internal[1]); ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_iof.la base/iof_base_open.lo base/iof_base_close.lo base/iof_base_select.lo base/iof_base_output.lo base/iof_base_setup.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_iof.a base/.libs/iof_base_open.o base/.libs/iof_base_close.o base/.libs/iof_base_select.o base/.libs/iof_base_output.o base/.libs/iof_base_setup.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_iof.a libtool: link: ( cd ".libs" && rm -f "libmca_iof.la" && ln -s "../libmca_iof.la" "libmca_iof.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/iof' Making all in mca/notifier make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/notifier' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/notifier_base_close.lo base/notifier_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/notifier_base_select.lo base/notifier_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/notifier_base_open.lo base/notifier_base_open.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/notifier_base_close.c -fPIC -DPIC -o base/.libs/notifier_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/notifier_base_select.c -fPIC -DPIC -o base/.libs/notifier_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/notifier_base_open.c -fPIC -DPIC -o base/.libs/notifier_base_open.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_notifier.la base/notifier_base_close.lo base/notifier_base_select.lo base/notifier_base_open.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_notifier.a base/.libs/notifier_base_close.o base/.libs/notifier_base_select.o base/.libs/notifier_base_open.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_notifier.a libtool: link: ( cd ".libs" && rm -f "libmca_notifier.la" && ln -s "../libmca_notifier.la" "libmca_notifier.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/notifier' Making all in mca/odls make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/odls' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/odls_base_open.lo base/odls_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/odls_base_close.lo base/odls_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/odls_base_select.lo base/odls_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/odls_base_default_fns.lo base/odls_base_default_fns.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/odls_base_state.lo base/odls_base_state.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/odls_base_open.c -fPIC -DPIC -o base/.libs/odls_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/odls_base_state.c -fPIC -DPIC -o base/.libs/odls_base_state.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/odls_base_default_fns.c -fPIC -DPIC -o base/.libs/odls_base_default_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/odls_base_select.c -fPIC -DPIC -o base/.libs/odls_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/odls_base_close.c -fPIC -DPIC -o base/.libs/odls_base_close.o base/odls_base_default_fns.c: In function ‘orte_odls_base_default_launch_local’: base/odls_base_default_fns.c:868:11: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] getcwd(basedir, sizeof(basedir)); ^ base/odls_base_default_fns.c:1019:15: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] getcwd(dir, sizeof(dir)); ^ base/odls_base_default_fns.c:1040:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&full_search, "%s:%s", mpiexec_pathenv, pathenv); ^ base/odls_base_default_fns.c:1042:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&full_search, "%s", mpiexec_pathenv); ^ base/odls_base_default_fns.c:1141:33: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&app->argv[2], "Rank %s", ORTE_VPID_PRINT(child->name->vpid)); ^ base/odls_base_default_fns.c:1210:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&value, "%lu", (unsigned long) pmap->local_rank); ^ base/odls_base_default_fns.c:1216:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&value, "%s", child->slot_list); ^ base/odls_base_default_fns.c:1300:14: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] chdir(basedir); ^ base/odls_base_default_fns.c: In function ‘odls_base_default_setup_fork’: base/odls_base_default_fns.c:706:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&newenv, "%s/bin:%s", ^ base/odls_base_default_fns.c:714:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&newenv, "%s/lib:%s", ^ base/odls_base_default_fns.c:745:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m2, "%ld", (long)context->idx); ^ base/odls_base_default_fns.c:758:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m2, "%ld", (long)total_slots_alloc); ^ base/odls_base_state.c: In function ‘orte_odls_base_preload_append_binary’: base/odls_base_state.c:154:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&local_bin, "%s/%s", orte_process_info.job_session_dir, opal_basename(context->app)); ^ base/odls_base_state.c: In function ‘orte_odls_base_preload_append_files’: base/odls_base_state.c:206:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&local_ref, "%s/%s/%s", context->cwd, context->preload_files_dest_dir, opal_basename(remote_targets[i]) ); ^ base/odls_base_state.c:209:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&local_ref, "%s/%s", context->preload_files_dest_dir, opal_basename(remote_targets[i]) ); ^ base/odls_base_state.c:218:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&local_ref, "%s", remote_targets[i]); ^ base/odls_base_state.c:220:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&local_ref, "%s/%s", context->cwd, remote_targets[i] ); ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_odls.la base/odls_base_open.lo base/odls_base_close.lo base/odls_base_select.lo base/odls_base_default_fns.lo base/odls_base_state.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_odls.a base/.libs/odls_base_open.o base/.libs/odls_base_close.o base/.libs/odls_base_select.o base/.libs/odls_base_default_fns.o base/.libs/odls_base_state.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_odls.a libtool: link: ( cd ".libs" && rm -f "libmca_odls.la" && ln -s "../libmca_odls.la" "libmca_odls.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/odls' Making all in mca/oob make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/oob' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/oob_base_open.lo base/oob_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/oob_base_close.lo base/oob_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/oob_base_init.lo base/oob_base_init.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/oob_base_close.c -fPIC -DPIC -o base/.libs/oob_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/oob_base_open.c -fPIC -DPIC -o base/.libs/oob_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/oob_base_init.c -fPIC -DPIC -o base/.libs/oob_base_init.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_oob.la base/oob_base_open.lo base/oob_base_close.lo base/oob_base_init.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_oob.a base/.libs/oob_base_open.o base/.libs/oob_base_close.o base/.libs/oob_base_init.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_oob.a libtool: link: ( cd ".libs" && rm -f "libmca_oob.la" && ln -s "../libmca_oob.la" "libmca_oob.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/oob' Making all in mca/plm make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/plm' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/plm_base_open.lo base/plm_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/plm_base_close.lo base/plm_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/plm_base_select.lo base/plm_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/plm_base_receive.lo base/plm_base_receive.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/plm_base_launch_support.lo base/plm_base_launch_support.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/plm_base_jobid.lo base/plm_base_jobid.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/plm_base_proxy.lo base/plm_base_proxy.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/plm_base_orted_cmds.lo base/plm_base_orted_cmds.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/plm_base_open.c -fPIC -DPIC -o base/.libs/plm_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/plm_base_select.c -fPIC -DPIC -o base/.libs/plm_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/plm_base_receive.c -fPIC -DPIC -o base/.libs/plm_base_receive.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/plm_base_jobid.c -fPIC -DPIC -o base/.libs/plm_base_jobid.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/plm_base_proxy.c -fPIC -DPIC -o base/.libs/plm_base_proxy.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/plm_base_close.c -fPIC -DPIC -o base/.libs/plm_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/plm_base_launch_support.c -fPIC -DPIC -o base/.libs/plm_base_launch_support.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/plm_base_orted_cmds.c -fPIC -DPIC -o base/.libs/plm_base_orted_cmds.o /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/plm_base_heartbeat.lo base/plm_base_heartbeat.c base/plm_base_launch_support.c: In function ‘orte_plm_base_launch_failed’: base/plm_base_launch_support.c:276:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pidstr, "%d", (int)pid); ^ base/plm_base_launch_support.c: In function ‘orte_plm_base_orted_append_basic_args’: base/plm_base_launch_support.c:828:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m, "%d", orted_debug_failure); ^ base/plm_base_launch_support.c:834:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m, "%d", orted_debug_failure_delay); ^ base/plm_base_launch_support.c:841:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m, "%d", orte_heartbeat_rate); ^ base/plm_base_launch_support.c:875:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m, "%lu", num_procs); ^ base/plm_base_launch_support.c:885:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m, "\"%s\"", rml_uri); ^ libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/plm_base_heartbeat.c -fPIC -DPIC -o base/.libs/plm_base_heartbeat.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_plm.la base/plm_base_open.lo base/plm_base_close.lo base/plm_base_select.lo base/plm_base_receive.lo base/plm_base_launch_support.lo base/plm_base_jobid.lo base/plm_base_proxy.lo base/plm_base_orted_cmds.lo base/plm_base_heartbeat.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_plm.a base/.libs/plm_base_open.o base/.libs/plm_base_close.o base/.libs/plm_base_select.o base/.libs/plm_base_receive.o base/.libs/plm_base_launch_support.o base/.libs/plm_base_jobid.o base/.libs/plm_base_proxy.o base/.libs/plm_base_orted_cmds.o base/.libs/plm_base_heartbeat.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_plm.a libtool: link: ( cd ".libs" && rm -f "libmca_plm.la" && ln -s "../libmca_plm.la" "libmca_plm.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/plm' Making all in mca/ras make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ras' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ras_base_open.lo base/ras_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ras_base_close.lo base/ras_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ras_base_select.lo base/ras_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ras_base_allocate.lo base/ras_base_allocate.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/ras_base_node.lo base/ras_base_node.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ras_base_close.c -fPIC -DPIC -o base/.libs/ras_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ras_base_select.c -fPIC -DPIC -o base/.libs/ras_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ras_base_allocate.c -fPIC -DPIC -o base/.libs/ras_base_allocate.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ras_base_open.c -fPIC -DPIC -o base/.libs/ras_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/ras_base_node.c -fPIC -DPIC -o base/.libs/ras_base_node.o base/ras_base_allocate.c: In function ‘display_alloc’: base/ras_base_allocate.c:47:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n"); ^ base/ras_base_allocate.c:50:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n====================== ALLOCATED NODES ======================\n"); ^ base/ras_base_allocate.c:60:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp3, "%s%s", tmp, tmp2); ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_ras.la base/ras_base_open.lo base/ras_base_close.lo base/ras_base_select.lo base/ras_base_allocate.lo base/ras_base_node.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_ras.a base/.libs/ras_base_open.o base/.libs/ras_base_close.o base/.libs/ras_base_select.o base/.libs/ras_base_allocate.o base/.libs/ras_base_node.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_ras.a libtool: link: ( cd ".libs" && rm -f "libmca_ras.la" && ln -s "../libmca_ras.la" "libmca_ras.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ras' Making all in mca/rmaps make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/rmaps' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rmaps_base_open.lo base/rmaps_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rmaps_base_close.lo base/rmaps_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rmaps_base_select.lo base/rmaps_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rmaps_base_map_job.lo base/rmaps_base_map_job.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rmaps_base_get_job_map.lo base/rmaps_base_get_job_map.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rmaps_base_support_fns.lo base/rmaps_base_support_fns.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rmaps_base_common_mappers.lo base/rmaps_base_common_mappers.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rmaps_base_support_fns.c -fPIC -DPIC -o base/.libs/rmaps_base_support_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rmaps_base_open.c -fPIC -DPIC -o base/.libs/rmaps_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rmaps_base_get_job_map.c -fPIC -DPIC -o base/.libs/rmaps_base_get_job_map.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rmaps_base_close.c -fPIC -DPIC -o base/.libs/rmaps_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rmaps_base_select.c -fPIC -DPIC -o base/.libs/rmaps_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rmaps_base_map_job.c -fPIC -DPIC -o base/.libs/rmaps_base_map_job.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rmaps_base_common_mappers.c -fPIC -DPIC -o base/.libs/rmaps_base_common_mappers.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_rmaps.la base/rmaps_base_open.lo base/rmaps_base_close.lo base/rmaps_base_select.lo base/rmaps_base_map_job.lo base/rmaps_base_get_job_map.lo base/rmaps_base_support_fns.lo base/rmaps_base_common_mappers.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_rmaps.a base/.libs/rmaps_base_open.o base/.libs/rmaps_base_close.o base/.libs/rmaps_base_select.o base/.libs/rmaps_base_map_job.o base/.libs/rmaps_base_get_job_map.o base/.libs/rmaps_base_support_fns.o base/.libs/rmaps_base_common_mappers.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_rmaps.a libtool: link: ( cd ".libs" && rm -f "libmca_rmaps.la" && ln -s "../libmca_rmaps.la" "libmca_rmaps.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/rmaps' Making all in mca/rml make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/rml' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rml_base_components.lo base/rml_base_components.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rml_base_null_fns.lo base/rml_base_null_fns.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rml_base_receive.lo base/rml_base_receive.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/rml_base_contact.lo base/rml_base_contact.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rml_base_components.c -fPIC -DPIC -o base/.libs/rml_base_components.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rml_base_receive.c -fPIC -DPIC -o base/.libs/rml_base_receive.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rml_base_null_fns.c -fPIC -DPIC -o base/.libs/rml_base_null_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/rml_base_contact.c -fPIC -DPIC -o base/.libs/rml_base_contact.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_rml.la base/rml_base_components.lo base/rml_base_null_fns.lo base/rml_base_receive.lo base/rml_base_contact.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_rml.a base/.libs/rml_base_components.o base/.libs/rml_base_null_fns.o base/.libs/rml_base_receive.o base/.libs/rml_base_contact.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_rml.a libtool: link: ( cd ".libs" && rm -f "libmca_rml.la" && ln -s "../libmca_rml.la" "libmca_rml.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/rml' Making all in mca/routed make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/routed' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/routed_base_components.lo base/routed_base_components.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/routed_base_register_sync.lo base/routed_base_register_sync.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/routed_base_receive.lo base/routed_base_receive.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/routed_base_components.c -fPIC -DPIC -o base/.libs/routed_base_components.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/routed_base_register_sync.c -fPIC -DPIC -o base/.libs/routed_base_register_sync.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../opal/libltdl -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/routed_base_receive.c -fPIC -DPIC -o base/.libs/routed_base_receive.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_routed.la base/routed_base_components.lo base/routed_base_register_sync.lo base/routed_base_receive.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_routed.a base/.libs/routed_base_components.o base/.libs/routed_base_register_sync.o base/.libs/routed_base_receive.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_routed.a libtool: link: ( cd ".libs" && rm -f "libmca_routed.la" && ln -s "../libmca_routed.la" "libmca_routed.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/routed' Making all in mca/snapc make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/snapc' Creating orte_snapc.7 man page... /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/snapc_base_open.lo base/snapc_base_open.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/snapc_base_close.lo base/snapc_base_close.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/snapc_base_select.lo base/snapc_base_select.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o base/snapc_base_fns.lo base/snapc_base_fns.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/snapc_base_close.c -fPIC -DPIC -o base/.libs/snapc_base_close.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/snapc_base_select.c -fPIC -DPIC -o base/.libs/snapc_base_select.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/snapc_base_open.c -fPIC -DPIC -o base/.libs/snapc_base_open.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c base/snapc_base_fns.c -fPIC -DPIC -o base/.libs/snapc_base_fns.o base/snapc_base_fns.c: In function ‘orte_snapc_base_unique_global_snapshot_name’: base/snapc_base_fns.c:439:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&uniq_name, "ompi_global_snapshot_%d.ckpt", pid); ^ base/snapc_base_fns.c: In function ‘orte_snapc_base_get_global_snapshot_metadata_file’: base/snapc_base_fns.c:452:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&path, "%s/%s/%s", ^ base/snapc_base_fns.c: In function ‘orte_snapc_base_get_global_snapshot_directory’: base/snapc_base_fns.c:464:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&dir_name, "%s/%s/%d", ^ /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libmca_snapc.la base/snapc_base_open.lo base/snapc_base_close.lo base/snapc_base_select.lo base/snapc_base_fns.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libmca_snapc.a base/.libs/snapc_base_open.o base/.libs/snapc_base_close.o base/.libs/snapc_base_select.o base/.libs/snapc_base_fns.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmca_snapc.a libtool: link: ( cd ".libs" && rm -f "libmca_snapc.la" && ln -s "../libmca_snapc.la" "libmca_snapc.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/snapc' Making all in etc make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/etc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/etc' Making all in . make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte' Creating util/hostfile/orte_hosts.7 man page... /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/orte_finalize.lo runtime/orte_finalize.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/orte_init.lo runtime/orte_init.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/orte_locks.lo runtime/orte_locks.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/orte_globals.lo runtime/orte_globals.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/data_type_support/orte_dt_compare_fns.lo runtime/data_type_support/orte_dt_compare_fns.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/data_type_support/orte_dt_copy_fns.lo runtime/data_type_support/orte_dt_copy_fns.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/data_type_support/orte_dt_print_fns.lo runtime/data_type_support/orte_dt_print_fns.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/data_type_support/orte_dt_release_fns.lo runtime/data_type_support/orte_dt_release_fns.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/orte_finalize.c -fPIC -DPIC -o runtime/.libs/orte_finalize.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/orte_init.c -fPIC -DPIC -o runtime/.libs/orte_init.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/orte_locks.c -fPIC -DPIC -o runtime/.libs/orte_locks.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/data_type_support/orte_dt_compare_fns.c -fPIC -DPIC -o runtime/data_type_support/.libs/orte_dt_compare_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/data_type_support/orte_dt_copy_fns.c -fPIC -DPIC -o runtime/data_type_support/.libs/orte_dt_copy_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/orte_globals.c -fPIC -DPIC -o runtime/.libs/orte_globals.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/data_type_support/orte_dt_print_fns.c -fPIC -DPIC -o runtime/data_type_support/.libs/orte_dt_print_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/data_type_support/orte_dt_release_fns.c -fPIC -DPIC -o runtime/data_type_support/.libs/orte_dt_release_fns.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/data_type_support/orte_dt_size_fns.lo runtime/data_type_support/orte_dt_size_fns.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/data_type_support/orte_dt_size_fns.c -fPIC -DPIC -o runtime/data_type_support/.libs/orte_dt_size_fns.o runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_std_print’: runtime/data_type_support/orte_dt_print_fns.c:128:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData Type: ORTE_JOBID\tData size: %lu\tValue: %s", ^ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_quick_print’: runtime/data_type_support/orte_dt_print_fns.c:50:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: %s\tData size: 8-bit\tValue: NULL pointer", ^ runtime/data_type_support/orte_dt_print_fns.c:58:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: %s\tData size: 8-bit\tValue: %d", ^ runtime/data_type_support/orte_dt_print_fns.c:64:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: %s\tData size: 8-bit\tValue: %u", ^ runtime/data_type_support/orte_dt_print_fns.c:70:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: %s\tData size: 16-bit\tValue: %d", ^ runtime/data_type_support/orte_dt_print_fns.c:76:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: %s\tData size: 16-bit\tValue: %u", ^ runtime/data_type_support/orte_dt_print_fns.c:82:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: %s\tData size: 32-bit\tValue: %ld", ^ runtime/data_type_support/orte_dt_print_fns.c:88:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: %s\tData size: 32-bit\tValue: %lu", ^ runtime/data_type_support/orte_dt_print_fns.c:94:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: %s\tData size: 64-bit\tValue: %ld", ^ runtime/data_type_support/orte_dt_print_fns.c:100:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: %s\tData size: 64-bit\tValue: %lu", ^ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_name’: runtime/data_type_support/orte_dt_print_fns.c:184:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: ORTE_PROCESS_NAME\tData Value: NULL", ^ runtime/data_type_support/orte_dt_print_fns.c:187:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%sData type: ORTE_PROCESS_NAME\tData Value: %s", ^ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_job’: runtime/data_type_support/orte_dt_print_fns.c:210:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, " "); ^ runtime/data_type_support/orte_dt_print_fns.c:212:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, "%s", prefix); ^ runtime/data_type_support/orte_dt_print_fns.c:215:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n%sData for job: %s\tNum apps: %ld\tControls: %0x\tStdin target: %s\tState: %0x\tAbort: %s", pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:220:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx, "%s\t", pfx2); ^ runtime/data_type_support/orte_dt_print_fns.c:225:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp3, "%s\n%s", tmp, tmp2); ^ runtime/data_type_support/orte_dt_print_fns.c:236:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp3, "%s%s", tmp, tmp2); ^ runtime/data_type_support/orte_dt_print_fns.c:241:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%sNo Map", tmp, pfx); ^ runtime/data_type_support/orte_dt_print_fns.c:246:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%sNum procs: %ld", tmp, pfx, (long)src->num_procs); ^ runtime/data_type_support/orte_dt_print_fns.c:256:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp3, "%s%s", tmp, tmp2); ^ runtime/data_type_support/orte_dt_print_fns.c:263:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tNum launched: %ld\tNum reported: %ld\n%s\tNum terminated: %ld\tOversubscribe override?: %s", ^ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_node’: runtime/data_type_support/orte_dt_print_fns.c:290:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, " "); ^ runtime/data_type_support/orte_dt_print_fns.c:292:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, "%s", prefix); ^ runtime/data_type_support/orte_dt_print_fns.c:297:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%s\n", pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:303:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s%s\t\n", tmp, pfx2, src->alias[i]); ^ runtime/data_type_support/orte_dt_print_fns.c:317:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n%sData for node: Name: %s\tNum slots: %ld\tMax slots: %ld", ^ runtime/data_type_support/orte_dt_print_fns.c:323:29: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tresolved from %s", tmp, pfx2, src->alias[i]); ^ runtime/data_type_support/orte_dt_print_fns.c:332:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n%sData for node: Name: %s\tNum procs: %ld", ^ runtime/data_type_support/orte_dt_print_fns.c:338:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tresolved from %s", tmp, pfx2, src->alias[i]); ^ runtime/data_type_support/orte_dt_print_fns.c:346:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n%sData for node: Name: %s\t%s\tLaunch id: %ld\tArch: %0x\tState: %0x", ^ runtime/data_type_support/orte_dt_print_fns.c:353:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tresolved from %s", tmp, pfx2, src->alias[i]); ^ runtime/data_type_support/orte_dt_print_fns.c:359:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tNum boards: %ld\tNum sockets/board: %ld\tNum cores/socket: %ld", tmp, pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:365:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tDaemon: %s\tDaemon launched: %s", tmp, pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:368:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tDaemon: %s\tDaemon launched: %s", tmp, pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:374:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tNum slots: %ld\tSlots in use: %ld", tmp, pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:379:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tNum slots allocated: %ld\tMax slots: %ld", tmp, pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:384:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tUsername on node: %s", tmp, pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:389:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tNum procs: %ld\tNext node_rank: %ld", tmp, pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:395:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx, "%s\t", pfx2); ^ runtime/data_type_support/orte_dt_print_fns.c:404:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp3, "%s%s", tmp, tmp2); ^ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_proc’: runtime/data_type_support/orte_dt_print_fns.c:454:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, " "); ^ runtime/data_type_support/orte_dt_print_fns.c:456:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, "%s", prefix); ^ runtime/data_type_support/orte_dt_print_fns.c:464:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%s\n", pfx2, ORTE_VPID_PRINT(src->name.vpid)); ^ runtime/data_type_support/orte_dt_print_fns.c:466:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%s\n", pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:471:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%s\n", pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:474:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(output, "%s\n", pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:484:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n%sProcess OMPI jobid: %s Process rank: %s", pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:493:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n%sData for proc: %s", pfx2, ORTE_NAME_PRINT(&src->name)); ^ runtime/data_type_support/orte_dt_print_fns.c:495:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tPid: %ld\tLocal rank: %lu\tNode rank: %lu", tmp, pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c:500:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tState: %0x\tApp_context: %ld\tSlot list: %s", tmp, pfx2, ^ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_app_context’: runtime/data_type_support/orte_dt_print_fns.c:525:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, " "); ^ runtime/data_type_support/orte_dt_print_fns.c:527:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, "%s", prefix); ^ runtime/data_type_support/orte_dt_print_fns.c:530:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n%sData for app_context: index %lu\tapp: %s\n%s\tNum procs: %lu", ^ runtime/data_type_support/orte_dt_print_fns.c:536:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tArgv[%d]: %s", tmp, pfx2, i, src->argv[i]); ^ runtime/data_type_support/orte_dt_print_fns.c:543:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tEnv[%lu]: %s", tmp, pfx2, (unsigned long)i, src->env[i]); ^ runtime/data_type_support/orte_dt_print_fns.c:548:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tWorking dir: %s (user: %d)\n%s\tHostfile: %s\tAdd-Hostfile: %s", tmp, pfx2, src->cwd, (int) src->user_specified_cwd, ^ runtime/data_type_support/orte_dt_print_fns.c:556:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%s\tDash_host[%lu]: %s", tmp, pfx2, (unsigned long)i, src->dash_host[i]); ^ runtime/data_type_support/orte_dt_print_fns.c: In function ‘orte_dt_print_map’: runtime/data_type_support/orte_dt_print_fns.c:584:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, " "); ^ runtime/data_type_support/orte_dt_print_fns.c:586:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx2, "%s", prefix); ^ runtime/data_type_support/orte_dt_print_fns.c:591:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n"); ^ runtime/data_type_support/orte_dt_print_fns.c:599:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp3, "%s%s", tmp, tmp2); ^ runtime/data_type_support/orte_dt_print_fns.c:610:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp3, "%s%s", tmp, tmp2); ^ runtime/data_type_support/orte_dt_print_fns.c:615:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp3, "%s\t\n", tmp); ^ runtime/data_type_support/orte_dt_print_fns.c:619:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n", tmp); ^ runtime/data_type_support/orte_dt_print_fns.c:627:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&pfx, "%s\t", pfx2); ^ runtime/data_type_support/orte_dt_print_fns.c:630:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n%sMap generated by mapping policy: %04x\n%s\tNpernode: %ld\tOversubscribe allowed: %s\tCPU Lists: %s", ^ runtime/data_type_support/orte_dt_print_fns.c:636:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%sNum new daemons: %ld\tNew daemon starting vpid INVALID\n%sNum nodes: %ld", ^ runtime/data_type_support/orte_dt_print_fns.c:639:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n%sNum new daemons: %ld\tNew daemon starting vpid %ld\n%sNum nodes: %ld", ^ runtime/data_type_support/orte_dt_print_fns.c:647:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "\n%s======================== JOB MAP ========================", pfx2); ^ runtime/data_type_support/orte_dt_print_fns.c:659:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp3, "%s\n%s", tmp, tmp2); ^ runtime/data_type_support/orte_dt_print_fns.c:668:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp2, "%s\n\n%s=============================================================\n", tmp, pfx2); ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/data_type_support/orte_dt_packing_fns.lo runtime/data_type_support/orte_dt_packing_fns.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/data_type_support/orte_dt_unpacking_fns.lo runtime/data_type_support/orte_dt_unpacking_fns.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/orte_mca_params.lo runtime/orte_mca_params.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/data_type_support/orte_dt_packing_fns.c -fPIC -DPIC -o runtime/data_type_support/.libs/orte_dt_packing_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/data_type_support/orte_dt_unpacking_fns.c -fPIC -DPIC -o runtime/data_type_support/.libs/orte_dt_unpacking_fns.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/orte_mca_params.c -fPIC -DPIC -o runtime/.libs/orte_mca_params.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/orte_wait.lo runtime/orte_wait.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/orte_cr.lo runtime/orte_cr.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/orte_wait.c -fPIC -DPIC -o runtime/.libs/orte_wait.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/orte_cr.c -fPIC -DPIC -o runtime/.libs/orte_cr.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o runtime/orte_data_server.lo runtime/orte_data_server.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c runtime/orte_data_server.c -fPIC -DPIC -o runtime/.libs/orte_data_server.o runtime/orte_wait.c: In function ‘orte_trigger_event’: runtime/orte_wait.c:544:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(trig->channel, &data, sizeof(int)); ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/error_strings.lo util/error_strings.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/name_fns.lo util/name_fns.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/error_strings.c -fPIC -DPIC -o util/.libs/error_strings.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/proc_info.lo util/proc_info.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/name_fns.c -fPIC -DPIC -o util/.libs/name_fns.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/session_dir.lo util/session_dir.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/proc_info.c -fPIC -DPIC -o util/.libs/proc_info.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/session_dir.c -fPIC -DPIC -o util/.libs/session_dir.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/show_help.lo util/show_help.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/context_fns.lo util/context_fns.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/show_help.c -fPIC -DPIC -o util/.libs/show_help.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/context_fns.c -fPIC -DPIC -o util/.libs/context_fns.o util/name_fns.c: In function ‘orte_util_convert_process_name_to_string’: util/name_fns.c:486:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%s", ORTE_SCHEMA_WILDCARD_STRING); ^ util/name_fns.c:488:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%s", ORTE_SCHEMA_INVALID_STRING); ^ util/name_fns.c:490:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%lu", (unsigned long)name->jobid); ^ util/name_fns.c:494:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(name_string, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, ORTE_SCHEMA_WILDCARD_STRING); ^ util/name_fns.c:496:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(name_string, "%s%c%s", tmp, ORTE_SCHEMA_DELIMITER_CHAR, ORTE_SCHEMA_INVALID_STRING); ^ util/name_fns.c:498:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(name_string, "%s%c%lu", tmp, ORTE_SCHEMA_DELIMITER_CHAR, (unsigned long)name->vpid); ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/parse_options.lo util/parse_options.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/parse_options.c -fPIC -DPIC -o util/.libs/parse_options.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/pre_condition_transports.lo util/pre_condition_transports.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/hnp_contact.lo util/hnp_contact.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/hostfile/hostfile_lex.lo util/hostfile/hostfile_lex.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/pre_condition_transports.c -fPIC -DPIC -o util/.libs/pre_condition_transports.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/hnp_contact.c -fPIC -DPIC -o util/.libs/hnp_contact.o util/show_help.c: In function ‘show_accumulated_duplicates’: util/show_help.c:310:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%d more process%s sent help message %s / %s", ^ libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/hostfile/hostfile_lex.c -fPIC -DPIC -o util/hostfile/.libs/hostfile_lex.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/hostfile/hostfile.lo util/hostfile/hostfile.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/dash_host/dash_host.lo util/dash_host/dash_host.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/hostfile/hostfile.c -fPIC -DPIC -o util/hostfile/.libs/hostfile.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/comm/comm.lo util/comm/comm.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/dash_host/dash_host.c -fPIC -DPIC -o util/dash_host/.libs/dash_host.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/comm/comm.c -fPIC -DPIC -o util/comm/.libs/comm.o util/pre_condition_transports.c: In function ‘orte_pre_condition_transports’: util/pre_condition_transports.c:126:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&format, "%%0%dx", (int)(sizeof(unsigned int)) * 2); ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o util/nidmap.lo util/nidmap.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c util/nidmap.c -fPIC -DPIC -o util/.libs/nidmap.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o orted/orted_main.lo orted/orted_main.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o orted/orted_comm.lo orted/orted_comm.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c orted/orted_main.c -fPIC -DPIC -o orted/.libs/orted_main.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/paffinity/linux/plpa/src/libplpa -I.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c orted/orted_comm.c -fPIC -DPIC -o orted/.libs/orted_comm.o orted/orted_main.c: In function ‘orte_daemon’: orted/orted_main.c:560:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%s[%s]", orte_process_info.my_daemon_uri, nptr); ^ orted/orted_main.c:564:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(orted_globals.uri_pipe, tmp, strlen(tmp)+1); /* need to add 1 to get the NULL */ ^ /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -version-info 0:0:0 -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libopen-rte.la -rpath /usr/lib64 runtime/orte_finalize.lo runtime/orte_init.lo runtime/orte_locks.lo runtime/orte_globals.lo runtime/data_type_support/orte_dt_compare_fns.lo runtime/data_type_support/orte_dt_copy_fns.lo runtime/data_type_support/orte_dt_print_fns.lo runtime/data_type_support/orte_dt_release_fns.lo runtime/data_type_support/orte_dt_size_fns.lo runtime/data_type_support/orte_dt_packing_fns.lo runtime/data_type_support/orte_dt_unpacking_fns.lo runtime/orte_mca_params.lo runtime/orte_wait.lo runtime/orte_cr.lo runtime/orte_data_server.lo util/error_strings.lo util/name_fns.lo util/proc_info.lo util/session_dir.lo util/show_help.lo util/context_fns.lo util/parse_options.lo util/pre_condition_transports.lo util/hnp_contact.lo util/hostfile/hostfile_lex.lo util/hostfile/hostfile.lo util/dash_host/dash_host.lo util/comm/comm.lo util/nidmap.lo orted/orted_main.lo orted/orted_comm.lo mca/errmgr/libmca_errmgr.la mca/ess/libmca_ess.la mca/filem/libmca_filem.la mca/grpcomm/libmca_grpcomm.la mca/iof/libmca_iof.la mca/notifier/libmca_notifier.la mca/odls/libmca_odls.la mca/oob/libmca_oob.la mca/plm/libmca_plm.la mca/ras/libmca_ras.la mca/rmaps/libmca_rmaps.la mca/rml/libmca_rml.la mca/routed/libmca_routed.la mca/snapc/libmca_snapc.la /var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/libopen-pal.la -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared runtime/.libs/orte_finalize.o runtime/.libs/orte_init.o runtime/.libs/orte_locks.o runtime/.libs/orte_globals.o runtime/data_type_support/.libs/orte_dt_compare_fns.o runtime/data_type_support/.libs/orte_dt_copy_fns.o runtime/data_type_support/.libs/orte_dt_print_fns.o runtime/data_type_support/.libs/orte_dt_release_fns.o runtime/data_type_support/.libs/orte_dt_size_fns.o runtime/data_type_support/.libs/orte_dt_packing_fns.o runtime/data_type_support/.libs/orte_dt_unpacking_fns.o runtime/.libs/orte_mca_params.o runtime/.libs/orte_wait.o runtime/.libs/orte_cr.o runtime/.libs/orte_data_server.o util/.libs/error_strings.o util/.libs/name_fns.o util/.libs/proc_info.o util/.libs/session_dir.o util/.libs/show_help.o util/.libs/context_fns.o util/.libs/parse_options.o util/.libs/pre_condition_transports.o util/.libs/hnp_contact.o util/hostfile/.libs/hostfile_lex.o util/hostfile/.libs/hostfile.o util/dash_host/.libs/dash_host.o util/comm/.libs/comm.o util/.libs/nidmap.o orted/.libs/orted_main.o orted/.libs/orted_comm.o -Wl,--whole-archive mca/errmgr/.libs/libmca_errmgr.a mca/ess/.libs/libmca_ess.a mca/filem/.libs/libmca_filem.a mca/grpcomm/.libs/libmca_grpcomm.a mca/iof/.libs/libmca_iof.a mca/notifier/.libs/libmca_notifier.a mca/odls/.libs/libmca_odls.a mca/oob/.libs/libmca_oob.a mca/plm/.libs/libmca_plm.a mca/ras/.libs/libmca_ras.a mca/rmaps/.libs/libmca_rmaps.a mca/rml/.libs/libmca_rml.a mca/routed/.libs/libmca_routed.a mca/snapc/.libs/libmca_snapc.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/.libs /var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/opal/.libs/libopen-pal.so -ldl -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,libopen-rte.so.0 -o .libs/libopen-rte.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libopen-rte.so.0" && ln -s "libopen-rte.so.0.0.0" "libopen-rte.so.0") libtool: link: (cd ".libs" && rm -f "libopen-rte.so" && ln -s "libopen-rte.so.0.0.0" "libopen-rte.so") libtool: link: ( cd ".libs" && rm -f "libopen-rte.la" && ln -s "../libopen-rte.la" "libopen-rte.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte' Making all in mca/errmgr/default make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/errmgr/default' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o errmgr_default_component.lo errmgr_default_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o errmgr_default.lo errmgr_default.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c errmgr_default_component.c -fPIC -DPIC -o .libs/errmgr_default_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c errmgr_default.c -fPIC -DPIC -o .libs/errmgr_default.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_errmgr_default.la -rpath /usr/lib64/openmpi errmgr_default_component.lo errmgr_default.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/errmgr_default_component.o .libs/errmgr_default.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_errmgr_default.so -o .libs/mca_errmgr_default.so libtool: link: ( cd ".libs" && rm -f "mca_errmgr_default.la" && ln -s "../mca_errmgr_default.la" "mca_errmgr_default.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/errmgr/default' Making all in mca/ess/env make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess/env' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o ess_env_component.lo ess_env_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o ess_env_module.lo ess_env_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c ess_env_component.c -fPIC -DPIC -o .libs/ess_env_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c ess_env_module.c -fPIC -DPIC -o .libs/ess_env_module.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_ess_env.la -rpath /usr/lib64/openmpi ess_env_component.lo ess_env_module.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/ess_env_component.o .libs/ess_env_module.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_ess_env.so -o .libs/mca_ess_env.so libtool: link: ( cd ".libs" && rm -f "mca_ess_env.la" && ln -s "../mca_ess_env.la" "mca_ess_env.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess/env' Making all in mca/ess/hnp make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess/hnp' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o ess_hnp_component.lo ess_hnp_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o ess_hnp_module.lo ess_hnp_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c ess_hnp_component.c -fPIC -DPIC -o .libs/ess_hnp_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c ess_hnp_module.c -fPIC -DPIC -o .libs/ess_hnp_module.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_ess_hnp.la -rpath /usr/lib64/openmpi ess_hnp_component.lo ess_hnp_module.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/ess_hnp_component.o .libs/ess_hnp_module.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_ess_hnp.so -o .libs/mca_ess_hnp.so libtool: link: ( cd ".libs" && rm -f "mca_ess_hnp.la" && ln -s "../mca_ess_hnp.la" "mca_ess_hnp.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess/hnp' Making all in mca/ess/singleton make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess/singleton' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o ess_singleton_component.lo ess_singleton_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o ess_singleton_module.lo ess_singleton_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c ess_singleton_component.c -fPIC -DPIC -o .libs/ess_singleton_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c ess_singleton_module.c -fPIC -DPIC -o .libs/ess_singleton_module.o ess_singleton_module.c: In function ‘rte_init’: ess_singleton_module.c:166:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m, "OMPI_MCA_dpm_orte_server=%s", orte_process_info.my_hnp_uri); ^ ess_singleton_module.c: In function ‘fork_hnp’: ess_singleton_module.c:374:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m, "%d", p[1]); ^ ess_singleton_module.c:380:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(¶m, "%d", death_pipe[0]); ^ /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_ess_singleton.la -rpath /usr/lib64/openmpi ess_singleton_component.lo ess_singleton_module.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/ess_singleton_component.o .libs/ess_singleton_module.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_ess_singleton.so -o .libs/mca_ess_singleton.so libtool: link: ( cd ".libs" && rm -f "mca_ess_singleton.la" && ln -s "../mca_ess_singleton.la" "mca_ess_singleton.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess/singleton' Making all in mca/ess/tool make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess/tool' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o ess_tool_component.lo ess_tool_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o ess_tool_module.lo ess_tool_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c ess_tool_component.c -fPIC -DPIC -o .libs/ess_tool_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c ess_tool_module.c -fPIC -DPIC -o .libs/ess_tool_module.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_ess_tool.la -rpath /usr/lib64/openmpi ess_tool_component.lo ess_tool_module.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/ess_tool_component.o .libs/ess_tool_module.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_ess_tool.so -o .libs/mca_ess_tool.so libtool: link: ( cd ".libs" && rm -f "mca_ess_tool.la" && ln -s "../mca_ess_tool.la" "mca_ess_tool.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/ess/tool' Making all in mca/filem/rsh make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/filem/rsh' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o filem_rsh_component.lo filem_rsh_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o filem_rsh_module.lo filem_rsh_module.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c filem_rsh_component.c -fPIC -DPIC -o .libs/filem_rsh_component.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c filem_rsh_module.c -fPIC -DPIC -o .libs/filem_rsh_module.o filem_rsh_module.c: In function ‘start_child’: filem_rsh_module.c:1012:16: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen( "/dev/null", "w", stdout); ^ filem_rsh_module.c: In function ‘orte_filem_rsh_start_copy’: filem_rsh_module.c:736:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&command, "%s %s %s %s:%s ", ^ filem_rsh_module.c:758:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&command, "%s %s %s:%s %s ", ^ filem_rsh_module.c: In function ‘orte_filem_rsh_start_rm’: filem_rsh_module.c:880:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&command, "%s %s rm %s %s ", ^ /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_filem_rsh.la -rpath /usr/lib64/openmpi filem_rsh_component.lo filem_rsh_module.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/filem_rsh_component.o .libs/filem_rsh_module.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_filem_rsh.so -o .libs/mca_filem_rsh.so libtool: link: ( cd ".libs" && rm -f "mca_filem_rsh.la" && ln -s "../mca_filem_rsh.la" "mca_filem_rsh.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/filem/rsh' Making all in mca/grpcomm/bad make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/grpcomm/bad' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o grpcomm_bad_module.lo grpcomm_bad_module.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o grpcomm_bad_component.lo grpcomm_bad_component.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c grpcomm_bad_module.c -fPIC -DPIC -o .libs/grpcomm_bad_module.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c grpcomm_bad_component.c -fPIC -DPIC -o .libs/grpcomm_bad_component.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_grpcomm_bad.la -rpath /usr/lib64/openmpi grpcomm_bad_module.lo grpcomm_bad_component.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/grpcomm_bad_module.o .libs/grpcomm_bad_component.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_grpcomm_bad.so -o .libs/mca_grpcomm_bad.so libtool: link: ( cd ".libs" && rm -f "mca_grpcomm_bad.la" && ln -s "../mca_grpcomm_bad.la" "mca_grpcomm_bad.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/grpcomm/bad' Making all in mca/grpcomm/basic make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/grpcomm/basic' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o grpcomm_basic_module.lo grpcomm_basic_module.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o grpcomm_basic_component.lo grpcomm_basic_component.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c grpcomm_basic_module.c -fPIC -DPIC -o .libs/grpcomm_basic_module.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c grpcomm_basic_component.c -fPIC -DPIC -o .libs/grpcomm_basic_component.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_grpcomm_basic.la -rpath /usr/lib64/openmpi grpcomm_basic_module.lo grpcomm_basic_component.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/grpcomm_basic_module.o .libs/grpcomm_basic_component.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_grpcomm_basic.so -o .libs/mca_grpcomm_basic.so libtool: link: ( cd ".libs" && rm -f "mca_grpcomm_basic.la" && ln -s "../mca_grpcomm_basic.la" "mca_grpcomm_basic.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/grpcomm/basic' Making all in mca/iof/hnp make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/iof/hnp' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_hnp.lo iof_hnp.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_hnp_component.lo iof_hnp_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_hnp_read.lo iof_hnp_read.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_hnp_send.lo iof_hnp_send.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_hnp_receive.lo iof_hnp_receive.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_hnp.c -fPIC -DPIC -o .libs/iof_hnp.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_hnp_read.c -fPIC -DPIC -o .libs/iof_hnp_read.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_hnp_send.c -fPIC -DPIC -o .libs/iof_hnp_send.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_hnp_receive.c -fPIC -DPIC -o .libs/iof_hnp_receive.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_hnp_component.c -fPIC -DPIC -o .libs/iof_hnp_component.o iof_hnp.c: In function ‘hnp_push’: iof_hnp.c:169:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&outfile, "%s.%d.%0*lu", orte_output_filename, ^ /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_iof_hnp.la -rpath /usr/lib64/openmpi iof_hnp.lo iof_hnp_component.lo iof_hnp_read.lo iof_hnp_send.lo iof_hnp_receive.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/iof_hnp.o .libs/iof_hnp_component.o .libs/iof_hnp_read.o .libs/iof_hnp_send.o .libs/iof_hnp_receive.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_iof_hnp.so -o .libs/mca_iof_hnp.so libtool: link: ( cd ".libs" && rm -f "mca_iof_hnp.la" && ln -s "../mca_iof_hnp.la" "mca_iof_hnp.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/iof/hnp' Making all in mca/iof/orted make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/iof/orted' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_orted.lo iof_orted.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_orted_component.lo iof_orted_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_orted_read.lo iof_orted_read.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_orted_receive.lo iof_orted_receive.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_orted.c -fPIC -DPIC -o .libs/iof_orted.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_orted_read.c -fPIC -DPIC -o .libs/iof_orted_read.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_orted_receive.c -fPIC -DPIC -o .libs/iof_orted_receive.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_orted_component.c -fPIC -DPIC -o .libs/iof_orted_component.o iof_orted.c: In function ‘orted_push’: iof_orted.c:155:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf(&outfile, "%s.%d.%0*lu", orte_output_filename, ^ /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_iof_orted.la -rpath /usr/lib64/openmpi iof_orted.lo iof_orted_component.lo iof_orted_read.lo iof_orted_receive.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/iof_orted.o .libs/iof_orted_component.o .libs/iof_orted_read.o .libs/iof_orted_receive.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_iof_orted.so -o .libs/mca_iof_orted.so libtool: link: ( cd ".libs" && rm -f "mca_iof_orted.la" && ln -s "../mca_iof_orted.la" "mca_iof_orted.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/iof/orted' Making all in mca/iof/tool make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/iof/tool' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_tool.lo iof_tool.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_tool_component.lo iof_tool_component.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o iof_tool_receive.lo iof_tool_receive.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_tool.c -fPIC -DPIC -o .libs/iof_tool.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_tool_receive.c -fPIC -DPIC -o .libs/iof_tool_receive.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c iof_tool_component.c -fPIC -DPIC -o .libs/iof_tool_component.o /bin/sh ../../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -module -avoid-version -export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mca_iof_tool.la -rpath /usr/lib64/openmpi iof_tool.lo iof_tool_component.lo iof_tool_receive.lo -lnsl -lutil -lm libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/iof_tool.o .libs/iof_tool_component.o .libs/iof_tool_receive.o -lnsl -lutil -lm -march=native -pthread -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -pthread -Wl,-soname -Wl,mca_iof_tool.so -o .libs/mca_iof_tool.so libtool: link: ( cd ".libs" && rm -f "mca_iof_tool.la" && ln -s "../mca_iof_tool.la" "mca_iof_tool.la" ) make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/iof/tool' Making all in mca/notifier/syslog make[2]: Entering directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/notifier/syslog' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o notifier_syslog_module.lo notifier_syslog_module.c /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c -o notifier_syslog_component.lo notifier_syslog_component.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c notifier_syslog_module.c -fPIC -DPIC -o .libs/notifier_syslog_module.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/paffinity/linux/plpa/src/libplpa -I../../../.. -DNDEBUG -march=native -Wformat -Werror=format-security -g0 -O2 -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -c notifier_syslog_component.c -fPIC -DPIC -o .libs/notifier_syslog_component.o notifier_syslog_module.c: In function ‘myhelplog’: notifier_syslog_module.c:93:5: error: format not a string literal and no format arguments [-Werror=format-security] syslog(priority, output); ^ cc1: some warnings being treated as errors Makefile:1069: recipe for target 'notifier_syslog_module.lo' failed make[2]: *** [notifier_syslog_module.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte/mca/notifier/syslog' Makefile:1701: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3/orte' Makefile:1029: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 * ERROR: sys-cluster/openmpi-1.4.3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-cluster/openmpi-1.4.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-cluster/openmpi-1.4.3::gentoo'`. * The complete build log is located at '/var/log/log/build/sys-cluster/openmpi-1.4.3:20150109-120036.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-cluster/openmpi-1.4.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-cluster/openmpi-1.4.3/temp/environment'. * Working directory: '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3' * S: '/var/tmp/portage/sys-cluster/openmpi-1.4.3/work/openmpi-1.4.3'