From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: Missing perl module Locale.pm Date: Fri, 17 Jun 2022 17:52:39 +0200 Message-ID: <7fa62b2f-60b9-cfbc-aef3-e86f2a5cc33f@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2710164289203503757==" List-Id: --===============2710164289203503757== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All, On 05/06/2022 20:10, Rob Brewer wrote: > Hi All, > > Core-upgrade-165 introduced a new version of > > /usr/lib/perl5/site_perl/5.32.1/LWP/UserAgent.pm > > This version UserAgent.pm has a dependency on Encode/Locale.pm which isn't > included in Core Update 167. > > Can this module be included in the next upgrade? > I am putting together a patch for Encode::Locale. While looking at this I fou= nd a list of dependencies for perl-libwww which provides LWP::UserAgent, and = only a few of those dependencies are installed on IPFire. It is likely that m= any are not needed for the use that IPFire makes of perl-libwww but are we ju= st left with waiting to see if things break to figure out that a dependency i= s now needed for IPFire. I looked in the changes list for perl-libwww and the= re is no mention of Encode::Locale being needed for LWP::UserAgent. Here is the list of dependencies and those with an X at the start of the line= are not installed on IPFire. X=C2=A0=C2=A0 Digest::MD5 X =C2=A0 Encode X =C2=A0 Encode::Locale X =C2=A0 File::Copy X =C2=A0 File::Listing X =C2=A0 File::Temp X =C2=A0 Getopt::Long X =C2=A0 HTML::Entities X =C2=A0 HTML::HeadParser X =C2=A0 HTTP::Cookies =C2=A0=C2=A0 =C2=A0 HTTP::Date X =C2=A0 HTTP::Negotiate X =C2=A0 HTTP::Request X =C2=A0 HTTP::Request::Common X =C2=A0 HTTP::Response X =C2=A0 HTTP::Status X =C2=A0 IO::Select X =C2=A0 IO::Socket X =C2=A0 LWP::MediaTypes =C2=A0=C2=A0 =C2=A0 MIME::Base64 X =C2=A0 Net::FTP =C2=A0=C2=A0 =C2=A0 Net::HTTP X =C2=A0 Scalar::Util =C2=A0=C2=A0 =C2=A0 Try::Tiny =C2=A0=C2=A0 =C2=A0 URI =C2=A0=C2=A0 =C2=A0 URI::Escape - included in URI X =C2=A0 WWW::RobotRules I will just go ahead and only do a patch for Encode::Locale at this point in = time. Regards, Adolf. > Regards > > Rob > --===============2710164289203503757==--