Re: [blfs-book] [blfs] 01/01: Merge branch 'xry111/intltool' into trunk
"Xi Ruoyao" ([email protected] via blfs-dev Mailing List) <[email protected]> Tue, 21 Apr 2026 22:22:18 +0800
| Newsgroups | gmane.linux.lfs.beyond.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format...
------------=_1776781349-1253-25286
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
On Tue, 2026-04-21 at 12:27 +0000, Git Owner wrote:
> =C2=A0=C2=A0=C2=A0 Merge branch 'xry111/intltool' into trunk
> =C2=A0=C2=A0=C2=A0=20
> =C2=A0=C2=A0=C2=A0 intltool and XML::Parser have been removed from LFS, s=
o it is
> =C2=A0=C2=A0=C2=A0 time to merge this branch. Normally, all dependencies =
on
> =C2=A0=C2=A0=C2=A0 intltool are covered, but nothing is sure about depend=
encies
> =C2=A0=C2=A0=C2=A0 on XML::Parser only. It may be hard to discover all of=
them
> =C2=A0=C2=A0=C2=A0 since it is possible that XML::Parser be needed ony for
> =C2=A0=C2=A0=C2=A0 documentation, that we don't always build.
I attempted to get all dependencies of Perl modules on XML::Parser with:
curl > xml-parser-revdep.json -XPOST https://fastapi.metacpan.org/v1/releas=
e/_search -d '{
"size" : 5000,
"fields" : [ "distribution" ],
"query" : {
"bool" : {
"must" : [
{ "term" : { "dependency.module" : "XML::Parser" } },
{ "term" : { "maturity" : "released" } },
{ "term" : { "status" : "latest" } }
]
}
}
}' | (for i in $(grep -r '"distribution"' /dev/stdin | cut -d ':' -f 2 | gr=
ep '[-A-Za-z0-9_]*' -o | sort | uniq | tr '[:upper:]' '[:lower:]' | sed 's=
/^.*$/perl-&.xml/' ); do find ~/git-repos/blfs -name $i; done)
Surprisingly the only match is archive/perl-xml-sax-expat.xml. It seems
too good to be true so I'm unsure if my approach is wrong...
--=20
Xi Ruoyao <[email protected]>
------------=_1776781349-1253-25286
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
--
http://lists.linuxfromscratch.org/sympa/info/blfs-dev
Unsubscribe: See the above information page
------------=_1776781349-1253-25286--