Hello Jeff, Thanks for the pull request. I was able to get this package with the updated patch on my development server without any issues. The following test fail when built within build system:
test_asynchat test_asyncore test_ftplib test_httplib test_nntplib test_poplib test_smtplib test_socket test_telnetlib All of the test fail when attempting socket. I am still investigating and will update this bug when more information becomes available. -Ben -- You received this bug notification because you are a member of IUS Core Development, which is subscribed to IUS Community Project. https://bugs.launchpad.net/bugs/1320912 Title: python 2.7 crypt module is broken Status in IUS Community Project: New Bug description: The standard lib crypt module is broken on Python 2.7 running on CentOS 6.5. ---- $ python2.7 Python 2.7.6 (default, Nov 11 2013, 12:28:11) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import crypt Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /usr/lib64/python2.7/lib-dynload/cryptmodule.so: undefined symbol: crypt >>> quit() ---- ---- $ rpm -qa|grep ius git18-1.8.5.5-2.ius.centos6.x86_64 python27-2.7.6-1.ius.centos6.x86_64 ius-release-1.0-11.ius.centos6.noarch perl-Git18-1.8.5.5-2.ius.centos6.noarch python27-libs-2.7.6-1.ius.centos6.x86_64 python27-devel-2.7.6-1.ius.centos6.x86_64 ---- We are doing more research to determine exactly why it's broken, but wanted to report it for you. To manage notifications about this bug go to: https://bugs.launchpad.net/ius/+bug/1320912/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~ius-coredev Post to : [email protected] Unsubscribe : https://launchpad.net/~ius-coredev More help : https://help.launchpad.net/ListHelp

