Bug#636941: python-wicd: misc.py cannot find libc.so.6

2011-08-07 Thread David Paleino
tags 636941 patch thanks On Sun, 07 Aug 2011 21:44:06 +0200, Martin Ziegler wrote: > PS: Your patch seems to delete > libc.prctl(15, new_name, 0, 0, 0) Whoops. Thanks. David -- . ''`. Debian developer | http://wiki.debian.org/DavidPaleino : :' : Linuxer #334216 --|-- http://www.hanskalab

Bug#636941: python-wicd: misc.py cannot find libc.so.6

2011-08-07 Thread Martin Ziegler
Dear David, thanks for Your help! I have now try: import ctypes from ctypes.util import find_library libc = ctypes.CDLL(find_library('c')) return True in misc.py, which works fine. Martin PS: Your patch seems to delete libc.prctl(15, new_name, 0, 0, 0) -- T

Bug#636941: python-wicd: misc.py cannot find libc.so.6

2011-08-07 Thread David Paleino
tags 636941 confirmed thanks Hello Martin, On Sun, 07 Aug 2011 12:30:40 +0200, Martin Ziegler wrote: > /usr/share/wicd/cli/misc.py defines a function RenameProcess() > which searches libc.so.6 only in the directories /lib64 and /lib. > > On my system libc.so.6 is in /lib/x86_64-linux-gnu and /l

Bug#636941: python-wicd: misc.py cannot find libc.so.6

2011-08-07 Thread Martin Ziegler
Package: python-wicd Version: 1.7.0+ds1-6 Severity: normal /usr/share/wicd/cli/misc.py defines a function RenameProcess() which searches libc.so.6 only in the directories /lib64 and /lib. On my system libc.so.6 is in /lib/x86_64-linux-gnu and /lib32. The directory /lib64 does not exist. -- Sys