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 6E4B1C433FE for ; Tue, 14 Dec 2021 18:23:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234185AbhLNSXg (ORCPT ); Tue, 14 Dec 2021 13:23:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60134 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232169AbhLNSXf (ORCPT ); Tue, 14 Dec 2021 13:23:35 -0500 Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39323C06173E for ; Tue, 14 Dec 2021 10:23:35 -0800 (PST) Received: by mail-ed1-x535.google.com with SMTP id y12so65214429eda.12 for ; Tue, 14 Dec 2021 10:23:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BH/wyW5b6ZLsqDtk7HoFzzH8zAQQigEUOeTbAwzBS4M=; b=3nG/z3h8gTZOVS6dCPVTY3pohzKG7wjQCvZeMoIogLH7pTGV0V007zgGdQctUPbOm0 H8nbIMk7P13ENcnPTpscY4y30b3De2mNHkF2WwRXxavGK7JIo4F70cSdXV9ZSXWw9sge xRedYpwTUeWKkFiWnchFkbjWtkD/3bQKPhFu0ueWuoQE9PTA3k7SAZyLNUxV00Hb1ACt DBpSpv69L5LlymxZKehL4/mDpVH6ZGeklR34ugA/VSZMqn/zBaHm5vD2kZjtA3X6Glz1 VRwC2DPKYFc1QX0zz9cUgAxjTZvuzYhJMoa1Z5F7/rPLN/IdNYSTiL4zXHjrlraM80Hh VMIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BH/wyW5b6ZLsqDtk7HoFzzH8zAQQigEUOeTbAwzBS4M=; b=SmxbEEKli/bZPBqsFldyy0HBtqhBX5SlLfkXV31pjnqPSHL+lArQgmR51ay8U17CZp IZ9P+hQ1Xu+sQu+82YSSK2yIPbekTz3aazZWkkLp5Tct02Eoa3S+BpkKPKyzHG7jVB0p LxdFL8C78DIrzOoQk28eTufZOGRzvrzjGx8L51XZx6ukek1WjGp4cq2JTGlal0P/LFqn CGvujFmKqIUQZF5/1KMNoIa1bzGieGbx6ey69gVToShFabohwj6tVLVIFSOk+ASw47Xo HoNXia6bke0L9JGEyubENAeFkIslc0zPjl4QWExK/+eX+mviJoXjugG45LCx6hCD8h4p qjfQ== X-Gm-Message-State: AOAM530JQAK10fveE0+2TgYjgPfajpRthDEHhE8jO4EfaxNbGc/dwGDb 2AC0HWwD/8nAygv7w+nwCp8iYOoDezDsjm1pYfFN X-Google-Smtp-Source: ABdhPJw56SWg8NjpfiW1SDbrfnDf8G9149S+aYRucO92yhvZcYnvJJLzjXEnD/Smx5evCJejVOXkLZ4W5n9y3sFBsx0= X-Received: by 2002:a17:907:e8e:: with SMTP id ho14mr7600870ejc.12.1639506213438; Tue, 14 Dec 2021 10:23:33 -0800 (PST) MIME-Version: 1.0 References: <20211026133147.35d19e00@canb.auug.org.au> <87k0i0awdl.fsf@mpe.ellerman.id.au> <87tuh2aepp.fsf@mpe.ellerman.id.au> <2012df5e-62ec-06fb-9f4d-e27dde184a3f@csgroup.eu> In-Reply-To: From: Paul Moore Date: Tue, 14 Dec 2021 13:23:22 -0500 Message-ID: Subject: Re: linux-next: manual merge of the audit tree with the powerpc tree To: Christophe Leroy Cc: Michael Ellerman , Stephen Rothwell , PowerPC , Linux Kernel Mailing List , Linux Next Mailing List , Richard Guy Briggs Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 14, 2021 at 12:59 PM Christophe Leroy wrote: > Hello Paul, > > I've been trying to setup your test suite on my powerpc board but it's > based on Perl and on a lot of optional Perl packages. I was able to add > them one by one until some of them require some .so libraries > (Pathtools-Cwd), and it seems nothing is made to allow cross building > those libraries. > > Do you have another test suite based on C and not perl ? > > If not, what can I do, do you know how I can cross compile those Perl > packages for PPC32 ? Is there no Linux distribution that supports PPC32? I would think that would be the easiest path forward, but you're the PPC32 expert - not me - so I'll assume you already tried that or it didn't work for other reasons. I'm also not a Perl expert, but it looks like PathTools is part of the core Perl5 release, have you tried that? https://github.com/Perl/perl5/tree/blead/dist/PathTools Finally, no, our only really maintained test suite is the Perl based one; there have been other efforts over the years but they were never properly supported and fell out of use (and applicability). At some point you/someone was able to run the test suite, why isn't that working now? Or was it a different powerpc ABI? -- paul moore www.paul-moore.com