Changeset 229d069
- Timestamp:
- 05/20/2021 03:41:12 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d3ad4c0f
- Parents:
- e9b9a70
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc.xml
re9b9a70 r229d069 7 7 <!ENTITY gcc-download-http "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz"> 8 8 <!ENTITY gcc-download-ftp "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz"> 9 <!ENTITY gcc-md5sum " e9fd9b1789155ad09bcf3ae747596b50">10 <!ENTITY gcc-size "7 2MB">11 <!ENTITY gcc-buildsize " 8.3 GB (2.8 GB installed with all listed languages; add 1.1GB for tests)">12 <!ENTITY gcc-time "2 4 SBU (with parallelism=4, add 51SBU for tests with parallelism=4)">9 <!ENTITY gcc-md5sum "77f6252be0861ab918042acf42bc10ff"> 10 <!ENTITY gcc-size "75 MB"> 11 <!ENTITY gcc-buildsize "10.1 GB (2.4 GB installed with all listed languages; add 1.3 GB for tests)"> 12 <!ENTITY gcc-time "28 SBU (with parallelism=4, add 73 SBU for tests with parallelism=4)"> 13 13 ]> 14 14 … … 151 151 installation process will overwrite your existing 152 152 <application>GCC</application> C and C++ compilers and libraries. 153 Having the <application>Tcl</application>,153 <!--Having the <application>Tcl</application>, 154 154 <application>Expect</application> and <application>DejaGnu</application> 155 155 packages installed before beginning the build is highly recommended so 156 you can run the full suite of tests. 156 you can run the full suite of tests.--> 157 Running the full squite of tests is recommended. 157 158 </para> 158 159 … … 204 205 in the <quote>guality</quote> suite, as well as miscellaneous failures 205 206 throughout the rest of the test suite. If all the compilers above are 206 built, there will be around 1 20unexpected failures out of over207 built, there will be around 107 unexpected failures out of over 207 208 468,000 tests. To run the tests, issue: 208 209 </para> … … 276 277 <parameter>--enable-languages=c,c++,d,fortran,go,objc,obj-c++</parameter>: 277 278 This command identifies which languages to build. You may modify 278 this command to remove undesired languages. T woother languages can be279 added, besides ADA (see introduction above):BRIG (add279 this command to remove undesired languages. Three other languages can be 280 added, including ADA, BRIG (add 280 281 <parameter>brig</parameter> to the list of enabled languages), a binary 281 282 format for HSAIL (Heterogeneous System Architecture Intermediate -
general/prog/python3.xml
re9b9a70 r229d069 8 8 "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz"> 9 9 <!ENTITY python3-download-ftp " "> 10 <!ENTITY python3-md5sum " 2a3dba5fc75b695c45cf1806156e1a97">11 <!ENTITY python3-size "1 9MB">12 <!ENTITY python3-buildsize "3 79 MB (add 37 MB for tests)">13 <!ENTITY python3-time "0.5 SBU (using parallelism=4; add 2. 1SBU for tests)">10 <!ENTITY python3-md5sum "71f7ada6bec9cdbf4538adc326120cfd"> 11 <!ENTITY python3-size "18 MB"> 12 <!ENTITY python3-buildsize "355 MB (add 47 MB for tests)"> 13 <!ENTITY python3-time "0.5 SBU (using parallelism=4; add 2.5 SBU for tests)"> 14 14 <!-- 15 15 Note: Size does not reflect docs that were install in LFS. … … 156 156 <para> 157 157 <parameter>--with-system-ffi</parameter>: This switch enables linking 158 against system version of <application>libffi</application>.158 against the system version of <application>libffi</application>. 159 159 </para> 160 160 161 161 <para> 162 162 <parameter>--with-ensurepip=yes</parameter> : This switch enables building 163 <command>pip</command> and <command>setuptools</command> packaging programs. 164 <command>setuptools</command> is needed for building some Python modules. 163 the <command>pip</command> and <command>setuptools</command> packaging 164 programs. <command>setuptools</command> is needed for building some 165 Python modules. 165 166 </para> 166 167 167 168 <para> 168 169 <option>--with-dbmliborder=bdb:gdbm:ndbm</option>: Use this switch 169 if you want to build <application>Python</application> DBM Module170 if you want to build the <application>Python</application> DBM Module 170 171 against <application>Berkeley DB</application> instead of 171 172 <application>GDBM</application>. … … 231 232 2to3-&python3-majorver;, 232 233 234 <!-- 233 235 easy_install-&python3-majorver;, 236 --> 234 237 235 238 idle3 (symlink) and … … 244 247 python3 (symlink); 245 248 python&python3-majorver;, and 246 247 python3 (symlink), and248 python&python3-majorver;249 249 250 250 python3-config (symlink) and … … 280 280 </varlistentry> 281 281 Put here for easy use when removing Python2 --> 282 <!-- 282 283 <varlistentry id="easy_install"> 283 284 <term><command>easy_install</command></term> … … 292 293 </listitem> 293 294 </varlistentry> 294 295 --> 295 296 <varlistentry id="idle3"> 296 297 <term><command>idle3</command></term> -
general/sysutils/systemd.xml
re9b9a70 r229d069 8 8 <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> 9 9 <!ENTITY systemd-download-ftp " "> 10 <!ENTITY systemd-md5sum " b0d6e603b814908acc69db29bbfb023c">11 <!ENTITY systemd-size "9. 4MB">12 <!ENTITY systemd-buildsize "2 73MB (with tests)">13 <!ENTITY systemd-time "2. 1SBU (with tests)">10 <!ENTITY systemd-md5sum "00131adf0e98c1fd8a7fde4eb47f10c8"> 11 <!ENTITY systemd-size "9.8 MB"> 12 <!ENTITY systemd-buildsize "285 MB (with tests)"> 13 <!ENTITY systemd-time "2.2 SBU (with tests)"> 14 14 15 15 ]> … … 83 83 <para> 84 84 Required patch: 85 <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes- 3.patch"/>85 <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/> 86 86 </para> 87 87 </listitem> … … 122 122 <ulink url="https://sourceforge.net/projects/gnu-efi/">gnu-efi</ulink>, 123 123 <ulink url="https://www.kernel.org/pub/linux/utils/kernel/kexec/">kexec-tools</ulink>, 124 <ulink url="https://sourceware.org/elfutils/">libdw</ulink>, 124 125 <ulink url="https://developers.yubico.com/libfido2/">libfido2</ulink>, 125 126 <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>, 126 127 <ulink url="http://lz4.github.io/lz4/">lz4</ulink>, 127 128 <!--<ulink url="http://fukuchi.org/works/qrencode/">qrencode</ulink>,--> 128 <ulink url="https://sourceforge.net/projects/linuxquota/">quota-tools</ulink> and 129 <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> 129 <ulink url="https://sourceforge.net/projects/linuxquota/">quota-tools</ulink>, 130 <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>, and 131 <ulink url="https://tpm2-tss.readthedocs.io/en/latest/">tpm2-tss</ulink> 130 132 </para> 131 133 … … 147 149 148 150 <para> 149 Apply a patch to fix regressions in systemd-networkd and segmentation 150 faults in systemctl, as well as to allow systemd-rfkill to function under 151 Linux-5.11+: 152 </para> 153 154 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-3.patch</userinput></screen> 151 Apply a patch to fix a build issue with meson-0.57.2 and higher, as well 152 as to allow systemd-rfkill to work correctly with Linux-5.11 and higher. 153 </para> 154 155 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen> 155 156 156 157 <para> … … 171 172 172 173 meson --prefix=/usr \ 174 --sysconfdir=/etc \ 175 --localstatedir=/var \ 173 176 -Dblkid=true \ 174 177 -Dbuildtype=release \ … … 178 181 -Dldconfig=false \ 179 182 -Dman=auto \ 180 -Drootprefix= \181 -Drootlibdir=/lib \182 -Dsplit-usr=true \183 183 -Dsysusers=false \ 184 184 -Drpmmacrosdir=no \ … … 266 266 267 267 <para> 268 <parameter>-Dhomed=false</parameter>: Remove a daemon that does not offer268 <parameter>-Dhomed=false</parameter>: Removes a daemon that does not offer 269 269 any use under a traditional BLFS configuration, especially using accounts 270 270 created with useradd. To enable systemd-homed, first ensure that you have -
introduction/welcome/changelog.xml
re9b9a70 r229d069 43 43 --> 44 44 <listitem> 45 <para>May 20th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to GCC-11.1.0. Fixes 49 <ulink url="&blfs-ticket-root;14993">#14993</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to Python-3.9.5. Fixes 53 <ulink url="&blfs-ticket-root;14993">#14993</ulink>.</para> 54 </listitem> 55 <listitem revision="systemd"> 56 <para>[renodr] - Update to systemd-248. Fixes 57 <ulink url="&blfs-ticket-root;14968">#14968</ulink>.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 62 <listitem> 45 63 <para>May 19th, 2021</para> 46 64 <itemizedlist> -
packages.ent
re9b9a70 r229d069 310 310 <!ENTITY strigi-version "0.7.8"> 311 311 <!ENTITY sysstat-version "12.5.3"> 312 <!ENTITY systemd-version "24 7">312 <!ENTITY systemd-version "248"> 313 313 <!--<!ENTITY systemd-stable "6b4878d"> Unused for now --> 314 314 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> … … 341 341 <!ENTITY elfutils-version "0.170"> 342 342 <!ENTITY expect-version "5.45.4"> 343 <!ENTITY gcc-version "10. 2.0">343 <!ENTITY gcc-version "10.3.0"> 344 344 <!ENTITY gc-version "8.0.4"> 345 345 <!ENTITY gdb-version "10.2"> … … 364 364 <!ENTITY python3-major "3"> 365 365 <!ENTITY python3-minor "9"> 366 <!ENTITY python3-patch " 4">366 <!ENTITY python3-patch "5"> 367 367 <!ENTITY python3-majorver "&python3-major;.&python3-minor;"> 368 368 <!ENTITY python3-version "&python3-majorver;.&python3-patch;">
Note:
See TracChangeset
for help on using the changeset viewer.