Changeset 8b0496b


Ignore:
Timestamp:
11/20/2018 02:06:07 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0e9e7c42
Parents:
ebf10d3e
Message:

Various fixes and comments from my last build

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20723 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/prog/doxygen.xml

    rebf10d3e r8b0496b  
    108108      <xref linkend="libxml2"/> (required for the tests),
    109109      <xref linkend="llvm"/> (with clang),
     110      <!-- Can someone check this? With LLVM7, it fails to build. -->
    110111      <xref linkend="python2"/>,
    111112      <xref linkend="qt5"/> (for doxywizard),
  • gnome/applications/network-manager-applet.xml

    rebf10d3e r8b0496b  
    110110      <xref linkend="gc"/> (for linker garbage collection),
    111111      <xref linkend="gnome-bluetooth"/>,
    112       <xref linkend="jansson"/>,
     112      <xref linkend="jansson"/>, and
    113113      <ulink url="&gnome-download-http;/mobile-broadband-provider-info">
    114        mobile-broadband-provider-info</ulink> (runtime), and
    115     <!--  <ulink url="http://www.digip.org/jansson/">Jansson</ulink> (for the team configuration editor) -->
     114       mobile-broadband-provider-info</ulink> (runtime)
    116115    </para>
    117116
     
    156155
    157156    <para>
    158       <parameter>-Denable-team=false</parameter>: This switch disables the team
    159       configuration editor since it requires <application>Jansson</application>
    160       which is not currently in BLFS.
     157      <parameter>-Dteam=false</parameter>: This switch disables the team
     158      configuration editor since it requires <xref linkend="jansson"/>. If
     159      you have Jansson installed, remove this option or set it to "true".
    161160    </para>
    162161
  • gnome/platform/gjs.xml

    rebf10d3e r8b0496b  
    115115      <application>GTK</application> and <application>Cairo</application>
    116116      tests will fail if not running in an Xorg session. Two tests that
    117       use Unicode are known to fail.
     117      use Unicode are known to fail, as C.UTF-8 isn't defined as a locale
     118      in our environment.
    118119    </para>
    119120
  • kde/phonon-backend-gstreamer.xml

    rebf10d3e r8b0496b  
    88  <!ENTITY phonon-backend-gstreamer-download-ftp  " ">
    99  <!ENTITY phonon-backend-gstreamer-md5sum        "b2b0ca327908948ce8cdba117e31bf80">
    10   <!ENTITY phonon-backend-gstreamer-size          "76 KB">
     10  <!ENTITY phonon-backend-gstreamer-size          "80 KB">
    1111  <!ENTITY phonon-backend-gstreamer-buildsize     "4.5 MB">
    1212  <!ENTITY phonon-backend-gstreamer-time          "0.4 SBU">
  • multimedia/audioutils/audacious.xml

    rebf10d3e r8b0496b  
    99  <!ENTITY audacious-download-ftp         " ">
    1010  <!ENTITY audacious-md5sum               "95c79e14c412f274624c6979236a3840">
    11   <!ENTITY audacious-size                 "551K KB">
     11  <!ENTITY audacious-size                 "551 KB">
    1212  <!ENTITY audacious-buildsize            "20 MB (with Gtk user interface)">
    1313  <!ENTITY audacious-time                 "0.3 SBU (with Gtk user interface)">
  • networking/netutils/networkmanager.xml

    rebf10d3e r8b0496b  
    122122      <xref linkend="valgrind"/>,
    123123      <ulink url="http://www.thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
    124 <!--      <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
    125124      <ulink url="https://github.com/Distrotech/libaudit">libaudit</ulink>,
    126125      <ulink url="https://github.com/jpirko/libteam">libteam</ulink>,
     
    157156            --with-libnm-glib              \
    158157            --disable-ppp                  \
    159             --disable-json-validation      \
    160             --disable-ovs                  \
     158            <!--            - -disable-json-validation      \
     159            - -disable-ovs                  \ -->
    161160            --with-udev-dir=/lib/udev      \
    162161            --with-systemdsystemunitdir=no \
     
    172171            --with-libnm-glib                               \
    173172            --disable-ppp                                   \
    174             --disable-json-validation                       \
    175             --disable-ovs                                   \
     173<!--            - -disable-json-validation                       \
     174                - -disable-ovs                                   \ -->
    176175            --with-udev-dir=/lib/udev                       \
    177176            --with-session-tracking=systemd                 \
     
    231230    <para>
    232231      <parameter>--disable-json-validation</parameter>: This parameter allows
    233       building without <application>Jansson</application>, which is needed
     232      building without <xref linkend="jansson"/>, which is needed
    234233      for <quote>team</quote> configuration validation (team is one way
    235       of bonding network interfaces for increased throughput).
     234      of bonding network interfaces for increased throughput). Use it if
     235      you do not have Jansson installed.
    236236    </para>
    237237
     
    239239      <parameter>--disable-ovs</parameter>: This paramenter disables
    240240      <application>Open Virtual Switch</application> support because it
    241       requires <application>Jansson</application> which is not available in
    242       BLFS.
     241      requires <xref linkend="jansson"/>. Use it if you don't have
     242      Jansson installed.
    243243    </para>
    244244
  • networking/netutils/nmap.xml

    rebf10d3e r8b0496b  
    8383      <xref linkend="pygtk"/> (required for <command>zenmap</command>),
    8484      <xref linkend="python2"/> (required for <command>ndiff</command>) and
    85       <xref linkend="subversion"/> (required for <command>nmap-update</command>)
     85      <xref linkend="subversion"/> (required for <command>nmap-update</command>),
     86      and <xref linkend="libssh2"/>
    8687    </para>
    8788
  • postlfs/editors/emacs.xml

    rebf10d3e r8b0496b  
    1111  <!ENTITY emacs-size          "42 MB">
    1212  <!ENTITY emacs-buildsize     "427 MB">
    13   <!ENTITY emacs-time          "0,6 SBU (Using parallelism=4)">
     13  <!ENTITY emacs-time          "0.6 SBU (Using parallelism=4)">
    1414]>
    1515
  • xsoft/office/abiword.xml

    rebf10d3e r8b0496b  
    191191    -i src/text/ptbl/xp/pd_DocumentRDF.cpp &amp;&amp;
    192192
    193 ./configure --prefix=/usr &amp;&amp;
     193./configure --prefix=/usr --without-evolution-data-server &amp;&amp;
    194194make</userinput></screen>
    195195
Note: See TracChangeset for help on using the changeset viewer.