On Mon, Oct 24, 2005 at 09:29:26PM -0700, Chuck Williams wrote:
> Package: synaptic
> Version: 0.57.5.1
> Severity: grave
Thanks for your bugreport.
> I'm tracking Etch. My last regular upgrade obtained version 0.57.5.1 of
> synaptic. I can no longer run the package at all as it segfaults on
>
On Mon, Oct 24, 2005 at 09:22:34PM -0400, [EMAIL PROTECTED] wrote:
> Synaptic is still segfaulting for me despite an upgrade to 0.57.5.1. It seemed
> to work fine before 0.57.5. I am running the testing distribution.
Please remove the "scim" package and try again. The backtrace
indicates that it c
Processing commands for [EMAIL PROTECTED]:
> reassign 335409 openoffice.org
Bug#335409: saving to shfs writes 1 byte long file without complaining
Bug reassigned from package `openoffice.org-writer' to `openoffice.org'.
>
End of message, stopping processing here.
Please contact me if you need as
severity 335638 minor
thanks
On Tue, Oct 25, 2005 at 01:26:04AM -0400, Nathanael Nerode wrote:
> So blackbook needs to deal with the C++ ABI transition.
> Details of the transition are at:
> http://lists.debian.org/debian-devel-announce/2005/07/msg1.html
This is not an RC bug in the blackbo
Processing commands for [EMAIL PROTECTED]:
> severity 335638 minor
Bug#335638: blackbook: Please deal with C++ ABI transition, find new upstream
Severity set to `minor'.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
(admini
On Mon, 2005-10-24 at 20:42 +0200, Stefan Hornburg wrote:
> This in fact a problem with courier-ssl, already reported. Presumably
> it is caused by libssl0.9.7 / libssl0.9.8 transition.
>
> Bye
> Racke
On Mon, 2005-10-24 at 15:41 -0700, Steve Langasek wrote:
> Yes, this error has been re
Your message dated Mon, 24 Oct 2005 23:02:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297722: fixed in libxslt-ruby 0.3.4-3
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 n
Processing commands for [EMAIL PROTECTED]:
> tag 335262 + confirmed
Bug#335262: Crashes on startup
There were no tags set.
Tags added: confirmed
> retitle 335262 Crashes on startup with CJK languages
Bug#335262: Crashes on startup
Changed Bug title.
> thanks
Stopping processing here.
Please con
John Hasler writes:This may actually be useful.
>This may actually be useful.
Ok. Now i know that, too.
by the way: this is my first bug report on debian bts ever :)
[EMAIL PROTECTED] writes:
> - cd /tmp/ ; apt-get source chrony ; cd chrony-1.20
> - build with
> DEB_BUILD_OPTIONS=nostrip dpkg-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
tag 335262 + confirmed
retitle 335262 Crashes on startup with CJK languages
thanks
Hi,
Kanru Chen wrote:
> openoffice.org crashes on startup.
>
> $ /usr/lib/openoffice/program/soffice
> /usr/lib/openoffice/program/soffice: line 224: 12339 Segmentati
Processing commands for [EMAIL PROTECTED]:
> # Automatically generated email from bts, devscripts version 2.9.8
> notfound 335627 0.9-a3-2
Bug#335627: FTBFS: Link destination is a directory
Bug marked as not found in version 0.9-a3-2.
>
End of message, stopping processing here.
Please contact me
Processing commands for [EMAIL PROTECTED]:
> severity 315095 grave
Bug#315095: asciijump: Please apply patch to build against libslang2.
Severity set to `grave'.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
(administrator,
Package: libflash-mozplugin
Version: 0.4.13-4
Followup-For: Bug #325188
I installed 'libflash-mozplugin' today and started getting this bug, and
NOT just in 'firefox' -- also 'mozilla', 'galeon', and 'epiphany' too.
In every instance (see below), I'd get the imdb home page, type anything
in its
Package: blackbook
Version: 3-4.1
Severity: serious
So blackbook needs to deal with the C++ ABI transition.
Details of the transition are at:
http://lists.debian.org/debian-devel-announce/2005/07/msg1.html
Basically, you would need a rebuild on all architectures with g++-3.4
or g++4.0.
How
>When 1.1 is released, this bug can be closed, although I am not sure
>how to handle the migration, since 1.1 is API and ABI incompatible.
The general rule is: change the package names (for the API change), and the
library major soname version (for the ABI change). Version the symbols so
both c
FYI, this bug prevents the build of ivtools on several arches, which prevents
mxv from undergoing the C++ transition in unstable.
--
Nathanael Nerode <[EMAIL PROTECTED]>
"(Instead, we front-load the flamewars and grudges in
the interest of efficiency.)" --Steve Lanagasek,
http://lists.debian.o
Package: synaptic
Version: 0.57.5.1
Severity: grave
I'm tracking Etch. My last regular upgrade obtained version 0.57.5.1 of
synaptic. I can no longer run the package at all as it segfaults on
startup. This occurs whether run from gnome, from a terminal window as
root, or via gksu. Based on one
Processing commands for [EMAIL PROTECTED]:
> tag 335517 patch
Bug#335517: pwsafe - missing build dependency
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
tag 335517 patch
thanks
The attached patch adds build-dependencies on libreadline-dev and
libssl-dev, which fixes this problem on my system.
--
Matt
diff -u pwsafe-0.2.0/debian/control pwsafe-0.2.0/debian/control
--- pwsafe-0.2.0/debian/control
+++ pwsafe-0.2.0/debian/control
@@ -2,7 +2,7 @@
Se
Package: araneida
Version: 0.9-a3-1
Severity: serious
araneida fails to build:
> dh_link --verbose
> install -d debian/araneida/usr/share/common-lisp/systems
> rm -f debian/araneida/usr/share/common-lisp/systems/araneida.system
> ln -sf ../repositories/araneida/araneida.system
On Mon, Oct 17, 2005 at 01:20:47PM +0200, Michal Cihar wrote:
> - if [ "$2" -eq "" ]; then
> + if [ "$2" = "" ]; then
Better yet:
if [ -z "$2" ]; then
or at least:
if [ "x$2" = "x" ]; then
--Paul Vojta, [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
Package: ldap-haskell
Version: 0.5.0
Severity: serious
ldap-haskell fails to build:
> -> Considering ghc6 (>= 6.4)
>-> Trying ghc6
> -> Considering ghc6 (<< 6.4-999)
> Tried versions: 6.4.1-1
>-> Does not satisfy version, not trying
> E: Could not satisfy build-dependency.
--
=?GB2312?B?qJZulXSCq4NUg0ODZ4F6?=
To: [EMAIL PROTECTED]
Content-Type: text/plain;charset="EUC"
Reply-To: [EMAIL PROTECTED]
Date: Tue, 25 Oct 2005 11:24:26 +0800
X-Priority: 3
X-Mailer: FoxMail 3.11 Release [cn]
[PR]
¬ª±ª¡
=?GB2312?B?qJZulXSCq4NUg0ODZ4F6?=
To: [EMAIL PROTECTED]
Content-Type: text/plain;charset="EUC"
Reply-To: [EMAIL PROTECTED]
Date: Tue, 25 Oct 2005 11:24:32 +0800
X-Priority: 3
X-Mailer: Microsoft Outlook Express 6.00.2600.
[PR]
Hi,
thank for package taskjuggler !!!
I try to compile the source package on ubuntu breezy (kde-3.4.3) and found
this missing package deps:
- kdepim-dev (compiling error before:
/usr/include/kde/libkcal/calendar.h:31:26:
kdepimmacros.h: No such file or
Synaptic is still segfaulting for me despite an upgrade to 0.57.5.1. It seemed
to work fine before 0.57.5. I am running the testing distribution.
debian:/home/esyu# uname -a
Linux debian 2.6.12-1-686 #1 Tue Sep 27 12:52:50 JST 2005 i686 GNU/Linux
debian:~# dpkg --list synaptic
ii synaptic
Your message dated Mon, 24 Oct 2005 18:02:14 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#333462: fixed in r-base 2.2.0.final-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 n
Package: udev
Version: 0.071-1
Followup-For: Bug #80
i have a dual head system, the second head uses pci based nvidia mx400
card, the system blanked, and failed to respond after boot,
after adding rivafb and nvidiafb to blacklist, things are fine
maybe this should be added to the default blac
Your message dated Mon, 24 Oct 2005 17:27:28 -0700
with message-id <[EMAIL PROTECTED]>
and subject line needs to be rebuilt (C++ transition/libsmpeg)
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
Your message dated Mon, 24 Oct 2005 17:02:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335570: fixed in java-gcj-compat 1.0.41-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
Your message dated Mon, 24 Oct 2005 17:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335363: fixed in djvulibre 3.5.15-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 message dated Mon, 24 Oct 2005 17:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327190: fixed in djvulibre 3.5.15-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
On 24 October 2005 at 16:03, Steve Langasek wrote:
| On Mon, Oct 24, 2005 at 08:34:48AM -0700, Debian Bug Tracking System wrote:
|
| > .
| >* debian/rules: Skip 'make check' on hppa(Closes:
#333462)
|
| This didn't work:
|
|
http://buildd.debian.org/fetch.php?&pkg=r-base&
Processing commands for [EMAIL PROTECTED]:
> reopen 333462
Bug#333462: r-base: build times out on hppa
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
Your message dated Tue, 25 Oct 2005 09:08:42 +1000
with message-id <[EMAIL PROTECTED]>
and subject line Cxx abi transition complete
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 respon
On Mon, Oct 24, 2005 at 03:33:23PM -0700, Steve Langasek wrote:
>
> Yes, I'm quite convinced at this point that this is a libssl bug, as it has
> appeared now on three different packages without any apparent
> misconfiguration. Reassigning to libssl0.9.8. I hope the openssl
> maintainers know wh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
reopen 333462
thanks
On Mon, Oct 24, 2005 at 08:34:48AM -0700, Debian Bug Tracking System wrote:
> .
>* debian/rules: Skip 'make check' on hppa (Closes: #333462)
This didn't work:
http://buildd.debian.org/fetch.php?&pkg=r-base&ver=2.2
Package: libwine
Version: 0.0.20050310-1.1
Severity: critical
Justification: breaks unrelated software
With the libwine package installed the "Wine Marlett" font replaces all
instances of the "Monospace" font (which is the default system font).
This makes any terminal windows opened under Gnome
Already done !
Actually it was done on Sunday, but had to fix one or two things before
it was accepted.
Matt
On Mon, Oct 24, 2005 at 07:52:58PM +0200, Luk Claes wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi
>
> Attached the patch for the version I intend to upload. Please re
Processing commands for [EMAIL PROTECTED]:
> block 335512 by 335271
Bug#335512: certificate problem: DLFCN_LOAD:could not load the shared library
Was not blocked by any bugs.
Bug#333896: Courier IMAP SSL broken after update
Bug#334920: Bug in courier-imap-ssl: "couriertls: /etc/courier/imapd.pem:
On Mon, Oct 24, 2005 at 05:58:49PM +0200, Bastian Blank wrote:
> On Sun, Oct 23, 2005 at 06:20:24PM +0200, Bas Wijnen wrote:
> > I fixed this by creating a temporary directory as $HOME, and removing it
> > afterward. Looking at strace's output, it doesn't touch the real home
> > directory anymore.
Processing commands for [EMAIL PROTECTED]:
> reassign 335510 libssl0.9.8
Bug#335510: fails to start
Bug reassigned from package `stunnel4' to `libssl0.9.8'.
> reassign 334180 libssl0.9.8
Bug#334180: dovecot-imapd does not load shared libraries or ssl certs
Bug reassigned from package `dovecot-ima
Processing commands for [EMAIL PROTECTED]:
> tag 287639 + fixed
Bug#287639: mas: FTBFS (amd64/gcc-4.0): cast from 'RTPRandom*' to 'unsigned
int' loses precision
Tags were: patch
Tags added: fixed
> quit
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking sys
block 335512 by 335271
thanks
On Mon, Oct 24, 2005 at 12:56:59PM +0100, Russel Winder wrote:
> Package: courier-imap-ssl
> Version: 3.0.8-11
> Severity: grave
> Justification: renders package unusable
> I run Debian GNU/Linux Testing. My courier IMAP SSL system was
> working fine. I upgraded th
reassign 335510 libssl0.9.8
reassign 334180 libssl0.9.8
reassign 335271 libssl0.9.8
merge 335510 334180 335271
thanks
On Mon, Oct 24, 2005 at 07:15:25PM +0200, Julien Lemoine wrote:
> Hello Delian,
>In my opinion this is not a problem of stunnel4. The version is
> simply linked with openssl
Your message dated Mon, 24 Oct 2005 15:20:25 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327032: fixed in ldaptor 0.0.42
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 you
Your message dated Mon, 24 Oct 2005 15:20:25 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320897: fixed in ldaptor 0.0.42
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 you
Your message dated Mon, 24 Oct 2005 15:17:26 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#329108: fixed in gcc-4.0 4.0.2-3
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 yo
Hi,
FWIW: A patch which might fix this problem is available from
http://mail.python.org/pipermail/mailman-users/2005-September/046523.html
.
This bug likely is _not_ fixed in mailman 2.1.6.
Bye,
Joost
signature.asc
Description: Digital signature
on'
> make: *** [build-arch-stamp] Error 2
> **
> Build finished at 20051024-1808
> FAILED [dpkg-buildpackage died]
Bastian
---
Received: (at 335565-done) by bugs.debia
Hi. This might be the same as #118332.
Maybe you use wmaker as a X window manager, don't you ?
If so, this problem depends on a X window manager, and
it needs to check the source code of some X window managers
to find the cause of the problem.
In <[EMAIL PROTECTED]>,
on "Mon, 24 Oct 2005 13:43:0
Your message dated Mon, 24 Oct 2005 14:02:24 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#334680: fixed in synce-serial 0.9.1-3
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 n
Processing commands for [EMAIL PROTECTED]:
> # Automatically generated email from bts, devscripts version 2.9.8
> # fixed only in lynx-cur
> reopen 335033
Bug#335033: [CAN-2005-3120] buffer overflow in nntp schema handling
Bug reopened, originator not changed.
>
End of message, stopping processi
Stefan Hornburg wrote:
Olaf van der Spek wrote:
Stefan Hornburg wrote:
Olaf van der Spek wrote:
Hi,
The same happens on my system. :(
Yes, I reproduced this behaviour with a sarge backport of
openssl+courier.
Can you please check if installing zlib1g-dev on your system fixes this
pr
Olaf van der Spek wrote:
Stefan Hornburg wrote:
Olaf van der Spek wrote:
Hi,
The same happens on my system. :(
Yes, I reproduced this behaviour with a sarge backport of
openssl+courier.
Can you please check if installing zlib1g-dev on your system fixes this
problem ?
# ln -s libz.so
Your message dated Mon, 24 Oct 2005 13:32:58 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335306: fixed in phpmyadmin 4:2.6.4-pl3-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
Processing commands for [EMAIL PROTECTED]:
> tag 300077 + fixed
Bug#300077: prestimel: package description typo(s) and the like
There were no tags set.
Tags added: fixed
> tag 332462 + fixed
Bug#332462: FTBFS: libmagick++ transition
Tags were: pending patch
Tags added: fixed
> quit
Stopping proc
Stefan Hornburg wrote:
Olaf van der Spek wrote:
Hi,
The same happens on my system. :(
Yes, I reproduced this behaviour with a sarge backport of openssl+courier.
Can you please check if installing zlib1g-dev on your system fixes this
problem ?
# ln -s libz.so.1 libz.so
That's a bit easier
Olaf van der Spek wrote:
Hi,
The same happens on my system. :(
Yes, I reproduced this behaviour with a sarge backport of openssl+courier.
Can you please check if installing zlib1g-dev on your system fixes this
problem ?
A strace done by an user reveals that couriertls is searching for libz.so
| On Mon, 2005-10-24 at 12:29 +0300, Jari Aalto wrote:
| > | Hrm, it looks like all the relevant bits are on the other side of this
clone
| > | call. I don't remember if -ff traverses clone calls, but could you try
with
| > | strace -ff -efile instead?
|
| It's still not tracing child processes
Felix writes:
> as i said nothing useful
This may actually be useful.
--
John Hasler
[EMAIL PROTECTED]
Elmwood, WI USA
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Mon, Oct 24, 2005 at 08:28:43PM +0200, Felix Zielcke wrote:
> as i said nothing useful
> but i should have made this clearer on my first post :)
> but now the complete gdb output except the text cut off between the ...
> because it's just the same as the other lines
>
this is no surprise, since
On Mon, Oct 24, 2005 at 07:35:11PM +0200, Luk Claes wrote:
> Attached the patch for the version I intend to upload. Please respond if
> you don't want this NMU to happen, if you are working yourself on a
> patch or if you think that the attached patch won't work.
Ooops, I forgot. Please NMU direc
mon'
> make[1]: *** No targets specified and no makefile found. Stop.
> make[1]: Leaving directory `/build/buildd/mysql-admin-1.1.4/mysql-gui-common'
> make: *** [build-arch-stamp] Error 2
> **
>
Processing commands for [EMAIL PROTECTED]:
> reassign 334920 courier-ssl
Bug#334920: Bug in courier-imap-ssl: "couriertls: /etc/courier/imapd.pem:
error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared
library"
Bug reassigned from package `courier-imap-ssl' to `courier-ssl'.
>
On Mon, 24 Oct 2005, Ian Haywood wrote:
Package: gnumed-snellen
Version: 0.1-4
Severity: grave
Tags: experimental
Justification: renders package unusable
This code is quite old and has longstanding bugs, which have been fixed
upstream (and tested against wx 2.4)
Can you assure that current CV
Russel Winder wrote:
Package: courier-imap-ssl
Version: 3.0.8-11
Severity: grave
Justification: renders package unusable
I run Debian GNU/Linux Testing. My courier IMAP SSL system was
working fine. I upgraded this morning 2005-10-24 and now for every
attempted connection, I get:
Oct 24 12:26
Hi,
The same happens on my system. :(
--
Olaf van der Spek
http://xccu.sf.net/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Monday 24 October 2005 20:15, Julien Lemoine wrote:
> In my opinion this is not a problem of stunnel4. The version is
> simply linked with openssl 0.9.8 instead
> of 0.9.7. So if there is a problem, it is probably with libssl and not
> stunnel4.
>
> I reproduced your problem by putting t
Hello Delian,
In my opinion this is not a problem of stunnel4. The version is
simply linked with openssl 0.9.8 instead
of 0.9.7. So if there is a problem, it is probably with libssl and not
stunnel4.
I reproduced your problem by putting the same file for cert and key
filename.
Stunnel
On Oct 24, 2005, at 4:49 AM, Steve Langasek wrote:
This is an error message from libssl0.9.8, but it doesn't make any
sense to
me. Please post your postfix config, so we can understand where this
request for libz is coming from.
I assume you wanted my main.cf file. It is attached. The doma
Sebastien Helleu <[EMAIL PROTECTED]> wrote:
> % kpsewhich --show-path map
> .:/root/texmf/fontname:/usr/local/share/texmf/fontname:/usr/local/lib/texmf/fontname:!!/var/lib/texmf/fontname:!!/var/lib/texmf/fontname:!!/usr/share/texmf/fontname
This is bad, (Ralf, you were right), and this
> % grep
On Sun, Oct 23, 2005 at 09:53:01PM +0200, Lior Kaplan wrote:
> Thanks for letting me know. Seems that the file in the archive is not
> the one I created. (was acedently changed at my sponsor).
If the .orig.tar.gz is not the one provided by upstream, it
should be clearly marked as such. Please don
On Mon, Oct 24, 2005 at 09:33:53AM +0200, Frank Küster wrote:
> Kurt Roeckx <[EMAIL PROTECTED]> wrote:
>
> Are you sure that there are errors, or just error messages? At least
> for jadetex I know that there is indeed some TeX output on stdout that
> should rather go to stderr (and thus in a temp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.
Cheers
Luk
- --
Luk Claes - http://people.debi
Eddie <[EMAIL PROTECTED]> wrote:
> fmtutil failed. Output has been stored in
> /tmp/tetex.postinst.XXKSxUFW
> Please include this file if you report a bug.
Do you still have the file, or can you reproduce it, and send it to us?
Regards, Frank
--
Frank Küster
Inst. f. Biochemie der Univ. Zürich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.
Cheers
Luk
- --
Luk Claes - http://people.debi
Luk Claes writes:
Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.
I ran into a problem subtle problem with this. There is also a
python-wxg
as i said nothing useful
but i should have made this clearer on my first post :)
but now the complete gdb output except the text cut off between the ...
because it's just the same as the other lines
penna-deb:/tmp# gdb /usr/sbin/chronyd
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation,
hi.
can you please provide a backtrace (command: bt) from gdb?
I suspect there's something wrong with other parts of the code.
thanks.
giuseppe
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.
Cheers
Luk
- --
Luk Claes - http://people.debi
Subject: k3b freeze KDE and crashe
Package: k3b
Version: 0.11.20-2
Severity: grave
Justification: renders package unusable
*** Please type your report below this line ***
I made an apt-get upgrade on last week. Then after that upgrade, K3b
freeze my KDE desktop
before crashing...
Here is the Error
Package: libsmpeg0
Version: 0.4.5+cvs20030824-1.5
Severity: serious
% cat /var/lib/dpkg/info/libsmpeg0.shlibs
libsmpeg-0.4 0 libsmpeg0c2
This causes packages build against libsmpeg to contain wrong
dependencies.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT
Package: java-gcj-compat
Version: 1.0.41-1
Severity: grave
Justification: renders package unusable
Hi,
trying /usr/lib/jvm/java-gcj/bin/java gives me:
error spawning gij
Running with strace shows that the java binary assumes an
unversioned gij binary in /usr/bin
execve("/usr/bin/gij", ["./java
r-1.1.17/mysql-gui-common'
> make[1]: *** No targets specified and no makefile found. Stop.
> make[1]: Leaving directory
> `/build/buildd/mysql-query-browser-1.1.17/mysql-gui-common'
> make: *** [build-arch-stamp] Error 2
> **
Package: gedit
Version: 2.10.5-2
Severity: grave
Justification: renders package unusable
when I start gedit, It open the gedit window and pop up a window. The
window has a title word `The Application "gedit" has quit unexpectedly'.
The following is the bug-buddy's back-trace result.
my window ma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.
Cheers
Luk
- --
Luk Claes - http://people.debi
Daniel Kobras <[EMAIL PROTECTED]> writes:
> I'm attaching the debdiff of the proposed NMU, with boring changes to
> config.guess and config.sub stripped out. Please let me know whether you
> approve or disapprove of the upload.
Hi Daniel,
thank you very much for your NMU. I'm quite busy these d
On Monday 24 October 2005 17:46, Faidon Liambotis wrote:
> Moreover, I highly doubt that memory leak bugs are justified as
> severity "critical".
For regular applications I would agree. For an application that runs as a
daemon and is likely to run permanently on a server, I think an RC
severity
On Sun, Oct 23, 2005 at 06:20:24PM +0200, Bas Wijnen wrote:
> I fixed this by creating a temporary directory as $HOME, and removing it
> afterward. Looking at strace's output, it doesn't touch the real home
> directory anymore. I think it should really be fixed in blender, and I saw
> you filed a
Processing commands for [EMAIL PROTECTED]:
> tags 335519 + sarge
Bug#335519: backup-manager: corrupt tar.gz archive on ftp-server
Tags were: patch
Tags added: sarge
> tags 335519 + confirmed
Bug#335519: backup-manager: corrupt tar.gz archive on ftp-server
Tags were: sarge patch
Tags added: confir
tags 335519 + sarge
tags 335519 + confirmed
severity 335519 important
thanks
This bug affects only sarge, packages in testing/unstable are not
affected.
Moreover, it onnly affects people who use the upload system with FTP,
which is not the default case.
That's why I reduce the severity of the b
akefile found. Stop.
> make[1]: Leaving directory `/build/buildd/mysql-admin-1.1.4/mysql-gui-common'
> make: *** [build-arch-stamp] Error 2
> **
> Build finished at 20051024-1745
> FAILED [dpkg-buildpackage d
Your message dated Mon, 24 Oct 2005 08:32:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335364: fixed in gfpoken 0.27-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 you
Your message dated Mon, 24 Oct 2005 08:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#333948: fixed in sage 0.1.2-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
On Mon, 2005-10-24 at 16:21 +0200, Noèl Köthe wrote:
> forwarded 320010 https://bugzilla.samba.org/show_bug.cgi?id=2776
> tags 320010 + sarge upstream confirmed fixed-upstream
> thanks
>
> Hello,
>
> samba 3.0.20b (in sid) which should fix this problem.
> But its still a security problem in sarge
upstream's SVN log shows several bugfixes, including memory leak fixes.
An update to the latest version will probably fix these problems.
Moreover, I highly doubt that memory leak bugs are justified as severity
"critical".
This looks as severity inflation to me, but I'll leave the maintainer to
ju
Your message dated Mon, 24 Oct 2005 07:47:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#333462: fixed in r-base 2.2.0.final-3
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 n
Processing commands for [EMAIL PROTECTED]:
> severity 335150 grave
Bug#335150: xdebconfigurator: incompatible debconf values for xserver-xorg
Severity set to `grave'.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
(administr
Processing commands for [EMAIL PROTECTED]:
> forwarded 320010 https://bugzilla.samba.org/show_bug.cgi?id=2776
Bug#320010: winbind: Erroneous retrieving/mapping of user secondary groups
Noted your statement that Bug has been forwarded to
https://bugzilla.samba.org/show_bug.cgi?id=2776.
> tags 320
1 - 100 of 149 matches
Mail list logo