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)
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
New contributor
add a comment |
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
New contributor
add a comment |
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
New contributor
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
snap
New contributor
New contributor
edited 2 hours ago
Dave Braunschweig
New contributor
asked 3 hours ago
Dave BraunschweigDave Braunschweig
11
11
New contributor
New contributor
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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