Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp155307pxf; Wed, 17 Mar 2021 01:41:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwJGAUFQPjsUhvevHh+qt9Ws3X9fMt/+ZlKHgAAv3gJAS8OzvTya/ptyuVe68tIW9ijJdBC X-Received: by 2002:a17:906:cb18:: with SMTP id lk24mr17779484ejb.70.1615970492924; Wed, 17 Mar 2021 01:41:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1615970492; cv=none; d=google.com; s=arc-20160816; b=Zgzp06Pu1pHUeL063zjS3fzng9ew+p+EQvr5lVeKjvkNRxhdBvf2mL8PT9oQDLWg8U +Q4G0aEzW9vyKzgqLHYwM9S4p4Z8qauUyRNHBqUiKEVPRJcfDzN+HKqhyw334JTRSxqp Uj93uG15oP/z3+22aioHu1XkD82apXVQG2drUHtaiTsR3DhWFpJTYLp6naNz8mVVQHId L3Nq4LHroudGJ9J0rOgNorn8lQKwvqvT7b/qOhQCRLxZoj69PHirPm6GxwVc9uH+4yKo Bo4YjjdnTXRNdl7GHaVe5v/gi/u43czzZrqp4E7enQD1ruQ305zSnuP4GOPOGpxo9ns9 EWfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=wIoWHGKOGVH9YqLJJDHn3IhkxIlBVWKpja0eyUtKS80=; b=IH3DL1LA5WlH58EFcmcbH7FEkAxJU0UV8rAZX9fqtlmIGPkzPeM7BfU8XYkkbRfzxv qn8FJaPFW+LHzvY2hZ/SCZSgagdwn7CPrlmY+0FPumJQhITAPZF/7OpcrXcDhyTYAbQd Fk80LqGQKUGEfIDXuZKmi2lw5m4gjYhvkVnYp3OAe4f4dPVxZVCvzNG0ptfAa2KTl9nd fOg+NhUozcAQRzQopSr5Ty1+WhIqJM6hbQXKU2ynDah7HZuQaTnUeUirN7tJR5+wmVkU 8jyqywRWCj5Yo9UMGil9uGJ849B/7MmKe6TTBm24n8AHuGCyrsOLv6XbQBpfGvxtrAxC d+kA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l18si9611097edc.152.2021.03.17.01.40.40; Wed, 17 Mar 2021 01:41:32 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229571AbhCQIiW convert rfc822-to-8bit (ORCPT + 99 others); Wed, 17 Mar 2021 04:38:22 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:43152 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229564AbhCQIiD (ORCPT ); Wed, 17 Mar 2021 04:38:03 -0400 Received: from mac-pro.holtmann.net (p4fefcec1.dip0.t-ipconnect.de [79.239.206.193]) by mail.holtmann.org (Postfix) with ESMTPSA id 1BA95CECFD; Wed, 17 Mar 2021 09:45:39 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: [PATCH BlueZ] build: Fix build with latest tree From: Marcel Holtmann In-Reply-To: <20210316205838.2164464-1-luiz.dentz@gmail.com> Date: Wed, 17 Mar 2021 09:38:01 +0100 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20210316205838.2164464-1-luiz.dentz@gmail.com> To: Luiz Augusto von Dentz X-Mailer: Apple Mail (2.3654.60.0.2.21) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Luiz, > Latest ell tree has introduced useful.h and main-private.h which are > required to build: > > ell/cert-crypto.c:35:10: fatal error: useful.h: No such file or > directory > 35 | #include "useful.h" > | ^~~~~~~~~~ > ... > --- > Makefile.am | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index ff0df2196..7fce2e7c0 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -135,7 +135,9 @@ ell_headers = ell/util.h \ > ell/asn1-private.h \ > ell/cert-private.h \ > ell/pem-private.h \ > - ell/uuid.h > + ell/uuid.h \ > + ell/useful.h \ > + ell/main-private.h > this is the wrong fix. It will break in the tarballs. ELL will not install ell/useful.h ever. So every tarball needs to ensure that ell/useful.h is included. Which means you need to follow the fix from iwd here. Regards Marcel