spacepaste

  1.  
  2. * Package: dev-libs/libusb-1.0.22
  3. * Repository: gentoo
  4. * Maintainer: base-system@gentoo.org peter@stuge.se
  5. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux udev userland_GNU
  6. * FEATURES: preserve-libs sandbox userpriv usersandbox
  7. >>> Unpacking source...
  8. >>> Unpacking libusb-1.0.22.tar.bz2 to /var/tmp/portage/dev-libs/libusb-1.0.22/work
  9. >>> Source unpacked in /var/tmp/portage/dev-libs/libusb-1.0.22/work
  10. >>> Preparing source in /var/tmp/portage/dev-libs/libusb-1.0.22/work/libusb-1.0.22 ...
  11. >>> Source prepared.
  12. >>> Configuring source in /var/tmp/portage/dev-libs/libusb-1.0.22/work/libusb-1.0.22 ...
  13. * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
  14. * econf: updating libusb-1.0.22/config.sub with /usr/share/gnuconfig/config.sub
  15. * econf: updating libusb-1.0.22/config.guess with /usr/share/gnuconfig/config.guess
  16. /var/tmp/portage/dev-libs/libusb-1.0.22/work/libusb-1.0.22/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/libusb-1.0.22 --htmldir=/usr/share/doc/libusb-1.0.22/html --libdir=/usr/lib64 --disable-static --enable-udev --disable-debug-log --disable-tests-build
  17. checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c
  18. checking whether build environment is sane... yes
  19. checking for a thread-safe mkdir -p... /bin/mkdir -p
  20. checking for gawk... gawk
  21. checking whether make sets $(MAKE)... yes
  22. checking whether make supports nested variables... yes
  23. checking whether make supports nested variables... (cached) yes
  24. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  25. checking whether the C compiler works... yes
  26. checking for C compiler default output file name... a.out
  27. checking for suffix of executables...
  28. checking whether we are cross compiling... no
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C compiler... yes
  31. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  32. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  33. checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
  34. checking for style of include used by make... GNU
  35. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  36. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  37. checking whether we are using the GNU C++ compiler... yes
  38. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  39. checking dependency style of x86_64-pc-linux-gnu-g++... none
  40. checking build system type... x86_64-pc-linux-gnu
  41. checking host system type... x86_64-pc-linux-gnu
  42. checking how to print strings... printf
  43. checking for a sed that does not truncate output... /bin/sed
  44. checking for grep that handles long lines and -e... /bin/grep
  45. checking for egrep... /bin/grep -E
  46. checking for fgrep... /bin/grep -F
  47. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  48. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  49. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
  50. checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
  51. checking whether ln -s works... yes
  52. checking the maximum length of command line arguments... 1572864
  53. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  54. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  55. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  56. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  57. checking how to recognize dependent libraries... pass_all
  58. checking for x86_64-pc-linux-gnu-dlltool... no
  59. checking for dlltool... no
  60. checking how to associate runtime and link libraries... printf %s\n
  61. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  62. checking for archiver @FILE support... @
  63. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  64. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  65. checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  66. checking for sysroot... no
  67. checking for a working dd... /bin/dd
  68. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  69. checking for x86_64-pc-linux-gnu-mt... no
  70. checking for mt... no
  71. checking if : is a manifest tool... no
  72. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  73. checking for ANSI C header files... yes
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking for dlfcn.h... yes
  84. checking for objdir... .libs
  85. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  86. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  87. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  88. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  89. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  90. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  91. 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
  92. checking whether -lc should be explicitly linked in... no
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... no
  99. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  100. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  101. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  102. 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
  103. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  104. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  105. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  106. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  107. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  108. 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
  109. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  110. checking how to hardcode library paths into programs... immediate
  111. checking for x86_64-pc-linux-gnu-windres... no
  112. checking for windres... no
  113. checking for inline... inline
  114. checking operating system... Linux
  115. checking for library containing clock_gettime2... no
  116. checking libudev.h usability... no
  117. checking libudev.h presence... no
  118. checking for libudev.h... no
  119. configure: error: udev support requested but libudev header not installed
  120. !!! Please attach the following file when seeking support:
  121. !!! /var/tmp/portage/dev-libs/libusb-1.0.22/work/libusb-1.0.22-abi_x86_64.amd64/config.log
  122. * ERROR: dev-libs/libusb-1.0.22::gentoo failed (configure phase):
  123. * econf failed
  124. *
  125. * Call stack:
  126. * ebuild.sh, line 124: Called src_configure
  127. * environment, line 1508: Called multilib-minimal_src_configure
  128. * environment, line 895: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
  129. * environment, line 1109: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
  130. * environment, line 825: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
  131. * environment, line 823: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
  132. * environment, line 223: Called multilib-minimal_abi_src_configure
  133. * environment, line 889: Called multilib_src_configure
  134. * environment, line 1328: Called econf '--disable-static' '--enable-udev' '--disable-debug-log' '--disable-tests-build'
  135. * phase-helpers.sh, line 718: Called __helpers_die 'econf failed'
  136. * isolated-functions.sh, line 121: Called die
  137. * The specific snippet of code:
  138. * die "$@"
  139. *
  140. * If you need support, post the output of `emerge --info '=dev-libs/libusb-1.0.22::gentoo'`,
  141. * the complete build log and the output of `emerge -pqv '=dev-libs/libusb-1.0.22::gentoo'`.
  142. * The complete build log is located at '/var/tmp/portage/dev-libs/libusb-1.0.22/temp/build.log'.
  143. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libusb-1.0.22/temp/environment'.
  144. * Working directory: '/var/tmp/portage/dev-libs/libusb-1.0.22/work/libusb-1.0.22-abi_x86_64.amd64'
  145. * S: '/var/tmp/portage/dev-libs/libusb-1.0.22/work/libusb-1.0.22'
  146.