Changeset 1665413
- Timestamp:
- 08/15/2018 01:36:24 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- 048b9a46
- Parents:
- b69e5dc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb69e5dc r1665413 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 1 4th, &year;">9 <!ENTITY releasedate "August 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/dbus.xml
rb69e5dc r1665413 7 7 <!ENTITY dbus-download-http "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz"> 8 8 <!ENTITY dbus-download-ftp " "> 9 <!ENTITY dbus-md5sum " 2764bf150e5aa8005b7bc0d6c388756a">9 <!ENTITY dbus-md5sum "c3e12b4206e2a7da39d7cc42567790ef"> 10 10 <!ENTITY dbus-size "2.0 MB"> 11 <!ENTITY dbus-buildsize " 16 MB (add 25MB for the tests)">12 <!ENTITY dbus-time "0.2 SBU (add 2.0SBU for the tests)">11 <!ENTITY dbus-buildsize "21 MB (add 8 MB for the tests)"> 12 <!ENTITY dbus-time "0.2 SBU (add 0.8 SBU for the tests)"> 13 13 ]> 14 14 … … 107 107 <xref linkend="dbus-glib"/>, 108 108 <xref linkend="dbus-python"/>, 109 <xref linkend="pygobject 2"/> (built with gobject-introspection support),109 <xref linkend="pygobject3"/>, 110 110 and <xref linkend="valgrind"/>; 111 111 … … 143 143 </para> 144 144 145 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 145 <screen revision="sysv"><userinput> 146 ./configure --prefix=/usr \ 146 147 --sysconfdir=/etc \ 147 148 --localstatedir=/var \ … … 238 239 The dbus tests cannot be run until after <xref linkend="dbus-glib"/> has 239 240 been installed. They must be run as an unprivileged user from a local 240 session with bus address. If you want to run only 241 the unit tests, replace, below, <parameter>--enable-tests</parameter> by 242 <parameter>--enable-embedded-tests</parameter>, otherwise, <xref 243 linkend="dbus-python"/> has to be installed, before. The tests require 244 passing additional parameters to <command>configure</command> and 245 exposing additional functionality in the binaries. These interfaces are 246 not intended to be used in a production build of 241 session with bus address. To run the standard tests issue 242 <command>make check</command>. 243 </para> 244 245 <para> 246 If you want to run the unit regression tests, configure requires 247 additional parameters which expose additional functionality in the 248 binaries that are not intended to be used in a production build of 247 249 <application>D-Bus</application>. If you would like to run the tests, 248 250 issue the following commands (for the tests, you don't need to build the … … 259 261 260 262 <para> 261 The <quote>estimated disk space required</quote> reported above is 262 obtained in a build using the switches disabling documents generation. 263 This and the use of the <command>make distclean</command> command implies 264 that the build directory size is smaller than the one for a full build 265 with documents generated. 266 </para> 267 <!-- 268 <para> 269 If <command>run-test.sh</command> fails, it can be disabled with the 270 following sed, before running the commands for the tests: 271 </para> 272 273 <screen><userinput>sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in</userinput></screen>--> 274 275 <para> 276 There has been a report that the tests may fail if running inside a 277 Midnight Commander shell. You may get out-of-memory error messages when 278 running the tests. These are normal and can be safely ignored. 263 The test <command>test-bus.sh</command> is known to fail. There has also 264 been reports that the tests may fail if running inside a Midnight 265 Commander shell. You may get out-of-memory error messages when running 266 the tests. These are normal and can be safely ignored. 279 267 </para> 280 268 … … 336 324 <para> 337 325 <parameter>--enable-tests</parameter>: Build extra parts of the code to 338 support all tests. Configure will end with a NOTE warning about increased 339 size of libraries and decreased security. 326 support all tests. Do not use on a production build. 340 327 </para> 341 328 342 329 <para> 343 330 <option>--enable-embedded-tests</option>: Build extra parts of the 344 code to support only unit tests. Configure will end with a NOTE warning 345 about increased size of libraries and decreased security. 331 code to support only unit tests. Do not use on a production build. 346 332 </para> 347 333 -
introduction/welcome/changelog.xml
rb69e5dc r1665413 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>August 15th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to dbus-1.12.10. Fixes 49 <ulink url="&blfs-ticket-root;10988">#10988</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>August 14th, 2018</para> -
packages.ent
rb69e5dc r1665413 270 270 <!ENTITY cpio-version "2.12"> 271 271 <!ENTITY cups-pk-helper-version "0.2.6"> 272 <!ENTITY dbus-version "1.12. 8"> <!-- Even minors only -->272 <!ENTITY dbus-version "1.12.10"> <!-- Even minors only --> 273 273 <!ENTITY eudev-version "1.7"> 274 274 <!ENTITY fcron-version "3.2.1">
Note:
See TracChangeset
for help on using the changeset viewer.