From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 11 Mar 2022 11:45:42 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nScmE-001sgS-Ja for lore@lore.pengutronix.de; Fri, 11 Mar 2022 11:45:42 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nScmD-0004PZ-KV; Fri, 11 Mar 2022 11:45:41 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nScm0-0004PA-NR; Fri, 11 Mar 2022 11:45:28 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nScm1-0001yf-CL; Fri, 11 Mar 2022 11:45:28 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nSclz-00AArh-8B; Fri, 11 Mar 2022 11:45:27 +0100 Date: Fri, 11 Mar 2022 11:45:27 +0100 From: Michael Olbrich To: Philipp Zabel Message-ID: Mail-Followup-To: Philipp Zabel , ptxdist@pengutronix.de References: <20220307142120.449844-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220307142120.449844-1-p.zabel@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] htop: version bump 3.0.1 -> 3.1.2 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Mon, Mar 07, 2022 at 03:21:20PM +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel I'm getting a lot of errors here: On ARMv7: Action.c: In function 'Action_pickFromVector': Action.c:70:36: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'tagAllChildren': Action.c:123:20: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'expandCollapse': Action.c:131:17: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'collapseIntoParent': Action.c:140:23: error: cast increases required alignment of target type [-Werror=cast-align] Action.c:146:20: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'actionSetAffinity': Action.c:315:23: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'actionLsof': Action.c:394:23: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'actionShowLocks': Action.c:407:23: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'actionStrace': Action.c:422:23: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'actionTag': Action.c:438:17: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'actionUntagAll': Action.c:618:20: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'actionTagAllChildren': Action.c:625:17: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'actionShowEnvScreen': Action.c:634:17: error: cast increases required alignment of target type [-Werror=cast-align] Action.c: In function 'actionShowCommandScreen': Action.c:647:17: error: cast increases required alignment of target type [-Werror=cast-align] cc1: all warnings being treated as errors make[1]: *** [Makefile:1473: Action.o] Error 1 on ARMv8: ColumnsPanel.c: In function 'ColumnsPanel_eventHandler': ColumnsPanel.c:60:13: error: this statement may fall through [-Werror=implicit-fallthrough=] ColumnsPanel.c:65:7: note: here ColumnsPanel.c:76:13: error: this statement may fall through [-Werror=implicit-fallthrough=] ColumnsPanel.c:81:7: note: here cc1: all warnings being treated as errors This may be icecc related. If there are fallthrough comments, then add: HTOP_CFLAGS := -Wno-error=implicit-fallthrough And in another build in the prepare stage: checking for cap_init in -lcap... no configure: error: can not find required library libcap Either add the dependency or build with --disable-capabilities. Michael > --- > patches/{htop-3.0.1 => htop-3.1.2}/autogen.sh | 0 > rules/htop.make | 24 ++++++++++++------- > 2 files changed, 15 insertions(+), 9 deletions(-) > rename patches/{htop-3.0.1 => htop-3.1.2}/autogen.sh (100%) > > diff --git a/patches/htop-3.0.1/autogen.sh b/patches/htop-3.1.2/autogen.sh > similarity index 100% > rename from patches/htop-3.0.1/autogen.sh > rename to patches/htop-3.1.2/autogen.sh > diff --git a/rules/htop.make b/rules/htop.make > index 06c64718fa9a..39e8cc3978b2 100644 > --- a/rules/htop.make > +++ b/rules/htop.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_HTOP) += htop > # > # Paths and names > # > -HTOP_VERSION := 3.0.1 > -HTOP_MD5 := c09908bacb5e22454715547aed88c3af > +HTOP_VERSION := 3.1.2 > +HTOP_MD5 := 2177554fcc3a5390f85313fae3729d7d > HTOP := htop-$(HTOP_VERSION) > HTOP_SUFFIX := tar.gz > HTOP_URL := https://github.com/htop-dev/htop/archive/$(HTOP_VERSION).$(HTOP_SUFFIX) > @@ -37,16 +37,22 @@ HTOP_CONF_ENV := \ > HTOP_CONF_TOOL := autoconf > HTOP_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > + --disable-pcp \ > + --disable-unicode \ > + --enable-affinity \ > + --disable-unwind \ > + --disable-hwloc \ > --disable-openvz \ > - --enable-cgroup \ > --disable-vserver \ > --disable-ancient-vserver \ > - --enable-taskstats \ > - --disable-unicode \ > - --enable-linux-affinity \ > - --disable-hwloc \ > - --disable-setuid \ > - --disable-delayacct > + --enable-vserver \ > + --enable-capabilities \ > + --disable-delayacct \ > + --disable-sensors \ > + --enable-werror \ > + --enable-debug \ > + --with-os-release=/etc/os-release \ > + --with-proc=/proc > > # ---------------------------------------------------------------------------- > # Target-Install > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de