From 55b3f6244941e2bc22ebcb452377d2b0e709ded4 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 21 Oct 2008 22:40:54 +0000 Subject: [PATCH] Add GMP & MPFR package dependencies, and remove Mktemp dependencies. Fixes #2218. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 83 +++++++++++++++++++++++++------------ chapter01/changelog.xml | 6 +++ 2 files changed, 62 insertions(+), 27 deletions(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index ee117521a..edf655271 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -563,6 +563,34 @@ + + GMP + + + &dependencies; + + + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, M4, Make, + Sed and Texinfo + + + + + &testsuites; + + + None + + + + + &before; + + + MPFR, GCC + + + Grep @@ -954,33 +982,6 @@ - - Mktemp - - - &dependencies; - - - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Patch, and Sed - - - - - &testsuites; - - - No testsuite available - - - - - &before; - - - None - - - Module-Init-Tools @@ -1009,6 +1010,34 @@ + + MPFR + + + &dependencies; + + + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, GMP, + Make, Sed and Texinfo + + + + + &testsuites; + + + None + + + + + &before; + + + GCC + + + Ncurses diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 60aafa264..ccc78d517 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ 2008-10-21 + + [matthew] - Added dependency information for GMP and MPFR + packages. Thanks to Chris Staub for the patch. Also, removed + dependency information for Mktemp. Thanks to William Immendorf for + the report. Fixes #2218. + [dj] - Updated list of minimum installed locales for testsuite coverage in Chapter 6 GLibc instructions.