Advertisement
illwieckz

flatpak git wat

Oct 21st, 2022 (edited)
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. $ flatpak-builder build-dir --build-shell=OpenCL-CLHPP info.luxmark.luxmark3.yml
  2. Downloading sources
  3. Fetching git repo https://github.com/KhronosGroup/OpenCL-CLHPP.git, ref refs/tags/v2.0.11
  4. remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
  5. Fetching full git repo https://github.com/ThrowTheSwitch/CMock
  6. Fetching full git repo https://github.com/throwtheswitch/unity.git
  7. Fetching full git repo https://github.com/throwtheswitch/cexception.git
  8. Fetching full git repo https://github.com/throwtheswitch/unity.git
  9. Fetching full git repo https://github.com/ThrowTheSwitch/Unity
  10. ========================================================================
  11. Building module OpenCL-CLHPP in info.luxmark.luxmark3/.flatpak-builder/build/OpenCL-CLHPP-3
  12. ========================================================================
  13. Note: switching to 'v2.0.11'.
  14.  
  15. You are in 'detached HEAD' state. You can look around, make experimental
  16. changes and commit them, and you can discard any commits you make in this
  17. state without impacting any branches by switching back to a branch.
  18.  
  19. If you want to create a new branch to retain commits you create, you may
  20. do so (now or later) by using -c with the switch command. Example:
  21.  
  22. git switch -c <new-branch-name>
  23.  
  24. Or undo this operation with:
  25.  
  26. git switch -
  27.  
  28. Turn off this advice by setting config variable advice.detachedHead to false
  29.  
  30. HEAD is now at 3a4d175 Fix the cmake command (#81)
  31. Cloning into 'info.luxmark.luxmark3/.flatpak-builder/build/OpenCL-CLHPP-3/external/CMock'...
  32. fatal: transport 'file' not allowed
  33. fatal: clone of 'file://info.luxmark.luxmark3/.flatpak-builder/git/https_github.com_ThrowTheSwitch_CMock' into submodule path 'info.luxmark.luxmark3/.flatpak-builder/build/OpenCL-CLHPP-3/external/CMock' failed
  34. Failed to clone 'external/CMock'. Retry scheduled
  35. Cloning into 'info.luxmark.luxmark3/.flatpak-builder/build/OpenCL-CLHPP-3/external/CMock'...
  36. fatal: transport 'file' not allowed
  37. fatal: clone of 'file://info.luxmark.luxmark3/.flatpak-builder/git/https_github.com_ThrowTheSwitch_CMock' into submodule path 'info.luxmark.luxmark3/.flatpak-builder/build/OpenCL-CLHPP-3/external/CMock' failed
  38. Failed to clone 'external/CMock' a second time, aborting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement