Changeset e9cab664
- Timestamp:
- 06/24/2017 11:13:15 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9401155
- Parents:
- 7dcab6e
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7dcab6e re9cab664 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 2 3rd&year;">9 <!ENTITY releasedate "June 24th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/gcc.xml
r7dcab6e re9cab664 59 59 60 60 <para> 61 The 5.1.0 version of GCC introduces an incompatible ABI change in the 62 C++ library <filename>libstdc++.so</filename>. This does not prevent 63 using programs compiled with the previous version of <application>GCC 64 </application>, since both old and new symbols are available in the 65 library. But compiling, with the new version, programs which use 66 libraries compiled with the old version is likely to give errors. So, 67 if you are upgrading from any previous version prior to 5.1.0, you have 68 two solutions: 69 recompile all the libraries with the new version, or use the <option> 70 --with-default-libstdcxx-abi</option> switch to configure. 61 Some system headers need to be fixed to be used with GCC. This is done 62 during the installation of GCC, and the <quote>fixed</quote> headers 63 are installed in <filename class="directory"> 64 /usr/lib/gcc/<machine triplet>/<GCC version>/include-fixed 65 </filename>. This is harmless if GCC is built during the LFS stage. But 66 if you reinstall GCC in BLFS, some of the BLFS packages may be 67 <quote>fixed</quote>. If one of those packages is reinstalled 68 afterwards, the <quote>fixed</quote> headers are not updated, which may 69 lead to version mismatches. In case that happens, the 70 <quote>fixed</quote> headers must be updated by running (as 71 <systemitem class="username">root</systemitem>): 72 <command> 73 /usr/libexec/gcc/x86_64-pc-linux-gnu/7.1.0/install-tools/mkheaders 74 </command>. The machine triplet may be different on a 32bit system. 71 75 </para> 72 76 </caution> -
introduction/welcome/changelog.xml
r7dcab6e re9cab664 43 43 --> 44 44 <listitem> 45 <para>June 24th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Add an explanation about updating the files in 49 GCC's "include-fixed" directory.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update to apache-2.4.26. Fixes 53 <ulink url="&blfs-ticket-root;9372">#9372</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 45 59 <para>June 23rd, 2017</para> 46 60 <itemizedlist> -
packages.ent
r7dcab6e re9cab664 475 475 <!-- Part V --> 476 476 <!-- Chapter 20 --> 477 <!ENTITY apache-version "2.4.2 5">477 <!ENTITY apache-version "2.4.26"> 478 478 <!ENTITY proftpd-version "1.3.6"> 479 479 <!ENTITY vsftpd-version "3.0.3"> -
server/major/apache.xml
r7dcab6e re9cab664 8 8 "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2"> 9 9 <!ENTITY apache-download-ftp " "> 10 <!ENTITY apache-md5sum " 2826f49619112ad5813c0be5afcc7ddb">11 <!ENTITY apache-size "6. 1MB">12 <!ENTITY apache-buildsize " 76MB">13 <!ENTITY apache-time "0. 7SBU">10 <!ENTITY apache-md5sum "d4d47749a44461cb2e6c9d78a22b522b"> 11 <!ENTITY apache-size "6.2 MB"> 12 <!ENTITY apache-buildsize "118 MB"> 13 <!ENTITY apache-time "0.8 SBU"> 14 14 ]> 15 15 … … 80 80 <ulink url="&patch-root;/httpd-&apache-version;-blfs_layout-1.patch"/> 81 81 </para> 82 </listitem>83 <listitem>84 <para>Required patch: <ulink url="&patch-root;/httpd-&apache-version;-openssl-1.1.0-1.patch"/></para>85 82 </listitem> 86 83 </itemizedlist> … … 140 137 <screen><userinput> 141 138 patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch && 142 patch -Np1 -i ../httpd-&apache-version;-openssl-1.1.0-1.patch &&143 139 144 140 sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &&
Note:
See TracChangeset
for help on using the changeset viewer.