Bug#360626: marked as done (package is uninstallable with exfalso 0.19-1)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 02:05:05 -0500
with message-id <[EMAIL PROTECTED]>
and subject line package is uninstallable with exfalso 0.19-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: quodlibet-plugins
Version: 20060128-1
Severity: serious

The following packages have unmet dependencies:
  exfalso: Conflicts: quodlibet-plugins (< 20060401) but 20060128-1 is 
installed.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
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 quodlibet-plugins depends on:
ii  python2.3.5-5An interactive high-level object-o
ii  quodlibet 0.18-3 audio library manager and player f

quodlibet-plugins recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Fixed in 20060404-1.
-- 
Joe Wreschnig <[EMAIL PROTECTED]>


signature.asc
Description: This is a digitally signed message part
--- End Message ---


Bug#361043: gmt_4.0-2(hppa/unstable):

2006-04-06 Thread lamont
Package: gmt
Version: 4.0-2
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of gmt_4.0-2 on sarti by sbuild/hppa 85
> Build started at 20060406-0559

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: netcdfg-dev, tcsh | csh, debhelper (>= 4.0), bzip2

[...]

> ar cvur libgmt.a fourt.o gmt_calclock.o gmt_cdf.o gmt_customio.o gmt_grdio.o 
> gmt_init.o gmt_io.o gmt_map.o gmt_plot.o gmt_shore.o gmt_stat.o gmt_support.o 
> gmt_vector.o   
> a - fourt.o
> a - gmt_calclock.o
> a - gmt_support.o
> a - gmt_vector.o
> ranlib libgmt.a
> ld -shared pslib.o -o libpsl.so

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=gmt&ver=4.0-2


GCC requires that programs built with gcc be linked with gcc, not with
ld.  Hence this:
  ld -shared pslib.o -o libpsl.so
should be:
  gcc -Wl,-shared pslib.o -o libpsl.so

and so on throughout the code.

Otherwise, you wind up missing the architecture specific libraries that
get added by gcc at link time.

lamont


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



Bug#361039: libc6: bad regcomp initialization, fixed upstream

2006-04-06 Thread Aurelien Jarno



LaMont Jones wrote:

Package: libc6
Severity: serious
Version: 2.3.6-4


After initializing a mutex, regcomp zeros the structure.  On
architectures that have non-zero free lock values (e.g., hppa) this
results in deadlock.

The following patch fixes the problem.
(See 
http://www.sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/regcomp.c.diff?r1=1.95&r2=1.96&cvsroot=glibc
 )


Are you sure of the version against which you reported the bug? This 
patch is present in the package since the version 2.3.6-4. With it I was 
able to run the testsuite again.


Aurelien

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#157489: marked as done (liblogfile-rotate-perl: binary-arch Vs Architecture: all)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 00:17:28 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#157489: fixed in liblogfile-rotate-perl 1.04-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: liblogfile-rotate-perl
Severity: serious

Your package is fully Architecture: all, yet, it builds the .deb in
the binary-arch target. Since policy states that

`binary-arch' builds the binary packages which are specific to
a particular architecture, and `binary-indep' builds those
which are not.

I consider this a policy violation, therefore a serious bug.
(Hint: one shouldn't follow the dh_make template blindly. A little
thought is always a good thing.)

--- End Message ---
--- Begin Message ---
Source: liblogfile-rotate-perl
Source-Version: 1.04-2

We believe that the bug you reported is fixed in the latest version of
liblogfile-rotate-perl, which is due to be installed in the Debian FTP archive:

liblogfile-rotate-perl_1.04-2.diff.gz
  to pool/main/libl/liblogfile-rotate-perl/liblogfile-rotate-perl_1.04-2.diff.gz
liblogfile-rotate-perl_1.04-2.dsc
  to pool/main/libl/liblogfile-rotate-perl/liblogfile-rotate-perl_1.04-2.dsc
liblogfile-rotate-perl_1.04-2_all.deb
  to pool/main/libl/liblogfile-rotate-perl/liblogfile-rotate-perl_1.04-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated liblogfile-rotate-perl 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  6 Apr 2006 09:09:21 +0200
Source: liblogfile-rotate-perl
Binary: liblogfile-rotate-perl
Architecture: source all
Version: 1.04-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 liblogfile-rotate-perl - Perl module to rotate logfiles
Closes: 157489
Changes: 
 liblogfile-rotate-perl (1.04-2) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#358573); set maintainer to Debian QA Group.
   * Acknowledge NMU.  Closes: #157489.
   * Change section to perl in accordance with the override file.
   * Switch to debhelper 5.
   * debian/changelog: Remove obsolete Emacs local variables.
   * debian/copyright: Refer to /usr/share/common-licenses/GPL and
 /usr/share/common-licenses/Artistic.
   * debian/watch: Add.
   * Conforms to Standards version 3.6.2.
Files: 
 0674fd00a405df87838b76bf41af194a 646 perl optional 
liblogfile-rotate-perl_1.04-2.dsc
 659b9ceed5d96daede41ee53967f9216 2302 perl optional 
liblogfile-rotate-perl_1.04-2.diff.gz
 0a546d634f1a493eb0a2ea761a5bb185 18970 perl optional 
liblogfile-rotate-perl_1.04-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFENL6pxBYivKllgY8RAmB8AJ4vrjo+DT91bXpDCDltkGyzzUiCXQCfQEac
HzQQEtIsdGZIrtaZZmdVmak=
=f7B/
-END PGP SIGNATURE-

--- End Message ---


Processed: dfsbuild upgrade will resolve these bugs

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 358944 pending
Bug#358944: FTBFS: Warning X: this statement never returns.
There were no tags set.
Tags added: pending

> tags 320991 pending
Bug#320991: apt-move fails due to non-existant directory
There were no tags set.
Bug#314815: Broken by newer cdebootstrap
Tags added: pending

> tags 314815 pending
Bug#314815: Broken by newer cdebootstrap
Tags were: pending
Bug#320991: apt-move fails due to non-existant directory
Tags added: pending

> tags 307334 pending
Bug#307334: dfsbuild: please prompt before wiping out directory
There were no tags set.
Tags added: pending

> tags 356572 pending
Bug#356572: bash dependency
There were no tags set.
Tags added: pending

> tags 316420 pending
Bug#316420: dfsbuild: depending on Essential packages
There were no tags set.
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#358944: dfsbuild upgrade will resolve these bugs

2006-04-06 Thread John Goerzen
tags 358944 pending
tags 320991 pending
tags 314815 pending
tags 307334 pending
tags 356572 pending
tags 316420 pending
thanks

Hello,

I am presently about 50% done rewriting dfsbuild from scratch.  I am
using Haskell instead of OCaml for the programs themselves, and also
am using reprepro instead of apt-move to handle the package cache on
the generated image.

When an upload is made, which should occur within the next few days,
these bugs will all be resolved.

Thanks,

-- 
John Goerzen
Author, Foundations of Python Network Programming
http://www.amazon.com/exec/obidos/tg/detail/-/1590593715


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



Bug#360894: sudo: installs preformatted cat page rather than man page

2006-04-06 Thread Colin Watson
On Wed, Apr 05, 2006 at 07:06:51AM -0700, Bdale Garbee wrote:
> On Wed, 2006-04-05 at 11:21 +0100, Colin Watson wrote:
> > Please install the source man pages instead.
> 
> You must be on a non-i386 machine.

Yes, I'm on powerpc. Sorry for not mentioning that up-front.

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#361047: python-libgmail: login method hangs

2006-04-06 Thread Zachary C. Miller
Package: python-libgmail
Version: 0.1.4-2
Severity: grave
Justification: renders package unusable

libgmail seems to be unable to log me into gmail at all either from 
mount.gmailfs or from my own test script. 

If I try to use mount.gmailfs I get "gmailfs did not connect in less than 12 
seconds, aborting..." in the log.

The following test script prints 1 but hangs forever without printing 2:
--BEGIN SCRIPT--
import libgmail

ga = libgmail.GmailAccount("[EMAIL PROTECTED]", "")
print "1"
ga.login()
print "2"
--END SCRIPT--

If I hit Control-C during the execution of the above script I get the following 
stacktrace:
--BEGIN STACK--
  File "foo.py", line 5, in ?
ga.login()
  File "/usr/lib/site-python/libgmail/__init__.py", line 318, in login
pageData = self._retrievePage(redirectURL)
  File "/usr/lib/site-python/libgmail/__init__.py", line 331, in _retrievePage
resp = urllib2.urlopen(req)
  File "/usr/lib/python2.3/urllib2.py", line 129, in urlopen
return _opener.open(url, data)
  File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
  File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
  File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
return self.do_open(httplib.HTTPS, req)
  File "/usr/lib/python2.3/urllib2.py", line 895, in do_open
return self.parent.error('http', req, fp, code, msg, hdrs)
  File "/usr/lib/python2.3/urllib2.py", line 346, in error
result = self._call_chain(*args)
  File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
  File "/usr/lib/python2.3/urllib2.py", line 472, in http_error_302
return self.parent.open(new)
  File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
  File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
  File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
return self.do_open(httplib.HTTPS, req)
  File "/usr/lib/python2.3/urllib2.py", line 895, in do_open
return self.parent.error('http', req, fp, code, msg, hdrs)
  File "/usr/lib/python2.3/urllib2.py", line 346, in error
result = self._call_chain(*args)
  File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
  File "/usr/lib/python2.3/urllib2.py", line 472, in http_error_302
return self.parent.open(new)
  File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
  File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
  File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
return self.do_open(httplib.HTTPS, req)
  File "/usr/lib/python2.3/urllib2.py", line 884, in do_open
h.endheaders()
  File "/usr/lib/python2.3/httplib.py", line 715, in endheaders
self._send_output()
  File "/usr/lib/python2.3/httplib.py", line 600, in _send_output
self.send(msg)
  File "/usr/lib/python2.3/httplib.py", line 567, in send
self.connect()
  File "/usr/lib/python2.3/httplib.py", line 987, in connect
sock.connect((self.host, self.port))
  File "", line 1, in connect
--ENDSTACK--

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-2006021502
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages python-libgmail depends on:
ii  python2.3.5-5An interactive high-level object-o

python-libgmail recommends no packages.

-- no debconf information


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



Bug#335648: marked as done (deskbar-applet: traceback on startup)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Apr 2006 11:12:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 2.14.0.1-0.2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: deskbar-applet
Version: 0.8.0-1
Severity: grave
Justification: renders package unusable

Trying to run deskbar applet in a window gives the following traceback.
Also, adding it to my gnome panel does nothing - I can see the process
running with ps aux, but it does nothing.

[EMAIL PROTECTED]:~$ /usr/lib/deskbar-applet/deskbar-applet -d -w
Running installed deskbar, using normal PYTHONPATH
Data Dir: /usr/share/deskbar-applet
Handlers Dir: /usr/lib/deskbar-applet/handlers
No problems so far.
Traceback (most recent call last):
  File "/usr/lib/deskbar-applet/deskbar-applet", line 85, in ?
build_window()
  File "/usr/lib/deskbar-applet/deskbar-applet", line 46, in build_window
applet_factory(applet, None)
  File "/usr/lib/deskbar-applet/deskbar-applet", line 35, in applet_factory
deskbar.applet.DeskbarApplet(applet)
  File "/usr/lib/python2.3/site-packages/deskbar/applet.py", line 18, in 
__init__
self.loader = ModuleLoader (deskbar.MODULES_DIRS)
  File "/usr/lib/python2.3/site-packages/deskbar/module_list.py", line 54, in 
__init__
self.watcher.connect('changed', self._on_handler_file_changed)
TypeError: unknown signal name

-- System Information:
Debian Release: 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-1-k7
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages deskbar-applet depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libebook1.2-3 1.2.3-4.2  Client library for evolution addre
ii  libedataserver1.2-4   1.2.3-4.2  Utily library for evolution data s
ii  libgconf2-4   2.10.1-6   GNOME configuration database syste
ii  libglib2.0-0  2.8.3-1The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libxml2   2.6.22-1   GNOME XML library
ii  python2.3.5-3An interactive high-level object-o
ii  python-gnome2 2.10.0-3   Python bindings for the GNOME desk
ii  python-gtk2   2.6.3-1Python bindings for the GTK+ widge
ii  zlib1g1:1.2.3-6  compression library - runtime

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Fixed in 2.14.0.1-0.2
--- End Message ---


Bug#361057: lanmap: missing libltdl3 depends

2006-04-06 Thread Glenn
Package: lanmap
Version: 0.1+svn20060227-3
Severity: grave
Justification: renders package unusable

as stated in heading, also on installing said package fails with the
following output.

Error: Layout was not done.  Missing layout plugins?
mv: cannot stat `/usr/share/lanmap//tmp.lanmap': No such file or directory


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages lanmap depends on:
ii  graphviz  2.8-0.2rich set of graph drawing tools
ii  libc6 2.3.6-4GNU C Library: Shared libraries an
ii  libpcap0.80.9.4-1System interface for user-level pa

lanmap recommends no packages.

-- no debconf information


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



Bug#361065: tcpreplay: FTBFS (powerpc): conflicting types for 'speed_t'

2006-04-06 Thread Andreas Jochens
Package: tcpreplay
Version: 2.99+3.0.beta7-1
Severity: serious
Tags: patch

When building 'tcpreplay' on powerpc/unstable,
I get the following error:

In file included from cidr.c:35:
../../src/defines.h:115: error: conflicting types for 'speed_t'
/usr/include/bits/termios.h:24: error: previous declaration of 'speed_t' was 
here
make[5]: *** [cidr.o] Error 1
make[5]: Leaving directory `/tcpreplay-2.99+3.0.beta7/src/common'

With the attached patch 'tcpreplay' can be compiled on powerpc.

Regards
Andreas Jochens

diff -urN ../tmp-orig/tcpreplay-2.99+3.0.beta7/src/defines.h.in 
./src/defines.h.in
--- ../tmp-orig/tcpreplay-2.99+3.0.beta7/src/defines.h.in   2005-07-29 
04:42:25.0 +
+++ ./src/defines.h.in  2006-04-06 08:55:14.0 +
@@ -112,7 +112,6 @@
 #define SPEED_ONEATATIME 5
 float speed;
 };
-typedef struct speed_s speed_t;
 
 #define MAX_FILES   1024/* Max number of files we can pass to 
tcpreplay */
 
diff -urN ../tmp-orig/tcpreplay-2.99+3.0.beta7/src/tcpreplay.h ./src/tcpreplay.h
--- ../tmp-orig/tcpreplay-2.99+3.0.beta7/src/tcpreplay.h2005-07-29 
04:42:25.0 +
+++ ./src/tcpreplay.h   2006-04-06 08:55:39.0 +
@@ -57,7 +57,7 @@
 int datadumpfile1;
 int datadumpfile2;
 */
-speed_t speed;
+struct speed_s speed;
 u_int32_t limit;
 u_int32_t loop;
 


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



Bug#355733: please upload new strace 4.5.14, it fixes an FTBFS on all architectures

2006-04-06 Thread Frederik Schueler
Hello,

I was preparing an NMU when I stumbled across the new upstream version. 

please upload strace 4.5.14 to the archive, it fixes #355733.


Best regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#361067: libmyodbc depends on unavailable libmysqlclient12

2006-04-06 Thread Benjamin Leipold
Package: libmyodbc
Severity: grave
Justification: renders package unusable

The package libmyodbc depends on unavailable package libmysqlclient12.

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


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



Processed: Closing all the pike7.4 bugs

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> close 358803
Bug#358803: pike7.4 - FTBFS: find: 
/build/buildd/pike7.4-7.4.357/debian/pike7.4-core/usr/include/pike/7.4.357-1.1+b1/:
 No such file or directory
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Bastian Blank <[EMAIL PROTECTED]>

> close 360324
Bug#360324: pike7.4-mysql: Uinstallable, dependency on libmysqlclient15
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Richard Salts <[EMAIL PROTECTED]>

> close 251624
Bug#251624: pike7.4: Build-Depends on virtual package without default
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Goswin von Brederlow <[EMAIL 
PROTECTED]>

> close 343807
Bug#343807: Please upgrade build depends to libmysqlclient15-dev
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Christian Hammers <[EMAIL 
PROTECTED]>

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: deskbar-applet: Re: Fixed in 2.14.0.1-0.2

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> close 342646 2.14.0.1-0.2
Bug#342646: deskbar-applet: New upstream version available
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.14.0.1-0.2, send any further explanations to 
Mario <[EMAIL PROTECTED]>

> close 335648 2.14.0.1-0.2
Bug#335648: deskbar-applet: traceback on startup
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.14.0.1-0.2, send any further explanations to 
Paul Wise <[EMAIL PROTECTED]>

> close 334832 2.14.0.1-0.2
Bug#334832: deskbar-applet: can't focus on applet
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.14.0.1-0.2, send any further explanations to 
Chris AtLee <[EMAIL PROTECTED]>

> close 349884 2.14.0.1-0.2
Bug#349884: Incorrect dependencies
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.14.0.1-0.2, send any further explanations to 
ems <[EMAIL PROTECTED]>

> close 339399 2.14.0.1-0.2
Bug#339399: deskbar-applet should depend on python2.3-gnome-extras
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.14.0.1-0.2, send any further explanations to 
Erik Meitner <[EMAIL PROTECTED]>

> close 337490 2.14.0.1-0.2
Bug#337490: deskbar-applet should depend on python-glade2
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.14.0.1-0.2, send any further explanations to 
David Gil <[EMAIL PROTECTED]>

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#327049: wwwoffle: Restores removed conffile

2006-04-06 Thread Frank Küster
Paul Slootman <[EMAIL PROTECTED]> wrote:

>> > I'm talking about the case where you just entered a value,
>> > interactively.
>> 
>> But I may have changed my mind, and i shouldn't be forced to use debconf
>> then.  No, I *mustn't* be forced.
>
> I'm talking about someone who wants to use debconf...

I'm talking about the freedom to switch from and to debconf as I like,
or to not switch and stick to always using it (or never using it).  Just
as it was designed.

> He chose at one time to have the fetching active, removed the cron.d
> script later, and then changed his mind again, and thinks he can
> reactivate it via debconf.

He can if it's coded properly.

> I read your bug report to mean that if the user removes the file,
> postinst should never, ever recreate it again, because that's what the
> user wants, otherwise he wouldn't have removed the file. 

Sorry if I was too short.  I never wanted to say that.

> And that's what I have a problem with,

Fine, so we don't have a problem with each other's goals :-)

> dpkg-reconfigure again and enters a fetch frequency, "I" (the postinst
> script) wouldn't be allowed to create the file again. Your exact words
> were "and indeed the postinst scripts recreates the file if it has been
> deleted.", indicating that was the problem. You didn't qualify that
> statement with "unconditionally" or so...

Sorry for that, I was just too short and assumed you'd figure out
yourself what I meant, which isn't a proper way to report a bug...

>> Is the new maintainer script available somewhere?
>
> Not yet.

So does it make sense that I start of with the old ones?  I guess I need
config, postinst and maybe the templates file.

Here's a quick shot, untested:

In wwwoffle.config:

if [ -s /etc/cron.d/wwwoffle ]; then
  ... as before ...
elif [ -n "$CONFIG_ARG2" ]; # do this only when this is not a fresh install
   db_set wwwoffle/fetchfrequency off
fi

db_get wwwoffle/fetchfrequency   ###
rc=$?
- if [ $rc -eq 0 -o $rc -ge 30 ]; then # bashism, and won't catch "off"
+ if [ $rc = off ] || [ $rc -eq 0 ] || [ $rc -ge 30 ]; then
FREQ="$RET"
if [ "$FREQ" != off ]; then
# convert to digits only
FREQ=$( expr "$FREQ" : '\([0-9]*\)' )
if [ -z "$FREQ" ]
then FREQ=off
elif [ "$FREQ" = 0 ]
then FREQ=off
fi
fi
if [ "$FREQ" = off ]; then
if [ -s $CRONTAB ]; then
# replace only first occurrence of wwwoffle.cron-fetch line
perl -i.bak -pe 
'unless($done==1){if(s,^(\s*#\s*)*([^#]*wwwoffle.cron-fetch),# $2,){$done=1;}}' 
$CRONTAB
else
- ( echo "# min hr dom mon dow"
-   echo "# If you want to disable this, comment out the line"
-   echo "# below (don't simply remove this file)."
-   echo "# */30 * * * * proxy [ -x 
/etc/wwwoffle/wwwoffle.cron-fetch ] && /etc/wwwoffle/wwwoffle.cron-fetch"
- ) > /etc/cron.d/wwwoffle
- fi
+ :
else

But I don't understand the purpose of the first test where I fixed the
bashism - why do you only act on the crontab file if the value is zero
or if it is at least 30?  That means that I can't set it to 20 via
debconf, doesn't it?

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Bug#358500: marked as done (unsafe temp file creation (CAN-2004-2265))

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Apr 2006 04:14:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line unsafe temp file creation (CAN-2004-2265)
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: uudeview
Version: 0.5.20-2
Severity: serious
Tags: security

CAN-2004-2265 is a security hole in uudeview, although you won't find
much useful info in the advisories associated with that CAN.

After downloading OpenPKG's fix from
tp://ftp.openpkg.org/release/2.0/UPD/uudeview-0.5.19-2.0.1.src.rpm ,
I was able to verify the problem:

  if ((stdfile = tempnam (NULL, "uu")) == NULL) {
fprintf (stderr, "proc_stdin: cannot get temporary file\n");
return 0;
  }

  if ((target = fopen (stdfile, "wb")) == NULL) {
fprintf (stderr, "proc_stdin: cannot open temp file %s for writing: %s\n",
 stdfile, strerror (errno));
_FP_free (stdfile);
return 0;
  }

This is a race, exploitable when uudeview is run on standard input.
I'm attaching OpenPKG's entire patch for uudeview 0.5.19, since you might
find unrelated changes also of interest. The relevent fixes for this hole
are change changes involving tempnam and _FP_tempnam.

-- 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.4.27
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages uudeview depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

uudeview recommends no packages.

-- no debconf information

-- 
see shy jo
Patch to defeat uudeview "UNKNOWN" filenames.
Problem introduced with 0.5.19
Problem remains in 0.5.20

Index: uuscan.c
--- uulib/uuscan.c.orig 2004-03-12 11:47:13.0 +0100
+++ uulib/uuscan.c  2004-03-12 13:37:54.0 +0100
@@ -1604,20 +1604,23 @@
 }
 
 /* skip empty lines */
-prevpos = ftell (datei);
+{
+long localprevpos;
+localprevpos = ftell (datei);
 if (IsLineEmpty (line)) {
   while (!feof (datei)) {
if (_FP_fgets (line, 255, datei) == NULL)
  break;
if (UUBUSYPOLL(ftell(datei),progress.fsize)) SPCANCEL();
if (!IsLineEmpty (line)) {
- fseek (datei, prevpos, SEEK_SET);
+ fseek (datei, localprevpos, SEEK_SET);
  line[255] = '\0';
  break;
}
-   prevpos = ftell (datei);
+   localprevpos = ftell (datei);
   }
 }
+}
 
 /*
  * If we don't have all valid MIME headers yet, but the following

mkstemp security enhancement. Similar to
FreeBSD http://www.freebsd.org/cgi/query-pr.cgi?pr=41508
SuSE uudeview-0.5.18-244.src.rpm

--- unix/uudeview.c
+++ unix/uudeview.c
@@ -434,7 +434,7 @@
 return 0;
   }
 
-  if ((stdfile = tempnam (NULL, "uu")) == NULL) {
+  if ((stdfile = _FP_tempnam (NULL, "uu")) == NULL) {
 fprintf (stderr, "proc_stdin: cannot get temporary file\n");
 return 0;
   }

--- uulib/fptools.c
+++ uulib/fptools.c
@@ -507,5 +507,15 @@
 char * TOOLEXPORT
 _FP_tempnam (char *dir, char *pfx)
 {
-  return _FP_strdup (tmpnam (NULL));
+  int fd;
+  char fileName[100];
+
+  strncpy(fileName, pfx, 90);
+  strcat(fileName, "XX");
+  fd = mkstemp(fileName);
+  if (fd == -1)
+   return NULL;
+  close(fd);
+  unlink(fileName);
+  return _FP_strdup (fileName);
 }

--- uulib/uunconc.c
+++ uulib/uunconc.c
@@ -1264,7 +1264,7 @@
   else
 mode = "wb";   /* otherwise in binary  */
 
-  if ((data->binfile = tempnam (NULL, "uu")) == NULL) {
+  if ((data->binfile = _FP_tempnam (NULL, "uu")) == NULL) {
 UUMessage (uunconc_id, __LINE__, UUMSG_ERROR,
   uustring (S_NO_TEMP_NAME));
 return UURET_NOMEM;
@@ -1426,7 +1426,7 @@
*/
 
   if (data->uudet == BH_ENCODED && data->binfile) {
-if ((ntmp = tempnam (NULL, "uu")) == NULL) {
+if ((ntmp = _FP_tempnam (NULL, "uu")) == NULL) {
   UUMessage (uunconc_id, __LINE__, UUMSG_ERROR,
 uustring (S_NO_TEMP_NAME));
   progress.action = 0;

http://www.fpx.de/fp/Software/UUDeview/HISTORY.txt
0.5.20 (01.03.2004)

- fix bug in parsing of header lines [uuscan.c@@155]
- fix fgets to accept lines that are exactly of the maximum length 
[uunconc.c, uuscan.c]
- fix two buffer overflows [uuscan.c@@391, fptools.c]

diff --unified=3 uudeview-0.5.19/uulib/fptools.c uudeview-0.5.20/uulib/fptools.c
--- uulib/fptools.c 1.7 2003-04-13 17:41:55.0 +0200
+++ uulib/fpt

Processed: severity of 353997 is grave, merging 361067 353997

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.16
> severity 353997 grave
Bug#353997: libmyodbc: create packages for libmysqlclient14 and libmysqlclient15
Severity set to `grave'.

> merge 361067 353997
Bug#353997: libmyodbc: create packages for libmysqlclient14 and libmysqlclient15
Bug#361067: libmyodbc depends on unavailable libmysqlclient12
Merged 353997 361067.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Kernel support check from #360420 breaks working config

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 360126 + pending
Bug#360126: glibc: FTBFS glibc235-gcc4-ppc-procfs.diff listed in 
debian/patches/series but not present
There were no tags set.
Bug#360574: FTBFS: patches/series includes deleted patches
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#360126: Kernel support check from #360420 breaks working config

2006-04-06 Thread Steinar H. Gunderson
tags 360126 + pending
thanks

On Wed, Apr 05, 2006 at 09:05:09PM -0400, [EMAIL PROTECTED] wrote:
> It checks for the "nfsd_version" symbol, which my kernel doesn't have,
> thus refusing to start and causing grief.  Commenting out the grep of
> /proc/kallsyms in /etc/init.d/nfs-kernel-server fixed the problem.

Sorry about that; I had no idea the exported symbols could vary in that way
from kernel to kernel. I'll upload a fixed package checking for init_nfsd as
soon as I get to some place with access to my GPG key. :-)

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Processed: tagging 360126, tagging 361026

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.16
> tags 360126 - pending
Bug#360126: glibc: FTBFS glibc235-gcc4-ppc-procfs.diff listed in 
debian/patches/series but not present
Tags were: pending
Bug#360574: FTBFS: patches/series includes deleted patches
Tags removed: pending

> tags 361026 + pending
Bug#361026: Kernel support check from #360420 breaks working config
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: confirmed and pending

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 360924 confirmed
Bug#360924: cannot install / buggy postinst
There were no tags set.
Tags added: confirmed

> tags 360924 pending
Bug#360924: cannot install / buggy postinst
Tags were: confirmed
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: tagging 358540

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 358540 + patch
Bug#358540: FTBFS: cannot find -lXinerama
There were no tags set.
Tags added: patch

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361085: denyhosts-python2.4: /usr/bin/denyhosts contains incorrect shebang

2006-04-06 Thread Pascal Volk
Package: denyhosts-python2.4
Version: 2.2-1
Severity: grave
Tags: patch
Justification: renders package unusable

After the command `/etc/init.d/denyhosts start` denyhosts-python2.4 raises
an ImportError exception:

Starting DenyHosts: denyhostsTraceback (most recent call last):
  File "/usr/bin/denyhosts", line 5, in ?
import DenyHosts.python_version
ImportError: No module named DenyHosts.python_version

The attached patch will fix this problem.

best regards
Pascal

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

Versions of packages denyhosts-python2.4 depends on:
ii  denyhosts-common  2.2-1  an utility to help sys admins thwa
ii  python2.4 2.4.2-2An interactive high-level object-o

denyhosts-python2.4 recommends no packages.

-- no debconf information
--- /usr/bin/denyhosts.org	2006-04-06 14:04:24.0 +0200
+++ /usr/bin/denyhosts	2006-04-06 14:14:23.0 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.4
 import os
 import sys
 


Bug#355499: NMU

2006-04-06 Thread Pierre Habouzit
an delayed7 NMU has been uploaded today to fix those two bugs.

no preliminary warning has been sent given the fact that other packages 
of the same maintainer are already NMU-ed many times.

Cheers,
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpeHc8yYCw0f.pgp
Description: PGP signature


Bug#358540: Missing -L option

2006-04-06 Thread Goswin Brederlow
Package: wmaker
Version: 0.92.0-5.2
Followup-For: Bug #358540

Hi,

looking at this bug I found that it isn't a problem with Build-Depends
but that -L/usr/X11R6/lib is missing when linking. Configure sets this
in XLFLAGS and adding that in the Makefile.am files fixes the problem.


Patch attached.

MfG
Goswin

PS: please fix the clean target to remove/restore all generated
files. Building the source twice adds them all to the diff.gz.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.16-rc4-xen
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -u wmaker-0.92.0/debian/changelog wmaker-0.92.0/debian/changelog
--- wmaker-0.92.0/debian/changelog
+++ wmaker-0.92.0/debian/changelog
@@ -1,3 +1,10 @@
+wmaker (0.92.0-5.2c0.mrvn.1) unstable; urgency=low
+
+  * Add XLFLAGS to wmaker_LDADD in src/Makefile.am
+  * Add XLFLAGS to wmsetbg_LDADD in util/Makefile.am
+
+ -- Goswin von Brederlow <[EMAIL PROTECTED]>  Thu,  6 Apr 2006 12:14:17 +
+
 wmaker (0.92.0-5.2) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- wmaker-0.92.0.orig/src/Makefile.am
+++ wmaker-0.92.0/src/Makefile.am
@@ -119,6 +119,7 @@
 wmaker_LDADD = \
$(top_builddir)/WINGs/libWINGs.a\
$(top_builddir)/wrlib/libwraster.la\
+   @XLFLAGS@ \
@XFTLIBS@ \
@XLIBS@ \
@INTLIBS@ \
only in patch2:
unchanged:
--- wmaker-0.92.0.orig/util/Makefile.am
+++ wmaker-0.92.0/util/Makefile.am
@@ -55,7 +55,7 @@
 wmsetbg_LDADD = \
$(top_builddir)/WINGs/libWINGs.a \
$(top_builddir)/wrlib/libwraster.la \
-   @XLIBS@ @XFTLIBS@ @INTLIBS@ @DLLIBS@
+   @XLFLAGS@ @XLIBS@ @XFTLIBS@ @INTLIBS@ @DLLIBS@
 
 CLEANFILES = wmaker.inst
 


Bug#337596: marked as done (mypasswordsafe: FTBFS: Could not open output file '.ui/manualdlg.h')

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Apr 2006 15:16:23 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed in current sid
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: mypasswordsafe
Version: 0.0.20050615-1
Severity: serious
Justification: FTBFS

The current version of mypasswordsafe is failing to build on the alpha
autobuilder with the following error:

[...]
make[2]: Entering directory /build/buildd/mypasswordsafe-0.0.20050615'
/usr/share/qt3/bin/uic src/manualdlg.ui -o .ui/manualdlg.h
uic: Could not open output file '.ui/manualdlg.h'
make[2]: *** [.ui/manualdlg.h] Error 1
[...]

A full build log can be found at
.

This same error is happening on mips and mipsel, and may be reproducible on
other architectures as well.

The mypasswordsafe package has been removed from testing as a result of this
bug, in order to allow KDE and related packages to complete the C++ ABI
transition.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
This problem is fixed in the current sid version of synaptic.

Cheers,
 Michael
-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo
--- End Message ---


Processed: Fixed in NMU of ngs-js 0.2.5-7.1

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 284201 + fixed
Bug#284201: ngs-js: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Tags were: patch
Tags added: fixed

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#361084: package manpages-dev in unstable is broken

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 361084 serious
Bug#361084: package manpages-dev in unstable is broken
Severity set to `serious'.

> merge 360843 361084
Bug#360843: manpages-dev tries to overwrite files from modutils 
(create_module.2.gz)
Bug#361084: package manpages-dev in unstable is broken
Merged 360843 361084.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Fixed in NMU of tla 1.3.3-3.1

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 355999 + fixed
Bug#355999: FTBFS: libneon24-dev no longer in the archive
Tags were: patch
Tags added: fixed

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#360229: marked as done (png-sixlegs: FTBFS: Missing Build-Depends)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 07:32:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#360229: fixed in png-sixlegs 1.2.3-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: png-sixlegs
Version: 1.2.3-1
Severity: serious

From my pbuilder build log:

...
36. double pixelHeight = 
in_data.parseFloatingPoint(in_data.readString(limit));
 ^^
*** Semantic Warning: Invoking the class method "parseFloatingPoint" via an 
instance is discouraged because the method invoked will be the one in the 
variable's declared type, not the instance's dynamic type.
(cd src; jar cf ../png.jar com/sixlegs/image/png/*.class)
/bin/sh: jar: command not found
make: *** [build-stamp] Error 127
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: png-sixlegs
Source-Version: 1.2.3-2

We believe that the bug you reported is fixed in the latest version of
png-sixlegs, which is due to be installed in the Debian FTP archive:

libpng-sixlegs-java_1.2.3-2_all.deb
  to pool/main/p/png-sixlegs/libpng-sixlegs-java_1.2.3-2_all.deb
png-sixlegs_1.2.3-2.diff.gz
  to pool/main/p/png-sixlegs/png-sixlegs_1.2.3-2.diff.gz
png-sixlegs_1.2.3-2.dsc
  to pool/main/p/png-sixlegs/png-sixlegs_1.2.3-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicolas Sabouret <[EMAIL PROTECTED]> (supplier of updated png-sixlegs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  6 Apr 2006 16:08:17 +0200
Source: png-sixlegs
Binary: libpng-sixlegs-java
Architecture: source all
Version: 1.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Nicolas Sabouret <[EMAIL PROTECTED]>
Changed-By: Nicolas Sabouret <[EMAIL PROTECTED]>
Description: 
 libpng-sixlegs-java - Java package to read and display PNG images
Closes: 359454 360229
Changes: 
 png-sixlegs (1.2.3-2) unstable; urgency=low
 .
   * Build-Depends on kaffe (closes: #360229)
   * Rebuild to remove /usr/doc symlink (closes: 359454)
Files: 
 d258ef588906b16d2b38bf28b0c4246c 601 - optional png-sixlegs_1.2.3-2.dsc
 5241b83cf6a6728739c73826307260d3 1928 - optional png-sixlegs_1.2.3-2.diff.gz
 9f097e4b47fa00a0bdfb47748497ffe1 80168 libs optional 
libpng-sixlegs-java_1.2.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD4DBQFENSNl3WMCWcJOg8IRAt93AJiAvGdszwlmWOOO0WL84KWT2u6/AJ4oF3oN
tJCTojyXwz+t0XIrgRXGEg==
=Kv+t
-END PGP SIGNATURE-

--- End Message ---


Bug#346372: acknowledged by developer (closing 346372)

2006-04-06 Thread Laurent Bonnaud
> I've created a new package and my sponsor uploaded it last night, so I
> suppose it should be available by tomorrow (2.5.03-2260). Could you try
> the new version and file a bug if the problem persists?

Thank you for the fix!  I confirm that cvsnt is installable again.

Unfortunately, installing cvsnt would remove a large part of my system:

# apt-get install cvsnt
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
  cervisia cvs kde kde-devel kde-devel-extras kdesdk kdesdk-dbg
kdevelop3 kdevelop3-data kdevelop3-dev
  kdevelop3-plugins kdewebdev libcvsservice-dev libcvsservice0 quanta
The following NEW packages will be installed:
  cvsnt

But this is another issue and I'm going to file another bug report...

Thanks again,

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/




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



Bug#361091: locales fails to be installed - LANGUAGE vs LANG

2006-04-06 Thread Joe Drew
Package: locales
Version: 2.3.6-5
Severity: serious

Setting up locales (2.3.6-5) ...
Generating locales (this might take a while)...
  en_CA.ISO-8859-1... done
  ja_JP.UTF-8... done
  ja_JP.EUC-JP... done
Generation complete.
*** update-locale: Error: LANGUAGE ("en_CA:en_US:en_GB:en") is not
compatible with LANG (en_CA)
dpkg: error processing locales (--configure):
subprocess post-installation script returned error exit status 9

I don't see why my LANGUAGE wouldn't be compatible with LANG in this
case...

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages locales depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  libc6 [glibc-2.3.6-2] 2.3.6-5GNU C Library: Shared libraries an

locales recommends no packages.

-- debconf information:
* locales/default_environment_locale: en_CA
* locales/locales_to_be_generated: en_CA ISO-8859-1, ja_JP.UTF-8 UTF-8, 
ja_JP.EUC-JP EUC-JP


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



Bug#357639: marked as done (FTBFS: cannot find gnome-media-profiles)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 07:47:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357639: fixed in sound-juicer 2.12.3-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: sound-juicer
Version: 2.12.3-3
Severity: serious

Your package fails to build in unstable because it cannot find
"gnome-media-profiles".


> Automatic build of sound-juicer_2.12.3-3 on bigsur by sbuild/mips 1.94
...
> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.1.0), cdbs, gnome-pkg-tools, intltool (>= 
> 0.30), libmusicbrainz4-dev (>= 2.1.1-4.1), libgstreamer0.8-dev, 
> gstreamer0.8-tools, libgstreamer-gconf0.8-dev, libgstreamer-plugins0.8-dev, 
> libgtk2.0-dev (>= 2.6.0), libglade2-dev, libgnomeui-dev, libgconf2-dev, 
> libnautilus-burn-dev (>= 2.12.0), libgnomevfs2-dev (>= 2.10.0), gnome-media 
> (>= 2.8.0), scrollkeeper, gnome-doc-utils
> Checking for already installed source dependencies...
...
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> appending configuration tag "F77" to libtool
> checking for intltool >= 0.20... 0.34.1 found
> checking for perl... /usr/bin/perl
> checking for XML::Parser... ok
> checking for iconv... /usr/bin/iconv
> checking for msgfmt... /usr/bin/msgfmt
> checking for msgmerge... /usr/bin/msgmerge
> checking for xgettext... /usr/bin/xgettext
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for GDU_MODULE_VERSION_CHECK... yes
> checking for GLIB... yes
> checking for BURN... yes
> checking for UI... yes
> checking for GSTREAMER... yes
> checking for gst-inspect-0.8... gst-inspect-0.8
> checking GStreamer element cdparanoia... found.
> checking GStreamer element vorbisenc... not found.
> configure: WARNING: The 'vorbisenc' element was not found. This will cause 
> encoding to Ogg Vorbis to fail.
> checking GStreamer element flacenc... not found.
> configure: WARNING: The 'flacenc' element was not found. This will cause 
> encoding to FLAC to fail.
> checking GStreamer element wavenc... found.
> checking GStreamer element gnomevfssink... not found.
> configure: WARNING: The 'gnomevfssink' element was not found. This will cause 
> Sound Juicer to fail at runtime.
> checking for MEDIA_PROFILES... configure: error: Package requirements 
> (gnome-media-profiles >= 2.11.91) were not met:
> 
> No package 'gnome-media-profiles' found
> 
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> 
> Alternatively, you may set the environment variables MEDIA_PROFILES_CFLAGS
> and MEDIA_PROFILES_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> 
> make: *** [config.status] Error 1
> **

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---
--- Begin Message ---
Source: sound-juicer
Source-Version: 2.12.3-4

We believe that the bug you reported is fixed in the latest version of
sound-juicer, which is due to be installed in the Debian FTP archive:

sound-juicer_2.12.3-4.diff.gz
  to pool/main/s/sound-juicer/sound-juicer_2.12.3-4.diff.gz
sound-juicer_2.12.3-4.dsc
  to pool/main/s/sound-juicer/sound-juicer_2.12.3-4.dsc
sound-juicer_2.12.3-4_i386.deb
  to pool/main/s/sound-juicer/sound-juicer_2.12.3-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Bacher <[EMAIL PROTECTED]> (supplier of updated sound-juicer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  6 Apr 2006 14:42:49 +0200
Source: sound-juicer
Binary: sound-juicer
Architecture: source i386
Version: 2.12.3-4
Distributio

Processed: Fixed in NMU of wmaker 0.92.0-5.3

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 358540 + fixed
Bug#358540: FTBFS: cannot find -lXinerama
Tags were: patch
Tags added: fixed

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#350183: any progress on this?

2006-04-06 Thread Filippo Giunchedi
Hi,
are the scripts for persistent networking available somewhere for testing? I
would like to help in getting persistent networking right.

thanks,
filippo


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



Processed: libstdc++6: cannot handle TLS data

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 361024 critical
Bug#361024: libstdc++6: cannot handle TLS data
Severity set to `critical'.

> thanks dude
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Patch

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 359645 patch
Bug#359645: camelbones: FTBFS: Unsatisfiable Build-Depends
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Matthias Klose
Sheplyakov Alexei writes:
> Hello!
> 
> On Wed, 05 Apr 2006 18:41:05 -0600, Gordon Haverland wrote:
> > Traceback (most recent call last):
> >   File "/usr/bin/apt-listchanges", line 30, in ?
> >   import apt_pkg
> > ImportError: libstdc++.so.6: cannot handle TLS data
> 
> I've seen many similar errors on my system too (I've got a bunch of
> home-brew Guile[1] modules written in C++). Such an error appears whenever
> a thread created by C code tries to dlopen(3) C++ shared library.
> I've managed to create (hopefully) simple test case (based on
> C++ dlopen mini-HOWTO), see the attached tarball (unpack and run
> `make'). I did not reported this before since I thought that's /me doing
> something wrong...

thanks for the testcase, however I'm unable to reproduce the failure
with a recent unstable archive, nor do I see the apt-listchanges
failures.

  Matthias


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



Bug#359645: Patch

2006-04-06 Thread Matt Kraai
tag 359645 patch
thanks

The attached patch implements Daniel's suggestion and changes the
build-dependency on libgnustep-gui0.9-dev to libgnustep-gui0.10-dev.

-- 
Matt
diff -ru camelbones-0.2.3.cvs20040220-orig/debian/control 
camelbones-0.2.3.cvs20040220/debian/control
--- camelbones-0.2.3.cvs20040220-orig/debian/control2006-04-06 
09:44:33.0 -0700
+++ camelbones-0.2.3.cvs20040220/debian/control 2006-04-06 09:44:51.0 
-0700
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Wolfgang Sourdeau <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), gnustep-make, libgnustep-gui0.9-dev, 
libperl-dev (>= 5.8.4)
+Build-Depends: debhelper (>= 4.0.0), gnustep-make, libgnustep-gui0.10-dev, 
libperl-dev (>= 5.8.4)
 Standards-Version: 3.6.1.1
 
 Package: libcamelbones0


signature.asc
Description: Digital signature


Bug#350183: any progress on this?

2006-04-06 Thread Marco d'Itri
On Apr 06, Filippo Giunchedi <[EMAIL PROTECTED]> wrote:

> are the scripts for persistent networking available somewhere for testing? I
No, but I solved the problem for the /dev/cdrom* aliases and now I have
some good infrastructure available.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#360843: who should?

2006-04-06 Thread paul cannon
It seems rather like manpages-dev /should/ be the one to own these, and
a bug should be filed on modutils to get these manpages out of there.

Still, this bug should remain open and serious until manpages-dev is at
least installable.

-- 
paul


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



Bug#358958:

2006-04-06 Thread erlk ozlr
There is an available package called "libopenal0a" that perhaps suits the "scorched3d" needs. If it does, the packagers should to edit the file "control" of the .deb , replacing the dependency. Or maybe create a pseudo-package or even a virtual package.  Then we'll be able to install scorched3d.



Bug#355733: please upload new strace 4.5.14, it fixes an FTBFS on all architectures

2006-04-06 Thread Wichert Akkerman
I haven't maintained or touched strace in a few years.

Wichert.

Previously Frederik Schueler wrote:
> Hello,
> 
> I was preparing an NMU when I stumbled across the new upstream version. 
> 
> please upload strace 4.5.14 to the archive, it fixes #355733.
> 
> 
> Best regards
> Frederik Schueler
> 
> -- 
> ENOSIG



-- 
Wichert Akkerman <[EMAIL PROTECTED]>It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.


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



Bug#294009: marked as done (php4-tclink: phpapi revision requires a new upload in sid)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 10:32:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#294009: fixed in php4-tclink 3.4.0-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: php4-tclink
Severity: grave
Tags: sid

Due to recent changes in the php4 packages, your package has become 
uninstallable
in sid (as of today's dinstall run, installing php4_4:4.3.10-3).  We are now
building php4 with "Zend Thread Safety" which both changes the ABI and changes
the directory that extensions should be installed into.

To build a new package, you need to do three things:

1) build-dep on "php4-dev (>= 4:4.3.10-3)" (you can pull it from incoming to get
   a head start.  The buildds already do)
2) ensure that your phpapi dependency has "-zts" tacked to the end of it.
   for examples on how to do so, see the debian/rules in php4-pgsql_3:4.3.10-1
3) Make sure that your extension installs to the correct directory
   (you do use `php-config --extension-dir`, don't you?)

That should be it.

Due to the simplicity and non-intrusiveness of these changes, if I don't see
uploads in the next 24 hours, I will happily NMU to fix the affected packages.

... Adam Conrad

(PS: Yes, this does have the blessing of at least one Release Manager)

--- End Message ---
--- Begin Message ---
Source: php4-tclink
Source-Version: 3.4.0-4

We believe that the bug you reported is fixed in the latest version of
php4-tclink, which is due to be installed in the Debian FTP archive:

php4-tclink_3.4.0-4.diff.gz
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4.diff.gz
php4-tclink_3.4.0-4.dsc
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4.dsc
php4-tclink_3.4.0-4_i386.deb
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated php4-tclink package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  6 Apr 2006 19:20:15 +0200
Source: php4-tclink
Binary: php4-tclink
Architecture: source i386
Version: 3.4.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 php4-tclink - TrustCommerce TCLink module for php4
Closes: 242756 294009 301338 336314
Changes: 
 php4-tclink (3.4.0-4) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#352661); set maintainer to Debian QA Group.
   * Acknowledge NMUs.  Closes: #242756, #294009, #301338.
   * Recompile for phpapi-20050606.  Closes: #336314.
   * Update maintainer scripts and templates from dh-make-php 0.0.13-1.
   * Switch to debhelper 5.
   * Let the build dependency on php4-dev pull in appropriate versions of
 autoconf and automake.
   * Lintian override for `no-shlibs-control-file' no longer necessary.
   * build.sh: Invoke phpize4 rather than phpize.
   * debian/rules:
 - Run `phpize4 --clean' on clean.
 - Add support for DEB_BUILD_OPTIONS=noopt.
   * debian/copyright: Add full copyright statement.
   * Conforms to Standards version 3.6.2.
Files: 
 14e0d273659102cebe7a88efd18057ee 618 web optional php4-tclink_3.4.0-4.dsc
 a197922aa521f67f9233fd2d65bb2907 8760 web optional php4-tclink_3.4.0-4.diff.gz
 e3d6c57aa23f0e3ae91974aa205c091f 58174 web optional 
php4-tclink_3.4.0-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFENU3hxBYivKllgY8RAg37AKDD8ed18c4eDNmnkVl7UyC+lEhA7QCfeT2a
FLBOyElRcJraIvtHH0nfsDs=
=EpkA
-END PGP SIGNATURE-

--- End Message ---


Bug#301338: marked as done (php4-tclink: PHP4 hokey pokey: please rebuild *without* ZTS support)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 10:32:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#301338: fixed in php4-tclink 3.4.0-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: php4-tclink
Version: 3.4.0-3.2
Severity: grave
Tags: sid

After a good deal of soul searching, discussion with upstream, and various
bug reports about the subject (#299820, #297223, #297679), the PHP team has
made the hard decision to revert support for the ZTS ABI in the the Debian
packages.  Please rebuild php4-tclink to match with a build-dependency on
php4-dev (>= 4:4.3.10-10) and a dependency on phpapi-20020918, and please
accept our apologies for the inconvenience.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: php4-tclink
Source-Version: 3.4.0-4

We believe that the bug you reported is fixed in the latest version of
php4-tclink, which is due to be installed in the Debian FTP archive:

php4-tclink_3.4.0-4.diff.gz
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4.diff.gz
php4-tclink_3.4.0-4.dsc
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4.dsc
php4-tclink_3.4.0-4_i386.deb
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated php4-tclink package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  6 Apr 2006 19:20:15 +0200
Source: php4-tclink
Binary: php4-tclink
Architecture: source i386
Version: 3.4.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 php4-tclink - TrustCommerce TCLink module for php4
Closes: 242756 294009 301338 336314
Changes: 
 php4-tclink (3.4.0-4) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#352661); set maintainer to Debian QA Group.
   * Acknowledge NMUs.  Closes: #242756, #294009, #301338.
   * Recompile for phpapi-20050606.  Closes: #336314.
   * Update maintainer scripts and templates from dh-make-php 0.0.13-1.
   * Switch to debhelper 5.
   * Let the build dependency on php4-dev pull in appropriate versions of
 autoconf and automake.
   * Lintian override for `no-shlibs-control-file' no longer necessary.
   * build.sh: Invoke phpize4 rather than phpize.
   * debian/rules:
 - Run `phpize4 --clean' on clean.
 - Add support for DEB_BUILD_OPTIONS=noopt.
   * debian/copyright: Add full copyright statement.
   * Conforms to Standards version 3.6.2.
Files: 
 14e0d273659102cebe7a88efd18057ee 618 web optional php4-tclink_3.4.0-4.dsc
 a197922aa521f67f9233fd2d65bb2907 8760 web optional php4-tclink_3.4.0-4.diff.gz
 e3d6c57aa23f0e3ae91974aa205c091f 58174 web optional 
php4-tclink_3.4.0-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFENU3hxBYivKllgY8RAg37AKDD8ed18c4eDNmnkVl7UyC+lEhA7QCfeT2a
FLBOyElRcJraIvtHH0nfsDs=
=EpkA
-END PGP SIGNATURE-

--- End Message ---


Bug#242756: marked as done (php4-tclink_3.4.0-3: FTBFS: executes non-executable file)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 10:32:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#242756: fixed in php4-tclink 3.4.0-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: php4-tclink
Version: 3.4.0-3
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of php4-tclink_3.4.0-3 on solitude.cyrius.com by 
> sbuild/mipsel 1.169
> Build started at 20040408-1536
...
> dh_testdir
> touch configure-stamp
> dh_testdir
> chmod a+x configure
> ./build.sh
> /usr/bin/phpize: line 1: /build/tbm/php4-tclink-3.4.0/build/shtool: 
> Permission denied
> /usr/bin/phpize: line 61: -f: command not found
> Couldn't execute phpize.  Check to make sure you have the php development 
> package installed.
> make: *** [build-stamp] Error 1

It seems your build process tries to execute a file which is not
executable.

951:[EMAIL PROTECTED]: ~/tmp/src/php4-tclink-3.4.0] ll build/shtool
-rw-r--r--1 tbm  tbm 36075 Apr  8 16:20 build/shtool

-- 
Martin Michlmayr
[EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
Source: php4-tclink
Source-Version: 3.4.0-4

We believe that the bug you reported is fixed in the latest version of
php4-tclink, which is due to be installed in the Debian FTP archive:

php4-tclink_3.4.0-4.diff.gz
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4.diff.gz
php4-tclink_3.4.0-4.dsc
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4.dsc
php4-tclink_3.4.0-4_i386.deb
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated php4-tclink package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  6 Apr 2006 19:20:15 +0200
Source: php4-tclink
Binary: php4-tclink
Architecture: source i386
Version: 3.4.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 php4-tclink - TrustCommerce TCLink module for php4
Closes: 242756 294009 301338 336314
Changes: 
 php4-tclink (3.4.0-4) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#352661); set maintainer to Debian QA Group.
   * Acknowledge NMUs.  Closes: #242756, #294009, #301338.
   * Recompile for phpapi-20050606.  Closes: #336314.
   * Update maintainer scripts and templates from dh-make-php 0.0.13-1.
   * Switch to debhelper 5.
   * Let the build dependency on php4-dev pull in appropriate versions of
 autoconf and automake.
   * Lintian override for `no-shlibs-control-file' no longer necessary.
   * build.sh: Invoke phpize4 rather than phpize.
   * debian/rules:
 - Run `phpize4 --clean' on clean.
 - Add support for DEB_BUILD_OPTIONS=noopt.
   * debian/copyright: Add full copyright statement.
   * Conforms to Standards version 3.6.2.
Files: 
 14e0d273659102cebe7a88efd18057ee 618 web optional php4-tclink_3.4.0-4.dsc
 a197922aa521f67f9233fd2d65bb2907 8760 web optional php4-tclink_3.4.0-4.diff.gz
 e3d6c57aa23f0e3ae91974aa205c091f 58174 web optional 
php4-tclink_3.4.0-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFENU3hxBYivKllgY8RAg37AKDD8ed18c4eDNmnkVl7UyC+lEhA7QCfeT2a
FLBOyElRcJraIvtHH0nfsDs=
=EpkA
-END PGP SIGNATURE-

--- End Message ---


Bug#336314: marked as done (php4-tclink: rebuild required for PHP ABI change)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 10:32:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336314: fixed in php4-tclink 3.4.0-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: php4-tclink
Version: 3.4.0-3.3
Severity: grave

php4-tclink is not installable in unstable because it depends on an
obsoleted PHP ABI:

# aptitude install php4-tclink
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
E: Unable to correct problems, you have held broken packages.
E: Unable to correct dependencies, some packages cannot be installed
E: Unable to resolve some dependencies!
Some packages had unmet dependencies.  This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

The following packages have unmet dependencies:
  php4-tclink: Depends: phpapi-20020918 which is a virtual package.
#

The ABI has changed between php4 4.3 and php4 4.4, so your package must be
rebuilt against the new ABI.  When rebuilding, please use php-config4
--phpapi to pick up the correct dependency.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: php4-tclink
Source-Version: 3.4.0-4

We believe that the bug you reported is fixed in the latest version of
php4-tclink, which is due to be installed in the Debian FTP archive:

php4-tclink_3.4.0-4.diff.gz
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4.diff.gz
php4-tclink_3.4.0-4.dsc
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4.dsc
php4-tclink_3.4.0-4_i386.deb
  to pool/main/p/php4-tclink/php4-tclink_3.4.0-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated php4-tclink package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  6 Apr 2006 19:20:15 +0200
Source: php4-tclink
Binary: php4-tclink
Architecture: source i386
Version: 3.4.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 php4-tclink - TrustCommerce TCLink module for php4
Closes: 242756 294009 301338 336314
Changes: 
 php4-tclink (3.4.0-4) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#352661); set maintainer to Debian QA Group.
   * Acknowledge NMUs.  Closes: #242756, #294009, #301338.
   * Recompile for phpapi-20050606.  Closes: #336314.
   * Update maintainer scripts and templates from dh-make-php 0.0.13-1.
   * Switch to debhelper 5.
   * Let the build dependency on php4-dev pull in appropriate versions of
 autoconf and automake.
   * Lintian override for `no-shlibs-control-file' no longer necessary.
   * build.sh: Invoke phpize4 rather than phpize.
   * debian/rules:
 - Run `phpize4 --clean' on clean.
 - Add support for DEB_BUILD_OPTIONS=noopt.
   * debian/copyright: Add full copyright statement.
   * Conforms to Standards version 3.6.2.
Files: 
 14e0d273659102cebe7a88efd18057ee 618 web optional php4-tclink_3.4.0-4.dsc
 a197922aa521f67f9233fd2d65bb2907 8760 web optional php4-tclink_3.4.0-4.diff.gz
 e3d6c57aa23f0e3ae91974aa205c091f 58174 web optional 
php4-tclink_3.4.0-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFENU3hxBYivKllgY8RAg37AKDD8ed18c4eDNmnkVl7UyC+lEhA7QCfeT2a
FLBOyElRcJraIvtHH0nfsDs=
=EpkA
-END PGP SIGNATURE-

--- End Message ---


Bug#360843: who should?

2006-04-06 Thread Justin Pryzby
reassign 360843 manpages-dev,modutils
thanks

On Thu, Apr 06, 2006 at 11:07:39AM -0600, paul cannon wrote:
> It seems rather like manpages-dev /should/ be the one to own these, and
> a bug should be filed on modutils to get these manpages out of there.
Sure :)


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



Bug#361039: marked as done (libc6: bad regcomp initialization, fixed upstream)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Apr 2006 12:05:49 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361039: libc6: bad regcomp initialization, fixed upstream
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---

Package: libc6
Severity: serious
Version: 2.3.6-4


After initializing a mutex, regcomp zeros the structure.  On
architectures that have non-zero free lock values (e.g., hppa) this
results in deadlock.

The following patch fixes the problem.
(See 
http://www.sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/regcomp.c.diff?r1=1.95&r2=1.96&cvsroot=glibc
 )

===
RCS file: /cvs/glibc/libc/posix/regcomp.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- libc/posix/regcomp.c2005/05/06 23:33:52 1.95
+++ libc/posix/regcomp.c2005/07/10 22:01:14 1.96
@@ -774,8 +774,6 @@
 }
   preg->used = sizeof (re_dfa_t);
 
-  __libc_lock_init (dfa->lock);
-
   err = init_dfa (dfa, length);
   if (BE (err != REG_NOERROR, 0))
 {
@@ -789,6 +787,8 @@
   strncpy (dfa->re_str, pattern, length + 1);
 #endif
 
+  __libc_lock_init (dfa->lock);
+
   err = re_string_construct (®exp, pattern, length, preg->translate,
 syntax & RE_ICASE, dfa);
   if (BE (err != REG_NOERROR, 0))
===

--- End Message ---
--- Begin Message ---
On Thu, Apr 06, 2006 at 09:10:41AM +0200, Aurelien Jarno wrote:
> Are you sure of the version against which you reported the bug? This 
> patch is present in the package since the version 2.3.6-4. With it I was 
> able to run the testsuite again.

Sorry - I was given to understand that it was still present in -4.  As
opposed to etch. :-(

not a bug in sid.

lamont
--- End Message ---


Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Nick Lewycky
Matthias Klose wrote:

> thanks for the testcase, however I'm unable to reproduce the failure
> with a recent unstable archive, nor do I see the apt-listchanges
> failures.

I can confirm the apt-listchanges failure here, running unstable. The
only exceptional thing about my system that I think could be relevant is
that I'm running a non-Debian kernel from kernel.org (2.6.15.6).

The error message itself is being printed by ld.so, which belongs to the
libc6 package. My libc6 version is "2.3.6-5".

I've tried running the testcase with "LD_DEBUG=all" in the environment,
but the output wasn't very illuminating (attached). Perhaps someone not
showing symptoms can diff it against a run on their own system.

Actually, valgrind screams with lots of errors in /lib/ld-2.3.6.so when
running the testcase, or any other affected program. Hmm. That would
explain its non-deterministic nature. Valgrind output also attached.

Nick Lewycky


demo.ld.bz2
Description: Unix tar archive


demo.valgrind.bz2
Description: Unix tar archive


Processed: Re: Bug#360843: who should?

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 360843 manpages-dev,modutils
Bug#360843: manpages-dev tries to overwrite files from modutils 
(create_module.2.gz)
Bug#361084: package manpages-dev in unstable is broken
Bug reassigned from package `manpages-dev' to `manpages-dev,modutils'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Fixed in NMU of sqlite3 3.3.5-0.1

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 339369 + fixed
Bug#339369: sqlite3: test segfaults on hppa
There were no tags set.
Tags added: fixed

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361091: locales fails to be installed - LANGUAGE vs LANG

2006-04-06 Thread Denis Barbier
tags 361091 + pending
thanks

On Thu, Apr 06, 2006 at 10:31:45AM -0400, Joe Drew wrote:
> Package: locales
> Version: 2.3.6-5
> Severity: serious
> 
> Setting up locales (2.3.6-5) ...
> Generating locales (this might take a while)...
>   en_CA.ISO-8859-1... done
>   ja_JP.UTF-8... done
>   ja_JP.EUC-JP... done
> Generation complete.
> *** update-locale: Error: LANGUAGE ("en_CA:en_US:en_GB:en") is not
> compatible with LANG (en_CA)
> dpkg: error processing locales (--configure):
> subprocess post-installation script returned error exit status 9
> 
> I don't see why my LANGUAGE wouldn't be compatible with LANG in this
> case...

It works if you replace
  LANGUAGE="en_CA:en_US:en_GB:en"
by
  LANGUAGE=en_CA:en_US:en_GB:en
in /etc/default/locale, or better yet drop this setting (it is useless
in your case).
Update-locale is now fixed in SVN, thanks for your report.

Denis


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



Processed: Re: Bug#361091: locales fails to be installed - LANGUAGE vs LANG

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 361091 + pending
Bug#361091: locales fails to be installed - LANGUAGE vs LANG
There were no tags set.
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#351778: Bug#351788: bbdb: The coding system specified in the .bbdb is ignored and the coding iso-2022-7bit is forced

2006-04-06 Thread Hubert Chan

Hi Joerg,

Given that this bug is RC, and that the patch that I gave in the 
previous email has been accepted by upstream (it is now in CVS), I am 
planning on doing an NMU to mark this bug as fixed (as part of my NM 
process).


Attached is the interdiff between my proposed NMU and the current bbdb 
in sid (minus the useless differences in the generated texinfo html 
output).  The full NMU package can also be found at: 
.  If you object to the 
NMU, please let me know.




--
Hubert Chan - email & Jabber: [EMAIL PROTECTED] - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA   (Key available at wwwkeys.pgp.net)
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA
diff -u bbdb-2.35.cvs20060204/debian/changelog 
bbdb-2.35.cvs20060204/debian/changelog
--- bbdb-2.35.cvs20060204/debian/changelog
+++ bbdb-2.35.cvs20060204/debian/changelog
@@ -1,3 +1,11 @@
+bbdb (2.35.cvs20060204-1.1) unstable; urgency=low
+
+  * NMU.
+  * Set coding system when writing .bbdb file to prevent data corruption.
+(Closes: #351778)
+
+ -- Hubert Chan <[EMAIL PROTECTED]>  Tue, 28 Mar 2006 14:09:25 -0700
+
 bbdb (2.35.cvs20060204-1) unstable; urgency=low
 
   * New CVS co
only in patch2:
unchanged:
--- bbdb-2.35.cvs20060204.orig/lisp/bbdb.el
+++ bbdb-2.35.cvs20060204/lisp/bbdb.el
@@ -2452,7 +2452,8 @@
 (insert-before-markers (format ";; -*-coding: %s;-*-\n"
bbdb-file-coding-system)))
   (setq bbdb-modified-p nil
-bbdb-changed-records nil)
+bbdb-changed-records nil
+   buffer-file-coding-system bbdb-file-coding-system)
   (let ((buf (get-buffer bbdb-buffer-name)))
 (when buf
   (with-current-buffer buf


Bug#358399: marked as done (aislerot/sol: crash/freeze when click on "Select game...")

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 22:06:56 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358399: aislerot/sol: crash/freeze when click on "Select 
game..."
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gnome-games
Version: 1:2.12.3-1
Severity: grave
Tags: gslice
Justification: renders package unusable


when running aislerot solitare, clicking on "Select game..."
freezes the application, and prints the following to the
console:

*** glibc detected *** free(): invalid pointer: 0x083c9460 ***

running with G_SLICE=always-malloc fixes the problem

-- 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.12-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gnome-games depends on:
ii  gnome-games-data 1:2.12.3-1  data files for the GNOME games
ii  guile-1.6-libs   1.6.7-2 Main Guile libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libavahi-compat-howl00.6.9-5 Avahi Howl compatibility library
ii  libc62.3.6-4 GNU C Library: Shared libraries an
ii  libesd-alsa0 [libesd0]   0.2.36-3Enlightened Sound Daemon (ALSA) - 
ii  libgcc1  1:4.0.3-1   GCC support library
ii  libgconf2-4  2.14.0-1GNOME configuration database syste
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libgnome2-0  2.12.0.1-5  The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.14.0-1A powerful object-oriented display
ii  libgnomeui-0 2.12.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.14.0-1GNOME virtual file-system (runtime
ii  libgtk2.0-0  2.8.13-1The GTK+ graphical user interface 
ii  libpango1.0-01.12.0-2Layout and rendering of internatio
ii  librsvg2-common  2.12.7-5+b1 SAX-based renderer library for SVG
ii  libstdc++6   4.0.3-1 The GNU Standard C++ Library v3
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages gnome-games recommends:
ii  gnome-games-extra-data2.12.0-2   games for the GNOME desktop (extra
ii  python2.3.5-5An interactive high-level object-o

-- no debconf information

--- End Message ---
--- Begin Message ---
Package: gnome-games
Version: 2.14.0-1

Le mardi 28 mars 2006 à 11:51 -0300, Gustavo Franco a écrit :
> I wrote and tested the patch below, it fixes this bug. Since GNOME 2.14
> is entering sid, i'll investigate if and how it applies to the new
> gnome-games.

This is fixed in unstable.

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée
--- End Message ---


Processed: reassign 359204 cheops

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 359204 libsnmp4.2-dev
Bug#359204: cheops: FTBFS: libsnmp9-dev needed
Bug reassigned from package `cheops' to `libsnmp4.2-dev'.

> retitle 359204 Missing snmp_api.h
Bug#359204: cheops: FTBFS: libsnmp9-dev needed
Changed Bug title.

> tag 359204 patch
Bug#359204: Missing snmp_api.h
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: your mail

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 360420
Bug#360420: nfs-kernel-server: fail to upgrade
Bug reopened, originator not changed.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#359204: reassign 359204 cheops

2006-04-06 Thread Matt Kraai
reassign 359204 libsnmp4.2-dev
retitle 359204 Missing snmp_api.h
tag 359204 patch
thanks

cheops fails to build because libsnmp4.2-dev is missing snmp_api.h.
libsnmp4.2-dev is missing snmp_api.h because the snmplib subdirectory
fails to build.  The snmplib subdirectory fails to build because
scapi.c does not include .  The attached patch fixes
this problem.

-- 
Matt
diff -ru ucd-snmp-4.2.5-orig/snmplib/scapi.c ucd-snmp-4.2.5/snmplib/scapi.c
--- ucd-snmp-4.2.5-orig/snmplib/scapi.c 2006-04-06 11:12:08.0 -0700
+++ ucd-snmp-4.2.5/snmplib/scapi.c  2006-04-06 11:30:17.0 -0700
@@ -56,6 +56,7 @@
 #include 
 #include 
 #include 
+#include 
 #endif
 
 #ifdef QUITFUN


signature.asc
Description: Digital signature


Bug#360420: (no subject)

2006-04-06 Thread Christiaan Welvaart

reopen 360420

thanks


The proposed fix for this bug does not work:

zem:~# grep nfsd_version /proc/kallsyms
zem:~#

This is with a 2.6.15.5 kernel with everything built-in -- no modules 
loaded. Please find a fix that does not cause a serious regression.



Christiaan


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



Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Matthias Klose
Nick Lewycky writes:
> Matthias Klose wrote:
> 
> > thanks for the testcase, however I'm unable to reproduce the failure
> > with a recent unstable archive, nor do I see the apt-listchanges
> > failures.
> 
> I can confirm the apt-listchanges failure here, running unstable. The
> only exceptional thing about my system that I think could be relevant is
> that I'm running a non-Debian kernel from kernel.org (2.6.15.6).
> 
> The error message itself is being printed by ld.so, which belongs to the
> libc6 package. My libc6 version is "2.3.6-5".
> 
> I've tried running the testcase with "LD_DEBUG=all" in the environment,
> but the output wasn't very illuminating (attached). Perhaps someone not
> showing symptoms can diff it against a run on their own system.
> 
> Actually, valgrind screams with lots of errors in /lib/ld-2.3.6.so when
> running the testcase, or any other affected program. Hmm. That would
> explain its non-deterministic nature. Valgrind output also attached.

Aurelian Jarno pointed out the following: only reproducible with 2.4
kernels or if you (re)move /lib/tls on a 2.6 kernel.

Officially we don't support 2.4 kernels anymore, whatever "deprecated"
means.
See http://lists.debian.org/debian-devel-announce/2006/03/msg7.html

  Matthias


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



Bug#360714: openoffice.org-core: OO.org does not start; crashes when invoked with -help option

2006-04-06 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

reassign 360714 openoffice.org
severity 360714 important
thanks

Max Gilead wrote:
> On Tue, 2006-04-04 at 18:54 +0200, Rene Engelhard wrote:
> > Max Gilead wrote:
> > > None of OO.org programs start without printing anything to the therminal.
> > > soffice.bin crashes when invoked with -help option (log below). This bug 
> > > is
> > > similar to #356461 but I'm not sure if it's exactly the same so I'm filing
> > > a new one.
> > It looks like the same from a quick look at the reports only. Just for
> > comparison with the other report: Which graphic driver do you use?
> Nvidia's binary driver version 8178 with xinerama on dualhead GF6600.

Aha.

Would you be so nice and try with nv or vesa or some other sane driver and see
if it still has problems? 
(don't forget to restore the "normal" libGL)

If it works then, bad luck. Blame nvidia. non-free, binary-only yada yada.

Regards,

Rene

P.S.: This is important only.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFENYNH+FmQsCSK63MRAo5AAJ97nlpw69NvGiFjb03KRUoPnP/RoACfTest
gEUmoSWQ6zhbFhfimybRlSQ=
=w9f/
-END PGP SIGNATURE-


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



Bug#355824: Patch

2006-04-06 Thread Matt Kraai
tag 355824 patch
thanks

The attached patch implements Ross's suggestion, making freebirth use
pkg-config to determine CFLAGS and LDFLAGS, which fixes the build.

-- 
Matt
diff -ru freebirth-0.3.2-orig/debian/rules freebirth-0.3.2/debian/rules
--- freebirth-0.3.2-orig/debian/rules   2006-04-06 13:33:56.0 -0700
+++ freebirth-0.3.2/debian/rules2006-04-06 13:52:11.0 -0700
@@ -5,7 +5,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS=-g  -O2  -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 
-DXTHREADS -I/usr/X11R6/include -I/usr/include/atk-1.0
+CFLAGS=-g -O2 -Wall $(shell pkg-config --cflags gtk+-2.0)
+LDFLAGS=$(shell pkg-config --libs gtk+-2.0)
 
 # Handle DEB_BUILD_OPTIONS
 ifneq "$(findstring debug,$(DEB_BUILD_OPTIONS))" ""
@@ -24,7 +25,7 @@
dh_testdir
 
# Add here commands to compile the package.
-   $(MAKE) CFLAGS="$(CFLAGS)"
+   $(MAKE) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
/usr/bin/docbook-to-man debian/freebirth.sgml > debian/freebirth.1
 
touch build-stamp


signature.asc
Description: Digital signature


Processed: Patch

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 355824 patch
Bug#355824: FTBFS: cairo.h not found
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#360550: python2.3-formencode: Decorator syntax not yet supported in Python 2.3

2006-04-06 Thread Beat Bolli
Package: python2.3-formencode
Version: 0.4-4
Followup-For: Bug #360550

The syntax errors in the original bug report are caused by the new "@" decorator
syntax which is supported in Python 2.4 only.

I recommend to remove the two offending functions from the 2.3 package, as
they are maked experimental anyway.

Beat Bolli

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-486
Locale: LANG=C, LC_CTYPE=de_CH (charmap=ISO-8859-1)

Versions of packages python2.3-formencode depends on:
ii  python2.3 2.3.5-9.1  An interactive high-level object-o

python2.3-formencode recommends no packages.

-- no debconf information


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



Processed: Re: Bug#360714: openoffice.org-core: OO.org does not start; crashes when invoked with -help option

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 360714 openoffice.org
Bug#360714: openoffice.org-core: OO.org does not start; crashes when invoked 
with -help option
Bug reassigned from package `openoffice.org-core' to `openoffice.org'.

> severity 360714 important
Bug#360714: openoffice.org-core: OO.org does not start; crashes when invoked 
with -help option
Severity set to `important'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Gordon Haverland
On Thursday 06 April 2006 11:04, Matthias Klose wrote:
> Sheplyakov Alexei writes:
> > On Wed, 05 Apr 2006 18:41:05 -0600, Gordon Haverland wrote:
> > > Traceback (most recent call last):
> > >   File "/usr/bin/apt-listchanges", line 30, in ?
> > >   import apt_pkg
> > > ImportError: libstdc++.so.6: cannot handle TLS data
> >
> > I've seen many similar errors on my system too (I've got a
> > bunch of home-brew Guile[1] modules written in C++). Such an
> > error appears whenever a thread created by C code tries to
> > dlopen(3) C++ shared library. I've managed to create
> > (hopefully) simple test case (based on C++ dlopen
> > mini-HOWTO), see the attached tarball (unpack and run
> > `make'). I did not reported this before since I thought
> > that's /me doing something wrong...
>
> thanks for the testcase, however I'm unable to reproduce the
> failure with a recent unstable archive, nor do I see the
> apt-listchanges failures.

I know the last 3 apt-get upgrade's all did this, I am not sure 
how far back it happens.  Is there something I can do on this end 
to get you more data?  It seems consistent on this box (for now).

Gord


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



Bug#349570: Where in policy?

2006-04-06 Thread Wilmer van der Gaast

Hello,

I noticed this bug is keeping 1.0.x from entering testing. :-(

So which part of the policy is violated by this behaviour? "Don't 
touch, maintainer scripts will do it" files aren't that rare in /etc, 
and it shouldn't be hard to run dpkg-reconfigure once to set the new 
port number.


If this isn't really a policy violation, I'd rather reduce the bug 
severity a bit and fix this in 1.1 packages.



Wilmer van der Gaast.

--
+ .''`. - -- ---+  +- -- ---  - --+
| wilmer : :'  :  gaast.net |  | OSS Programmer   www.bitlbee.org |
| lintux `. `~'  debian.org |  | Full-time geek  wilmer.gaast.net |
+--- -- -  ` ---+  +-- -  --- -- -+



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



Bug#360827: endianness bugs

2006-04-06 Thread Ryan Schultz
Should now be fixed in pcsx-df darcs code, with the additional of your patch, 
a replace of __MACOSX__ with __BIGENDIAN__, and an autoconf check for big 
endian systems. 

As with so many of PCSX's bugs, I don't know when I'll be able to release 
fixed version; if I don't make a PCSX-df release this month, I'll fix this 
issue in the Debian package directly and make a stop-gap revision release. I 
seem to find a new and exciting segfault every day...

If you're interested, pcsx-df code is available with:

darcs get http://rschultz.ath.cx/repos/pcsx-df

-- 
Ryan Schultz
"Rise above oneself and grasp the world." -- Archimedes


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



Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Nick Lewycky
Matthias Klose wrote:
> Aurelian Jarno pointed out the following: only reproducible with 2.4
> kernels or if you (re)move /lib/tls on a 2.6 kernel.

I'm running it on a 2.6 kernel and my /lib/tls is right where it
belongs. However, I note with interest that the following makes the bug
go away:

  export LD_LIBRARY_PATH=/lib/tls

/lib/tls isn't in my /etc/ld.so.conf. Should it be? When did that
change? And what about the subdirectories under /lib/tls? What package
is supposed to install/own/update the ld.so.conf?

Nick Lewycky


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



Processed: Re: Bug#361047: python-libgmail: login method hangs

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 361047 + unreproducible moreinfo
Bug#361047: python-libgmail: login method hangs
There were no tags set.
Tags added: unreproducible, moreinfo

> severity 361047 normal
Bug#361047: python-libgmail: login method hangs
Severity set to `normal'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361143: apt-show-versions: Invocation fails with Perl errors

2006-04-06 Thread celejar
Package: apt-show-versions
Version: 0.09
Severity: grave
Justification: renders package unusable


When I invoke apt-show-versions (with any package) it now (after a large
set of package updates) dies with the following error:

Can't load '/usr/lib/perl5/auto/AptPkg/AptPkg.so' for module AptPkg:
libstdc++.so.6: cannot handle TLS data at
/usr/lib/perl/5.8/DynaLoader.pm line 225.
 at /usr/lib/perl5/AptPkg/Config.pm line 8
 Compilation failed in require at /usr/lib/perl5/AptPkg/Config.pm line
 8.
 BEGIN failed--compilation aborted at /usr/lib/perl5/AptPkg/Config.pm
 line 8.
 Compilation failed in require at /usr/bin/apt-show-versions line 41.
 BEGIN failed--compilation aborted at /usr/bin/apt-show-versions line
 41.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apt-show-versions depends on:
ii  apt   0.6.42.1   Advanced front-end for dpkg
ii  libapt-pkg-perl   0.1.17 Perl interface to libapt-pkg
ii  perl [libstorable-perl]   5.8.7-7Larry Wall's Practical Extraction 

apt-show-versions recommends no packages.

-- no debconf information


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



Bug#361057: lanmap: missing libltdl3 depends

2006-04-06 Thread Sebastien Delafond
reassign 361057 graphviz
merge 361057 359622
thanks

See Bug #359622 for graphviz.

--Seb

On Thu, Apr 06, 2006 at 07:06:21PM +1000, Glenn wrote:
> Package: lanmap
> Version: 0.1+svn20060227-3
> Severity: grave
> Justification: renders package unusable
> 
> as stated in heading, also on installing said package fails with the
> following output.
> 
> Error: Layout was not done.  Missing layout plugins?
> mv: cannot stat `/usr/share/lanmap//tmp.lanmap': No such file or directory
> 
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.16
> Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
> 
> Versions of packages lanmap depends on:
> ii  graphviz  2.8-0.2rich set of graph drawing tools
> ii  libc6 2.3.6-4GNU C Library: Shared libraries 
> an
> ii  libpcap0.80.9.4-1System interface for user-level 
> pa
> 
> lanmap recommends no packages.
> 
> -- no debconf information
> 
> 


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



Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Steve Langasek
On Thu, Apr 06, 2006 at 10:36:43PM +0200, Matthias Klose wrote:
> Nick Lewycky writes:
> > Matthias Klose wrote:

> > > thanks for the testcase, however I'm unable to reproduce the failure
> > > with a recent unstable archive, nor do I see the apt-listchanges
> > > failures.

> > I can confirm the apt-listchanges failure here, running unstable. The
> > only exceptional thing about my system that I think could be relevant is
> > that I'm running a non-Debian kernel from kernel.org (2.6.15.6).

> > The error message itself is being printed by ld.so, which belongs to the
> > libc6 package. My libc6 version is "2.3.6-5".

> > I've tried running the testcase with "LD_DEBUG=all" in the environment,
> > but the output wasn't very illuminating (attached). Perhaps someone not
> > showing symptoms can diff it against a run on their own system.

> > Actually, valgrind screams with lots of errors in /lib/ld-2.3.6.so when
> > running the testcase, or any other affected program. Hmm. That would
> > explain its non-deterministic nature. Valgrind output also attached.

> Aurelian Jarno pointed out the following: only reproducible with 2.4
> kernels or if you (re)move /lib/tls on a 2.6 kernel.

> Officially we don't support 2.4 kernels anymore, whatever "deprecated"
> means.
> See http://lists.debian.org/debian-devel-announce/2006/03/msg7.html

We still have to support installing etch glibc on sarge kernels for upgrade
purposes!

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Processed: Re: Bug#361057: lanmap: missing libltdl3 depends

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 361057 graphviz
Bug#361057: lanmap: missing libltdl3 depends
Bug reassigned from package `lanmap' to `graphviz'.

> merge 361057 359622
Bug#359622: Dot plugins not initialized
Bug#361057: lanmap: missing libltdl3 depends
Mismatch - only Bugs in same state can be merged:
Values for `forwarded addr' don't match:
 #359622 has [EMAIL PROTECTED]';
 #361057 has `'
Values for `done mark' don't match:
 #359622 has `done';
 #361057 has `open'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361047: python-libgmail: login method hangs

2006-04-06 Thread Sebastien Delafond
tag 361047 + unreproducible moreinfo
severity 361047 normal
thanks

Works fine here:

  ~ # python /usr/share/doc/python-libgmail/examples/sendmsg.py [EMAIL 
PROTECTED] [EMAIL PROTECTED] foo bar

  Please wait, logging in...
  Log in successful.

  Message sent `foo` successfully.
  Done.

Looking at your exception stack, this is definitely a network
connectivity problem; please try from another machine/netblock.

Cheers,

--Seb

On Thu, Apr 06, 2006 at 03:00:55AM -0500, Zachary C. Miller wrote:
> Package: python-libgmail
> Version: 0.1.4-2
> Severity: grave
> Justification: renders package unusable
> 
> libgmail seems to be unable to log me into gmail at all either from 
> mount.gmailfs or from my own test script. 
> 
> If I try to use mount.gmailfs I get "gmailfs did not connect in less than 12 
> seconds, aborting..." in the log.
> 
> The following test script prints 1 but hangs forever without printing 2:
> --BEGIN SCRIPT--
> import libgmail
> 
> ga = libgmail.GmailAccount("[EMAIL PROTECTED]", "")
> print "1"
> ga.login()
> print "2"
> --END SCRIPT--
> 
> If I hit Control-C during the execution of the above script I get the 
> following stacktrace:
> --BEGIN STACK--
>   File "foo.py", line 5, in ?
> ga.login()
>   File "/usr/lib/site-python/libgmail/__init__.py", line 318, in login
> pageData = self._retrievePage(redirectURL)
>   File "/usr/lib/site-python/libgmail/__init__.py", line 331, in _retrievePage
> resp = urllib2.urlopen(req)
>   File "/usr/lib/python2.3/urllib2.py", line 129, in urlopen
> return _opener.open(url, data)
>   File "/usr/lib/python2.3/urllib2.py", line 326, in open
> '_open', req)
>   File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
> return self.do_open(httplib.HTTPS, req)
>   File "/usr/lib/python2.3/urllib2.py", line 895, in do_open
> return self.parent.error('http', req, fp, code, msg, hdrs)
>   File "/usr/lib/python2.3/urllib2.py", line 346, in error
> result = self._call_chain(*args)
>   File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.3/urllib2.py", line 472, in http_error_302
> return self.parent.open(new)
>   File "/usr/lib/python2.3/urllib2.py", line 326, in open
> '_open', req)
>   File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
> return self.do_open(httplib.HTTPS, req)
>   File "/usr/lib/python2.3/urllib2.py", line 895, in do_open
> return self.parent.error('http', req, fp, code, msg, hdrs)
>   File "/usr/lib/python2.3/urllib2.py", line 346, in error
> result = self._call_chain(*args)
>   File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.3/urllib2.py", line 472, in http_error_302
> return self.parent.open(new)
>   File "/usr/lib/python2.3/urllib2.py", line 326, in open
> '_open', req)
>   File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
> return self.do_open(httplib.HTTPS, req)
>   File "/usr/lib/python2.3/urllib2.py", line 884, in do_open
> h.endheaders()
>   File "/usr/lib/python2.3/httplib.py", line 715, in endheaders
> self._send_output()
>   File "/usr/lib/python2.3/httplib.py", line 600, in _send_output
> self.send(msg)
>   File "/usr/lib/python2.3/httplib.py", line 567, in send
> self.connect()
>   File "/usr/lib/python2.3/httplib.py", line 987, in connect
> sock.connect((self.host, self.port))
>   File "", line 1, in connect
> --ENDSTACK--
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers testing
>   APT policy: (500, 'testing'), (500, 'stable')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.15-2006021502
> Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
> 
> Versions of packages python-libgmail depends on:
> ii  python2.3.5-5An interactive high-level 
> object-o
> 
> python-libgmail recommends no packages.
> 
> -- no debconf information
> 
> 


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



Bug#361139: CVE-2006-1505: Authentication bypass in acidbase

2006-04-06 Thread Moritz Muehlenhoff
Package: acidbase
Severity: grave
Tags: security
Justification: user security hole

A vulnerability has been found, which may allow authentication
bypass. Please see
http://cvs.sourceforge.net/viewcvs.py/secureideas/base-php4/docs/CHANGELOG?rev=1.233&view=markup
for details.

This is CVE-2006-1505.

Cheers,
Moritz

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#361142: Uninstallable in unstable: libgwenhywfar17c2 (>= 1.18.0) it is not installable

2006-04-06 Thread Joachim Breitner
Package: libaqhbci8
Version: 1.6.2-5
Severity: serious

Hi,

I just tried to install libaqhbci8, but I can't:

apt-get install libaqhbci8
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libaqhbci8: Depends: libaqbanking0c2a but it is not going to be installed
  Depends: libgwenhywfar17c2 (>= 1.18.0) but it is not installable
  Depends: libqbanking1 but it is not going to be installed
E: Broken packages


Greetings,
Joachim

-- 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.16.otto
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#349570: Where in policy?

2006-04-06 Thread Stephen Gran
This one time, at band camp, Wilmer van der Gaast said:
> Hello,
> 
> I noticed this bug is keeping 1.0.x from entering testing. :-(
> 
> So which part of the policy is violated by this behaviour? "Don't 
> touch, maintainer scripts will do it" files aren't that rare in /etc, 
> and it shouldn't be hard to run dpkg-reconfigure once to set the new 
> port number.
> 
> If this isn't really a policy violation, I'd rather reduce the bug 
> severity a bit and fix this in 1.1 packages.

Section 10.7.3, it looks like.  You can refresh your memory here:
http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.3

At first glance, it looks like the maintainer scripts are probably not
calling update-inetd correctly, or update-inetd is doing something
bizarre and non-idempotent.

Take care,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#349570: Where in policy?

2006-04-06 Thread Peter Palfrader
On Thu, 06 Apr 2006, Wilmer van der Gaast wrote:

> Hello,
> 
> I noticed this bug is keeping 1.0.x from entering testing. :-(
> 
> So which part of the policy is violated by this behaviour? "Don't 
> touch, maintainer scripts will do it" files aren't that rare in /etc, 

Usually that's considered a bug.

> and it shouldn't be hard to run dpkg-reconfigure once to set the new 
> port number.
> 
> If this isn't really a policy violation, I'd rather reduce the bug 
> severity a bit and fix this in 1.1 packages.


|10.7.3. Behavior
|
|
| Configuration file handling must conform to the following behavior:
|* local changes must be preserved during a package upgrade, and


Also, debconf is not a registry.  You may not use it to store
configuration.  If I change config files then the next dpkg-reconfigure
is to honor the settings in the files.

Also see point 3. of http://release.debian.org/etch_rc_policy.txt

-- 
 PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
messages preferred.| : :' :  The  universal
   | `. `'  Operating System
 http://www.palfrader.org/ |   `-http://www.debian.org/


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



Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Matthias Klose
Nick Lewycky writes:
> Matthias Klose wrote:
> > Aurelian Jarno pointed out the following: only reproducible with 2.4
> > kernels or if you (re)move /lib/tls on a 2.6 kernel.
> 
> I'm running it on a 2.6 kernel and my /lib/tls is right where it
> belongs. However, I note with interest that the following makes the bug
> go away:
> 
>   export LD_LIBRARY_PATH=/lib/tls
> 
> /lib/tls isn't in my /etc/ld.so.conf. Should it be? When did that
> change? And what about the subdirectories under /lib/tls? What package
> is supposed to install/own/update the ld.so.conf?

Does /etc/ld.so.nohwcap exist? What happens if you (re)move it?


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



Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Nick Lewycky
Matthias Klose wrote:
> Does /etc/ld.so.nohwcap exist? What happens if you (re)move it?

No it doesn't. I do have an /etc/ld.so.hwcappkgs, if that's related. It
contains:
  libc6 2.3.6-5
  libc6-i686 2.3.6-5

Nick


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



Bug#361091: locales fails to be installed - LANGUAGE vs LANG

2006-04-06 Thread Denis Barbier
On Thu, Apr 06, 2006 at 09:21:40PM +0200, Denis Barbier wrote:
> On Thu, Apr 06, 2006 at 10:31:45AM -0400, Joe Drew wrote:
> > Package: locales
> > Version: 2.3.6-5
> > Severity: serious
> > 
> > Setting up locales (2.3.6-5) ...
> > Generating locales (this might take a while)...
> >   en_CA.ISO-8859-1... done
> >   ja_JP.UTF-8... done
> >   ja_JP.EUC-JP... done
> > Generation complete.
> > *** update-locale: Error: LANGUAGE ("en_CA:en_US:en_GB:en") is not
> > compatible with LANG (en_CA)
> > dpkg: error processing locales (--configure):
> > subprocess post-installation script returned error exit status 9
> > 
> > I don't see why my LANGUAGE wouldn't be compatible with LANG in this
> > case...
> 
> It works if you replace
>   LANGUAGE="en_CA:en_US:en_GB:en"
> by
>   LANGUAGE=en_CA:en_US:en_GB:en
> in /etc/default/locale

I meant in /etc/environment, since update-locale aborts before moving
variables into /etc/default/locale.

Denis


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



Bug#338006: openssl 0.9.7i - reintroducing bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handeling

2006-04-06 Thread Kurt Roeckx
Hi,

As part of the 0.9.7i upload, I noticed this in the changelog:
   * Change the client implementation for SSLv23_method() and
 SSLv23_client_method() so that is uses the SSL 3.0/TLS 1.0
 Client Hello message format if the SSL_OP_NO_SSLv2 option is set.
 (Previously, the SSL 2.0 backwards compatible Client Hello
 message format would be used even with SSL_OP_NO_SSLv2.)

This change in behaviour seems to explain bug #338006 to me, were
people have a problem with the padding bug being misdetected.

So I have a feeling that libssl0.9.7 is going to have the same
problem as libssl0.9.8 had, and that people might be having
problems with this.

I also wonder that this change also had #335271 as effect.  The
default connection now uses zlib compression, while the old one
doesn't.  So it can perfectly explain that one as well.

So I think 2 things need to happen:
- Call configure with "zlib" instead of "zlib-dynamic"
- Apply the fix for #338006

I didn't have time to verify this, will try to look at this
during the weekend.


Kurt



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



Bug#360420: nfs-kernel-server: fail to upgrade

2006-04-06 Thread Christiaan Welvaart
OK I now saw this is supposed to be fixed again in 1.0.7-9 but note that 
KALLSYMS is also a config option, even though it is hidden behind 
CONFIG_EMBEDDED. Wouldn't it be better to check for e.g. 
/proc/fs/nfsd/exports ?



Christiaan


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



Bug#349570: Where in policy?

2006-04-06 Thread Steve Langasek
On Thu, Apr 06, 2006 at 11:26:29PM +0200, Wilmer van der Gaast wrote:

> I noticed this bug is keeping 1.0.x from entering testing. :-(

> So which part of the policy is violated by this behaviour? "Don't 
> touch, maintainer scripts will do it" files aren't that rare in /etc, 

They damn well should be.  It is both a policy violation and a
release-critical bug to discard users' local changes to config files.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#359910: marked as done (gthumb: FTBFS: Tries to regenerate autotools files)

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Apr 2006 16:10:58 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 2.6.9-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gthumb
Version: 2.6.9-1
Severity: serious

From my pbuilder build log:

...
touch configure-stamp
dh_testdir
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/gthumb-2.6.9'
cd . && /bin/sh /tmp/buildd/gthumb-2.6.9/missing --run aclocal-1.7
aclocal: configure.in: 12: macro `AM_PROG_LIBTOOL' not found in library
make[1]: *** [aclocal.m4] Error 1
make[1]: Leaving directory `/tmp/buildd/gthumb-2.6.9'
make: *** [build-stamp] Error 2
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Version: 2.6.9-2

I was unable to reproduce this bug using 2.6.9-3, so I'm closing this
bug per Remco's comment.

-- 
Matt


signature.asc
Description: Digital signature
--- End Message ---


Bug#360420: your mail

2006-04-06 Thread Steinar H. Gunderson
close 360420 1:1.0.7-7
thanks

On Thu, Apr 06, 2006 at 09:39:19PM +0200, Christiaan Welvaart wrote:
> reopen 360420
> 
> thanks
> 
> 
> The proposed fix for this bug does not work:
> 
> zem:~# grep nfsd_version /proc/kallsyms
> zem:~#
> 
> This is with a 2.6.15.5 kernel with everything built-in -- no modules 
> loaded. Please find a fix that does not cause a serious regression.

If a bugfix creates another bug, please do not just reopen the old bug; it
makes it much more difficult to track them. Your bug was already filed as
#361026 and fixed today; it could also be fixed by setting
CONFIG_KALLSYMS_ALL=y in your kernel configuration.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Processed: Patch

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 359841 patch
Bug#359841: hlatex-fonts: FTBFS: Cannot find dh_installtexfonts
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#352673: marked as done (not installable in sid (monodoc-browser dependency))

2006-04-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Apr 2006 16:32:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#352673: fixed in monodoc 1.1.13-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: monodoc
Version: 1.1.9-1
Severity: grave
Justification: renders package unusable


Hi,

here is the problem:

# apt-get install monodoc
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  monodoc: Depends: monodoc-browser (>= 1.1.13-1) but 1.1.11-1 is to be 
installed
E: Broken packages


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages monodoc depends on:
ii  monodoc-browser   1.1.11-1   MonoDoc GTK+ based viewer
ii  monodoc-manual1.1.13-1   compiled XML documentation from th

monodoc recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: monodoc
Source-Version: 1.1.13-2

We believe that the bug you reported is fixed in the latest version of
monodoc, which is due to be installed in the Debian FTP archive:

monodoc-base_1.1.13-2_all.deb
  to pool/main/m/monodoc/monodoc-base_1.1.13-2_all.deb
monodoc-http_1.1.13-2_all.deb
  to pool/main/m/monodoc/monodoc-http_1.1.13-2_all.deb
monodoc-manual_1.1.13-2_all.deb
  to pool/main/m/monodoc/monodoc-manual_1.1.13-2_all.deb
monodoc-nunit-manual_1.1.13-2_all.deb
  to pool/main/m/monodoc/monodoc-nunit-manual_1.1.13-2_all.deb
monodoc_1.1.13-2.diff.gz
  to pool/main/m/monodoc/monodoc_1.1.13-2.diff.gz
monodoc_1.1.13-2.dsc
  to pool/main/m/monodoc/monodoc_1.1.13-2.dsc
monodoc_1.1.13-2_all.deb
  to pool/main/m/monodoc/monodoc_1.1.13-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Mono Group <[EMAIL PROTECTED]> (supplier of updated monodoc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 6 Apr 2006 23:25:23 +0200
Source: monodoc
Binary: monodoc-base monodoc-nunit-manual monodoc-manual monodoc monodoc-http
Architecture: source all
Version: 1.1.13-2
Distribution: unstable
Urgency: low
Maintainer: Debian Mono Group <[EMAIL PROTECTED]>
Changed-By: Debian Mono Group <[EMAIL PROTECTED]>
Description: 
 monodoc- Mono documentation viewer
 monodoc-base - shared MonoDoc binaries
 monodoc-http - MonoDoc http based viewer
 monodoc-manual - compiled XML documentation from the Mono project
 monodoc-nunit-manual - compiled XML documentation for Nunit
Closes: 352673
Changes: 
 monodoc (1.1.13-2) unstable; urgency=low
 .
   * Mirco 'meebey' Bauer
 + debian/control:
   - Removed strong monodoc-browser dependency on monodoc. (Closes: #352673)
   - Changed Build-Depends to Build-Depends-Indep.
   - Changed viewer dependencies of monodoc-manual to recommends, solving
 circular dependencies.
Files: 
 5fd7fb0c866fd963baafdcfa94cbad85 845 devel optional monodoc_1.1.13-2.dsc
 e825193faf2eab7e7b9cc20f6807c2e3 6403 devel optional monodoc_1.1.13-2.diff.gz
 edd71cd73301071b082649886e577e11 8286 devel optional monodoc_1.1.13-2_all.deb
 e014e8eb2f678d1338f60fe09147abcf 356612 devel optional 
monodoc-base_1.1.13-2_all.deb
 cc3598e0079f171701b2f5f19e443e4f 4962338 doc optional 
monodoc-manual_1.1.13-2_all.deb
 d15613605566a104fed7dfc5112470a6 24844 doc optional 
monodoc-nunit-manual_1.1.13-2_all.deb
 36ff30b1ae7858fa59c7b0ab63676ba7 45558 devel optional 
monodoc-http_1.1.13-2_al

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Gordon Haverland
I did another apt-get upgrade today, and as expected, this bug was 
present again (at least 4 in a row now).

From suggestions in this thread, I ran it under LD_DEBUG=all, and
captured stdout/stderr.  This captured output is 481713 lines 
long, with the TLS error on line 26074 of that file.  I really 
don't think submitting a 36 MB file is the thing to do, so I 
leave it to you guys as to whether this is of any use.

Gord



Bug#359841: Patch

2006-04-06 Thread Matt Kraai
tag 359841 patch
thanks

The attached patch, based on Norbert's suggestion, replaces
dh_installtexfonts with dh_installtex, which fixes the build.

-- 
Matt
diff -ru hlatex-fonts-1.0-orig/debian/rules hlatex-fonts-1.0/debian/rules
--- hlatex-fonts-1.0-orig/debian/rules  2006-04-06 15:08:05.0 -0700
+++ hlatex-fonts-1.0/debian/rules   2006-04-06 15:09:01.0 -0700
@@ -84,7 +84,7 @@
 #  dh_installmanpages
 #  dh_installinfo
 #  dh_undocumented
-   dh_installtexfonts
+   dh_installtex
dh_installchangelogs
 #  dh_link
 #  dh_strip


signature.asc
Description: Digital signature


Bug#361164: Jack

2006-04-06 Thread Daniel Lakeland
package: jack
version: 3.1.1+cvs20050801-6
severity: grave

Jack crashes every time I try to use it with the error: 

~$ jack
This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]>
Traceback (most recent call last):
  File "/usr/bin/jack", line 134, in ?
jack_prepare.filter_tracks(toc_just_read, status)
  File "/usr/lib/python2.3/site-packages/jack_prepare.py", line 216, in 
filter_tracks
ripper_tracks = jack_functions.gettoc(cf['_ripper'])
  File "/usr/lib/python2.3/site-packages/jack_functions.py", line 125, in 
gettocexec(jack_helpers.helpers[toc_prog]['toc_fkt'])
  File "", line 10, in ?
ValueError: invalid literal for int(): 401: Invalid track number


This is on an amd64 system.

apt-cache policy jack
jack:
  Installed: 3.1.1+cvs20050801-6
  Candidate: 3.1.1+cvs20050801-6
  Version Table:
 *** 3.1.1+cvs20050801-6 0

I can't figure out how to automatically get that nice listing of the
versions of packages jack depends on but I'd be happy to provide it if
you can tell me how.

-- 
Daniel Lakeland
[EMAIL PROTECTED]
http://www.street-artists.org/~dlakelan


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



Bug#361170: libghc6-hdbc-missingh-dev: depends on nonexistent libghc6-missingh-dev (= 0.14.1)

2006-04-06 Thread Aaron M. Ucko
Package: libghc6-hdbc-missingh-dev
Version: 0.99.2.1
Severity: grave
Justification: renders package unusable (uninstallable)

libghc6-hdbc-missingh-dev specifies

Depends: [...], libghc6-missingh-dev (= 0.14.1), [...]

but only 0.14.0 is available.

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


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



Bug#361164: Jack

2006-04-06 Thread Martin Michlmayr
retitle 361164 cdparanoia toc fkt not robust: invalid literal for int()
severity 361164 important
thankt

* Daniel Lakeland <[EMAIL PROTECTED]> [2006-04-06 16:41]:
> version: 3.1.1+cvs20050801-6
> severity: grave
> Jack crashes every time I try to use it with the error: 

jack is not completely broken, though (works fine here), so I'm
setting this to important.  I suspect your CD has some kind of
copyright protection that messes cdparanoia up.  I need the output
from the commands in my previous mails.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Processed: Re: Bug#361164: Jack

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 361164 cdparanoia toc fkt not robust: invalid literal for int()
Bug#361164: Jack
Changed Bug title.

> severity 361164 important
Bug#361164: cdparanoia toc fkt not robust: invalid literal for int()
Severity set to `important'.

> thankt
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361164: Jack

2006-04-06 Thread Martin Michlmayr
* Daniel Lakeland <[EMAIL PROTECTED]> [2006-04-06 16:41]:
>   File "", line 10, in ?
> ValueError: invalid literal for int(): 401: Invalid track number

What I'd really like to see is the output of:
cdparanoia -d /dev/cdrom -Q 2>&1
and
dpkg -l cdparanoia

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361164: Jack

2006-04-06 Thread Martin Michlmayr
* Daniel Lakeland <[EMAIL PROTECTED]> [2006-04-06 16:41]:
> I can't figure out how to automatically get that nice listing of the
> versions of packages jack depends on but I'd be happy to provide it
> if you can tell me how.

People usually use "reportbug" which included this automaticaly.  But
don't worry, I don't think I need it in this case.

Can you send me a copy of your ~/.jack3rc though please?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Nick Lewycky
Ugh. I found my problem. Checking "ldconfig -p" showed that
/lib/libc.so.6 => /lib/libc.so.6 with no hwcap specific entries at all.

It seems I had a local diversion of /sbin/ldconfig and have been running
one from March 15, 2000 for the past six years. I'm more than a little
surprised.

Anyways, running the modern ldconfig fixes my problem and allows the
apps to find the proper libraries. Sorry for the confusion.

Thanks,
Nick Lewycky


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



  1   2   >