From jd1008 at gmail.com Sat May 4 18:20:20 2013 From: jd1008 at gmail.com (JD) Date: Sat, 04 May 2013 10:20:20 -0600 Subject: [Compiler-sig] Build question Message-ID: <51853544.1040509@gmail.com> I built Python 3 from source code on Centos 6.4 I configured as follows: ./configure --prefix=/usr --enable-shared --enable-loadable-sqlite-extensions --disable-ipv6 --enable-big-digits=30 --with-universal-archs=all --with-system-expat --with-system-ffi --with-threads --with-doc-strings --with-pymalloc --with-valgrind --with-fpectl --with-cxx-main=/usr/bin/g++ and ran make. it built, but with theseexceptions: Python build finished, but the necessary bits to build these modules were not found: _bz2 _curses _curses_panel _dbm _gdbm _lzma _sqlite3 _ssl _tkinter readline To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _elementtree pyexpat Could someone please tell mewhat I need to install to make these modules to be built? From jd1008 at gmail.com Sun May 5 21:10:38 2013 From: jd1008 at gmail.com (JD) Date: Sun, 05 May 2013 13:10:38 -0600 Subject: [Compiler-sig] Buikilding Python 3.3 stuck in test Message-ID: <5186AEAE.8050709@gmail.com> I ran a build of python 3.3 from source rpm. It got stuck in the process /home/jd/rpmbuild/BUILD/Python-3.3.0/build/debug/python -m test.regrtest --verbose --findleaks It was stuck like this from around 11PM last night until 11:30 AM today. So I killed the above process with sigghup, but that also killed the whole rpmbuild process. No binary rpm's were created. How do I get around this problem?