snapcraft newly fails on ubuntu-image
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
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://github.com/CanonicalLtd/ubuntu-image.git
$ snapcraft
The new failure is:
[Errno 2] No such file or directory: '/home/barry/projects/ubuntu/allsnappy/ubuntu-image/prime/usr/bin/ubuntu-image'
and indeed, ubuntu-image doesn't appear in .../prime/usr/bin
% find . -name ubuntu-image
./parts/ubuntu-image
./parts/ubuntu-image/install/bin/ubuntu-image
./parts/ubuntu-image/src/ubuntu-image
./parts/ubuntu-image/build/ubuntu-image
./stage/bin/ubuntu-image
./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.
Evaluation history
No evaluation history available.