OSDN Git Service

[LFS-SVN] SVN-20210326, チェンジセット 12172-12175 対応。
authormatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Mon, 29 Mar 2021 00:47:59 +0000 (00:47 +0000)
committermatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Mon, 29 Mar 2021 00:47:59 +0000 (00:47 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@1363 d6661c75-0afd-443a-aae1-cb31083e41e8

lfsbook/src/appendices/dependencies.ch
lfsbook/src/chapter01/jchangelog.ch
lfsbook/src/chapter03/packages.ch
lfsbook/src/chapter06/file.ch
lfsbook/src/chapter08/file.ch

index 7e0cd6c..37bccca 100644 (file)
           <seg>なし</seg>
 @z
 @x
-          <seg>None</seg>
+            <ulink url="&blfs-root;/view/stable/general/libseccomp.html">Libseccomp</ulink>
 @y
-          <seg>なし</seg>
+            <ulink url="&blfs-root;/view/stable/general/libseccomp.html">Libseccomp</ulink>
 @z
 
 %----------------------------------------------------------------------
index 36e8ec1..9eeb570 100644 (file)
 -->
 
    <listitem>
+      <para>2021-03-29</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          <phrase revision="sysv">SVN-20210326</phrase>
+          <phrase revision="systemd">20210326-systemd</phrase>,
+          チェンジセット
+          <ulink url="&lfs-rev-root;12172">12172</ulink> ~
+          <ulink url="&lfs-rev-root;12175">12175</ulink>
+          対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2021-03-27</para>
       <itemizedlist>
         <listitem>
index 8761319..d5b6a24 100644 (file)
         <para>&Download;: <ulink url="&file-url;"/></para>
 @z
 
-@x
-          <para>File (&file-version;) may no longer be available at the
-          listed location. The site administrators of the master download
-          location occasionally remove older versions when new ones are
-          released. An alternative download location that may have the correct
-          version available can also be found at: <ulink
-          url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para>
-@y
-          <para>
-          File パッケージ (&file-version;) は上記の場所から入手できなくなっているかもしれません。
-          これはサイト管理者が、新バージョンのリリースと同時に古いバージョンを削除することがあるためです。
-          適切なバージョンを&Download;するためには、以下に示す別のサイトを参照してください。
-          <ulink url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>
-          </para>
-@z
-
 @x findutils
         <para>Home page: <ulink url="&findutils-home;"/></para>
         <para>Download: <ulink url="&findutils-url;"/></para>
index d94b157..248d523 100644 (file)
     <para>&CompileThePackage;</para>
 @z
 
-%@x
-%    <para>Compilation is now complete. As discussed earlier, running the test
-%    suite is not mandatory for the temporary tools here in this chapter. To run
-%    the File test suite anyway, issue the following command:</para>
-%@y
-%    <para>
-%    コンパイルが終了しました。
-%    前にも述べたように、この章にて一時的ツールのテストスイートを実行することは必須ではありません。
-%    しかしテストスイートを実行するなら、以下を実行します。
-%    </para>
-%@z
-
 @x
     <para>Install the package:</para>
 @y
 @z
 
 @x
+    <para>Move a shared library into its final location in the LFS system,
+    and recreate the symlink for it:</para>
+@y
+    <para>
+    共有ライブラリを 最終の LFS システムにおけるディレクトリに移動させて、これに対するシンボリックリンクを再生成します。
+    </para>
+@z
+
+@x
     <para>Details on this package are located in <xref linkend="contents-file" role="."/></para>
 @y
     <para>
index 1bc1449..fc49da3 100644 (file)
 @z
 
 @x
+    <para><command>/bin/more</command> from util-linux will link to
+    <filename class="libraryfile">libmagic.so</filename>, so the shared
+    library should be moved to <filename class="directory">/lib</filename>,
+    and as a result the
+    <filename class="extension">.so</filename> file in
+    <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
+@y
+    <para>
+    util-linux の <command>/bin/more</command> は <filename
+    class="libraryfile">libmagic.so</filename> にリンクされます。
+    したがって共有ライブラリは <filename
+    class="directory">/lib</filename> に移動させます。
+    その結果 <filename class="directory">/usr/lib</filename> にある <filename
+    class="extension">.so</filename> ファイルは再生成が必要になります。
+    </para>
+@z
+
+@x
     <title>Contents of File</title>
 @y
     <title>&ContentsOf1;File&ContentsOf2;</title>