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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F0ABC433ED for ; Fri, 30 Apr 2021 13:24:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 60B8B6147F for ; Fri, 30 Apr 2021 13:24:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230047AbhD3NZc (ORCPT ); Fri, 30 Apr 2021 09:25:32 -0400 Received: from mx2.suse.de ([195.135.220.15]:48316 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230159AbhD3NZc (ORCPT ); Fri, 30 Apr 2021 09:25:32 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id C358EAEF8; Fri, 30 Apr 2021 13:24:40 +0000 (UTC) Date: Fri, 30 Apr 2021 15:24:39 +0200 From: Petr Vorel To: Mimi Zohar Cc: linux-integrity@vger.kernel.org, Mimi Zohar Subject: Re: [PATCH 1/1] travis: Fix Fedora Message-ID: Reply-To: Petr Vorel References: <20210429053918.10240-1-pvorel@suse.cz> <07d6895b02ea3818b0687d79f66575fc08ff6c97.camel@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <07d6895b02ea3818b0687d79f66575fc08ff6c97.camel@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org Hi Mimi, > Hi Petr, > On Thu, 2021-04-29 at 07:39 +0200, Petr Vorel wrote: > > Fedora recently got 2.33, which requires on Travis CI to use podman. > > Signed-off-by: Petr Vorel > > --- > > Hi Mimi, > > Tested [1]. > > Previously Fedora fails on autoconf issue [2], which is caused by > > faccessat2 incompatibility on glibc 2.33: > > /usr/bin/autoconf: This script requires a shell more modern than all > > /usr/bin/autoconf: the shells that I found on your system. > > /usr/bin/autoconf: Please tell bug-autoconf@gnu.org about your system, > > /usr/bin/autoconf: including any error possibly output before this > > /usr/bin/autoconf: message. Then install a modern shell, or manually run > > /usr/bin/autoconf: the script under such a shell if you do have one. > > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > [1] https://travis-ci.org/github/pevik/ima-evm-utils/builds/768789641 > > [2] https://travis-ci.org/github/pevik/ima-evm-utils/jobs/767259578 > The "boot_aggregate" test should succeed, but for some reason is now > being skipped. > PASS: ima_hash.test > PASS: sign_verify.test > SKIP: boot_aggregate.test Not sure why, I'll try to have look. Maybe missing dependencies? I suppose this is not related to the patch at all. > I tested with/without this patch on our internal travis. I was seeing > the Tumbleweed problem, but am not seeing this problem with Fedora > latest yet. Both with/without the patch, Fedora latest works properly "not yet" => if you check glibc package update for the version. I bet it's still 2.32. Thanks for testing it. > on our internal travis. > Mimi Kind regards, Petr