Changeset fbb96eb6 for general/sysutils/systemd.xml
- Timestamp:
- 12/05/2019 06:46:53 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0a2d9ff
- Parents:
- 9cab13a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/systemd.xml
r9cab13a rfbb96eb6 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 " ca2403fa7dff73afd2e896b4cb25021b">11 <!ENTITY systemd-size " 7.9MB">12 <!ENTITY systemd-buildsize "24 8MB (with tests)">13 <!ENTITY systemd-time " 1.7SBU (with tests)">10 <!ENTITY systemd-md5sum "413121fe918b252ae62310f6fc7c4b32"> 11 <!ENTITY systemd-size "8.1 MB"> 12 <!ENTITY systemd-buildsize "240 MB (with tests)"> 13 <!ENTITY systemd-time "2.0 SBU (with tests)"> 14 14 15 15 ]> … … 66 66 </listitem> 67 67 </itemizedlist> 68 68 69 <!-- 69 70 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 70 71 <itemizedlist spacing="compact"> … … 76 77 </listitem> 77 78 </itemizedlist> 78 79 --> 79 80 <bridgehead renderas="sect3">systemd Dependencies</bridgehead> 80 81 … … 129 130 <sect2 role="installation"> 130 131 <title>Installation of systemd</title> 131 132 <!-- 243-244 is now supported, so let's comment this for now. 132 133 <warning><para>This version of systemd is incompatible with all previous 133 134 releases. The BLFS team does not recommend updating in place, and suggests 134 135 that you do a rebuild instead.</para></warning> 135 136 --> 137 138 <!-- No longer needed --> 139 <!-- 136 140 <para>Apply a patch to fix several bugs discovered after release:</para> 137 141 138 142 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen> 143 --> 139 144 140 145 <para>Remove an unneeded group, … … 142 147 rules:</para> 143 148 144 <screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules /50-udev-default.rules.in</userinput></screen>149 <screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in</userinput></screen> 145 150 146 151 <para> … … 168 173 -Drpmmacrosdir=no \ 169 174 -Db_lto=false \ 170 -Dgnutls=false \171 175 .. && 172 176 173 177 ninja</userinput></screen> 174 175 <!-- GnuTLS support is disabled due to a bug with 3.6.9. systemd already176 supports OpenSSL. -->177 178 178 179 <note> … … 185 186 186 187 <para> 187 To test the results, issue: <command>ninja test</command>. One test,188 To test the results, issue: <command>ninja test</command>. <!--One test, 188 189 <filename>udev-test</filename> (test 273) fails due to changes in 189 190 the Linux 5.3+ kernel. It does not affect the package's 190 functionality. 191 functionality. NO LONGER APPLICABLE AS OF 244 --> 191 192 </para> 192 193
Note:
See TracChangeset
for help on using the changeset viewer.