Bug#833217: bug #833217 - Uses obsolete compressor for .deb data.tar member

2016-11-19 Thread Ramakrishnan Muthukrishnan
fixed 833217 0.7.1-1
thanks



Bug#841581: pycryptopp: FTBFS: eccrypto.h:19:18: fatal error: hmqv.h

2016-11-02 Thread Ramakrishnan Muthukrishnan
affects 841443 python-pycryptopp
thanks

It looks like this bug is already fixed by the libcrypto++ Debian
maintainer.

 

Is there a way to rebuild the affected packages and see if it closes
this bug?

Thanks
Ramakrishnan



Bug#830555: new Foolscap release available

2016-07-25 Thread Ramakrishnan Muthukrishnan
On Fri, Jul 22, 2016, at 12:11 AM, Julian Taylor wrote:
> On 21.07.2016 05:00, Brian Warner wrote:
> > I've just released foolscap-0.12.0 to PyPI, which should fix this. We've
> > deprecated a function that talks to the root nameservers, and this
> > release removes the test that used to exercise that function. I think
> > that was the only place which should be doing off-box network access
> > (there's plenty of localhost access, of course, this being a networking
> > package).
> >
> > I hope that will resolve the issue. Please let me know if there's
> > anything I can do to help get this packaged and (most importantly) the
> > auto-removal of Foolscap and Tahoe-LAFS resolved.
> >
> 
> thanks for the quick release, the network access appears to be fixed in 
> this release.
> I have pushed it to the debian git.
> 
> Ramakrishnan, as there are a couple changes can you verify that 
> tahoelafs still works correctly?

Yes, I have verified that it runs correctly. 

> I tried building the tahoe package but to my surprise it doesn't run any 
> tests. Does tahoe have none or are they not run in the package build?

The debian package does not run the tests on the build. Perhaps we
should be running it so that ci.debian.net captures the test results.
Thanks.

-- 
  Ramakrishnan



Bug#795848: FTBTS: foolscap

2016-01-12 Thread Ramakrishnan Muthukrishnan
On Wed, Jan 13, 2016, at 11:17 AM, Ramakrishnan Muthukrishnan wrote:
> 
> I applied two patches below after which it passes the tests (python
> setup.py trial). Both the changes have been submitted into the upstream
> for review.

I just wanted to say that the two patches are on top of the new release
(0.9.1).



Bug#795848: FTBTS: foolscap

2016-01-12 Thread Ramakrishnan Muthukrishnan
tag 795848 patch

I applied two patches below after which it passes the tests (python
setup.py trial). Both the changes have been submitted into the upstream
for review.

Thanks
Ramakrishnan

diff --git a/foolscap/__init__.py b/foolscap/__init__.py
index f08ef1b..6c324e1 100644
--- a/foolscap/__init__.py
+++ b/foolscap/__init__.py
@@ -1,5 +1,5 @@
 """Foolscap"""
 
 from ._version import get_versions
-__version__ = get_versions()['version']
+__version__ = str(get_versions()['version'])
 del get_versions


diff --git a/foolscap/test/test_logging.py
b/foolscap/test/test_logging.py
index ca38a22..72da798 100644
--- a/foolscap/test/test_logging.py
+++ b/foolscap/test/test_logging.py
@@ -1525,7 +1525,7 @@ class Tail(unittest.TestCase):
})
 outmsg = out.getvalue()
 # this contains a localtime string, so don't check the hour
-self.failUnless(":25:06.527 L25 []#123 howdy" in outmsg)
+self.failUnless(":06.527 L25 []#123 howdy" in outmsg)
 
 lp.remote_msg({"time": 1207005907.527782,
"level": 25,
@@ -1535,7 +1535,7 @@ class Tail(unittest.TestCase):
})
 outmsg = out.getvalue()
 # this contains a localtime string, so don't check the hour
-self.failUnless(":25:07.527 L25 []#124 howdy pardner" in
outmsg)
+self.failUnless(":07.527 L25 []#124 howdy pardner" in outmsg)
 
 try:
 raise RuntimeError("fake error")
@@ -1550,7 +1550,7 @@ class Tail(unittest.TestCase):
})
 outmsg = out.getvalue()
 
-self.failUnless(":25:50.002 L30 []#125 oops\n FAILURE:\n" in
outmsg,
+self.failUnless(":50.002 L30 []#125 oops\n FAILURE:\n" in
outmsg,
 outmsg)
 self.failUnless("exceptions.RuntimeError" in outmsg, outmsg)
 self.failUnless(": fake error" in outmsg, outmsg)



Bug#735940: Sourceless file

2014-04-17 Thread Ramakrishnan Muthukrishnan
affects 735940 libjs-d3
thanks

Dear libjs-d3 maintainer,

Would you please take a look at the tahoe-lafs bug #735940 report
thread?
-- 
  Ramakrishnan


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



Bug#640260: Processed: Re: Bug#640260: mapserver: FTBFS: /usr/bin/ld: cannot find -lrtmp

2011-09-05 Thread Ramakrishnan Muthukrishnan
On Mon, Sep 5, 2011 at 3:45 PM, Debian Bug Tracking System
ow...@bugs.debian.org wrote:
 Bug reassigned from package 'wnpp' to 'libcurl4-gnutls-dev'.

Thanks, I am building a new package for upload with a fix.

Ramakrishnan



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



Bug#636457: libcurl4-gnutls-dev: curl/types.h is missing

2011-08-03 Thread Ramakrishnan Muthukrishnan
On Wed, Aug 3, 2011 at 3:04 PM, Aron Xu happyaron...@gmail.com wrote:

 In version 7.21.7-1 of libcurl4-gnutls-dev, curl/types.h is missing.
 I'm not sure whether this is intended or it's a mistake, but it makes
 packages FTBFS like this:

Please see:

 
https://github.com/bagder/curl/commit/ac28971aa61d28e5dd54888e34e958d1c742b461

curl/types.h is long deprecated.

 If this is intended please give some guidance on how to resolve this
 problem and close the bug, thanks!

Please reassign this bug to the package which didn't build properly.

Thanks
Ramakrishnan



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



Bug#594150: Possible curl t-p-u ?

2010-12-21 Thread Ramakrishnan Muthukrishnan
On Tue, Dec 21, 2010 at 5:27 AM, Neil Williams codeh...@debian.org wrote:

 I'm still dubious about this whole bug/patch - especially that this
 entire process has been only tested against a single setup, the bug
 only shows up in a single frontend and the bug has not had any input
 from the maintainer who has been otherwise active with uploads and
 fixes.

Hi,

I didn't respond to this bug because I don't really know curl or apt
internals enough to respond to it. I generally either raise such
things to upstream. Daniel  Stenberg (the curl upstream author) had
been very kind enough to respond directly to many such bug reports.

On this particular issue, I leave it to those of you who know apt and
curl internals better than me. I guess Daniel Stenberg may be the
right person to comment on this problem and comment on your patch.

Thanks
Ramakrishnan



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



Bug#594153: recipe?

2010-09-12 Thread Ramakrishnan Muthukrishnan
On Tue, Aug 24, 2010 at 8:59 PM, Daniel Stenberg dan...@haxx.se wrote:
 Hi

 Can you please try to make a reproducable source code that can repeat this
 problem? I mean, without the tool's logic but a clean C source using
 libcurl.

 And it is probably a good idea to take this to the curl-library mailing
 list...

Johannes,

Any updates on creating a standalone test case? I am sorry that I
can't be of much help with this problem.

Ramakrishnan



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



Bug#578774: libcurl4-gnutls-dev: curl-config --libs returns -Wl, -z, defs breaking builds of shared libraries linking against libcurl

2010-04-28 Thread Ramakrishnan Muthukrishnan
On Tue, Apr 27, 2010 at 4:08 PM, Niko Tyni nt...@debian.org wrote:

 This is breaking  at least collectd (see #578819) and 
 claws-mail-extra-plugins.
 Raising the severity to prevent accidental testing transition until the
 maintainer comments.

The bug was caused by a custom LDFLAGS setting in the packaging. A new
package is on its way. Thanks

Ramakrishnan



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



Bug#578774: libcurl4-gnutls-dev: curl-config --libs returns -Wl, -z, defs breaking builds of shared libraries linking against libcurl

2010-04-27 Thread Ramakrishnan Muthukrishnan
On Tue, Apr 27, 2010 at 4:08 PM, Niko Tyni nt...@debian.org wrote:

 This is breaking  at least collectd (see #578819) and 
 claws-mail-extra-plugins.
 Raising the severity to prevent accidental testing transition until the
 maintainer comments.

Thanks for the reports. I have no idea what the implications of these
flags are and why the author changed it, so I will have to consult the
libcurl mailing list and get back.

Thanks
Ramakrishnan



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



Bug#493040: iceweasel: keep generating segfault when opening gmail

2008-09-24 Thread Ramakrishnan Muthukrishnan
On Sun, Sep 21, 2008 at 8:53 PM, Nicolas Bonifas
[EMAIL PROTECTED] wrote:
 Hi Sandro,

 Ramakrishnan Muthukrishnan ([EMAIL PROTECTED]) asked a question about your
 bug report, but didn't send it to [EMAIL PROTECTED], so you
 maybe missed it.

 The question was: Do you have swfdec flash plugin installed? If so, please
 disable and try restarting iceweasel. I had same issues with gmail and
 surprisingly it went away when I disabled the flash plugins.

The reason why gmail uses flash is to load the sound file for google
talk notification. You can also try disabling google talk, which
should have the same effect as disabling flash plugin. It worked for
me!

Thanks
-- 
 Ramakrishnan



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



Bug#493040: iceweasel: keep generating segfault when opening gmail

2008-09-09 Thread Ramakrishnan Muthukrishnan
Hi,

Do you have swfdec flash plugin installed? If so, please disable and
try restarting iceweasel. I had same issues with gmail and
surprisingly it went away when I disabled the flash plugins.

thanks.
-- 
 Ramakrishnan



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



Bug#453804: stellarium: segfaults on startup

2007-12-02 Thread Ramakrishnan Muthukrishnan
Julien BLACHE [EMAIL PROTECTED] writes:

 Ramakrishnan Muthukrishnan [EMAIL PROTECTED] wrote:

 Hi,

 I installed stellarium on my Debian box (details below) and invoked it
 from commandline inside gnome-terminal. The splash screen came up with
 a progress bar and after the progress bar hit the end, it segfaulted.
 Here is the info printed on gnome-terminal.

 As a data point:
 Cannot reproduce it here, may be locale-dependent, can you try with
 LANG=C ?

 (Hi Cédric!)

 JB.

Yes, with LANG=C it works fine. 

-- 
Ramakrishnan




Bug#453804: stellarium: segfaults on startup

2007-12-01 Thread Ramakrishnan Muthukrishnan
Package: stellarium
Version: 0.9.0-1+b1
Severity: grave

Hi,

I installed stellarium on my Debian box (details below) and invoked it
from commandline inside gnome-terminal. The splash screen came up with
a progress bar and after the progress bar hit the end, it segfaulted.
Here is the info printed on gnome-terminal.

I have tagged it as grave because the package is unusable. It segfaults
at startup itself.

Ramakrishnan

$ stellarium 
 ---
[ This is Stellarium 0.9.0 - http://www.stellarium.org ]
[ Copyright (C) 2000-2006 Fabien Chereau et al ]
 ---
WARNING StelFileMgr::getUserDir user dir does not exist: 
/home/vu3rdd/.stellarium
File search path set to:
 1) /home/vu3rdd/.stellarium
 2) /usr/share/stellarium
WARNING StelFileMgr::getUserDir user dir does not exist: 
/home/vu3rdd/.stellarium
config file is: /home/vu3rdd/.stellarium/config.ini
config file /home/vu3rdd/.stellarium/config.ini does not exist - copying the 
default file.
Sky language is en_IN
Application language is en_IN
Loading Solar System data...(loaded)
Loading star data...
ZoneArray::create(/usr/share/stellarium/stars/default/stars_0_0v0_0.cat): type: 
0 major: 0 minor: 0 level: 0 mag_min: -2000 mag_range: 12800 mag_steps: 256; 
stars: 5013
ZoneArray::create(/usr/share/stellarium/stars/default/stars_1_0v0_0.cat): type: 
0 major: 0 minor: 0 level: 1 mag_min: 6000 mag_range: 12800 mag_steps: 256; 
stars: 21999
ZoneArray::create(/usr/share/stellarium/stars/default/stars_2_0v0_0.cat): type: 
0 major: 0 minor: 0 level: 2 mag_min: 7500 mag_range: 12800 mag_steps: 256; 
stars: 151516
ZoneArray::create(/usr/share/stellarium/stars/default/stars_3_0v0_0.cat): type: 
1 major: 0 minor: 0 level: 3 mag_min: 9000 mag_range: 1500 mag_steps: 30; 
stars: 434064
finished, max_geodesic_level: 3
Loading location: Paris, on EarthLoading NGC data... (13226 items loaded 
[3175 dropped])
Loading NGC name data...
...no position data for Barnard's galaxy
...no position data for Papillon
...no position data for γ Cas nebula( 226 names loaded)
Loading Nebula Textures for set default...(109 textures loaded)
Loading Constellation boundary data from 
/usr/share/stellarium/data/constellations_boundaries.dat ...
(782 segments loaded)
Load star names from /usr/share/stellarium/skycultures/western/star_names.fab
Load sci names from /usr/share/stellarium/stars/default/name.fab
Loading Cities data for planet Earth...(2069 cities loaded)
Localizing TUI for locale: en_IN
Script completed.
Segmentation fault

 

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

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

Versions of packages stellarium depends on:
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libcurl3-gnutls 7.17.1-1 Multi-protocol file transfer libra
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-3GCC support library
ii  libgl1-mesa-glx [libgl1 7.0.2-2  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.0.2-2  The OpenGL utility library (GLU)
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libqt4-core 4.3.2-1  Qt 4 core non-GUI functionality ru
ii  libqt4-gui  4.3.2-1  Qt 4 core GUI functionality runtim
ii  libsdl-mixer1.2 1.2.8-1  mixer library for Simple DirectMed
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  stellarium-data 0.9.0-1  datafiles for Stellarium, a real-t
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

stellarium recommends no packages.

-- no debconf information



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



Bug#411724: libgtkdatabox-0.6.0-0-dev: pkg-config file is not installed by the package

2007-02-20 Thread Ramakrishnan Muthukrishnan
Package: libgtkdatabox-0.6.0-0-dev
Version: 1:0.6.0.0-1
Severity: grave

Hi,

The gtkdatabox.pc file is not installed by the package and because of
which sources which depend on gtkdatabox fail to find it. 

regards
Ramakrishnan

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)

Versions of packages libgtkdatabox-0.6.0-0-dev depends on:
ii  libgtk2.0-dev2.8.20-5Development files for the GTK+ lib
ii  libgtkdatabox-0.6.0-01:0.6.0.0-1 GTK+ widget to display coordinate 

libgtkdatabox-0.6.0-0-dev recommends no packages.

-- no debconf information


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



Bug#354614: foomatic-gui: segfaults when invoked

2006-02-28 Thread Ramakrishnan Muthukrishnan
 || On Tue, 28 Feb 2006 00:26:17 -0500
 || Chris Lawrence [EMAIL PROTECTED] wrote: 

 lawrencc Did you also install the updated python2.3-gnome2 and
 lawrencc python2.3-gnome2-extras packages?

Yes.


-- 
Ramakrishnan(http://www.zerobeat.in/)
Use Free Software  (http://www.gnu.org/)


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



Bug#354535: gnome-cups-manager: Unable to find the program from Menu

2006-02-26 Thread Ramakrishnan Muthukrishnan
Package: gnome-cups-manager
Version: 0.31-1.1
Severity: grave

Hi,

This is a usability problem that I encountered. I expected the
gnome-cups-manager (or some kind of print configuration menu) to
appear under the Applications-System Tools menu as to be expected
with any GNOME configuration tool, but I cannot find any kind of
way to invoke it from not only this place but also the place
pointer out by the menu file.

The purpose of projects like GNOME is defeated by making it difficult
to find, let alone, difficult to use. I am *not* a lay user and I
experience a lot of difficulty get printing to work with GNOME,
gnome-cups-manager is just one hurdle. I wonder how difficult it
will be for a lay user to use a printer with GNOME.

Ramakrishnan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnome-cups-manager depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.10.1-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.10.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.10.0-1  The Bonobo UI library
ii  libc6  2.3.5-8   GNU C Library: Shared libraries an
ii  libcupsys2 1.1.23-12 Common UNIX Printing System(tm) - 
ii  libgconf2-42.12.1-8  GNOME configuration database syste
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.8.6-1   The GLib library of C routines
ii  libgnome-keyring0  0.4.3-2   GNOME keyring services library
ii  libgnome2-02.10.1-1  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.12.0-2  A powerful object-oriented display
ii  libgnomecups1.0-1  0.2.0-2   GNOME library for CUPS interaction
ii  libgnomecupsui1.0-1c2a 0.31-1.1  UI extensions to libgnomecups
ii  libgnomeui-0   2.10.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.12.2-5  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.10-1  The GTK+ graphical user interface 
ii  libice66.8.2.dfsg.1-6Inter-Client Exchange library
ii  liborbit2  1:2.12.2-3libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.10.2-1  Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 6.8.2.dfsg.1-6X Window System Session Management
ii  libx11-6   4.3.0.dfsg.1-6X Window System protocol client li
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  xlibs  6.8.2.dfsg.1-6X Window System client libraries m
ii  zlib1g 1:1.2.3-4 compression library - runtime

Versions of packages gnome-cups-manager recommends:
ii  gksu  1.3.6-1graphical frontend to su

-- no debconf information


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



Bug#352849: libtiff-tools: tiff2pdf segfaults

2006-02-21 Thread Ramakrishnan Muthukrishnan
 || On Tue, 14 Feb 2006 20:18:24 -0500
 || Jay Berkenbilt [EMAIL PROTECTED] wrote: 

 qjb Yes, please provide the tiff file; feel free to mail it as an
 qjb attachment to the bug report if it's small or to give me a URL to grab
 qjb it from if it's large.  Does this problem still happen with 3.8.0-2 in
 qjb sid?  There's at least one segfault patch available from upstream that
 qjb I was thinking of uploading after 3.8.0-2 transitions to etch in a
 qjb couple of days.

I tried building sources from CVS and ran it thru my tiff file (hope you got 
the tiff file, I sent you last week). It now does not segfault, but produces
a blank PDF while viewed thru the PDF viewer Evince as well as GV.

-- 
Ramakrishnan(http://www.zerobeat.in/)
Use Free Software  (http://www.gnu.org/)


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



Bug#352849: libtiff-tools: tiff2pdf segfaults

2006-02-15 Thread Ramakrishnan Muthukrishnan
 || On Tue, 14 Feb 2006 20:18:24 -0500
 || Jay Berkenbilt [EMAIL PROTECTED] wrote: 

 qjb Yes, please provide the tiff file; feel free to mail it as an
 qjb attachment to the bug report if it's small or to give me a URL to grab
 qjb it from if it's large.  Does this problem still happen with 3.8.0-2 in
 qjb sid?  There's at least one segfault patch available from upstream that
 qjb I was thinking of uploading after 3.8.0-2 transitions to etch in a
 qjb couple of days.

Attached is the gzipped tiff image I used.

-- 
Ramakrishnan(http://www.zerobeat.in/)
Use Free Software  (http://www.gnu.org/)


af.tiff.gz
Description: Binary data


Bug#352849: libtiff-tools: tiff2pdf segfaults

2006-02-14 Thread Ramakrishnan Muthukrishnan
Package: libtiff-tools
Version: 3.8.0-2
Severity: grave

Hi,

I am trying to convert a tiff file to PDF using tiff2pdf
which is part of libtill-tools. It segfaults and I could
never get it to work. If needed I can provide the tiff 
file I used as input if that can can help.

Thanks
Ramakrishnan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libtiff-tools depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  zlib1g1:1.2.3-4  compression library - runtime

libtiff-tools recommends no packages.

-- no debconf information


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



Bug#351534: yahoo2mbox: Fails to fetch messages for new group

2006-02-05 Thread Ramakrishnan Muthukrishnan
Package: yahoo2mbox
Version: 0.17-1
Severity: grave

yahoo2mbox was working properly for me, and works for a group
which I have already downloaded and updates new messages, but 
if I try fetching for a new group, it fails. See the log below.

radio:~/mailing-list-archives$ yahoo2mbox --user=foo --pass=bar qrp-tech
Resuming at message 1
Logging in as foo... ok.
Getting number of messages in group qrp-tech...
Retrieving messages 1..256: !-- start content include -- comment not found.
Failed to parse the message 1, skipping.
!-- start content include -- comment not found.
Failed to parse the message 2, skipping.
!-- start content include -- comment not found.
Failed to parse the message 3, skipping.
!-- start content include -- comment not found.
Failed to parse the message 4, skipping.
!-- start content include -- comment not found.
Failed to parse the message 5, skipping.
!-- start content include -- comment not found.
Failed to parse the message 6, skipping.
!-- start content include -- comment not found.
Failed to parse the message 7, skipping.
!-- start content include -- comment not found.
Failed to parse the message 8, skipping.
!-- start content include -- comment not found.
Failed to parse the message 9, skipping.
!-- start content include -- comment not found.
Failed to parse the message 10, skipping.
!-- start content include -- comment not found.
Failed to parse the message 11, skipping.

Terminating on SIGINT, use --s 12 or --resume next time.
radio:~/mailing-list-archives$


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages yahoo2mbox depends on:
ii  libhtml-parser-perl   3.45-2 A collection of modules that parse
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  perl  5.8.7-4Larry Wall's Practical Extraction 

Versions of packages yahoo2mbox recommends:
ii  libterm-readkey-perl  2.30-2 A perl module for simple terminal 

-- no debconf information


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



Bug#335363: libdjvulibre15: Unable to install libdjvulibre15

2005-10-23 Thread Ramakrishnan Muthukrishnan
Package: libdjvulibre15
Severity: critical

While trying to install the PDF viewer Evince, which depends on
libdjvulibre15, I noticed that libdjvulibre15 is uninstallable
and hence breaks evince also. Here is the output of apt-get.

radio:/home/rkrishnan# apt-get install evince
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  libdjvulibre15 libpoppler0c2 libpoppler0c2-glib
The following packages will be REMOVED:
  libpoppler0 libpoppler0-glib
The following NEW packages will be installed:
  evince libdjvulibre15 libpoppler0c2 libpoppler0c2-glib
0 upgraded, 4 newly installed, 2 to remove and 584 not upgraded.
Need to get 0B/2038kB of archives.
After unpacking 5132kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 129844 files and directories currently installed.)
Removing libpoppler0-glib ...
Removing libpoppler0 ...
(Reading database ... 129825 files and directories currently installed.)
Unpacking libdjvulibre15 (from .../libdjvulibre15_3.5.15-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libdjvulibre15_3.5.15-1_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/djvu/osi/de/libdjvu++.xml', which is also in 
package libdjvulibre1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Selecting previously deselected package libpoppler0c2.
Unpacking libpoppler0c2 (from .../libpoppler0c2_0.4.2-1_i386.deb) ...
Selecting previously deselected package libpoppler0c2-glib.
Unpacking libpoppler0c2-glib (from .../libpoppler0c2-glib_0.4.2-1_i386.deb) ...
Selecting previously deselected package evince.
Unpacking evince (from .../evince_0.4.0-1_i386.deb) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libdjvulibre15_3.5.15-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#328127: ftp-debian.org: Removal of gnuradio

2005-09-13 Thread Ramakrishnan Muthukrishnan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: ftp-debian.org
Severity: grave

Hi,

I am the maintainer of gnuradio packages in Debian. I request the
removal of gnuradio source and associated binary packages from
Debian archives (unstable), as  it has long been replaced by the 
new upstream packages gnuradio-core. The issue was long discussed
 and I was asked to upload the gnuradio-core source package with
proper changelog, which I did. See Bug#286700. But gnuradio continues
to be in unstable and I receive bug reports. It's not usable and
upstream does not support it anymore as gnuradio-core is the one
actively maintained and is also available in Debian.

Please remove the source package gnuradio and associated binaries
from the archive.

Thanks
Ramakrishnan

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFDJwx8Fyn1hmqfPDgRAtddAKCtb+gtnoWx9RVbnIp/4SaHnUghZACfd/93
BvkiZ2Lpv5DPI/iK3Qj/yxw=
=G22G
-END PGP SIGNATURE-


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



Bug#323314: FTBFS: Unsatisfiable build-dependency on libwxgtk2.4-python

2005-08-19 Thread Ramakrishnan Muthukrishnan
 || On Mon, 15 Aug 2005 15:43:45 -0700
 || Matt Kraai [EMAIL PROTECTED] wrote: 

 kraai Package: gnuradio
 kraai Version: 0.9-2.1
 kraai Severity: serious

 kraai gnuradio fails to build because it build-depends on
 kraai libwxgtk2.4-python, which has been replaced by wxpython2.4-1:

Hi,

gnuradio 0.9 is deprecated. I guess it is removed from the archives already.
gnuradio 0.9 is superceded by the source gnuradio-core 2.x versions.

Thanks
-- 
Ramakrishnan(http://www.hackGNU.org/)
Use Free Software  (http://www.gnu.org/)


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



Bug#323324: FTBFS: Undefined references

2005-08-19 Thread Ramakrishnan Muthukrishnan
 || On Mon, 15 Aug 2005 14:03:11 -0700
 || Matt Kraai [EMAIL PROTECTED] wrote: 

 kraai Package: gnuradio-core
 kraai Version: 2.5-4
 kraai Severity: serious

 kraai gnuradio-core fails to build because of undefined references to
 kraai gr_fxpt::TWO_TO_THE_31 and gr_fxpt::PI:


Thanks. Will look into it.

-- 
Ramakrishnan(http://www.hackGNU.org/)
Use Free Software  (http://www.gnu.org/)


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



Bug#323324: FTBFS: Undefined references

2005-08-19 Thread Ramakrishnan Muthukrishnan
 || On Mon, 15 Aug 2005 14:03:11 -0700
 || Matt Kraai [EMAIL PROTECTED] wrote: 

 kraai Package: gnuradio-core
 kraai Version: 2.5-4
 kraai Severity: serious

 kraai gnuradio-core fails to build because of undefined references to
 kraai gr_fxpt::TWO_TO_THE_31 and gr_fxpt::PI:

Looks like this error was exposed by gcc4. I can build with gcc3.4  without a 
problem, 
so I presume you are using gcc 4.x. 

In anycase, this is fixed by upstream and the next version is to be released 
soon. I
hope to bundle the C++ ABI update with that release. So expect a new package 
soon.

Thanks a lot.
-- 
Ramakrishnan(http://www.hackGNU.org/)
Use Free Software  (http://www.gnu.org/)


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



Bug#319073: lxr: lxr binary is installed inside /var/lib/lxr/bin instead of /usr/bin

2005-07-19 Thread Ramakrishnan Muthukrishnan
Package: lxr
Version: 0.3.1-2
Severity: serious

I installed lxr today. In the README file in the /usr/share/doc/lxr directory
there was no mention of how to run the program, neighther was there a 
README.Debian

So, I was forced to find what was in the package using dpkg -L (as given 
below). The
package seem to be installing the binary inside /var/lib/lxr/bin/genxref which 
is 
a serious violation of the policy. The Binaries should have been in /usr/bin 
instead.

Thanks
Ramakrishnan

radio:/usr/share/doc/lxr$ dpkg -L lxr
/.
/var
/var/www
/var/lib
/var/lib/lxr
/var/lib/lxr/source
/var/lib/lxr/http
/var/lib/lxr/http/lib
/var/lib/lxr/http/lib/LXR
/var/lib/lxr/http/lib/LXR/Common.pm
/var/lib/lxr/http/lib/LXR/Config.pm
/var/lib/lxr/http/lib/SimpleParse.pm
/var/lib/lxr/http/find
/var/lib/lxr/http/ident
/var/lib/lxr/http/search
/var/lib/lxr/http/diff
/var/lib/lxr/http/source
/var/lib/lxr/http/blurb.html
/var/lib/lxr/http/lxr.conf
/var/lib/lxr/http/search_help.html
/var/lib/lxr/http/template-dir
/var/lib/lxr/http/template-head
/var/lib/lxr/http/template-tail
/var/lib/lxr/http/valid_html3.2.gif
/var/lib/lxr/bin
/var/lib/lxr/bin/genxref
/usr
/usr/share
/usr/share/doc
/usr/share/doc/lxr
/usr/share/doc/lxr/README
/usr/share/doc/lxr/copyright
/usr/share/doc/lxr/README.Debian.gz
/usr/share/doc/lxr/changelog.Debian.gz



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux radio 2.6.12 #1 Tue Jul 19 20:50:20 IST 2005 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages lxr depends on:
ii  mzscheme [httpd]  1:209-3PLT Scheme Interpreter
ii  perl [perl5]  5.8.4-6Larry Wall's Practical Extraction 

-- no debconf information



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



Bug#315556: sound-juicer: sound-juicer does not start

2005-06-25 Thread Ramakrishnan Muthukrishnan
 || On Fri, 24 Jun 2005 21:08:32 +0100
 || Ross Burton [EMAIL PROTECTED] wrote: 

 ross On Sat, 2005-06-25 at 00:02 +0530, Ramakrishnan Muthukrishnan wrote:
  I upgraded all gstreamer packages, still getting the same error. The 
  libgstaudioconvert.so file is part of gstreamer-misc which is also
  latest version on my system.. I will keep experimenting and will keep
  you posted.

 ross To confirm your versions, can you paste the output of:

 ross dpkg -l libgstreamer\* gstreamer\*

 ross (make the window wide so that the package names are readable)

Here it is..

radio:~$ dpkg -l libgstreamer\* gstreamer\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version  Description
+++---
ii  libgstreamer-gconf0.8-0  0.8.8-3  GConf support for 
GStreamer
ii  libgstreamer-gconf0.8-dev0.8.8-3  Development files 
for GConf support for GStreamer
ii  libgstreamer-plugins0.8-00.8.2-3  Various GStreamer 
libraries and library plugins
ii  libgstreamer0.6-00.6.4-1  Core GStreamer 
libraries, plugins, and utilities
ii  libgstreamer0.8-00.8.9-2  Core GStreamer 
libraries, plugins, and utilities
ii  libgstreamer0.8-dev  0.8.9-2  GStreamer 
development libraries and headers
un  gstreamer-alsa   none   (no description 
available)
ii  gstreamer-audiofile  0.6.4-2  AudioFile plugin 
for GStreamer
un  gstreamer-audiosink  none   (no description 
available)
ii  gstreamer-cdparanoia 0.6.4-2  cdparanoia plugin 
for GStreamer
rc  gstreamer-core   0.6.0-1  Core element and 
library plugins for GStreamer
rc  gstreamer-core-libs  0.6.0-1  Core library 
plugins for GStreamer
ii  gstreamer-gconf  0.6.4-2  GConf support for 
GStreamer
ii  gstreamer-gnomevfs   0.6.4-2  Gnome VFS plugin 
for GStreamer
ii  gstreamer-mad0.6.4-2  MAD MPEG audio 
decoder plugin for GStreamer
ii  gstreamer-misc   0.6.4-2  Collection of 
various GStreamer plugins
ii  gstreamer-oss0.6.4-2  OSS plugin for 
GStreamer
ii  gstreamer-plugin-apps0.6.0-4  Simple GStreamer 
applications
ii  gstreamer-plugin-libs0.6.0-4  Various GStreamer 
library plugins
un  gstreamer-pluginsnone   (no description 
available)
rc  gstreamer-runtime0.6.0-1  Binaries needed 
to manage GStreamer plugin information
ii  gstreamer-tools  0.6.4-1  Tools for use 
with GStreamer
ii  gstreamer-vorbis 0.6.4-2  Vorbis plugin for 
GStreamer
un  gstreamer0.8-alsanone   (no description 
available)
un  gstreamer0.8-audiosink   none   (no description 
available)
ii  gstreamer0.8-cdparanoia  0.8.8-3  cdparanoia plugin 
for GStreamer
un  gstreamer0.8-colorspace  none   (no description 
available)
un  gstreamer0.8-doc none   (no description 
available)
un  gstreamer0.8-esd none   (no description 
available)
ii  gstreamer0.8-flac0.8.8-3  FLAC plugin for 
GStreamer
ii  gstreamer0.8-misc0.8.8-3  Collection of 
various GStreamer plugins
ii  gstreamer0.8-oss 0.8.2-3  OSS plugin for 
GStreamer
un  gstreamer0.8-plugins none   (no description 
available)
un  gstreamer0.8-tools   none   (no description 
available)
ii  gstreamer0.8-vorbis  0.8.8-3  Vorbis plugin for 
GStreamer
radio:~$

-- 
Ramakrishnan(http://www.hackGNU.org/)
Use Free Software  (http://www.gnu.org/)


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



Bug#315556: sound-juicer: sound-juicer does not start

2005-06-25 Thread Ramakrishnan Muthukrishnan
 || On Sat, 25 Jun 2005 11:59:11 +0200
 || Loïc Minier [EMAIL PROTECTED] wrote: 

 lool  The worse is that you probably have indeed found a missing dependency
 lool  somewhere (I presume it's libgstreamer-gconf0.8-0 which should have
 lool  stricter shlibs), but it's almost untrackable in such a mess.

Thanks for your email. I poked around and found several issues. I need to
download loads of software to keep it uptodate with the current unstable.
May be you may go ahead and close the bug. Sorry for the inconvenience.

Thanks again Loïc for the tip. I am updating my system. I am on a dialup
for the moment, so it may take afew days probably to get everything in 
shape.

Thanks and sorry again for inconvenience.
-- 
Ramakrishnan(http://www.hackGNU.org/)
Use Free Software  (http://www.gnu.org/)



Bug#315556: sound-juicer: sound-juicer does not start

2005-06-24 Thread Ramakrishnan Muthukrishnan
 || On Fri, 24 Jun 2005 17:56:09 +0100
 || Ross Burton [EMAIL PROTECTED] wrote: 

 ross I've been told by a GStreamer developer that you'll only get this
 ross message if you have mixed versions of gstreamer installed.

 ross Indeed:

  ii  libgstreamer-gconf0.8-0   0.8.2-3GConf support for GStreamer
  ii  libgstreamer0.8-0 0.8.9-2Core GStreamer libraries, 
  plugins,

 ross Where Sarge has gst-gconf 0.8.8-2.  Can you do a full upgrade, including
 ross upgrading any held back packages?

Ok. I will try that and keep you posted. Thanks.

-- 
Ramakrishnan



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



Bug#315556: sound-juicer: sound-juicer does not start

2005-06-24 Thread Ramakrishnan Muthukrishnan
 || On Fri, 24 Jun 2005 17:56:09 +0100
 || Ross Burton [EMAIL PROTECTED] wrote: 

 ross Where Sarge has gst-gconf 0.8.8-2.  Can you do a full upgrade, including
 ross upgrading any held back packages?

I upgraded all gstreamer packages, still getting the same error. The 
libgstaudioconvert.so file is part of gstreamer-misc which is also
latest version on my system.. I will keep experimenting and will keep
you posted.

-- 
Ramakrishnan(http://www.hackGNU.org/)
Use Free Software  (http://www.gnu.org/)


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



Bug#309505: gnuradio_0.9-2.1 (unstable): fails to build, old config.sub

2005-05-17 Thread Ramakrishnan Muthukrishnan

Hi,

Please see #286700. The package is obsoleted by gnuradio-core and this package 
(gnuradio)
will be removed from the archive shortly.

Thanks
Ramakrishnan

 || On Tue, 17 May 2005 19:07:30 +0200
 || Bastian Blank [EMAIL PROTECTED] wrote: 

 waldi Package: gnuradio
 waldi Version: 0.9-2.1
 waldi Severity: serious

 waldi There was an error while trying to autobuild your package:

  Automatic build of gnuradio_0.9-2.1 on debian01 by sbuild/s390 27
 waldi [...]
  ** Using build dependencies supplied by package:
  Build-Depends: debhelper ( 4.0.0), fftw3-dev, autoconf, automake1.7, 
  libqt3-mt-dev, swig, python2.3-dev, doxygen, pkg-config, python2.3-numeric, 
  libwxgtk2.4-python, python
 waldi [...]
  configure: running /bin/sh './configure' --prefix=/usr  '--enable-gui' 
  '--with-Qt-include-dir=/usr/include/qt3' '--with-Qt-bin-dir=/usr/bin' 
  '--with-Qt-lib-dir=/usr/lib' '--host=s390-linux' '--build=s390-linux' 
  '--prefix=/usr' '--mandir=${prefix}/share/man' 
  '--infodir=${prefix}/share/info' 'build_alias=s390-linux' 
  'host_alias=s390-linux' --cache-file=/dev/null --srcdir=.
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for gawk... no
  checking for mawk... mawk
  checking whether make sets $(MAKE)... yes
  checking build system type... Invalid configuration `s390-linux': machine 
  `s390' not recognized
  configure: error: /bin/sh config/config.sub s390-linux failed
  configure: error: /bin/sh './configure' failed for cppunit
  make: *** [config.status] Error 1
 waldi [...]

 waldi The config.sub file is horrible old.

 waldi Bastian




-- 
Ramakrishnan(http://www.hackGNU.org/)
Use Free Software  (http://www.gnu.org/)


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



Bug#286700: [Jeroen van Wolffelaar] Re: Bug#286700: ftp.debian.org: RM - Removal of gnuradio packages

2005-02-03 Thread Ramakrishnan Muthukrishnan
More communication on the issue.

---BeginMessage---
On Thu, Feb 03, 2005 at 09:10:38PM +0530, Ramakrishnan Muthukrishnan wrote:
  jeroen That doesn't matter in Debian, you should just upload with the same
  jeroen source package name unless there's a very good reason not to. I don't
  jeroen see such reason cited.
 
 The old source name was gnuradio, now it has changed into
 gnuradio-core. The upstream refers to gnuradio sources in the CVS as
 0.9. So this may lead to confusion. I (and the upstream) prefer to use
 the name gnuradio-core. I guess this is a very valid reason. Renaming
 will create confusion, for sure.

The source package name is hardly ever exposed to users -- it's the
binary package names that matter (the names for the .deb's).

For example, what user knows that the mysql package is from the
'mysql-dfsg' source package?

But whatever, you can change the source name if you want to, it makes
sense if there are now multiple gnuradio-* source packages.
 
 Okay, I will upload with the new source name itself and write clearly
 in the changelog about it and also about this bug. I hope that will
 make it clear for the ftp-masters to make the proper change.

If your new package supplies the same .deb's as the gnuradio source (and
why shouldn't it?), then this removal will happen semi-automagically.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


---End Message---


-- 
Ramakrishnan(http://www.hackGNU.org/)
Use Free Software  (http://www.gnu.org/)