Advertisement
Guest User

build-log

a guest
May 23rd, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. * Package: x11-libs/libdrm-2.4.97
  2. * Repository: gentoo
  3. * Maintainer: x11@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU video_cards_amdgpu video_cards_intel video_cards_nouveau video_cards_radeon
  5. * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking libdrm-2.4.97.tar.bz2 to /var/tmp/portage/x11-libs/libdrm-2.4.97/work
  8. >>> Source unpacked in /var/tmp/portage/x11-libs/libdrm-2.4.97/work
  9. >>> Preparing source in /var/tmp/portage/x11-libs/libdrm-2.4.97/work/libdrm-2.4.97 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /var/tmp/portage/x11-libs/libdrm-2.4.97/work/libdrm-2.4.97 ...
  12. * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
  13. meson --buildtype plain --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload -Dudev=false -Dcairo-tests=false -Damdgpu=true -Dexynos=false -Dfreedreno=false -Dintel=true -Dnouveau=true -Domap=false -Dradeon=true -Dtegra=false -Dvc4=false -Detnaviv=false -Dvmwgfx=false -Dlibkms=false -Dvalgrind=false /var/tmp/portage/x11-libs/libdrm-2.4.97/work/libdrm-2.4.97 /var/tmp/portage/x11-libs/libdrm-2.4.97/work/libdrm-2.4.97-abi_x86_64.amd64
  14. Traceback (most recent call last):
  15. File "/usr/lib64/python3.6/site-packages/mesonbuild/mesonmain.py", line 112, in run
  16. return options.run_func(options)
  17. File "/usr/lib64/python3.6/site-packages/mesonbuild/msetup.py", line 230, in run
  18. app.generate()
  19. File "/usr/lib64/python3.6/site-packages/mesonbuild/msetup.py", line 161, in generate
  20. self._generate(env)
  21. File "/usr/lib64/python3.6/site-packages/mesonbuild/msetup.py", line 190, in _generate
  22. intr.run()
  23. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreter.py", line 3874, in run
  24. super().run()
  25. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 408, in run
  26. self.evaluate_codeblock(self.ast, start=1)
  27. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 432, in evaluate_codeblock
  28. raise e
  29. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 426, in evaluate_codeblock
  30. self.evaluate_statement(cur)
  31. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 439, in evaluate_statement
  32. return self.assignment(cur)
  33. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 1019, in assignment
  34. value = self.evaluate_statement(node.value)
  35. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 437, in evaluate_statement
  36. return self.function_call(cur)
  37. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 763, in function_call
  38. return func(node, posargs, kwargs)
  39. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 292, in wrapped
  40. return f(*wrapped_args, **wrapped_kwargs)
  41. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 292, in wrapped
  42. return f(*wrapped_args, **wrapped_kwargs)
  43. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 292, in wrapped
  44. return f(*wrapped_args, **wrapped_kwargs)
  45. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 153, in wrapped
  46. ret = f(*wrapped_args, **wrapped_kwargs)
  47. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreterbase.py", line 181, in wrapped
  48. return f(*wrapped_args, **wrapped_kwargs)
  49. File "/usr/lib64/python3.6/site-packages/mesonbuild/interpreter.py", line 3022, in func_dependency
  50. dep = dependencies.find_external_dependency(name, self.environment, kwargs)
  51. File "/usr/lib64/python3.6/site-packages/mesonbuild/dependencies/base.py", line 2070, in find_external_dependency
  52. raise pkg_exc[0]
  53. File "/usr/lib64/python3.6/site-packages/mesonbuild/dependencies/base.py", line 2024, in find_external_dependency
  54. d = c()
  55. File "/usr/lib64/python3.6/site-packages/mesonbuild/dependencies/base.py", line 537, in __init__
  56. self._set_libs()
  57. File "/usr/lib64/python3.6/site-packages/mesonbuild/dependencies/base.py", line 747, in _set_libs
  58. self.link_args, self.raw_link_args = self._search_libs(out, out_raw)
  59. File "/usr/lib64/python3.6/site-packages/mesonbuild/dependencies/base.py", line 676, in _search_libs
  60. libpaths, libtype)
  61. File "/usr/lib64/python3.6/site-packages/mesonbuild/compilers/c.py", line 1050, in find_library
  62. return self.find_library_impl(libname, env, extra_dirs, code, libtype)
  63. File "/usr/lib64/python3.6/site-packages/mesonbuild/compilers/c.py", line 1040, in find_library_impl
  64. value = self.find_library_real(libname, env, extra_dirs, code, libtype)
  65. File "/usr/lib64/python3.6/site-packages/mesonbuild/compilers/c.py", line 1018, in find_library_real
  66. for d in itertools.chain(extra_dirs, self.get_library_dirs(env, elf_class)):
  67. File "/usr/lib64/python3.6/site-packages/mesonbuild/compilers/c.py", line 251, in get_library_dirs
  68. with open(file_to_check, 'rb') as fd:
  69. PermissionError: [Errno 13] Permission denied: '/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/bpipe-fd.so'
  70. The Meson build system
  71. Version: 0.49.2
  72. Source dir: /var/tmp/portage/x11-libs/libdrm-2.4.97/work/libdrm-2.4.97
  73. Build dir: /var/tmp/portage/x11-libs/libdrm-2.4.97/work/libdrm-2.4.97-abi_x86_64.amd64
  74. Build type: native build
  75. Project name: libdrm
  76. Project version: 2.4.97
  77. Appending CFLAGS from environment: '-march=native -O2 -pipe'
  78. Appending LDFLAGS from environment: '-Wl,-O1 -Wl,--as-needed'
  79. Native C compiler: x86_64-pc-linux-gnu-gcc (gcc 8.3.0 "x86_64-pc-linux-gnu-gcc (Gentoo 8.3.0-r1 p1.1) 8.3.0")
  80. Build machine cpu family: x86_64
  81. Build machine cpu: x86_64
  82. Dependency threads found: YES
  83. Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (0.29.2)
  84. Found CMake: /usr/bin/cmake (3.9.6)
  85. Dependency atomic_ops found: NO (tried cmake)
  86. Checking if "Intel Atomics" compiles: YES
  87. Checking for function "dlsym" : NO
  88. Library dl found: YES
  89. Checking for function "clock_gettime" : YES
  90. Library m found: YES
  91. Checking if "sys/sysctl.h works" compiles: YES
  92. Checking if "sys/select.h works" compiles: YES
  93. Checking if "alloca.h works" compiles: YES
  94. Header <sys/sysmacros.h> has symbol "major" : YES
  95. Checking for function "open_memstream" : YES
  96. Compiler for C supports arguments -Wall: YES
  97. Compiler for C supports arguments -Wextra: YES
  98. Compiler for C supports arguments -Wsign-compare: YES
  99. Compiler for C supports arguments -Werror=undef: YES
  100. Compiler for C supports arguments -Werror=implicit-function-declaration: YES
  101. Compiler for C supports arguments -Wpointer-arith: YES
  102. Compiler for C supports arguments -Wwrite-strings: YES
  103. Compiler for C supports arguments -Wstrict-prototypes: YES
  104. Compiler for C supports arguments -Wmissing-prototypes: YES
  105. Compiler for C supports arguments -Wmissing-declarations: YES
  106. Compiler for C supports arguments -Wnested-externs: YES
  107. Compiler for C supports arguments -Wpacked: YES
  108. Compiler for C supports arguments -Wswitch-enum: YES
  109. Compiler for C supports arguments -Wmissing-format-attribute: YES
  110. Compiler for C supports arguments -Wstrict-aliasing=2: YES
  111. Compiler for C supports arguments -Winit-self: YES
  112. Compiler for C supports arguments -Winline: YES
  113. Compiler for C supports arguments -Wshadow: YES
  114. Compiler for C supports arguments -Wdeclaration-after-statement: YES
  115. Compiler for C supports arguments -Wold-style-definition: YES
  116. Compiler for C supports arguments -Wunused-parameter: YES
  117. Compiler for C supports arguments -Wattributes: YES
  118. Compiler for C supports arguments -Wlong-long: YES
  119. Compiler for C supports arguments -Wmissing-field-initializers: YES
  120. Dependency pciaccess found: NO (tried cmake)
  121. * ERROR: x11-libs/libdrm-2.4.97::gentoo failed (configure phase):
  122. * (no error message)
  123. *
  124. * Call stack:
  125. * ebuild.sh, line 124: Called src_configure
  126. * environment, line 2465: Called multilib-minimal_src_configure
  127. * environment, line 1249: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
  128. * environment, line 1476: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
  129. * environment, line 1179: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
  130. * environment, line 1177: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
  131. * environment, line 333: Called multilib-minimal_abi_src_configure
  132. * environment, line 1243: Called multilib_src_configure
  133. * environment, line 1701: Called meson_src_configure
  134. * environment, line 1116: Called die
  135. * The specific snippet of code:
  136. * tc-env_build "$@" || die
  137. *
  138. * If you need support, post the output of `emerge --info '=x11-libs/libdrm-2.4.97::gentoo'`,
  139. * the complete build log and the output of `emerge -pqv '=x11-libs/libdrm-2.4.97::gentoo'`.
  140. * The complete build log is located at '/var/tmp/portage/x11-libs/libdrm-2.4.97/temp/build.log'.
  141. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libdrm-2.4.97/temp/environment'.
  142. * Working directory: '/var/tmp/portage/x11-libs/libdrm-2.4.97/work/libdrm-2.4.97-abi_x86_64.amd64'
  143. * S: '/var/tmp/portage/x11-libs/libdrm-2.4.97/work/libdrm-2.4.97'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement