MPC7500

Shortwave

Sep 4th, 2020 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.08 KB | None | 0 0
  1. Klone nach 'Shortwave' ...
  2. remote: Enumerating objects: 5043, done.
  3. remote: Counting objects: 100% (5043/5043), done.
  4. remote: Compressing objects: 100% (1332/1332), done.
  5. remote: Total 5043 (delta 3787), reused 4925 (delta 3677), pack-reused 0
  6. Empfange Objekte: 100% (5043/5043), 3.63 MiB | 2.22 MiB/s, Fertig.
  7. Löse Unterschiede auf: 100% (3787/3787), Fertig.
  8. [karl@power9 ~]$ cd Shortwave
  9. [karl@power9 Shortwave]$ meson --prefix=/usr build
  10. The Meson build system
  11. Version: 0.55.1
  12. Source dir: /home/karl/Shortwave
  13. Build dir: /home/karl/Shortwave/build
  14. Build type: native build
  15. Project name: shortwave
  16. Project version: 1.1.1
  17. Host machine cpu family: ppc64
  18. Host machine cpu: ppc64le
  19. Found pkg-config: /usr/bin/pkg-config (1.6.3)
  20. Run-time dependency sqlite3 found: YES 3.33.0
  21. Run-time dependency openssl found: YES 1.1.1g
  22. Run-time dependency dbus-1 found: YES 1.12.20
  23. Run-time dependency glib-2.0 found: YES 2.64.5
  24. Run-time dependency gio-2.0 found: YES 2.64.5
  25. Run-time dependency gdk-pixbuf-2.0 found: YES 2.40.0
  26. Run-time dependency gtk+-3.0 found: YES 3.24.22
  27. Run-time dependency libhandy-1 found: YES 0.90.0
  28. Run-time dependency gstreamer-1.0 found: YES 1.16.2
  29. Run-time dependency gstreamer-base-1.0 found: YES 1.16.2
  30. Run-time dependency gstreamer-audio-1.0 found: YES 1.16.2
  31. Run-time dependency gstreamer-plugins-base-1.0 found: YES 1.16.2
  32. Run-time dependency gstreamer-plugins-bad-1.0 found: YES 1.16.2
  33. Run-time dependency gstreamer-bad-audio-1.0 found: YES 1.16.2
  34. Configuring de.haeckerfelix.Shortwave.desktop.in using configuration
  35. Program desktop-file-validate found: YES
  36. Configuring de.haeckerfelix.Shortwave.metainfo.xml.in using configuration
  37. Program glib-compile-schemas found: YES
  38. Configuring de.haeckerfelix.Shortwave.service using configuration
  39. Found pkg-config: /usr/bin/pkg-config (1.6.3)
  40. Configuring config.rs using configuration
  41. Program /home/karl/Shortwave/build-aux/cargo.sh found: YES
  42. Program build-aux/meson/postinstall.py found: YES (/home/karl/Shortwave/build-aux/meson/postinstall.py)
  43. Program build-aux/dist-vendor.sh found: YES (/home/karl/Shortwave/build-aux/dist-vendor.sh)
  44. Build targets in project: 7
  45.  
  46. Found ninja-1.10.1 at /usr/bin/ninja
  47. [karl@power9 Shortwave]$ ninja -C build
  48. ninja: Entering directory `build'
  49. [0/4] Generating cargo-build with a custom command
  50. ** RUST VERSION **
  51. rustc 1.45.2
  52. ** RELEASE MODE **
  53.    Updating crates.io index
  54.    Updating git repository `https://gitlab.gnome.org/haecker-felix/libhandy-rs`
  55. error: failed to get `libhandy` as a dependency of package `shortwave v0.0.0 (/home/karl/Shortwave)`
  56.  
  57. Caused by:
  58.  failed to load source for dependency `libhandy`
  59.  
  60. Caused by:
  61.  Unable to update https://gitlab.gnome.org/haecker-felix/libhandy-rs#c5ed9d1b
  62.  
  63. Caused by:
  64.  revspec 'c5ed9d1bf5aab9c29a3e7e7904347159c2518d59' not found; class=Reference (4); code=NotFound (-3)
  65. [3/4] Generating de.haeckerfelix.Short...o.xml_data_merge with a custom command
  66. FAILED: src/shortwave
  67. /home/karl/Shortwave/build-aux/cargo.sh /home/karl/Shortwave/build /home/karl/Shortwave src/shortwave /usr/share/locale default
  68. ninja: build stopped: subcommand failed.
Add Comment
Please, Sign In to add comment