From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id EF2351F51E; Wed, 28 Sep 2022 19:59:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1664395180; bh=m2YLX8HE03vzYsXljXZV59Zkerfa9XhJ2ciDlBZ1Nd4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=v9z1Gxtv0y8lt7PcJeNsR2jzNkxed/PN2eN3PWLHVcQhp0OixqutNf/kzuD60OGnJ cK7jVgj6lk+3HILkQFlHnIuFvP+dX4SM7mVHgWWS3VvKzsTtBvL5grePBLxYC+/UgE 7Dbs3e/60jo+3iv02OIAfYKNtao6UIQdYFpEzGV0= Date: Wed, 28 Sep 2022 19:59:39 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: "make test" for 1.9.0 on centos-7 Message-ID: <20220928195939.M903183@dcvr> References: <20220928184603.p2lhb3ne37qfqfde@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220928184603.p2lhb3ne37qfqfde@nitro.local> List-Id: Konstantin Ryabitsev wrote: > Hello: > > I'm starting to work on upgrading lore.kernel.org to 1.9.0. For a number of > yak-shavey reasons we are still on centos-7, though hopefully we'll be able to > move on to something newer soon. Right now, I'm having difficulty running > "make test": Eep, ok there's a lot of breakages on CentOS 7, likely going back to our 1.7/1.8 releases and my C7 VM was broken/forgotten :x Working on fixes now...