From ff5c009123a8163e90f63dd39aa22ef33fc4dca2 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 25 Jul 2021 22:56:45 +0800 Subject: binutils: workaround empty man pages issue --- chapter01/changelog.xml | 11 +++++++++++ chapter08/binutils.xml | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 527374497..434bf0120 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,17 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + + 2021-07-25 + + + [xry111] - Add workaround to install Binutils-2.37 man pages + correctly. + + + + 2021-07-23 diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index e90f15b42..9b46907e8 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -57,6 +57,13 @@ The system has no more ptys. Ask your system administrator to create more. + A glitch in the building system causes the shipped man pages to + be empty. Workaround the issue and remove the shipped man pages, so the + building system will regenerate man pages correctly: + +sed -i '63d' etc/texi2pod.pl +find -name \*.1 -delete + Now remove one test that prevents the tests from running to completion: -- cgit v1.2.3-54-g00ecf