New submission from Serhiy Storchaka: 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. ---------- components: Build messages: 288991 nosy: benjamin.peterson, r.david.murray, serhiy.storchaka priority: normal severity: normal status: open title: "abort: repository . not found!" during the build of Python 2.7 type: compile error versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29721> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com