Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: do-release-upgrade fails

  1. #11
    Join Date
    Jan 2007
    Location
    /dev/random
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: do-release-upgrade fails

    Okay, so for what it's worth - this seemed to solve the problem. I removed the following packages which seemed to be orphaned.

    python-smartpm
    python-software-properties
    update-notifier-common
    libmpfr1ldbl
    zlibc
    libdjvulibre-text

    Now do-release-upgrade doesn't immediately spit out the original error. I will attempt the upgrade later tonight and see how it goes.
    Sturgeon's Law: Ninety percent of everything is crap.

  2. #12
    Join Date
    Jun 2012
    Beans
    1

    Re: do-release-upgrade fails

    Also you can try this:
    In file /usr/lib/python2.6/dist-packages/UpdateManager/Core/DistUpgradeFetcherCore.py
    between lines #33 and #34:
    import sys
    import GnuPGInterface
    add line:
    sys.path.append('/usr/share/pyshared/')

    So finally you need to see next lines:
    import sys
    sys.path.append('/usr/share/pyshared/')
    import GnuPGInterface

    This should help if module python-gnupginterface was installed.

  3. #13
    Join Date
    Jan 2007
    Location
    /dev/random
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: do-release-upgrade fails

    Thanks for the suggestion, I'll try it later this evening!

    Quote Originally Posted by ASedinkin View Post
    Also you can try this:
    In file /usr/lib/python2.6/dist-packages/UpdateManager/Core/DistUpgradeFetcherCore.py
    between lines #33 and #34:
    import sys
    import GnuPGInterface
    add line:
    sys.path.append('/usr/share/pyshared/')

    So finally you need to see next lines:
    import sys
    sys.path.append('/usr/share/pyshared/')
    import GnuPGInterface

    This should help if module python-gnupginterface was installed.
    Sturgeon's Law: Ninety percent of everything is crap.

  4. #14
    Join Date
    Mar 2008
    Location
    Canada
    Beans
    250
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: do-release-upgrade fails

    You can try this to solve the python interface error:

    Code:
     cp /usr/share/pyshared/GnuPGInterface.py /usr/lib/python2.6/
    reference: http://ulm.ccc.de/pipermail/ssls-dev...ry/000051.html
    Last edited by alecz20; September 5th, 2012 at 04:24 PM. Reason: added reference

  5. #15
    Join Date
    Mar 2008
    Beans
    89
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: do-release-upgrade fails

    Quote Originally Posted by alecz20 View Post
    You can try this to solve the python interface error:

    Code:
     cp /usr/share/pyshared/GnuPGInterface.py /usr/lib/python2.6/
    reference: http://ulm.ccc.de/pipermail/ssls-dev...ry/000051.html
    I had the same problem and your suggestion fixed my problem. Thx.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •