snapcraft newly fails on ubuntu-image
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
New
|
Undecided
|
Unassigned |
Bug Description
This used to work, but we're getting a recent failure on Yakkety with snapcraft 2.17+16.10.1ubuntu3
You can reproduce this by:
$ git clone https:/
$ snapcraft
The new failure is:
[Errno 2] No such file or directory: '/home/
and indeed, ubuntu-image doesn't appear in .../prime/usr/bin
% find . -name ubuntu-image
./parts/
./parts/
./parts/
./parts/
./stage/
./ubuntu-image
The latter is the in-tree version. All the others are checksum identical, but it seems like the cli script isn't getting copied to the right place.
El 21/09/16 a las 16:20, Barry Warsaw escribió: /github. com/CanonicalLt d/ubuntu- image.git barry/projects/ ubuntu/ allsnappy/ ubuntu- image/prime/ usr/bin ubuntu- image ubuntu- image/install/ bin/ubuntu- image ubuntu- image/src/ ubuntu- image ubuntu- image/build/ ubuntu- image bin/ubuntu- image
> Public bug reported:
>
> This used to work, but we're getting a recent failure on Yakkety with
> snapcraft 2.17+16.10.1ubuntu3
>
> You can reproduce this by:
>
> $ git clone https:/
> $ snapcraft
>
> The new failure is:
>
> [Errno 2] No such file or directory:
> '/home/
> /ubuntu-image'
>
> and indeed, ubuntu-image doesn't appear in .../prime/usr/bin
>
> % find . -name ubuntu-image
> ./parts/
> ./parts/
> ./parts/
> ./parts/
> ./stage/
> ./ubuntu-image
>
> The latter is the in-tree version. All the others are checksum
> identical, but it seems like the cli script isn't getting copied to the
> right place.
This was the warning I sent out a while back about the drawbacks of the
new plugin, the script should be in bin/ as can be seen in your find result.