#982 closed defect (fixed)
Indentation errors in platform/xposix/gui.py in deb package 0.15.6-1
Reported by: | callegar | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.16 |
Component: | platforms | Version: | 0.15.x |
Keywords: | Cc: |
Description
In debian/ubuntu dpkg cannot install the package and exits with
Sorry: IndentationError: expected an indented block (gui.py, line 183) dpkg: error processing package xpra (--configure):
Apart from the error in line 183, other exist, following the same pattern
Change History (7)
comment:1 Changed 7 years ago by
Owner: | changed from Antoine Martin to callegar |
---|
comment:2 Changed 7 years ago by
Manually applying the changes to the file works.
Fixed debs (e.g. 0.15.6-2) are still missing
comment:4 Changed 7 years ago by
Owner: | changed from callegar to Antoine Martin |
---|---|
Status: | new → assigned |
Ah, it seems that the vivid and wily builds are missing - must be one of those.
comment:6 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ah, I figured it out: the buildbot had ran out of disk space... and it runs in alphabetical order, so Vivid and Wily were the last 2 builds of the job - the only ones that failed.
The updates builds have been pushed so I am closing this ticket, feel free to re-open if I have missed anything and thank you for reporting the issue!
comment:7 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/982
Note: See
TracTickets for help on using
tickets.
This is fixed in r10638, though just like the mess that patch made, trac doesn't seem to see any differences here.
I have re-issued the tarball. (rebuilt packages on their way)
@callegar: does this work for you?