[Bug 890194] Re: hg push ends with an exception

2012-01-01 Thread Julian Taylor
** Changed in: hgsubversion (Ubuntu Oneiric) Assignee: Julian Taylor (jtaylor) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890194 Title: hg push ends with an exception

[Bug 910757] Re: pyzmq ftbfs on amd64 and i386 (test failures)

2012-01-02 Thread Julian Taylor
something is broken on the i386/amd64 archive builders. The testsuite fails to bind to localhost. see e.g. this message: File /build/buildd/pyzmq-2.1.10/zmq/tests/test_context.py, line 166, in block s.bind_to_random_port('tcp://127.0.0.1') File socket.pyx, line 519, in

[Bug 910922] Re: switch to dh_python2

2012-01-02 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #631404 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631404 ** Also affects: pyparsing (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631404 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 910965] Re: [python3-setuptools] AttributeError: 'HTTPMessage' object has no attribute 'getheaders'

2012-01-02 Thread Julian Taylor
thanks for the report. this issue was fixed in distribute 6.19 released in the current development release precise: http://pypi.python.org/pypi/distribute#id6 attached patch for the oneiric package should fix it. ** Patch added: getheaderpatch.patch

[Bug 909024] Re: easy_install crashed with ImportError in setup.py: No module named Pyrex.Distutils

2012-01-02 Thread Julian Taylor
this looks like a missing dependency in the pyalsa egg, please report it to them. installing the python-pyrex package allows installation. ** Changed in: distribute (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 910965] Re: [python3-setuptools] AttributeError: 'HTTPMessage' object has no attribute 'getheaders'

2012-01-02 Thread Julian Taylor
** Description changed: + [impact] installing python3 modules that need downloading does not work + due to use of a function not available in python3 + + [Fix] upstream now uses a method available in all python versions, that fix applies to oneiric.

[Bug 888495] Re: Can't compile C++ code: undefined reference to:

2012-01-03 Thread Julian Taylor
do we need a fix for this? the difference is a bit too large for an easy SRU. the fix is quite simple, link with some blas providing library. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/888495

[Bug 911199] Re: libidl: Convert to multiarch

2012-01-03 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #641614 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641614 ** Also affects: libidl (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641614 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 911124] Re: Please sync python-sphinx 1.1.2 from Debian experimental

2012-01-03 Thread Julian Taylor
I would not recommend syncing it yet. numpy and virtualenv fail to build with it. venv bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651359 If you want to speed up the process help fixing those issues. ** Bug watch added: Debian Bug tracker #651359

[Bug 912390] Re: blcr-dkms 0.8.2-15ubuntu2: blcr kernel module failed to build

2012-01-05 Thread Julian Taylor
*** This bug is a duplicate of bug 804943 *** https://bugs.launchpad.net/bugs/804943 ** This bug has been marked a duplicate of bug 804943 blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full

[Bug 858175] Re: oss4-dkms 4.2-build2004-1ubuntu1: oss4 kernel module failed to build (fatal error: bits/predefs.h: No such file or directory)

2012-01-05 Thread Julian Taylor
** Also affects: oss4 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640829 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858175 Title:

[Bug 858181] Re: oss4-dkms 4.2-build2004-1ubuntu1: oss4 kernel module failed to build (error: conflicting types for ‘fd_set’)

2012-01-05 Thread Julian Taylor
** Also affects: oss4 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645537 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858181 Title:

[Bug 909189] Re: Request for new upstream version 1.2 upgrade.

2012-01-06 Thread Julian Taylor
thanks for incorporating my suggestions. (note subprocess.check_ouput only works with python2.7 which is fine in ubuntu but maybe not for all your other users) I saw another issue with insecure temporary file use in setnextalarm.py and alarm.py and most scripts. please use tempfile.TemporaryFile

[Bug 909189] Re: Request for new upstream version 1.2 upgrade.

2012-01-06 Thread Julian Taylor
tempfiles in ~ are ok if they have correct permissions. But their content should not be used by privileged processes unverified (especially not as roots crontab). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 909189] Re: Request for new upstream version 1.2 upgrade.

2012-01-06 Thread Julian Taylor
within home the filename is not important as only the user and root should have access to it. So 1. should be no problem 2. on the other hand can be if the script, which will be executed by root, can be edited without root rights. the script run by root must only be writeable by root. -- You

[Bug 909189] Re: Request for new upstream version 1.2 upgrade.

2012-01-06 Thread Julian Taylor
you must create it with the right permissions to begin with. Else you have race condition where a unprivileged user could write to the file before the permissions are changed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 900032] Re: New upstream version (2.1.0)

2011-12-04 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #650986 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650986 ** Also affects: stow (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650986 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 900053] Re: blcr-dkms 0.8.2-15ubuntu1: blcr kernel module failed to build

2011-12-04 Thread Julian Taylor
*** This bug is a duplicate of bug 804943 *** https://bugs.launchpad.net/bugs/804943 ** This bug has been marked a duplicate of bug 804943 blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full

[Bug 776559] Re: expand returns incorrect results for non-commutative symbols

2011-12-05 Thread Julian Taylor
a fix was released with version 0.7.1.rc1 in ubuntu precise. If you wish a fix in stable or a backport please follow the procedure outlined here: https://wiki.ubuntu.com/StableReleaseUpdates ** Changed in: sympy (Ubuntu) Status: New = Fix Released -- You received this bug notification

[Bug 900476] Re: Please sync python-mlpy version 3

2011-12-05 Thread Julian Taylor
** Tags added: upgrade-software-version ** Changed in: mlpy (Ubuntu) Importance: Undecided = Wishlist ** Summary changed: - Please sync python-mlpy version 3 + Please package python-mlpy version 3.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 900476] Re: Please package python-mlpy version 3.2

2011-12-05 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #651118 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651118 ** Also affects: mlpy (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651118 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 900218] Re: /usr/bin/gsmsmsrequeue: 12: function: not found

2011-12-05 Thread Julian Taylor
This issue was apparently fixed in -12.5 available from 10.04 onwards. you could try changing the shell from sh to bash in /usr/bin/gsmsmsrequeue to see if this fixes the issue: diff -u gsmlib-1.10/contrib/gsmsmsrequeue gsmlib-1.10/contrib/gsmsmsrequeue --- gsmlib-1.10/contrib/gsmsmsrequeue +++

[Bug 900875] [NEW] accerciser broken with ipython 0.11

2011-12-06 Thread Julian Taylor
Public bug reported: with the recent sync of ipython 0.11 to precise accerciser is now not functional anymore. A prototype patch that restores the functionality is available here: https://bugzilla.gnome.org/show_bug.cgi?id=659296 ** Affects: accerciser Importance: Unknown Status:

[Bug 900899] Re: New comparison file selection dialog closes after clicking Three Way Compare

2011-12-07 Thread Julian Taylor
** Changed in: meld (Ubuntu) Status: Confirmed = Triaged ** Changed in: meld (Ubuntu) Importance: Undecided = Low ** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 783568] Re: missing dependency

2011-12-07 Thread Julian Taylor
** Changed in: gdevilspie Status: New = Invalid ** Changed in: gdevilspie (Ubuntu) Status: New = Fix Released ** Also affects: gdevilspie (Ubuntu Oneiric) Importance: Undecided Status: New ** Tags added: bitesize -- You received this bug notification because you are a

[Bug 783568] Re: missing dependency

2011-12-07 Thread Julian Taylor
** Also affects: gdevilspie (Ubuntu Maverick) Importance: Undecided Status: New ** Also affects: gdevilspie (Ubuntu Natty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 811721] Re: update pycryptopp to version 0.5.29-1 in lucid, maverick, natty

2011-11-29 Thread Julian Taylor
the tahoe versions in maverick and lucid work fine with the available pycryptopp. This is no reason to do an SRU. if you want to backport tahoe-lafs then also backport pycryptop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 898119] Re: cx-freeze can't find python-matplotlib-data

2011-12-01 Thread Julian Taylor
it should probably use matplotlib.get_data_path() in cx_Freeze/hhooks.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/898119 Title: cx-freeze can't find python-matplotlib-data To manage

[Bug 880620] Re: Please sync django-tastypie from debian sid

2011-12-01 Thread Julian Taylor
** Changed in: django-tastypie (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/880620 Title: Please sync django-tastypie from debian sid To manage

[Bug 871176] Re: KnownFailure should not be registered as a global nose plugin

2011-12-02 Thread Julian Taylor
this issue was fixed version 1.1.0-1 available in precise. ** Changed in: matplotlib (Ubuntu) Status: Confirmed = Fix Released ** Changed in: matplotlib (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 877519] Re: svg engine broken: fails with default tick labels on colorbar

2011-12-02 Thread Julian Taylor
looks like this issue: http://azitech.wordpress.com/2011/09/01/matplotlib-font-manager-error/ try: rm ~/.matplotlib/fontList.cache ** Changed in: matplotlib (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 871176] Re: KnownFailure should not be registered as a global nose plugin

2011-12-02 Thread Julian Taylor
the fix does look simple but matplotlib is a complicated package with many reverse dependencies. Even only rebuilding it could cause unforseeable issues which can get difficult and time consuming to resolve. I think ensuring that matplotlib keeps working for regular users is preferable to

[Bug 898739] Re: Dangling symlinks for precat.1 and preunzip.1 manpages

2011-12-03 Thread Julian Taylor
thanks for the report, this issue has been fixed in version 0.60.7~20110707-1 available in ubuntu precise pangolin. ** Changed in: aspell (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 899629] Re: gcc -lpthread a.c causes problem; gcc a.c -lpthread doesn't

2011-12-03 Thread Julian Taylor
this is caused by the linker flag --as-needed now default from 11.10 onwards. This flag requires objects to be placed before libraries providing the symbols they need. It can be disabled with -Wl,--no-as-needed but its generaly preferable to just order the commandline correctly. ** Changed in:

[Bug 893773] Re: skype cannot be installed

2011-12-04 Thread Julian Taylor
** Changed in: skype (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/893773 Title: skype cannot be installed To manage notifications about this bug go to:

[Bug 856299] Re: libnss3.so

2011-12-04 Thread Julian Taylor
** Changed in: chromium-browser (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/856299 Title: libnss3.so To manage notifications about this bug go to:

[Bug 833970] Re: apt-cacher-ng crashed with SIGSEGV in start_thread()

2011-12-04 Thread Julian Taylor
** Changed in: apt-cacher-ng (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/833970 Title: apt-cacher-ng crashed with SIGSEGV in start_thread() To manage

[Bug 830652] Re: Game does not start

2011-12-04 Thread Julian Taylor
** Changed in: balazar (Ubuntu) Status: Triaged = 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/830652 Title: Game does not start To manage notifications about this bug go to:

[Bug 825898] Re: Segmenation fault

2011-12-04 Thread Julian Taylor
marking it fixed as the current release 11.10 is not affected. If you wish an update for 11.04 please follow this procedure: https://wiki.ubuntu.com/StableReleaseUpdates ** Changed in: mp3gain (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a

[Bug 899889] [NEW] Sync sslsniff 0.8-2 (universe) from Debian testing (main)

2011-12-04 Thread Julian Taylor
Public bug reported: Please sync sslsniff 0.8-2 (universe) from Debian testing (main) Explanation of the Ubuntu delta and why it can be dropped: * debian/control: pass libraries to link with in LIBS instead of LD_FLAGS - fixes build with ld --as-needed (LP: #803200) fix has been applied to

[Bug 899889] Re: Sync sslsniff 0.8-2 (universe) from Debian testing (main)

2011-12-04 Thread Julian Taylor
** Attachment added: pbuilder amd64 precise buildlog https://bugs.launchpad.net/ubuntu/+source/sslsniff/+bug/899889/+attachment/2618956/+files/sslsniff_0.8-2.log.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 730915] Re: package watershed 5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-12-04 Thread Julian Taylor
** Changed in: watershed (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/730915 Title: package watershed 5 failed to install/upgrade: subprocess installed

[Bug 583056] Re: Assertion error (r == n_visible_rows) in gtk_file_system_model_sort causes applications to crash

2011-12-04 Thread Julian Taylor
the fix was released with gtk 2.24.4 available from 11.04 onwards ** Changed in: gtk+2.0 (Ubuntu) Status: Confirmed = 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/583056 Title:

[Bug 871739] Re: Static linked libraries missing

2011-12-04 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #650933 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650933 ** Also affects: sundials (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650933 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 902494] Re: symbol lookup error: undefined symbol: png_create_read_struct

2011-12-16 Thread Julian Taylor
** Also affects: silly (Ubuntu Oneiric) 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/902494 Title: symbol lookup error: undefined symbol:

[Bug 905369] Re: libboost-system1.46.1 is broken on oneiric 11.10

2011-12-16 Thread Julian Taylor
in what way is the package broken? please elaborate on the issue you are experiencing. ** Changed in: boost1.46 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 879686] Re: vnc connections don't work

2011-12-16 Thread Julian Taylor
the issue is fixed with the package in proposed. I have experienced no regressions. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 902494] Re: symbol lookup error: undefined symbol: png_create_read_struct

2011-12-16 Thread Julian Taylor
** Description changed: + the library libsilly is not linked against libpng which it uses directly. + [Impact] + This causes all programs linking against libsilly but not against libpng to fail with an undefined symbol message. + + [Fix] + This was fixed is precise with 0.1.0-2ubuntu1 by simply

[Bug 905369] Re: libboost-system1.46.1 is broken on oneiric 11.10

2011-12-16 Thread Julian Taylor
what architecture are you using? amd64 and i386 appear fine: dpkg -L libboost-system1.46.1 ... /usr/lib/libboost_system.so.1.46.1 ... what is missing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 903924] Re: st2.py crashed with IndexError in channel_switch(): list index out of range

2011-12-16 Thread Julian Taylor
** 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/903924 Title: st2.py crashed with IndexError in channel_switch(): list index out of range To manage notifications

[Bug 905369] Re: libboost-system1.46.1 is broken on oneiric 11.10

2011-12-16 Thread Julian Taylor
no worries, everyone makes mistakes from time to time. ** Changed in: boost1.46 (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905369 Title:

[Bug 865244] Re: The application crashes aftera a few moments.

2011-12-17 Thread Julian Taylor
Thank you for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - Precise Pangolin. This is a significant bug in Ubuntu. If you need a fix for the bug in previous versions of

[Bug 851474] Re: Version bump request to 0.9.7

2011-12-17 Thread Julian Taylor
we now have the required imagemagick version and with the fix from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652483 it builds in precise. ** Bug watch added: Debian Bug tracker #652483 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652483 -- You received this bug notification

[Bug 905695] Re: Please merge libusb-1.0-0 (2:1.0.9~rc3-2 ) in Debian Unstable

2011-12-17 Thread Julian Taylor
the package has no ubuntu delta, it will get synced automatically when it reaches debian testing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905695 Title: Please merge libusb-1.0-0

[Bug 905630] Re: request libyaml for Multiarch

2011-12-17 Thread Julian Taylor
debian would profit from this too, please file a bug in debian for this change, ubuntu will then receive it automatically: https://wiki.ubuntu.com/Debian/Bugs giving a reason why you want it multiarched might help motivating the maintainer to do it. -- You received this bug notification

[Bug 905610] Re: New upstream release

2011-12-17 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #618542 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618542 ** Also affects: mc (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618542 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 905577] Re: ipython crashed with SIGSEGV in __find_specmb()

2011-12-17 Thread Julian Taylor
this is not a ipython issue, but help(), modules attempts to import all modules and crashes in one of them. for me it crashes in python-apt: gdb /usr/bin/python-dbg (gdb) r help() modules Program received signal SIGSEGV, Segmentation fault. (gdb) bt #0 0x00018236 in ?? () #1

[Bug 905812] Re: Support Multiarch

2011-12-18 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #652496 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652496 ** Also affects: libgd2 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652496 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 830440] Re: skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

2011-08-21 Thread Julian Taylor
libxss1 and a few other libreries has been removed from ia32libs you need to enable multiarch and install the 32 bit libraries: echo foreign-architecture i386 | sudo tee /etc/dpkg/dpkg.cfg.d/multiarch sudo apt-get install libxss1:i386 libqtcore4:i386 libqt4-dbus:i386 -- You received this bug

[Bug 829997] Re: 'man dconf' does not exist

2011-08-21 Thread Julian Taylor
the manual is available on my system: $ apt-cache policy dconf dconf: Installed: 0.5.1-2 $ dpkg -L dconf | grep man1 /usr/share/man/man1 /usr/share/man/man1/dconf.1.gz what di these commands output on yours? ** Changed in: dconf (Ubuntu) Status: New = Incomplete -- You received this

[Bug 829694] Re: FTBFS

2011-08-21 Thread Julian Taylor
** Changed in: torcs (Ubuntu) Status: New = In Progress ** Changed in: torcs (Ubuntu) Assignee: (unassigned) = Julian Taylor (jtaylor) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829694

[Bug 829694] Re: FTBFS

2011-08-21 Thread Julian Taylor
in: torcs (Ubuntu) Assignee: Julian Taylor (jtaylor) = (unassigned) ** Changed in: torcs (Ubuntu) Status: In Progress = Triaged ** Tags added: oneiric patch-forwarded-debian -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 830222] Re: thinkhdaps.py crashed with ImportError in __main__: No module named extras

2011-08-21 Thread Julian Taylor
*** This bug is a duplicate of bug 830220 *** https://bugs.launchpad.net/bugs/830220 ** This bug has been marked a duplicate of bug 830220 slickswitcher.py crashed with ImportError in __main__: No module named extras -- You received this bug notification because you are a member of

[Bug 830221] Re: tomboy-applet.py crashed with ImportError in __main__: No module named extras

2011-08-21 Thread Julian Taylor
*** This bug is a duplicate of bug 830220 *** https://bugs.launchpad.net/bugs/830220 ** This bug has been marked a duplicate of bug 830220 slickswitcher.py crashed with ImportError in __main__: No module named extras -- You received this bug notification because you are a member of

[Bug 830220] Re: slickswitcher.py crashed with ImportError in __main__: No module named extras

2011-08-21 Thread Julian Taylor
this is caused by python-awn installing into /usr/share/pyshared and python-awn-extras installing into /usr/lib/python2.7/dist-packages both packages should be change do to use dh_python2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 830520] Re: Crashes to compare some PHP code patterns

2011-08-21 Thread Julian Taylor
I can't reproduce the crash. Can you please attach the files in their original form to the bug instead of pasting them? Please start meld from a terminal and paste the traceback you get on the crash. ** Changed in: meld (Ubuntu) Status: New = Incomplete -- You received this bug

[Bug 830220] Re: slickswitcher.py crashed with ImportError in __main__: No module named extras

2011-08-21 Thread Julian Taylor
** Changed in: awn-extras (Ubuntu) Status: New = Triaged ** Changed in: awn-extras (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/830220 Title:

[Bug 830520] Re: Crashes to compare some PHP code patterns

2011-08-21 Thread Julian Taylor
*** This bug is a duplicate of bug 774265 *** https://bugs.launchpad.net/bugs/774265 thanks for the files, I could now reproduce it. It is another duplicate of bug 774265 ** This bug has been marked a duplicate of bug 774265 [natty] meld hangs comparing attached files -- You received

[Bug 786134] Re: Meld chokes on file comparison

2011-08-21 Thread Julian Taylor
this was fixed in release 1.5.2 with commit 8c5a45f4308d05c74b2d54c4ca936b6f09fad5da ** Changed in: meld (Ubuntu) Status: New = Triaged ** Changed in: meld (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 774265] Re: [natty] meld hangs comparing attached files

2011-08-21 Thread Julian Taylor
** Changed in: meld (Ubuntu Natty) Status: Confirmed = Triaged ** Changed in: meld (Ubuntu Natty) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/774265 Title:

[Bug 803173] Re: buzztard version 0.5.0-4 failed to build on i386

2011-08-21 Thread Julian Taylor
** Changed in: buzztard (Ubuntu) Assignee: Julian Taylor (jtaylor) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803173 Title: buzztard version 0.5.0-4 failed to build on i386

[Bug 803203] Re: tenace version 0.11-1 failed to build on i386

2011-08-21 Thread Julian Taylor
** Changed in: tenace (Ubuntu) Assignee: Julian Taylor (jtaylor) = (unassigned) ** Changed in: tenace (Ubuntu) Status: In Progress = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 770979] Re: pads version 1.2-10 failed to build on amd64 with GCC-4.6/oneiric

2011-08-21 Thread Julian Taylor
** Changed in: pads (Ubuntu Oneiric) Assignee: Julian Taylor (jtaylor) = (unassigned) ** Changed in: pads (Ubuntu Oneiric) Status: In Progress = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 803210] Re: unison2.27.57 version 2.27.57-3 failed to build on i386

2011-08-21 Thread Julian Taylor
this issue was fixed in 2.27.57-4 unison2.27.57 (2.27.57-4) unstable; urgency=low [ Stéphane Glondu ] * Team upload * Remove obsolete README.source * Bump Standards-Version to 3.9.2 [ Julian Taylor ] * Fix build with ld --as-needed (Closes: #633354) -- Julian Taylor jtaylor.deb

[Bug 830653] Re: Game does not start

2011-08-21 Thread Julian Taylor
*** This bug is a duplicate of bug 830652 *** https://bugs.launchpad.net/bugs/830652 ** This bug has been marked a duplicate of bug 830652 Game does not start -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 830652] Re: Game does not start

2011-08-21 Thread Julian Taylor
thanks for the report, this is very likely caused by the broken soya package a soya fix is currently waiting in -proposed for verification, please see bug 780305 use the instructions there to update soya and please test again. If it works please report in that bug so the update can distributed

[Bug 748174] Re: Balazar error when starting with --single

2011-08-21 Thread Julian Taylor
you need to add a login and a password to the option, but the error message needs improving ** Bug watch added: Debian Bug tracker #638786 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638786 ** Also affects: balazar (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638786

[Bug 818457] Re: Sync paps 0.6.8-6 (universe) from Debian unstable (main)

2011-08-21 Thread Julian Taylor
paps 0.6.8-6 was synced. ** Changed in: paps (Ubuntu) Status: Triaged = 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/818457 Title: Sync paps 0.6.8-6 (universe) from Debian

[Bug 770784] Re: mooproxy version 0.1.3-1 failed to build on amd64 with GCC-4.6/oneiric

2011-08-21 Thread Julian Taylor
** Changed in: mooproxy (Ubuntu Oneiric) Assignee: Julian Taylor (jtaylor) = (unassigned) ** Changed in: mooproxy (Ubuntu Oneiric) Status: In Progress = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 794210] Re: meld throws exception when diffing against subversion repository

2011-08-22 Thread Julian Taylor
Thank you for taking the time to report this bug and helping to make Ubuntu better. I am closing it because the bug has been fixed in the latest development version of Ubuntu - Oneiric Ocelot. ** Changed in: meld (Ubuntu) Status: Confirmed = Fix Released -- You received this bug

[Bug 785487] Re: Entering the Tab width with the keyboard does not work

2011-08-22 Thread Julian Taylor
Thank you for taking the time to report this bug and helping to make Ubuntu better. I am closing it because the bug has been fixed in the latest development version of Ubuntu - Oneiric Ocelot. ** Changed in: meld (Ubuntu) Status: New = Fix Released -- You received this bug notification

[Bug 770549] Re: meld /path/to/folder doesn't work

2011-08-22 Thread Julian Taylor
this issue has been fixed in upstream commit 9da095e9c1d330e5e78474633c76c7efcbb4693b and was released in 1.5.2 ** Changed in: meld (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 786134] Re: Meld chokes on file comparison

2011-08-22 Thread Julian Taylor
1.5.2 is now available in oneiric ocelot. ** Changed in: meld (Ubuntu) Status: Triaged = 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/786134 Title: Meld chokes on file

[Bug 786134] Re: Meld chokes on file comparison

2011-08-22 Thread Julian Taylor
** Description changed: Binary package hint: meld Meld enters an infinite loop trying to compare the files below. + TESTCASE: + extract the attached file. + open them with + meld file1 file1 + Ubuntu 11.04 Meld 1.5.0 -- You received this bug notification because you are a

[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-08-22 Thread Julian Taylor
** Description changed: Binary package hint: meld - If I run meld in a SVN working copy to display local modifications, meld crashes if the working copy contains a SVN externals directory. The following traceback is given: + If I run meld in a SVN working copy to display local

[Bug 770549] Re: meld /path/to/folder doesn't work

2011-08-22 Thread Julian Taylor
** Description changed: Binary package hint: meld Running meld /path/to/a/folder (where the folder is a git or svn folder) does not work. Meld comes up but with nothing showing in the GUI. The man page of meld says that this should work so this pretty much looks like a bug. + +

[Bug 774265] Re: [natty] meld hangs comparing attached files

2011-08-22 Thread Julian Taylor
** Branch unlinked: lp:~jtaylor/ubuntu/natty/meld/meld-fix-774265 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/774265 Title: [natty] meld hangs comparing attached files To manage notifications

[Bug 830711] Re: Header for standard clib missing in blitz++ dev package

2011-08-22 Thread Julian Taylor
both files you mentioned do include cstdlib in lucids version 1:0.9-10: # grep -n cstdlib /usr/include/blitz/funcs.h 30:#include cstdlib 34:#include cstdlib # grep -n cstdlib /usr/include/blitz/mathfunc.h 3:#include cstdlib can you provide an example where its missing? ** Changed in:

[Bug 774265] Re: [natty] meld hangs comparing attached files

2011-08-22 Thread Julian Taylor
** Description changed: Binary package hint: meld meld 1.5.0-0ubuntu1, i386, Ubuntu Natty. Upgrading to 1.5.1 from debian experimental solves the problem ( http://packages.debian.org/experimental/meld ) TESTCASE: extract the attached file. open them with meld mine original

[Bug 770549] Re: meld /path/to/folder doesn't work

2011-08-22 Thread Julian Taylor
** Description changed: Binary package hint: meld Running meld /path/to/a/folder (where the folder is a git or svn folder) does not work. Meld comes up but with nothing showing in the GUI. The man page of meld says that this should work so this pretty much looks like a bug. It is

[Bug 786134] Re: Meld chokes on file comparison

2011-08-22 Thread Julian Taylor
** Description changed: Binary package hint: meld Meld enters an infinite loop trying to compare the files below. TESTCASE: extract the attached file. open them with meld file1 file1 + regression potential: + low, small easily backported fix. + released in 1.5.2 in use by

[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-08-22 Thread Julian Taylor
** Description changed: Binary package hint: meld If I run meld in a SVN working copy to display local modifications, meld crashes if the working copy contains a SVN externals directory. TESTCASE: svnadmin create /tmp/test-repo svn co file:///tmp/test-repo repo cd repo

[Bug 770549] Re: meld /path/to/folder doesn't work

2011-08-22 Thread Julian Taylor
** Description changed: Binary package hint: meld Running meld /path/to/a/folder (where the folder is a git or svn folder) does not work. Meld comes up but with nothing showing in the GUI. The man page of meld says that this should work so this pretty much looks like a bug. It is

[Bug 831792] Re: Skype error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory (64bit)

2011-08-23 Thread Julian Taylor
*** This bug is a duplicate of bug 830440 *** https://bugs.launchpad.net/bugs/830440 ** This bug has been marked a duplicate of bug 830440 skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory -- You received this bug

[Bug 831530] Re: Unable to install on oneric alpha

2011-08-23 Thread Julian Taylor
** Changed in: python-chaco (Ubuntu) Status: Confirmed = In Progress ** Changed in: python-chaco (Ubuntu) Assignee: (unassigned) = Julian Taylor (jtaylor) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 831924] [NEW] FFe: Sync python-traitsui 4.0.1-1 (universe) from Debian unstable (main)

2011-08-23 Thread Julian Taylor
Public bug reported: Due to the accidental archive sync a month ago the existing enthough 4 stack got synced to ubuntu but not the new sources which are needed to build/run it. python-traitsui is e.g. required for mayavi2 and python-chaco (bug 831530) It is a rename from python-traitsgui and

[Bug 831924] Re: FFe: Sync python-traitsui 4.0.1-1 (universe) from Debian unstable (main)

2011-08-23 Thread Julian Taylor
** Attachment added: buildlog https://bugs.launchpad.net/ubuntu/+bug/831924/+attachment/2302395/+files/python-traitsui_4.0.1-1.log.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/831924 Title:

[Bug 831930] [NEW] FFe: Sync python-pyface 4.0.0-1 (universe) from Debian unstable (main)

2011-08-23 Thread Julian Taylor
Public bug reported: Due to the accidental archive sync a month ago the existing enthough 4 stack got synced to ubuntu but not the new sources which are needed to build/run it. python-pyface is e.g. required for mayavi2 It replaces python-traitsbackend{wx,qt} so it could introduce some

[Bug 831928] [NEW] FFe: Sync python-envisage 4.0.0-1 (universe) from Debian unstable (main)

2011-08-23 Thread Julian Taylor
Public bug reported: Due to the accidental archive sync a month ago the existing enthough 4 stack got synced to ubuntu but not the new sources which are needed to build/run it. python-envisage is e.g. required for mayavi2 It is a rename from python-envisagecore and introduces new features and

[Bug 831928] Re: FFe: Sync python-envisage 4.0.0-1 (universe) from Debian unstable (main)

2011-08-23 Thread Julian Taylor
** Attachment added: buildlog https://bugs.launchpad.net/ubuntu/+bug/831928/+attachment/2302412/+files/python-envisage_4.0.0-1.log.gz ** Description changed: Due to the accidental archive sync a month ago the existing enthough 4 stack got synced to ubuntu but not the new sources which

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