Ubuntu One hook error, not python3 compatible
Bug #1098128 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu One Client | Status tracked in Trunk | |||||
Packaging-dailies |
Fix Released
|
Undecided
|
dobey | |||
Stable-4-0 |
Triaged
|
Undecided
|
Unassigned | |||
Stable-4-2 |
Fix Released
|
Undecided
|
dobey | |||
Trunk |
Fix Released
|
High
|
dobey | |||
ubuntuone-client (Ubuntu) |
Fix Released
|
High
|
Unassigned | |||
Quantal |
Won't Fix
|
Medium
|
Unassigned | |||
Raring |
Fix Released
|
High
|
Unassigned |
Bug Description
apport hook is missing dependencies?
Traceback (most recent call last):
File "/usr/lib/
exec(
File "/usr/share/
from dirspec.basedir import xdg_cache_home, xdg_config_home
ImportError: No module named 'dirspec'
noticed in bug 1098127
Related branches
lp://staging/~xnox/ubuntuone-client/fix-apport
Rejected
for merging
into
lp://staging/ubuntuone-client
- dobey (community): Disapprove
- Ubuntu One hackers: Pending requested
-
Diff: 14 lines (+4/-0)1 file modifieddata/source_ubuntuone-client.py (+4/-0)
lp://staging/~xnox/ubuntu/raring/ubuntuone-client/fix-apport
Rejected
for merging
into
lp://staging/ubuntu/raring/ubuntuone-client
- dobey (community): Disapprove
- Ubuntu branches: Pending requested
-
Diff: 27 lines (+8/-1)2 files modifieddebian/changelog (+6/-0)
debian/control (+2/-1)
lp://staging/~dobey/ubuntuone-client/apport-broke
- Mike McCracken (community): Approve
- Paul Hummer (community): Approve
-
Diff: 45 lines (+12/-13)1 file modifieddata/source_ubuntuone-client.py (+12/-13)
lp://staging/~dobey/ubuntuone-client/py3-apport
- Manuel de la Peña (community): Approve
-
Diff: 39 lines (+2/-3)1 file modifiedcontrol (+2/-3)
summary: |
- hook error + ubuntuone-client hook error, not python3 compatible |
no longer affects: | apport (Ubuntu) |
Changed in ubuntuone-client (Ubuntu): | |
status: | New → Confirmed |
Changed in ubuntuone-client (Ubuntu Raring): | |
status: | Confirmed → Triaged |
Changed in ubuntuone-client (Ubuntu Quantal): | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in ubuntuone-client (Ubuntu Raring): | |
importance: | Undecided → High |
Changed in ubuntuone-client (Ubuntu Quantal): | |
assignee: | nobody → Dmitrijs Ledkovs (xnox) |
Changed in ubuntuone-client (Ubuntu Raring): | |
assignee: | nobody → Dmitrijs Ledkovs (xnox) |
Changed in ubuntuone-client: | |
status: | New → Confirmed |
assignee: | nobody → Dmitrijs Ledkovs (xnox) |
summary: |
- ubuntuone-client hook error, not python3 compatible + Ubuntu One hook error, not python3 compatible |
tags: | added: u1-by-dev u1-on-production u1-ubuntu |
Changed in ubuntuone-client (Ubuntu Quantal): | |
assignee: | Dmitrijs Ledkovs (xnox) → nobody |
Changed in ubuntuone-client (Ubuntu Raring): | |
assignee: | Dmitrijs Ledkovs (xnox) → nobody |
Changed in ubuntuone-client (Ubuntu Quantal): | |
status: | Triaged → Won't Fix |
To post a comment you must log in.
This is actually a problem of apport running under python3 and loading hooks for apps that are using python2, and not having hooks in a separate directory for python3-using apps, since python3 breaks compatibility.