From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6647481443636215808 X-Received: by 2002:a1c:e703:: with SMTP id e3mr1257270wmh.1.1547737383981; Thu, 17 Jan 2019 07:03:03 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:b1c5:: with SMTP id a188ls168579wmf.5.gmail; Thu, 17 Jan 2019 07:03:03 -0800 (PST) X-Google-Smtp-Source: ALg8bN5vl/exUEtveQAu9lCYqXSZaTddLdVHItHtMzqIZa4NxOT7cKRrxD0S+f7Abtmb5wlIruFR X-Received: by 2002:a1c:7d03:: with SMTP id y3mr1192835wmc.8.1547737383569; Thu, 17 Jan 2019 07:03:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547737383; cv=none; d=google.com; s=arc-20160816; b=CV/rqefjGN3gwk8EyJpN5exSJUecLEz9sTPa7scY0IUZDWHU7HeufZM1J6/0WdYEFx ZZYKNARnhYqrQuvJOFmDMWb91P5+FssJGDh3FJFham2DyxoN1/paxm1C0XdbD6zIKz0J zybmJd3gRJmaWMs7bCIhvlktEnkVs6tW9XF5el/AXLeqfFVd2eMT5V2Ge69SUH8aC7Ku SEMmXSjd34lokpB+ppWkQqpRpy/IvP6P4DOGEmVxcvTGcbavP8E9VfWgekXL2NVbza4r G5R/FL9ypDxMByLkJBD5C1YY8awC52mGPsawUsJGIfxymoZJf5wuo6zgJBg8weI+Da5c r01w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:subject:to:from :date; bh=xn1h1/B8JmUCcIHMVWCXUVWnsL0Zd0kpiEplzn7c19s=; b=gzYUZYvxeAS/xIlQotTzgyt3UhC5OVZkPqmpvgfF3JI3BBbIYuC6vALnhz8gId+tjK mnFE623exsg/aBEn0MFX2AKtLRCCID6RA+EaMWQxvCOvE7aoXhE5NY8uRONNkns1SYU6 6OXsLBgNpZGaCFh1VTiDHcC8LMTpoLWQipolgkDSp7pW4k2H6V/GnF9t2WpFAbOuk2k6 ghx54wbZOHHfmVbNB8aLjRouwa16aOMFhwojEtJDzUm8eTUhuKWFZpnV3LCL918ugIj+ ZkOxkXJAJtgfFUdPS70EDNTSp4Zd9emfSGZL8ECtoxWL2C8pFaLGEwD1+ielnT/VN22l LneA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id 69si2677213wrb.1.2019.01.17.07.03.03 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Jan 2019 07:03:03 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id x0HF322M013127 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 17 Jan 2019 16:03:02 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.69.119]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x0HF31YR028930; Thu, 17 Jan 2019 16:03:01 +0100 Date: Thu, 17 Jan 2019 16:03:01 +0100 From: Henning Schild To: isar-users , Baurzhan Ismagulov Subject: https://github.com/ilbers/hello conflicts with upstream hello Message-ID: <20190117160301.6928bd98@md1za8fc.ad001.siemens.net> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: pFeoOhxXUcjF Hi, i am building apt-get source support for Isar and am using "hello" as an example application. Turn out that the upstream hello package places /usr/bin/hello and example-hello from isar is doing the same. I suggest to update example-hello to choose another binary name and resolve the collision. My series to Isar will just remove example-hello for now, it should be re-added once the issue is solved. Henning