diff options
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter06/bc.xml | 7 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 12 |
4 files changed, 24 insertions, 15 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bdc8164d0..b070857c3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,20 @@ <para>2017-04-07</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to linnux-4.10.9. Fixes + <ulink url="&lfs-ticket-root;4073">#4073</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to bc-1.07.1. Fixes + <ulink url="&lfs-ticket-root;4074">#4074</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2017-04-07</para> + <itemizedlist> + <listitem> <para>[bdubbs] - Fix an error in bc-1.07. </para> </listitem> </itemizedlist> diff --git a/chapter06/bc.xml b/chapter06/bc.xml index f1791b5b9..2b168fbc0 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -56,11 +56,6 @@ sed -e '$ s/$/0}/' \ -i libmath.h EOF</userinput></screen> - <para>Now fix an error in the code:</para> - -<screen><userinput remap="pre">sed -i "/return (' ')/s/' '/':'/" bc/execute.c</userinput></screen> - - <para>Create temporary symbolic links so the package can find the readline library and confirm that its required libncurses library is available. Even though the libraries are in /tools/lib @@ -99,7 +94,7 @@ ln -sfv libncurses.so.6 /usr/lib/libncurses.so</userinput></screen> <para>Compile the package:</para> -<screen><userinput remap="make">make -j1</userinput></screen> +<screen><userinput remap="make">make</userinput></screen> <para>To test bc, run the commands below. There is quite a bit of output, so you may want to redirect it to a file. There are a very small percentage diff --git a/general.ent b/general.ent index a6c9a426c..10489730c 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170407"> +<!ENTITY version "SVN-20170410"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20170403-systemd"> +<!ENTITY versiond "20170410-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "April 7, 2017"> +<!ENTITY releasedate "April 10, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> diff --git a/packages.ent b/packages.ent index 0004cfe72..1e779d957 100644 --- a/packages.ent +++ b/packages.ent @@ -50,10 +50,10 @@ <!ENTITY bash-ch6-du "56 MB"> <!ENTITY bash-ch6-sbu "1.7 SBU"> -<!ENTITY bc-version "1.07"> -<!ENTITY bc-size "409 KB"> +<!ENTITY bc-version "1.07,1"> +<!ENTITY bc-size "411 KB"> <!ENTITY bc-url "&gnu;bc/bc-&bc-version;.tar.gz"> -<!ENTITY bc-md5 "e91638a947beadabf4d7770bdbb3d512"> +<!ENTITY bc-md5 "cda93857418655ea43590736fc3ca9fc"> <!ENTITY bc-home "&gnu-software;bc/"> <!ENTITY bc-ch6-du "3.6 MB"> <!ENTITY bc-ch6-sbu "0.1 SBU"> @@ -392,12 +392,12 @@ <!ENTITY linux-major-version "4"> <!ENTITY linux-minor-version "10"> -<!ENTITY linux-patch-version "8"> +<!ENTITY linux-patch-version "9"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "92,027 KB"> +<!ENTITY linux-size "92,033 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "b47818fdb9edc22f68c534c2219446b7"> +<!ENTITY linux-md5 "1b0750c97a9f2913f94692bf1399056f"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, |