Advertisement
Guest User

Untitled

a guest
Aug 11th, 2016
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. dub
  2. Fetching dcrypto 1.2.2 (getting selected version)...
  3. Placing dcrypto 1.2.2 to /home/sid/.dub/packages/...
  4. Fetching openssl 1.1.4+1.0.1g (getting selected version)...
  5. Placing openssl 1.1.4+1.0.1g to /home/sid/.dub/packages/...
  6. Fetching ncurses ~master (getting selected version)...
  7. Placing ncurses ~master to /home/sid/.dub/packages/...
  8. WARNING: A deprecated branch based version specification is used for the dependency ncurses. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency to use a branch instead.
  9. Running pre-generate commands for vk...
  10. version string: 0.7.2
  11. Building dcrypto 1.2.2 configuration "library", build type debug.
  12. Running dmd...
  13. Building ncurses ~master configuration "library", build type debug.
  14. Running dmd...
  15. Building vk ~master configuration "application", build type debug.
  16. Compiling using dmd...
  17. source/vkapi.d(243): Deprecation: variable vkapi.VkApi.vkurl const field with initializer should be static, __gshared, or an enum
  18. source/vkapi.d(244): Deprecation: variable vkapi.VkApi.vkver const field with initializer should be static, __gshared, or an enum
  19. source/vkapi.d(759): Error: std.regex.Thread(DataIndex) at /usr/include/dmd/phobos/std/regex.d(4588) conflicts with core.thread.Thread at /usr/include/dmd/druntime/import/core/thread.d(514)
  20. source/vkapi.d(759): Error: module vkapi struct std.regex.Thread(DataIndex) is private
  21. source/vkapi.d(759): Error: struct std.regex.Thread(DataIndex) is used as a type
  22. source/vkapi.d(760): Deprecation: variable vkapi.AsyncOrder.maxFails const field with initializer should be static, __gshared, or an enum
  23. source/vkapi.d(821): Error: std.regex.Thread(DataIndex) at /usr/include/dmd/phobos/std/regex.d(4588) conflicts with core.thread.Thread at /usr/include/dmd/druntime/import/core/thread.d(514)
  24. source/vkapi.d(821): Error: module vkapi struct std.regex.Thread(DataIndex) is private
  25. source/vkapi.d(821): Error: struct std.regex.Thread(DataIndex) is used as a type
  26. source/vkapi.d(891): Deprecation: variable vkapi.AsyncMan.S_SELF_RESOLVE const field with initializer should be static, __gshared, or an enum
  27. source/vkapi.d(892): Deprecation: variable vkapi.AsyncMan.S_ONLINE_STATUS const field with initializer should be static, __gshared, or an enum
  28. source/vkapi.d(893): Deprecation: variable vkapi.AsyncMan.S_TYPING const field with initializer should be static, __gshared, or an enum
  29. source/vkapi.d(894): Deprecation: variable vkapi.AsyncMan.O_LOADBLOCK const field with initializer should be static, __gshared, or an enum
  30. source/vkapi.d(895): Deprecation: variable vkapi.AsyncMan.O_SENDMSG const field with initializer should be static, __gshared, or an enum
  31. source/vkapi.d(925): Error: std.regex.Thread(DataIndex) at /usr/include/dmd/phobos/std/regex.d(4588) conflicts with core.thread.Thread at /usr/include/dmd/druntime/import/core/thread.d(514)
  32. source/vkapi.d(925): Error: module vkapi struct std.regex.Thread(DataIndex) is private
  33. source/vkapi.d(925): Error: struct std.regex.Thread(DataIndex) is used as a type
  34. source/vkapi.d(983): Deprecation: variable vkapi.Longpoll.longpollRethrow const field with initializer should be static, __gshared, or an enum
  35. source/vkapi.d(1223): Error: std.regex.Thread(DataIndex) at /usr/include/dmd/phobos/std/regex.d(4588) conflicts with core.thread.Thread at /usr/include/dmd/druntime/import/core/thread.d(514)
  36. source/vkapi.d(1223): Error: module vkapi struct std.regex.Thread(DataIndex) is private
  37. source/vkapi.d(1223): Error: struct std.regex.Thread(DataIndex) is used as a type
  38. source/vkapi.d(1229): Deprecation: variable vkapi.OnlineNotifier.retryMin const field with initializer should be static, __gshared, or an enum
  39. source/vkapi.d(2128): Deprecation: variable vkapi.ClMessage.wwmultiplier const field with initializer should be static, __gshared, or an enum
  40. source/musicplayer.d(52): Deprecation: variable musicplayer.MusicPlayer.updateWait const field with initializer should be static, __gshared, or an enum
  41. source/musicplayer.d(212): Deprecation: variable musicplayer.mpv.socketPath const field with initializer should be static, __gshared, or an enum
  42. source/musicplayer.d(213): Deprecation: variable musicplayer.mpv.socketArgument const field with initializer should be static, __gshared, or an enum
  43. source/musicplayer.d(214): Deprecation: variable musicplayer.mpv.playerExec const field with initializer should be static, __gshared, or an enum
  44. source/musicplayer.d(218): Deprecation: variable musicplayer.mpv.endRequestId const field with initializer should be static, __gshared, or an enum
  45. source/musicplayer.d(219): Deprecation: variable musicplayer.mpv.posPropertyId const field with initializer should be static, __gshared, or an enum
  46. source/musicplayer.d(220): Deprecation: variable musicplayer.mpv.idlePropertyId const field with initializer should be static, __gshared, or an enum
  47. FAIL .dub/build/application-debug-linux.posix-x86_64-dmd_2066-CA27E55358C59E644DC2E25919798FE4/ vk executable
  48. Error executing command run: dmd failed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement