From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6931066459248394240 X-Received: by 2002:a05:651c:229:: with SMTP id z9mr8956781ljn.267.1613997608062; Mon, 22 Feb 2021 04:40:08 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:651c:32b:: with SMTP id b11ls2705935ljp.11.gmail; Mon, 22 Feb 2021 04:40:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJwzyde8vU8LrBy5qsQ6ZrTs/2JZcevUimFklNc0NSSgtRrFlwvd6Xi1w03VhHv2zUixkOPZ X-Received: by 2002:a05:651c:39d:: with SMTP id e29mr4419045ljp.321.1613997606999; Mon, 22 Feb 2021 04:40:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613997606; cv=none; d=google.com; s=arc-20160816; b=oQCEvA8T0unbESblC8dmKyA/vwgLSPk00ZceQCMKBtrSP+wHodpfMicPeRxv+MQ7vD vlRBftFm3/ueP4O5vTPFOi1TdBgEPiqtbxrgAe3Ga3oqRTxgNIbm+Y4Jszf2UM1KyU8R TxLwkG3t6zFHiOX+axxfP92LoiEr5H4jpjnCCGQ8UMYgu1qcWk5lwwXljdEUXVHnouK9 yjkcUWI3XFjDgaDndJ4tlAhlbP7bgdUlHI06yUQch824suXY60oGLNxGqnp4I/s5nrG1 PNgW8eipx1UCOmfOArKBYKl6vIDxA/QvOQxhUlrnqsSpixcfN0LaT3xliUnxoWs+YL4W bSMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=Di5QMdMD3S64f4ELpW+icN7ekhPJzxtDHKpbAwcNvOM=; b=BVUimNfDwkiuQa8MyadAIpLlaZ55JQen86henLGDeyAjQuH6J1TQzFjUtwEiy0Gj8W YGf8vy2zi74MHehBK1gKiR9E9VTk5lm9LbLrL8X7n4n2/MLb8ycKjST5oJsSXX8Ml3Mh VPJU5efruhMTOTmJe47KEx7hA0W3dRl5bjy+GhweSTQDxMqFIa3zZVm+J60/zRdaIOgK ZfeTryKVS7x5TP6aFuA78g31VvRn/9WseHhb60KtHAMU6pFOdxEkVNpI0fqQ3zWvADb8 hKHvx6aX7k/q4IjT3z5J1ibhQirkQFVjzLe8n5IkGHLPzCNr80GgTrCIsb+wYnC1+8XP s1uQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id y3si651808lfb.6.2021.02.22.04.40.06 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 22 Feb 2021 04:40:06 -0800 (PST) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [192.168.67.164] (mm-160-50-214-37.mgts.dynamic.pppoe.byfly.by [37.214.50.160] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 11MCe5KA001738 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 22 Feb 2021 13:40:05 +0100 Subject: Re: [RFC PATCH 2/2] recipes-core: Add recipe for base-files To: Vijai Kumar K , isar-users@googlegroups.com, ibr@radix10.net, silvano.cirujano-cuesta@siemens.com References: <20210219195719.29037-1-Vijaikumar_Kanagarajan@mentor.com> <20210219195719.29037-3-Vijaikumar_Kanagarajan@mentor.com> From: Anton Mikanovich Message-ID: Date: Mon, 22 Feb 2021 15:39:59 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <20210219195719.29037-3-Vijaikumar_Kanagarajan@mentor.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: 8m1FtrhJKO37 19.02.2021 22:57, Vijai Kumar K wrote: > /etc/os-release is a symlink to /usr/lib/os-release and belongs to > the base-files package. > > ISAR has been modifying the /etc/os-release during postprocessing > to inject custom data onto it. > > Since this file belongs to base-files, an update/reinstall of the > package would overwrite the file with the one provided by base-files. > > Instead of modifying the contents of /etc/os-release during > post-processing, provide a modified base-files recipe in ISAR which > provides the similar changes in os-release. > > Signed-off-by: Vijai Kumar K Hello, base-files package failed to build for qemuarm64-focal target during CI: 15:12:37    dh_strip 15:12:37 aarch64-linux-gnu-objcopy: Unable to recognise the format of the input file `debian/base-files/usr/bin/locale-check' 15:12:37 dh_strip: error: aarch64-linux-gnu-objcopy --only-keep-debug --compress-debug-sections debian/base-files/usr/bin/locale-check debian/.debhelper/base-files/dbgsym-root/usr/lib/debug/.build-id/71/aa3df0a7e05817cb7e212513aeae7db21d8593.debug returned exit code 1 15:12:37 dh_strip: error: Aborting due to earlier error 15:12:37 make: *** [debian/rules:15: binary] Error 25 15:12:37 dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2 15:12:37 WARNING: exit code 2 from a shell command. Full log: http://ci.isar-build.org:8080/job/isar_am_devel_fast/89/console -- Anton Mikanovich Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov