Skip to content

Commit 9b5ecd2

Browse files
Update build status message in the Setup/Building section (#1110)
1 parent 7620395 commit 9b5ecd2

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

getting-started/setup-building.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,20 +183,17 @@ passed into the ``-j`` flag to match the number of cores you have (or if your
183183
version of Make supports it, you can use ``-j`` without a number and Make
184184
will not limit the number of steps that can run simultaneously.).
185185

186-
At the end of the build you should see a success message, possibly followed
186+
At the end of the build you should see a success message, followed
187187
by a list of extension modules that haven't been built because their
188188
dependencies were missing:
189189

190190
.. code-block:: none
191191
192-
Python build finished successfully!
193192
The necessary bits to build these optional modules were not found:
194-
_bz2 _dbm _gdbm
195-
_lzma _sqlite3 _ssl
196-
_tkinter _uuid readline
197-
zlib
198-
To find the necessary bits, look in setup.py in detect_modules()
199-
for the module's name.
193+
_gdbm
194+
To find the necessary bits, look in configure.ac and config.log.
195+
196+
Checked 106 modules (31 built-in, 74 shared, 0 n/a on macosx-13.4-arm64, 0 disabled, 1 missing, 0 failed on import)
200197
201198
If the build failed and you are using a C89 or C99-compliant compiler,
202199
please open a bug report on the `issue tracker`_.

0 commit comments

Comments
 (0)