From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 562E4C04A68 for ; Wed, 27 Jul 2022 09:51:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 0768281B04; Wed, 27 Jul 2022 09:51:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 0768281B04 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BGqoez4-uOoM; Wed, 27 Jul 2022 09:51:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 2CE9481AEA; Wed, 27 Jul 2022 09:51:21 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 2CE9481AEA Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 536691BF57F for ; Wed, 27 Jul 2022 09:51:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 2CAD340977 for ; Wed, 27 Jul 2022 09:51:19 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 2CAD340977 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q6sVT0p9kbe4 for ; Wed, 27 Jul 2022 09:51:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 812054059D Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::223]) by smtp4.osuosl.org (Postfix) with ESMTPS id 812054059D for ; Wed, 27 Jul 2022 09:51:17 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 5DB8C60003; Wed, 27 Jul 2022 09:51:14 +0000 (UTC) Date: Wed, 27 Jul 2022 11:51:13 +0200 To: Bernd Kuhls Message-ID: <20220727115113.0d06fb96@windsurf> In-Reply-To: <20220213130306.3002130-1-bernd.kuhls@t-online.de> References: <20220213130306.3002130-1-bernd.kuhls@t-online.de> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1658915474; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KOQVqtpvtb47edjZCNue5KztkynZaCwBm1bShsA/CL4=; b=YqJeWFRiF2VmdZYwquEAi32zJFuVV/QABZz5hy+dgZp+V0un5NdQmhmIm8AHqgOlbfhc0n 4J9VYH68ssRQtzfvcQkpxag39pnRUwyMLDzY7uOsPzErZ6pIdeEqF8j9IorRKVkmcA3VMo WNLgYYluIViF96vqxeNC5y9tALUgvs9EYxmHjF0xnnPbVEk87g0NCfh0JrkkLUtTWCfsMY Di2y1RRHfuYeULfXugWw+gF2X/6Td7bUOofO6filoeTVOrJXshn2Y3IjoWcO6JQAvBXyLk j1YVogFpKelDCXBz6gReHT6XXgCAvY7vEbk49vC3p6rH4eIzy24hB0WvWYWhrA== X-Mailman-Original-Authentication-Results: smtp4.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=YqJeWFRi Subject: Re: [Buildroot] [PATCH 1/1] package/e3: new package X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Hello Bernd, On Sun, 13 Feb 2022 14:03:06 +0100 Bernd Kuhls wrote: > DEVELOPERS | 1 + > package/Config.in | 1 + > package/e3/0001-makefile.patch | 42 +++++++++++++++ > .../e3/0002-Align-header-to-avoid-crash.patch | 26 +++++++++ > package/e3/0003-format-1.0.patch | 54 +++++++++++++++++++ > package/e3/0004-e3-gnu-stack.patch | 50 +++++++++++++++++ > package/e3/Config.in | 9 ++++ > package/e3/e3.hash | 3 ++ > package/e3/e3.mk | 24 +++++++++ > 9 files changed, 210 insertions(+) Do you really need/use this package? We already have several text editors packaged, and this one is written in assembly, only usable on i386/x86-64, requires patches from Gentoo, Fedora and Debian to build, some of them being many years old, showing a project that is poorly maintained. This doesn't seem like a very useful addition to Buildroot to be honest. Do you have some convincing arguments? :-) Thanks! Thomas -- Thomas Petazzoni, co-owner and CEO, Bootlin Embedded Linux and Kernel engineering and training https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot