Bug#560044: Also breaks ant

2010-03-02 Thread Gabriel Farrell
Breaks any ant builds that attempt to do fetching.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#553192: [Pkg-xfce-devel] Bug#553192: xfce4-panel no longer appears on startup of xfce4

2009-10-29 Thread Gabriel Farrell
On Thu, Oct 29, 2009 at 1:01 PM, Yves-Alexis Perez  wrote:
> Gabriel Farrell a écrit :
>> Package: xfce4-panel
>> Version: 4.6.2-1
>> Severity: important
>>
>>
>> Most recent update of xfce4-panel caused it to not show up anymore when
>> starting xfce4.  I'm seeing the following error repeated many times in
>> syslog:
>>
>>     xfce4-panel[19882] trap divide error ip:7fe4f55c600c sp:7fff2bbe9df0
>>     error:0 in libxfce4panel.so.1.1.2[7fe4f55bd000+11000]
>
> Hmhm, never seen that. Could you try
> - with a fresh config (fresh user)
> - to get a backtrace

I've narrowed it down to the .config/xfce4/panel/tasklist-3.rc file.
Even more specifically, I can reproduce it via the properties dialog
of the Task List by unchecking "Show handle" (show_handles=false in
the config file) and selecting the "Always group tasks" setting
(grouping=2).  As soon as these are set and all windows are closed,
the panel flickers and disappears, and the error I mentioned above is
repeated many times in syslog.  This occurs even with a fresh user.

If I run "xfce4-panel &> panel.log &", panel.log is left empty.


HTH,
Gabriel



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#553192: xfce4-panel no longer appears on startup of xfce4

2009-10-29 Thread Gabriel Farrell
Package: xfce4-panel
Version: 4.6.2-1
Severity: important


Most recent update of xfce4-panel caused it to not show up anymore when
starting xfce4.  I'm seeing the following error repeated many times in 
syslog:

xfce4-panel[19882] trap divide error ip:7fe4f55c600c sp:7fff2bbe9df0 
error:0 in libxfce4panel.so.1.1.2[7fe4f55bd000+11000]

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xfce4-panel depends on:
ii  exo-utils  0.3.102-1 Utility files for libexo
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libexo-0.3-0   0.3.102-1 Library with extensions for Xfce
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libgtk2.0-02.18.2-1  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstartup-notificatio 0.10-1library for program launch feedbac
ii  libwnck22  2.28.0-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxfce4util4  4.6.1-1   Utility functions library for Xfce
ii  libxfcegui4-4  4.6.1-1+b1Basic GUI C functions for Xfce4
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

xfce4-panel recommends no packages.

xfce4-panel suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#551682: nginx: Configtest and start fails after default install ("no "http_auth" is defined for server")

2009-10-22 Thread Gabriel Farrell
Same bug occurs on upgrade as well, not surprisingly.


Gabriel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#516824: #516824

2009-03-06 Thread Gabriel Farrell
The issue is BeautifulSoup's move to HTMLParser from SGMLParser [1].
I've linked back to here from the HTMLParser bug [2].

[1] http://groups.google.com/group/beautifulsoup/msg/d5a7540620538d14
[2] http://bugs.python.org/issue670664



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#489263: python-setuptools: Unable to handle subversion 1.5 .svn/entries

2008-07-11 Thread Gabriel Farrell
The patch at http://bugs.python.org/issue2770 fixes the issue by looking
for files that start with '9' as well as '8', though I imagine sdist.py
should import the log function since it references it.  Silly setuptools.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466890: libtidy: recent upgrade breaks elementtree's TidyHTMLTreeBuilder

2008-02-21 Thread Gabriel Farrell
Package: libtidy-0.99-0
Version: 20080116cvs-2
Severity: normal
File: libtidy

With a recent (Feb. 8) upgrade, elementtree's TidyHTMLTreeBuilder bails
on every document it tries to parse:  

>>> tree = TidyHTMLTreeBuilder.parse(html)
Traceback (most recent call last):
  File "", line 1, in ?
  File
"/var/lib/python-support/python2.4/elementtidy/TidyHTMLTreeBuilder.py",
line 109, in parse
return ElementTree.parse(source, TreeBuilder())
  File "/var/lib/python-support/python2.4/elementtree/ElementTree.py",
line 859, in parse
tree.parse(source, parser)
  File "/var/lib/python-support/python2.4/elementtree/ElementTree.py",
line 584, in parse
self._root = parser.close()
  File
"/var/lib/python-support/python2.4/elementtidy/TidyHTMLTreeBuilder.py",
line 95, in close
return ElementTree.XML(stdout)
  File "/var/lib/python-support/python2.4/elementtree/ElementTree.py",
line 960, in XML
parser.feed(text)
  File "/var/lib/python-support/python2.4/elementtree/ElementTree.py",
line 1242, in feed
self._parser.Parse(data, 0)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1,
column 1
>>> 

I believe the upgrade of libtidy caused the problem.  See also bug #461629.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.8-domU-linode5 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libtidy-0.99-0 depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries

libtidy-0.99-0 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#465976: python-paramiko: syntax warning on decorators when compiling with python2.3

2008-02-15 Thread Gabriel Farrell
Package: python-paramiko
Version: 1.7.2-0.1
Severity: normal


When compiling with python2.3, I get the following error:

INFO: using old version '/usr/bin/python2.3'
Setting up python-paramiko (1.7.2-0.1) ...
Compiling
/var/lib/python-support/python2.3/IPython/Extensions/ipy_profile_zope.py
...
  File
"/var/lib/python-support/python2.3/IPython/Extensions/ipy_profile_zope.py",
line 95
@property
^
SyntaxError: invalid syntax

I don't know if this affects the functionality of paramiko (are both
decorators and non-decorator syntax in this file?), and it will
go away once python2.3 goes away, so maybe it's not worth fixing.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.8-domU-linode5 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-paramiko depends on:
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-crypto2.0.1+dfsg1-2.1 cryptographic algorithms and proto
ii  python-support   0.7.6   automated rebuilding support for p

python-paramiko recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#398856: 1.6b in svn

2007-08-17 Thread Gabriel Farrell
This wishlist bug seconded.  Version 1.6b is now in SVN, and 1.6a has
been available for nearly a year.  Includes a number of bug fixes, most
important to me being unicode support.

Many thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#401713: tomcat5.5invoke-rc.d initscript fails on upgrade

2006-12-05 Thread Gabriel Farrell
On Tue, Dec 05, 2006 at 06:13:10PM +0100, Marcus Better wrote:
> Can you try the version in experimental?
> 
> Marcus

The version in experimental installs without the error.  Thanks!

Gabe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#401713: tomcat5.5invoke-rc.d initscript fails on upgrade

2006-12-05 Thread Gabriel Farrell
Package: tomcat5.5
Version: 5.5.20-2
Severity: normal


Today's `aptitude update` ended with the following:

Setting up tomcat5.5 (5.5.20-2) ...
Starting Tomcat servlet engine: tomcat5.5invoke-rc.d: initscript
tomcat5.5, action "start" failed.
dpkg: error processing tomcat5.5 (--configure):
 subprocess post-installation script returned error exit status 1


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages tomcat5.5 depends on:
ii  adduser   3.99   Add and remove users and groups
ii  apache2-utils 2.2.3-3.1  utility programs for webservers
ii  apache2.2-common  2.2.3-3.1  Next generation, scalable, extenda
ii  ecj-bootstrap 3.2.1-3bootstrap version of the Eclipse J
ii  gij-4.1 [java2-runtime]   4.1.1-17   The GNU Java bytecode interpreter
ii  java-gcj-compat-dev   1.0.65-8   Java runtime environment with GCJ
ii  libtomcat5.5-java 5.5.20-2   Java Servlet engine -- core librar

tomcat5.5 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379338: gnucash: new account druid converts USD decimals to fractions

2006-07-22 Thread Gabriel Farrell
On Sat, Jul 22, 2006 at 10:41:26PM +0100, Neil Williams wrote:
> You're referring to the New Account Hierarchy Setup druid that is
> launched from the File->New File menu command.

Yes, that's right.

> This behaviour is not special to USD, it happens in other currencies
> too. I see the same thing in GBP.
> 
> ?15.25 == 15 + 1/4
> ?9.50 == 9 + 1/2
> 
> This string is only displayed during the processing of the druid and the
> amount is correctly entered once the druid completes. This behaviour is
> unexpected but temporary. Maybe a comment in the dialogue can be arranged.

It is a temporary, minor annoyance, but it makes gnucash feel quite
rough around the edges right from the get-go when dollars and cents
(or GBP, etc.) are displayed in a format one would never expect.

gabe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379338: gnucash: new account druid converts USD decimals to fractions

2006-07-22 Thread Gabriel Farrell
Package: gnucash
Version: 2.0.0-1
Severity: minor


In the "Setup new accounts" screen of the druid, the decimal portions
of "Opening Balance" entries are converted to fractions upon entry if
they can be described by 1/50 or larger.  Why this is the behavior for
USD is beyond me.

gabe


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gnucash depends on:
ii  g-wrap 1.9.6-3   scripting interface generator for 
ii  gnucash-common 2.0.0-1   A personal finance tracking progra
ii  guile-1.6-libs 1.6.8-4   Main Guile libraries
ii  guile-1.6-slib 1.6.8-4   Guile SLIB support
ii  guile-g-wrap   1.9.6-3   scripting interface generator for 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.11-1  Avahi client library
ii  libavahi-common3   0.6.11-1  Avahi common library
ii  libavahi-glib1 0.6.11-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-3  The Bonobo UI library
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcairo2  1.2.0-3   The Cairo 2D vector graphics libra
ii  libdate-manip-perl 5.44-3a perl library for manipulating da
ii  libdbus-1-20.62-4simple interprocess messaging syst
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libffi44.1.1-9   Foreign Function Interface library
ii  libfinance-quote-perl  1.11-0.1  Perl module for retrieving stock q
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-2   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-5  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgnutls131.4.1-1   the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgsf-1-114   1.14.1-2  Structured File Library - runtime 
ii  libgsf-gnome-1-114 1.14.1-2  Structured File Library - runtime 
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  libgtkhtml3.8-15   3.10.2-1  HTML rendering/editing library - r
ii  libguile-ltdl-11.6.8-4   Guile's patched version of libtool
ii  libgwrap-runtime0  1.9.6-3   scripting interface generator for 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libltdl3   1.5.22-4  A system independent dlopen wrappe
ii  libofx2c2a 1:0.8.0-12library to support Open Financial 
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1+b1   Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.2  PNG library - runtime
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libqthreads-12 1.6.8-4   QuickThreads library for Guile
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libtasn1-3 0.3.5-1   Manage ASN.1 structures (runtime)
ii  libx11-6   2:1.0.0-7 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6