Changeset 7745345
- Timestamp:
- 02/11/2014 09:44:10 AM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8bd6989d
- Parents:
- 6c6e1f83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
r6c6e1f83 r7745345 110 110 <para role="optional"> 111 111 <xref linkend="bluez"/>, 112 <xref linkend="gdb"/> , and112 <xref linkend="gdb"/> (required for some tests), and 113 113 <ulink url="http://www.valgrind.org/">Valgrind</ulink> 114 114 </para> … … 168 168 <para> 169 169 The test suite must be run separately from the build, either before or 170 after the package is installed. Do not install the package, after running171 the test suite. To install the package, you need to start with a fresh or172 clean source tree. For the test, you also need a clean source code, so173 either start by removing the source code directory and starting over,by174 uncompressing the source tarball or by running175 <command>make clean</command>. Then configure again,176 adding <quote>--with-pydebug</quote> to the <command>configure</command>177 switches above, run <command>make</command>, then178 <command>make test</command>.179 Remember that some tests fail, if notrun in an X terminal.170 after the package is built and installed. Do not run 171 <command>make install</command>, after running the test suite. To build 172 and install the package, you need to start with a fresh or clean source 173 tree. For the test, you also need a clean source code, so either start by 174 removing the source code directory and starting over, by uncompressing 175 the source tarball or by running <command>make clean</command>. Then 176 configure again, adding <quote>--with-pydebug</quote> to the 177 <command>configure</command> switches above, run <command>make</command>, 178 then <command>make test</command>. Remember that some tests fail, if not 179 run in an X terminal. 180 180 </para> 181 181
Note:
See TracChangeset
for help on using the changeset viewer.