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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39694C46467 for ; Thu, 12 Jan 2023 02:20:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229870AbjALCUc (ORCPT ); Wed, 11 Jan 2023 21:20:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231395AbjALCUa (ORCPT ); Wed, 11 Jan 2023 21:20:30 -0500 Received: from mail.sysmocom.de (mail.sysmocom.de [176.9.212.161]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F1DCFCE9 for ; Wed, 11 Jan 2023 18:20:28 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mail.sysmocom.de (Postfix) with ESMTP id 882FE1980AFC; Thu, 12 Jan 2023 02:20:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at sysmocom.de Received: from mail.sysmocom.de ([127.0.0.1]) by localhost (mail.sysmocom.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SQRIbRJbenXg; Thu, 12 Jan 2023 02:20:26 +0000 (UTC) Received: from my.box (i59F7ADC2.versanet.de [89.247.173.194]) by mail.sysmocom.de (Postfix) with ESMTPSA id 3D836198011C; Thu, 12 Jan 2023 02:20:26 +0000 (UTC) Date: Thu, 12 Jan 2023 03:20:25 +0100 From: Neels Hofmeyr To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org Subject: Re: build failure since commit 'xt: Rewrite unsupported compat expression dumping' Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org I took a closer look: dropped the build dir and did 'git clean -dxf' -- after that indeed the build works! Possibly there is a missing dependency in the makefiles. I suppose I should have tried that before writing the mail, sorry... ~N