Bug#344029: Insecure /tmp file handling in libmail-audit-perl in Sarge (+patch)

2006-01-13 Thread Martin Schulze
Gunnar Wolf wrote:
> Hi,
> 
> The bug is indeed important, even if it is not easily exploitable, and
> the fix is trivial. I am pushing it to the security team so they can
> apply it to the version in Sarge as well.

Please use CVE-2005-4536 for this problem.

Are you in contact with upstream?

Regards,

Joey

-- 
If nothing changes, everything will remain the same.  -- Barne's Law

Please always Cc to me when replying to me on the lists.


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



Bug#333237: Kanotix package for adm8211

2006-01-13 Thread Kel Modderman

Jean-Marc Ranger wrote:


Hi Kel,

Due to a recently arrived ipw2200, I'm loosing some interest in 
continuing to package the adm8211 code for Debian.  Are you interessed 
in taking the ownership of the ITP bug in Debian ?


Jean-Marc





The in-kernel wireless code is too turbulent right now, and adm8211 is 
specific to each new kernel version now also, so I am not sure it is 
really suitable for inclusion in the debian archive. Also, I do not own 
the hardware to test the driver personally. So, no I will not take sole 
ownership of this ITP.


Having said that, there will always be an adm8211-source package 
available at the previously mentioned location that will try to remain 
compatible to the latest stable kernel version (from kernel.org), for 
any interested parties.


Thanks, Kel.


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



Bug#348026: rrootage 0.23a-2 missing .desktop file

2006-01-13 Thread Stephan Hermann
Package: rrootage
Version: 0.23a-2

Missing .desktop file in this package.

I fixed it for ubuntu, the .desktop file you can get here:
http://librarian.launchpad.net/1514766/rrootage.desktop

The malone bug for this is 
https://launchpad.net/distros/ubuntu/+source/rrootage/+bug/3575

the rules file has to be adjusted accordingly to install this file:
the line:

dh_install -a debian/rrootage.desktop usr/share/applications 

will do what you want.

Regards,

\sh


pgphaWthR3JrN.pgp
Description: PGP signature


Bug#348025: kdelibs seem to broke MIME types for entire KDE!

2006-01-13 Thread Rafal Maj
Package: kdelibs-data
Version: 4:3.5.0-3
Severity: grave

After getting rid of the  libdjvulibre15 (Bug#348020) by removing it
from sytem (dpkg -r --force-all) now most KDE application dont start up
because not seeing MIME types.

It looks a bit like:
http://lists.debian.org/debian-kde/2003/12/msg00040.html

but my user didnt had such file:
[EMAIL PROTECTED]:~$ stat ~/.kde/share/mimelnk/application/octet-stream.desktop
stat: cannot stat
`/home/raf256/.kde/share/mimelnk/application/octet-stream.desktop': No
such file or directory

so that solution didnt worked.

but I found the file:

[EMAIL PROTECTED]:/usr/share/mimelnk$ file
/usr/share/mimelnk/application/octet-stream.desktop
/usr/share/mimelnk/application/octet-stream.desktop: UTF-8 Unicode text
[EMAIL PROTECTED]:/usr/share/mimelnk$ stat
/usr/share/mimelnk/application/octet-stream.desktop
  File: `/usr/share/mimelnk/application/octet-stream.desktop'
  Size: 2011Blocks: 8  IO Block: 131072 regular file
Device: 30ch/780d   Inode: 1603820 Links: 1
Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
Access: 2006-01-14 08:07:58.0 +0100
Modify: 2006-01-06 15:28:47.0 +0100
Change: 2006-01-14 08:08:17.0 +0100
[EMAIL PROTECTED]:/usr/share/mimelnk$ md5sum
/usr/share/mimelnk/application/octet-stream.desktop
dbc402c8f458f0fd99472e65795f7da0
/usr/share/mimelnk/application/octet-stream.desktop

althoug removing it didnt changed anything.

I tried to install --reinstall kdelibs and kdelibs-data sinc they where
referencing that file, but it didnt helped either










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



Bug#348024: boson-base 0.11 is out

2006-01-13 Thread Stephan Hermann
Package: boson-base
Version: 0.9.1-3
Severity: wishlist
 
Hi,

Ubuntu packaged a new upstream version of boson-base 0.11 which is now 
available. It includes as well patches for fixing amd64 issues.

You can have a look at the package at 
http://archive.ubuntu.com/ubuntu/pool/universe/b/boson-base/

The amd64 patch (compiled against gcc-4) is attached to this mail.

Regards,
\sh
diff -Nru /tmp/MXIHAdBdgC/boson-base-0.11/boson/boufo/boufodebugwidget.cpp /tmp/goFvwggWRg/boson-base-0.11/boson/boufo/boufodebugwidget.cpp
--- /tmp/MXIHAdBdgC/boson-base-0.11/boson/boufo/boufodebugwidget.cpp2005-07-16 22:20:15.0 +0200
+++ /tmp/goFvwggWRg/boson-base-0.11/boson/boufo/boufodebugwidget.cpp2006-01-14 08:34:38.663918392 +0100
@@ -131,11 +131,11 @@
 {
  d->mManager = manager;
  d->mToolkitLabel->setText(i18n("Ufo toolkit: 0x%1").
-   arg(QString::number((unsigned int)manager->toolkit(), 16)));
+   arg(QString::number((long)manager->toolkit(), 16)));
  d->mDisplayLabel->setText(i18n("Ufo display: 0x%1").
-   arg(QString::number((unsigned int)manager->display(), 16)));
+   arg(QString::number((long)manager->display(), 16)));
  d->mContextLabel->setText(i18n("Ufo context: 0x%1").
-   arg(QString::number((unsigned int)manager->context(), 16)));
+   arg(QString::number((long)manager->context(), 16)));

  d->mListView->clear();
  d->mDetailedWidgetView->setWidget(0, 0);
@@ -170,8 +170,8 @@
  d->mItem2Widget.insert(item, ufoWidget);
  const ufo::UClassInfo* classInfo = ufoWidget->getClassInfo();
  item->setOpen(true);
- item->setText(0, QString("0x") + QString::number((unsigned int)ufoWidget, 16));
- QString boufoWidgetText = QString("0x") + QString::number((unsigned int)boufoWidget, 16);
+ item->setText(0, QString("0x") + QString::number((long)ufoWidget, 16));
+ QString boufoWidgetText = QString("0x") + QString::number((long)boufoWidget, 16);
  if (boufoWidget) {
if (QString(boufoWidget->name()) != QString("unnamed")) {
boufoWidgetText = i18n("%1 (%2)").arg(boufoWidgetText).arg(boufoWidget->name());
@@ -320,9 +320,9 @@
  }
  show();
  d->mUfoWidget->setText(i18n("Selected Ufo Widget: 0x%1").
-   arg(QString::number((unsigned int)u, 16)));
+   arg(QString::number((long)u, 16)));
  d->mBoUfoWidget->setText(i18n("BoUfo Widget: 0x%1%2").
-   arg(QString::number((unsigned int)w, 16)).
+   arg(QString::number((long)w, 16)).
arg(w ? (QString(" (%1)").arg(w->name())) : QString("")));
  d->mUfoString->setText(i18n("Ufo widget string: %1").
arg(u->toString().c_str()));



pgpxxc6otv6Ay.pgp
Description: PGP signature


Bug#348018: gnucash: crash on startup

2006-01-13 Thread Thomas Bushnell BSG
Steve Langasek <[EMAIL PROTECTED]> writes:

>> Running gnucash causes the splash screen to load, then it crashes with
>> the following error:
>
>>   ERROR: Unbound variable: hash-for-each
>
> This error does not occur when using the versions of slib/guile-1.6-slib in
> testing; so this appears to be a result of an incompatible change in those
> packages.  A new gnucash package is in the process of being built, but I
> don't know whether it fixes this compatibility problem.

I have tested this with the rebuilt gnucash, and I see it too.  So I
think it is certainly related to the slib/guile upgrade, and it is not
fixed merely by the binary recompile.

I'm trying to diagnose the problem now.

Thomas





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



Bug#347943: [Pkg-shadow-devel] Bug#347943: [INTL:gl] Galician translation of shadow

2006-01-13 Thread Christian Perrier
tags 347943 upstream fixed-upstream
forwarded 347943 [EMAIL PROTECTED]
thanks




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



Bug#161998: Check it out

2006-01-13 Thread Fred H. Massey
Heya

just wanted to say thanks,

Savannah



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



Bug#348023: bugs.d.o: submitter ! gives strange subject (Re: Bug#298199 submitter address changed ())

2006-01-13 Thread Justin Pryzby
Package: bugs.debian.org

The subject of this message was:
   Bug#298199 submitter address changed ()

Why the parenthesis?  Is there supposed to be something in between
them, I gather?

On Fri, Jan 13, 2006 at 10:33:11PM -0800, Debian Bug Tracking System wrote:
> The submitter address recorded for your Bug report
> #298199: /bin/fuser: "may be used" is boldface
> has been changed.
> 
> The old submitter address for this report was
> Justin Pryzby <[EMAIL PROTECTED]>.
> The new submitter address is
> Justin Pryzby <[EMAIL PROTECTED]>.
> 
> This change was made by
> Justin Pryzby <[EMAIL PROTECTED]>.
> If it was incorrect, please contact them directly.
> 
> 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#348020: kdelibs-data conflict with libdjvulibre15 over a file /usr/share/mimelnk/image/x-djvu.desktop

2006-01-13 Thread Steve Langasek
severity 348020 normal
thanks

On Sat, Jan 14, 2006 at 07:08:42AM +0100, Rafal Maj wrote:

> I can not install libdjvulibre15 (upgrade it to version 3.5.16-2) while
> installing/upgrading kdelibs-data to 4:3.5.0-3. Perhaps this is a bug in
> dependiences or something?

It's a bug in an old version of libdjvulibre15 that you have installed.

KDE maintainers, it might be worth adding a Replaces: libdjvulibre15 (<<
$fixed_version) to kdelibs-data at the same time you fix bug #347218.

Cheers,
-- 
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#348022: still globs exclude patterns for duplicity

2006-01-13 Thread Joey Hess
Package: backupninja
Version: 0.9.2-2
Severity: normal

Despite #338796 being closed, backupninja still globs any exclude
pattern used in a duplicity backup. Due to the change made when #338796
was closed, single quoting the exclude patterns no longer works to
prevent this globbing.

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

Versions of packages backupninja depends on:
ii  bash  3.1-1  The GNU Bourne Again SHell
ii  dialog1.0-20060101-1 Displays user-friendly dialog boxe
ii  gawk  1:3.1.5-1  GNU awk, a pattern scanning and pr
ii  mawk  1.3.3-11   a pattern scanning and text proces

backupninja recommends no packages.

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#320363: libapache-miniwiki-perl: Can't locate object method "boot" via package "mod_perl", with apache2

2006-01-13 Thread Steve Langasek
severity 320363 wishlist
thanks

On Fri, Jan 13, 2006 at 07:02:25PM -0600, Gunnar Wolf wrote:
> Hh... I really cannot see this as such an important bug - clearly,
> it is not RC. I am not downgrading it as I'm neither the package's
> maintainer nor the bug submitter.

> It might be a bug that the Apache::MiniWiki does not work with Apache2
> - But it does not make it RC. The package correctly depends on
> libapache-mod-perl and declares no relationship with
> libapache2-mod-perl2. And similar as they might sound, they are quite
> different beasts, with different APIs. To give an (obviously
> exagerated) example, marking this bug RC is like saying that I cannot
> run Apache::MiniWiki with Ruby - Ruby is designed taking some ideas
> from Perl after all!

Agreed; that would seem to make this a wishlist request for apache2 support,
not a release-critical bug at all...

Cheers,
-- 
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#348018: gnucash: crash on startup

2006-01-13 Thread Steve Langasek
On Sat, Jan 14, 2006 at 12:00:58AM -0500, Nick Lewycky wrote:
> Package: gnucash
> Version: 1.8.10-19
> Severity: grave
> Justification: renders package unusable

> Running gnucash causes the splash screen to load, then it crashes with
> the following error:

>   ERROR: Unbound variable: hash-for-each

This error does not occur when using the versions of slib/guile-1.6-slib in
testing; so this appears to be a result of an incompatible change in those
packages.  A new gnucash package is in the process of being built, but I
don't know whether it fixes this compatibility problem.

-- 
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#347964: wtf Re: Processed: cloning 346808, retitle -1 to xdx: nonpristine package, severity of -1 is important, submitter -1

2006-01-13 Thread Justin Pryzby
retitle 347964 xdx: package should not be native?
thanks

On Fri, Jan 13, 2006 at 10:04:57PM -0500, pryzbyj wrote:
> On Fri, Jan 13, 2006 at 07:03:10PM -0800, Steve Langasek wrote:
> > On Fri, Jan 13, 2006 at 03:07:13PM -0500, Justin Pryzby wrote:
> > > On Fri, Jan 13, 2006 at 12:01:26PM -0800, Steve Langasek wrote:
> > > > On Fri, Jan 13, 2006 at 11:48:17AM -0800, Debian Bug Tracking System 
> > > > wrote:
> > > > > Processing commands for [EMAIL PROTECTED]:
> > 
> > > > > > # Automatically generated email from bts, devscripts version 2.9.10
> > > > > > clone 346808 -1
> > > > > Bug#346808: xdx: FTBFS: build-depends on removed xlibs-dev
> > > > > Bug 346808 cloned as bug 347964.
> > 
> > > > > > retitle -1 xdx: nonpristine package
> > > > > Bug#347964: xdx: FTBFS: build-depends on removed xlibs-dev
> > > > > Changed Bug title.
> > 
> > > > What in the world is this supposed to mean?
> > > It doesn't have a .diff.gz, even though it doesn't appear to be
> > > debian-specific at all.
> > 
> > And why are you telling *me* this, instead of putting this information in
> > the bug report?  As of now, bug #347964 is still in the BTS as a bug with no
> > information and a confusing title.
> Nonpristine package is a confusing title?
Oops, sorry; now I understand that it was.

-- 
Clear skies,
Justin


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



Bug#177940: U free tomorrow

2006-01-13 Thread Frieda H. Knutson
Heya,

Just wanted to say thanks for last night.

Kay





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



Bug#138726: Gimma ur thought

2006-01-13 Thread Kimberly H. Hollingsworth
Heya,

Just wanted to say thanks for last night.

Rafael





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



Bug#137221: Yesterday

2006-01-13 Thread Sofia H. Barrow
Heya,

Just wanted to say thanks for last night.

Jeff





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



Bug#348021: rhythmbox: Crashes with Ogg Vorbis and FLAC

2006-01-13 Thread Juergen Kreileder
Package: rhythmbox
Version: 0.9.2-2
Severity: normal

Since a few days rhythmbox crashes when trying to play .ogg or .flac
files.  .mp3 files still work.

.xsession-errors shows:

(rhythmbox:30656): GLib-GObject-WARNING **: gvalue.c:89: cannot initialize 
GValue with type `gdouble', the value has already been initialized as `(null)'

(rhythmbox:30680): GLib-GObject-WARNING **: gvalue.c:89: cannot initialize 
GValue with type `gdouble', the value has already been initialized as `(null)'

The backtrace is the same in both cases.

,
| #0  0x0ebe4424 in g_type_check_value_holds () from 
/usr/lib/libgobject-2.0.so.0
| #1  0x0ebf004c in g_value_set_double () from /usr/lib/libgobject-2.0.so.0
| #2  0x10076ac0 in rb_player_set_replaygain ()
| #3  0x10027408 in rb_shell_player_toggle_mute ()
| #4  0x10029adc in rb_shell_player_set_playing_source ()
| #5  0x10029adc in rb_shell_player_set_playing_source ()
| [...]
`

My ogg and flac files all have replaygain tags, generated by
vorbisgain and metaflac --add-replay-gain.  The mp3 files have no
replaygain tags.


   Juergen

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

Versions of packages rhythmbox depends on:
ii  gconf22.12.1-8   GNOME configuration database syste
ii  gstreamer0.8-alsa [gstrea 0.8.11-5   ALSA plugin for GStreamer
ii  gstreamer0.8-artsd [gstre 0.8.11-5   aRtsd plugin for GStreamer
ii  gstreamer0.8-esd [gstream 0.8.11-5   Enlightened Sound Daemon plugin fo
ii  gstreamer0.8-flac 0.8.11-5   FLAC plugin for GStreamer
ii  gstreamer0.8-gnomevfs 0.8.11-5   Gnome VFS plugin for GStreamer
ii  gstreamer0.8-mad  0.8.11-5   MAD MPEG audio decoder plugin for 
ii  gstreamer0.8-misc 0.8.11-5   Collection of various GStreamer pl
ii  gstreamer0.8-oss [gstream 0.8.11-5   OSS plugin for GStreamer
ii  gstreamer0.8-polypaudio [ 0.8.11-2   polypaudio plugin for GStreamer
ii  gstreamer0.8-vorbis   0.8.11-5   Vorbis plugin for GStreamer
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.3-3Avahi client library
ii  libavahi-common3  0.6.3-3Avahi common library
ii  libavahi-glib10.6.3-3Avahi glib integration library
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libdbus-1-2   0.60-5 simple interprocess messaging syst
ii  libdbus-glib-1-2  0.60-5 simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.12.1-8   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.5-1The GLib library of C routines
ii  libgnome-keyring0 0.4.6-2GNOME keyring services library
ii  libgnome2-0   2.12.0.1-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.12.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.12.0-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.12.2-3   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-14  GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgpod0  0.3.0-2a library to read and write songs 
ii  libgstreamer-gconf0.8-0   0.8.11-5   GConf support for GStreamer
ii  libgstreamer0.8-0 0.8.11-2   Core GStreamer libraries, plugins,
ii  libgtk2.0-0   2.8.10-1   The GTK+ graphical user interface 
ii  libhal1   0.5.5.1-5  Hardware Abstraction Layer - share
ii  libice6   6.9.0.dfsg.1-2 Inter-Client Exchange library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libmusicbrainz4c2a2.1.2-2Second generation incarnation of t
ii  libnautilus-burn2 2.12.2-3 

Bug#348020: kdelibs-data conflict with libdjvulibre15 over a file /usr/share/mimelnk/image/x-djvu.desktop

2006-01-13 Thread Rafal Maj
Package: kdelibs-data
Version: 4:3.5.0-3
Severity: grave

I can not install libdjvulibre15 (upgrade it to version 3.5.16-2) while
installing/upgrading kdelibs-data to 4:3.5.0-3. Perhaps this is a bug in
dependiences or something?

dpkg: error processing
/var/cache/apt/archives/kdelibs-data_4%3a3.5.0-3_all.deb (--unpack):
 trying to overwrite `/usr/share/mimelnk/image/x-djvu.desktop', which is
also in  package libdjvulibre15
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Selecting previously deselected package libdbus-1-2.
Unpacking libdbus-1-2 (from .../libdbus-1-2_0.60-5_i386.deb) ...
Preparing to replace k3b 0.12.8-1+b1 (using .../k3b_0.12.10-2_i386.deb) ...
Unpacking replacement k3b ...
Errors were encountered while processing:
 /var/cache/apt/archives/kdelibs-data_4%3a3.5.0-3_all.deb



also:



[EMAIL PROTECTED]:/home/raf256# apt-get remove libdjvulibre15
Reading package lists... Done
Building dependency tree... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
  djvulibre-bin: Depends: libdjvulibre15 (>= 3.5.16) but it is not going
to be i nstalled
  evince: Depends: libdjvulibre15 but it is not going to be installed
  k3b: Depends: libdbus-qt-1-1c2 (>= 0.60) but it is not going to be
installed
   Depends: libhal1 (>= 0.5) but it is not going to be installed
   Depends: libk3b2 (>= 0.12.10) but it is not going to be installed
   Depends: libmusicbrainz4c2a (>= 2.1.2) but 2.1.1-4.1 is to be
installed
  kdelibs4c2a: Depends: kdelibs-data (> 4:3.5.0) but 4:3.4.3-2 is to be
installe d
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a s olution).
[EMAIL PROTECTED]:/home/raf256# apt-get remove libdjvulibre15 djvulibre-bin
Reading package lists... Done
Building dependency tree... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
  evince: Depends: libdjvulibre15 but it is not going to be installed
  k3b: Depends: libdbus-qt-1-1c2 (>= 0.60) but it is not going to be
installed
   Depends: libhal1 (>= 0.5) but it is not going to be installed
   Depends: libk3b2 (>= 0.12.10) but it is not going to be installed
   Depends: libmusicbrainz4c2a (>= 2.1.2) but 2.1.1-4.1 is to be
installed
  kdelibs4c2a: Depends: kdelibs-data (> 4:3.5.0) but 4:3.4.3-2 is to be
installe d
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a s olution).
[EMAIL PROTECTED]:/home/raf256# apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  kcontrol kdebase-bin kdebase-data kdebase-kio-plugins kdelibs-data
kdesktop kfind kicker konqueror kpersonalizer ksplash
  libdbus-qt-1-1c2 libhal-storage1 libhal1 libk3b2 libkonq4
libmusicbrainz4c2a
Suggested packages:
  konq-speaker
Recommended packages:
  udev hal
The following packages will be REMOVED:
  dbus-qt-1c2 k3blibs k3blibs-dev
The following NEW packages will be installed:
  libdbus-qt-1-1c2 libhal-storage1 libhal1 libk3b2
The following packages will be upgraded:
  kcontrol kdebase-bin kdebase-data kdebase-kio-plugins kdelibs-data
kdesktop kfind kicker konqueror kpersonalizer ksplash
  libkonq4 libmusicbrainz4c2a
13 upgraded, 4 newly installed, 3 to remove and 1654 not upgraded.
26 not fully installed or removed.
Need to get 0B/32.2MB of archives.
After unpacking 7123kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Reading changelogs... Done
(Reading database ... 437208 files and directories currently installed.)
Preparing to replace kdelibs-data 4:3.4.3-2 (using
.../kdelibs-data_4%3a3.5.0-3_all.deb) ...
Unpacking replacement kdelibs-data ...
Replacing files in old package kicker ...
Replacing files in old package kttsd ...
dpkg: error processing
/var/cache/apt/archives/kdelibs-data_4%3a3.5.0-3_all.deb (--unpack):
 trying to overwrite `/usr/share/mimelnk/image/x-djvu.desktop', which is
also in package libdjvulibre15
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/kdelibs-data_4%3a3.5.0-3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)



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



Bug#324590: now has other test problems

2006-01-13 Thread Blars Blarson
Looking into this for a potiential NMU, I found adding netbase was not
sufficient.  It appears that this package is not compatable with the
current perl in unstable.




/usr/bin/make test
make[1]: Entering directory `/tmp/buildd/libio-socket-ssl-perl-0.97'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/01loadmodule.^M   
  ^Mt/01loadmodule.ok 1/4^M 
^Mt/01loadmodule.ok
t/02settings...^M   
  ^Mt/02settings...ok 1/1^M 
^Mt/02settings...ok
t/compatibility^M   
  ^Mt/compatibilityok 1/9^M 
^Mt/compatibilityNOK 2^M
 
^Mt/compatibilityNOK 3Can't locate object method "issuer_name" via package 
"IO::Socket::INET" at t/compatibility.t line 49.
^M 
^Mt/compatibilityNOK 4^M
 ^Mt/compatibilityFAILED tests 2-4, 7-9
Failed 6/9 tests, 33.33% okay
t/core.^M   
  ^Mt/core.ok 1/53^M
 ^Mt/core.NOK 8^M   
  
^Mt/core.NOK 9^M
 ^Mt/core.FAILED tests 8-53
Failed 46/53 tests, 13.21% okay
t/sessions.skipped
all skipped: Net::SSLeay version less than 1.26
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
---
t/compatibility.t96  66.67%  2-4 7-9
t/core.t53   46  86.79%  8-53
1 test skipped.
Failed 2/5 test scripts, 60.00% okay. 52/67 subtests failed, 22.39% okay.
make[1]: *** [test_dynamic] Error 255


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



Bug#316344: Closing all bugs asking for debian-archive-keyring.gpg support in debian-keyring?

2006-01-13 Thread Daniel Leidert
Hello,

After releasing debian-archiv-keyring, should the bugs #316344, #318841,
#325025, #336421, #337298, #342237 be reassigned to
debian-archive-keyring and closed?

Regards, Daniel



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



Bug#344435: Segmentation fault in gtk_widget_set_sensitive ()

2006-01-13 Thread Daniel Leidert
tags 344435 - confirmed
thanks

Am Samstag, den 14.01.2006, 05:47 +0100 schrieb Daniel Leidert:

[orginally reported crash in bluefish]
> Ok. This seems to be a GTK2 bug. So this bug is reassigned to
> libgtk2.0-0 [..]

Sorry. Forgot, that I confirmed that bug for bluefish. Removed
confirmation. A maybe more useful backtrace (also including the bf
symbols) is attached.

Regards, Daniel
(gdb) r
Starting program: /home/dl/packages/workspace/bluefish-1_0/src/bluefish
[Thread debugging using libthread_db enabled]
[New Thread -1224653120 (LWP 5126)]

(bluefish:5126): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed

(bluefish:5126): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1224653120 (LWP 5126)]
0xb7e4fd0f in IA__gtk_widget_set_sensitive (widget=0x43c888c2, sensitive=0) at gtkwidget.c:4425
4425gtkwidget.c: Datei oder Verzeichnis nicht gefunden.
in gtkwidget.c
(gdb) bt full
#0  0xb7e4fd0f in IA__gtk_widget_set_sensitive (widget=0x43c888c2, sensitive=0) at gtkwidget.c:4425
__t = 
__r = 
data = {state = 3219446760, state_restoration = 0, parent_sensitive = 1, use_forall = 0}
__PRETTY_FUNCTION__ = "IA__gtk_widget_set_sensitive"
#1  0xb79866cb in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#2  0xb797a6ab in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#3  0xb7989cbd in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#4  0xb798b097 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#5  0xb798b44e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#6  0xb7e1a2dd in _gtk_tree_selection_emit_changed (selection=0x815c700) at gtktreeselection.c:1497
No locals.
#7  0xb7e35367 in IA__gtk_tree_view_set_model (tree_view=0x840cc00, model=0x8190fa8) at gtktreeview.c:9610
i = 
path = (GtkTreePath *) 0x840ccf0
iter = {stamp = 1702458865, user_data = 0x8472038, user_data2 = 0x0, user_data3 = 0x0}
flags = 135644928
__PRETTY_FUNCTION__ = "IA__gtk_tree_view_set_model"
#8  0x080aac72 in quickstart_dialog_new (bfwin=0x821ca18) at quickstart.c:471
qstart = 
dialog = (GtkWidget *) 0x846ca30
table = (GtkWidget *) 0x846cdc0
frame = 
page = (GtkWidget *) 0x848b130
alignment = 
headStore = (GtkListStore *) 0x846c380
renderer = 
column = 
selection = (GtkTreeSelection *) 0x846c328
iter = {stamp = -1564078811, user_data = 0x848c5d0, user_data2 = 0xbfe4e1a8, user_data3 = 0xb799b95f}
i = 
headstr = {0x80ba04b "Meta", 0x80b8fea "Style", 0x80ba3da "Script"}
#9  0xb79866cb in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#10 0xb797a6ab in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#11 0xb7989cbd in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#12 0xb798b097 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#13 0xb798b44e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#14 0xb7c899c1 in IA__gtk_button_clicked (button=0x82f6870) at gtkbutton.c:834
__PRETTY_FUNCTION__ = "IA__gtk_button_clicked"
#15 0xb7c8b438 in gtk_real_button_released (button=0x82f6870) at gtkbutton.c:1369
No locals.
#16 0xb79866cb in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#17 0xb797a008 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#18 0xb797a6ab in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#19 0xb7989566 in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#20 0xb798b097 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#21 0xb798b44e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#22 0xb7c89931 in IA__gtk_button_released (button=0x82f6870) at gtkbutton.c:826
__PRETTY_FUNCTION__ = "IA__gtk_button_released"
#23 0xb7c8a9e1 in gtk_button_button_release (widget=0x815c700, event=0x81bea68) at gtkbutton.c:1262
No locals.
#24 0xb7d57960 in _gtk_marshal_BOOLEAN__BOXED (closure=0x8163410, return_value=0xbfe4ecb0, n_param_values=2, param_values=0xbfe4ed8c,
invocation_hint=0xbfe4ec9c, marshal_data=0xb7c8a9c0) at gtkmarshalers.c:83
data1 = (gpointer) 0x82f6870
data2 = 
v_return = 
__PRETTY_FUNCTION__ = "_gtk_marshal_BOOLEAN__BOXED"
#25 0xb797a008 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so

Bug#314933: This has been fixed for a while

2006-01-13 Thread Sam Morris

close 314933
thanks

This has been fixed for a while.

--
Sam Morris
http://robots.org.uk/

PGP key id 5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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



Bug#348019: firefox: segfault at startup (amd64)

2006-01-13 Thread Chris Roddy
Package: firefox
Version: 1.5.dfsg-4
Severity: important

Firefox segfaults at startup if run by a normal user. It does run if
executed with root privileges.

gdb appears to indicate that it cannot find
/usr/lib/firefox/libxpcom_core.so , however this file exists and
permissions are 644.

I have moved ~/.mozilla out of the way; the result is the same. I have
also purged and reinstalled firefox, firefox-gnome-support, and
firefox-dom-inspector with no change in the behavior.

Version 1.5.dfsg-4 does not display this behavior on my i386 system;
that is why i surmise it must be an amd64-specific problem.



(gdb) file /usr/lib/firefox/firefox-bin
Reading symbols from /usr/lib/firefox/firefox-bin...(no debugging
symbols found)...done.
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/lib/firefox/firefox-bin
/usr/lib/firefox/firefox-bin: error while loading shared libraries:
libxpcom_core.so: cannot open shared object file: No such file or
directory

Program exited with code 0177.
(gdb)



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-amd64-k8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages firefox depends on:
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  fontconfig2.3.2-1.1  generic font configuration library
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-6  GCC support library
ii  libglib2.0-0  2.8.5-1The GLib library of C routines
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libidl0   0.8.5-1library for parsing CORBA IDL file
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.0.2-6The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-3 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-3 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-3 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-3 X Window System multi-head display
ii  libxp66.9.0.dfsg.1-3 X Window System printing extension
ii  libxrandr26.9.0.dfsg.1-3 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-3 X Toolkit Intrinsics
ii  psmisc22.1-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-9  compression library - runtime

firefox recommends no packages.

-- no debconf information


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



Bug#344435: Bluefish crashes when I click on the button 'Quickstart'

2006-01-13 Thread Daniel Leidert
reassign 344435 libgtk2.0-0 2.8.9-2
retitle 344435 Segmentation fault in gtk_widget_set_sensitive ()
thanks

Am Donnerstag, den 22.12.2005, 21:03 +0100 schrieb Daniel Leidert:
> Am Donnerstag, den 22.12.2005, 19:14 +0100 schrieb Jean-Christophe
> JASKULA:
> > Package: bluefish
> > Version: 1.0.4-1
> > 
> > As it is said, Bluefish crashes without warning when I click on the
> > button 'Quickstart'. I have this behaviour since libgtk-2.0 (2.8.9-2)
> > was uploaded in unstable. Here is a backtrace: [..]
> 
> Thanks. I can confirm it.

Ok. This seems to be a GTK2 bug. So this bug is reassigned to
libgtk2.0-0 since version 2.8.9 (but the bug is also present in
2.8.10-1), where it was detected. To reproduce the segmentation fault:

- open bluefish (in Sid or Etch)
- click the Quickstart icon

normally bf crashes every twice tries. I attached a backtrace. I hope
this helps to solve the issue. If more information are necessary, please
tell me.

Regards, Daniel

=

[..]
(gdb) r
Starting program: /usr/bin/bluefish
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1224636736 (LWP 23601)]

(bluefish:23601): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 
`GTK_IS_WIDGET (widget)' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1224636736 (LWP 23601)]
0xb7e53d0f in IA__gtk_widget_set_sensitive (widget=0x43c87f1d, sensitive=0) at 
gtkwidget.c:4425
4425gtkwidget.c: Datei oder Verzeichnis nicht gefunden.
in gtkwidget.c
(gdb) bt full
#0  0xb7e53d0f in IA__gtk_widget_set_sensitive (widget=0x43c87f1d, sensitive=0) 
at gtkwidget.c:4425
__t = 
__r = 
data = {state = 3217363832, state_restoration = 0, parent_sensitive = 
1, use_forall = 0}
__PRETTY_FUNCTION__ = "IA__gtk_widget_set_sensitive"
#1  0xb7ac66cb in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
No symbol table info available.
#2  0xb7aba6ab in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#3  0xb7ac9cbd in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#4  0xb7acb097 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#5  0xb7acb44e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#6  0xb7e1e2dd in _gtk_tree_selection_emit_changed (selection=0x814c6e0) at 
gtktreeselection.c:1497
No locals.
#7  0xb7e39367 in IA__gtk_tree_view_set_model (tree_view=0x84234f0, 
model=0x841ac78) at gtktreeview.c:9610
i = 
path = (GtkTreePath *) 0x841ade8
iter = {stamp = -2037421900, user_data = 0x841acc0, user_data2 = 0x0, 
user_data3 = 0x0}
flags = 135579360
__PRETTY_FUNCTION__ = "IA__gtk_tree_view_set_model"
#8  0x0809c662 in quickstart_dialog_new ()
No symbol table info available.
#9  0xb7ac66cb in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
No symbol table info available.
#10 0xb7aba6ab in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#11 0xb7ac9cbd in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#12 0xb7acb097 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#13 0xb7acb44e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#14 0xb7c8d9c1 in IA__gtk_button_clicked (button=0x82e66d8) at gtkbutton.c:834
__PRETTY_FUNCTION__ = "IA__gtk_button_clicked"
#15 0xb7c8f438 in gtk_real_button_released (button=0x82e66d8) at 
gtkbutton.c:1369
No locals.
#16 0xb7ac66cb in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
No symbol table info available.
#17 0xb7aba008 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#18 0xb7aba6ab in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#19 0xb7ac9566 in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#20 0xb7acb097 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
---Type  to continue, or q  to quit---
#21 0xb7acb44e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#22 0xb7c8d931 in IA__gtk_button_released (button=0x82e66d8) at gtkbutton.c:826
__PRETTY_FUNCTION__ = "IA__gtk_button_released"
#23 0xb7c8e9e1 in gtk_button_button_release (widget=0x814c6e0, event=0x81aea10) 
at gtkbutton.c:1262
No locals.
#24 0xb7d5b960 in _gtk_marshal_BOOLEAN__BOXED (closure=0x81533f0, 
return_value=0xbfc52400, n_param_values=2, param_values=0xbfc524dc,
invocation_hint=0xbfc523ec, marshal_data=0xb7c8e9c0) at gtkmarshalers.c:83
data1 = (gpointer) 0x82e66d8
data2 = 
v_return = 
__PRETTY_FUNCTION__ = "_gtk_marshal_BOOLEAN__BOXE

Bug#348018: gnucash: crash on startup

2006-01-13 Thread Nick Lewycky
Package: gnucash
Version: 1.8.10-19
Severity: grave
Justification: renders package unusable

Running gnucash causes the splash screen to load, then it crashes with
the following error:

  ERROR: Unbound variable: hash-for-each

The last entry on the splash screen looks like "Loading Finance::Quote".
Here it is with debugging:

$ gnucash --debug
gnucash: [D] "files to open: "()
/home/nicholas/.gtkrc.mine:1: error: unexpected identifier 
`gtk-key-theme-name', expected keyword - e.g. `style'
/home/nicholas/.gtkrc.mine:1: error: unexpected identifier 
`gtk-key-theme-name', expected keyword - e.g. `style'
gnucash: [D] "starting up (2)."
gnucash: [D] "gnc:find-file looking for ""finance-quote-check"" in 
"("/usr/share/gnucash")
gnucash: [D] "  checking for ""/usr/share/gnucash/finance-quote-check"
gnucash: [D] "found file ""/usr/share/gnucash/finance-quote-check"
gnucash: [D] "gnc:find-file looking for ""finance-quote-helper"" in 
"("/usr/share/gnucash")
gnucash: [D] "  checking for ""/usr/share/gnucash/finance-quote-helper"
gnucash: [D] "found file ""/usr/share/gnucash/finance-quote-helper"
gnucash: [D] "loading system configuration"
gnucash: [D] "gnc:find-file looking for ""config"" in "("/etc/gnucash")
gnucash: [D] "  checking for ""/etc/gnucash/config"
gnucash: [D] "found file ""/etc/gnucash/config"
gnucash: [D] "loading user configuration"
gnucash: [D] "trying to load ""/home/nicholas/.gnucash/config-1.8.user"
gnucash: [D] "trying to load ""/home/nicholas/.gnucash/config-1.6.user"
gnucash: [D] "trying to load ""/home/nicholas/.gnucash/config.user"
gnucash: [D] "trying to load ""/home/nicholas/.gnucash/config-1.8.auto"
gnucash: [D] "loading saved reports"
gnucash: [D] "trying to load ""/home/nicholas/.gnucash/saved-reports-1.8"
gnucash: [D] "Running functions on hook "report-hook
  #
ERROR: Unbound variable: hash-for-each
$

Using "gnucash --nofile" doesn't avoid the crash.

Thanks,
Nick Lewycky

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

Versions of packages gnucash depends on:
ii  bonobo1.0.22-6   The GNOME Bonobo System.
ii  gdk-imlib11   1.9.14-28  imaging library for use with gtk
ii  gnucash-common1.8.10-19  A personal finance tracking progra
ii  guile-1.6-libs1.6.7-2Main Guile libraries
ii  guile-1.6-slib1.6.7-2Guile SLIB support
ii  libart2   1.4.2-30   The GNOME canvas widget - runtime 
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo21.0.22-6   The GNOME Bonobo library.
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libdate-manip-perl5.44-2 a perl library for manipulating da
ii  libdb33.2.9-23   Berkeley v3 Database Libraries [ru
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfinance-quote-perl 1.08-1 Perl module for retrieving stock q
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgal23  0.24-6 G App Libs (run time library)
ii  libgconf111.0.9-7.1  GNOME configuration database syste
ii  libgdk-pixbuf-gnome2  0.22.0-11  The GNOME1 Canvas pixbuf library
ii  libgdk-pixbuf20.22.0-11  The GdkPixBuf image library, gtk+ 
ii  libghttp1 1.0.9-17   original GNOME HTTP client library
ii  libglade-gnome0   1:0.17-5   Library to load .glade files at ru
ii  libglade0 1:0.17-5   Library to load .glade files at ru
ii  libglib1.21.2.10-10.1The GLib library of C routines
ii  libgnome321.4.2-30   The GNOME libraries
ii  libgnomeprint15   0.37-11The GNOME Print architecture - run
ii  libgnomesupport0  1.4.2-30   The GNOME libraries (Support libra
ii  libgnomeui32  1.4.2-30   The GNOME libraries (User Interfac
ii  libgtk1.2 1.2.10-18  The GIMP Toolkit set of widgets fo
ii  libgtkhtml1.1-3   1.1.10-9   HTML rendering/editing library - r
ii  libguile-ltdl-1   1.6.7-2Guile's patched version of libtool
ii  libguppi160.40.3-15  GNOME graph and plot component
ii  libgwrapguile11.3.4-15   g-wrap: Tool for exporting C libra
ii  libice6   6.9.0.dfsg.1-3 Inter-Client Exchange library
ii  libltdl3  1.5.22-2   A system independent dlopen wrappe
ii  liboaf0   0.6.10-6   The GNOME Object Activation Framew
ii  libofx2   1:0.8.0-3  library to support Open Financial 
ii  liborbit0

Bug#348017: rtorrent: hashing is not resumed after crash

2006-01-13 Thread Goswin Brederlow
Package: rtorrent
Version: 0.4.1-1a0.mrvn.1
Severity: normal

Hi,

I crashed rtorrent while it was hashing a torrent for the final check
of the download. When I restared rtorrent I expected the hashing to
resume or at least restart but instead the torrent was just
"done". This could leave a corrupted file behind.

MfG
Goswin

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rtorrent depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcurl37.13.2-2 Multi-protocol file transfer libra
ii  libgcc1 1:4.0.0-12   GCC support library
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libsigc++-2.0-0 2.0.10-1 type-safe Signal Framework for C++
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  libtorrent6 0.8.1-1a0.mrvn.1 a C++ BitTorrent library
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#348012: FW: Ucarp 1.1-2 update

2006-01-13 Thread Mosemann, Russell
 
There is a minor formatting problem in the first hunk from a bad cut and
paste. This should correct it.

Russell Mosemann, Ph.D.
Associate Profesor of Computer Science
Concordia University, Nebraska


diff -Naur ucarp-1.1/README ucarp-1.1-3/README
--- ucarp-1.1/README2004-09-02 17:07:42.0 -0500
+++ ucarp-1.1-3/README  2006-01-13 20:21:02.0 -0600
@@ -126,10 +126,23 @@

 Please note that by default, and if everything's ok, a master will stay
a  master as long as possible. If you want a "preferred" master to
immediately
-become a master even if the other host is:
+become a master even if another host is already the master,
 - add the --preempt (or -P) switch to *all* hosts
 - use a lower skew or a lower base for the "preferred" one.

+When ucarp first runs, it starts as a backup and listens to the network

+to determine if it should become the master. When it enters the backup 
+state, it normally runs the downscript. That can be useful to remove 
+old temporary files or clean up an interface that is in an unknown 
+state. In some circumstances, however, it is undesirable to run the 
+downscript if the service was not already up. In that case, use the 
+--neutral (-n) switch for ucarp to not run the downscript when it 
+enters the backup state the first time. All changes from the master 
+state to the backup state after that will run the downscript.
+
+--shutdown (-z) will run the downscript at exit, unless ucarp is 
+already in the backup state.
+
 The "dead ratio" (--deadratio=...) knob basically changes how long a
backup  server will wait for an unresponsive master before considering
it as dead, and  becoming the new master. In the original protocol, the
ratio is 3. This is diff -Naur ucarp-1.1/src/carp.c
ucarp-1.1-3/src/carp.c
--- ucarp-1.1/src/carp.c2004-08-28 11:30:02.0 -0500
+++ ucarp-1.1-3/src/carp.c  2006-01-13 20:27:03.0 -0600
@@ -59,7 +59,8 @@
 break;
 case BACKUP:
 logfile(LOG_WARNING, _("Switching to state: BACKUP"));
-(void) spawn_handler(dev_desc_fd, downscript);
+if ((sc->sc_state != INIT) || (neutral != 1))
+(void) spawn_handler(dev_desc_fd, downscript);
 gratuitous_arp(dev_desc_fd, 0);
 break;
 case MASTER:
@@ -313,17 +314,8 @@
 #endif
 switch (sc->sc_state) {
 case INIT:
-if (preempt != 0 && carp_suppress_preempt == 0) {
-carp_send_ad(sc);
-gratuitous_arp(dev_desc_fd, 1);
-#ifdef INET6
-carp_send_na(sc);
-#endif /* INET6 */
-carp_set_state(sc, MASTER);
-} else {
-carp_set_state(sc, BACKUP);
-carp_setrun(sc, 0);
-}
+carp_set_state(sc, BACKUP);
+carp_setrun(sc, 0);
 break;
 case BACKUP:
 sc->sc_ad_tmo.tv_sec = 0;
@@ -607,7 +599,8 @@
 logfile(LOG_DEBUG, "sighandler_exit(): Calling [%s] and exiting",
 downscript);
 #endif
-(void) spawn_handler(dev_desc_fd, downscript);
+if (sc->sc_state != BACKUP)
+(void) spawn_handler(dev_desc_fd, downscript);
 _exit(EXIT_SUCCESS);
 }

@@ -687,14 +680,18 @@
 pfds[0].fd = dev_desc_fd;
 pfds[0].events = POLLIN | POLLERR | POLLHUP | POLLNVAL;

-carp_setrun(&sc, 0);
-
 if (shutdown_at_exit != 0) {
 (void) signal(SIGINT, sighandler_exit);
 (void) signal(SIGQUIT, sighandler_exit);
 (void) signal(SIGTERM, sighandler_exit);
 }

+if (gettimeofday(&now, NULL) != 0) {
+logfile(LOG_WARNING, "initializing now to gettimeofday()
failed: %s",
+strerror(errno));
+}
+carp_setrun(&sc, 0);
+
 for (;;) {
 nfds = poll(pfds, (nfds_t) 1, sc.sc_advbase * 1000);
 if (nfds == -1 ||
diff -Naur ucarp-1.1/src/globals.h ucarp-1.1-3/src/globals.h
--- ucarp-1.1/src/globals.h 2004-06-20 14:35:22.0 -0500
+++ ucarp-1.1-3/src/globals.h   2006-01-13 19:05:29.0 -0600
@@ -20,6 +20,7 @@
 GLOBAL0(char *upscript);
 GLOBAL0(char *downscript);
 GLOBAL0(signed char preempt);
+GLOBAL0(signed char neutral);
 GLOBAL0(signed char shutdown_at_exit);
 GLOBAL0(unsigned char hwaddr[6]);
 GLOBAL0(signed char no_syslog);
diff -Naur ucarp-1.1/src/ucarp.c ucarp-1.1-3/src/ucarp.c
--- ucarp-1.1/src/ucarp.c   2004-08-28 11:04:05.0 -0500
+++ ucarp-1.1-3/src/ucarp.c 2006-01-13 19:03:06.0 -0600
@@ -28,6 +28,7 @@
"--vhid= (-v ): virtual IP identifier (1-255)\n"
"--pass= (-p ): password\n"
"--preempt (-P): becomes a master as soon as possible\n"
+   "--neutral (-n): do not run downscript at start if backup\n"
"--addr= (-a ): virtual shared IP address\n"
"--help (-h): summary of command-line options\n"
"--advbase= (-b ): advertisement
frequency\n"
@@ -127,6 +128,10 @@
 preempt = 1;
 break;
 }
+case 'n': {
+neutral = 1;
+break;
+}
 case 'a'

Bug#346613: patches for some xlibs-dev bugs

2006-01-13 Thread Junichi Uekawa
Hi,



> canna 346613  (no replacement needed)

That sounds a bit fishy, but reviewing the code, it might actually not
be needed.


Build-Depends: debhelper (>= 4.1.59), xlibs-dev, xutils, dpatch, po-debconf, 
autoconf2.13, ptex-bin



My comment wrt this mass patch post is that I would check the
following before NMU-ing:

1. build logs of before/after the change (is it possible even when
   there is no longer a xlibs-dev package?)

2. debdiff of the packages before/after the change (you can download
   the package from the archive to diff)

Of course, it would be ideal if you do 
3. functionality testing after change.

but at least you can mechanically check 1 and 2.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#348016: rtorrent: fails when changing priority on unstarted torrent

2006-01-13 Thread Goswin Brederlow
Package: rtorrent
Version: 0.4.1-1a0.mrvn.1
Severity: normal

Hi,

I added a new torrent while a previous one was checking its hash so
the new one was marked "inactive". While waiting I then decided to
change the priority of some files in the new torrent and rtorrent quit
with a failure in FindRange (sorry, I didn't keep the exact error).

MfG
Goswin

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rtorrent depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcurl37.13.2-2 Multi-protocol file transfer libra
ii  libgcc1 1:4.0.0-12   GCC support library
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libsigc++-2.0-0 2.0.10-1 type-safe Signal Framework for C++
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  libtorrent6 0.8.1-1a0.mrvn.1 a C++ BitTorrent library
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#152012: Order Info

2006-01-13 Thread Kenny Edwardsd

How have you been,

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Thank you,
Kenny Edwardsd


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



Bug#134571: Tracking information

2006-01-13 Thread Kinsella S.
Good day to you sir,

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Thanks,
Kinsella  S.


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



Bug#143952:

2006-01-13 Thread Callie X. Lewis
How are you,

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Thank you,
Callie X. Lewis


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



Bug#122771: Shipping information

2006-01-13 Thread Thanh Kerry
Hey,

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Get back to you later,
Thanh Kerry 


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



Bug#120116: FWD:

2006-01-13 Thread Edwardsd T.

How are you,

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Thanks Alot,
Edwardsd T.


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



Bug#111033: Order Tracking

2006-01-13 Thread Donne
Hello,

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Thanks,
Donne


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



Bug#10813:

2006-01-13 Thread Bernie M. Hartman
Good day to you, [EMAIL PROTECTED]

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Goodbye,
Bernie M. Hartman


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



Bug#104434: Tracking information

2006-01-13 Thread Polly Black
Hi [EMAIL PROTECTED],

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Bye,
Polly Black


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



Bug#104394: FWD:

2006-01-13 Thread Miguel

Hi,

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Goodbye,
Miguel


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



Bug#102921: Order Tracking

2006-01-13 Thread Jacquelyn V.

Good day [EMAIL PROTECTED],

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Later,
Jacquelyn V.


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



Bug#100421: Order Tracking

2006-01-13 Thread Titor Jenifer
Hello [EMAIL PROTECTED],

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Thank you,
Titor Jenifer


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



Bug#102006: FWD:

2006-01-13 Thread Jefferson

Hi [EMAIL PROTECTED],

We have opened our new Iicenced store.

Visit Us : stettner2000.com/?aid=6

Get back to you later,
Jefferson


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



Bug#348015: ITP: kpl -- data set and function plotting application for KDE

2006-01-13 Thread Ryan Schultz
Package: wnpp
Owner: Ryan Schultz <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: kpl
  Version : 3.3
  Upstream Author : Werner Stille  <[EMAIL PROTECTED]>
* URL : http://frsl06.physik.uni-freiburg.de/privat/stille/kpl/
* License : GPL, GFDL[1]
  Description : data set and function plotting application for KDE

 Kpl provides a useful environment for plotting two or three
 dimensional data sets and functions. It includes advanced algorithms
 for doing multidimensional nonlinear function fitting for data
 sets, and can create graphs with error bars, spline matches, and
 arbitrary text, shapes, and lines. Kpl can also automatically
 scale and normalize the graphs, and the appearance of the lines
 and symbols on the plot can be customiszed. Kpl also has a DCOP
 interface for non-interactive plotting.

 [1] I have contacted upstream about relicensing the documentation. 

-- 
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#347921: qa.debian.org still showing uninstallable after bin NMU

2006-01-13 Thread Jay Berkenbilt
Jay Berkenbilt <[EMAIL PROTECTED]> wrote:

> vips and nip2 were rebuilt via a binary NMU because of an unneeded
> libdps1 dependency, and the newly built packages are present in the
> archive.  However, they are still listed as uninstallable at
> http://qa.debian.org/[EMAIL PROTECTED]  I am
> assuming that the code that shows they are uninstallable is not
> picking up the existence of the binary NMUs (maybe because of the new
> version numbering convention?), but that's just a guess.

I may have jumped the gun.  The problem is no longer there.  I thought
I had waited long enough before reporting the bug, but I guess I
hadn't.  Please feel free to close the bug.  I'll close it myself if I
hear nothing in a few days.

--Jay

-- 
Jay Berkenbilt <[EMAIL PROTECTED]>


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



Bug#343309: [Fwd: Bug#343309: pennmush: FTBFS on GNU/kFreeBSD] (Penndev #6819)

2006-01-13 Thread Alan Schwartz
Quoting Petr Salinger ([EMAIL PROTECTED]):
> The patch is fairly straight forward. It was submitted along with a bug
> report against the Debian package, as you can see below.

Thanks. Applied in next release.

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[EMAIL PROTECTED], once [EMAIL PROTECTED] | Alan Schwartz <[EMAIL PROTECTED]>
   (mush.pennmush.org 4201) |  PennMUSH Server Maintainer
=-=
   PennMUSH God's Guide: http://www.pennmush.org/~alansz/guide.html
PennMUSH Source: http://ftp.pennmush.org/Source
 PennMUSH Community: http://community.pennmush.org
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


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



Bug#333237: Kanotix package for adm8211

2006-01-13 Thread Jean-Marc Ranger

Hi Kel,

Due to a recently arrived ipw2200, I'm loosing some interest in 
continuing to package the adm8211 code for Debian.  Are you interessed 
in taking the ownership of the ITP bug in Debian ?


Jean-Marc


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



Bug#348014: install failed: Error in postinst: unable to find /usr/share/bugzilla/debian/params.new

2006-01-13 Thread Michael R Head
Package: bugzilla
Version: 2.20-1
Severity: important

I was trying to install bugzilla today (for the first time ever), 
but I'm running into this:

Setting up bugzilla (2.20-1) ...
Creating a new default bugzilla database...
Error in postinst: unable to find /usr/share/bugzilla/debian/params.new
dpkg: error processing bugzilla (--configure):
 subprocess post-installation script returned error exit status 13

And that file doesn't exist:
[EMAIL PROTECTED]:/usr/share/bugzilla/debian$ ls -al
total 24
drwxr-xr-x 2 root root   160 Jan 13 22:43 .
drwxr-xr-x 7 root root   344 Jan 13 22:43 ..
-rw-r--r-- 1 root root  1033 Oct 17 04:51 101_Config.diff
-rw-r- 1 root root   343 Jan 13 22:43 checksetup-answer.conf.pl
-rwxr-xr-x 1 root root 15122 Oct 17 04:51 postinst-db.pl

Any help?

-- 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.14-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bugzilla depends on:
ii  apache [httpd]1.3.34-2   versatile, high-performance HTTP s
ii  debconf [debconf-2.0] 1.4.67 Debian configuration management sy
ii  exim [mail-transport-agent]   3.36-18An MTA (Mail Transport Agent)
ii  libappconfig-perl 1.56-2 Perl module for configuration file
ii  libdbd-mysql-perl 3.0002-2   A Perl5 database interface to the 
ii  libmailtools-perl 1.62-1 Manipulate email in perl programs
ii  libtemplate-perl  2.14-1 template processing system written
ii  libtimedate-perl  1.1600-5   Time and date functions for Perl
ii  patch 2.5.9-2Apply a diff file to an original
ii  ucf   2.004  Update Configuration File: preserv

Versions of packages bugzilla recommends:
ii  libchart-perl 2.2-1  Chart Library for Perl
ii  libxml-parser-perl2.34-4 Perl module for parsing XML files
ii  mysql-server-5.0 [mysql-serve 5.0.18-4   mysql database server binaries

-- debconf information:
  bugzilla/mysql_user: bugzilla
* bugzilla/bugzilla_installation_way: Automatic
* bugzilla/bugzilla_admin_real_name: Michael R. Head
  bugzilla/mysql_host: localhost
  bugzilla/mysql_need_root: false
  bugzilla/mysql_name: bugzilla
* bugzilla/bugzilla_admin_name: [EMAIL PROTECTED]
  bugzilla/mysql_user_couldnotbe_empty:
  bugzilla/mysql_available: true
  bugzilla/bugzilla_installation_way_single: Manual
  bugzilla/mysql_root_name: root
  bugzilla/index_upgrade1:
  bugzilla/mysql_port: 3306
  bugzilla/index_upgrade2:


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



Bug#348013: gnucash/gnucash-common bad dependencies in unstable

2006-01-13 Thread Nate Eldredge

Subject: gnucash/gnucash-common bad dependencies in unstable
Package: gnucash
Version: 1.8.10-19
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

First, please note that I believe this is unrelated to the guile bug
which was recently fixed.

In the Packages file for unstable we have the following:
Package: gnucash
Version: 1.8.10-19
Depends: gnucash-common (>= 1.8.10-19), ...

Package: gnucash-common
Version: 1.8.12-3
Depends: gnucash (>= 1.8.12-3)

Looks to me like these are mutually inconsistent and you can't actually 
install gnucash from unstable.  In testing, we have gnucash-1.8.10-19 and 
gnucash-common-1.8.10-19 (which is what I am currently using).  Could it 
be that the wrong package version got uploaded to the wrong distribution?


Thanks.

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

Versions of packages gnucash depends on:
ii  bonobo1.0.22-6   The GNOME Bonobo System.
ii  gdk-imlib11   1.9.14-28  imaging library for use with gtk
ii  gnucash-common1.8.10-19  A personal finance tracking progra
ii  guile-1.6-libs1.6.7-1.1  Main Guile libraries
ii  guile-1.6-slib1.6.7-1.1  Guile SLIB support
ii  libart2   1.4.2-30   The GNOME canvas widget - runtime 
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio

ii  libbonobo21.0.22-6   The GNOME Bonobo library.
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libdate-manip-perl5.44-2 a perl library for manipulating da
ii  libdb33.2.9-23   Berkeley v3 Database Libraries [ru
ii  libesd0   0.2.36-2   Enlightened Sound Daemon - Shared 
ii  libfinance-quote-perl 1.08-1 Perl module for retrieving stock q

ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgal23  0.24-6 G App Libs (run time library)
ii  libgconf111.0.9-7.1  GNOME configuration database syste
ii  libgdk-pixbuf-gnome2  0.22.0-11  The GNOME1 Canvas pixbuf library
ii  libgdk-pixbuf20.22.0-11  The GdkPixBuf image library, gtk+ 
ii  libghttp1 1.0.9-17   original GNOME HTTP client library

ii  libglade-gnome0   1:0.17-5   Library to load .glade files at ru
ii  libglade0 1:0.17-5   Library to load .glade files at ru
ii  libglib1.21.2.10-10.1The GLib library of C routines
ii  libgnome321.4.2-30   The GNOME libraries
ii  libgnomeprint15   0.37-11The GNOME Print architecture - run
ii  libgnomesupport0  1.4.2-30   The GNOME libraries (Support libra
ii  libgnomeui32  1.4.2-30   The GNOME libraries (User Interfac
ii  libgtk1.2 1.2.10-18  The GIMP Toolkit set of widgets fo
ii  libgtkhtml1.1-3   1.1.10-9   HTML rendering/editing library - r
ii  libguile-ltdl-1   1.6.7-1.1  Guile's patched version of libtool
ii  libguppi160.40.3-15  GNOME graph and plot component
ii  libgwrapguile11.3.4-15   g-wrap: Tool for exporting C libra
ii  libice6   6.9.0.dfsg.1-3 Inter-Client Exchange library
ii  libltdl3  1.5.22-2   A system independent dlopen wrappe
ii  liboaf0   0.6.10-6   The GNOME Object Activation Framew
ii  libofx2c2a [libofx2]  1:0.8.0-10 library to support Open Financial 
ii  liborbit0 0.5.17-11.1Libraries for ORBit - a CORBA ORB

ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libqthreads-121.6.7-1.1  QuickThreads library for Guile
ii  libsm66.9.0.dfsg.1-3 X Window System Session Management
ii  libstdc++64.0.2-6The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-3 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-3 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-3 X Window System Input extension li
ii  libxml1   1:1.8.17-12GNOME XML library
ii  libzvt2   1.4.2-30   The GNOME zvt (zterm) widget
ii  oaf   0.6.10-6   The GNOME Object Activation Framew
ii  psfontmgr 0.11.8-0.1 PostScript font manager -- part of
ii  slib  3a1-4.2Portable Scheme library
ii  x-ttcidfont-conf  21 Configure TrueType and CID fonts f
ii  xlibs 6.9.0.dfsg.1-3 X Window System client lib

Bug#348012: Ucarp 1.1-2 update

2006-01-13 Thread Mosemann, Russell
Package: ucarp
Version: 1.1-2
Tags: patch

Kernel 2.6.13-rc6-git8
Libc 2.3.5-8

The patch below addresses the following issues in ucarp-1.1-2.

1. In src/carp.c/docarp(), the "now" static global variable was not
initialized before carp_setrun() was called. The result is that
sc.sc_md_tmo was always less than "now" the first time through the loop,
and ucarp always became a master. It recovered at the next advertisement
from the real master, but the damage was already done. If the upscript
set the IP address on an interface and also performed gratuitous arps,
that corrupted arp tables and blocked access to the real master until
the arp tables timed out. Instead of providing quick failover, this
resulted in denial of service.

"now" is now initialized before carp_setrun() is called.

2. In src/carp.c/carp_setrun(), the INIT state caused ucarp to become a
master immediately, if the preempt switch had been specified, even if
the base and skew values resulted in ucarp not being the preferred
master. It recovered at the next advertisement from the preferred
master, but the damage was already done. See the description in 1 above.

The INIT state now always sets ucarp to the BACKUP state so that ucarp
can listen on the network first to determine if it should become the
preferred master.

3. If --shutdown (-z) was specified, the downscript would be run at
exit, even if ucarp was already in the BACKUP state
(src/carp.c/sighandler_exit()). This could result in the downscript
being run twice in a row. In most scenarios, that was probably not an
issue. In some cases, however, it is not desireable to run the
downscript if the service was not up. In any case, it does not make
logical sense to do so.

Ucarp now does not run the downscript at exit if it is already in the
BACKUP state (i.e., the service is not up).

4. In src/carp.c/carp_set_state(), changing to the BACKUP state always
ran the downscript. Because ucarp changes from the INIT state to the
BACKUP state, that meant that ucarp would always run the downscript when
it started, even though the service presumeably was not up (or at least
not started by this ucarp). In some cases, it may be beneficial to first
run the downscript in order to perform cleanup and provide a consistent
state. In other cases, it is undesireable to run the downscript if the
service is not up.

Changes have been made to globals.h, ucarp_p.h and ucarp.c to provide
the --neutral (-n) switch, which causes ucarp to not run the downscript
when it changes from the INIT state to the BACKUP state (i.e., it
remains neutral when it starts). By default, then, the old behavior is
retained.

5. The README has been modified to reflect the change in the --shutdown
(-z) behavior and the addition of the --neutral (-n) switch.

Russell Mosemann, Ph.D.
Associate Profesor of Computer Science
Concordia University, Nebraska


diff -Naur ucarp-1.1/README ucarp-1.1-3/README
--- ucarp-1.1/README2004-09-02 17:07:42.0 -0500
+++ ucarp-1.1-3/README  2006-01-13 20:21:02.0 -0600
@@ -126,10 +126,23 @@

 Please note that by default, and if everything's ok, a master will stay
a
 master as long as possible. If you want a "preferred" master to
immediately
-become a master even if the other host is:
+become a master even if another host is already the master,
 - add the --preempt (or -P) switch to *all* hosts
 - use a lower skew or a lower base for the "preferred" one.

+When ucarp first runs, it starts as a backup and listens to the network
to
+determine if it should become the master. When it enters the backup
state,
+it normally runs the downscript. That can be useful to remove old
+temporary files or clean up an interface that is in an unknown state.
In
+some circumstances, however, it is undesirable to run the downscript if
+the service was not already up. In that case, use the --neutral (-n)
switch
+for ucarp to not run the downscript when it enters the backup state the
+first time. All changes from the master state to the backup state after
+that will run the downscript.
+
+--shutdown (-z) will run the downscript at exit, unless ucarp is
already
+in the backup state.
+
 The "dead ratio" (--deadratio=...) knob basically changes how long a
backup
 server will wait for an unresponsive master before considering it as
dead, and
 becoming the new master. In the original protocol, the ratio is 3. This
is
diff -Naur ucarp-1.1/src/carp.c ucarp-1.1-3/src/carp.c
--- ucarp-1.1/src/carp.c2004-08-28 11:30:02.0 -0500
+++ ucarp-1.1-3/src/carp.c  2006-01-13 20:27:03.0 -0600
@@ -59,7 +59,8 @@
 break;
 case BACKUP:
 logfile(LOG_WARNING, _("Switching to state: BACKUP"));
-(void) spawn_handler(dev_desc_fd, downscript);
+if ((sc->sc_state != INIT) || (neutral != 1))
+(void) spawn_handler(dev_desc_fd, downscript);
 gratuitous_arp(dev_desc_fd, 0);
 break;
 case MASTER:
@@ -313,17 +314,8 @@
 #endif
 switch (sc->sc_state) {
 

Bug#347964: wtf Re: Processed: cloning 346808, retitle -1 to xdx: nonpristine package, severity of -1 is important, submitter -1

2006-01-13 Thread Justin Pryzby
On Fri, Jan 13, 2006 at 07:03:10PM -0800, Steve Langasek wrote:
> On Fri, Jan 13, 2006 at 03:07:13PM -0500, Justin Pryzby wrote:
> > On Fri, Jan 13, 2006 at 12:01:26PM -0800, Steve Langasek wrote:
> > > On Fri, Jan 13, 2006 at 11:48:17AM -0800, Debian Bug Tracking System 
> > > wrote:
> > > > Processing commands for [EMAIL PROTECTED]:
> 
> > > > > # Automatically generated email from bts, devscripts version 2.9.10
> > > > > clone 346808 -1
> > > > Bug#346808: xdx: FTBFS: build-depends on removed xlibs-dev
> > > > Bug 346808 cloned as bug 347964.
> 
> > > > > retitle -1 xdx: nonpristine package
> > > > Bug#347964: xdx: FTBFS: build-depends on removed xlibs-dev
> > > > Changed Bug title.
> 
> > > What in the world is this supposed to mean?
> > It doesn't have a .diff.gz, even though it doesn't appear to be
> > debian-specific at all.
> 
> And why are you telling *me* this, instead of putting this information in
> the bug report?  As of now, bug #347964 is still in the BTS as a bug with no
> information and a confusing title.
Nonpristine package is a confusing title?

-- 
Clear skies,
Justin


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



Bug#347491: Got it

2006-01-13 Thread Zhang
Thanks so much! :)


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



Bug#348011: xorg-x11: Hurd /tmp/X11-unix/.X fixup

2006-01-13 Thread Samuel Thibault
Package: xorg-x11
Severity: normal
Tags: patch

Hi,

Here is a small patch for fixing local socket creation: Hurd socket are
BSD_4.4_sockets-like.

Regards,
Samuel
--- xorg-x11-6.9.0.dfsg.1/debian/patches/hurd/800_gnu_config.diff   
2006-01-14 03:46:47.0 +0100
+++ xorg-x11-6.9.0.dfsg.1/debian/patches/hurd/800_gnu_config.diff   
2006-01-14 03:47:37.0 +0100
@@ -7,7 +7,7 @@
  
  #ifndef OSName
  #define OSNameDefaultOSName
-@@ -17,57 +17,371 @@
+@@ -17,57 +17,373 @@
  #ifndef OSTeenyVersion
  #define OSTeenyVersionDefaultOSTeenyVersion
  #endif
@@ -353,8 +353,8 @@
 +#ifndef HasSecureRPC
 +# define HasSecureRPC YES
 +#endif
--
--#define HasBSD44Sockets   YES
+ 
+ #define HasBSD44Sockets   YES
  #define HasSocketsYES
 +#ifndef HasSnprintf
  #define HasSnprintf   YES
@@ -393,7 +393,7 @@
  #define AvoidNullMakeCommand  YES
  #ifndef DebuggableLibraries
  #define DebuggableLibraries   NO
-@@ -87,32 +401,64 @@
+@@ -87,32 +403,64 @@
  #define UseStaticTermcapLib   NO
  #endif
  
@@ -466,7 +466,7 @@
  #define YaccCmd   bison -y
  #define LexCmdflex -l
  #define HasFlex   YES
-@@ -128,30 +474,68 @@
+@@ -128,30 +476,68 @@
  #define StandardCppDefinesStandardDefines
  
  #define HasVarRun YES
@@ -541,7 +541,7 @@
  #define HasGnuMakeYES
  
  #define MakeNamedTargetSubdir(dir,flags,subname)\
-@@ -159,12 +543,16 @@
+@@ -159,12 +545,16 @@
  
  #define ArchitectureDefines   -DGNU_ARCHITECTURE
  


Bug#346518: Unneeded direct library dependencies

2006-01-13 Thread Dafydd Harries
Ar 08/01/2006 am 17:28, ysgrifennodd J.H.M. Dassen (Ray):
> This package has unneeded direct library dependencies on e.g. libgcrypt11
> and libfreetype6. This is deprecated, as it complicates library transitions;
> see
>   http://lists.debian.org/debian-devel-announce/2005/11/msg00016.html
> 
> The attached patch relibtoolises the source tree and resolves the problem.
> Please apply it.

Hi,

Thanks for the patch; I've applied it and will upload soon.

-- 
Dafydd


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



Bug#347973: [Pkg-xfce-devel] Bug#347973: orage: mcs-manager dies after orange installation

2006-01-13 Thread Yves-Alexis Perez
Rudy Godoy wrote:
> Package: orage
> Version: 4.3.1.22svn-1
> Severity: important
> 
> xfce-mcs-manager dies after orage installation, causing themes and 
> interface settings be lost. This also makes orage itself unable to
> run after installation, one has to run xfce-mcs-manager again in
> order to get things back normal.
> 
> I've experienced this on two different installations, both with
> latest versions and no previous orage install.
> I'll try to take a closer look on this. 
> xfce-mcs-manager seems to die after installation so I'm not
> sure if we can check this on install time.


I guess it's the postinstall script, where there is a pill -USR1 -f
xfce-mcs-manager.

I have the same behavior on ppc, but only when running this command from
a script. (not if doing this from a shell)

I really don't know what to do...

-- 
Yves-Alexis Perez


signature.asc
Description: OpenPGP digital signature


Bug#336289: gconf2 hangs

2006-01-13 Thread Stephen R Marenka
clone 336289 -1
reassign -1 gconf2
retitle -1 gconf2 hangs during libgstreamer installation on m68k
severity important
block -1 by 336289
thanks

Package: gconf2
Version: 2.12.1-8

While chasing a hang during the installation of libgstreamer on m68k, we
found that "gconftool-2 -R /" hangs on m68k.

LC_ALL=C GST_REGISTRY=/var/lib/gstreamer/0.8/registry.xml sudo strace -f
-e trace=file -o gconf.log gconftool-2 -R /

ctrl-c after five minutes

log at 

Please let me know if there's anything else I can do to help.

-- 
Stephen R. Marenka If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#326961: NMU diff

2006-01-13 Thread Blars Blarson
Attached is the patch for the NMU for this bug that I will be
uploading shortly under the current 0-day policy.

diff -ruN ../orig/iproute-20041019/debian/changelog 
iproute-20041019/debian/changelog
--- ../orig/iproute-20041019/debian/changelog   2006-01-14 01:52:32.0 
+
+++ iproute-20041019/debian/changelog   2006-01-14 02:11:56.0 +
@@ -1,3 +1,10 @@
+iproute (20041019-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix size of table allocation (closes: #326961, #338575)
+
+ -- Blars Blarson <[EMAIL PROTECTED]>  Sat, 14 Jan 2006 02:07:18 +
+
 iproute (20041019-4) unstable; urgency=low
 
   * New maintainer, closes: #295122.
diff -ruN ../orig/iproute-20041019/tc/paretonormal.c 
iproute-20041019/tc/paretonormal.c
--- ../orig/iproute-20041019/tc/paretonormal.c  2004-10-19 20:49:02.0 
+
+++ iproute-20041019/tc/paretonormal.c  2006-01-14 01:59:38.0 +
@@ -54,7 +54,7 @@
double *table;
int i,n;
 
-   table = calloc(TABLESIZE, sizeof(double));
+   table = calloc(TABLESIZE+1, sizeof(double));
if (!table) {
fprintf(stderr, "Out of memory!\n");
exit(1);


Bug#347975: jack: depend on cdparanoia?

2006-01-13 Thread Dan Jacobson
M> But it depends on cdparanoia?
>> Depends: ... cdparanoia | cdda2wav
Notice the pipe.
M> You can also make it work with cdda2wav I think, but that needs some
M> config file tuning probably.
So thus the pipe is invalid.
M> Can you elaborate on what you think the bug is?
Well, I'll install cdparanoia and get back to you if I find more
problems than the above.


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



Bug#347922: www.d.o: outdated reference to boot-floppies

2006-01-13 Thread Frans Pop
reassign 347922 debian-installer
retitle 347922 Create separate webpage on filing installation reports and bugs
severity 347922 wishlist
thanks

On Friday 13 January 2006 16:10, Justin Pryzby wrote:
> File: http://www.debian.org/contact
>
> It is my understanding that boot-floppies wasn't used in the Sarge
> installer, and won't be used in any future installer; thus the
> reference should be updated ("debian-installer"?) or removed.

I've updated the page to show debian-installer instead of boot-floppies.

It would be even better to link to a page explaining how to submit an
installation report, but a good link for that currently does not exist.
The d-i project page currently links to the installation guide for that,
which IMO is not a very good idea (especially not for this page) as that
link will need to be updated if the structure of the manual is changed.

Therefore reassigning this to d-i so maybe a page can be created with
information on how to file installation reports and bugs on the installer.

Thanks for reporting this one Justin.


pgpV1oM64e1fd.pgp
Description: PGP signature


Bug#347889: [INTL:gl] Galician translation of debconf templates

2006-01-13 Thread David Martínez Moreno
tag 347889 + pending
thanks for the fish

El viernes, 13 de enero de 2006 11:59, Jacobo Tarrio escribió:
> Package: xorg-x11
> Severity: wishlist
> Tags: l10n patch
>
>  It is attached to this bug report.

Hello, Jacobo. Thank you very much for your translation. It is 
committed now, 
so please do not send me any ironic mail, and try to sleep well. ;-)

Best regards,


Ender.
-- 
Network engineer
Debian Developer


pgpCBJKDLKty5.pgp
Description: PGP signature


Bug#348009: no boot log on Sarge after Upgrade to kernel-image-2.6.8-2-686

2006-01-13 Thread krolk

Package:  udev

Version:  Sarge Stable 2.6.8-2-686


I've done a Kernel Update on my Debian Sarge Stable server:

# apt-get install kernel-image-2.6.8-2-686


if I boot now from the new Kernel,
I don't get any bootlog messages in /var/log/boot

bootlogd in /etc/default/bootlogd is already enabled:

BOOTLOGD_ENABLE=Yes

It's seems is a BUG in udev

greetings
chris


__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



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



Bug#348008: man-db: --quiet doesn't "Produce no warnings" as the man page claims

2006-01-13 Thread Martin Dorey
Package: man-db
Version: 2.4.3-3
Severity: minor

man mandb says:

   -q, --quiet
 Produce no warnings.

/etc/cron.daily/man-db says:

start-stop-daemon --start --pidfile /dev/null \
  --startas /usr/bin/mandb --oknodo --chuid man \
-- --no-purge --quiet

So I think it's being run with --quiet.  Yet I still see mails like:

/etc/cron.daily/man-db:
mandb: warning: /usr/share/man/man3/open_memstream.3.gz is a dangling symlink

Yeah, I know, there's probably something wrong with open_memstream's package 
(and all the other packages for which I see these messages).  The point here is 
that mandb is generating a warning when the documentation says it shouldn't.  
I'd rather the behavior changed to be in line with the documentation than vice 
versa but that choice is the maintainer's prerogative.

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

Versions of packages man-db depends on:
ii  bsdmainutils 6.1.3   collection of more utilities from 
ii  debconf [debconf-2.0]1.4.67  Debian configuration management sy
ii  dpkg 1.13.11.0.1 package maintenance system for Deb
ii  groff-base   1.18.1.1-11 GNU troff text-formatting system (
ii  libc62.3.5-11GNU C Library: Shared libraries an
ii  libgdbm3 1.8.3-2 GNU dbm database routines (runtime

man-db recommends no packages.

-- debconf information:
  man-db/build-database: true
  man-db/rebuild-database: true
  man-db/install-setuid: false


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



Bug#345721: gnome panel crashed due to scim?

2006-01-13 Thread Ming Hua
On Wed, Jan 04, 2006 at 11:20:32PM -0600, minghua wrote:
> On Mon, Jan 02, 2006 at 09:21:05PM -0600, minghua wrote:
> > 
> > On Tue, Jan 03, 2006 at 11:41:33AM +0900, Osamu Aoki wrote:
> > > Package: scim
> > > Version: 1.4.2-1
> > > Severity: normal
> > > 
> > > gnome-panel crashed and I got reply from gnome people as:
> > 
> > I'll definitely try to diagnose this later.
> 
> I can reproduce this, although my symptom is usually hang rather than
> crash.

I believe this bug is due to the libstdc++ ABI difference between
scim-gtk2-immodule and libfam0c102.

I repoduced this bug in an unstable environment with the obsolete
libfam0c102 package (bug #327241).  After manually removing libfam0c102
and installing libfam0, this bug disappears.  The recent upgrade from
libfam0 to libgamin0 is fine, too.

Osamu, would you please check what version of fam library you installed
(libfam0c102, libfam0, or libgamin0)?  If it's libfam0c102, please
upgrade to libfam0 (in testing) or libgamin0 (in unstable), I believe
that should fix the problem.

Ming
2006.01.13


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



Bug#344029: Insecure /tmp file handling in libmail-audit-perl in Sarge (+patch)

2006-01-13 Thread Gunnar Wolf
Hi,

The bug is indeed important, even if it is not easily exploitable, and
the fix is trivial. I am pushing it to the security team so they can
apply it to the version in Sarge as well.

Greetings,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)1451-2244 / 5623-0154
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


signature.asc
Description: Digital signature


Bug#340765: gnome-session: Still exists in unstable with 2.12.0-3

2006-01-13 Thread Ming Hua
# forgot to bcc: [EMAIL PROTECTED], doh.
package gnome-session
reopen 340765 !
found 340765 2.12.0-3
tags 340765 - experimental
thanks



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



Bug#6786: Mirror split stuff

2006-01-13 Thread Ryan Murray
On Fri, Jan 13, 2006 at 03:44:15PM -0500, Joey Hess wrote:
> Anthony Towns wrote:
> > rsync -av --progress --delay-updates -a 
> > --files-from :indices/files/arch-i386.files \
> > --delete --delete-after --max-delete=1000 \
> > rsync://MIRROR/debian/ ./
> 
> The file list currently sorts dists/ near the top of the list. If it
> were reordered so that dists was listed last then mirrors updating this
> way would not have bug #6786. You're already half way there with the
> --delete-after.

a)
the mirror script being talked about uses two passes through the
archive to minimize this problem

b)
with --delay-updates (new sarge option), the problem goes away
as best as it can in any case, as all files are mirrored elsewhere,
and then renamed into place when they are all there.

> Closing such an old bug is sure to appeal, so I thought I'd mention it.

The use of --delay-updates for the indices does this already, but I don't
think the script has been updated in many places.
(it has been on ftp.d.o, tho)


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



Bug#328051: Further details...

2006-01-13 Thread Gunnar Wolf
Hi,

You started quoting exactly after the relevant line where the breakage
happens :) Here goes the failure in the tests:

t/Gst.ok
t/GstBin..ok
t/GstBuffer...
(process:11331): GStreamer-CRITICAL **: gst_registry_add_path: assertion 
`GST_IS_REGISTRY (registry)' failed
dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 13-14
Failed 2/14 tests, 85.71% okay
t/GstCaps.ok
t/GstClockok

I have never digged into the xs code, but anyway, the problem seems to
be in the only call to gst_registry_add_path in your code: Line 150 of
xs/GstRegistry.c:

gst_registry_add_path(registry, path);

The 'registry' seems not to be the right type of variable - It is
created a couple of lines earlier:

GstRegistry * registry = SvGstRegistry (ST(0));

Maybe it is not creating it correctly?

Greetings,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)1451-2244 / 5623-0154
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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



Bug#347943: [Pkg-shadow-devel] Bug#347943: [INTL:gl] Galician translation of shadow

2006-01-13 Thread Jacobo Tarrio
El sábado, 14 de enero de 2006 a las 01:47:40 +0100, Tomasz K??oczko escribía:

> Commited to shadow source CVS tree.
> Thank You Jacobo.

 Thanks.

> Do you know anythig about now avalaible shadow man pages 
> translated to Galician ? If yes I'll be glad to see all then integrated 
> in shadow source tree (don't look on quality of translations or quality 
> syncronization to english version .. anything will be good as initial
> version).

 AFAIK there's nobody translating manpages into Galician right now, sorry...

-- 
   Jacobo Tarrío | http://jacobo.tarrio.org/




Bug#347918: cdebconf-gtk-udeb: Buttons translations are not loaded unless g-i stops to display a note or any other dialog

2006-01-13 Thread Frans Pop
On Friday 13 January 2006 15:33, Christian Perrier wrote:
> Package: cdebconf-gtk-udeb
> Version: 0.94
> Severity: normal
>
> The key is that g-i buttons aren't translated until g-i stops...

The real problem is not that the buttons are not translated but that 
somehow an important part of initialization of the frontend is skipped 
when no interactive dialogs (i.e. dialogs that ask a question) are shown 
before a progressbar is displayed.

This seems to be a fairly basic flaw in the structure of the code of the 
frontend.

The real solution is to fix this and make sure the buttons are properly 
initialized when the frontend is started, irrespective of what type of 
dialog is shown first.


pgpSdCHMGF5el.pgp
Description: PGP signature


Bug#332352: lprof: Monitor profiler doesn't appear to work on ppc

2006-01-13 Thread Oleksandr Moskalenko
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2005-10-05 16:38:50 -0700]:

> Package: lprof
> Version: 1.10.1.dfsg-2
> Severity: normal
> 
> 
> I have this installed on a beige G3 running testing/unstable. The gamma
> image in the "Monitor values" tab of Monitor Profiler, on the ppc
> machine, is solid colour and does not adjust with the slider. Seems to
> be functioning okay on the i386 machine.
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers testing
>   APT policy: (500, 'testing'), (100, 'unstable'), (99, 'experimental')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.12.local
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> 
> Versions of packages lprof depends on:
> ii  libc6 2.3.5-6GNU C Library: Shared libraries 
> an
> ii  libgcc1   1:4.0.2-2  GCC support library
> ii  liblcms1  1.13-1 Color management library
> ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime 
> v
> ii  libstdc++64.0.1-9The GNU Standard C++ Library v3
> ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) 
> libra
> 
> lprof recommends no packages.
> 
> -- no debconf information

Hello Andy,

I've just uploaded a new lprof_1.11.1.2.dfsg-1 package into Debian/unstable.
Once it appears in PPC version on your mirror please test it in regards to the
above bug and report the results to me. Alternatively, you can immediately
download the source package from http://debian.tagancha.org/download and build
a binary package from it on your system.

Thank you,

Alex


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



Bug#345861: [parameter expansion] Array member length expansion fails with nested index expression

2006-01-13 Thread Jan C. Nordholz
package bash
tags 345861 + patch
thankyou

Hi,

it turned out to be a one-liner. The first part of
subst.c:parameter_brace_expand() contains an if-block that is to take care of
some "special cases" like ${!VAR}, $# and even things like ${!#}...  but it is
also entered for plain length expansions like ${#VAR}:

]  5795   sindex = *indexp;
]  5796   t_index = ++sindex;
]  5797   name = string_extract (string, &t_index, "#%:-=?+/}", EX_VARNAME);
]  5798 
]  5799   ret = 0;
]  5800   tflag = 0;
]  5801 
]  5802   /* If the name really consists of a special variable, then make sure
]  5803  that we have the entire name.  We don't allow indirect references
]  5804  to special variables except `#', `?', `@' and `*'. */
]  5805   if ((sindex == t_index &&
]  5806 (string[t_index] == '-' ||
]  5807  string[t_index] == '?' ||
]  5808  string[t_index] == '#')) ||
]  5809   (sindex == t_index - 1 && string[sindex] == '!' &&
]  5810 (string[t_index] == '#' ||
]  5811  string[t_index] == '?' ||
]  5812  string[t_index] == '@' ||
]  5813  string[t_index] == '*')))
]  5814 {
]  5815   t_index++;
]  5816   free (name);
]  5817   temp1 = string_extract (string, &t_index, "#%:-=?+/}", 0);
]  5818   name = (char *)xmalloc (3 + (strlen (temp1)));
]  5819   *name = string[sindex];
]  5820   if (string[sindex] == '!')
]  5821 {
]  5822   /* indirect reference of $#, $?, $@, or $* */
]  5823   name[1] = string[sindex + 1];
]  5824   strcpy (name + 2, temp1);
]  5825 }
]  5826   else  
]  5827 strcpy (name + 1, temp1);
]  5828   free (temp1);
]  5829 }

In my problem case above, while trying to expand ${#LOGNAME[$(( 0+0 ))]}:

] 5797: name = ""// first character is '#'
] [...]
] 5817: temp1 = "LOGNAME[$(( 0"  // '+' is in the delimiter list

I've changed the fourth parameter in 5817 to EX_VARNAME, so everything inside []
is skipped - this is already done in 5797, and I can see no reason why it
shouldn't be there in 5817 (at least I can see no harm arising from having
it there).

Diff and dpatch attached, has already been tested locally (no obvious
regressions, and fixes my bug).


HTH,

Jan

-- 
Jan C. Nordholz

--- ../bash-3.1/subst.c 2006-01-14 01:12:02.0 +0100
+++ subst.c 2006-01-14 01:12:39.0 +0100
@@ -5814,7 +5814,7 @@
 {
   t_index++;
   free (name);
-  temp1 = string_extract (string, &t_index, "#%:-=?+/}", 0);
+  temp1 = string_extract (string, &t_index, "#%:-=?+/}", EX_VARNAME);
   name = (char *)xmalloc (3 + (strlen (temp1)));
   *name = string[sindex];
   if (string[sindex] == '!')
#! /bin/sh -e

if [ $# -eq 3 -a "$2" = '-d' ]; then
pdir="-d $3"
elif [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch $pdir -f --no-backup-if-mismatch -p0 < $0;;
-unpatch) patch $pdir -f --no-backup-if-mismatch -R -p0 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
esac
exit 0

DP: ignore array subscript while determining variable name for length
DP: substitution
DP: (#345861)

--- ../bash-3.1/subst.c 2006-01-14 01:12:02.0 +0100
+++ subst.c 2006-01-14 01:12:39.0 +0100
@@ -5814,7 +5814,7 @@
 {
   t_index++;
   free (name);
-  temp1 = string_extract (string, &t_index, "#%:-=?+/}", 0);
+  temp1 = string_extract (string, &t_index, "#%:-=?+/}", EX_VARNAME);
   name = (char *)xmalloc (3 + (strlen (temp1)));
   *name = string[sindex];
   if (string[sindex] == '!')


signature.asc
Description: Digital signature


Bug#340765: gnome-session: Still exists in unstable with 2.12.0-3

2006-01-13 Thread Ming Hua
package gnome-session
reopen 340765 !
found 340765 2.12.0-3
tags 340765 - experimental
thanks

Package: gnome-session
Version: 2.12.0-3
Followup-For: Bug #340765

I still got this bug when upgrading with aptitude from 2.10.0-8 to
2.12.0-3 in unstable today.  When preparing the upgrade in the ncurses
UI of aptitude, I purged desktop-base because it's now only recommended
instead of depended.  Then when performing the upgrade, I got the same
error message of:
update-alternatives: unable to make
/usr/share/images/desktop-base/desktop-splash.dpkg-tmp a symlink to
/etc/alternatives/desktop-splash: No such file or directory
And gnome-session is left unpacked but not configured.  Running "dpkg
--configure --pending" again gives the same error.

So I installed desktop-base again, and now gnome-session is successfully
configured.

Maybe gnome-session should still depend on desktop-base?

Ming
2006.01.13

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

Versions of packages gnome-session depends on:
ii  gconf22.12.1-8   GNOME configuration database syste
ii  gnome-control-center  1:2.12.2-1 utilities to configure the GNOME d
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-11   GNU C Library: Shared libraries an
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libgconf2-4   2.12.1-8   GNOME configuration database syste
ii  libglib2.0-0  2.8.5-1The GLib library of C routines
ii  libgnome2-0   2.12.0.1-4 The GNOME 2 library - runtime file
ii  libgnomeui-0  2.12.0-2   The GNOME 2 libraries (User Interf
ii  libgtk2.0-0   2.8.10-1   The GTK+ graphical user interface 
ii  libice6   6.9.0.dfsg.1-3 Inter-Client Exchange library
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio
ii  libsm66.9.0.dfsg.1-3 X Window System Session Management
ii  libx11-6  6.9.0.dfsg.1-3 X Window System protocol client li
ii  libxrandr26.9.0.dfsg.1-3 X Window System Resize, Rotate and

Versions of packages gnome-session recommends:
pn  dbus-1-utils   (no description available)
ii  desktop-base  0.3.16 common files for the Debian Deskto
ii  gnome-panel   2.12.2-3   launcher and docking facility for 
ii  metacity  1:2.12.2-3 A lightweight GTK2 based Window Ma
ii  nautilus  2.12.2-2   file manager and graphical shell f

-- no debconf information


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



Bug#320363: libapache-miniwiki-perl: Can't locate object method "boot" via package "mod_perl", with apache2

2006-01-13 Thread Gunnar Wolf
Hh... I really cannot see this as such an important bug - clearly,
it is not RC. I am not downgrading it as I'm neither the package's
maintainer nor the bug submitter.

It might be a bug that the Apache::MiniWiki does not work with Apache2
- But it does not make it RC. The package correctly depends on
libapache-mod-perl and declares no relationship with
libapache2-mod-perl2. And similar as they might sound, they are quite
different beasts, with different APIs. To give an (obviously
exagerated) example, marking this bug RC is like saying that I cannot
run Apache::MiniWiki with Ruby - Ruby is designed taking some ideas
from Perl after all!

Sometimes it's relatively easy to make an extra handler so that the
same logic can be called from either version of Apache, but sometimes
it is really nontrivial. In this case, as the $r request object is
passed all over to the different functions, I bet this would not be
such a case. The changelog has not been touched since late 2003, and
the upstream development seems to have stopped in 2002. I don't think
the author is specially motivated to adapt it to work with Apache 2,
specially given that Apache 1 still has many loyal users.

I say, decrease the bug's relevance.

Greetings,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)1451-2244 / 5623-0154
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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



Bug#283027: status update on this bug.

2006-01-13 Thread Henrique de Moraes Holschuh
I can't recall why I tagged this bug pending but never closed it.  Chances
are it has been fixed already, probably by 1:2.3.3-1 or maybe even earlier.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#348007: mozilla-thunderbird: Thunderbird 1.5 is out of beta

2006-01-13 Thread Edward J. Shornock
Package: mozilla-thunderbird
Severity: wishlist

Please package v1.5 as it has officially come out of beta and has been
released as final.  I've been using the RC versions for awhile without
any problems.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (650, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-cks6-1-p4
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#347943: [Pkg-shadow-devel] Bug#347943: [INTL:gl] Galician translation of shadow

2006-01-13 Thread Tomasz Kłoczko
On Fri, 13 Jan 2006, Jacobo Tarrio wrote:

> Package: shadow
> Severity: wishlist
> Tags: l10n patch
> 
>  It should be attached to this bug report.

Commited to shadow source CVS tree.
Thank You Jacobo.

Do you know anythig about now avalaible shadow man pages 
translated to Galician ? If yes I'll be glad to see all then integrated 
in shadow source tree (don't look on quality of translations or quality 
syncronization to english version .. anything will be good as initial
version).

kloczek
-- 
---
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
---
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: [EMAIL PROTECTED]

Bug#346726: xlibs-dev transition patch

2006-01-13 Thread linuxmaniac
tags #346726 patch
stop

This is the patch to solve the  xlibs-dev transition.
diff -ruN fbi-2.01/debian/changelog fbi-2.01-nmu/debian/changelog
--- fbi-2.01/debian/changelog   2006-01-14 01:37:47.0 +0100
+++ fbi-2.01-nmu/debian/changelog   2006-01-14 01:32:32.0 +0100
@@ -1,3 +1,10 @@
+fbi (2.01-1.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * xlibs-dev transition. Closes: #346726
+
+ -- Victor Seva <[EMAIL PROTECTED]>  Sat, 14 Jan 2006 01:31:10 +0100
+
 fbi (2.01-1.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -ruN fbi-2.01/debian/control fbi-2.01-nmu/debian/control
--- fbi-2.01/debian/control 2006-01-14 01:37:47.0 +0100
+++ fbi-2.01-nmu/debian/control 2006-01-14 01:32:18.0 +0100
@@ -1,6 +1,6 @@
 Source: fbi
 Section: graphics
-Build-Depends: debhelper (>=4), libjpeg-dev, libtiff-dev, libpng3-dev | 
libpng-dev, libungif4-dev, xlibs-dev, xutils, libpcd-dev, libexif-dev, 
libcurl-dev, libfreetype6-dev, libfontconfig1-dev (>= 2.2.3-4)
+Build-Depends: debhelper (>=4), libjpeg-dev, libtiff-dev, libpng3-dev | 
libpng-dev, libungif4-dev, libx11-dev, libxext-dev, libxpm-dev, libxt-dev, 
x-dev, xutils, libpcd-dev, libexif-dev, libcurl-dev, libfreetype6-dev, 
libfontconfig1-dev (>= 2.2.3-4)
 Priority: optional
 Maintainer: Gerd Knorr <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1


fbi_2.01-1.4.diff.gz
Description: Binary data
Format: 1.0
Source: fbi
Version: 2.01-1.4
Binary: fbi, exiftran
Maintainer: Gerd Knorr <[EMAIL PROTECTED]>
Architecture: any
Standards-Version: 3.6.1
Build-Depends: debhelper (>=4), libjpeg-dev, libtiff-dev, libpng3-dev | 
libpng-dev, libungif4-dev, libx11-dev, libxext-dev, libxpm-dev, libxt-dev, 
x-dev, xutils, libpcd-dev, libexif-dev, libcurl-dev, libfreetype6-dev, 
libfontconfig1-dev (>= 2.2.3-4)
Files: 
 7bf21eae612fd457155533a83ab075c2 205822 fbi_2.01.orig.tar.gz
 f13d4c890a0b73ff07651b11f58fb2f2 4647 fbi_2.01-1.4.diff.gz


Bug#338579: 'man exim' typo: "sucessfully"

2006-01-13 Thread Marc Haber
tags #338579 confirmed pending
thanks

On Fri, Nov 11, 2005 at 03:28:00AM -0500, A Costa wrote:
> Found a typo in '/usr/share/man/man8/exim.8.gz', see attached '.diff'.

Committed to svn, thanks.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#342242: [INTL:lt] Variable substitution

2006-01-13 Thread Marc Haber
tags #342242 confirmed pending
thanks

On Tue, Dec 06, 2005 at 03:22:22PM +0100, Davide Viti wrote:
> Please fix the wrong variables spotted at:
> http://d-i.alioth.debian.org/spellcheck/level2/latest/nozip/lt_var.txt

Committed to svn.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#300146: guile-1.6: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2006-01-13 Thread Kevin Ryde
Andreas Jochens <[EMAIL PROTECTED]> writes:
>
> -  extern const scm_lt_dlsymlist lt_preloaded_symbols[];
> +  extern const scm_lt_dlsymlist *lt_preloaded_symbols;

As noted under bug 326527, this is incorrect.  It happens to work
because the first entry in the array is NULL, but the thing to do to
satisfy gcc 4 is make the structure definition available.  The 1.6
branch of the guile cvs has such a change.


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



Bug#348005: tuxpaint (--sound) refuses to quit when /dev/sequencer cannot be found

2006-01-13 Thread Jeroen Nijhof
Package: tuxpaint
Version: 1:0.9.14-2
Severity: normal

Starting tuxpaint on my newly installed, but not 100% setup box works --
but it refuses to quit!
When I start tuxpaint (without any arguments) from a terminal, it responds
with 'open /dev/sequencer: No such file or directory'.
It does start, however, and drawing works. but Quit doesn't --
and neither does pressing control-C or control-backslash in the
controlling terminal. Only kill -9 does...

Jeroen Nijhof

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

Versions of packages tuxpaint depends on:
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsdl-image1.2   1.2.4-1image loading library for Simple D
ii  libsdl-mixer1.2   1.2.6-1.1  mixer library for Simple DirectMed
ii  libsdl-ttf2.0-0   2.0.7-1ttf library for Simple DirectMedia
ii  libsdl1.2debian   1.2.9-0.0  Simple DirectMedia Layer
ii  libvorbis0a   1.1.0-1The Vorbis General Audio Compressi
ii  libvorbisfile31.1.0-1The Vorbis General Audio Compressi
ii  netpbm2:10.0-10  Graphics conversion tools
ii  tuxpaint-data 1:0.9.14-2 Data files for Tux Paint, a paint 

Versions of packages tuxpaint recommends:
ii  tuxpaint-config   0.0.5-1Configuration tool for Tux Paint

-- no debconf information


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



Bug#348004: Please enable Avahi support in wzdftpd

2006-01-13 Thread Lennart Poettering
Package: wzdftpd
Severity: wishlist

wzdftpd contains Zeroconf support using Avahi since release
0.6.0. Avahi has recently became part of Unstable, so please enable
it!

Thanks,
Lennart

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

-- 
Lennart Poettering; lennart [at] poettering [dot] de
ICQ# 11060553; GPG 0x1A015CC4; http://0pointer.de/lennart/


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



Bug#347944: irssi: shows channel key in status bar by default

2006-01-13 Thread James Troup
David Pashley <[EMAIL PROTECTED]> writes:

> On Jan 13, 2006 at 17:49, James Troup praised the llamas by saying:
>> Package: irssi
>> Version: 0.8.10-1
>> Severity: important
>> 
>> irssi shows the channel key for key-ed channels in the status bar by
>> default.  This is less than useful when you're in a conference type
>> setting (or really anywhere where people can shoulder surf).
>> 
>
> /toggle chanmode_expando_strip
>
> This hides all parameters on the mode string. It would be hard to just
> strip the channel key as there are no guarentee that the server will use
> +k. Upstream may add a chanmode_expando_strip_modes parameter in a
> future release.

I think either chanmode_expando_strip or a stripping of just the
channel key (assuming +k is the channel key would be better than
nothing) should be on by default.  irssi is the only major linux
client I've seen that leaks channel keys like this.

-- 
James


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



Bug#347668: Remove hpijs PPDs provided by HPLIP

2006-01-13 Thread Chris Lawrence
Pascal - Here are my proposed solutions, in no particular order:

- All of the hpijs PPDs are now removed from the binary package of
foomatic-filters-ppds.
  This package now depends on hplip-ppds to ease the transition.
- All of the PPDs are now in /usr/share/ppd/foomatic-rip, which is
probably the best place
  for them (/usr/share/ppd/gs would IMHO be misleading, since they
need foomatic-rip to run).
- foomatic-db upstream now includes all of the free PPDs hosted at
linuxprinting.org;
  I have linked these into /usr/share/ppd/postscript/$MFR as appropriate.
  These will appear in the new binary package linuxprinting.org-ppds
(which seems more
  appropriate a name than foomatic-db-postscript-ppds).

These solutions will be in the 20060113 versions of the Foomatic package suite.


Chris


Bug#348003: nettoe: Improve Description string to indicate grid sixe (3x3)

2006-01-13 Thread Jari Aalto
Package: nettoe
Version: 1.1.0-2
Severity: minor

The descriptions string could be more informative to indicate what
grid possibilities the program supports. It now reads:

Description: Networked version of Tic Tac Toe for the console
 NetToe is a console-based version of the classic game "Tic Tac Toe".
 It's playable against computer AI, a player on the same machine or
 with another player over the network.

SUGGESTION

+   Description: Networked version of Tic Tac Toe for the console (3x3 grid)
 NetToe is a console-based version of the classic game "Tic Tac Toe".
 It's playable against computer AI, a player on the same machine or
 with another player over the network.

For example, I would not have installed the program if I had know
it's the basic 3x3 grid, that is for kids.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages nettoe depends on:
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an

nettoe recommends no packages.

-- no debconf information


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



Bug#347998: linux-2.6: infinite loops during build on arm

2006-01-13 Thread Martin Michlmayr
tags 347998 + pending
thanks

* James Troup <[EMAIL PROTECTED]> [2006-01-13 22:50]:
> The build on arm gets into an infinite loop running make oldconfig
> while building the footbridge variant.  It loops in the 'ARM system
> type' menu.

I wasn't aware of this bug, sorry.  In any case, I cleaned up the ARM
configs some more the last few days and it's certainly working now, so
this will be fixed in -3.

> The first 2000 lines of the build log are available from:
>  http://people.debian.org/~troup/misc/linux-2.6-arm.txt
> (The full log isn't on buildd.d.o, because it's 2.6Gb :-P)

I hope it didn't cause too many troubles.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#347997: cairo-ocaml - FTBFS: cp: cannot stat `debian/tmp/usr/lib/ocaml/3.09.0/cairo/dllmlcairo.so': No such file or directory

2006-01-13 Thread Samuel Mimram

Bastian Blank wrote:

Package: cairo-ocaml
Version: 20051120-1+b1
Severity: serious

There was an error while trying to autobuild your package:


> [...]

Yes, the package was not compliant with the new d-o-m policy to handle 
OCaml ABI changes. I'll do that soon.


Cheers,

Samuel.


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



Bug#346679: patches for some xlibs-dev bugs

2006-01-13 Thread Justin Pryzby
The following packages can be trivially fixed by replacing their
build dep on xlibs-dev with the indicated package(s):

package |   bug#|   build-dep
+===+
xlbiff  347146  (no replacement needed)
xpcd347145  (no replacement needed)
(see also the patch to #295174)
nitpic  347138  (no replacement needed)
wmload  347118  libx11-dev libxpm-dev
wmix347119  libxpm-dev
ayttm   346679  libxpm-dev
(see also the patch to #285484)
pbuildder logs are available at:
  http://justinpryzby.com/debian/xlibs-dev/

Versions tested are those in sid suite 2006-01-13.

-- 
Clear skies,
Justin


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



Bug#346143: url doesn't resolve

2006-01-13 Thread Andrew Deason
I think this may be happening due to a call to gethostbyname() stalling.
The DNS entries for g-lezerz.de are very strange. One of it's
nameservers has an NS entry back to itself, and the other NS entries for
it don't seem to know anything about it.

Firefox doesn't hang for me, though. When I click that link, the page
just appears as if it's loading, but then a "server not found"-like
message appears after a while. But the other tabs and windows work fine
while it's attempting to load.


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



Bug#330225: Can you confirm this is still an issue in 2.6.15-2 ?

2006-01-13 Thread mike castleman
On Wed, Jan 11, 2006 at 12:46:16PM +0100, Sven Luther wrote:
> Can you please confirm this is still an issue in out 2.6.15-2 kernels
> currently in unstable ? 

So I was able to find a time when I could install 2.6.15 and reboot the 
machine. Unfortunately, it seems like the problem still exists.

[EMAIL PROTECTED]:~$ sudo modprobe sbp2
Password:
sbp2: Unknown symbol bus_to_virt
FATAL: Error inserting sbp2 
(/lib/modules/2.6.15-1-powerpc64/kernel/drivers/ieee1394/sbp2.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)
[EMAIL PROTECTED]:~$ uname -a
Linux media 2.6.15-1-powerpc64 #2 SMP Wed Jan 11 05:27:41 UTC 2006 ppc64 
GNU/Linux
[EMAIL PROTECTED]:~$ dpkg -l 'linux-image-*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
un  linux-image-2.  (no description available)
ii  linux-image-2. 2.6.15-2   Linux kernel 2.6 image on powerpc64-class ma
ii  linux-image-2. 2.6.12-8   Linux kernel 2.6.12 image on powerpc64-class
ii  linux-image-2. 2.6.14-5   Linux kernel 2.6.14 image on powerpc64-class
ii  linux-image-2. 2.6.15-2   Linux kernel 2.6.15 image on powerpc64-class
ii  linux-image-po 2.6.15-2   Linux kernel image on powerpc64-class machin


Thanks for taking the time to look into this,
mike


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



Bug#348002: gnomemeeting uninstallable (libebook1.2-3 dependency)

2006-01-13 Thread Geoffrey M. Romer


Package: gnomemeeting
Version: 1.2.3-1
Severity: grave

gnomemeeting depends on libebook1.2-3, which appears to no longer be 
present in the archive, having been replaced by libebook1.2-5. This, of 
course, makes gnomemeeting uninstallable on systems which don't have 
libebook1.2-3, as well as putting gnomemeeting into conflict with all the 
packages that have upgraded to libebook1.2-5.



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



Bug#346679: patches for some xlibs-dev bugs

2006-01-13 Thread Justin Pryzby
tag 347146 patch
tag 347145 patch
tag 347138 patch
tag 347118 patch
tag 347119 patch
tag 346679 patch
tag 346679 patch
thanks

The following packages can be trivially fixed by replacing their
build dep on xlibs-dev with the indicated package(s):

package |   bug#|   build-dep
+===+
xlbiff  347146  (no replacement needed)
xpcd347145  (no replacement needed)
(see also the patch to #295174)
nitpic  347138  (no replacement needed)
wmload  347118  libx11-dev libxpm-dev
wmix347119  libxpm-dev
ayttm   346679  libxpm-dev
(see also the patch to #285484)
pbuildder logs are available at:
  http://justinpryzby.com/debian/xlibs-dev/

Versions tested are those in sid suite 2006-01-13.

-- 
Clear skies,
Justin


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



Bug#342015: [patch] fixes the bug

2006-01-13 Thread Thibaut VARENE
tags 342015 + patch
thanks

hi

i can't believe this bug is still open. here's a patch. Lemme know if
I shall do a NMU to help you with it.

HTH

T-Bone

diff -Nru conserver-8.1.12.old/debian/control conserver-8.1.12/debian/control
--- conserver-8.1.12.old/debian/control 2006-01-14 00:12:32.0 +0100
+++ conserver-8.1.12/debian/control 2006-01-14 00:11:03.0 +0100
@@ -2,7 +2,7 @@
 Section: non-free/comm
 Priority: optional
 Maintainer: Joergen Haegg <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), po-debconf, libpam0g-dev
+Build-Depends: debhelper (>= 4), po-debconf, libpam0g-dev,
libwrap0-dev, libssl-dev
 Standards-Version: 3.6.2.1

 Package: conserver-server

Now it builds fine:

==
  Feature Summary

  Unix domain sockets (--with-uds): NO
 TCP wrappers (--with-libwrap): YES
  OpenSSL (--with-openssl): YES
  dmalloc (--with-dmalloc): NO
  PAM support (--with-pam): YES

==

--
Thibaut VARENE
http://www.parisc-linux.org/~varenet/



Bug#348001: newpki-client - FTBFS: error: 'NewpkiEeUser' was not declared in this scope

2006-01-13 Thread Bastian Blank
Package: newpki-client
Version: 2.0.0+rc1-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of newpki-client_2.0.0+rc1-1 on debian-31 by sbuild/s390 85
[...]
> make[3]: Entering directory `/build/buildd/newpki-client-2.0.0+rc1/src'
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"  
> -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
> -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWXINTL_NO_GETTEXT_MACRO 
> -I/usr/include/newpki -I/usr/include/libxml2  -fexceptions -Wall -g -O2 -MT 
> newpki_client-client.o -MD -MP -MF ".deps/newpki_client-client.Tpo" -c -o 
> newpki_client-client.o `test -f './client.cpp' || echo './'`./client.cpp; \
>   then mv -f ".deps/newpki_client-client.Tpo" 
> ".deps/newpki_client-client.Po"; else rm -f ".deps/newpki_client-client.Tpo"; 
> exit 1; fi
> ../DlgEeAdmin.h:116: error: 'NewpkiEeUser' was not declared in this scope
> ../DlgEeAdmin.h:116: error: template argument 1 is invalid
> ../DlgEeAdmin.h:141: error: ISO C++ forbids declaration of 'NewpkiEeUser' 
> with no type
> ../DlgEeAdmin.h:141: error: expected ';' before '*' token
> ../DlgEeAdmin.h:142: error: 'NewpkiEeUser' has not been declared
> ../DlgEeAdmin.h:143: error: 'NewpkiEeUser' has not been declared
> ../client.cpp: In member function 'virtual bool NewPKI_Client::OnInit()':
> ../client.cpp:213: error: 'USER_TYPE_EE' was not declared in this scope
> make[3]: *** [newpki_client-client.o] Error 1
> make[3]: Leaving directory `/build/buildd/newpki-client-2.0.0+rc1/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/newpki-client-2.0.0+rc1'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/newpki-client-2.0.0+rc1'
> make: *** [build-stamp] Error 2
> **
> Build finished at 20060113-1728
> FAILED [dpkg-buildpackage died]

Bastian


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



Bug#348000: newpki-server - FTBFS: error: 'const class NewpkiThread' has no member named 'SleepInterrupt'

2006-01-13 Thread Bastian Blank
Package: newpki-server
Version: 2.0.0+rc1-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of newpki-server_2.0.0+rc1-1 on debian-31 by sbuild/s390 85
[...]
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"  
> -I/usr/include/newpki  -Wall -g -O2 -MT newpki_server-AsynchJobs.o -MD -MP 
> -MF ".deps/newpki_server-AsynchJobs.Tpo" -c -o newpki_server-AsynchJobs.o 
> `test -f './AsynchJobs.cpp' || echo './'`./AsynchJobs.cpp; \
>   then mv -f ".deps/newpki_server-AsynchJobs.Tpo" 
> ".deps/newpki_server-AsynchJobs.Po"; else rm -f 
> ".deps/newpki_server-AsynchJobs.Tpo"; exit 1; fi
> ../AsynchJobs.cpp: In static member function 'static void 
> AsynchJobs::ThreadConfigurationPush(const NewpkiThread*, void*)':
> ../AsynchJobs.cpp:411: error: 'const class NewpkiThread' has no member named 
> 'SleepInterrupt'
> make[3]: *** [newpki_server-AsynchJobs.o] Error 1
> make[3]: Leaving directory `/build/buildd/newpki-server-2.0.0+rc1/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/newpki-server-2.0.0+rc1'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/newpki-server-2.0.0+rc1'
> make: *** [build] Error 2
> **
> Build finished at 20060113-1500
> FAILED [dpkg-buildpackage died]

Bastian


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



Bug#347916: Intention to NMU

2006-01-13 Thread Luk Claes
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.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u enscribe-0.0.4/debian/changelog enscribe-0.0.4/debian/changelog
--- enscribe-0.0.4/debian/changelog
+++ enscribe-0.0.4/debian/changelog
@@ -1,3 +1,10 @@
+enscribe (0.0.4-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build-depend on libgd2-noxpm-dev (Closes: #347916).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Fri, 13 Jan 2006 23:24:27 +0100
+
 enscribe (0.0.4-2.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u enscribe-0.0.4/debian/control enscribe-0.0.4/debian/control
--- enscribe-0.0.4/debian/control
+++ enscribe-0.0.4/debian/control
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Nick Rusnov <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libgd2-xpm-dev, libsndfile1-dev, 
pkg-config, docbook-to-man, dpatch
+Build-Depends: debhelper (>= 4.0.0), libgd2-noxpm-dev, libsndfile1-dev, 
pkg-config, docbook-to-man, dpatch
 Standards-Version: 3.6.1
 
 Package: enscribe


signature.asc
Description: OpenPGP digital signature


Bug#347475: Patch proposal

2006-01-13 Thread Regis Boudin
tags 347475 + patch
thanks

Hi Amaya,

I managed to reproduce the bug with pbuilder and found a fix. The
problem is that the detection the X11 directory is based on the
detection of libXt. Adding libxt-dev to the build-dependencies means the
configure script can find where to get the X11 lib.

Se patch attached.

Regards,
Regis
-- 
"While a monkey can be a manager, it takes a human to be an engineer"
Erik Zapletal
--- fkiss-0.33a.patch/debian/control	2006-01-13 22:50:30.536318080 +
+++ fkiss-0.33a.patch.patched/debian/control	2006-01-13 22:47:27.318171000 +
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Amaya Rodrigo Sastre <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>=4), autotools-dev, automake, libx11-dev, x-dev
+Build-Depends: debhelper (>=4), autotools-dev, automake, libx11-dev, libxt-dev
 Standards-Version: 3.6.2.0
 
 Package: fkiss


Bug#347999: manpage-has-errors-from-man: temp file not removed from the extra information

2006-01-13 Thread Nicolas François
Package: lintian
Version: 1.23.14
Severity: normal
Tags: patch

Hi,

When man returns an error (on a compressed manpage), the errors starts
with the roff filename (which points to a temporary file when the manpage
is compressed).
The attached patch fixes a typo in the manpage check, which caused the
roff filename not to be removed from the extra informations lintian
displays.

Without this patch, I can't remove the following warning:
W: passwd: manpage-has-errors-from-man usr/share/man/de/man1/passwd.1.gz 
/tmp/zman11fUeg:143: missing closing delimiter


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

Versions of packages lintian depends on:
ii  binutils 2.16.1cvs20051214-1 The GNU assembler, linker and bina
ii  diffstat 1.41-1  produces graph of changes introduc
ii  dpkg-dev 1.13.11 package building tools for Debian
ii  file 4.15-2  Determines file type using "magic"
ii  gettext  0.14.5-2GNU Internationalization utilities
ii  intltool-debian  0.34.1+20050828 Help i18n of RFC822 compliant conf
ii  libparse-debianchang 1.0-1   parse Debian changelogs and output
ii  man-db   2.4.3-3 The on-line manual pager
ii  perl [libdigest-md5- 5.8.7-10Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information

Thanks in advance,
-- 
Nekral
diff -rauN ../orig/lintian-1.23.14/checks/manpages 
./lintian-1.23.14/checks/manpages
--- ../orig/lintian-1.23.14/checks/manpages 2005-08-12 21:49:07.0 
+0200
+++ ./lintian-1.23.14/checks/manpages   2006-01-13 23:44:21.0 +0100
@@ -251,7 +251,7 @@
# ignore 8bit character errors on localized man pages
next if /warning: can\'t find numbered character/ && $lang ne "";
chomp;
-   s/^[^:]://o;
+   s/^[^:]+://o;
tag "manpage-has-errors-from-man", "$file", "$_";
last;
}


Bug#347998: linux-2.6: infinite loops during build on arm

2006-01-13 Thread James Troup
Package: linux-2.6
Version: 2.6.15-2
Severity: serious

The build on arm gets into an infinite loop running make oldconfig
while building the footbridge variant.  It loops in the 'ARM system
type' menu.

The first 2000 lines of the build log are available from:

 http://people.debian.org/~troup/misc/linux-2.6-arm.txt

(The full log isn't on buildd.d.o, because it's 2.6Gb :-P)

-- 
James


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



Bug#347975: jack: depend on cdparanoia?

2006-01-13 Thread Michael Banck
On Sat, Jan 14, 2006 at 05:08:21AM +0800, Dan Jacobson wrote:
> Depends: ... cdparanoia | cdda2wav oh great. no wonder
> # apt-get install cdparanoia
> Need to get 20.3kB of archives.
> OK. Not that bad. Too bad I didn't know before I left a networked
> computer.
> 
> So, if the program depends so badly without cdparanoia, and cdparanoia
> & company is so small, then might as well make it a dependency?

But it depends on cdparanoia?

You can also make it work with cdda2wav I think, but that needs some
config file tuning probably.

Can you elaborate on what you think the bug is?


thanks,

Michael

-- 
Michael Banck
Debian Developer
[EMAIL PROTECTED]
http://www.advogato.org/person/mbanck/diary.html


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



Bug#345362: nut: mge-shut driver goes stale every 5 minutes.

2006-01-13 Thread Kurt Roeckx
On Fri, Jan 13, 2006 at 10:25:09PM +0100, Arnaud Quette wrote:
> Hi Kurt,
> 
> > Jan 10 16:39:04 intrepid upsd[1693]: Startup successful
> > [...]
> > Jan 10 16:43:54 intrepid upsd[1693]: Data for UPS [myups] is stale - check
> > driver
> > Jan 10 16:43:57 intrepid upsd[1693]: UPS [myups] data is no longer stale
[...]
> 
> > We'll see what happens during the next few days/weeks.

This is how the log continues:
Jan 12 11:18:03 intrepid upsd[1693]: Data for UPS [myups] is stale - check 
driver
Jan 12 11:18:08 intrepid upsmon[1696]: Poll UPS [EMAIL PROTECTED] failed - Data 
stale
Jan 12 11:18:08 intrepid upsmon[1696]: Communications with UPS [EMAIL 
PROTECTED] lost
Jan 12 11:18:09 intrepid upsd[1693]: UPS [myups] data is no longer stale
Jan 12 11:18:13 intrepid upsmon[1696]: Communications with UPS [EMAIL 
PROTECTED] established
Jan 12 23:07:44 intrepid upsd[1693]: Data for UPS [myups] is stale - check 
driver
Jan 12 23:07:45 intrepid upsd[1693]: UPS [myups] data is no longer stale
Jan 13 09:14:16 intrepid upsd[1693]: Data for UPS [myups] is stale - check 
driver
Jan 13 09:14:16 intrepid upsd[1693]: UPS [myups] data is no longer stale
Jan 13 17:18:38 intrepid upsd[1693]: Data for UPS [myups] is stale - check drive
Jan 13 17:18:39 intrepid upsmon[1696]: Poll UPS [EMAIL PROTECTED] failed - Data 
stale
Jan 13 17:18:39 intrepid upsmon[1696]: Communications with UPS [EMAIL 
PROTECTED] lost
Jan 13 17:18:40 intrepid upsd[1693]: UPS [myups] data is no longer stale
Jan 13 17:18:44 intrepid upsmon[1696]: Communications with UPS [EMAIL 
PROTECTED] established
Jan 13 22:24:52 intrepid upsd[1693]: Data for UPS [myups] is stale - check 
driver
Jan 13 22:24:52 intrepid upsd[1693]: UPS [myups] data is no longer stale

It looks much better than before.

What I really don't like is the "Communications with UPS
lost" messages from upsmon.  And each time I have those
the driver seems to have gotten stale too.


Kurt



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



  1   2   3   4   5   >