Snapcraft push could not find xdelta3 on macOSsnapcraft make plugin change directory?Snapcraft: autoreconf: 'configure.ac' or 'configure.in' is requiredUpdate snapcraft to 2.15Snapcraft and .shNo script named 'snapcraft'Snapcraft does not allow additional property 'binaries'snapcraft multiple requirement.txtsLXD Installation Not Working with SnapcraftSpecify different snapcraft output folderCan't open shared libraries (snap)

How do I rename a LINUX host without needing to reboot for the rename to take effect?

Failed to fetch jessie backports repository

There is only s̶i̶x̶t̶y one place he can be

How to be diplomatic in refusing to write code that breaches the privacy of our users

Time travel short story where a man arrives in the late 19th century in a time machine and then sends the machine back into the past

Cynical novel that describes an America ruled by the media, arms manufacturers, and ethnic figureheads

Increase performance creating Mandelbrot set in python

Star/Wye electrical connection math symbol

Is it okay / does it make sense for another player to join a running game of Munchkin?

How do I define a right arrow with bar in LaTeX?

Will it be accepted, if there is no ''Main Character" stereotype?

How do I keep an essay about "feeling flat" from feeling flat?

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Is it correct to write "is not focus on"?

Valid Badminton Score?

The baby cries all morning

Your magic is very sketchy

How does a character multiclassing into warlock get a focus?

What is the intuitive meaning of having a linear relationship between the logs of two variables?

Do I need a multiple entry visa for a trip UK -> Sweden -> UK?

Where in the Bible does the greeting ("Dominus Vobiscum") used at Mass come from?

What would happen if the UK refused to take part in EU Parliamentary elections?

apt-get update is failing in debian

What are the ramifications of creating a homebrew world without an Astral Plane?



Snapcraft push could not find xdelta3 on macOS


snapcraft make plugin change directory?Snapcraft: autoreconf: 'configure.ac' or 'configure.in' is requiredUpdate snapcraft to 2.15Snapcraft and .shNo script named 'snapcraft'Snapcraft does not allow additional property 'binaries'snapcraft multiple requirement.txtsLXD Installation Not Working with SnapcraftSpecify different snapcraft output folderCan't open shared libraries (snap)













0















Issue



I'm working on my first snap, running snapcraft on macOS Mojave - 10.14.3. Using the command:



snapcraft push mysnap --release edge


I was able to push successfully once. When I try to push a revision, I receive an error of:



A tool snapcraft depends on could not be found: 'xdelta3'.
Ensure the tool is installed and available, and try again.


How can I resolve this error and push revisions?



Update



I am able to push the same snap from Ubuntu 18.04. This appears to be something specific with Snapcraft for macOS. Traceback follows.



Traceback



Traceback (most recent call last):
File "/usr/local/bin/snapcraft", line 11, in <module>
load_entry_point('snapcraft==3.0.1', 'console_scripts', 'snapcraft')()
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/cli/__main__.py", line 81, in run
run_snapcraft(prog_name="snapcraft")
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/cli/store.py", line 161, in push
snapcraft.push(snap_file, channel_list)
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/_store.py", line 552, in push
result = _push_delta(snap_name, snap_filename, source_snap)
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/_store.py", line 595, in _push_delta
source_path=source_snap, target_path=target_snap
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/internal/deltas/_xdelta3.py", line 28, in __init__
delta_tool_path = file_utils.get_tool_path("xdelta3")
File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/file_utils.py", line 355, in get_tool_path
raise ToolMissingError(command_name=command_name)
snapcraft.internal.errors.ToolMissingError: A tool snapcraft depends on could not be found: 'xdelta3'.
Ensure the tool is installed and available, and try again.









share|improve this question









New contributor




Dave Braunschweig is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    Issue



    I'm working on my first snap, running snapcraft on macOS Mojave - 10.14.3. Using the command:



    snapcraft push mysnap --release edge


    I was able to push successfully once. When I try to push a revision, I receive an error of:



    A tool snapcraft depends on could not be found: 'xdelta3'.
    Ensure the tool is installed and available, and try again.


    How can I resolve this error and push revisions?



    Update



    I am able to push the same snap from Ubuntu 18.04. This appears to be something specific with Snapcraft for macOS. Traceback follows.



    Traceback



    Traceback (most recent call last):
    File "/usr/local/bin/snapcraft", line 11, in <module>
    load_entry_point('snapcraft==3.0.1', 'console_scripts', 'snapcraft')()
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/cli/__main__.py", line 81, in run
    run_snapcraft(prog_name="snapcraft")
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/cli/store.py", line 161, in push
    snapcraft.push(snap_file, channel_list)
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/_store.py", line 552, in push
    result = _push_delta(snap_name, snap_filename, source_snap)
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/_store.py", line 595, in _push_delta
    source_path=source_snap, target_path=target_snap
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/internal/deltas/_xdelta3.py", line 28, in __init__
    delta_tool_path = file_utils.get_tool_path("xdelta3")
    File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/file_utils.py", line 355, in get_tool_path
    raise ToolMissingError(command_name=command_name)
    snapcraft.internal.errors.ToolMissingError: A tool snapcraft depends on could not be found: 'xdelta3'.
    Ensure the tool is installed and available, and try again.









    share|improve this question









    New contributor




    Dave Braunschweig is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      Issue



      I'm working on my first snap, running snapcraft on macOS Mojave - 10.14.3. Using the command:



      snapcraft push mysnap --release edge


      I was able to push successfully once. When I try to push a revision, I receive an error of:



      A tool snapcraft depends on could not be found: 'xdelta3'.
      Ensure the tool is installed and available, and try again.


      How can I resolve this error and push revisions?



      Update



      I am able to push the same snap from Ubuntu 18.04. This appears to be something specific with Snapcraft for macOS. Traceback follows.



      Traceback



      Traceback (most recent call last):
      File "/usr/local/bin/snapcraft", line 11, in <module>
      load_entry_point('snapcraft==3.0.1', 'console_scripts', 'snapcraft')()
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/cli/__main__.py", line 81, in run
      run_snapcraft(prog_name="snapcraft")
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 722, in __call__
      return self.main(*args, **kwargs)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 697, in main
      rv = self.invoke(ctx)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
      return _process_result(sub_ctx.command.invoke(sub_ctx))
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 895, in invoke
      return ctx.invoke(self.callback, **ctx.params)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 535, in invoke
      return callback(*args, **kwargs)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/cli/store.py", line 161, in push
      snapcraft.push(snap_file, channel_list)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/_store.py", line 552, in push
      result = _push_delta(snap_name, snap_filename, source_snap)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/_store.py", line 595, in _push_delta
      source_path=source_snap, target_path=target_snap
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/internal/deltas/_xdelta3.py", line 28, in __init__
      delta_tool_path = file_utils.get_tool_path("xdelta3")
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/file_utils.py", line 355, in get_tool_path
      raise ToolMissingError(command_name=command_name)
      snapcraft.internal.errors.ToolMissingError: A tool snapcraft depends on could not be found: 'xdelta3'.
      Ensure the tool is installed and available, and try again.









      share|improve this question









      New contributor




      Dave Braunschweig is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Issue



      I'm working on my first snap, running snapcraft on macOS Mojave - 10.14.3. Using the command:



      snapcraft push mysnap --release edge


      I was able to push successfully once. When I try to push a revision, I receive an error of:



      A tool snapcraft depends on could not be found: 'xdelta3'.
      Ensure the tool is installed and available, and try again.


      How can I resolve this error and push revisions?



      Update



      I am able to push the same snap from Ubuntu 18.04. This appears to be something specific with Snapcraft for macOS. Traceback follows.



      Traceback



      Traceback (most recent call last):
      File "/usr/local/bin/snapcraft", line 11, in <module>
      load_entry_point('snapcraft==3.0.1', 'console_scripts', 'snapcraft')()
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/cli/__main__.py", line 81, in run
      run_snapcraft(prog_name="snapcraft")
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 722, in __call__
      return self.main(*args, **kwargs)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 697, in main
      rv = self.invoke(ctx)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
      return _process_result(sub_ctx.command.invoke(sub_ctx))
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 895, in invoke
      return ctx.invoke(self.callback, **ctx.params)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/click/core.py", line 535, in invoke
      return callback(*args, **kwargs)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/cli/store.py", line 161, in push
      snapcraft.push(snap_file, channel_list)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/_store.py", line 552, in push
      result = _push_delta(snap_name, snap_filename, source_snap)
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/_store.py", line 595, in _push_delta
      source_path=source_snap, target_path=target_snap
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/internal/deltas/_xdelta3.py", line 28, in __init__
      delta_tool_path = file_utils.get_tool_path("xdelta3")
      File "/usr/local/Cellar/snapcraft/3.0.1/libexec/lib/python3.7/site-packages/snapcraft/file_utils.py", line 355, in get_tool_path
      raise ToolMissingError(command_name=command_name)
      snapcraft.internal.errors.ToolMissingError: A tool snapcraft depends on could not be found: 'xdelta3'.
      Ensure the tool is installed and available, and try again.






      snap






      share|improve this question









      New contributor




      Dave Braunschweig is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Dave Braunschweig is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 2 hours ago







      Dave Braunschweig













      New contributor




      Dave Braunschweig is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 hours ago









      Dave BraunschweigDave Braunschweig

      11




      11




      New contributor




      Dave Braunschweig is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Dave Braunschweig is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Dave Braunschweig is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Dave Braunschweig is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1128972%2fsnapcraft-push-could-not-find-xdelta3-on-macos%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Dave Braunschweig is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Dave Braunschweig is a new contributor. Be nice, and check out our Code of Conduct.












          Dave Braunschweig is a new contributor. Be nice, and check out our Code of Conduct.











          Dave Braunschweig is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1128972%2fsnapcraft-push-could-not-find-xdelta3-on-macos%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»