From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6467463440282681344 X-Received: by 10.28.88.197 with SMTP id m188mr2769354wmb.4.1507142834582; Wed, 04 Oct 2017 11:47:14 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.223.195.204 with SMTP id d12ls4980816wrg.14.gmail; Wed, 04 Oct 2017 11:47:14 -0700 (PDT) X-Google-Smtp-Source: AOwi7QDHbWzmswlRGJCfgkxS0bXdvkCSzMwHSEaDmVZCwBEbJWZgh2qpkff3XS7tkOnZTFEdWWgL X-Received: by 10.28.184.81 with SMTP id i78mr3001377wmf.2.1507142834292; Wed, 04 Oct 2017 11:47:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1507142834; cv=none; d=google.com; s=arc-20160816; b=uqzl1MkqNLPD4TNpIsQb+QSaXSW1iWZDG4aKJOLTK2QG/8L+9OEBc/59wMGodyamrj V6HEDe1kE/9A8+mSwFYoDejFDroVvZIWAEcT/2TWbTx0f+3FZTSCvnr0AnioFwm6wnSu Nf/h7WCACHx2e3m2v4TwHClacwzjoN69C1rYNWBuBU0sHBZvxmO8qXEvOUxhffIbiiwg weVxqJWfsScWDxxWGyTC9Hw+pw+t1G6os3UmmBqa550qQ2J+FyfbWpy8sV2HBX5G6DSh 0hYWyVz1L3yR6vnfqb2P55zl3BvGNiq4Zsn3LAjIHUr7laCUlBG2oZz3qQn+3SrhCcwc xwRA== 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:from:references:to:subject :arc-authentication-results; bh=necj/hBvOs++zMez3x4vcJFOQVBtVjObg/BFW4x32RY=; b=FlNZHkxOYi++WzsRFs9cN2bg1FfSBMVi09Zsr4ygoC/mSvyWyBUU+QH9RuPBiYDbHk kla0KO+9yMqaMXLTkPBqoDd//9Ijo+ddqe0MyB/9QKwUren8V/0R0v1lycHf9XNFPuU2 wJpP2bHP0DXtI1K3VIyr68s9rNCkzV/OcOKtrmAUTI0vwjnaDdaKB7aMCE9AZ/iJst0w F4YIPPm5vb3tzmn+/i8n4dqZQsHGfDwhpT8UiLIKPJZOWBZA7S7DMpl7wcrJZrd4KxLA mGbB9ilUE6shZkqD9xbFdivWxrDoQUyir6oKgzQJlyDVY9LqLqe+kzfnsD7Lq77X+K96 dnaQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id 74si1049963wme.2.2017.10.04.11.47.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Oct 2017 11:47:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@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 asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id v94Il9O8000790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 4 Oct 2017 20:47:11 +0200 Subject: Re: [PATCH v4 0/4] Basic binary cache implementation To: Claudius Heine , Jan Kiszka , "[ext] Claudius Heine" , isar-users@googlegroups.com References: <20171002154531.4930-1-asmirnov@ilbers.de> <2e00bbc9-9823-850e-9451-9d66350713b5@ilbers.de> <1507138484.6743.54.camel@denx.de> From: Alexander Smirnov Message-ID: <47ed69c7-a279-6f9d-511a-2a60d816ac0b@ilbers.de> Date: Wed, 4 Oct 2017 21:47:04 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1507138484.6743.54.camel@denx.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 0St3uzqdb9By On 10/04/2017 08:34 PM, Claudius Heine wrote: > Hi Alex, > > On Wed, 2017-10-04 at 17:29 +0300, Alexander Smirnov wrote: >> On 10/04/2017 02:57 PM, Jan Kiszka wrote: >>> On 2017-10-04 10:32, [ext] Claudius Heine wrote: >>>> Hi, >>>> >>>> On 10/0 '2/2017 05:45 PM, Alexander Smirnov wrote: >>>>> Hello everybody, >>>>> >>>>> this series introduces basic binary caching for Isar. >>>>> >>>>> There is a new layer: meta-isar-bin which is intended to be the >>>>> binary >>>>> cache. All the packages that are built in Isar are stored in >>>>> this >>>>> cache using reprepro. >>>>> >>>>> Having the separate layer makes possible to manage this cache >>>>> separately >>>>> from the Isar build tree. So once you have built your packages, >>>>> you could >>>>> re-use this cache for further builds. >>>> >>>> We still have to talk about your requirement for the cache to be >>>> sharable and your resulting implementation of it as a meta layer. >>>> >>>> Since I still don't see the benefit of a sharable cache and think >>>> that >>>> putting binary packages into some kind of strange meta layer is >>>> not the >>>> right solution and could potentially create more problems that is >>>> solves >>>> because its very much in conflict with the fundamental idea of a >>>> meta >>>> layer. >> >> The last statement is a bit strange for me. The idea of meta layers >> is >> to split software stack into logical layers that could be >> enabled/disabled on demand. Having binaries or recipes doesn't >> matter >> here, it's just the way how software is provided to build. >> >>> >>> Indeed, state like this (disclaimer: i didn't look into all >>> details), it >>> sounds like a weird architecture to me as well. Thinking of an >>> artifact >>> cache, I would rather expect something like OE's sstate that one >>> may >>> preserve across builds, share between devs, or whatever. If it's >>> there, >>> the build system consults it, if not, it rebuilds. But sstate is >>> not a >>> layer, for some good reasons. >>> >> >> Let me again summarize major points here. Isar is the build system >> designed to work with binary packages. That's the key feature of >> this >> product and main difference from OE-like systems. The Isar >> architecture >> assumes to be designed around binary packages, what provides >> absolutely >> different approach how binary images could be generated using >> bitbake. >> >> According to the Claudius's vision, that everything should always be >> built from sources - Isar is not the best option here, Yocto and OE >> are >> much better, because they were initially designed for this work. >> Attempts to apply OE design and philosophy to Isar could have >> negative >> impact and limit possible ways to implement custom features, because >> OE >> wasn't designed for this features. >> Also I wonder why we are able to use binary Debian packages, while >> the >> rest of software should be built from sources. > > You are still not understanding me. I never said you have to build > every package from source code in isar. Instead I mean that you have to > build the root filesystem / images / packages ... ( every output of > isar) from all the available input of isar (upstream debian > repositories, meta-layers, source code repositories, etc.). Yes, and I want to add my custom apt repo to the Isar, even if I have source code for packages in it. > > If you create intermediate products in the form of caches, then that is > ok. But if you put those intermediate products into repositories and > begin to distribute them, then this causes problems as I described > before. > If you mean version-control repository, then nobody asks you to do this. If you mean apt repository, Isar should be able to export it with your product (application layer), like I've mentioned with examples in my mail. > Distributing intermediate products is always a bad idea and systems > should not be designed with this in mind or even advertise it. That has > nothing to do with 'OE' or 'Debian' or any other System, its just > general software developing and maintenance rules. That's contradictory sentences for me. Debian distributes both: - Complete iso, USB etc... images - Apt repository And both are intermediate in terms of your custom product. So if you want to develop package for Debian, you do not need to build whole Debian from the scratch, you likely use intermediate product instead - install base system and tools from binaries. Isar is based on intermediate product, i.e. Debian apt repository. So I still don't understand, why you consider that 'apt-get install' from Debian repository is OK, but 'apt-get install' from custom repository is a bad idea? > > It is ok to to this occasionally on a case by case basis, but it should > not be a requirement or even an advertised feature. > >> ... > > In the rest of your email or this thread I still don't see any reason > why sharing caches is necessary. > > Building the output from the input is fine once to fill the caches. > Just to be sure that you are in fact able to build the output from the > input. And I don't get why this is bad in your opinion. > Because I don't want to waste the time for the work that has been already done and tested. Just for sure, the release builds should be run from the scratch. And integration testing should be performed. Building everything from the scratch only guarantees that your package could be built, nothing more. But I'd prefer to delegate this task to CI. > I get that we can trust that Debian can build their packages from their > sources, so we don't need to test that, but at least test if we can > still build our own packages in isar. Sorry, didn't get this. Alex