* Package: sys-process/procenv-0.39 * Repository: gentoo * Maintainer: radhermit@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking procenv-0.39.tar.gz to /var/tmp/portage/sys-process/procenv-0.39/work >>> Source unpacked in /var/tmp/portage/sys-process/procenv-0.39/work >>> Preparing source in /var/tmp/portage/sys-process/procenv-0.39/work/procenv-0.39 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-process/procenv-0.39/work/procenv-0.39 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 configure: loading site script /usr/share/config.site checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking 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 ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking linux/securebits.h usability... yes checking linux/securebits.h presence... yes checking for linux/securebits.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for clock_gettime... yes checking for getcwd... yes checking for localtime_r... yes checking for strcasecmp... yes checking for strchr... yes checking for strstr... yes checking for sched_getcpu... yes checking for library containing kvm_openfiles... no checking for library containing numa_available... -lnuma checking numa.h usability... yes checking numa.h presence... yes checking for numa.h... yes checking for library containing cap_getmode... no checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking for library containing cap_init... -lcap checking for library containing pthread_create... -lpthread checking for library containing getpidcon... -lselinux checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking for library containing aa_gettaskcon... no checking sys/apparmor.h usability... no checking sys/apparmor.h presence... no checking for sys/apparmor.h... no 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 for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether CC supports -Werror=format-security... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating procenv.spec config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-process/procenv-0.39/work/procenv-0.39 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/sys-process/procenv-0.39/work/procenv-0.39' Making all in src make[2]: Entering directory '/var/tmp/portage/sys-process/procenv-0.39/work/procenv-0.39/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DHAVE_SELINUX -pedantic -std=gnu99 -Wall -Wunused -fstack-protector -Wformat -march=native -O2 -pipe -c -o procenv-procenv.o `test -f 'procenv.c' || echo './'`procenv.c procenv.c: In function ‘show_stat’: procenv.c:4146:24: warning: implicit declaration of function ‘major’ [-Wimplicit-function-declaration] entry ("major", "%u", major (st.st_dev)); ^ procenv.c:4147:24: warning: implicit declaration of function ‘minor’ [-Wimplicit-function-declaration] entry ("minor", "%u", minor (st.st_dev)); ^ procenv.c: In function ‘container_type’: procenv.c:5534:13: warning: implicit declaration of function ‘makedev’ [-Wimplicit-function-declaration] expected = makedev (5, 1); ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DHAVE_SELINUX -pedantic -std=gnu99 -Wall -Wunused -fstack-protector -Wformat -march=native -O2 -pipe -c -o procenv-pr_list.o `test -f 'pr_list.c' || echo './'`pr_list.c x86_64-pc-linux-gnu-gcc -pedantic -std=gnu99 -Wall -Wunused -fstack-protector -Wformat -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o procenv procenv-procenv.o procenv-pr_list.o -lrt -lselinux -lpthread -lcap -lnuma procenv-procenv.o: In function `container_type': procenv.c:(.text+0x927): undefined reference to `makedev' procenv.c:(.text+0x94c): undefined reference to `major' procenv.c:(.text+0x958): undefined reference to `major' procenv.c:(.text+0x9b8): undefined reference to `minor' procenv.c:(.text+0x9c4): undefined reference to `minor' procenv-procenv.o: In function `get_major_minor': procenv.c:(.text+0xd9d): undefined reference to `major' procenv.c:(.text+0xdab): undefined reference to `minor' procenv-procenv.o: In function `show_stat': procenv.c:(.text+0xb8fc): undefined reference to `major' procenv.c:(.text+0xb91a): undefined reference to `minor' collect2: error: ld returned 1 exit status Makefile:369: recipe for target 'procenv' failed make[2]: *** [procenv] Error 1 make[2]: Leaving directory '/var/tmp/portage/sys-process/procenv-0.39/work/procenv-0.39/src' Makefile:427: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-process/procenv-0.39/work/procenv-0.39' Makefile:324: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: sys-process/procenv-0.39::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-process/procenv-0.39::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-process/procenv-0.39::gentoo'`. * The complete build log is located at '/var/log/portage/sys-process:procenv-0.39:20160414-015237.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-process/procenv-0.39/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-process/procenv-0.39/temp/environment'. * Working directory: '/var/tmp/portage/sys-process/procenv-0.39/work/procenv-0.39' * S: '/var/tmp/portage/sys-process/procenv-0.39/work/procenv-0.39'