Guest User

Untitled

a guest
May 12th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. SUMMARY = "python systemd bindings"
  2. LICENSE = "LGPL"
  3. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c"
  4.  
  5. inherit pypi setuptools
  6.  
  7. SRCREV = "87a9d645500c7adea0bfea34e35562fbdf176054"
  8. SRC_URI = "git://git@github.com/systemd/python-systemd.git;protocol=ssh;branch=master"
  9.  
  10. S = "${WORKDIR}/git"
  11.  
  12. RDEPENDS_${PN} = " libsystemd "
  13.  
  14.  
  15. ERROR:
  16.  
  17. DEBUG: Executing shell function do_compile
  18. running build
  19. running build_py
  20. package init file 'systemd/test/__init__.py' not found (or not a regular file)
  21. creating build
  22. creating build/lib.linux-x86_64-2.7
  23. creating build/lib.linux-x86_64-2.7/systemd
  24. copying systemd/__init__.py -> build/lib.linux-x86_64-2.7/systemd
  25. copying systemd/journal.py -> build/lib.linux-x86_64-2.7/systemd
  26. copying systemd/daemon.py -> build/lib.linux-x86_64-2.7/systemd
  27. creating build/lib.linux-x86_64-2.7/systemd/test
  28. copying systemd/test/test_daemon.py -> build/lib.linux-x86_64-2.7/systemd/test
  29. copying systemd/test/test_journal.py -> build/lib.linux-x86_64-2.7/systemd/test
  30. package init file 'systemd/test/__init__.py' not found (or not a regular file)
  31. running build_ext
  32. error: [Errno 2] No such file or directory: '/usr/include/systemd/sd-messages.h'
  33. WARNING: exit code 1 from a shell command.
  34. ERROR: python setup.py build execution failed.
  35. ERROR: Function failed: do_compile (log file is located at /home/ubuntu/data/s340-jethro-dev-build/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/python-systemd/git-r0/temp/log.do_compile.79662
Add Comment
Please, Sign In to add comment