FTBFS on amd64 due to pep8 errors
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | ubuntuone-client-data (Ubuntu) |
High
|
Sebastien Bacher | ||
Bug Description
It seems that ubuntuone-
make[1]: Entering directory '/«PKGBUILDDIR»'
./run-tests
+ python ./setup.py build clean
running build
running build_i18n
intltool-update -p -g ubuntuone-
running build_icons
running build_help
running clean
WARNING: the following files are not recognized by DistUtilsExtra.
PKG-INFO
po/LINGUAS
run-tests
ubuntuone-
ubuntuone.icns
ubuntuone.ico
++ which python3
+ '[' -x /usr/bin/python3 ']'
+ python3 ./setup.py build clean
running build
running clean
+ pyflakes setup.py
+ pep8 --repeat --exclude=.pc . setup.py
./setup.py:45:1: E402 module level import not at top of file
./setup.py:46:1: E402 module level import not at top of file
setup.py:45:1: E402 module level import not at top of file
setup.py:46:1: E402 module level import not at top of file
debian/rules:7: recipe for target 'override_
make[1]: *** [override_
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build] Error 2
debian/rules:4: recipe for target 'build' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[1] http://
Related branches
- Łukasz Zemczak: Approve on 2015-10-06
- dobey (community): Approve on 2015-10-05
- PS Jenkins bot: Approve (continuous-integration) on 2015-10-05
-
Diff: 23 lines (+3/-3)1 file modifiedsetup.py (+3/-3)
| description: | updated |
| Łukasz Zemczak (sil2100) wrote : | #1 |
| tags: | added: patch |
| Changed in ubuntuone-client-data (Ubuntu): | |
| assignee: | Łukasz Zemczak (sil2100) → Sebastien Bacher (seb128) |
| importance: | Undecided → High |
| status: | New → Fix Committed |
| Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package ubuntuone-
---------------
ubuntuone-
[Sebastien Bacher]
* Use correct apport hook syntax to avoid import error.
* List imports on top to avoid pep8 E402 errors. (LP: #1503291)
[Rodney Dawes]
* debian/control:
- Update standards version to 3.9.5.
* Automatic snapshot from revision 10 (bootstrap)
-- Rodney Dawes <email address hidden> Wed, 07 Oct 2015 13:48:15 -0400
| Changed in ubuntuone-client-data (Ubuntu): | |
| status: | Fix Committed → Fix Released |


Here's a debdiff with the fix for the issue.