[lfs] branch trunk updated: xml-parser: fix two typos and note you may skip this package
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <177471408184.29954.13587380957637013353@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new f93d52905 xml-parser: fix two typos and note you may skip this package
f93d52905 is described below
commit f93d529056121aab386bd3e752708d99e0191153
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Mar 29 00:07:34 2026 +0800
xml-parser: fix two typos and note you may skip this package
---
chapter08/xml-parser.xml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/chapter08/xml-parser.xml b/chapter08/xml-parser.xml
index 565c80f60..9f95ae90b 100644
--- a/chapter08/xml-parser.xml
+++ b/chapter08/xml-parser.xml
@@ -43,16 +43,23 @@
<note>
<para>This package is scheduled to move to BLFS. Until that can be
- done, two Python modules need to be added. To do that, we also
+ done, two Perl modules need to be added. To do that, we also
have to enable DNS by temporarily adding /etc/resolv.conf.</para>
<screen><userinput role="nodump">cat > /etc/resolv.conf << EOF
nameserver 8.8.8.8
nameserver 8.8.4.4
EOF</userinput></screen>
+
+ <para>Alternatively, you may skip this package and the next package
+ (intltool) as nothing else in LFS needs them. When you build a BLFS
+ package requiring XML::Parser or intltool, install those modules
+ following <ulink
+ url='&blfs-book;general/perl-deps.html#perl-file-sharedir'>the
+ BLFS instruction</ulink>, and then install this package.</para>
</note>
- <para>Now add two Python modules:</para>
+ <para>Now add two Perl modules:</para>
<screen><userinput remap="pre">yes | cpan -i File::ShareDir
yes | cpan -i File::ShareDir::Install</userinput></screen>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page