Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. xfce4-namebar-plugin$ ./waf -v -v configure && ./waf -v -v build
  2. Setting top to : /home/trent/Projects/xfce4-namebar-plugin
  3. Setting out to : /home/trent/Projects/xfce4-namebar-plugin/build
  4. Checking for 'gcc' (c compiler) : ok
  5. Checking for program pkg-config : /usr/bin/pkg-config
  6. Checking for 'gobject-2.0' : 17:16:10 runner ['/usr/bin/pkg-config', 'gobject-2.0', '--cflags', '--libs']
  7. yes
  8. Checking for 'gthread-2.0' : 17:16:10 runner ['/usr/bin/pkg-config', 'gthread-2.0', '--cflags', '--libs']
  9. yes
  10. Checking for program valac-0.8 : not found
  11. Checking for program valac : /usr/bin/valac
  12. 17:16:10 runner '/usr/bin/valac --version'
  13. Checking for valac version >= (0, 8, 0) : (0, 11, 0)
  14. Checking for 'glib-2.0' >= 2.10 : 17:16:10 runner ['/usr/bin/pkg-config', '--atleast-version=2.10', 'glib-2.0']
  15. 17:16:10 runner ['/usr/bin/pkg-config', 'glib-2.0', '--cflags', '--libs']
  16. yes
  17. Checking for 'gtk+-2.0' >= 2.16 : 17:16:10 runner ['/usr/bin/pkg-config', '--atleast-version=2.16', 'gtk+-2.0']
  18. 17:16:10 runner ['/usr/bin/pkg-config', 'gtk+-2.0', '--cflags', '--libs']
  19. yes
  20. Checking for 'libxfce4panel-1.0' >= 4.6 : 17:16:10 runner ['/usr/bin/pkg-config', '--atleast-version=4.6', 'libxfce4panel-1.0']
  21. 17:16:10 runner ['/usr/bin/pkg-config', 'libxfce4panel-1.0', '--cflags', '--libs']
  22. yes
  23. Checking for 'xfce4-vala' >= 4.6 : 17:16:10 runner ['/usr/bin/pkg-config', '--atleast-version=4.6', 'xfce4-vala']
  24. 17:16:10 runner ['/usr/bin/pkg-config', 'xfce4-vala', '--cflags', '--libs']
  25. yes
  26. Checking for 'libwnck-1.0' >= 2.20 : 17:16:10 runner ['/usr/bin/pkg-config', '--atleast-version=2.20', 'libwnck-1.0']
  27. 17:16:10 runner ['/usr/bin/pkg-config', 'libwnck-1.0', '--cflags', '--libs']
  28. yes
  29. 'configure' finished successfully (0.534s)
  30. Waf: Entering directory `/home/trent/Projects/xfce4-namebar-plugin/build'
  31. Traceback (most recent call last):
  32. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Scripting.py", line 77, in waf_entry_point
  33. run_commands()
  34. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Scripting.py", line 129, in run_commands
  35. run_command(cmd_name)
  36. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Scripting.py", line 122, in run_command
  37. ctx.execute()
  38. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Scripting.py", line 308, in execute
  39. return execute_method(self)
  40. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Build.py", line 99, in execute
  41. self.execute_build()
  42. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Build.py", line 102, in execute_build
  43. self.recurse([self.run_dir])
  44. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Context.py", line 117, in recurse
  45. user_function(self)
  46. File "/home/trent/Projects/xfce4-namebar-plugin/wscript", line 65, in build
  47. defines = ['WNCK_I_KNOW_THIS_IS_UNSTABLE'])
  48. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Tools/errcheck.py", line 17, in call
  49. return oldcall(self,*k,**kw)
  50. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Configure.py", line 228, in fun
  51. return f(*k,**kw)
  52. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Tools/c_aliases.py", line 52, in program
  53. set_features(kw,'program')
  54. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Tools/c_aliases.py", line 50, in set_features
  55. kw['features']=Utils.to_list(kw.get('features',[]))+Utils.to_list(sniff_features(**kw))
  56. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Tools/c_aliases.py", line 19, in sniff_features
  57. exts=get_extensions(kw['source'])
  58. KeyError: 'source'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement