[Bug 1503024] [NEW] Firefox text windows pick the wrong language by default

2015-10-05 Thread Barry Warsaw
Public bug reported: Fully up-to-date Wily, although this has been going on for a long time. Use Firefox to e.g. view Facebook. Start writing some new status and notice that *all* your English words are flagged as misspelled. Right click to bring up the Languages menu and notice that Arabic (Qat

[Bug 1500768] Re: python3.4.3 SRU break requests

2015-10-02 Thread Barry Warsaw
A simple reproducer is: $ sudo apt-get install squid3 $ export HTTP_PROXY=http://localhost:3128 HTTPS_PROXY=https://localhost:3128 $ python3 -c "import requests; requests.get('https://api.github.com/events')" This is a tough one to assign blame to but I actually think that Python 3.4.3 *fixed* a

[Bug 1501805] Re: Sync python-apt 1.0.1 (main) from Debian unstable (main)

2015-10-01 Thread Barry Warsaw
Release team: in IRC, we agreed to wait until 1.0.1 is uploaded and then we can drop the ubuntu delta and just syncpackage 1.0.1. Julian's going to upload that now and I'll sync it as soon as LP picks up the new version. ** Summary changed: - Sync python-apt 1.0.0 (main) from Debian unstable (ma

[Bug 1501805] Re: Sync python-apt 1.0.0 (main) from Debian unstable (main)

2015-10-01 Thread Barry Warsaw
Oops, I mised utils/pyversions. That picks up python3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1501805 Title: Sync python-apt 1.0.0 (main) from Debian unstable (main) To manage notifications

[Bug 1501805] Re: Sync python-apt 1.0.0 (main) from Debian unstable (main)

2015-10-01 Thread Barry Warsaw
I ran the DEP-8 tests for the Debian version of the package in a Wily VM and got some failures related to the deprecation warnings. This would prevent promotion from wily-proposed. So either a `Restrictions: allow- stderr` should be added or you should add a -W argument to suppress the warnings.

[Bug 1501805] Re: Sync python-apt 1.0.0 (main) from Debian unstable (main)

2015-10-01 Thread Barry Warsaw
pt (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: python-apt (Ubuntu) Status: New => In Progress ** Changed in: python-apt (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1475568] Re: Use OTA terminology in system settings

2015-09-30 Thread Barry Warsaw
system-image won't need to change at all. Use the .Information() API. Of course this piece of information must be included in the config file that the server writes for each new version. Whatever identifying information you want to add would be added to the [service]version_detail string. -- Yo

[Bug 1495688] Re: system-image-cli tool fails on dangling symlink

2015-09-30 Thread Barry Warsaw
** Changed in: ubuntu-system-image Status: Fix Committed => Fix Released ** Changed in: system-image (Ubuntu) Milestone: None => ubuntu-15.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-29 Thread Barry Warsaw
Since this is fixed in boto, are the Python bugtasks still relevant? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499075 Title: python3.4.3 SRU breaks awscli To manage notifications about this bu

[Bug 1500768] Re: python3.4.3 SRU break requests

2015-09-29 Thread Barry Warsaw
How can I reproduce this on my own machine? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500768 Title: python3.4.3 SRU break requests To manage notifications about this bug go to: https://bugs.la

[Bug 1500768] Re: python3.4.3 SRU break requests

2015-09-29 Thread Barry Warsaw
PEP 476 is the impetus for this, and issue 22417 is the implementation The PEP says this : "This change will have the appearance of causing some HTTPS connections to "b

[Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2015-09-24 Thread Barry Warsaw
There have been some discussions about this via other channels (e.g. IRC). We're probably at least going to patch Python so that if you try to do `python3 -m venv` and ensurepip (i.e. via python3-venv binary package) isn't installed, you'll get a more helpful message that instructs you to `sudo ap

[Bug 1495708] Re: python-pip recommends nonexistent python-dev-all package

2015-09-24 Thread Barry Warsaw
Thanks for forwarding to Debian! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495708 Title: python-pip recommends nonexistent python-dev-all package To manage notifications about this bug go to:

[Bug 1496887] Re: pyke ftbfs in wily

2015-09-23 Thread Barry Warsaw
pyke ftbfs is probably hopeless. AFAICT, it hasn't been maintained upstream in years. The last update on SF is from 2013. This is why the original bug description suggested dropping it from the archive. Maybe we should close this bug as Won't Fix. It's now a Suggests in debian- science, but ma

[Bug 1464365] Re: Resolution is incorrect; screen mostly occluded

2015-09-22 Thread Barry Warsaw
Today's dist-upgrade, which pulled in new xserver-xorg-core 2:1.17-2-1ubuntu7 and a new unity 7.3.2+15.10.20150921-0ubuntu1 seems to have restored my full desktop. Closing as invalid for now. Will reopen if the problem recurs. ** Changed in: xorg (Ubuntu) Status: Triaged => Invalid -- Y

[Bug 1495688] Re: system-image-cli tool fails on dangling symlink

2015-09-22 Thread Barry Warsaw
** Changed in: ubuntu-system-image Status: In Progress => Fix Committed ** Changed in: system-image (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495688

Re: [Bug 1495207] Re: BQ E4.5 (r24): after fine update to r25 system is reported as r-1 and as "never" updated

2015-09-22 Thread Barry Warsaw
On Sep 22, 2015, at 05:38 AM, Matthias Apitz wrote: >I do not know what "si 2.5" or "si 3.0" is; I only can see what I have >posted in the original report: version: Ubuntu 15.04-armhf >(20150825-170536), can you please explain here (or off-list) what those >"si values" are? Yep, sorry, but glad y

[Bug 1495688] Re: system-image-cli tool fails on dangling symlink

2015-09-21 Thread Barry Warsaw
So I have a merge proposal ready to fix this problem, but as I've mentioned in LP: #1495207 two things are still mysterious: How did you hit this bug when it's only possible in si 3.0, and that version is only available in Wily? How is the server producing dangling symlinks? -- You received thi

[Bug 1495207] Re: BQ E4.5 (r24): after fine update to r25 system is reported as r-1 and as "never" updated

2015-09-21 Thread Barry Warsaw
I'm not really sure what the visibility is for the error tracker outside of Canonical, sorry. It's basically a page showing similar errors occurring out in the wild. All are for 15.10 systems and we've seen a smattering of reports dating back to May 2015, which corresponds roughly to the release

[Bug 1497929] Re: /usr/bin/system-image-cli:FileNotFoundError:last_update_date:/usr/bin/system-image-cli@9:main:last_update_date::stat:wrapped

2015-09-21 Thread Barry Warsaw
*** This bug is a duplicate of bug 1495207 *** https://bugs.launchpad.net/bugs/1495207 ** This bug has been marked a duplicate of bug 1495207 BQ E4.5 (r24): after fine update to r25 system is reported as r-1 and as "never" updated -- You received this bug notification because you are a m

[Bug 1495688] Re: system-image-cli tool fails on dangling symlink

2015-09-21 Thread Barry Warsaw
** Changed in: ubuntu-system-image Milestone: 3.1 => 3.0.2 ** Changed in: ubuntu-system-image Status: Triaged => 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/1495688 Title:

[Bug 1495207] Re: BQ E4.5 (r24): after fine update to r25 system is reported as r-1 and as "never" updated

2015-09-21 Thread Barry Warsaw
I suspect that we're now seeing some of these in the error tracker: https://errors.ubuntu.com/problem/eb68c18374c88008b38cc206f9e0b6fbb2ab0fe1 What's very odd is that neither the server or client has changed in months. What I don't know is whether some configuration on the server could be affect

[Bug 1496887] [NEW] Whitelist and remove

2015-09-17 Thread Barry Warsaw
Public bug reported: pyke is blocking the promotion of the latest version of ply. pyke is essentially dead upstream AFAICT. The only reverse-depends is science- machine-learning, and that is a Recommends. I think pyke should be whitelisted for promotion of ply and pycparser, and eventually remo

Re: [Bug 1495207] Re: BQ E4.5 (r24): after fine update to r25 system is reported as r-1 and as "never" updated

2015-09-16 Thread Barry Warsaw
On Sep 16, 2015, at 05:37 AM, Matthias Apitz wrote: >1) keep in mind that the device was nearly fully functional after the >update, I only saw the problem because I went to the 'about' screen and >because of the scopes; it could be the fact that more users are hit by >the problem; If more people

[Bug 1495207] Re: BQ E4.5 (r24): after fine update to r25 system is reported as r-1 and as "never" updated

2015-09-15 Thread Barry Warsaw
I really don't know. Since channel.ini is created on the server when an image is published, it could have possibly been a server bug. I would expect other people to get hit by it too, and I think at least one other person was. That should be easy to verify by pulling down the data file from sys

Re: [Bug 1495207] Re: BQ E4.5 (r24): after fine update to r25 system is reported as r-1 and as "never" updated

2015-09-15 Thread Barry Warsaw
On Sep 15, 2015, at 07:22 PM, Matthias Apitz wrote: >sudo system-image-cli -b 0 > >has no visible effect, it just returns to the shell prompt and even >after reboot the scopes are not administrable Try adding -v or -vv to the command to get console logging. Otherwise, look at /var/log/system-ima

[Bug 1495688] Re: system-image-cli tool fails on dangling symlink

2015-09-15 Thread Barry Warsaw
: Undecided => High ** Changed in: ubuntu-system-image Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: ubuntu-system-image Milestone: None => 3.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1367907] Re: Segfault in gc with cyclic trash

2015-09-14 Thread Barry Warsaw
On Sep 14, 2015, at 07:28 AM, Victor Stinner wrote: >The version with the fix in trusty-proposed since 2 months, it was >validated by 2 developers 1 month 1/2 ago, but then nothing happened. >What's going on with this issue? It's possible that the SRU didn't see this bug because it was marked Fix

[Bug 1495209] Re: [MIR] python-py binaries already in main without a MIR

2015-09-14 Thread Barry Warsaw
Why did you mark this as Incomplete? Shouldn't it be marked NEW if you'd like me to fill out a MIR? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495209 Title: [MIR] python-py binaries already in

[Bug 1491620] Re: ply 3.4-5 ftbfs with Python 3.5

2015-09-14 Thread Barry Warsaw
** Changed in: ply (Ubuntu) Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: ply (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

[Bug 1491542] Re: libunity ftbfs in wily

2015-09-14 Thread Barry Warsaw
Thanks for the fix! This unblocked several reverse-depends. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491542 Title: libunity ftbfs in wily To manage notifications about this bug go to: htt

[Bug 1464365] Re: Resolution is incorrect; screen mostly occluded

2015-09-12 Thread Barry Warsaw
A few more data points. I booted stable Vivid, then dist-upgraded to Wily. When I open the Displays setting, the highest resolution I'm offered is 16:9 at 2560x1440. There's no option to go to 3440x1440, which is the native resolution of this monitor. Debian unstable seems to have no problems d

Re: [Bug 1491888] Re: python-cliff 1.14.0 ftbfs with Python 3.5 in Wily

2015-09-12 Thread Barry Warsaw
On Sep 12, 2015, at 03:54 PM, Doug Hellmann wrote: >I'm not sure how adding a docstring to the test class fixes attribute >errors for mswindows on subprocess. Was that URL to the log file right? Ah sorry for the misunderstanding. The fix for the mswindows attribute ended up being in cmd2 (subpro

[Bug 1491888] Re: python-cliff 1.14.0 ftbfs with Python 3.5 in Wily

2015-09-11 Thread Barry Warsaw
Dang, my experimental box is broken, so it'll be an Ubuntu upload for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491888 Title: python-cliff 1.14.0 ftbfs with Python 3.5 in Wily To manage n

[Bug 1491888] Re: python-cliff 1.13.0-0ubuntu1 ftbfs with Python 3.5 in Wily

2015-09-11 Thread Barry Warsaw
This upstream Python 3.5 change breaks cliff's test suite: https://bugs.python.org/issue15582 The patch is simple enough, so I'll just attach it here. I plan on uploading a fix to Ubuntu. We can resync to any new Debian release when that's available. ** Also affects: python-cliff Importance

[Bug 1491888] Re: python-cliff 1.14.0 ftbfs with Python 3.5 in Wily

2015-09-11 Thread Barry Warsaw
Actually python-cliff is DPMT so I'll upload a fix to experimental and sync it over to Wily. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491888 Title: python-cliff 1.14.0 ftbfs with Python 3.5 in

[Bug 1491888] Re: python-cliff 1.14.0 ftbfs with Python 3.5 in Wily

2015-09-11 Thread Barry Warsaw
** Patch added: "lp1491888.diff" https://bugs.launchpad.net/python-cliff/+bug/1491888/+attachment/4461699/+files/lp1491888.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491888 Title: pytho

[Bug 1391077] Re: Inappropriate notification of system update

2015-09-11 Thread Barry Warsaw
Please attach /var/log/system-image/client.log and the output of `system-image-cli --info`. Is this reproducible? If so, please post the recipe. Does it happen right after a reboot? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1352900] Re: [MIR] pypy

2015-09-10 Thread Barry Warsaw
Belay that armel and armhf comment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1352900 Title: [MIR] pypy To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/p

[Bug 1352900] Re: [MIR] pypy

2015-09-10 Thread Barry Warsaw
[Availability] pypy has been available since Precise. It builds on all architectures except armel and armhf. PyPy requires >= 1400 MiB on 32 bit systems to build. [Rationale] Upstream: http://pypy.org/ PyPy is an important and popular alternative implementation of the Python language. For man

[Bug 1488710] Re: testtools is incompatible with newer versions of Twisted

2015-09-09 Thread Barry Warsaw
** Changed in: python-testtools (Ubuntu) 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/1488710 Title: testtools is incompatible with newer versions of Twisted To

[Bug 1488710] Re: testtools is incompatible with newer versions of Twisted

2015-09-09 Thread Barry Warsaw
** Also affects: python-testtools (Ubuntu) Importance: Undecided Status: New ** Tags removed: ftbfs python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488710 Title: testtools is inc

[Bug 1492353] Re: menulibre FTBFS with Python 3.5 in Wily

2015-09-09 Thread Barry Warsaw
** Tags added: python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492353 Title: menulibre FTBFS with Python 3.5 in Wily To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1492355] Re: mugshot FTBFS with Python 3.5 in Wily

2015-09-09 Thread Barry Warsaw
** Tags added: python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492355 Title: mugshot FTBFS with Python 3.5 in Wily To manage notifications about this bug go to: https://bugs.launchpad.net/

[Bug 1491590] Re: FTBFS with Python 3.5 in wily

2015-09-09 Thread Barry Warsaw
** Tags added: python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491590 Title: FTBFS with Python 3.5 in wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+

[Bug 1491620] Re: ply 3.4-5 ftbfs with Python 3.5

2015-09-09 Thread Barry Warsaw
** Tags added: python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491620 Title: ply 3.4-5 ftbfs with Python 3.5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu

[Bug 1491888] Re: python-cliff 1.13.0-0ubuntu1 ftbfs with Python 3.5 in Wily

2015-09-09 Thread Barry Warsaw
** Tags added: python2.5 ** Tags removed: python2.5 ** Tags added: python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491888 Title: python-cliff 1.13.0-0ubuntu1 ftbfs with Python 3.5 in Wily

[Bug 1491878] Re: python-babel 1.3+dfsg.1-5 ftbfs in Wily

2015-09-09 Thread Barry Warsaw
** Tags added: python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491878 Title: python-babel 1.3+dfsg.1-5 ftbfs in Wily To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1492304] Re: gramps 4.2.0~dfsg-1 FTBFS with Python 3.5 in Wily

2015-09-09 Thread Barry Warsaw
** Tags added: python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492304 Title: gramps 4.2.0~dfsg-1 FTBFS with Python 3.5 in Wily To manage notifications about this bug go to: https://bugs.la

[Bug 1492289] Re: cssutils 1.0-2 FTBFS with Python 3.5

2015-09-09 Thread Barry Warsaw
** Tags added: python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492289 Title: cssutils 1.0-2 FTBFS with Python 3.5 To manage notifications about this bug go to: https://bugs.launchpad.net/u

[Bug 1492287] Re: FTBFS with Python 3.5 as supported version in Wily

2015-09-09 Thread Barry Warsaw
** Tags added: python3.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492287 Title: FTBFS with Python 3.5 as supported version in Wily To manage notifications about this bug go to: https://bugs.l

[Bug 1474539] Re: FTBFS with Python 3.5

2015-09-09 Thread Barry Warsaw
15.04ubuntu4 fixes this for kubuntu-driver-manager ** Changed in: kubuntu-driver-manager (Ubuntu Wily) 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/1474539 Title:

[Bug 1492261] Re: pep8 failures cause FTBFS

2015-09-09 Thread Barry Warsaw
2.1.28 fixes this. ** Changed in: ubiquity (Ubuntu) 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/1492261 Title: pep8 failures cause FTBFS To manage notification

[Bug 1492359] Re: genshi FTBFS with Python 3.5 in Wily

2015-09-09 Thread Barry Warsaw
** Changed in: genshi (Ubuntu) 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/1492359 Title: genshi FTBFS with Python 3.5 in Wily To manage notifications about thi

[Bug 1491542] Re: libunity ftbfs in wily

2015-09-08 Thread Barry Warsaw
** Also affects: libunity 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/1491542 Title: libunity ftbfs in wily To manage notifications about this bug go t

[Bug 1491590] Re: FTBFS with Python 3.5 in wily

2015-09-08 Thread Barry Warsaw
I'm not sure why the version that fixes this builds fine both in the archive, and locally built against the PPA, but not in the PPA. https://launchpadlibrarian.net/216673956/buildlog_ubuntu-wily- amd64.checkbox_0.18-0ubuntu3%2Bppa0_BUILDING.txt.gz I was going to say that it's a default Python 3 i

[Bug 1492332] Re: pykde4 ftbfs with Python 3.5

2015-09-08 Thread Barry Warsaw
It is built now in the PPA. Thanks! ** Changed in: pykde4 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492332 Title: pykde4 ftbfs with Python 3.5 To manag

Re: [Bug 1492304] Re: gramps 4.2.0~dfsg-1 FTBFS with Python 3.5 in Wily

2015-09-04 Thread Barry Warsaw
I uploaded a no change rebuild for python-qt4 but now it looks like sip4 needs a rebuild. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492304 Title: gramps 4.2.0~dfsg-1 FTBFS with Python 3.5 in Wi

Re: [Bug 1492332] Re: pykde4 ftbfs with Python 3.5

2015-09-04 Thread Barry Warsaw
On Sep 04, 2015, at 05:03 PM, Dmitry Shachnev wrote: >Looking at the build log, it seems that it can't find PyQt4. Can you >please check if PyQt4.QtCore is importable from python3.5 with that PPA? Apparently not. I'll sync python-qt4 over from wily into the PPA and if that fixes the problem I'll

[Bug 1492359] Re: genshi FTBFS with Python 3.5 in Wily

2015-09-04 Thread Barry Warsaw
** Bug watch added: Debian Bug tracker #798030 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798030 ** Also affects: genshi (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798030 Importance: Unknown Status: Unknown -- You received this bug notification because yo

[Bug 1492359] [NEW] genshi FTBFS with Python 3.5 in Wily

2015-09-04 Thread Barry Warsaw
x27;t been applied upstream yet. ** Affects: genshi (Ubuntu) Importance: High Assignee: Barry Warsaw (barry) Status: New ** Tags: ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1474539] Re: FTBFS with Python 3.5

2015-09-04 Thread Barry Warsaw
kubuntu-driver-manager FTBFS in Python 3.5 as default PPA: https://launchpad.net/~pythoneers/+archive/ubuntu/py35asdefault/+build/7569656/+files /buildlog_ubuntu-wily-amd64.kubuntu-driver- manager_15.04ubuntu3_BUILDING.txt.gz ** Tags added: ftbfs -- You received this bug notification because yo

[Bug 1492355] [NEW] mugshot FTBFS with Python 3.5 in Wily

2015-09-04 Thread Barry Warsaw
Public bug reported: In Wily, we have Python 3.5 as a supported (but not default) Python 3 version. In X-series we will make Python 3.5 the default Python 3 version. We currently have a PPA tracking this, and mugshot fails to build from source in this PPA. Here is the buildlog: https://launchp

[Bug 1492353] [NEW] menulibre FTBFS with Python 3.5 in Wily

2015-09-04 Thread Barry Warsaw
Public bug reported: Wily has Python 3.5 as a supported (but not default) Python 3 version. In X-series we will make Python 3.5 the default version. We have a PPA tracking Python 3.5 as default, and menulibre fails to build from source in this PPA: https://launchpadlibrarian.net/216378007/buildl

[Bug 1492332] [NEW] pykde4 ftbfs with Python 3.5

2015-09-04 Thread Barry Warsaw
Public bug reported: In Wily, we have Python 3.5 as a supported (but not default) Python 3 version. We also have a PPA making Python 3.5 the default, which will be the case in X-series. pykde4 fails to build from source in this PPA. Here's the buildlog: https://launchpadlibrarian.net/216376031

[Bug 1492304] [NEW] gramps 4.2.0~dfsg-1 FTBFS with Python 3.5 in Wily

2015-09-04 Thread Barry Warsaw
Public bug reported: Wily has Python 3.5 as a supported (but not default) Python 3 version. gramps fails to build from source against current Wily packages. I will attach a local buildlog illustrating the problem. We also have a PPA where Python 3.5 is the default Python 3 version in preparation

[Bug 1492289] Re: cssutils 1.0-2 FTBFS with Python 3.5

2015-09-04 Thread Barry Warsaw
** Bug watch added: Debian Bug tracker #798023 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798023 ** Also affects: cssutils (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798023 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1492289] [NEW] cssutils 1.0-2 FTBFS with Python 3.5

2015-09-04 Thread Barry Warsaw
Public bug reported: Upstream bug report: https://bitbucket.org/cthedot/cssutils/issues/52/bad-octal-escape-blows- up-on-python-35b3 ** Affects: cssutils (Ubuntu) Importance: High Status: New ** Affects: cssutils (Debian) Importance: Unknown Status: Unknown ** Tags

[Bug 1492287] [NEW] FTBFS with Python 3.5 as supported version in Wily

2015-09-04 Thread Barry Warsaw
Public bug reported: In Wily, we enable Python 3.5 as a supported (but not default) Python 3 version. We have a PPA where we make Python 3.5 the default version. unity-scopes-shell fails to build in this PPA. Here is the buildlog: https://launchpadlibrarian.net/216373229/buildlog_ubuntu-wily-am

[Bug 1475612] Re: ubuntu-push ftbfs with GCC 5

2015-09-04 Thread Barry Warsaw
I'm seeing FTBFS in the Python 3.5 as default PPA, and confirmed with a local build of ubuntu-push 0.68+15.10.20150814.1-0ubuntu1. I don't think the failures are specifically Python 3.5 related. Here is a link to the py35 PPA buildlog: https://launchpad.net/~pythoneers/+archive/ubuntu/py35asdefa

[Bug 1492261] [NEW] pep8 failures cause FTBFS

2015-09-04 Thread Barry Warsaw
Public bug reported: ubiquity fails to build from source in wily. In fact, you cannot even build the source package because that runs ./tests/run-pep8 which fails with the following errors. ./tests/run-pep8 bin/ubiquity:35:1: E402 module level import not at top of file bin/ubiquity-wrapper:13:1:

[Bug 1491888] [NEW] python-cliff 1.13.0-0ubuntu1 ftbfs with Python 3.5 in Wily

2015-09-03 Thread Barry Warsaw
Public bug reported: Full buildlog from the Python 3.5-as-default PPA: https://launchpadlibrarian.net/211356336/buildlog_ubuntu-wily-amd64 .python-cliff_1.13.0-0ubuntu1_BUILDING.txt.gz Should at least investigate whether new upstream 1.14.0 fixes the problem, or report the bug upstream. ** Affe

[Bug 1491878] [NEW] python-babel 1.3+dfsg.1-5 ftbfs in Wily

2015-09-03 Thread Barry Warsaw
Public bug reported: A rebuild of python-babel 1.3 would ftbfs, as it does in the Python 3.5 -as-default PPA: https://launchpadlibrarian.net/210474372/buildlog_ubuntu-wily-amd64 .python-babel_1.3%2Bdfsg.1-5_BUILDING.txt.gz We should investigate Babel 2.0 which appears to be the latest upstream.

[Bug 1491620] Re: ply 3.4-5 ftbfs with Python 3.5

2015-09-02 Thread Barry Warsaw
** Bug watch added: Debian Bug tracker #797840 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797840 ** Also affects: ply (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797840 Importance: Unknown Status: Unknown -- You received this bug notification because you a

[Bug 1491620] [NEW] ply 3.4-5 ftbfs with Python 3.5

2015-09-02 Thread Barry Warsaw
Public bug reported: Even ply 3.7 upstream is incompatible with Python 3.5 https://github.com/dabeaz/ply/issues/76 ** Affects: ply (Ubuntu) Importance: High Status: New ** Tags: ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1491590] [NEW] FTBFS with Python 3.5 in wily

2015-09-02 Thread Barry Warsaw
Public bug reported: checkbox fails to build against Python 3.5 in Wily. Here's the PPA build log for details. https://launchpadlibrarian.net/211139258/buildlog_ubuntu-wily- amd64.checkbox_0.18-0ubuntu2_BUILDING.txt.gz ** Affects: checkbox (Ubuntu) Importance: High Status: New *

[Bug 1487223] Re: 1:0.4.7 FTBFS in wily-proposed

2015-09-02 Thread Barry Warsaw
Yep. 1:0.4.8 is still ftbfs. ** Tags added: ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1487223 Title: 1:0.4.7 FTBFS in wily-proposed To manage notifications about this bug go to: https:/

[Bug 1491542] Re: libunity ftbfs in wily

2015-09-02 Thread Barry Warsaw
** Tags added: ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491542 Title: libunity ftbfs in wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libu

[Bug 1491542] Re: libunity ftbfs in wily

2015-09-02 Thread Barry Warsaw
The attached patch gets past the compilation problems, but the test suite still fails: TEST: test-vala... (pid=6684) /Unit/ResultsSynchronizer: OK /Unit/IO/AsyncDesktopFile: OK /Unit/IO/AsyncOpenFromDataDirs:

[Bug 1491542] [NEW] libunity ftbfs in wily

2015-09-02 Thread Barry Warsaw
Public bug reported: libunity seems to no longer be buildable in wily. This is a problem because it must be rebuilt for Python 3.5, but it is failing for unrelated reasons. Here's an excerpt of the build log from a local build using the current wily source package: /usr/bin/glib-compile-resourc

[Bug 1491162] Re: FTBFS in Wily

2015-09-02 Thread Barry Warsaw
On Sep 01, 2015, at 10:57 PM, Colin Watson wrote: >I thought (from https://github.com/pytest-dev/pytest/issues/744) that >you were planning to fix this by backporting the pytest fix instead? I admit I'm thoroughly confused. pytest already has the py35 patch and now after building a six 1.9.0-5 w

[Bug 1490277] Re: Unity dash fails to show applications

2015-09-02 Thread Barry Drake
End of bug - please close this one. But please consider making it a Unity wishlist item. No one I was in contact with could repeat the problem. I downloaded the latest daily-build of Wily, and tried everything I could in the live session to break Unity. I conclude that the problem occurred duri

Re: [Bug 1491162] Re: FTBFS in Wily

2015-09-01 Thread Barry Warsaw
On Sep 01, 2015, at 10:57 PM, Colin Watson wrote: >I thought (from https://github.com/pytest-dev/pytest/issues/744) that >you were planning to fix this by backporting the pytest fix instead? I think I forgot to do that. I'll look at that tomorrow and back out the six change if it works out. I w

[Bug 1491162] Re: FTBFS in Wily

2015-09-01 Thread Barry Warsaw
See also https://launchpadlibrarian.net/211356903/buildlog_ubuntu-wily- amd64.six_1.9.0-3_BUILDING.txt.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491162 Title: FTBFS in Wily To manage notifi

[Bug 1491162] [NEW] FTBFS in Wily

2015-09-01 Thread Barry Warsaw
Public bug reported: Upstream six 1.9.0 is incompatible with Python 3.5 due to an ast module API change (ast API is not guaranteed to be stable across Python releases). This causes six to FTBFS in Wily, where we've enabled Python 3.5 as a supported version. https://bitbucket.org/gutworth/six/iss

[Bug 1490598] Re: python pip does not set up PATH correctly

2015-09-01 Thread Barry Warsaw
This is because in Debian/Ubuntu, we've made --user the default. While this diverges from upstream, it's a sensible default and something that upstream eventually wants to adopt too. https://github.com/pypa/pip/issues/1668 You can either put ~/.local/bin on your $PATH or use `sudo pip install --

[Bug 1490277] Re: Unity dash fails to show applications

2015-08-31 Thread Barry Drake
I have now tried setting up another account on the same installation of Wily. The problem is there as well. I've been trying to get friends to run Wily, and try the steps that I found caused the problem. So far with little success. The steps are: Open an online account with Google, and use i

[Bug 1490277] Re: Unity dash fails to show applications

2015-08-30 Thread Barry Drake
It's been pointed out to me that Wily does not integrate anything Google by default. Checking back, I set up the Google account in my Online Accounts, when I installed evolution, so I could import my google contacts. Google contacts don't export in a format which the Thunderbird address- book can

[Bug 1490277] Re: Unity dash fails to show applications

2015-08-30 Thread Barry Drake
Maybe some explanation as to exactly what I did to the Ubuntu Unity settings might help. In the Online Account settings, it lists access by Ubuntu to the following Google online accounts for these apps: Evolution Data Server (if Evolution is installed) for Contacts, for Calendar and for Gmail.

[Bug 1490277] [NEW] Unity dash fails to show applications

2015-08-30 Thread Barry Drake
Public bug reported: Immediately after removing interaction with all Google accounts (settings->online accounts), the Unity dash no longer showed any applications, only files recently accessed. The launcher sidebar is unaffected, and the dash appears as normal but without access to applications.

Re: [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Barry Warsaw
*** This bug is a duplicate of bug 1445949 *** https://bugs.launchpad.net/bugs/1445949 On Aug 27, 2015, at 02:55 PM, Muelli wrote: >I confirm that the wily version makes pip freeze work. Yay! >Will we see a fix in vivid? Unlikely unless someone provides a patch. I probably won't have time

Re: [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Barry Warsaw
*** This bug is a duplicate of bug 1445949 *** https://bugs.launchpad.net/bugs/1445949 On Aug 27, 2015, at 02:16 PM, Julian Andres Klode wrote: >If you guys want this to track the pip bug, then please unduplicate it, >and drop the python-apt bug. There's no need, it's already fixed. -- You

Re: [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Barry Warsaw
*** This bug is a duplicate of bug 1445949 *** https://bugs.launchpad.net/bugs/1445949 On Aug 27, 2015, at 01:22 PM, Muelli wrote: >I think the duplicate status is wrong. I agree, but then it's not a bug in python-apt. It's really a bug caused by our old version of pip, which doesn't native

Re: [Bug 1487223] Re: 1:0.4.7 FTBFS in wily-proposed

2015-08-21 Thread Barry Warsaw
On Aug 21, 2015, at 04:07 PM, Alberto Milone wrote: >I can build the same code in a vivid chroot without seeing any failures. >My guess is that something else (python-apt? python-aptdaemon?) changed >in the archive. Oh yes, they surely have. python-apt | 0.9.3.11build1 | vivid |

[Bug 1487223] [NEW] 1:0.4.7 FTBFS in wily-proposed

2015-08-20 Thread Barry Warsaw
Public bug reported: This version fails to build from source in wily-proposed, although I don't understand why. Attached is the full build log. ** Affects: ubuntu-drivers-common (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a mem

[Bug 1487223] Re: 1:0.4.7 FTBFS in wily-proposed

2015-08-20 Thread Barry Warsaw
** Attachment added: "ubuntu-drivers-common_0.4.7_amd64.build" https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1487223/+attachment/4449886/+files/ubuntu-drivers-common_0.4.7_amd64.build -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1348254] Re: Dragging window to resize is reversed after resizing with keyboard

2015-08-19 Thread Barry Block
I'm also experiencing the same bug on Linux Mint 17.2 that Kyle C. reported above. It seems to mostly (if not only) affect the right edge of the window and there does appear to be a connection with using the system menu resize just like Kyle noted. Maybe I'll just stop using the keyboard shortcut (

[Bug 1485661] [NEW] Do the results get logged by default?

2015-08-17 Thread Barry Warsaw
Public bug reported: The adt-run manpage is unclear whether the results are logged if -o or -l is not given. I think they should, but the manpage should clarify whether they are and if so, where the logs are placed by default. ** Affects: autopkgtest (Ubuntu) Importance: Undecided

[Bug 1485093] [NEW] python3-distupgrade contains symlink to externally owned directory

2015-08-14 Thread Barry Warsaw
Public bug reported: python3-distupgrade contains the symlink /usr/lib/python3/dist- packages/DistUpgrade/NvidiaDetector which symlinks to ../NvidiaDetector. However /usr/lib/python3/dist-packages/NvidiaDetector is owned by ubuntu-drivers-common. This causes a problem with at least the pex DEP-8

[Bug 1485093] Re: python3-distupgrade contains symlink to externally owned directory

2015-08-14 Thread Barry Warsaw
For example: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-wily/wily/i386/p/python-pex/20150814_061119@/log.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

<    4   5   6   7   8   9   10   11   12   13   >