From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751746AbdK3XPZ (ORCPT ); Thu, 30 Nov 2017 18:15:25 -0500 Received: from mail-it0-f53.google.com ([209.85.214.53]:42852 "EHLO mail-it0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751410AbdK3XPX (ORCPT ); Thu, 30 Nov 2017 18:15:23 -0500 X-Google-Smtp-Source: AGs4zMYHFmI/1ZwShaLshavWKXmkNS1mEUMbKejzeV8vGmXm6gLK6HS9p7RZuyFoePwT9hb6c9Rpx/SgK6reNyvTtxs= MIME-Version: 1.0 In-Reply-To: References: <20171114123834.xsjiy2ynvott4gae@brain> <1511780854-7213-1-git-send-email-paolo.pisati@canonical.com> From: Jim Davis Date: Thu, 30 Nov 2017 16:15:22 -0700 Message-ID: Subject: Re: [PATCH v3] scripts/package: snap-pkg target To: Paolo Pisati Cc: Masahiro Yamada , Michal Marek , Behan Webster , Matthias Kaehlcke , =?UTF-8?Q?Vin=C3=ADcius_Tinti?= , linux-kbuild , linux-kernel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 29, 2017 at 10:05 AM, Paolo Pisati wrote: > On Wed, Nov 29, 2017 at 8:33 AM, Masahiro Yamada > wrote: >> >> Worked for me too, >> after updating snapcraft. >> >> >> Is it really impossible to check the snapcraft version? >> What is the minimum version? 2.35 ? > > The minimum version is 2.35+ - what is about to become 2.36 anytime soon now. If I run /snap/bin/snapcraft --version now on that Ubuntu 16.04 VM I am getting 2.36+git2.ae61453. I noticed that if I tried to make snap-pkg with the O=/some/dir option the tar step failed but the rest of the build continued, and seems to have finished successfully. Should the snap-pkg target stop after a tar failure? -- Jim