[Bug 1568889] Re: OTA and u-d-f fail if image is too big for the system partition

2016-06-02 Thread Barry Warsaw
Just to reiterate; currently system-image-client can't do any pre- calculation to decide whether there is enough space to unpack the update or not, because there is no server information on the unpacked size. The best we can do with the current design would be for si-client or system-settings to

[Bug 1578761] Re: editable mode crash

2016-05-24 Thread Barry Warsaw
The SRU package needed a rebuild, but now that that's done and it got published to xenial-proposed, I've verified that the originally failing pip command works now. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a

Re: [Bug 1585166] [NEW] AttributeError: 'CompiledFFI' object has no attribute 'def_extern'

2016-05-24 Thread Barry Warsaw
On May 24, 2016, at 11:21 AM, Adrian wrote: >Public bug reported: > >Way to reproduce: >$> python from twisted.internet import protocol, reactor, error Works for me in 16.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1512792] Re: Pip crashes with cryptography/cffi/openssl error

2016-05-23 Thread Barry Warsaw
What if you use `pip install` instead of `easy_install`? Can you narrow down the package list? I still need a reproducible recipe. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512792 Title: Pip

[Bug 1512792] Re: Pip crashes with cryptography/cffi/openssl error

2016-05-16 Thread Barry Warsaw
I'm still unable to reproduce this. Can someone please take me through exactly the steps you're using that trigger this bug? Please include a list of your installed packages, or take me through the steps from a live build or clean install of 16.04. If you're *not* using amd64, please let me

[Bug 1555723] Re: pip is breaking in ppc64el

2016-05-16 Thread Barry Warsaw
*** This bug is a duplicate of bug 1512792 *** https://bugs.launchpad.net/bugs/1512792 ** This bug has been marked a duplicate of bug 1512792 Pip crashes with cryptography/cffi/openssl error -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1560134] Re: TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

2016-05-13 Thread Barry Warsaw
** Changed in: pyflakes (Ubuntu) Status: In Progress => Fix Released ** Changed in: pyflakes Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1560134 Title:

Re: [Bug 1560134] Re: TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

2016-05-12 Thread Barry Warsaw
On May 12, 2016, at 03:29 PM, John Vandenberg wrote: >The current patch addresses all previous review comments by reviewers. I'll try it out instead of the current quick hack. Once a new upstream is released with the fix, I'll upload it dropping the patch. -- You received this bug

Re: [Bug 1560134] Re: TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

2016-05-12 Thread Barry Warsaw
On May 12, 2016, at 12:50 AM, John Vandenberg wrote: >With that one-line fix, the error message reported will be wrong. The >correct fix is in the github PR. I'm subscribed to the PR and will update the patch once that gets accepted and merged. It looks like there's still some discussion going

[Bug 1560134] Re: TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

2016-05-11 Thread Barry Warsaw
@ma-latorre-diaz: That fixes it for me too. I've added a DEP-8 test for this case, and a quilt patch as you suggest. I see no other regressions, so I'll upload this fix to Debian and it should autosync to Yakkety soon enough. We can remove the patch when a new upstream with the fix is

[Bug 1560134] Re: TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

2016-05-11 Thread Barry Warsaw
** Bug watch added: Debian Bug tracker #824072 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824072 ** Also affects: pyflakes (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824072 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1560134] Re: TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

2016-05-11 Thread Barry Warsaw
** Changed in: pyflakes (Ubuntu) Status: Confirmed => In Progress ** Changed in: pyflakes (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1578761] Re: editable mode crash

2016-05-11 Thread Barry Warsaw
** Description changed: + [Impact] + From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823358 pip install -e .[testing] crashes. + + The `[testing]` bit names an `extras_require` section in a package's + setup.py so this crash prevents the installation of package extras. + +

[Bug 1578761] Re: editable mode crash

2016-05-11 Thread Barry Warsaw
** No longer affects: python-packaging (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578761 Title: editable mode crash To manage notifications about this bug go to:

[Bug 1560134] Re: TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

2016-05-10 Thread Barry Warsaw
This currently only affects Yakkety (or a PyPI or from-source install). Xenial isn't affected. I've subscribed to the upstream bug and will cherry pick it once they land the fix, or upload a new upstream if that's provided soon after. -- You received this bug notification because you are a

[Bug 1578761] Re: editable mode crash

2016-05-06 Thread Barry Warsaw
pyparsing is a new dependency of the cherry pick for pip so it needs to be dirtbiked too. However, pyparsing is using distutils.setup() and that won't create the egg-info directory needed to produce the necessary metadata. So pyparsing will need an SRU fix too. ** Also affects: pyparsing

[Bug 1578761] [NEW] editable mode crash

2016-05-05 Thread Barry Warsaw
Public bug reported: >From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823358 pip install -e .[testing] crashes. ** Affects: python-packaging (Ubuntu) Importance: Undecided Status: New ** Affects: python-pip (Ubuntu) Importance: Undecided Assignee: Barry War

[Bug 1578761] Re: editable mode crash

2016-05-05 Thread Barry Warsaw
Debian bug has the details, but this does affect Xenial so will need an SRU ** Also affects: python-packaging (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 362570] Re: Python distutils installs into 'site-packages' instead of 'dist-packages' when a prefix is set

2016-05-02 Thread Barry Warsaw
On May 02, 2016, at 08:28 PM, tripzero wrote: >This also needs to be fixed for python3... What exactly needs fixing? `sudo python3 setup.py install` will install into /usr/local/.../dist-packages which is exactly where it should install, and is definitely on the system Python's sys.path. --

[Bug 1572416] Re: do-release-upgrade crashes in Greek locale

2016-04-26 Thread Barry Warsaw
Tried in both Trusty (where python3 == python3.4) and Xenial (where python3 == python3.5) chroots, with -updates enabled and thus the latest python3.x's available, using the reproducer in the bug description. I get no crashes or bogus output. Pasting Greek input, hitting backspace (test: one,

[Bug 1547196] Re: Removal of revert_scalable_fonts_metric.patch causes ugliness in Claws-Mail

2016-04-22 Thread Barry Warsaw
Yes, it's unfortunate. I've had to config away from Ubuntu Mono font in Claws because it was just unreadable. I've managed to keep it in gnome- terminal and Emacs though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1572416] Re: do-release-upgrade crashes in Greek locale

2016-04-22 Thread Barry Warsaw
Maybe use readline and built-in input() instead? https://docs.python.org/3/library/readline.html https://docs.python.org/3/library/functions.html#input -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1536638] Re: pip >= 8.0.0 fails because of egg-info files in python stdlib

2016-04-18 Thread Barry Warsaw
OTOH, we're hoping pip will learn how to work better with distro provided packages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536638 Title: pip >= 8.0.0 fails because of egg-info files in

Re: [Bug 1568889] Re: Upgrade to OTA10 fails on Meizu MX4

2016-04-15 Thread Barry Warsaw
On Apr 15, 2016, at 01:51 PM, Jean-Baptiste Lallement wrote: >@Barry could anything be done to estimate the space required to do an >upgrade and stop before proceeding instead of leaving the system in a >broken state. We could probably do some checks of the various file systems involved, but

[Bug 1568889] Re: Upgrade to OTA10 fails on Meizu MX4

2016-04-15 Thread Barry Warsaw
Thanks for the update. Good luck! ** Changed in: system-image (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568889 Title: Upgrade to OTA10 fails on

[Bug 1570587] Re: [FFe] Please update to bugfix release 20.7

2016-04-14 Thread Barry Warsaw
Yes, we want this in 16.04 so that the environment markers work correctly. My understanding is that without this, some packages can't be properly installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1568889] Re: Upgrade to OTA10 fails on Meizu MX4

2016-04-14 Thread Barry Warsaw
>From last_log_r: e2fsck 1.41.14 (22-Dec-2010) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/block/platform/mtk-msdc.0/by-name/system:

[Bug 1530518] Re: /etc/cron.weekly/apt-xapian-index reports TypeError

2016-04-13 Thread Barry Warsaw
** Changed in: apt-xapian-index (Ubuntu Xenial) Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: apt-xapian-index (Ubuntu Xenial) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1530518] Re: /etc/cron.weekly/apt-xapian-index reports TypeError

2016-04-13 Thread Barry Warsaw
Almost positive what's happening is that Python shutdown process is interacting badly with ServerProgress's __del__(). __del__() methods are not the best way to reclaim resources, especially when you leave it to Python's shutdown process to implicitly free objects, like what happens in

[Bug 1530518] Re: /etc/cron.weekly/apt-xapian-index reports TypeError

2016-04-13 Thread Barry Warsaw
diff --git a/update-apt-xapian-index b/update-apt-xapian-index index 5b38c5f..f6e434a 100755 --- a/update-apt-xapian-index +++ b/update-apt-xapian-index @@ -103,4 +103,6 @@ if opts.update: else: indexer.rebuild(opts.pkgfile) +# Free the resources explicitly. See LP: #1530518 +del indexer

[Bug 1083155] Re: Unable to set Content-MD5 header when using chunked transfer encoding

2016-04-13 Thread Barry Warsaw
Is this still relevant for current versions of webob? I'll mark this as Invalid, but feel free to reopen if it's still a problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1083155 Title:

[Bug 1083155] Re: Unable to set Content-MD5 header when using chunked transfer encoding

2016-04-13 Thread Barry Warsaw
Er, Incomplete ** Changed in: python-webob (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1083155 Title: Unable to set Content-MD5 header when using

[Bug 1568889] Re: Upgrade to OTA10 fails on Meizu MX4

2016-04-13 Thread Barry Warsaw
@ken-vandine: If it's failing in recovery, then it's not a system-image problem. Can we mark that bugtask Invalid? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568889 Title: Upgrade to OTA10

[Bug 1570055] [NEW] FTBFS on powerpc

2016-04-13 Thread Barry Warsaw
Public bug reported: On Matthias's archive rebuild for Xenial, we see build failures for lua5.1, lua5.2, and lua5.3 on powerpc: http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test- rebuild-20160401-xenial.html I've done some investigation, but not found the source of the problems.

[Bug 1568889] Re: Upgrade to OTA10 fails on Meizu MX4

2016-04-13 Thread Barry Warsaw
Michael: I do vaguely remember talking with Manuel about that. I don't know why it's been marked invalid either. @Lukyk: /var/log/system-image/client.log please. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1568889] Re: Upgrade to OTA10 fails on Meizu MX4

2016-04-13 Thread Barry Warsaw
This looks like an old udm bug coming back, although I can't find the bug number now. si calls udm telling it both the source (url) and destination (local fs) of the files it wants to download. The old udm bug used to occasionally and unpredictably lead to a situation where udm claims the files

[Bug 1568889] Re: Upgrade to OTA10 fails on Meizu MX4

2016-04-13 Thread Barry Warsaw
** Also affects: ubuntu-download-manager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568889 Title: Upgrade to OTA10 fails on Meizu MX4 To

Re: [Bug 1509022] Re: system-settings may not be responding to system-image D-Bus signals

2016-04-11 Thread Barry Warsaw
On Apr 11, 2016, at 11:29 AM, Jonas G. Drange wrote: >Maybe system-image-cli should consume a dbus API from system-image- >server? We used to do something just like this, as an option to si-cli, but it was never used and caused problems for the test suite, so it eventually got ripped out. >If

[Bug 1566279] Re: python2.7 crashed with SIGSEGV

2016-04-08 Thread Barry Warsaw
Very likely it's not a bug in Python, but in some extension module, e.g. from the looks of the stacktrace gtk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566279 Title: python2.7 crashed with

[Bug 1518955] Re: System image client log file grows indefinitely

2016-04-06 Thread Barry Warsaw
** Changed in: system-image (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1518955 Title: System image client log file grows indefinitely To manage

[Bug 1566878] Re: Alt-backtick regression

2016-04-06 Thread Barry Warsaw
I'll note that Alt-TAB still works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566878 Title: Alt-backtick regression To manage notifications about this bug go to:

[Bug 1566878] Re: Alt-backtick regression

2016-04-06 Thread Barry Warsaw
I narrowed this down by doing a bisect dist-upgrade with disk snapshots. I.e. take a snapshot, manually upgrade a few packages, reboot, test, rinse, repeat. The only packages left are the three binary packages mentioned in the bug report. With the snapshot before upgrading those packages,

[Bug 1566878] [NEW] Alt-backtick regression

2016-04-06 Thread Barry Warsaw
Public bug reported: dist-upgrading to xorg-server (source package) 2:1.18.3-1ubuntu1 (binary packages xserver-common, xserver-xorg-core, xvfb) introduces a regression for Alt-backtick switching between windows of the same application. Before the upgrade, Alt-backtick works by showing you the

[Bug 1518955] Re: System image client log file grows indefinitely

2016-04-05 Thread Barry Warsaw
** Changed in: canonical-devices-system-image Assignee: Pat McGowan (pat-mcgowan) => Barry Warsaw (barry) ** No longer affects: ubuntu-system-image -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1504288] Re: Test suite failure with Python 3.4 & 3.5

2016-04-04 Thread Barry Warsaw
Has there been any more thought on this? I don't think we're going to revert the change in upstream Python and Matthias's Xenial rebuild test shows build failures (reproducible on Xenial with `tox -e py35`). -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1559086] Re: Sync mate-settings-daemon 1.12.1-2 (universe) from Debian unstable (main)

2016-03-21 Thread Barry Warsaw
Local build succeeds. I'll sync this once syncpackage is fixed. ** Changed in: mate-settings-daemon (Ubuntu) Status: New => In Progress ** Changed in: mate-settings-daemon (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification becau

[Bug 1559761] Re: Please merge final release matplotlib 1.5.1-1 (universe) from Debian testing (main)

2016-03-21 Thread Barry Warsaw
** Changed in: matplotlib (Ubuntu) Status: New => In Progress ** Changed in: matplotlib (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1559049] Re: Sync mate-dock-applet 0.70-1 (universe) from Debian unstable (main)

2016-03-21 Thread Barry Warsaw
Local build succeeds. I'll sync this once syncpackage is fixed. ** Changed in: mate-dock-applet (Ubuntu) Status: New => In Progress ** Changed in: mate-dock-applet (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification becau

[Bug 1559056] Re: Sync mate-tweak 3.5.8-1 (universe) from Debian unstable (main)

2016-03-21 Thread Barry Warsaw
Local build succeeds. I'll sync this once syncpackage is fixed. ** Changed in: mate-tweak (Ubuntu) Status: New => In Progress ** Changed in: mate-tweak (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of

[Bug 1559713] Re: Sync calendarserver 7.0+dfsg-2 (universe) from Debian unstable (main)

2016-03-21 Thread Barry Warsaw
Local build succeeds. Waiting for syncpackage to be unbroken then I'll sync it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559713 Title: Sync calendarserver 7.0+dfsg-2 (universe) from Debian

[Bug 1559713] Re: Sync calendarserver 7.0+dfsg-2 (universe) from Debian unstable (main)

2016-03-21 Thread Barry Warsaw
** Changed in: calendarserver (Ubuntu) Status: New => In Progress ** Changed in: calendarserver (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1558067] Re: Sync librecad 2.0.9-2 (universe) from Debian unstable (main)

2016-03-21 Thread Barry Warsaw
As soon as Launchpad picks up 2.0.9-2 and syncpackage is working again (see cjwatson's email to ubuntu-devel@), I will syncpackage this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1558067 Title:

[Bug 1558067] Re: Sync librecad 2.0.9-2 (universe) from Debian unstable (main)

2016-03-21 Thread Barry Warsaw
** Changed in: librecad (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: librecad (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1560008] Re: Please merge mksh 52c-1 (main) from Debian testing (main)

2016-03-21 Thread Barry Warsaw
** Changed in: mksh (Ubuntu) Status: New => In Progress ** Changed in: mksh (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: mksh (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1559001] Re: Sync rustc 1.7.0+dfsg1-1 (universe) from Debian unstable (main)

2016-03-21 Thread Barry Warsaw
** Changed in: rustc (Ubuntu) Assignee: Barry Warsaw (barry) => Matthias Klose (doko) ** Changed in: rustc (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1559001] Re: Sync rustc 1.7.0+dfsg1-1 (universe) from Debian unstable (main)

2016-03-21 Thread Barry Warsaw
** Changed in: rustc (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: rustc (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

Re: [Bug 1390627] Re: tabs being replaced by question marks in report values

2016-03-20 Thread Barry Warsaw
On Mar 17, 2016, at 09:42 PM, Brian Murray wrote: >I think fixing this in xenial is sufficient i.e. this isn't really worth >SRU'ing by itself. Agreed! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1390627] Re: tabs being replaced by question marks in report values

2016-03-19 Thread Barry Warsaw
** Branch linked: lp:~barry/whoopsie/lp1390627 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390627 Title: tabs being replaced by question marks in report values To manage notifications about

[Bug 1390627] Re: tabs being replaced by question marks in report values

2016-03-18 Thread Barry Warsaw
** Changed in: whoopsie (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390627 Title: tabs being replaced by question marks in rep

[Bug 1390627] Re: tabs being replaced by question marks in report values

2016-03-18 Thread Barry Warsaw
** Changed in: whoopsie (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390627 Title: tabs being replaced by question marks in report values To

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-15 Thread Barry Warsaw
** Changed in: python-cryptography (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555723 Title: pip is breaking in ppc64el To manage notifications

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-15 Thread Barry Warsaw
** Changed in: python-cryptography (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-cryptography in Ubuntu. https://bugs.launchpad.net/bugs/1555723 Title: pip is breaking in

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-14 Thread Barry Warsaw
This is still incredibly odd because your traceback still flows through /usr/local, which the apt installed pip would never do. So I think you have some stuff installed in /usr/local, and possibly a PYTHONPATH, that is breaking the system installed pip. Note that on Debian (and derived)

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-14 Thread Barry Warsaw
This is still incredibly odd because your traceback still flows through /usr/local, which the apt installed pip would never do. So I think you have some stuff installed in /usr/local, and possibly a PYTHONPATH, that is breaking the system installed pip. Note that on Debian (and derived)

[Bug 1508081] Re: Fails to receive OTA updates

2016-03-14 Thread Barry Warsaw
** Changed in: ubuntu-system-image Status: Fix Committed => Fix Released ** Changed in: system-image (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1554129] Re: python-colorama breaks jedi-vim plugin on xenial

2016-03-08 Thread Barry Warsaw
** Changed in: python-colorama (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554129 Title: python-colorama breaks jedi-vim plugin on xenial To

[Bug 1554129] Re: python-colorama breaks jedi-vim plugin on xenial

2016-03-08 Thread Barry Warsaw
Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554129 Title: python-colorama breaks jedi-vim plugin on xenial To manage notifications about th

[Bug 1553700] Re: python-pip should depend on python-setuptools

2016-03-07 Thread Barry Warsaw
It works for me. Can you provide the exact set of commands you're running? ** Changed in: python-pip (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553700

[Bug 1518955] Re: System image client log file grows indefinitely

2016-03-04 Thread Barry Warsaw
-system-image Status: New => Triaged ** Changed in: ubuntu-system-image Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: ubuntu-system-image Milestone: None => 3.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1552868] Re: Demote python3-smbc to a Suggests

2016-03-03 Thread Barry Warsaw
modified debian/control @@ -9,8 +9,9 @@ X-Python-Version: >= 3.0 Package: system-config-printer-common Architecture: all -Depends: ${shlibs:Depends}, ${python3:Depends}, python3-cups (>= 1.9.60), python3-smbc, python3-dbus, python3-cupshelpers +Depends: ${shlibs:Depends},

[Bug 1552868] [NEW] Demote python3-smbc to a Suggests

2016-03-03 Thread Barry Warsaw
Public bug reported: system-config-printer-common is the last package keeping Python 2 on the default desktop image. Even though s-c-p has been ported to Python 3, it has a transitive dependency on Python 2 through python3-smbc -> libsmbclient -> samba-libs -> libpython2.7 The problem is that

[Bug 1551989] [NEW] Demote deja-dup-backend-gvfs and install on demand

2016-03-01 Thread Barry Warsaw
Public bug reported: In the quest to remove Python 2 from the default desktop install, we're down to just a handful of packages. Most problematic are samba-libs due to upstream's position on Python 3 support and the difficulty in porting that stack to Python 3. Two packages which transitively

[Bug 1551989] Re: Demote deja-dup-backend-gvfs and install on demand

2016-03-01 Thread Barry Warsaw
** Patch added: "lp1551989.patch" https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1551989/+attachment/4586027/+files/lp1551989.patch ** Changed in: deja-dup (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification because you are a member

[Bug 1551989] Re: Demote deja-dup-backend-gvfs and install on demand

2016-03-01 Thread Barry Warsaw
Hoping mterry can review! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551989 Title: Demote deja-dup-backend-gvfs and install on demand To manage notifications about this bug go to:

Re: [Bug 1550923] Re: 16.04's virtualenv uses Python 3 but python executable is Python 2

2016-02-29 Thread Barry Warsaw
On Feb 29, 2016, at 11:39 PM, Oli wrote: >Sidebar: /usr/bin/python seems to be the implicit default too, even for >this Python3-based version. I'm not quite sure what that means. >Thanks for staying with me in such a calm manner, Barry. I can get on >board with that but I'm still seeing

Re: [Bug 1550923] Re: 16.04's virtualenv uses Python 3 but python executable is Python 2

2016-02-29 Thread Barry Warsaw
On Feb 29, 2016, at 06:56 PM, Oli wrote: >And that's the problem. I don't disagree with a want to move away from >Python 2, but there are many developers and organisations that are still >managing their upgrades from 2-to-3, who maintain multiple environments >with both versions. I have dozens of

[Bug 1550923] Re: 16.04's virtualenv uses Python 3 but python executable is Python 2

2016-02-29 Thread Barry Warsaw
On Feb 28, 2016, at 01:29 PM, Oli wrote: > - Python 2 is still the default? It depends on your definition of "default". If you mean, which Python does /usr/bin/python invoke, then yes, 2.7 is the default and likely will be for a long time in Debian/Ubuntu. We have no plans to change the

[Bug 1547196] Re: Removal of revert_scalable_fonts_metric.patch causes ugliness in Claws-Mail

2016-02-29 Thread Barry Warsaw
FWIW, and unsurprisingly, the claws-mail mailing list doesn't think there's a bug in that application. I've had to change fonts to Droid Sans 11 for folders and message lists, and Ubuntu Mono 13 for the message window. It's not what I want, but it's tolerable. I have noticed other geometry

[Bug 1508081] Re: Fails to receive OTA updates

2016-02-26 Thread Barry Warsaw
** Changed in: ubuntu-system-image Status: In Progress => Fix Committed ** Changed in: system-image (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1546447] Re: error processing archive /var/cache/apt/archives/python-pip-whl_8.0.2-7_all.deb: trying to overwrite '/usr/share/python-wheels/html5lib-0.999-py2.py3-none-any.whl', which is also in

2016-02-26 Thread Barry Warsaw
FWIW, still waiting for LP to pick up python-pip 8.0.3-1 (and python- virtualenv 14.0.5+ds-2) which should fix this problem, assuming they migrate from proposed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1549997] Re: adt-buildvm-ubuntu-cloud missing dependencies?

2016-02-26 Thread Barry Warsaw
On Feb 26, 2016, at 06:24 AM, Martin Pitt wrote: >Suggests: schroot, lxc, lxd-client, qemu-system, qemu-utils > >and in the package description: > > Depending on which virtualization server you want to use, you need to > install additional packages (schroot, lxc, lxd, or qemu-system) >

[Bug 1549997] [NEW] adt-buildvm-ubuntu-cloud missing dependencies?

2016-02-25 Thread Barry Warsaw
Public bug reported: On a relatively fresh install of Xenial: $ adt-buildvm-ubuntu-cloud -v WARNING: python-distro-info not installed, falling back to determining default release from currently installed release ERROR: QEMU command qemu-system-x86_64 not found the latter appears to be in

[Bug 1549995] [NEW] adt-run w/lxc appears to be broken

2016-02-25 Thread Barry Warsaw
Public bug reported: On Xenial, I ran this to build the container: $ sudo adt-build-lxc ubuntu xenial but when I try to adt-run with that container, it gives me an error. Note that the presence or not of -U --apt-pocket and --sudo make no difference: $ adt-run -U --apt-pocket=proposed

[Bug 1549995] Re: adt-run w/lxc appears to be broken

2016-02-25 Thread Barry Warsaw
Is it the deprecation that's the problem? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549995 Title: adt-run w/lxc appears to be broken To manage notifications about this bug go to:

[Bug 1508081] Re: Fails to receive OTA updates

2016-02-25 Thread Barry Warsaw
I guess I can't link a git branch to an LP bug yet, so: https://code.launchpad.net/~ubuntu-system-image/ubuntu-system-image/+git /ubuntu-system-image/+merge/287220 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1549811] Re: package python-pip-whl 1.5.6-7ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/python-wheels/html5lib-0.999-py2.py3-none-any.whl', which is also in package python-h

2016-02-25 Thread Barry Warsaw
*** This bug is a duplicate of bug 1546447 *** https://bugs.launchpad.net/bugs/1546447 ** This bug has been marked a duplicate of bug 1546447 error processing archive /var/cache/apt/archives/python-pip-whl_8.0.2-7_all.deb: trying to overwrite

[Bug 1508081] Re: Fails to receive OTA updates

2016-02-24 Thread Barry Warsaw
I think I have the D-Bus side working now. I want to add the cli switch and then I'll prep a PPA package for you to test to make sure it's actually doing what you want. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1546447] Re: error processing archive /var/cache/apt/archives/python-pip-whl_8.0.2-7_all.deb: trying to overwrite '/usr/share/python-wheels/html5lib-0.999-py2.py3-none-any.whl', which is also in

2016-02-24 Thread Barry Warsaw
Thanks Laney, yep you're right. I was trying to be too clever (and also because I don't maintain all the packages). << is a better way to go. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546447

[Bug 1546982] Re: [MIR] b-d's of python-hypothesis: python-flaky and python-genty

2016-02-24 Thread Barry Warsaw
[Availability] Both python-flaky and python-genty are currently available in universe. [Rationale] python-flaky is a new Build-Depends for python-hypothesis, the new version of which is stuck in -proposed because of this. python-genty is a Build-Depends for python-flaky. [Security] No known

[Bug 1440607] Re: network-manager suddenly using VPN nameserver for single domain only, not updating resolv.conf

2016-02-23 Thread Barry Warsaw
I think this is the bug I'm seeing too on Xenial now. Even though I have "Use this connection only for resources on its network" enabled for both IPv4 and IPv6, once the VPN is brought up, all DNS for my LAN (i.e. talking to my internal DNS server) is non-functional and my internal LAN host names

[Bug 1547370] Re: package update-notifier-common 3.163.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-22 Thread Barry Warsaw
I can't reproduce this in a Xenial chroot. python3-six gets installed correctly and can be imported by python3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547370 Title: package

Re: [Bug 1508081] Re: Fails to receive OTA updates

2016-02-22 Thread Barry Warsaw
On Feb 22, 2016, at 08:15 AM, Victor gonzalez wrote: >Please find attached the output of $ SYSTEMIMAGE_PYCURL=1 system-image- >cli -v done by the user. Notice that the device is trying to update to daily/krillin and that the log file indicates it's not a valid channel, which seems to be backed

[Bug 1440564] Re: please use Python3 for all scripts

2016-02-19 Thread Barry Warsaw
Thanks! Uploaded. BTW, lp:xdiagnose seemed terribly out of date so I didn't modify it. I'm not sure if there's a current upstream branch for xdiagnose. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1547196] Re: Removal of revert_scalable_fonts_metric.patch causes ugliness in Claws-Mail

2016-02-18 Thread Barry Warsaw
** Bug watch added: Debian Bug tracker #636776 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636776 ** Also affects: freetype (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636776 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1440564] Re: please use Python3 for all scripts

2016-02-18 Thread Barry Warsaw
As it turns out, xdiagnose was still Depending on Python 2. I completed the port by switching to --buildsystem=pybuild and dropping all Python 2-isms. I have a diff, attached here, that completes the port to Python 3 (hence why I re-opened this bug). Before I upload it though, perhaps Didier

[Bug 1508081] Re: Fails to receive OTA updates

2016-02-18 Thread Barry Warsaw
@victor-gonalez-0: It's always going to be helpful to include -v when running system-image-cli since that captures the log output to the console. From the method 2.jpg, you can see that UDM is not doing what it's told to do. IIRC, there's an open bug (I can't find it right now) on this issue in

[Bug 1547196] [NEW] Removal of revert_scalable_fonts_metric.patch causes ugliness in Claws-Mail

2016-02-18 Thread Barry Warsaw
Public bug reported: This is mostly a tracking bug for this discussion on ubuntu-devel: https://lists.ubuntu.com/archives/ubuntu-devel/2016-February/039224.html The following precise-era patch was recently removed from freetype: http://bazaar.launchpad.net/~ubuntu-

[Bug 1546982] Re: [MIR] b-d's of python-hypothesis: python-flaky and python-genty

2016-02-18 Thread Barry Warsaw
** Changed in: python-flaky (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: python-genty (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1545586] Re: regression: python3-pytest doesn't contain pytest module

2016-02-17 Thread Barry Warsaw
On Feb 16, 2016, at 02:51 PM, Scott Talbert wrote: >I got bit by this too - a package I maintain in Debian failed to build >in Xenial. > >Now that pytest has been fixed, is there a way to force the Ubuntu >builders to try rebuilding my package for Xenial, or is the only way to >bump the package

Re: [Bug 1546447] [NEW] error processing archive /var/cache/apt/archives/python-pip-whl_8.0.2-7_all.deb: trying to overwrite '/usr/share/python-wheels/html5lib-0.999-py2.py3-none-any.whl', which is al

2016-02-17 Thread Barry Warsaw
On Feb 17, 2016, at 09:51 AM, Iain Lane wrote: >I don't know anything about this particular piece of packaging but it >seems like you want << versions-that-dropped-these-files? The Breaks/Replaces exist, and python-html5lib-whl is being dropped in 0.999-4, but the latter is currently stuck in

<    1   2   3   4   5   6   7   8   9   10   >