Bug#510375: xmms2-launcher: please be more smart and silent

2009-08-19 Thread Anders Waldenborg

Adam Flott wrote:
A patch is attached which turns off all output unless given --verbose. I 
hope that's what you were looking for.


Unknown arguments are passed on to xmms2d, which already has an -v flag, 
so I don't think this will float.


 anders




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



Bug#506098: planet: Run a separate user

2008-11-18 Thread Anders Waldenborg
Package: planet
Severity: wishlist

Currently /etc/cron.d/planet executes planet as user www-data.

It would be nice if it run as a separate planet user. That would allow 
blocking outbound connections for the www-data user.

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

Kernel: Linux 2.6.26-1-686 (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/bash



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



Bug#488701: /usr/lib/pkgconfig/libcurl.pc: pkg-config --libs libcurl returns -Wl, -z, defs

2008-06-30 Thread Anders Waldenborg
Package: libcurl4-gnutls-dev
Version: 7.18.2-3
Severity: normal
File: /usr/lib/pkgconfig/libcurl.pc

Package: libcurl4-gnutls-dev
Version: 7.18.2-3
Severity: normal

On a system with 7.18.2-3:
$ pkg-config --libs libcurl
-Wl,-z,defs -lcurl  

On a system with 7.18.2-1:
$ pkg-config --libs libcurl
-lcurl  


This makes some software linking against libcurl fail. One example is 
the curl-plugin for xmms2, which - being a plugin - should have missing 
symbols.

Maybe this bugreport should be higher severity as it makes other 
packages FTBFS.

This breakage was added in 7.18.2-2:

$ interdiff (zcat curl_7.18.2-1.diff.gz) (zcat curl_7.18.2-2.diff.gz) \
| grep -B 1 -- -z,defs 
+# this will catch miss-linking. (e.g. undefined symbols)
+LDFLAGS = -Wl,-z,defs



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

Kernel: Linux 2.6.25-2-686 (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/bash

Versions of packages libcurl4-gnutls-dev depends on:
ii  libc6-dev [libc-dev]  2.7-12 GNU C Library: Development Librari
ii  libcurl3-gnutls   7.18.2-3   Multi-protocol file transfer libra
ii  libgnutls-dev 2.4.0-2the GNU TLS library - development 
ii  libidn11-dev  1.8+20080606-1 Development files GNU libidn, impl
ii  libkrb5-dev   1.6.dfsg.4~beta1-3 Headers and development libraries 
ii  libldap2-dev  2.4.9-1OpenLDAP development libraries
ii  zlib1g-dev1:1.2.3.3.dfsg-12  compression library - development

libcurl4-gnutls-dev recommends no packages.

-- no debconf information



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



Bug#479414: python-beautifulsoup: Seems to be fixed upstream (3.0.7)

2008-06-25 Thread Anders Waldenborg
Package: python-beautifulsoup
Version: 3.0.4-1
Followup-For: Bug #479414

This problem seems to be fixed upstream (3.0.7 
http://www.crummy.com/software/BeautifulSoup/).

$ python2.5 t.py  # script from original report

html
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
h1Here is a Latin-1 entity: #174;/h1
/html

Traceback (most recent call last):
  File t.py, line 21, in module
print BeautifulSoup(input2)
  File /var/lib/python-support/python2.5/BeautifulSoup.py, line 1282, 
in __init__
BeautifulStoneSoup.__init__(self, *args, **kwargs)
  File /var/lib/python-support/python2.5/BeautifulSoup.py, line 946, 
in __init__
self._feed()
  File /var/lib/python-support/python2.5/BeautifulSoup.py, line 971, 
in _feed
SGMLParser.feed(self, markup)
  File /usr/lib/python2.5/sgmllib.py, line 99, in feed
self.goahead(0)
  File /usr/lib/python2.5/sgmllib.py, line 133, in goahead
k = self.parse_starttag(i)
  File /usr/lib/python2.5/sgmllib.py, line 291, in parse_starttag
self.finish_starttag(tag, attrs)
  File /usr/lib/python2.5/sgmllib.py, line 340, in finish_starttag
self.handle_starttag(tag, method, attrs)
  File /usr/lib/python2.5/sgmllib.py, line 376, in handle_starttag
method(attrs)
  File /var/lib/python-support/python2.5/BeautifulSoup.py, line 1372, 
in start_meta
self._feed(self.declaredHTMLEncoding)
  File /var/lib/python-support/python2.5/BeautifulSoup.py, line 971, 
in _feed
SGMLParser.feed(self, markup)
  File /usr/lib/python2.5/sgmllib.py, line 99, in feed
self.goahead(0)
  File /usr/lib/python2.5/sgmllib.py, line 133, in goahead
k = self.parse_starttag(i)
  File /usr/lib/python2.5/sgmllib.py, line 285, in parse_starttag
self._convert_ref, attrvalue)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xae in position 0: 
ordinal not in range(128)

$ wget http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.py
--2008-06-24 23:25:53--  
http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.py
Resolving www.crummy.com... 66.160.141.133
Connecting to www.crummy.com|66.160.141.133|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 77799 (76K) [text/x-python]
Saving to: `BeautifulSoup.py'

100%[==] 77,799   114K/s   in 
0.7s

2008-06-24 23:25:54 (114 KB/s) - `BeautifulSoup.py' saved [77799/77799]

$ python2.5 t.py 

html
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
h1Here is a Latin-1 entity: #174;/h1
/html


html
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
meta name=Description content=Here is a Latin-1 entity: ® /
/html



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

Kernel: Linux 2.6.25-2-686 (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/bash

Versions of packages python-beautifulsoup depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-support0.8.3  automated rebuilding support for P

python-beautifulsoup recommends no packages.

-- no debconf information



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



Bug#485766: pyrex-mode.el works fine with python-mode shipped with emacs22

2008-06-11 Thread Anders Waldenborg
Package: pyrex-mode
Version: 0.9.7-1
Severity: normal

pyrex-mode package has Depends: python-mode, but should be
Depends: python-mode | emacs22 because it works fine with the 
python-mode shipped with emacs22.


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

Kernel: Linux 2.6.24-1-686 (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/bash

Versions of packages pyrex-mode depends on:
pn  python-mode   none (no description available)

pyrex-mode recommends no packages.



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



Bug#472314: python-xmmsclient: incorrectly links to libpython

2008-03-26 Thread Anders Waldenborg

tags 472314 patch upstream
thanks

Josselin Mouette wrote:
The xmmsapi.so modules in this package link to libpython, which is 
incorrect because it makes the package depend on both python2.4 and 
python2.5.


Interesting..

$ ldd 
/usr/lib/python-support/python-xmmsclient/python2.4/xmmsclient/xmmsapi.so

linux-gate.so.1 =  (0xe000)
libxmmsclient.so.3 = /usr/lib/libxmmsclient.so.3 (0xb7e8a000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb7d2f000)
/lib/ld-linux.so.2 (0x8000)
$ ldd 
/usr/lib/python-support/python-xmmsclient/python2.5/xmmsclient/xmmsapi.so

linux-gate.so.1 =  (0xe000)
libxmmsclient.so.3 = /usr/lib/libxmmsclient.so.3 (0xb7f3)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb7f0a000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb7ef)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb7eec000)
libutil.so.1 = /lib/i686/cmov/libutil.so.1 (0xb7ee8000)
libpython2.5.so.1.0 = /usr/lib/libpython2.5.so.1.0 (0xb7daf000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb7c54000)
/lib/ld-linux.so.2 (0x8000)

$ python2.4 -c 'import distutils.sysconfig; print 
distutils.sysconfig.get_config_var(Py_ENABLE_SHARED)'

None
$ python2.5 -c 'import distutils.sysconfig; print 
distutils.sysconfig.get_config_var(Py_ENABLE_SHARED)'

0


diff --git a/wafadmin/Tools/python.py b/wafadmin/Tools/python.py
index ecc0a46..a78a054 100644
--- a/wafadmin/Tools/python.py
+++ b/wafadmin/Tools/python.py
@@ -151,7 +151,7 @@ int main(int argc, char *argv[]) { Py_Initialize(); Py_Finalize(); return 0; }
 	# according to 
 	# distutils.command.build_ext.build_ext.get_libraries.__doc__
 	# this might want to be OS/2 aswell.
-	if sys.platform == 'win32' or (Py_ENABLE_SHARED is not None
+	if sys.platform == 'win32' or (Py_ENABLE_SHARED
 	and sys.platform != 'darwin'):
 		conf.env['LIBPATH_PYEXT'] = conf.env['LIBPATH_PYEMBED']
 		conf.env['LIB_PYEXT'] = conf.env['LIB_PYEMBED']


Bug#465832: (no subject)

2008-02-15 Thread Anders Waldenborg

Deng Xiyue wrote:

I've attached a patch to fix it together with these changes:


Great!

It would be nice if you could make a patch (or even better a separate 
commit for each of the changes) that applies on the andersw-guest branch 
of the git repository:


http://git.debian.org/?p=pkg-xmms2/xmms2.git;a=shortlog;h=andersw-guest

 anders



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



Bug#463415: xmms2d still segfaults

2008-02-13 Thread Anders Waldenborg

Roland Mas wrote:

  Sure, although there don't seem to be many (or any) debugging
symbols (I didn't find any -dbg package, but maybe I didn't look under
the right name).

...
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0xb5166b90 (LWP 8552)]
 0xb7e48540 in pthread_mutex_lock () from /lib/i686/cmov/libpthread.so.0


The function it crashes in is a good start. And it indicates that it 
actually may be the same bug as the original bug report (and #465494 
should be merged back to this bug). If so it should be fixed in the 
andersw-guest branch in the git tree.


http://git.debian.org/?p=pkg-xmms2/xmms2.git;a=shortlog;h=andersw-guest

It would be great if you could rebuild and test using that branch.

 anders



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



Bug#453936: nyello: removal

2008-02-12 Thread Anders Waldenborg

severity 453936 normal
reassign 453936 ftp.debian.org
retitle 453936 RM: nyello -- RoM; FTBFS; upstream-discontinued
thanks

Mail sent as per Florian Ragwitz request. Removal also acked by upstream 
author.




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



Bug#454072: xmms2-plugin-all not sufficient

2008-02-09 Thread Anders Waldenborg

Tim Connors wrote:

xmms2-plugin-all, which includes xmms2-plugin-curl,
xmms2-plugin-icymetaint, xmms2-plugin-pls, xmms2-plugin-m3u,
xmms2-plugin-mms is not sufficient here to get it working:


ERROR: ../src/xmms/xform.c:1273: Couldn't set up chain for 
'file:///home/tconnors/streaming_radio/internode/world.m3u' (2)


Where the .m3u contains:

http://radio.internode.on.net:8132/



Are you sure you used addpls to add it?

If so please provide full log with xmms2d running with the -v option.

 anders



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



Bug#461981: icedove: Confirm

2008-01-30 Thread Anders Waldenborg
Package: icedove
Version: 2.0.0.9-3
Followup-For: Bug #461981

I can confirm that this bug exists in 2.0.0.9-3

2.0.0.9-1 works just fine. (it seems that -2 was never built for ppc)

So this would suggest that it is something with the debian patches
that makes it break:

$ interdiff (zcat icedove_2.0.0.9-1.diff.gz) (zcat icedove_2.0.0.9-3.diff.gz) 
| diffstat
 debian/patches/arch-detect|   40 
 debian/patches/icedove_gnome_command  |   27 
 debian/patches/prefer_gnome_registry_in_gnome_session |  129 +
 icedove-2.0.0.9/debian/changelog  |   29 
 icedove-2.0.0.9/debian/icedove.js |4 
 icedove-2.0.0.9/debian/patches/autoconf2.13-rerun | 1532 +-
 icedove-2.0.0.9/debian/patches/series |3 
 icedove-2.0.0.9/debian/rules  |1 
 8 files changed, 1022 insertions(+), 743 deletions(-)


-- System Information:
Debian Release: lenny/sid
  APT prefers experimental
  APT policy: (1000, 'experimental'), (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.23.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove depends on:
ii  debianutils2.28.2Miscellaneous utilities specific t
ii  fontconfig 2.5.0-2   generic font configuration library
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.5.6-1   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3-20080127-1  GCC support library
ii  libglib2.0-0   2.15.3-1  The GLib library of C routines
ii  libgtk2.0-02.12.5-2  The GTK+ graphical user interface 
ii  libhunspell-1.1-0  1.1.9-1   spell checker and morphological an
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.7.0~1.9b1-2 NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0~1.9b1-2Network Security Service libraries
ii  libpango1.0-0  1.19.3-1  Layout and rendering of internatio
ii  libstdc++6 4.3-20080127-1The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.3-1 X11 client-side library
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

icedove recommends no packages.

-- debconf information:
* icedove/browser: Debian



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



Bug#454072: [Fwd: Re: Bug#454072: xmms2 doesn't add .pls or .m3u files]

2007-12-03 Thread Anders Waldenborg
 ---BeginMessage---
Thanks, it's helped. But the dependensies are not visible.

On Mon, Dec 03, 2007 at 12:45:00AM +0100, Anders Waldenborg wrote:
 AKbara wrote:
 Xmms2-plugin-m3u is installed, but I can't add a .pls or .m3u playlist.
 [EMAIL PROTECTED]:~$ xmms2 addpls http://radio.echo.msk.ru:8000/listen.pls
 ERROR: We can't handle this type of playlist or URL

 ~/.cache/xmms2/xmms2.log:
 ...
 ERROR: ../src/xmms/xform.c:1273: Couldn't set up chain for 
 'http://radio.echo.msk.ru:8000/listen.pls' (1)

 Make sure you have the following plugins installed when you want to play 
 shoutcast streams:

 xmms2-plugin-pls
 xmms2-plugin-curl
 xmms2-plugin-icymetaint

 (btw, the Suggests: in the xmms2-plugin-curl for xmms2-plugin-icymetaint 
 should probably be a Recommends:)

  anders

-- 
I'm a gambler
And I'm a runner.
But you knew it
when you laid down.
I'm a picture
of ugly stories.
I'm a killer and I'm a clown.
(Alice Cooper)

---End Message---


Bug#454072: xmms2 doesn't add .pls or .m3u files

2007-12-02 Thread Anders Waldenborg

AKbara wrote:

Xmms2-plugin-m3u is installed, but I can't add a .pls or .m3u playlist.
[EMAIL PROTECTED]:~$ xmms2 addpls http://radio.echo.msk.ru:8000/listen.pls
ERROR: We can't handle this type of playlist or URL

~/.cache/xmms2/xmms2.log:
...
ERROR: ../src/xmms/xform.c:1273: Couldn't set up chain for 
'http://radio.echo.msk.ru:8000/listen.pls' (1)


Make sure you have the following plugins installed when you want to play 
shoutcast streams:


xmms2-plugin-pls
xmms2-plugin-curl
xmms2-plugin-icymetaint

(btw, the Suggests: in the xmms2-plugin-curl for 
xmms2-plugin-icymetaint should probably be a Recommends:)


 anders



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



Bug#432514: libcurl3: New version (7.16.3) available upstream

2007-07-10 Thread Anders Waldenborg
Package: libcurl3
Version: 7.16.2-6
Severity: wishlist

7.16.3 fixes an issue when libcurl is used for shoutcast streams. 
Debian bug #427261 depends on this.

-- System Information:
Debian Release: lenny/sid
  APT prefers experimental
  APT policy: (1000, 'experimental'), (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18
Locale: LANG=en_US.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcurl3 depends on:
ii  libc6   2.6-0exp3GNU C Library: Shared libraries
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libkrb531.6.dfsg.1-5 MIT Kerberos runtime libraries
ii  libssl0.9.8 0.9.8e-5+b1  SSL shared libraries
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

libcurl3 recommends no packages.

-- no debconf information


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