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 0A3801F910; Mon, 14 Nov 2022 20:32:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1668457923; bh=X8wYcoig3ZXohg2ChzqUSpRzTcEpsmopBhCtYloQQ18=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=I3Sg/4oPQcuPxN1zBFBsoJyZLqrtxxL66k2lL/TdKcylAgn924/b5QCFDpW9Wmi+E BBhwtLEwrHDfC0EivvdpCYagW/Cu12MHhN0FCCJCIgvFkUR1QVhi43o2R6wlIjK7Ny jpJJkHfOgEC/LWNoNhhJSnk+mQKGUK+G6AMV99O0= Date: Mon, 14 Nov 2022 20:32:02 +0000 From: Eric Wong To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= Cc: meta@public-inbox.org, Ricardo Ribalda Subject: Re: Debian's Perl CI tests fail for public-inbox Message-ID: <20221114203202.GA3160@dcvr> References: <20221114182619.r7hbl37giytraqj4@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221114182619.r7hbl37giytraqj4@pengutronix.de> List-Id: Uwe Kleine-König wrote: > Hello, > > based on a MR by Ricardo Ribalda Delgado[1] I looked into the automatic > CI possibilities for Debian packages. I enabled it for the Debian > packaging repository and there are a few failures. Given my little Perl > foo I don't know how to properly handle all of them. > > The pipeline just runs perl -wc $file for each installed file. > > For /usr/share/perl5/PublicInbox/WwwHighlight.pm this might be fixed by > build-depending on libhighlight-perl? Yes. Fwiw, I would prefer a softer Suggests/Recommends for regular users for libhighlight-perl since there'll likely be lei-only users who will be annoyed they're wasting bandwidth+space on HTML stuff. > /usr/share/perl5/PublicInbox/DSKQXS.pm fails because it's BSD stuff not > available/needed on Linux. How should this be resolved? Not installing > that module? Or is running perl -wc on everything just a bad idea? *shrug* maybe Debian kFreeBSD picks up again :) I could workaround it so `perl -wc' works on Linux, but it'd make the code uglier and (perhaps immeasurably) slower on FreeBSD. > The full log is available on https://salsa.debian.org/ukleinek/public-inbox/-/jobs/3485533 Is that visible w/o JavaScript? This is an accessibility problem. > Best regards > Uwe > > [1] https://salsa.debian.org/ukleinek/public-inbox/-/merge_requests/1, > thanks, even if I didn't pick up everything in there for 1.9.0-1 I got the "Email patches" download link, at least: https://salsa.debian.org/ukleinek/public-inbox/-/merge_requests/1.patch