Guest User

Untitled

a guest
Feb 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. scons: Reading SConscript files ...
  2. Package xcursor was not found in the pkg-config search path.
  3. Perhaps you should add the directory containing `xcursor.pc'
  4. to the PKG_CONFIG_PATH environment variable
  5. No package 'xcursor' found
  6. xcursor not found.. x11 disabled.
  7. No valid target platform selected.
  8. The following were detected:
  9. haiku
  10. server
  11.  
  12. Please run scons again with argument: platform=<string>
  13. NameError: name 'env' is not defined:
  14. File "/root/Desktop/godot/godot-master/SConstruct", line 507:
  15. show_progress = env['progress']
  16.  
  17. root@VAIO-PC:~/Desktop/godot/godot-master# sudo apt-get install build-essential scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libfreetype6-dev libssl-dev libudev-dev libxi-dev libxrandr-dev
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. Note, selecting 'libglu1-mesa-dev' instead of 'libglu-dev'
  22. libx11-dev is already the newest version (2:1.6.4-3).
  23. pkg-config is already the newest version (0.29-4+b1).
  24. Some packages could not be installed. This may mean that you have
  25. requested an impossible situation or if you are using the unstable
  26. distribution that some required packages have not yet been created
  27. or been moved out of Incoming.
  28. The following information may help to resolve the situation:
  29.  
  30. The following packages have unmet dependencies:
  31. udev : Breaks: systemd (< 233-4) but 231-4 is to be installed
  32. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  33.  
  34. root@VAIO-PC:~/Desktop/godot/godot-master# apt-get install systemd
  35. Reading package lists... Done
  36. Building dependency tree
  37. Reading state information... Done
  38. The following additional packages will be installed:
  39. iptables libip4tc0 libip6tc0 libiptc0 libpam-systemd libsystemd0
  40. libxtables12
  41. Suggested packages:
  42. systemd-container
  43. The following NEW packages will be installed:
  44. libxtables12
  45. The following packages will be upgraded:
  46. iptables libip4tc0 libip6tc0 libiptc0 libpam-systemd libsystemd0 systemd
  47. 7 upgraded, 1 newly installed, 0 to remove and 2056 not upgraded.
  48. Need to get 3,392 kB/3,958 kB of archives.
  49. After this operation, 2,588 kB of additional disk space will be used.
  50. Do you want to continue? [Y/n] Y
  51. Err:1 http://http.kali.org/kali kali-rolling/main amd64 libpam-systemd amd64 235-2
  52. 404 Not Found
  53. Err:2 http://http.kali.org/kali kali-rolling/main amd64 systemd amd64 235-2
  54. 404 Not Found
  55. Err:3 http://http.kali.org/kali kali-rolling/main amd64 libsystemd0 amd64 235-2
  56. 404 Not Found
  57. E: Failed to fetch http://http.kali.org/kali/pool/main/s/systemd/libpam-systemd_235-2_amd64.deb 404 Not Found
  58. E: Failed to fetch http://http.kali.org/kali/pool/main/s/systemd/systemd_235-2_amd64.deb 404 Not Found
  59. E: Failed to fetch http://http.kali.org/kali/pool/main/s/systemd/libsystemd0_235-2_amd64.deb 404 Not Found
  60. E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Add Comment
Please, Sign In to add comment