Gah, again wrong mailing list. Redirecting to lfs-dev. On 02/17/2014 02:04 AM, Armin K. wrote: > On 02/16/2014 09:49 PM, bdu...@higgs.linuxfromscratch.org wrote: >> >> Modified: trunk/BOOK/chapter01/changelog.xml >> ============================================================================== >> --- trunk/BOOK/chapter01/changelog.xml Fri Feb 14 16:40:11 2014 >> (r10468) >> +++ trunk/BOOK/chapter01/changelog.xml Sun Feb 16 12:49:53 2014 >> (r10469) >> @@ -36,6 +36,51 @@ >> </listitem> >> --> >> <listitem> >> + <para>2014-02-16</para> >> + <itemizedlist> >> + <listitem> >> + <para>[bdubbs] - Update to man-pages-3.5.9.</para> >> + </listitem> >> + <listitem> >> + <para>[bdubbs] - Incorporate beta FHS. Add >> + /usr/share/ppd, /usr/libexec, /usr/share/color, >> + /usr/local/share/color, /var/lib/color, and /usr/share/dict. >> + </para> >> + </listitem> >> + <listitem> >> + <para>[bdubbs] - Incorporate beta FHS. Remove overrides >> + for /usr/libexec: coreutils, findutils, gawk, gcc, glibc, >> + inetutils, man-db, and tar. Also fixes >> + <ulink url="&lfs-ticket-root;3498">#3498</ulink>. >> + </para> >> + </listitem> >> + <listitem> >> + <para>[bdubbs] - Incorporate beta FHS. Move grub sbin >> + executables from /usr/sbin to /sbin. >> + </para> >> + </listitem> >> + <listitem> >> + <para>[bdubbs] - Document two new glibc errors in the >> + regression tests. >> + </para> >> + </listitem> >> + <listitem> >> + <para>[bdubbs] - Move man-db after util-linux to satisfy >> + a test dependency. >> + </para> >> + </listitem> >> + <listitem> >> + <para>[bdubbs] - Update automake tests to accomodate util-linux >> + in /tools and to speed the test up. >> + </para> >> + </listitem> >> + <listitem> >> + <para>[bdubbs] - Restore building the flex static library. >> + </para> >> + </listitem> >> + </itemizedlist> >> + </listitem> > > Missing empty line here. > >> + <listitem> >> <para>2014-02-14</para> >> <itemizedlist> >> <listitem> >> Modified: trunk/BOOK/chapter06/creatingdirs.xml >> ============================================================================== >> --- trunk/BOOK/chapter06/creatingdirs.xml Fri Feb 14 16:40:11 2014 >> (r10468) >> +++ trunk/BOOK/chapter06/creatingdirs.xml Sun Feb 16 12:49:53 2014 >> (r10469) >> @@ -18,7 +18,7 @@ >> install -dv -m 0750 /root >> install -dv -m 1777 /tmp /var/tmp >> mkdir -pv /usr/{,local/}{bin,include,lib,sbin,src} >> -mkdir -pv /usr/{,local/}share/{doc,info,locale,man} >> +mkdir -pv /usr/{,local/}share/{color,dict,doc,info,locale,man} > > You've missed /usr/libexec. I am not sure if there's an entry for > /usr/local/libexec though. > >> mkdir -v /usr/{,local/}share/{misc,terminfo,zoneinfo} >> mkdir -pv /usr/{,local/}share/man/man{1..8} >> for dir in /usr /usr/local; do
Now that Ken mentioned it, you should remove compat symlinks for /usr{,/local}/{man,info} since they aren't the part of the standard anymore and any package that uses such directories should be fixed anyways. >> @@ -30,7 +30,7 @@ >> mkdir -v /var/{log,mail,spool} >> ln -sv /run /var/run >> ln -sv /run/lock /var/lock >> -mkdir -pv /var/{opt,cache,lib/{misc,locate},local}</userinput></screen> >> +mkdir -pv >> /var/{opt,cache,lib/{color,misc,locate},local}</userinput></screen> >> >> <para>Directories are, by default, created with permission mode 755, but >> this is not desirable for all directories. In the commands above, two >> > >> Modified: trunk/BOOK/chapter06/glibc.xml >> ============================================================================== >> --- trunk/BOOK/chapter06/glibc.xml Fri Feb 14 16:40:11 2014 (r10468) >> +++ trunk/BOOK/chapter06/glibc.xml Sun Feb 16 12:49:53 2014 (r10469) >> @@ -77,22 +77,12 @@ >> --prefix=/usr \ >> --disable-profile \ >> --enable-kernel=&min-kernel; \ >> - --libexecdir=/usr/lib/glibc \ >> --enable-obsolete-rpc</userinput></screen> >> > > I can still send the updated fhs patch if you like. > >> <variablelist> >> <title>The meaning of the new configure options:</title> >> >> <varlistentry> >> - <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term> >> - <listitem> >> - <para>This changes the location of some auxillary files from the >> - default of <filename class="directory">/usr/libexec</filename> to >> - <filename class="directory">/usr/lib/glibc</filename>.</para> >> - </listitem> >> - </varlistentry> >> - >> - <varlistentry> >> <term><parameter>--enable-obsolete-rpc</parameter></term> >> <listitem> >> <para>Installs NIS and RPC related headers that are not installed >> by >> @@ -156,8 +146,14 @@ >> </listitem> >> >> <listitem> >> + <para>libio/tst-ftell-partial-wide.out fails because it needs a >> locale >> + that has not yet been generated.</para> >> + </listitem> >> + >> + <listitem> >> <para>Other tests known to fail on some architectures are >> posix/bug-regex32, >> - misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, and >> stdio-common/bug22.</para> >> + misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, >> nptl/tst-robust8, >> + and stdio-common/bug22.</para> >> </listitem> >> >> </itemizedlist> >> > > -- Note: My last name is not Krejzi. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page