Advertisement
Guest User

mikutter PKGBUILD error

a guest
May 14th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. makepkg -si
  2. ==> Making package: mikutter 3.8.7-1 (Tue 14 May 2019 03:59:20 PM EEST)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Found mikutter.3.8.7.tar.gz
  7. -> Found mikutter.desktop
  8. -> Found config.patch
  9. ==> Validating source files with md5sums...
  10. mikutter.3.8.7.tar.gz ... Passed
  11. mikutter.desktop ... Passed
  12. config.patch ... Passed
  13. ==> Extracting sources...
  14. -> Extracting mikutter.3.8.7.tar.gz with bsdtar
  15. ==> Starting prepare()...
  16. patching file core/config.rb
  17. ==> Removing existing $pkgdir/ directory...
  18. ==> Starting build()...
  19. Ignoring do_sqlite3-0.10.17 because its extensions are not built. Try: gem pristine do_sqlite3 --version 0.10.17
  20. Ignoring eventmachine-1.0.9.1 because its extensions are not built. Try: gem pristine eventmachine --version 1.0.9.1
  21. Ignoring json-1.8.6 because its extensions are not built. Try: gem pristine json --version 1.8.6
  22. Ignoring nokogiri-1.8.4 because its extensions are not built. Try: gem pristine nokogiri --version 1.8.4
  23. Ignoring thin-1.7.2 because its extensions are not built. Try: gem pristine thin --version 1.7.2
  24. Successfully installed rake-12.3.2
  25. 1 gem installed
  26. Ignoring do_sqlite3-0.10.17 because its extensions are not built. Try: gem pristine do_sqlite3 --version 0.10.17
  27. Ignoring eventmachine-1.0.9.1 because its extensions are not built. Try: gem pristine eventmachine --version 1.0.9.1
  28. Ignoring json-1.8.6 because its extensions are not built. Try: gem pristine json --version 1.8.6
  29. Ignoring nokogiri-1.8.4 because its extensions are not built. Try: gem pristine nokogiri --version 1.8.4
  30. Ignoring thin-1.7.2 because its extensions are not built. Try: gem pristine thin --version 1.7.2
  31. Fetching gem metadata from https://rubygems.org/...........
  32. Resolving dependencies...
  33. Using public_suffix 3.0.3
  34. Using addressable 2.5.2
  35. Using native-package-installer 1.0.7
  36. Using pkg-config 1.3.7
  37. Using glib2 3.3.2
  38. Fetching atk 3.3.2
  39. Installing atk 3.3.2 with native extensions
  40. Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  41.  
  42. current directory: /home/pant/git/arch/mikutter/src/mikutter/vendor/bundle/ruby/2.6.0/gems/atk-3.3.2/dependency-check
  43. rake RUBYARCHDIR\=/home/pant/git/arch/mikutter/src/mikutter/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/atk-3.3.2
  44. RUBYLIBDIR\=/home/pant/git/arch/mikutter/src/mikutter/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/atk-3.3.2
  45. /usr/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': can't find gem rake (>= 0.a) with executable rake (Gem::GemNotFoundException)
  46. from /usr/lib/ruby/2.6.0/rubygems.rb:302:in `activate_bin_path'
  47. from /home/pant//gems/bin/rake:23:in `<main>'
  48.  
  49. rake failed, exit code 1
  50.  
  51. Gem files will remain installed in /home/pant/git/arch/mikutter/src/mikutter/vendor/bundle/ruby/2.6.0/gems/atk-3.3.2 for inspection.
  52. Results logged to /home/pant/git/arch/mikutter/src/mikutter/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/atk-3.3.2/gem_make.out
  53.  
  54. An error occurred while installing atk (3.3.2), and Bundler cannot continue.
  55. Make sure that `gem install atk -v '3.3.2' --source 'https://rubygems.org/'` succeeds before bundling.
  56.  
  57. In Gemfile:
  58. gtk2 was resolved to 3.3.2, which depends on
  59. atk
  60. ==> ERROR: A failure occurred in build().
  61. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement