nicolasbock / ebuildtester

A dockerized approach to test a Gentoo package within a clean stage3
http://ebuildtester.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
33 stars 16 forks source link

Ebuildtester does not get installed through snap #195

Closed RafaelPalomar closed 2 years ago

RafaelPalomar commented 2 years ago

Trying to install ebuildtester through snap in Ubuntu 22.04 produces the following error:

error: cannot perform the following tasks:
- Run configure hook of "ebuildtester" snap if present (run hook "configure": 
-----
Please run

snap connect ebuildtester:docker-executables docker:docker-executables

in order to use the ebuildtester command.
-----)

Issuing snap connect ebuildtester:docker-executables docker:docker-executables produces:

error: snap "ebuildtester" is not installed
nicolasbock commented 2 years ago

Duplicate of nicolasbock/ebuildtester#193

nicolasbock commented 2 years ago

Let me know if it works now.

RafaelPalomar commented 2 years ago

Let me know if it works now.

That worked fine! Thank you very much!