checkbox fails to start on Samsung NC10

Bug #337384 reported by Manoj Iyer
2
Affects Status Importance Assigned to Milestone
checkbox-compatibility
Fix Released
High
Marc Tardif
checkbox (Ubuntu)
Fix Released
High
Marc Tardif
Jaunty
Fix Released
High
Marc Tardif

Bug Description

I installed checkbox from the certification website on Jaunty Alpha5 running on a Samsung NC10. When I run checkbox I get the following error.

$ sudo checkbox-compatibility-gtk
[sudo] password for manjo:
/usr/lib/python2.6/dist-packages/checkbox/lib/safe.py:20: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
$

Revision history for this message
Matt Zimmerman (mdz) wrote :

That's only a warning. If it's failing to start, it must be for some other reason. This looks a little bit like bug 334896

Revision history for this message
Henrik Nilsen Omma (henrik) wrote :

Could also be a result of the Python update. We've changed the compatibility packages to fix the issue.

Manoj, could you try with the current version?

Changed in checkbox (Ubuntu):
assignee: nobody → schwuk
importance: Undecided → High
status: New → Incomplete
Changed in checkbox-compatibility:
importance: Undecided → High
status: New → Incomplete
Revision history for this message
Manoj Iyer (manjo) wrote :

I tried the latest checkbox that cr3 pointed me to and I can confirm that this works on the NC10, I was able to complete the certification and submit to the website.

Revision history for this message
Marc Tardif (cr3) wrote :

This has been fixed in version 0.7 of checkbox currently in jaunty:

def safe_md5sum():
    try:
        import hashlib
        digest = hashlib.md5()
    except ImportError:
        # for Python << 2.5
        import md5
        digest = md5.new()

    return digest

Changed in checkbox-compatibility:
assignee: nobody → cr3
Changed in checkbox (Ubuntu Jaunty):
assignee: schwuk → cr3
status: Incomplete → Fix Released
Changed in checkbox-compatibility:
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.