Guest User

Untitled

a guest
Nov 16th, 2020
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.29 KB | None | 0 0
  1. # topic: https://aur.archlinux.org/packages/albert-git/#comment-775789
  2.  
  3. /home/krister/.cache/yay/albert-git/src/albert/plugins/virtualbox/src/extension.cpp: In lambda function:
  4. /home/krister/.cache/yay/albert-git/src/albert/plugins/virtualbox/src/extension.cpp:160:138: error: no matching function for call to ‘nsDerivedSafe<IMachine>::LaunchVMProcess(nsCOMPtr<ISession>&, const ushort*, const ushort*, nsGetterAddRefs<IProgress>)
  5.   160 |                     if (NS_FAILED(rc = vm->LaunchVMProcess(session, QString("gui").utf16(), QString("").utf16(), getter_AddRefs(progress))))
  6.       |                                                                                                                                          ^
  7. /usr/lib/virtualbox/sdk/bindings/xpcom/include/xpcom/nscore.h:452:46: note: in definition of macro ‘NS_UNLIKELY’
  8.   452 | #define NS_UNLIKELY(x)  (__builtin_expect(!!(x), 0))
  9.       |                                              ^
  10. /home/krister/.cache/yay/albert-git/src/albert/plugins/virtualbox/src/extension.cpp:160:25: note: in expansion of macro ‘NS_FAILED’
  11.   160 |                     if (NS_FAILED(rc = vm->LaunchVMProcess(session, QString("gui").utf16(), QString("").utf16(), getter_AddRefs(progress))))
  12.       |                         ^~~~~~~~~
  13. In file included from /home/krister/.cache/yay/albert-git/src/albert/plugins/virtualbox/src/extension.cpp:8:
  14. /usr/lib/virtualbox/sdk/bindings/xpcom/include/VirtualBox_XPCOM.h:21708:14: note: candidate: ‘virtual nsresult IMachine::LaunchVMProcess(ISession*, const PRUnichar*, PRUint32, const PRUnichar**, IProgress**)
  15. 21708 |   NS_IMETHOD LaunchVMProcess(ISession *session, const PRUnichar *name, PRUint32 environmentChangesSize, const PRUnichar **environmentChanges, IProgress **progress) = 0;
  16.       |              ^~~~~~~~~~~~~~~
  17. /usr/lib/virtualbox/sdk/bindings/xpcom/include/VirtualBox_XPCOM.h:21708:14: note:   candidate expects 5 arguments, 4 provided
  18. make[2]: *** [plugins/virtualbox/CMakeFiles/virtualbox.dir/build.make:115: plugins/virtualbox/CMakeFiles/virtualbox.dir/src/extension.cpp.o] Error 1
  19. make[1]: *** [CMakeFiles/Makefile2:1624: plugins/virtualbox/CMakeFiles/virtualbox.dir/all] Error 2
  20. make: *** [Makefile:149: all] Error 2
  21. ==> ERROR: A failure occurred in build().
  22.     Aborting...
  23. error making: albert-git
  24.  
Advertisement
Add Comment
Please, Sign In to add comment