This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients benjamin.peterson, r.david.murray, serhiy.storchaka
Date 2017-03-04.19:21:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488655279.64.0.490520715338.issue29721@psf.upfronthosting.co.za>
In-reply-to
Content
The message "abort: repository . not found!" is output to stderr three times during the build of Python 2.7. To be more precise, it happens during the build of getbuildinfo.c.

$ touch Modules/getbuildinfo.c
$ make -s
abort: repository . not found!
abort: repository . not found!
abort: repository . not found!
libpython2.7.a(posixmodule.o): у функції «posix_tmpnam»:
/home/serhiy/py/cpython2.7/./Modules/posixmodule.c:7614: попередження: the use of `tmpnam_r' is dangerous, better use `mkstemp'
libpython2.7.a(posixmodule.o): у функції «posix_tempnam»:
/home/serhiy/py/cpython2.7/./Modules/posixmodule.c:7561: попередження: the use of `tempnam' is dangerous, better use `mkstemp'
building dbm using gdbm

Python build finished, but the necessary bits to build these modules were not found:
_bsddb             bsddb185           sunaudiodev     
To find the necessary bits, look in setup.py in detect_modules() for the module's name.

All works correctly when build Python 3.x.

This looks related to issue12346.
History
Date User Action Args
2017-03-04 19:21:19serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, r.david.murray
2017-03-04 19:21:19serhiy.storchakasetmessageid: <1488655279.64.0.490520715338.issue29721@psf.upfronthosting.co.za>
2017-03-04 19:21:19serhiy.storchakalinkissue29721 messages
2017-03-04 19:21:19serhiy.storchakacreate