Comment 24 for bug 882062

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Alejandro, I've hit a snag while building the precise ubuntuone-storage-protocol update:

dh --with=python2 clean
   dh_testdir
   dh_auto_clean
Traceback (most recent call last):
  File "setup.py", line 29, in <module>
    from ubuntuone.storageprotocol.context import ssl_cert_location
  File "/home/mdeslaur/work/ubuntuone-storage-protocol/precise/ubuntuone-storage-protocol-3.0.0/ubuntuone/storageprotocol/context.py", line 63, in <module>
    'UbuntuOne-Go_Daddy_Class_2_CA.pem'), 'r').read())
IOError: [Errno 2] No such file or directory: '/etc/ssl/certs/UbuntuOne-Go_Daddy_Class_2_CA.pem'
dh_auto_clean: python setup.py clean -a returned exit code 1
make: *** [clean] Error 1

setup.py causes the cert to be imported, but it cannot be imported while the package builds.