Changeset 0bd9c19
- Timestamp:
- 09/15/2017 05:30:09 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 572553b
- Parents:
- 3797abc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3797abc r0bd9c19 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 "09"> <!-- 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 "September 1 4th, &year;">9 <!ENTITY releasedate "September 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/bluez.xml
r3797abc r0bd9c19 102 102 <para> 103 103 If you are building this package to use bluetooth devices (rather than as a 104 build dependency), enable the following options in the kernel configuration 104 build dependency), enable the following options in the kernel configuration, 105 also the options below the next paragraph if you intend to run the tests, 105 106 and recompile the kernel if necessary: 106 107 </para> 107 108 108 <!-- FIXME this needs something else in CONFIG_CRYPTO_ to stop the test-gatt109 unit test timing out and then segfaulting (see comment re make check) -->110 109 <screen><literal>[*] Networking support ---> [CONFIG_NET] 111 110 </M> Bluetooth subsystem support ---> [CONFIG_BT] … … 121 120 <*/M> RF switch subsystem support ---> [CONFIG_RFKILL]</literal></screen> 122 121 122 <para> 123 If you wish to run the testsuite (even if treating this package as a build 124 dependency), you will need to enable the following options in the kernel 125 configuration and recompile the kernel if necessary: 126 </para> 127 128 <screen><literal>[*] Networking support ---> [CONFIG_NET] 129 -*- Cryptographic API ---> [CONFIG_CRYPTO] 130 </M> User-space interface for hash algorithms [CONFIG_CRYPTO_USER_API_HASH] 131 </M> User-space interface for symmetric key cipher algorithms [CONFIG_CRYPTO_USER_API_SKCIPHER]</literal></screen> 132 123 133 <indexterm zone="bluez bluez-kernel"> 124 134 <primary sortas="d-bluez">bluez</primary> … … 156 166 <para> 157 167 To test the results, issue: <userinput>make check</userinput>. 158 One test (unit/test-gatt) may fail with a segmentation fault.159 This appears to happen if one of the kernel CONFIG_CRYPTO_160 items is not set, but the exact item has not been determined.161 168 </para> 162 169 -
introduction/welcome/changelog.xml
r3797abc r0bd9c19 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>September 15th, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[ken] - Update the kernel config requirements for 50 testing bluez. Fixes 51 <ulink url="&blfs-ticket-root;9765">#9765</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 44 56 <listitem> 45 57 <para>September 14th, 2017</para>
Note:
See TracChangeset
for help on using the changeset viewer.