Advertisement
Guest User

err

a guest
Aug 11th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. generating build.ninja...ERROR at //build/lib/pkg_config.gni:9:11: Script returned non-zero exit code.
  2. flags = exec_script(script, [ invoker.lib ], "scope")
  3. ^----------
  4. Current dir: /home/jbarratt/build/antares/out/linux/opt/
  5. Command: python -- /home/jbarratt/build/antares/build/lib/scripts/pkg_config.py libmodplug
  6. Returned 1.
  7. stderr:
  8.  
  9. Package libmodplug was not found in the pkg-config search path.
  10. Perhaps you should add the directory containing `libmodplug.pc'
  11. to the PKG_CONFIG_PATH environment variable
  12. No package 'libmodplug' found
  13. Traceback (most recent call last):
  14. File "/home/jbarratt/build/antares/build/lib/scripts/pkg_config.py", line 29, in <module>
  15. main()
  16. File "/home/jbarratt/build/antares/build/lib/scripts/pkg_config.py", line 24, in main
  17. values = subprocess.check_output(["pkg-config", flag, "--", library])
  18. File "/home/jbarratt/.pyenv/versions/2.7.10/lib/python2.7/subprocess.py", line 573, in check_output
  19. raise CalledProcessError(retcode, cmd, output=output)
  20. subprocess.CalledProcessError: Command '['pkg-config', '--libs-only-l', '--', 'libmodplug']' returned non-zero exit status 1
  21.  
  22. See //ext/libmodplug/BUILD.gn:71:3: whence it was called.
  23. pkg_config("libmodplug_public") {
  24. ^--------------------------------
  25. See //BUILD.gn:266:5: which caused the file to be included.
  26. "//ext/libmodplug",
  27. ^-----------------
  28. failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement