From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6652665106569101312 X-Received: by 2002:a50:a5f1:: with SMTP id b46mr492525edc.12.1549360190536; Tue, 05 Feb 2019 01:49:50 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:b656:: with SMTP id c22ls5090388ede.0.gmail; Tue, 05 Feb 2019 01:49:50 -0800 (PST) X-Google-Smtp-Source: AHgI3IZ49/z3MsURBjO/fqzWBvp/ntIKc31GU2FHMRVLyvdAstuj4g/uK2sxi00L4I9e0qgka6yY X-Received: by 2002:a50:a5f1:: with SMTP id b46mr492513edc.12.1549360190178; Tue, 05 Feb 2019 01:49:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549360190; cv=none; d=google.com; s=arc-20160816; b=fMOfEmSTdXFLjsfSgrtcTu8xBaCidT/dKMst1ClxqRCO66oQTKqPQYexyw1NPMfZ1Q nH95pVExnuK/E7qqbvHB3L8NKBzuj+ZO0lpljvtu+8lrurSB3UCB5WnXwjW9X9RatFrY DSZvkVmjXe+2vIYI5kPH7GnKhoVuaygKvgfQJ1AL5L82DZLMYB7Te2IVnYaru6DODRle niOFFRFSM4CekBRI+WmqZXDcWd3grgrO5v+RXd7MC/Xncuzk9aUv2So46ov2tkpxXWl2 TiHGMBcFesg2fczPCg/59l4PpcPj9W0hoDErhEeNj4b6IGjGpu6ffiZ5YKy5Ixg/s/sp em9A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:organization:from:references:to:subject; bh=rCCZEoPoZYZQf/bbuRTXr8Y4p1T9AKBLPcz2AjWJe9Q=; b=HC2WeGBPTHXKB95RXYz5q6FX/I+sJhyPiHjeHhq9vDWgpHRly6ORuHBlwvkg3E3zwO E/j8M+9lSAAw0Kq34FBxOlxXqYpj4XQqEeAGtWpCvqQxCBmWtRXMrFwigbLMeoRIG2mC SX8jsFyXnkpJKxtytdQK1Hu4j8EjRv7Mk6vzKFZEFFvUdDK5qxOtrW7baMZ7JNCDUZYT 88iwVVI2FiqhYdXMM3t5PqyfmqNFQi/j7EOXmZ/HaaMdJRjC0EU2UOfkYUnlDAQRaBiS 1oyyuctnAxoS6fSzrvsdchv18Lc2WcTgf0HtzyUJiCTJb7hLmjXcBpD6sPikOTYByuPi T+Jg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id i17si721454edg.2.2019.02.05.01.49.50 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Feb 2019 01:49:50 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Received: from [192.168.50.163] (d51a48a80.access.telenet.be [81.164.138.128]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id x159nlTx010138 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Tue, 5 Feb 2019 10:49:49 +0100 Subject: Re: [PATCHv4 9/9] ci: remove "hello" from the offline build, it fails To: Jan Kiszka , Henning Schild , isar-users@googlegroups.com References: <20190131164244.9169-1-henning.schild@siemens.com> <20190131164244.9169-10-henning.schild@siemens.com> <6014d4ad-3594-050d-4753-74ea7dd21633@ilbers.de> From: "Maxim Yu. Osipov" Organization: ilbers GmbH Message-ID: <7c3d8d97-e477-31fd-612c-91b1d368fbd5@ilbers.de> Date: Tue, 5 Feb 2019 10:49:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-TUID: BBKm9Ju1D9ao On 2/4/19 6:37 PM, Jan Kiszka wrote: > On 04.02.19 18:33, Maxim Yu. Osipov wrote: >> Hi Henning, >> >> I'm OK with your approach/series except this patch as >> this patch just hides the problem from CI build and >> will immediately pop up in any own user's offline build. >> >> So I suggest to drop from the series patch "local.conf: enable >> rebuilding "hello" for all distros" until >> limitation with offline builds will gone. > > Which also raises the questions: Who has a proposal how to fix that > issue and who can work on it? I'm looking at the problem now. > We definitely need reproducible package rebuild. Agreed. Maxim. > > Jan > >> >> Thanks, >> Maxim. >> >> On 1/31/19 5:42 PM, Henning Schild wrote: >>> From: Henning Schild >>> >>> The recipe uses "apt://" fetching which is not yet supported in the >>> cache. This patch should be reverted once we cache sources as well. >>> >>> Signed-off-by: Henning Schild >>> --- >>>   scripts/ci_build.sh | 2 ++ >>>   1 file changed, 2 insertions(+) >>> >>> diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh >>> index f3523e8..63e3d21 100755 >>> --- a/scripts/ci_build.sh >>> +++ b/scripts/ci_build.sh >>> @@ -97,6 +97,8 @@ if [ -n "$FAST_BUILD" ]; then >>>       while [ -e bitbake.sock ]; do sleep 1; done >>>       sudo rm -rf tmp >>>       sed -i -e 's/#ISAR_USE_CACHED_BASE_REPO ?= >>> "1"/ISAR_USE_CACHED_BASE_REPO ?= "1"/g' conf/local.conf >>> +    # this packages uses a feature that does not yet work in cached >>> mode >>> +    sed -i -e 's/ hello//g' conf/local.conf >>>       bitbake $BB_ARGS \ >>>           multiconfig:qemuarm-stretch:isar-image-base \ >>>           multiconfig:qemuarm64-stretch:isar-image-base \ >>> >> >> > -- Maxim Osipov ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn Germany +49 (151) 6517 6917 mosipov@ilbers.de http://ilbers.de/ Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov