[Bug 815700] [NEW] dpkg-mergechangelogs emits non-standard conflict markers

2011-07-25 Thread Andrew Bennetts
Public bug reported: dpkg-mergechangelogs emits conflict markers that differ from the those produced by similar tools such as 'patch --merge', 'bzr merge', etc etc. The de facto standard seems to be 7 chars: “”, “===”, “”. dpkg-mergechangelogs only emits 6 chars. Example output snippet:

[Bug 815704] [NEW] dpkg-mergechanglogs drops invalid lines

2011-07-25 Thread Andrew Bennetts
Public bug reported: Consider this example: {{{ $ cat orig.changelog psuedo-prog (1.1.1-2) unstable; urgency=low * New upstream release. * Awesome bug fixes. -- Joe Foo j...@example.com Thu, 28 Jan 2010 10:45:44 + $ cat invalid.changelog psuedo-prog (1.1.1-2) unstable; urgency=low

[Bug 718944] Re: bzr-builddeb merge sorts the changelog by version order, rather than preserving existing ordering

2011-07-22 Thread Andrew Bennetts
Thanks for checking that Jelmer. The feedback on the list seemed positive too, so I'll tidy up the test failures and update the merge proposal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718944

[Bug 718944] Re: bzr-builddeb merge sorts the changelog by version order, rather than preserving existing ordering

2011-07-22 Thread Andrew Bennetts
Thanks for checking that Jelmer. The feedback on the list seemed positive too, so I'll tidy up the test failures and update the merge proposal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718944

[Bug 810284] Re: twistd crashed with IndexError in __update_cb(): list index out of range

2011-07-13 Thread Andrew Bennetts
*** This bug is a duplicate of bug 645883 *** https://bugs.launchpad.net/bugs/645883 ** This bug has been marked a duplicate of bug 645883 twistd crashed with IndexError in __update_cb() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 809048] Re: bzr crashed with AttributeError in stopTest(): '_TypeEqualityDict' object has no attribute 'clear'

2011-07-12 Thread Andrew Bennetts
Martin [gz] wrote: Actually, it's not quite that easy as there's now a straight _TypeEqualityDict-TestCase reference link. I'll see if I can get upstream to accept some kind of fix. In the interim we could add some ugly code to handle both versions: tef_clear =

[Bug 809048] Re: bzr crashed with AttributeError in stopTest(): '_TypeEqualityDict' object has no attribute 'clear'

2011-07-11 Thread Andrew Bennetts
oneiric's Python 2.7 is using an (unreleased) version of unittest which changes the behaviour of TestCase._type_equality_funcs a little. That's fine, in that it's supposed to be a private variable, but bzr is poking at it to try stop used TestCase instances from wasting memory. bzr needs to

[Bug 809048] Re: bzr crashed with AttributeError in stopTest(): '_TypeEqualityDict' object has no attribute 'clear'

2011-07-11 Thread Andrew Bennetts
I suppose alternatively we could try to get upstream to add a 'clear' method to the _TypeEqualityDict class before 2.7.3 is released. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/809048 Title: bzr

[Bug 718944] Re: bzr-builddeb merge sorts the changelog by version order, rather than preserving existing ordering

2011-07-06 Thread Andrew Bennetts
I'm asking the UDD list for feedback. ** Changed in: bzr-builddeb Status: Triaged = In Progress ** Changed in: bzr-builddeb Assignee: (unassigned) = Andrew Bennetts (spiv) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 718944] Re: bzr-builddeb merge sorts the changelog by version order, rather than preserving existing ordering

2011-07-04 Thread Andrew Bennetts
** Branch linked: lp:~spiv/bzr-builddeb/use-dpkg-mergechangelogs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718944 Title: bzr-builddeb merge sorts the changelog by version order, rather than

[Bug 718944] Re: bzr-builddeb merge sorts the changelog by version order, rather than preserving existing ordering

2011-07-04 Thread Andrew Bennetts
I think bzr-builddeb (or python-debian) needs to be switched to using the dpkg-mergechangelog implementation The linked branch, lp:~spiv/bzr-builddeb/use-dpkg-mergechangelogs, does this: it deletes most of merge_changelog.py and just shells out to dpkg- mergechangelogs. However, 3 out of the 8

[Bug 718944] Re: bzr-builddeb merge sorts the changelog by version order, rather than preserving existing ordering

2011-07-04 Thread Andrew Bennetts
** Attachment added: bzr-builddeb-use-dpkg-mergechangelogs-test-failures.log https://bugs.launchpad.net/bzr-builddeb/+bug/718944/+attachment/2191718/+files/bzr-builddeb-use-dpkg-mergechangelogs-test-failures.log -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 798688] Re: possible regression in natty-proposed

2011-06-19 Thread Andrew Bennetts
The duplicate in upstream bzr is bug 786980. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/798688 Title: possible regression in natty-proposed To manage notifications about this bug go to:

[Bug 791711] Re: Bzr Crashes on Checkout without SVN

2011-06-19 Thread Andrew Bennetts
** Description changed: Binary package hint: bzr Simple run of this command: bzr co lp:~ubuntu-iamnafets/syncany/windows-shell syncany I'd be happy to add contributors to my branch if that's necessary. PS Thank you. Oh, and I'm using some of the code in TortoiseBzr as

[Bug 788609] Re: bzr crashed with ValueError in fetch(): bad marshal data (unknown type code)

2011-06-19 Thread Andrew Bennetts
I'm betting this is because one or more of your .pyc/.pyo files is corrupt, possibly bzrlib/fetch.pyc. That would probably be due to a system or hardware bug rather than being a fault in bzr. What happens if you try python -c import bzrlib.fetch? ** Description changed: Binary package hint:

[Bug 791711] Re: Bzr Crashes on Checkout without SVN

2011-06-19 Thread Andrew Bennetts
I can reproduce this with the given command. The CHK records are ok (they are in canonical form), so I suspect this is the same bug in stacked fetches from smart servers revealed by lp:ubuntu/libffi. Probably you can work around this by either: 1. prefixing the url with “nosmart+”, i.e.

[Bug 794458] Re: “Not Found”, but can buy for $US9.99 after following link to http://apt.ubuntu.com/p/braid

2011-06-08 Thread Andrew Bennetts
** Attachment added: Screenshot-Ubuntu Software Centre.png https://bugs.launchpad.net/bugs/794458/+attachment/2160312/+files/Screenshot-Ubuntu%20Software%20Centre.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 794458] [NEW] “Not Found”, but can buy for $US9.99 after following link to http://apt.ubuntu.com/p/braid

2011-06-08 Thread Andrew Bennetts
Public bug reported: Binary package hint: software-center I just read http://blog.canonical.com/2011/06/07/ubuntu-software- center-adds-braid/, and followed its link to http://apt.ubuntu.com/p/braid. This lead to Software Centre being opened, but without the desired result: “Not Found” But

[Bug 785029] Re: bzr crashed with ErrorFromSmartServer in _raise_smart_server_error(): Error received from smart server: ('error', Absent factory for StaticTuple('__init__.py-20100827182754-i149503ct

2011-05-19 Thread Andrew Bennetts
This looks a lot like bug 772935. That missing key is present in that branch's stacked-on repository. So the workaround on that bug will probably work here too: * install the repodebug plugin: “bzr branch lp:bzr-repodebug ~/.bazaar/plugins/repodebug” * run “bzr fetch-all-records

Re: [Bug 785029] Re: bzr crashed with ErrorFromSmartServer in _raise_smart_server_error(): Error received from smart server: ('error', Absent factory for StaticTuple('__init__.py-20100827182754-i1495

2011-05-19 Thread Andrew Bennetts
*** This bug is a duplicate of bug 772935 *** https://bugs.launchpad.net/bugs/772935 The fetch-all-records failed with: bzr: ERROR: extra argument to command fetch-all-records: lp:linaro-image-tools Oh right. I should have said: bzr fetch-all-records -d

[Bug 721163] Re: bzr crashed with ErrorFromSmartServer: ('error', 'bytes must be a string')

2011-05-05 Thread Andrew Bennetts
FWIW, the error John reported on the mailing list is: ErrorFromSmartServer: Error received from smart server: ('error', bytes must be a string, got type 'bzrlib._static_tuple_c.StaticTuple') So something is passing a StaticTuple to _bytes_to_text_key, which sounds like some code already has a

[Bug 777507] Re: bzr crashed with KeyError in sub_process_action()

2011-05-04 Thread Andrew Bennetts
** Description changed: Binary package hint: bzr In log window, right click on your initial import (Revision 1) and attempt to revert to that revision. Does not occur with later revisions, and can consistently re-create. ProblemType: Crash DistroRelease: Ubuntu 10.10 Package:

[Bug 768251] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: double free or corruption (fasttop): 0x09f099c0 ***

2011-04-25 Thread Andrew Bennetts
Not sure why the apport retracing service didn't make this report private after retracing. I've done so manually. ** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 764219] Re: rdiff-backup crashed with UnpicklingError in reval(): invalid load key, 'y'.

2011-04-24 Thread Andrew Bennetts
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/764219 Title: rdiff-backup crashed with UnpicklingError in reval(): invalid load key, 'y'. -- ubuntu-bugs mailing

[Bug 767102] Re: [arrandale] GPU lockup (ESR: 0x00000001 IPEHR: 0x08000020)

2011-04-21 Thread Andrew Bennetts
It was the first time for this sort of failure, but it actually wasn't a system freeze: I could switch to virtual consoles and back, but no amount of trying to restart unity would work; each time compiz would crash. I was left with no ability to type in X, and no window management. Hence the

[Bug 767102] Re: [arrandale] One time GPU lockup (ESR: 0x00000001 IPEHR: 0x08000020)

2011-04-21 Thread Andrew Bennetts
Hmm, my last system upgrade was ~12 hours prior to that according to my dpkg.log, so probably not. I don't think I was doing anything more adventurous at the time than Alt-Tabbing between windows, but it was yesterday so it's possible I'm forgetting something significant. Glad to know I made the

[Bug 767102] [NEW] [arrandale] GPU lockup (ESR: 0x00000001 IPEHR: 0x08000020)

2011-04-20 Thread Andrew Bennetts
Public bug reported: Binary package hint: xserver-xorg-video-intel [arrandale] GPU lockup (ESR: 0x0001 IPEHR: 0x0820) ProblemType: Crash DistroRelease: Ubuntu 11.04 Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu7 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2 Uname:

[Bug 767102] Re: [arrandale] GPU lockup (ESR: 0x00000001 IPEHR: 0x08000020)

2011-04-20 Thread Andrew Bennetts
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/767102 Title: [arrandale] GPU lockup (ESR: 0x0001 IPEHR: 0x0820) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 721163] Re: bzr crashed with ErrorFromSmartServer: ('error', 'bytes must be a string')

2011-04-19 Thread Andrew Bennetts
This is strange. I can't think of any likely causes, and I don't think any hooks are triggered by that RPC so it's unlikely to be a faulty plugin either. I think we need to see the bzr log from the server. Oh! The error string matches an error raised by _chk_map_pyx._bytes_to_text_key. In bzr

[Bug 760698] Re: bzr crashed with TypeError in update_search(): QAbstractItemView.setCurrentIndex(QModelIndex): argument 1 has unexpected type 'NoneType'

2011-04-18 Thread Andrew Bennetts
** Visibility changed to: Public ** Package changed: bzr (Ubuntu) = qbzr (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/760698 Title: bzr crashed with TypeError in update_search():

[Bug 759463] [NEW] Terminals opened via “Open a terminal” keybinding in gnomecompat plugin lack environment vars from gnome session

2011-04-13 Thread Andrew Bennetts
Public bug reported: Binary package hint: compiz If I run a terminal via Alt-F2, “gnome-terminal”, enter, then I get a fully functional terminal prompt. The environment in the resulting shell contains variables like SSH_AUTH_SOCK, GNOME_KEYRING_CONTROL and DBUS_SESSION_BUS_ADDRESS. If I run a

[Bug 759463] Re: Terminals opened via “Open a terminal” keybinding in gnomecompat plugin lack environment vars from gnome session

2011-04-13 Thread Andrew Bennetts
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759463 Title: Terminals opened via “Open a terminal” keybinding in gnomecompat plugin lack environment vars from gnome session -- ubuntu-bugs

[Bug 758453] [NEW] syndaemon consuming 100% CPU spinning on select(2)

2011-04-12 Thread Andrew Bennetts
Public bug reported: Binary package hint: xserver-xorg-input-synaptics I noticed my system was a big sluggish, and checked top. It shows syndaemon consuming 100% CPU. Here's the strace: $ strace -tt -p 2277 Process 2277 attached - interrupt to quit 16:37:33.897168 select(5, [4], NULL, NULL,

[Bug 758453] Re: syndaemon consuming 100% CPU spinning on select(2)

2011-04-12 Thread Andrew Bennetts
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/758453 Title: syndaemon consuming 100% CPU spinning on select(2) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 758453] Re: syndaemon consuming 100% CPU spinning on select(2)

2011-04-12 Thread Andrew Bennetts
FWIW, here's the backtrace, not that it's especially helpful: (gdb) thread apply all bt Thread 1 (process 2277): #0 0xb7771424 in __kernel_vsyscall () #1 0xb756b64d in ___newselect_nocancel () at ../sysdeps/unix/syscall-template.S:82 #2 0x08049676 in ?? () #3 0x08049cc8 in ?? () #4

[Bug 623736] Re: bzr crashed with UnboundLocalError in _import_archive()

2011-03-13 Thread Andrew Bennetts
Fixed by james-w some time around 2010-09-10. ** Changed in: bzr-builddeb (Ubuntu) Status: Confirmed = Fix Released ** Changed in: bzr-builddeb (Ubuntu) Assignee: Andrew Bennetts (spiv) = James Westby (james-w) -- You received this bug notification because you are a member

[Bug 556168] Re: DeprecationWarning: : the MimeWriter module is deprecated

2011-03-09 Thread Andrew Bennetts
This was fixed upstream in 10.2.0, which has been packaged in Natty, so I think we can call this closed. ** Changed in: twisted (Ubuntu) Status: New = Fix Released ** Changed in: twisted (Ubuntu) Milestone: None = ubuntu-11.04-beta-1 -- You received this bug notification because you

Re: [Bug 689213] Re: PPA sshd configuration

2010-12-13 Thread Andrew Bennetts
Julian Edwards wrote: As far as I can tell, there's nothing actually going wrong here. I am interested in the two examples' different error messages though, why is one: It's the difference in the forwarding direction (the -R vs. -L switch when using openssh-client). Warning: remote port

[Bug 689213] Re: PPA sshd configuration

2010-12-12 Thread Andrew Bennetts
I don't think the server does offer port forwarding. In the first example the client sends a tcpip-forward request, and the server rejects it. In the second example, the client asks to open a direct-tcpip channel, and again the server rejects it. As far as I can see from RFC 4254 TCP/IP port

[Bug 689213] Re: PPA sshd configuration

2010-12-12 Thread Andrew Bennetts
Saying so would be nice I guess, but I don't think it's particularly important. The current implementation/configuration is that Launchpad's use of the Twisted Conch library explicitly overrides the channelLookup dict to only have 'session'. So when the client tries to open a direct-tcpip

[Bug 103133] Re: strace leaves process SIGSTOPped after detaching

2010-11-22 Thread Andrew Bennetts
This appears to be fixed in Ubuntu 10.10 (and perhaps earlier). The script completes normally and immediately for me now: $ python sigstop-demo.py done ** Changed in: strace (Ubuntu) Status: Confirmed = Fix Released -- strace leaves process SIGSTOPped after detaching

[Bug 675342] [NEW] Failed to create pipe for communicating with child process (Too many open files)

2010-11-14 Thread Andrew Bennetts
Public bug reported: Binary package hint: gnome-terminal gnome-terminal is unable to start any more tabs or windows. If I try I get a red error saying: “There was an error creating the child process for this terminal Failed to create pipe for communicating with child process (Too many open

[Bug 675342] Re: Failed to create pipe for communicating with child process (Too many open files)

2010-11-14 Thread Andrew Bennetts
** Attachment added: Output of 'ls -l /proc/PID/fd' https://bugs.launchpad.net/bugs/675342/+attachment/1733698/+files/gnome-terminal-fds.txt -- Failed to create pipe for communicating with child process (Too many open files) https://bugs.launchpad.net/bugs/675342 You received this bug

[Bug 671795] Re: bzr crashed with NoSuchRevision in _do_revision_id_to_dotted_revno()

2010-11-07 Thread Andrew Bennetts
Specifically, this requires 'bzr log -r revid:XXX' with a revid that exists in the repository but *not* in the branch's ancestry. e.g. if you have a shared repository containing lp:bzr and lp:bzr/2.2, then bzr log -r revid:p...@pqm.ubuntu.com-20101107141444-r9agveqsbq5mka5u' in the 2.2 branch

[Bug 666116] Re: bzr password window exhibits unusual behaviour (cannot move window, cannot give focus to another window and DISPLAY not being honoured)

2010-10-24 Thread Andrew Bennetts
I don't think this is a bzr bug. bzr isn't creating that window. bzr delegates SSH connections to the system SSH client (openssh-client on typical Ubuntu installs). OpenSSH in turn looks for an ssh-agent when searching for private keys. In GNOME that agent is gnome-keyring:

[Bug 513432] Re: AttributeError: 'Inter1and2Helper' object has no attribute 'source_repo'

2010-10-11 Thread Andrew Bennetts
Alan: Which version of bzr? This bug has been fixed since 2.1.0. Maverick has 2.2.0, and using that version I can branch from lp:ubiquity into a local 2a repository just fine. So the most likely explanation seems to be that for some reason you are still using an old version of bzr. --

[Bug 513432] Re: AttributeError: 'Inter1and2Helper' object has no attribute 'source_repo'

2010-10-11 Thread Andrew Bennetts
Oh, I spoke too soon: this bug does occur in 2.2.0. Sorry for the noise! It is fixed in 2.2.1, though. So it is a problem in the current Maverick package; we should probably get an SRU going for 2.2.1 in Maverick. ** Changed in: bzr (Ubuntu) Status: Fix Released = Confirmed ** Changed

[Bug 513432] Re: AttributeError: 'Inter1and2Helper' object has no attribute 'source_repo'

2010-10-11 Thread Andrew Bennetts
It's essentially the same bug. The faulty line of code was different in lp:bzr/2.2 vs. lp:bzr/2.1 due to a refactoring (and so apparently caused the fix in 2.1 to be lost when 2.1 was merged into 2.2), but the actual fault was the same, and the nature of the fix was the same. So probably we

[Bug 636930] Re: Upgrading a repository fails with 'Inter1and2Helper' object has no attribute 'source_repo'

2010-09-17 Thread Andrew Bennetts
** Changed in: bzr Status: In Progress = Fix Released ** Changed in: bzr Milestone: None = 2.3b1 -- Upgrading a repository fails with 'Inter1and2Helper' object has no attribute 'source_repo' https://bugs.launchpad.net/bugs/636930 You received this bug notification because you are a

[Bug 640760] Re: bzr tags should sort in natural sorting order

2010-09-16 Thread Andrew Bennetts
Seems reasonable to me. Probably not hard to implement if someone would like to try making a patch for it. ** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = Low ** Changed in: bzr Status: New = Confirmed ** Tags added: easy

[Bug 638675] [NEW] paramiko does not try all available address families

2010-09-15 Thread Andrew Bennetts
Public bug reported: Upstream paramiko has bug 579530, which affects bzr. (It causes a test to fail in bzr's test suite on a default Maverick install.) There's a fix for upstream at lp:~spiv/paramiko/address- families-579530. There's also a packaging branch with the fix at

[Bug 637821] [NEW] Unconnected SSLSocket.{send, recv} raises TypeError: 'member_descriptor' object is not callable

2010-09-14 Thread Andrew Bennetts
Public bug reported: Binary package hint: python2.6 This is an upstream bug: http://bugs.python.org/issue9729 has the details. It causes an intermittent (but frequent) failure in bzr's test suite. I've submitted a fix to upstream for this issue; please backport it to python2.6 in maverick.

[Bug 637821] Re: Unconnected SSLSocket.{send, recv} raises TypeError: 'member_descriptor' object is not callable

2010-09-14 Thread Andrew Bennetts
** Patch added: Fix for http://bugs.python.org/issue9729; https://bugs.edge.launchpad.net/bugs/637821/+attachment/1581638/+files/issue9729.patch ** Attachment added: Dependencies.txt https://bugs.edge.launchpad.net/bugs/637821/+attachment/1581639/+files/Dependencies.txt ** Bug watch

[Bug 637821] Re: Unconnected SSLSocket.{send, recv} raises TypeError: 'member_descriptor' object is not callable

2010-09-14 Thread Andrew Bennetts
FWIW, here's a link to the version of the patch that landed in upstream SVN: http://svn.python.org/view?view=revrevision=84806. It adds fixes to the signatures of SSLSocket.sendto and SSLSocket.recvfrom to match regular sockets. -- Unconnected SSLSocket.{send,recv} raises TypeError:

[Bug 11899] Re: Cannot recover unsaved email after system crash

2010-09-14 Thread Andrew Bennetts
Yes, this is still the case on Lucid (and Maverick). What did you think had changed? To summarise: - mutt's default 'tmpdir' is still /tmp - vim's default 'directory' for where it keeps swap files still tries '.' first, which will be /tmp when composing email in mutt. - Ubuntu still

[Bug 633125] [NEW] syndaemon polls 5 times a second

2010-09-08 Thread Andrew Bennetts
Public bug reported: Binary package hint: xserver-xorg-input-synaptics The Disable touchpad while typing option in System-Preferences-Mouse launches syndaemon -i 0.5 -k. Unfortunately syndaemon seems to poll every 200ms even when the system is otherwise idle, waking up the CPU and presumably

[Bug 633125] Re: syndaemon polls 5 times a second

2010-09-08 Thread Andrew Bennetts
** Attachment added: BootDmesg.txt https://bugs.edge.launchpad.net/bugs/633125/+attachment/1556745/+files/BootDmesg.txt ** Attachment added: CurrentDmesg.txt https://bugs.edge.launchpad.net/bugs/633125/+attachment/1556746/+files/CurrentDmesg.txt ** Attachment added: Dependencies.txt

[Bug 628615] [NEW] postinst fails if python2.7 installed in /usr/local

2010-09-01 Thread Andrew Bennetts
Public bug reported: Binary package hint: python-profiler I have Python 2.7 installed in /usr/local, so I have a /usr/local/bin/python2.7. The python-profiler postinst assumes that if 'python2.7' is on PATH, then /usr/lib/python2.7/py_compile.py must exist. Obviously, this is not true in my

[Bug 627202] Re: bzr crashed with ValueError in _add_index()

2010-08-31 Thread Andrew Bennetts
This appears to be due to the bzr-search plugin. A workaround would be to set BZR_DISABLE_PLUGINS=search in your environment. ** Package changed: bzr (Ubuntu) = bzr-search (Ubuntu) -- bzr crashed with ValueError in _add_index() https://bugs.launchpad.net/bugs/627202 You received this bug

[Bug 623736] Re: bzr crashed with UnboundLocalError in _import_archive()

2010-08-24 Thread Andrew Bennetts
** Package changed: bzr (Ubuntu) = bzr-builddeb (Ubuntu) -- bzr crashed with UnboundLocalError in _import_archive() https://bugs.launchpad.net/bugs/623736 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 623736] Re: bzr crashed with UnboundLocalError in _import_archive()

2010-08-24 Thread Andrew Bennetts
Looks fairly straightforward. I'll make a quick patch. ** Changed in: bzr-builddeb (Ubuntu) Importance: Undecided = High ** Changed in: bzr-builddeb (Ubuntu) Status: New = Confirmed ** Changed in: bzr-builddeb (Ubuntu) Assignee: (unassigned) = Andrew Bennetts (spiv) -- bzr

[Bug 621098] [NEW] Kernel error report after suspend/resume

2010-08-20 Thread Andrew Bennetts
Public bug reported: I *think* this error report appears after every suspend/resume, but I'm not certain. ProblemType: KernelOops DistroRelease: Ubuntu 10.10 Package: linux-image-2.6.35-15-generic 2.6.35-15.21 Regression: No Reproducible: Yes ProcVersionSignature: Ubuntu 2.6.35-15.21-generic

[Bug 621098] Re: Kernel error report after suspend/resume

2010-08-20 Thread Andrew Bennetts
** Attachment added: AcpiTables.txt https://bugs.edge.launchpad.net/bugs/621098/+attachment/1503686/+files/AcpiTables.txt ** Attachment added: AlsaDevices.txt https://bugs.edge.launchpad.net/bugs/621098/+attachment/1503688/+files/AlsaDevices.txt ** Attachment added: AplayDevices.txt

[Bug 264275] Re: bazaar internal error if adding file in a linked directory

2010-08-13 Thread Andrew Bennetts
I think Martin and John's work on #192859 and maybe #128562 have improved the situation. Using the lp:bzr/2.0 branch (where those fixes have landed, they aren't yet on trunk or the other stable branches) the 'bzr add' now gives: $ bzr add testdir/one bzr: ERROR: bzrlib.errors.PathNotChild:

[Bug 615240] [NEW] sock.makefile().flush has UnboundLocalError bug

2010-08-09 Thread Andrew Bennetts
Public bug reported: Binary package hint: python2.6 Sometimes calling .write/.writelines/.flush on an object returned from sock.makefile() gives a traceback ending with: File /usr/lib/python2.6/socket.py, line 302, in flush del view, data # explicit free UnboundLocalError: local variable

[Bug 615240] Re: sock.makefile().flush has UnboundLocalError bug

2010-08-09 Thread Andrew Bennetts
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/53314462/Dependencies.txt -- sock.makefile().flush has UnboundLocalError bug https://bugs.launchpad.net/bugs/615240 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 615240] Re: sock.makefile().flush has UnboundLocalError bug

2010-08-09 Thread Andrew Bennetts
(On closer inspection the second pyflakes report about 'del data' in _fileobject.read() is spurious.) -- sock.makefile().flush has UnboundLocalError bug https://bugs.launchpad.net/bugs/615240 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 614639] [NEW] Kernel OOPS with no user obvious symptom. Perhaps related to a failed hibernate?

2010-08-06 Thread Andrew Bennetts
Public bug reported: Apport informed me there had been a serious kernel bug when I booted my laptop this morning. I do not know what this might related to, as there's no obvious symptoms, except that a hibernation attempt froze my laptop yesterday. ProblemType: KernelOops DistroRelease: Ubuntu

[Bug 614639] Re: Kernel OOPS with no user obvious symptom. Perhaps related to a failed hibernate?

2010-08-06 Thread Andrew Bennetts
** Attachment added: AcpiTables.txt http://launchpadlibrarian.net/53201908/AcpiTables.txt ** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/53201909/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/53201910/AplayDevices.txt **

[Bug 610424] Re: trial twisted.conch test suite fails 2 tests

2010-07-29 Thread Andrew Bennetts
1:10.1.0-1 is now in Maverick, and fixes this problem for me. Thanks! ** Changed in: twisted-conch (Ubuntu) Status: New = Fix Released -- trial twisted.conch test suite fails 2 tests https://bugs.launchpad.net/bugs/610424 You received this bug notification because you are a member of

[Bug 609449] Re: bzr crashed with AttributeError in memoize()

2010-07-28 Thread Andrew Bennetts
You're right, the traceback does suggest this is a bzr-svn issue so I'm reassigning to that. ** Package changed: bzr (Ubuntu) = bzr-svn (Ubuntu) -- bzr crashed with AttributeError in memoize() https://bugs.launchpad.net/bugs/609449 You received this bug notification because you are a member of

[Bug 610424] [NEW] trial twisted.conch test suite fails 2 tests

2010-07-27 Thread Andrew Bennetts
Public bug reported: trial twisted.conch fails 2 tests: === [ERROR]: twisted.conch.test.test_cftp.TestOurServerSftpClient.test_extendedAttributes Traceback (most recent call last): File

[Bug 610424] Re: trial twisted.conch test suite fails 2 tests

2010-07-27 Thread Andrew Bennetts
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/52582837/Dependencies.txt -- trial twisted.conch test suite fails 2 tests https://bugs.launchpad.net/bugs/610424 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 594368] Re: add-apt-repository uses deprecated attributes 'FindI' and 'FindDir' of 'apt_pkg.Configuration'

2010-07-26 Thread Andrew Bennetts
This appears to be the same as bug 593484, with practically identical fixes proposed. The only difference is this bug (and its fix) is against the Ubuntu package, whereas 593484 (and its fix) is against upstream. -- add-apt-repository uses deprecated attributes 'FindI' and 'FindDir' of

[Bug 608672] [NEW] Unexplained crash report with no apparent symptom

2010-07-22 Thread Andrew Bennetts
Public bug reported: I have no idea what this is about. This is a new laptop that I just installed Lucid on and upgraded to Maverick. After the first suspend/resume there was a notification telling me to file this kernel bug, but I have so far no idea what relation it has to anything: as far as

[Bug 608672] Re: Unexplained crash report with no apparent symptom

2010-07-22 Thread Andrew Bennetts
** Attachment added: AcpiTables.txt http://launchpadlibrarian.net/52310293/AcpiTables.txt ** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/52310294/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/52310295/AplayDevices.txt **

[Bug 586341] Re: NO_PROXY env variable ending with ', ' tricks bzr into never proxying any host

2010-06-03 Thread Andrew Bennetts
** Package changed: bazaar (Ubuntu) = bzr (Ubuntu) ** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = Medium ** Changed in: bzr Status: New = Confirmed -- NO_PROXY env variable ending with ',' tricks bzr into never proxying

[Bug 584841] [NEW] firefox-bin crashed with SIGSEGV in signal handler called()

2010-05-24 Thread Andrew Bennetts
Public bug reported: Binary package hint: firefox I was doing nothing special when firefox crashed. An inexpert glance at the stack trace suggests flashplugin may be to blame. ProblemType: Crash DistroRelease: Ubuntu 10.04 Package: firefox 3.6.3+nobinonly-0ubuntu4 ProcVersionSignature: Ubuntu

[Bug 584841] Re: firefox-bin crashed with SIGSEGV in signal handler called()

2010-05-24 Thread Andrew Bennetts
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/49005610/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/49005611/Disassembly.txt ** Attachment added: ExtensionSummary.txt

[Bug 583769] Re: AssertionError when using older smart servers (upstream bug #528041)

2010-05-23 Thread Andrew Bennetts
Your adjusted patch drops the test for the bug and NEWS entries. Not a huge deal but it might be better to keep the divergence minimal. Alternatively it might be simpler and better to package the current lp:bzr/2.1 branch. The final 2.1.2 is likely to be very close the current state of that

[Bug 580282] Re: bzr: ERROR: exceptions.RuntimeError: the sip module implements API v7.0 to v7.1 but the PyQt4.QtCore module requires API v6.0

2010-05-20 Thread Andrew Bennetts
Looks likely to be a bug in the python-qt4 package or maybe the qbzr plugin... As as first step I'm reassigning to the bzr-explorer package. That's probably wrong, but it's at least closer I think. Feel free to reassign again as appropriate. FWIW, I can't reproduce this with python -c 'from

[Bug 580282] Re: bzr: ERROR: exceptions.RuntimeError: the sip module implements API v7.0 to v7.1 but the PyQt4.QtCore module requires API v6.0

2010-05-20 Thread Andrew Bennetts
Ok. Thanks for the update! ** Changed in: bzr-explorer (Ubuntu) Status: New = Invalid -- bzr: ERROR: exceptions.RuntimeError: the sip module implements API v7.0 to v7.1 but the PyQt4.QtCore module requires API v6.0 https://bugs.launchpad.net/bugs/580282 You received this bug

[Bug 195397] Re: Bazaar does not follow the Freedesktop XDG Base Directory Specification

2010-05-19 Thread Andrew Bennetts
Is $XDG_DATA_HOME/../lib/pythonX.Y/site-packages/bzrlib/plugins really the right spot? The ../ seems a little fragile, and the result definitely seems a step backwards for usability. It will make it much harder to install and manage plugins by hand simply by virtue of being a much deeper and

[Bug 264275] Re: bazaar internal error if adding file in a linked directory

2010-05-03 Thread Andrew Bennetts
Cristian: See the merge proposal at https://code.launchpad.net/~declanmg/bzr/264275-fix/+merge/15175 for details about where this is up to. The summary seems to be that there's a patch, but it needs some more work before it's ready for inclusion in bzr. -- bazaar internal error if adding file

[Bug 571467] Re: Short option for --show-diff in commit: like -vv or -p

2010-04-29 Thread Andrew Bennetts
** Changed in: bzr Status: In Progress = Fix Released ** Changed in: bzr Milestone: None = 2.2b3 -- Short option for --show-diff in commit: like -vv or -p https://bugs.launchpad.net/bugs/571467 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 567584] Re: error when printing error messages with utf8 chars

2010-04-20 Thread Andrew Bennetts
** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr Importance: Undecided = High ** Changed in: bzr Status: New = Confirmed ** Summary changed: - error when printing error messages with utf8 chars + error when printing error messages with utf8 chars

[Bug 567349] Re: Please add parameter to sort by date, e.g. to status and ls

2010-04-20 Thread Andrew Bennetts
** Also affects: bzr Importance: Undecided Status: New ** Summary changed: - Please add parameter to sort by date, e.g. to status and ls + Please add parameter to sort files by date, e.g. to status and ls ** Changed in: bzr Importance: Undecided = Wishlist ** Changed in: bzr

Re: [Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-18 Thread Andrew Bennetts
Robert Collins wrote: We already check as pretty much the second thing we do: - we open the branch - we mkdir the target directory. So if its taking 15 seconds, this bug probably really wants to be 'taking 15 seconds to open a branch'. Could you please run with bzr -Dhpss and attach the

[Bug 564953] Re: Please check earlier for error condition Target directory %s already exists. (in 'bzr branch')

2010-04-16 Thread Andrew Bennetts
** Summary changed: - Please check earlier for error condition Target directory %s already exists. + Please check earlier for error condition Target directory %s already exists. (in 'bzr branch') ** Also affects: bzr Importance: Undecided Status: New ** Changed in: bzr (Ubuntu)

[Bug 562632] Re: bzr merge fails with (only) [Errno 13] Permission denied

2010-04-13 Thread Andrew Bennetts
** Also affects: bzr Importance: Undecided Status: New -- bzr merge fails with (only) [Errno 13] Permission denied https://bugs.launchpad.net/bugs/562632 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 562632] Re: bzr merge fails with (only) [Errno 13] Permission denied

2010-04-13 Thread Andrew Bennetts
That is strange. What are the permissions on /home/user/src/b2evo/whissip/blogs/skins/custom/index.main.php and /home/user/src/b2evo/whissip/blogs/skins/custom ? Here's a script that reproduces this error: bzr=/bzr --no-plugins -Derror $bzr init one cd one echo 'rev 1' file.txt $bzr add $bzr

[Bug 532192] Re: bzr crashed with TypeError in open()

2010-04-13 Thread Andrew Bennetts
** Package changed: bzr (Ubuntu) = bzr-git (Ubuntu) -- bzr crashed with TypeError in open() https://bugs.launchpad.net/bugs/532192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 561804] Re: bzr crashed with IOError in report_exception()

2010-04-13 Thread Andrew Bennetts
I guess if stderr has already been closed then report_exception should just catch and ignore broken pipe errors when trying to write to it. There's not much else we can usefully do. ** Also affects: bzr Importance: Undecided Status: New ** Description changed: Binary package hint:

[Bug 372554] Re: bzr crashed with SIGSEGV in PyObject_SetAttrString()

2010-04-13 Thread Andrew Bennetts
FWIW, the python DBus bindings are near the top of the stacktrace: #0 0x00450e6b in PyObject_SetAttrString () #1 0x7fe66c90267c in ?? () from /var/lib/python-support/python2.6/_dbus_bindings.so #2 0x7fe66c8ff19a in ?? () from

[Bug 521546] Re: TypeError: merge_text() takes exactly 2 arguments (3 given)

2010-02-14 Thread Andrew Bennetts
As Michael points out, this is bug 515597, which has been fixed on the 2.1 branch already, and should be part of 2.1.0 final (even if there are no further release candidates). -- TypeError: merge_text() takes exactly 2 arguments (3 given) https://bugs.launchpad.net/bugs/521546 You received this

[Bug 501754] Re: Better support for merging debian/changelog

2010-01-18 Thread Andrew Bennetts
Related: https://bugs.edge.launchpad.net/bzr/+bug/491711, hook to permit per file merges. -- Better support for merging debian/changelog https://bugs.launchpad.net/bugs/501754 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 501754] Re: Better support for merging debian/changelog

2010-01-18 Thread Andrew Bennetts
Oh, and https://lists.ubuntu.com/archives/ubuntu-distributed- devel/2010-January/000357.html (and the rest of that thread) has some code for parsing and merging debian/changelog files, which is probably a good starting point to use with bug 491711's fix. -- Better support for merging

[Bug 437626] Re: [sru] exceptions.AssertionError: second push failed to complete a fetch set

2010-01-10 Thread Andrew Bennetts
I just installed 2.0.2-0ubuntu1 from karmic-proposed, and it appears to be working just fine. -- [sru] exceptions.AssertionError: second push failed to complete a fetch set https://bugs.launchpad.net/bugs/437626 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 500760] [NEW] Fatal error with no explanation

2009-12-27 Thread Andrew Bennetts
Public bug reported: Binary package hint: ubuntuone-client I've no idea what this error is about. There was an unexplained icon in my gnome panel with the title text Fatal error. Clicking on it prompted me to file this bug report. I hope the automatically attached debug info is helpful.

[Bug 500760] Re: Fatal error with no explanation

2009-12-27 Thread Andrew Bennetts
** Attachment added: .home.andrew..cache.ubuntuone.log.oauth.login.log.txt http://launchpadlibrarian.net/37223900/.home.andrew..cache.ubuntuone.log.oauth.login.log.txt ** Attachment added: .home.andrew..cache.ubuntuone.log.syncdaemon.exceptions.log.txt

  1   2   3   >