Advertisement
Guest User

pithos build: permission denied

a guest
Sep 12th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. pithos 1.4.0-1 (2017-09-11 23:36)
  2. ( Unsupported package: Potentially dangerous ! )
  3. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  4. ==> ------------------------------------
  5.  
  6.  
  7. ==> pithos dependencies:
  8. - gtk3 (already installed)
  9. - python-gobject (already installed)
  10. - libsecret (already installed)
  11. - python-cairo (already installed)
  12. - gst-plugins-good (already installed)
  13. - gst-libav (already installed)
  14. - gst-plugins-base (already installed)
  15. - meson (already installed) [makedepend]
  16. - appstream-glib (already installed) [makedepend]
  17.  
  18.  
  19. ==> Continue building pithos ? [Y/n]
  20. ==> --------------------------------
  21. ==>
  22.  
  23. ==> Building and installing package
  24. ==> Making package: pithos 1.4.0-1 (Di 12. Sep 21:43:19 CEST 2017)
  25. ==> Checking runtime dependencies...
  26. ==> Checking buildtime dependencies...
  27. ==> Retrieving sources...
  28. -> Downloading pithos-1.4.0.tar.xz...
  29. % Total % Received % Xferd Average Speed Time Time Time Current
  30. Dload Upload Total Spent Left Speed
  31. 100 608 0 608 0 0 608 0 --:--:-- --:--:-- --:--:-- 660
  32. 100 98k 100 98k 0 0 50196 0 0:00:02 0:00:02 --:--:-- 120k
  33. -> Downloading pithos-1.4.0.tar.xz.asc...
  34. % Total % Received % Xferd Average Speed Time Time Time Current
  35. Dload Upload Total Spent Left Speed
  36. 100 612 0 612 0 0 612 0 --:--:-- --:--:-- --:--:-- 775
  37. 100 833 100 833 0 0 833 0 0:00:01 0:00:01 --:--:-- 2119
  38. -> Found dbus.service
  39. -> Found systemd.service
  40. ==> Validating source files with sha256sums...
  41. pithos-1.4.0.tar.xz ... Passed
  42. pithos-1.4.0.tar.xz.asc ... Skipped
  43. dbus.service ... Passed
  44. systemd.service ... Passed
  45. ==> Verifying source file signatures with gpg...
  46. pithos-1.4.0.tar.xz ... Passed
  47. ==> Extracting sources...
  48. -> Extracting pithos-1.4.0.tar.xz with bsdtar
  49. ==> Starting build()...
  50. The Meson build system
  51. Version: 0.42.0
  52. Source dir: /tmp/yaourt-tmp-nobody/aur-pithos/src/pithos-1.4.0
  53. Build dir: /tmp/yaourt-tmp-nobody/aur-pithos/src/build
  54. Build type: native build
  55. Project name: pithos
  56. Build machine cpu family: x86_64
  57. Build machine cpu: x86_64
  58. Found pkg-config: /usr/bin/pkg-config (0.29.2)
  59. Native dependency glib-2.0 found: YES 2.52.3
  60. Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
  61. Program appstream-util found: YES (/usr/bin/appstream-util)
  62. Program desktop-file-validate found: YES (/usr/bin/desktop-file-validate)
  63. Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
  64. Program gtk-builder-tool found: YES (/usr/bin/gtk-builder-tool)
  65. Configuring pithos using configuration
  66. Program sphinx-build-3 found: NO
  67. Program sphinx-build found: NO
  68. Program help2man found: NO
  69. Program meson_post_install.py found: YES (/usr/bin/env python3 /tmp/yaourt-tmp-nobody/aur-pithos/src/pithos-1.4.0/meson_post_install.py)
  70. Build targets in project: 8
  71. ==> Entering fakeroot environment...
  72. ==> Starting package()...
  73. [3/4] Installing files.
  74. Installing subdir /tmp/yaourt-tmp-nobody/aur-pithos/src/pithos-1.4.0/pithos to /usr/share/pithos
  75. Installing data/pithos.gresource to /tmp/yaourt-tmp-nobody/aur-pithos/pkg/pithos/usr/share/pithos/pithos.gresource
  76. Traceback (most recent call last):
  77. File "/usr/bin/meson", line 37, in <module>
  78. sys.exit(main())
  79. File "/usr/bin/meson", line 34, in main
  80. return mesonmain.run(sys.argv[1:], launcher)
  81. File "/usr/lib/python3.6/site-packages/mesonbuild/mesonmain.py", line 297, in run
  82. sys.exit(run_script_command(args[1:]))
  83. File "/usr/lib/python3.6/site-packages/mesonbuild/mesonmain.py", line 264, in run_script_command
  84. return cmdfunc(cmdargs)
  85. File "/usr/lib/python3.6/site-packages/mesonbuild/scripts/meson_install.py", line 370, in run
  86. do_install(datafilename)
  87. File "/usr/lib/python3.6/site-packages/mesonbuild/scripts/meson_install.py", line 190, in do_install
  88. install_targets(d)
  89. File "/usr/lib/python3.6/site-packages/mesonbuild/scripts/meson_install.py", line 311, in install_targets
  90. do_copyfile(fname, outname)
  91. File "/usr/lib/python3.6/site-packages/mesonbuild/scripts/meson_install.py", line 128, in do_copyfile
  92. restore_selinux_context(to_file)
  93. File "/usr/lib/python3.6/site-packages/mesonbuild/scripts/meson_install.py", line 96, in restore_selinux_context
  94. subprocess.check_call(['selinuxenabled'])
  95. File "/usr/lib/python3.6/subprocess.py", line 286, in check_call
  96. retcode = call(*popenargs, **kwargs)
  97. File "/usr/lib/python3.6/subprocess.py", line 267, in call
  98. with Popen(*popenargs, **kwargs) as p:
  99. File "/usr/lib/python3.6/subprocess.py", line 707, in __init__
  100. restore_signals, start_new_session)
  101. File "/usr/lib/python3.6/subprocess.py", line 1333, in _execute_child
  102. raise child_exception_type(errno_num, err_msg)
  103. PermissionError: [Errno 13] Permission denied
  104. FAILED: meson-install
  105. /usr/bin/python /usr/bin/meson --internal install /tmp/yaourt-tmp-nobody/aur-pithos/src/build/meson-private/install.dat
  106. ninja: build stopped: subcommand failed.
  107. ==> ERROR: A failure occurred in package().
  108. Aborting...
  109. ==> ERROR: Makepkg was unable to build pithos.
  110. ==> Restart building pithos ? [y/N]
  111. ==> -------------------------------
  112. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement