Bug#313515: Missing .desktop files for latest screensavers

2005-06-14 Thread Torham

Package: kscreensaver-xsavers
Version: 4:3.4.1-1

Some of the latest hacks in the xscreensaver package do not have 
.desktop files in the kscreensaver-xsavers package.


I believe we are missing: boing, boxfit, carousel, fiberlamp, fliptext, 
and substrate.

--Daniel Nelson


$ dpkg -s kscreensaver-xsavers
Package: kscreensaver-xsavers
Status: install ok installed
Priority: optional
Section: kde
Installed-Size: 1808
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Architecture: i386
Source: kdeartwork
Version: 4:3.4.1-1
Replaces: kdeartwork-screensaver (= 3.1.0-1), kscreensaver ( 4:3.3.0)
Depends: kdelibs4 (= 4:3.4.1-1), libc6 (= 2.3.2.ds1-21), libgcc1 (= 
1:3.4.1-3), libqt3c102-mt (= 3:3.3.4), libstdc++5 (= 1:3.3.4-1), 
libx11-6 | xlibs ( 4.1.0), libxt6 | xlibs ( 4.1.0), kdebase-bin, 
xscreensaver-nognome | xscreensaver

Recommends: kwin, kscreensaver, xscreensaver-gl
Conflicts: kdeartwork-screensaver (= 3.1.0-1)
Description: KDE hooks for standard xscreensavers
 This package allows a smooth integration of the standard xscreensavers
 into KDE. With this package installed you can select and/or configure
 the standard xscreensavers through the Appearances and Themes section of
 the KDE Control Centre.
 .
 Note that this package does not actually contain any screensavers itself.
 For the additional screensavers shipped with KDE, see the separate package
 kscreensaver.
 .
 This package is part of KDE, and a component of the KDE artwork module.
 See the 'kde' and 'kdeartwork' packages for more information.



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



Bug#313517: adduser: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: adduser
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/adduser.potfile.diff

Please note that it also fixes two small bugs that prevented proper
translations.

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313516: reportbug: Does not quit when 'q' selected

2005-06-14 Thread Ian Wienand
Package: reportbug
Version: 3.12
Severity: minor
Tags: patch

In the final section you are presented with

 Submit this report on liferea (e to edit) [y|n|a|c|E|i|l|m|p|q|?]? ?
 y - Submit the bug report via email.
 n - Don't submit the bug report; instead, save it in a temporary file.
 a - Attach a file.
 c - Change editor and re-edit.
 E - (default) Re-edit the bug report.
 i - Include a text file.
 l - Pipe the message through the pager.
 m - Choose a mailer to edit the report.
 p - Print message to stdout.
 q - Don't submit the bug report; instead, save it in a temporary file.
 ? - Display this help.
 Submit this report on liferea (e to edit) [y|n|a|c|E|i|l|m|p|q|?]? q
 Spawning sensible-editor...
 No changes were made in the editor.

The attached patch makes both n and q quit, as the help suggests

-- Package-specific info:
** /home/ianw/.reportbugrc:
reportbug_version 3.2
mode advanced
ui text
realname Ian Wienand
email [EMAIL PROTECTED]
smtphost mail.cse.unsw.edu.au

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

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

-- no debconf information
--- ./reportbug-3.12/reportbug  2005-04-30 16:19:49.0 +1000
+++ reportbug-3.12-fixed/reportbug  2005-06-14 16:05:03.398815396 +1000
@@ -268,7 +268,7 @@
 options.mua = mailer
 break
 skip_editing = True
-elif x == 'n':
+elif x in ('n', 'q'):
 stopmsg(filename)
 sys.exit(1)
 elif x in ('l', 'p'):


Bug#313519: gal2: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: libgal2.0-common
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/gal2.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313518: dasher: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: dasher
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/dasher.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313520: glade-2: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: glade-2
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/glade-2.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313507: php4-pgsql: Unable to connect to PostgreSQL 7.4

2005-06-14 Thread Steve Langasek
reassign 313507 libpq4
severity 313507 important
thanks

On Tue, Jun 14, 2005 at 06:59:12AM +0200, Pierre Pronchery wrote:
 Package: php4-pgsql
 Version: 3:4.3.10-5
 Severity: grave
 Justification: renders package unusable

 it seems that after my upgrade to postgresql-7.4, php can't connect
 anymore to the SQL server locally. It looks for the UNIX socket in
 /tmp/.s.PGSQL.5432 while it is actually in
 /var/run/postgresql/.s.PGSQL.5432.

 I don't remember having changed anything about the location of the
 socket, either in PHP or Postgres configuration files. Although, it is
 possible to workaround this, for instance:
 # ln -sf /var/run/postgresql/.s.PGSQL.5432 /tmp/.s.PGSQL.5432

 I just thought this would certainly harm only local connections, so I
 set the severity to Grave in the first place, but feel free to lower
 it if you think it won't affect a vast majority of users. Another
 workaround then could be to allow local TCP connections and use the
 loopback address (which is the default iirc).

This cannot be a bug in php4-pgsql; php4-pgsql doesn't pick the location of
the socket being used, this is a default that comes from the postgresql lib.

For that matter, php4-pgsql supports specifying an alternative path to the
Unix socket, using the host and port options, so this bug shouldn't be
grave.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#313485: module-assistant: arla-modules won't work

2005-06-14 Thread Eduard Bloch
tags 313485 + unreproducible moreinfo
thanks

#include hallo.h
* Dave Love [Tue, Jun 14 2005, 12:34:56AM]:
 Package: module-assistant
 Version: 0.9
 Severity: normal
 
 module-assistant offers arla-modules as a possibility to compile, but
 that doesn't work.  The arla-modules-source package just doesn't seem

http://www.catb.org/~esr/faqs/smart-questions.html#id3001405

 to be set up for it.  I don't know whether this should be raised as a
 bug against the source package or not, but it's not useful to have it
 in the module-assistant list currently.

Really? What I see is:

# m-a a-i arla
...
dh_builddeb --destdir=/usr/src/linux/..
dpkg-deb: building package `arla-modules-2.6.12-rc5' in 
`/usr/src/linux/../arla-modules-2.6.12-rc5_0.36.2+10.00.Custon_i386.deb'.
dpkg -Ei /usr/src/arla-modules-2.6.12-rc5_0.36.2+10.00.Custon_i386.deb
Version 0.36.2+10.00.Custon of arla-modules-2.6.12-rc5 already installed, 
skipping.
# ls /usr/src/modules/arla/debian/
arla-modules-2.6.12-rc5  changelog  changelog.m4  control  control.m4  files  
genchanges.sh  postinst  postinst.modules.in  rules

Looks sane for me. So what do you mean? What exactly have you done?

Regards,
Eduard.
-- 
For any stupid thing chosen at random, you'll find at least 5 people on
the Internet who thinks it's a good idea. -- Steve Langasek in debian-devel


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



Bug#313531: pxlib: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: pxlib
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/pxlib.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313530: xscreensaver: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: xscreensaver
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/xscreensaver.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313526: liferea: Liferea segfaults on IA64

2005-06-14 Thread Ian Wienand
Package: liferea
Version: 0.9.1-1
Severity: normal
Tags: patch

liferea segfaults on IA64 because there is no definition for
ui_itemlist_get_tree_store() which makes the compiler assume it
returns an int.  Since it actually returns a pointer, the value is
truncated.

This is fixed in CVS, but not in the released 0.9.2 tarball.  The
attached patch will fix it until the next upstream release.

Thanks,

-i
[EMAIL PROTECTED]
http://www.gelato.unsw.edu.au


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

Versions of packages liferea depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc6.1  2.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgconf2-4  2.8.1-6 GNOME configuration database syste
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-3 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  liborbit21:2.12.2-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxml2  2.6.16-7GNOME XML library
ii  liferea-gtkhtml  0.9.1-1 gtkhtml-based rendering for Lifere
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information
--- ./liferea-0.9.2/src/ui_itemlist.h   2005-05-15 20:42:33.0 +1000
+++ ./liferea-0.9.2-fixed/src/ui_itemlist.h 2005-06-14 16:14:50.139042583 
+1000
@@ -46,6 +46,13 @@
 void ui_itemlist_init(GtkWidget *itemlist);
 
 /**
+ * This returns the GtkTreeStore that is internal to the
+ * ui_itemlist. This is currently used for setting and getting the
+ * sort column.
+ */
+GtkTreeStore * ui_itemlist_get_tree_store(void);
+
+/**
  * Method to reset the format string of the date column.
  * Should be called upon initializaton and each time the
  * date format changes.


Bug#313521: gnome-pilot: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: gnome-pilot
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/gnome-pilot.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313524: quota: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: quota
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/quota.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313522: gnome-system-tools: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: gnome-system-tools
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/gnome-system-tools.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313509: INTL:vi

2005-06-14 Thread Christian Perrier
tags 313509 pending
thanks

Quoting Clytie Siddall ([EMAIL PROTECTED]):
 Package: debconf
 Version: 1.4.51
 Severity: minor
 Tags: l10n, patch
 
 The Vietnamese translation for debconf: debconf


Commited.



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



Bug#313525: INTL:vi

2005-06-14 Thread Clytie Siddall

Package: dictionaries-common
Version: 0.30.0
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: dictionaries-common


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhm Vit ha

our mailing list / hp th chung ca nhm chng ti:

[EMAIL PROTECTED]


Bug#313523: newt: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: newt
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/newt.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313528: system-tools-backends: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: system-tools-backends
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/system-tools-backends.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313527: sane-backends: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: sane-utils
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/sane-backends.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313529: whois: Please generate a POT file during package build

2005-06-14 Thread Martin Pitt
Package: whois
Severity: wishlist

Hi!

Please generate a POT file during the package build. This is a
template file that is used as a basis for translating this software
into other languages. It is important that the POT file is always up
to date and exactly matches all the strings (including strings from
Debian-specific changes), so it is not enough to just put a static one
into the package. Apart from being used manually, this POT file can
also be extracted automatically and be used with translation
frontends like gtranslator or Rosetta.

You can get the patch at

  http://patches.ubuntu.com/patches/whois.potfile.diff

Thanks for considering and have a nice day!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#313448: gnome-system-tools: Creates ximian-setup-tools in binary-arch

2005-06-14 Thread Thomas Hood
On Mon, 2005-06-13 at 23:51 +0200, Santiago Vila wrote:
 Why not keep it for etch to support upgrades which skip sarge?
 In the old days we tried to support this.


Debian does not support skip upgrades any more.  

One of the main reasons for releasing is that it gives maintainers the
opportunity to remove backward-compatibility cruft.

-- 
Thomas Hood [EMAIL PROTECTED]



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



Bug#313283: [INTL:he] apt: please remove the Hebrew translation

2005-06-14 Thread Christian Perrier
Quoting Lior Kaplan ([EMAIL PROTECTED]):
 Package: apt
 Version: 0.5.28.6
 Severity: wishlist
 Tags: l10n
 
 I'd like to remove apt's Hebrew translations. The reason is that
 there is no RTL support in the console, so people with Hebrew locale
 just see the messages in reverse order (for Hebrew text hello is seen as
 olleh).
 
 Because of that, the translation is small - 81 strings.


As I already mentioned to Lior in a private message, I think that the
Hebrew translations should be kept:

-first, there may be some RTL console system in the future (have you
once tried bicon from the Arabeyes people...it's not packaged but
should be easy to compile)

-second, if APT (or dpkg, or aptitude...) is used in a RTL-aware
terminal in X, the display should be correct. If it is not, the bug
should be fixed

Better support for RTL languages is one of the keeys of a good
i18n. We just shouldn't give up translations because programs are
flawed...





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



Bug#287410: Proposal for a rewrite of shadow templates

2005-06-14 Thread Christian Perrier
(please keep the shadow bug CC'ed)

 I think part of the last sentence could be kept:
 - that is not easy to guess. It should not be a word found in the dictionary,
 - or a word that could be easily associated with you, like your middle name.
 + that is not easy to guess. It should not be a word found in dictionaries,
 + or a word that could be easily associated with you.

The rationale was shortening this screen down. It is already quite
long in some languages and I'm not sure it fits on one screen in all
of them...which is something we try to respect in all d-i involved
debconf screens

 
   Template: passwd/password-empty
   Type: note
  -_Description: Empty password was entered.
  - You seem to have entered nothing for the password. That is not secure!
  - Please try again. 
  +_Description: Empty password
  + You entered an empty password, which is not recommended.
  + Please choose a non-empty password.
 
 s/recommended/allowed/
 
 As an empty password is not accepted, recommended is too weak.

Yes. This is indee dtricky as, technically speaking, empty passwords
are possible...:-). The fact is : passwd config script does not allow
them. But maybe the small lie about empty passwords not allowedis
better than the minor inaccurracy.




-- 






Bug#313511: xemacs21: installation error: Couldn't find obvious defaults for data-directory, lisp-directory

2005-06-14 Thread OHURA Makoto
  Hi.

From: Robert King [EMAIL PROTECTED]
Subject: Bug#313511: xemacs21: installation error: Couldn't find obvious 
defaults for data-directory, lisp-directory
Date: Tue, 14 Jun 2005 15:18:21 +1000
 After the system information is the error message from apt-get install
 xemacs-nomule.

 This originally appeared in a dist-upgrade, but re-appeared on trying
 the package on its own.

  I can't reproduce this in my sarge/sid boxes.  Please try the
following things;

0. Try xemacs21 21.4.17-2, instead of 21.4.17-1.  Do we have
amd64 port of newest version?

1. Send me the output of these commands;

$ dpkg -l |grep xemacs
$ /usr/sbin/update-alternatives --display xemacs21
$ /usr/sbin/update-alternatives --display xemacs

2. This may be the problem of xemacs21-nomule.  How about using
xemacs21-mule?  Remove xemacs21-nomule and install xemacs21-mule.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpyKwJRr2Gyn.pgp
Description: PGP signature


Bug#313473: bashism in mkzope2.7instance

2005-06-14 Thread martin f krafft
tags 313473 + confirmed patch
thanks

Here's a patch to fix this:

--- mkzope2.7instance.orig  2005-06-14 08:55:47.59507 +0200
+++ mkzope2.7instance 2005-06-14 08:55:57.029448299 +0200
@@ -87,7 +87,7 @@
 fi
 
 echo Hit any key to go on, ctrl-c to stop
-read
+read REPLY
 
 $M $@
 

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
wer ein warum hat, dem ist kein wie zu schwer.
 - friedrich nietzsche


signature.asc
Description: Digital signature


Bug#302484: libtool package

2005-06-14 Thread Luk Claes
On Mon, 13 Jun 2005, Kurt Roeckx wrote:

 On Mon, Jun 13, 2005 at 08:29:40PM +0200, Luk Claes wrote:
   I'm interested in taking this package over.
  
   I'm currently not a DD, still in NM, so I will atleast need a sponsor.
 
  I'm happy to sponsor this package.

 I've been waiting for sarge to release before doing anything
 about this, so I guess now is the time.  But I'm one of those
 persons that wants to tests every package build-depending on it
 before I upload a new upstream version, and I already had some
 problems with the new upstream version.  I'll probably also have
 to talk to Keybuk about the changes he did.

Sounds great :-)

   I'm also open for other people who wish to co-maintain this.
 
  Also, fine by me ... it's your call.

 I'd rather have someone to co-maintain such important package, so
 consider yourself co-maintainer. :)

Ok ;-)

 PS: Maybe we should just upload a package with to get this bug
 closed.

Well, the situation is clear in the bugreport :-)

So, I don't think we need to hurry. Getting yet more familiar with the
package is more import IMHO.

Cheers

Luk


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



Bug#295203: synaptic: Proxy server setting ignored when http_proxy is set

2005-06-14 Thread Milan Zamazal
 MV == Michael Vogt [EMAIL PROTECTED] writes:

MV On Mon, Feb 14, 2005 at 01:18:33PM +0100, Milan Zamazal wrote:
 
 Despite I have set `Direct connection to the internet' option in
 the Synaptic configuration, Synaptic still connects to the
 archives through the proxy set in the http_proxy environment
 variable.

MV This is a feature of apt. It always gives the http_proxy
MV enviroment highest priority. 

Thanks for explanation.

MV If you think that this is a bug it will need to be reassigned to
MV apt (see methods/http.cc line 279).

I don't agree.  When Direct connection to the internet is selected,
the apt frontend (Synaptic) should do whatever is necessary to disable
proxy use.  http_proxy should be unset for the apt process in such a
case; changing apt features is not needed, is it?

MV What is your use-case? I wonder when it's usefull to have the
MV enviroment set and not use the proxy?

IIRC, it was the problem of using apt with wwwoffle.  While most
applications worked with the proxy, apt didn't.  When my upgrade didn't
work, I disabled proxy use in Synaptic (and then wondered why it still
fails).  I think this is a case when it is useful to have http_proxy
globally set but not using proxy in a particular application.

Regards,

Milan Zamazal

-- 
The seeker after truth should be humbler than the dust.  The world crushes the
dust under its feet, but the seeker after truth should so humble himself that
even the dust could crush him. -- M. K. Gandhi


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



Bug#313533: INTL:vi

2005-06-14 Thread Clytie Siddall

Package: ding
Version: 1.4-1
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: ding


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhm Vit ha

our mailing list / hp th chung ca nhm chng ti:

[EMAIL PROTECTED]


Bug#313532: Hogs CPU on quit

2005-06-14 Thread Falk Hueffner
Package: evince
Version: 0.3.0-2
Severity: normal
File: /usr/bin/evince

wget http://www.ida.liu.se/~magwa/research/lowsat.ps
evince lowsat.ps
(select close)
(evince hangs while hogging CPU)

Also happens on many (but not all) other .ps files. Might be Alpha
specific, or probably somebody would have noticed already... according
to oprofile, it hangs in malloc_consolidate, so this is maybe a memory
clobbering problem that confuses malloc.

Falk


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

Versions of packages evince depends on:
ii  gconf2   2.10.0-2GNOME configuration database syste
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc6.1  2.3.2.ds1-22GNU C Library: Shared libraries an
ii  libcairo10.4.0-1 Multi-platform 2D graphics library
ii  libdjvulibre13.5.14-5Runtime support for the DjVu image
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.0-9   GCC support library
ii  libgconf2-4  2.10.0-2GNOME configuration database syste
ii  libgcrypt11  1.2.0-11.1  LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.5-1 The GLib library of C routines
ii  libgnome-keyring00.4.2-1 GNOME keyring services library
ii  libgnome2-0  2.10.0-3The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.10.2-2A powerful object-oriented display
ii  libgnomeprint2.2-0   2.10.3-2The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.10.2-2GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.10.0-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.10.1-4The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-13.1 GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.6.7-2 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libkpathsea3 2.0.2-30path search library for teTeX (run
ii  liborbit21:2.12.2-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpixman1   0.1.5-1 Cairo pixel manipulation library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libpoppler0  0.3.1-1 PDF rendering library
ii  libpoppler0-glib 0.3.1-1 PDF rendering library (GLib-based 
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstdc++5   1:3.3.6-6   The GNU Standard C++ Library v3
ii  libtasn1-2   0.2.10-4Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxml2  2.6.16-7GNOME XML library
ii  libxrender1  1:0.8.3-1   X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#313352: Recent update broke xterm compability with zsh/prompt

2005-06-14 Thread Paul van Tilburg
On Mon, Jun 13, 2005 at 05:42:15PM -0400, Daniel Jacobowitz wrote:
 On Mon, Jun 13, 2005 at 11:33:13PM +0200, Paul van Tilburg wrote:
  I am using Gnome Terminal mostly.  I do not seem to have the problem
  with xterm itself, but got the same with aterm when I set TERM to xterm
  instead of it's rxvt default.
  
  So for the moment I do TERM=rxvt when I launch a terminal as a work-around.
 
 Oho!  That would have been a good piece of information to have this
 morning; sorry I forgot to ask.  You were only talking about xterm.

Yes, sorry... one has xterm (the mode/terminfo) and xterm (the program).
But I tested with aterm as well.

 The sequence it is choking on is ESC (.  This shouldn't be there;
 tonight's mirror pulse will distribute libncurses5 5.4-6 for your
 architecture, and after that things should start to work again. 
 However, gnome-terminal may want to investigate the display bug further
 to improve compatibility with xterm.  If you can confirm that the new
 ncurses library fixes the problem for now, I'll reassign this bug.

Confirmed, it is resolved, many thanks!

 BTW, the reason you see your prompt twice is probably because you have
 precmd() and preexec() set to massage the terminal's title bar.  ^]]0;
 to ^G is a title string.

Duh, of course. Forget I ever mentioned it.

Thanks!

Paul

-- 
Student @ Eindhoven | email: [EMAIL PROTECTED]
University of Technology, The Netherlands   | JID: [EMAIL PROTECTED]
 Using the Power of Debian GNU/Linux  | GnuPG key ID: 0x50064181


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



Bug#313534: kernel-image-2.6.11-1-k7: usbnet not working with Zaurus SL-C1000 on usb

2005-06-14 Thread Olivier Berger
Package: kernel-image-2.6.11-1-k7
Version: 2.6.11-5
Severity: normal


I have plugged my SL-C1000 Zaurus for usb network connection.

The Zaurus gets detected (though through some little painful setup : adding 
proper USB setup in hotplug, but anyway that works).

# lsusb
Bus 002 Device 005: ID 04dd:9031 Sharp Corp. Zaurus C-750/C-760/C-860/SL-C3000 
PDA

usbnet is loaded

# lsmod | grep usbnet
usbnet 29128  0
usbcore   119352  7 
usbnet,ehci_hcd,usbhid,ndiswrapper,usblp,uhci_hcd
mii 5056  2 usbnet,8139too

But there is no usb0 interface appearing when ifconfig -a

nor did I get anything on dmesg or syslog about usbnet initialising :(

And :
# ifup usb0
SIOCSIFADDR: No such device
usb0: ERROR while getting interface flags: No such device
Failed to bring up usb0.

It seems there is something non-standard with the USB implementation on the 
Zaurus : I think this patch may be necessary in the kernel : 
http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg34891.html 
although I'm not sure if it applies to 2.6.11 or 2.6.12 ...

Maybe this will help solve bugs #311221 or #311222 although they may be linked 
to something else in prior stages (detecting the Zaurus connected to USB in 
hotplug, etc.) which I think I solved now.

Hope this helps.

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

Versions of packages kernel-image-2.6.11-1-k7 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  initrd-tools  0.1.81.1   tools to create initrd image for p
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo

-- no debconf information


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



Bug#313517: adduser: Please generate a POT file during package build

2005-06-14 Thread Marc Haber
tags #313517 confirmed pending
thanks

On Tue, Jun 14, 2005 at 08:09:45AM +0200, Martin Pitt wrote:
 You can get the patch at
 
   http://patches.ubuntu.com/patches/adduser.potfile.diff
 
 Please note that it also fixes two small bugs that prevented proper
 translations.

The s_printf didn't apply since this issue was already addressed by
another bug report. The debian/rules patch has been applied. 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#311273: kernel-image-2.6.11-9-amd64-k8: Please configure Security Capatibilities as module

2005-06-14 Thread maximilian attems
clone -1 311273
clone -2 311273
retitle -1 add pam support for the real time rlimits audio patch
reassign -1 libpam-modules
retitle -2 support the rt audio patch
thanks

On Tue, 07 Jun 2005, Romain Chantereau wrote:

 Hi !
 
 Le mercredi 01 juin 2005 à 18:25 +0200, maximilian attems a écrit : 
  gain the pam knwonledge and fix it for debian. :)
  
  otherwise it will take a bit more time until someone else pops up
  and does it.
 
 It seams that people does it already:
 
 
 http://www.steamballoon.com/wiki/index.php?title=Rlimitsoldid=36

ooh nice pointer,
i'm cc'ing dilinger as he's been seeing to do pam work lately
and may better judge quality of aboves work. :)
 
 The fact seems to be:
 
 - PAM need to be patched and configured (/etc/security/limits.conf)

indeed, recloing bug for pam.
 
 - Kernel version = 2.6.12-rc4

yes that's be done as soon as 2.6.12 gets released upstream.
recloning for that.
 
 Thanks you very much for you help.
 
 Romain.

thank you!

--
maks



Bug#313527: sane-backends: Please generate a POT file during package build

2005-06-14 Thread Julien BLACHE
Martin Pitt [EMAIL PROTECTED] wrote:

Hi,

 Please generate a POT file during the package build. This is a
 template file that is used as a basis for translating this software
 into other languages. It is important that the POT file is always up
 to date and exactly matches all the strings (including strings from
 Debian-specific changes), so it is not enough to just put a static one

There are no debian-specific strings, and there never will be.

 into the package. Apart from being used manually, this POT file can
 also be extracted automatically and be used with translation
 frontends like gtranslator or Rosetta.

You mail is unclear; for a second, I thought you wanted the pot file
in the binary packages.

I'll add your patch in the next revision.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


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



Bug#313342: dh_strip fix for shared library sym-links in *-dbg packages

2005-06-14 Thread Raphael Bossek

 Can you find out what objcopy commands are involved?
 Try DH_VERBOSE=1.

dh_strip -plibxerces1 --dbg-package=libxerces1
install -d debian/libxerces1-dbg/usr/lib/debug//usr/lib
	objcopy --only-keep-debug 
debian/libxerces1/usr/lib/libxerces-c.so.1.7.0 
debian/libxerces1-dbg/usr/lib/debug//usr/lib/libxerces-c.so.1.7.0

chmod 644 
debian/libxerces1-dbg/usr/lib/debug//usr/lib/libxerces-c.so.1.7.0
	strip --remove-section=.comment --remove-section=.note --strip-unneeded 
debian/libxerces1/usr/lib/libxerces-c.so.1.7.0
	objcopy --add-gnu-debuglink 
debian/libxerces1-dbg/usr/lib/debug//usr/lib/libxerces-c.so.1.7.0 
debian/libxerces1/usr/lib/libxerces-c.so.1.7.0
	cp -d debian/libxerces1/usr/lib/libxerces-c.so.1.7 
debian/libxerces1-dbg/usr/lib/debug//usr/lib/libxerces-c.so.1.7


PS: This is already a version of dh_strip which copy the sym-link too.
This is the last cp -d command.

--
Raphael Bossek


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



Bug#313536: libcupsimage2: incorectly prints pbm files

2005-06-14 Thread Eugeniy Meshcheryakov
Package: libcupsimage2
Version: 1.1.23-10
Severity: normal
Tags: patch

 CUPS incorectly prints PBM files (using lpr). It may print some PBM
files in text format with inverted colors and prints only first line of
file in raw format (also in inverse colors, this usually gives black
rectangles). CUPS do not print files in text format when there is no spaces 
between digits in it (pbm(5) allows to not have space between digits). 
Attached patch fixes this problem.

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

Versions of packages libcupsimage2 depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcupsys2-gnutls10 1.1.23-10Common UNIX Printing System(tm) - 
ii  libjpeg62   6b-10The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libtiff43.7.2-3  Tag Image File Format (TIFF) libra
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


46_pbmprint.dpatch
Description: application/shellscript


Bug#313535: ipw2200-source: module fails to load

2005-06-14 Thread Fabrice Jammes
Package: ipw2200-source
Version: 1.0.4-1
Severity: normal

modprobe ipw2200 fails with message :
WARNING: Error inserting ieee80211
(/lib/modules/2.6.8-2-686/drivers/net/wireless/ieee80211.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting ipw2200
(/lib/modules/2.6.8-2-686/drivers/net/wireless/ipw2200.ko): Unknown
symbol inmodule, or unknown parameter (see dmesg)


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

Versions of packages ipw2200-source depends on:
ii  debhelper 4.2.32 helper programs for debian/rules
ii  module-assistant  0.9tool to make module package creati

-- no debconf information

-- 
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.



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



Bug#313537: qpopper-drac: Failed to create /var/spool/pop/* with uid **, gid ** Change permissions.

2005-06-14 Thread Tashiro AKIRA
Package: qpopper-drac
Version: 4.0.5-4sarge1
Severity: critical

After I installed qpopper-drac on my sarge sever to use pop-before-smtp,
I tried to fecth mail with Mozilla Thunderbird.

Thunderbird showed following message.

 Failed to create /var/spool/pop/.username.pop with uid **, gid **
 Change permissions.

Next line is permissions of /var/spool/pop after qpopper-drac was installed.

 drwxr-xr-x   2 root root 4096 2005-06-14 13:36 pop

So, I found wrong code in  postinst source of qpopper-drac and fixed it.

# Wrong code in postinst #
if [ ! -d /var/spool/pop ]
then
   mkdir -p /var/spool/pop
   chgrp mail /var/spool/pop
   chmod 2775 /var/spool/pop
fi

# Fixed code #
if [ ! -d /var/spool/pop ]
then
   mkdir -p /var/spool/pop
fi
chgrp mail /var/spool/pop
chmod 2775 /var/spool/pop

I hope this bug will be fixed by maintainer.
Thnaks.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.26.tashiro
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)

Versions of packages qpopper-drac depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  postfix [mail-transport-age 2.1.5-9  A high-performance mail transport 

-- no debconf information


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



Bug#313456: tetex-base: package configuration fails because of initex error

2005-06-14 Thread Hilmar Preusse
On 13.06.05 Marcin Owsiany ([EMAIL PROTECTED]) wrote:

Hi,

 This seems similar to 310321,
 
Not, it's not.

 but I could not find any error in the log files.
 
Me neither.

 See attached typescript. I also attach all *.log files present in
 /var/lib/texmf/web2c
 
 This is a summary of all `failed' messages and warnings:
 `pdftex -ini -translate-file=il2-pl -jobname=pdfmex-pl -progname=pdfmex-pl 
 pdfmex.ini' failed
 `pdfetex -ini -translate-file=il2-pl -jobname=pdfemex-pl -progname=pdfemex-pl 
 *pdfemex.ini' failed
 
And I guess calling these commands from the command prompt doesn't
give you further infos, right? Please post your fmtutil.cnf.

Regards,
  Hilmar
-- 
sigmentation fault


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



Bug#313539: libgtk2.0-0: GtkCalendar doesn't respond properly to locale change for week starting day.

2005-06-14 Thread Eric Lavarde
Package: libgtk2.0-0
Version: 2.6.4-3
Severity: normal
Tags: l10n


Hi,

this bug is loosely related to #272054 because I'm still trying to get
my calendar to start on mondays.
First, I have per default the locale LANG=en_IE.UTF-8 and the week
starts on Sunday, though I'd say it should start on Monday (but I'm not
sure).
So I tried things like:
$ LANG=fr_FR jpilot
and
$ LANG=fr_FR xfcalendar
(I tried different values fr_FR.UTF-8, fr_FR.ISO8859-1 and similar ones
with de_DE). Both programs use the GtkCalendar widget from gtk2 and I'm sure
France and Germany have a week starting on Monday.
Nevertheless, the days and month names are translated but the week still
starts on Sunday.

My system is a pretty freshly installed Sarge system (from RC3 but
up-to-date), so I don't see where I could have mixed up the
configuration (which doesn't mean I didn't ;-) ).

Thanks for your help,
Eric

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-3 The GTK+ graphical user interface 
ii  libgtk2.0-bin2.6.4-3 The programs for the GTK+ graphica
ii  libgtk2.0-common 2.6.4-3 Common files for the GTK+ graphica
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libtiff4 3.7.2-3 Tag Image File Format (TIFF) libra
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   4.3.0.dfsg.1-14 X Window System Input extension li
ii  libxrandr2   4.3.0.dfsg.1-14 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#313538: Error in bash manpage

2005-06-14 Thread Stuart Rowan
Package: bash
Version: 3.0-15
Severity: normal

Hey,

Firstly thank your hard work as a maintainer.

Currently the bash manpage refers to /dev/tcp and /dev/udp as valid 'fd's.
Debian's bash is compiled with --disable-net-redirections, so these files do
not work. I am aware that there is ongoing discussion about this in bug
#146464.

However, in the mean time the man page needs updating to reflect the current
state. Below the /dev/tcp/host/port and /dev/udp/host/port descriptions, how
about adding:

NOTE: Bash, as packaged for Debian, does not support using the /dev/tcp and
 /dev/udp files. (in bold)

Many thanks,
Stu.

-- 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.11.10
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)

Versions of packages bash depends on:
ii  base-files  3.1.4Debian base system miscellaneous f
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  passwd  1:4.0.3-35   change and administer password and

-- no debconf information



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



Bug#313540: iproute: Netbug script gives syntax error

2005-06-14 Thread Allard Hoeve
Package: iproute
Version: 20041019-3
Severity: normal
Tags: patch


The netbug script in sarge's iproute package gives a syntax error:

[EMAIL PROTECTED] root]# netbug
Send network configuration summary to [ENTER means [EMAIL PROTECTED] [EMAIL 
PROTECTED]
/sbin/netbug: line 9: syntax error near unexpected token `}'
[EMAIL PROTECTED] root]#

The attached patch fixes the problem.

Regards,

Allard Hoeve


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ac10-byte
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages iproute depends on:
ii  libatm1 2.4.1-17 shared library for ATM (Asynchrono
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information
--- /sbin/netbug.orig   2005-02-01 21:20:58.0 +0100
+++ /sbin/netbug2005-06-14 10:27:32.269460301 +0200
@@ -6,8 +6,8 @@
 IFS= read mail || exit 1
 [ -z $mail ]  [EMAIL PROTECTED]
 
-netbug=`mktemp -d -t netbug.XX` || {echo $0: Cannot create temporary 
directory 2; exit 1;  }
-netbugtar=`tempfile -d $netbug --suffix=tar.gz` || {echo $0: Cannot create 
temporary file 2; exit 1;  }
+netbug=`mktemp -d -t netbug.XX` || { echo $0: Cannot create temporary 
directory 2; exit 1;  }
+netbugtar=`tempfile -d $netbug --suffix=tar.gz` || { echo $0: Cannot create 
temporary file 2; exit 1;  }
 tmppath=$netbug
 trap /bin/rm -rf $netbug $netbugtar 0 1 2 3 13 15
 


Bug#296997: gcc-3.4: linux 2.6.11-rc? doesn't compile on ppc

2005-06-14 Thread Falk Hueffner
tags 296997 + moreinfo
thanks

Hi,

according to Rene Engelhard, this works now with 2.6.12-rc6. Can you
still reproduce it, or can we close it?

-- 
Falk


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



Bug#309193: at runtime, TLS does not work, but at compile time, __thread does not give an error

2005-06-14 Thread Falk Hueffner
Jeroen N. Witmond [EMAIL PROTECTED] writes:

 Oops, my bad. In simplifying the testcase I removed an essential
 part. In the new testcase (attached), the address of variable
 'local' is taken in the thread. Unfortunately, this does not remove
 the problem. The testcase still exits with 2 instead of zero.

It exits with 0 for me with binutils 2.15-5, gcc-3.3 3.3.5-13, and
libc6 2.3.2.ds1-22. Can you try these versions?

-- 
Falk


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



Bug#313358: mantis: Adding note fails after upgrade

2005-06-14 Thread Max Gilead
On Tue, 14 Jun 2005, Hilko Bengen wrote:
 Max Gilead [EMAIL PROTECTED] writes:
 Was the database upgraded?
  I let the upgrade script do its work, didn't do anything manually.
 Please point your browser at $URL/admin/ where you can also trigger a
 manual database update.

 There you can also find out whether any database updates have not yet
 been run.
Indeed, there were two items to apply. I run the upgrade manually and now
it seems everything works fine.

Thank you very much!

Regards,
Max


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



Bug#313523: newt: Please generate a POT file during package build

2005-06-14 Thread Alastair McKinstry
On Tue, 2005-06-14 at 08:18 +0200, Martin Pitt wrote:
 Package: newt
 Severity: wishlist
 
 Hi!
 
 Please generate a POT file during the package build. This is a
 template file that is used as a basis for translating this software
 into other languages. It is important that the POT file is always up
 to date and exactly matches all the strings (including strings from
 Debian-specific changes), so it is not enough to just put a static one
 into the package. Apart from being used manually, this POT file can
 also be extracted automatically and be used with translation
 frontends like gtranslator or Rosetta.

Ok, will do.
Please note that there newt depends on slang, which is undergoing a
transition to slang2; hence the next (few?) releases of newt will be in
experimental as the slang2 transition is tested.

Please see http://wiki.debian.net/?EtchSlang2upgrade for details.
I'm planning on having the slang2 upgrade complete by August for
inclusion in the next Ubuntu release :-)

 You can get the patch at
 
   http://patches.ubuntu.com/patches/newt.potfile.diff
 
 Thanks for considering and have a nice day!
 
 Martin
 

Thanks
Alastair




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



Bug#313541: iproute: Netbug creates uuencoded file with wrong suffix

2005-06-14 Thread Allard Hoeve
Package: iproute
Version: 20041019-3
Severity: minor
Tags: patch


Netbug creates an email that includes a uuencoded tar.gz file. The filename is 
called /tmp/netbug.bE0N7P/filemrlmhQtar.gz. This is unnecessarily confusing.
Please apply the attached patch to make the filename more like 
filemrlmhQ.tar.gz.

Regards,

Allard Hoeve

PS: This patch also gives an extra space before the { character. This might 
space
character might conflict with the patch included in my previous bugreport.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ac10-byte
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages iproute depends on:
ii  libatm1 2.4.1-17 shared library for ATM (Asynchrono
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information
--- /sbin/netbug.orig   2005-06-14 10:30:09.965229662 +0200
+++ /sbin/netbug2005-06-14 10:29:55.465434793 +0200
@@ -7,7 +7,7 @@
 [ -z $mail ]  [EMAIL PROTECTED]
 
 netbug=`mktemp -d -t netbug.XX` || { echo $0: Cannot create temporary 
directory 2; exit 1;  }
-netbugtar=`tempfile -d $netbug --suffix=tar.gz` || { echo $0: Cannot create 
temporary file 2; exit 1;  }
+netbugtar=`tempfile -d $netbug --suffix=.tar.gz` || { echo $0: Cannot create 
temporary file 2; exit 1; }
 tmppath=$netbug
 trap /bin/rm -rf $netbug $netbugtar 0 1 2 3 13 15
 


Bug#313542: libpam0g: Apply patch for RT limits support

2005-06-14 Thread Free Ekanayaka
Package: libpam0g
Version: 0.76-22
Severity: normal

Hi,

in order to use the  new RT limits code  included in the latest kernel
release candidates a patched version of PAM is needed.

See:

http://www.steamballoon.com/wiki/index.php?title=Rlimitsoldid=43
http://steamballoon.com/pam/pam-limits2.patch
http://steamballoon.com/pam/debian-testing/

Cheers,

Free



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



Bug#254557: Also doesn't calculate the width of unicode strings right for dialogue bubble

2005-06-14 Thread Anthony DeRobertis
Package: cowsay
Version: 3.03-6
Followup-For: Bug #254557

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED]:~$ cowsay '' 
 _ 
  
 - 
\   ^__^
 \  (oo)\___
(__)\   )\/\
||w |
|| ||

(No idea what the Japanese means, btw.)

Notice how the  does not line up properly. The bubble is too wide. In
case the unicode breaks, these two lines are the same width:

mm 


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

Versions of packages cowsay depends on:
ii  perl [perl5]  5.8.4-8Larry Wall's Practical Extraction 

- -- no debconf information

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

iD8DBQFCrpkZ+z+IwlXqWf4RAka0AJ9mBgtRKSk2eIjlxeWhOOtYHsI8mgCgjHlC
qwooBE4eXb2HCqWjhlgTNDs=
=QqgK
-END PGP SIGNATURE-


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



Bug#313543: INTL:vi

2005-06-14 Thread Clytie Siddall

Package: diogenes
Version: 0.9.16-1
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: diogenes


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhm Vit ha

our mailing list / hp th chung ca nhm chng ti:

[EMAIL PROTECTED]


Bug#313545: Lire does not process cups page_log, format changed?

2005-06-14 Thread Marco Gaiarin
Package: lire
Version: 2:2.0.1-4


I'm running a plain stable/sarge box, and i was looking around a tool
to analyze and report cups logs.
I've found lire, but the format of cups page_log are different of what
lire expect.

page_log are:

snoopy ANGELA 2 [09/Jun/2005:12:50:37 +0200] 1 1 - 10.27.1.223

but lire expect:

snoopy ANGELA 2 [09/Jun/2005:12:50:37 +0200] 1 1 10.27.1.223

(without the hypen).


Invoking the program i got:

  radagast:~# zcat /var/log/cups/page_log.1.gz | lr_log2report cups_pagelog
  Parsing log file using cups_pagelog DLF Converter...
  Extracted 0 DLF records on 2 lines.
  Encountered 2 errors and ignored 0 lines.
  [...]

-- 
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  gaio(at)sv.lnf.it tel +39-0434-842711fax +39-0434-842797

Per favore, aiutate gli Stati Uniti a salvarsi dai brevetti sul
 software, salvando innanzitutto voi stessi.
http://punto-informatico.it/p.asp?i=52786p=2


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



Bug#313544: iproute: Netbug warns about intended stripping of trailing '/'

2005-06-14 Thread Allard Hoeve
Package: iproute
Version: 20041019-3
Severity: minor
Tags: patch


While hacking netbug, I created the attached patch to remove the slightly 
annoying warning on stderr about the stripping of '/' characters in netbug.
There is no need to warn about this. It is intended behaviour.

Regards,

Allard

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ac10-byte
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages iproute depends on:
ii  libatm1 2.4.1-17 shared library for ATM (Asynchrono
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information
--- /sbin/netbug.orig   2005-06-14 10:30:09.965229662 +0200
+++ /sbin/netbug2005-06-14 11:00:45.190133902 +0200
@@ -37,7 +37,7 @@
 fi
 
 cd /tmp
-tar c $tmppath | gzip -9c  $netbugtar
+{ tar c $tmppath | gzip -c9  $netbugtar; } 21 | grep -v 'Removing leading 
... from member names'
 uuencode $netbugtar $netbugtar | mail -s $netbug $mail
 
 echo Sending to $mail; subject is $netbug


Bug#313094: shared libraries, bug 313094

2005-06-14 Thread Brian May
Hello,

Very recently somebody filled a bug against on of my packages,
#313094.

In brief, the library soname changed without me realizing it, and the
package made in into the sarge release before anyone noticed. This
means that

a) (old) packages that linked with the old library won't work with the
new library.

b) recent packages that linked with the new library won't work with
the old library.

I added to the bug report saying I did not consider it worth fixing,
because the only breakage occurs if you upload from a version that
**no longer exists**[1] and was **never distributed in any stable release
of Debian**.

However somebody else has upgraded the severity of the bug to serious,
making it a release critical. The person offered no explanation as to
why they felt it was serious, or why they disagreed with my
assessment.

I am guessing that this means that the Debian administrators will have
to go back in time, and prevent my package from getting released with
sarge, but I didn't think Debian had the funds for a time machine
grin.

So what do people think?

* Is this a bug?

* Does it need fixing?

* Is serious really appropriate?

* What is the best way to fix this?

  - Should I change the name libdar2 to libdar3? Or should I wait
until libdar4?

  - Should I add the (yucky) version dependency as suggested by the
bug reporter?


My personal opinion is that it isn't really a bug, because it only is
only an issue for people who used the now obsolete version from a
previous testing/unstable. My understanding is that while Debian
supports upgrades from stable--stable, we don't necessarily guarantee
upgrades from testing will work flawlessly.

Comments anyone?

Notes:

[1] Not counting hurd-i386, this platform would appear to be months
behind. I don't think the bug reporter used hurd though.
-- 
Brian May [EMAIL PROTECTED]


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



Bug#313546: bash: FTBFS with new dpkg

2005-06-14 Thread Andrew Stribblehill
Package: bash
Version: 3.0-10
Severity: serious
Justification: no longer builds from source

Hi. I recently upgraded to dpkg 1.13.9 and it appears that your
debian/rules line:

ARCH:= $(shell dpkg --print-gnu-build-architecture)

is failing due to the --print-gnu-build-architecture option no longer
existing.

Knew you'd want to know ;)

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.0-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bash depends on:
ii  base-files  3.1.0Debian base system miscellaneous f
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  passwd  1:4.0.3-30.4 Change and administer password and

-- no debconf information


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



Bug#274276: Your Debian packages

2005-06-14 Thread Martin Michlmayr
* Jeroen van Wolffelaar [EMAIL PROTECTED] [2005-06-14 00:12]:
  * David A. van Leeuwen [EMAIL PROTECTED] [2003-09-28 21:10]:
   I think that we could safely drop `dvidvi'---that should either be
   part of tetex, but its functionality is covered by pstricks and the
   like.
 
 Well, dvidvi is still needed by alml, so it cannot be removed without
 making that package instantly buggy. Removal request postponed for now
 pending reaction of the alml maintainer on whether alml could be changed
 to use something else (note, I didn't mail the alml maintainer, but do
 see #310201).

Gaetano, you say in #310201 that alml is not a unique dependance of
Appunti-di-informatica-libera.  It is a DTD and can be used for any
kind of documentation.  So it should not be removed.  However, it
seems that alml is the only package which uses dvidvi which we'd like
to remove.  How useful/important is alml and does it absolutely
require dvidvi?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#308974: python2.3-gamin says 'module' object has no attribute 'engine_get_for_address'

2005-06-14 Thread Philippe Tonguet
Le lundi 13 juin 2005  21:11 +0200, Sjoerd Simons a crit :
 On Fri, May 13, 2005 at 05:16:42PM +0200, Philippe Tonguet wrote:
  Package: python2.3-gamin
  Version: 0.0.26-1
  
  I installed sabayon-0.17.tar.gz found at
  http://ftp.gnome.org/pub/GNOME/sources/sabayon/
  I launch Sabayon and when I want to save, I have 'module' object has no 
  attribute 'engine_get_for_address'.
 
 Does this still happen with the gamin 0.1.1 packages ?
 
   Sjoerd

I have just resolv the problem. It was not from this package, it was
from the package python2.3-gnome2.

--
Philippe




Bug#313547: hplip: hp psc1210: printing doesn't work through hp:/

2005-06-14 Thread Sven Salzwedel
Package: hplip
Version: 0.9.3-2
Severity: normal

As the title says, I can't print with my HP PSC 1210 Device when cups is
configured to use the printer with hplip backend. When I select the
normal usb device port in the cups printer configuration and the
ppd from the hplip-ppds file, it works, though.

When I start a job (with hplip backend) cups says that the job is
working, but my printer doesn't do anything. When I cancel the printing
job, there is a hpijs process left which I have to kill manually.

Scanning with hpaio: backend works.

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

Versions of packages hplip depends on:
ii  hplip-base0.9.3-2HP Linux Printing and
Imaging Syst
ii  python2.3.5-2An interactive high-level
object-o
ii  python-qt33.14.1-2   Qt3 bindings for Python
(default v

-- no debconf information



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



Bug#313079: findutils: -depth in new version fails with No such file or directory in some cases

2005-06-14 Thread C.Y.M
After updating to 4.2.20-3 yesterday, the problem seems to have been fixed.
But, after updating packages again today, the -depth problem seems to be back.
Would updating ncurses affect this?

Regards,


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



Bug#313079: findutils: -depth in new version fails with No such file or directory in some cases

2005-06-14 Thread C.Y.M
C.Y.M wrote:
 After updating to 4.2.20-3 yesterday, the problem seems to have been fixed.
 But, after updating packages again today, the -depth problem seems to be back.
 Would updating ncurses affect this?
 

Sorry, I forgot to mention that the problem occurs during bootup with the
bootclean.sh script.

Best Regards,



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



Bug#313258: Rename /usr/bin/md5sum.textutils to /usr/bin/md5sum

2005-06-14 Thread Michael Stone

On Tue, Jun 14, 2005 at 05:57:33AM +0100, Scott James Remnant wrote:

We have chatted about this ... initially about 18-odd months ago, and a
little more recently than that (about debconf-time last year).


The part that wasn't discussed was using a diversion. You've completely
screwed anyone who was actually using md5sum.textutils (there were some
people who did that, e.g., if they wanted to use options that were in
the gnu version and not the dpkg version) and made the upgrade path more
complicated than it needed to be.

Mike Stone



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



Bug#267499: gnome-libs: patch for bug #267499

2005-06-14 Thread Aurelien Jarno
Package: gnome-libs
Tags: patch
Followup-For: Bug #267499

Hi,

While trying to update libtool again for the new version of this
package, I have seen that you are already patching configure to add
support for mips/mipsel.

I suppose you still haven't updated libtool on this package because it
would break this system of patches. Therefore please find attached a
patch which updates 01_configure.dpatch to support GNU/kFreeBSD.

Please apply it.

Thanks,
Aurelien


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-10
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#312107: Same problem here

2005-06-14 Thread Krall, Torsten
Title: Same problem here






Hi,


same problem here with the current sarge-dvds and the net-installer.

Ubuntu installs perfectly but that is not my preferred operating-system ;-).

Even if i switch to a console and execute modprobe ata_piix, the harddisk cannot be found.

Hope, someone can help me an the other Inspiron 9300 users.


Best regards 


Maj0r



Output of ( lspci ; lspci -n ) | sort:


:00:00.0 0600: 8086:2590 (rev 03)

:00:00.0 Host bridge: Intel Corp. Mobile Memory Controller Hub (rev 03)

:00:01.0 0604: 8086:2591 (rev 03)

:00:01.0 PCI bridge: Intel Corp. Mobile Memory Controller Hub PCI Express Port (rev 03)

:00:1d.0 0c03: 8086:2658 (rev 03)

:00:1d.0 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)

:00:1d.1 0c03: 8086:2659 (rev 03)

:00:1d.1 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)

:00:1d.2 0c03: 8086:265a (rev 03)

:00:1d.2 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)

:00:1d.3 0c03: 8086:265b (rev 03)

:00:1d.3 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)

:00:1d.7 0c03: 8086:265c (rev 03)

:00:1d.7 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)

:00:1e.0 0604: 8086:2448 (rev d3)

:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev d3)

:00:1e.2 0401: 8086:266e (rev 03)

:00:1e.2 Multimedia audio controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)

:00:1e.3 0703: 8086:266d (rev 03)

:00:1e.3 Modem: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)

:00:1f.0 0601: 8086:2641 (rev 03)

:00:1f.0 ISA bridge: Intel Corp. 82801FBM (ICH6M) LPC Interface Bridge (rev 03)

:00:1f.2 0101: 8086:2653 (rev 03)

:00:1f.2 IDE interface: Intel Corp. 82801FBM (ICH6M) SATA Controller (rev 03)

:00:1f.3 0c05: 8086:266a (rev 03)

:00:1f.3 SMBus: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)

:01:00.0 0300: 10de:00c8 (rev a2)

:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 00c8 (rev a2)

:03:00.0 0200: 14e4:170c (rev 02)

:03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)

:03:01.0 0607: 1180:0476 (rev b3)

:03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)

:03:01.1 0c00: 1180:0552 (rev 08)

:03:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)

:03:01.2 0805: 1180:0822 (rev 17)

:03:01.2 0805: Ricoh Co Ltd: Unknown device 0822 (rev 17)

:03:03.0 0280: 8086:4220 (rev 05)

:03:03.0 Network controller: Intel Corp. PRO/Wireless 2200BG (rev 05)


Lsmod:


Module Size Used by

af_packet 20744 4 

ipv6 229504 6 

speedstep_centrino 7892 1 

proc_intf 4100 0 

freq_table 4100 1 speedstep_centrino

cpufreq_userspace 4572 1 

cpufreq_ondemand 6172 0 

cpufreq_powersave 1920 0 

pcmcia 21380 2 

video 16260 0 

sony_acpi 6280 0 

pcc_acpi 11264 0 

button 6800 0 

battery 10244 0 

container 4608 0 

ac 4996 0 

ipw2200 66156 0 

firmware_class 9728 1 ipw2200

ieee80211 21252 1 ipw2200

ieee80211_crypt 5832 1 ieee80211

ohci1394 31876 0 

yenta_socket 19584 0 

pcmcia_core 53568 2 pcmcia,yenta_socket

b44 20356 0 

mii 4736 1 b44

i2c_i801 8076 0 

i2c_core 21264 1 i2c_i801

snd_intel8x0 29984 2 

snd_ac97_codec 64608 1 snd_intel8x0

snd_pcm_oss 47652 1 

snd_mixer_oss 16768 2 snd_pcm_oss

snd_pcm 84872 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss

snd_timer 23300 1 snd_pcm

snd 50276 6 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer

soundcore 9824 3 snd

snd_page_alloc 9604 2 snd_intel8x0,snd_pcm

ehci_hcd 29444 0 

uhci_hcd 30224 0 

usbcore 107384 3 ehci_hcd,uhci_hcd

pci_hotplug 30512 0 

intel_agp 20636 1 

agpgart 31784 1 intel_agp

pcspkr 3816 0 

rtc 12216 0 

md 43856 0 

dm_mod 53116 1 

evdev 9088 0 

capability 5000 0 

commoncap 7808 1 capability

tsdev 7488 0 

sbp2 22408 0 

ieee1394 100408 2 ohci1394,sbp2

psmouse 19336 0 

mousedev 11160 1 

parport_pc 34372 0 

lp 10792 0 

parport 33480 2 parport_pc,lp

ext3 120968 1 

jbd 54168 1 ext3

ahci 10500 0 

sr_mod 16036 0 

cdrom 36508 1 sr_mod

sd_mod 16784 3 

sg 35360 0 

ata_piix 8836 7 

libata 44548 2 ahci,ata_piix

scsi_mod 119936 6 sbp2,ahci,sr_mod,sd_mod,sg,libata

unix 26164 832 

thermal 13576 0 

processor 22708 2 speedstep_centrino,thermal

fan 4612 0 

fbcon 34048 0 

font 8448 1 fbcon

bitblit 5120 1 fbcon

vesafb 6948 0 

cfbcopyarea 3968 1 vesafb

cfbimgblt 3072 1 vesafb

cfbfillrect 3584 1 vesafb





Bug#267499: gnome-libs: patch for bug #267499

2005-06-14 Thread Aurelien Jarno
Package: gnome-libs
Followup-For: Bug #267499

And the patch...
diff -u gnome-libs-1.4.2/debian/patches/01_configure.dpatch gnome-libs-1.4.2/debian/patches/01_configure.dpatch
--- gnome-libs-1.4.2/debian/patches/01_configure.dpatch
+++ gnome-libs-1.4.2/debian/patches/01_configure.dpatch
@@ -15,6 +15,15 @@
 
 --- configure.orig	2003-04-26 21:25:05.0 +0200
 +++ configure	2003-04-26 21:26:55.0 +0200
+@@ -1926,7 +1926,7 @@
+   esac
+   ;;
+ 
+-freebsd*)
++freebsd* | kfreebsd*-gnu)
+   if echo __ELF__ | $CC -E - | grep __ELF__  /dev/null; then
+ case $host_cpu in
+ i*86 )
 @@ -1976,7 +1976,7 @@
  # This must be Linux ELF.
  linux-gnu*)
@@ -24,7 +33,35 @@
  lt_cv_deplibs_check_method=pass_all ;;
*)
  # glibc up to 2.1.1 does not perform some relocations on ARM
-@@ -10765,14 +10765,14 @@
+@@ -3614,7 +3614,7 @@
+ ;;
+ 
+   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-  freebsd*)
++  freebsd* | kfreebsd*-gnu)
+ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+@@ -4013,6 +4013,18 @@
+   dynamic_linker=no
+   ;;
+ 
++kfreebsd*-gnu)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
++  soname_spec='${libname}${release}.so$major'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  hardcode_into_libs=yes
++  dynamic_linker='GNU ld.so'
++  ;;
++
+ freebsd*)
+   objformat=`test -x /usr/bin/objformat  /usr/bin/objformat || echo aout`
+   version_type=freebsd-$objformat
+@@ -10765,14 +10777,14 @@
  fi
  
  
@@ -42,7 +79,7 @@
  cat  conftest.$ac_ext EOF
  #line 10778 configure
  #include confdefs.h
-@@ -10860,14 +10860,14 @@
+@@ -10860,14 +10872,14 @@
png_ok=no
  fi
  rm -f conftest*
@@ -60,7 +97,7 @@
  cat  conftest.$ac_ext EOF
  #line 10873 configure
  #include confdefs.h
-@@ -10903,7 +10903,7 @@
+@@ -10903,7 +10915,7 @@
  
echo $ac_t$png_ok 16
if test $png_ok = yes; then
@@ -69,7 +106,7 @@
  #define HAVE_LIBPNG 1
  EOF
  
-@@ -11540,27 +11540,27 @@
+@@ -11540,27 +11552,27 @@
  fi
  
  else
@@ -105,7 +142,7 @@
rm -rf conftest*
eval ac_cv_lib_$ac_lib_var=yes
  else
-@@ -11575,11 +11575,11 @@
+@@ -11575,11 +11587,11 @@
  fi
  if eval test \`echo '$ac_cv_lib_'$ac_lib_var`\ = yes; then
echo $ac_tyes 16
@@ -119,7 +156,7 @@
  ac_lib_var=`echo db1'_'dbopen | sed 'y%./+-%__p_%'`
  if eval test \`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\ = set; then
echo $ac_n (cached) $ac_c 16
-@@ -11587,7 +11587,7 @@
+@@ -11587,7 +11599,7 @@
ac_save_LIBS=$LIBS
  LIBS=-ldb1  $LIBS
  cat  conftest.$ac_ext EOF
@@ -128,7 +165,7 @@
  #include confdefs.h
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
-@@ -11598,7 +11598,7 @@
+@@ -11598,7 +11610,7 @@
  dbopen()
  ; return 0; }
  EOF
@@ -137,7 +174,7 @@
rm -rf conftest*
eval ac_cv_lib_$ac_lib_var=yes
  else
-@@ -11616,27 +11616,27 @@
+@@ -11616,27 +11628,27 @@
DB_LIB=-ldb1
  else
echo $ac_tno 16
@@ -173,7 +210,7 @@
rm -rf conftest*
eval ac_cv_lib_$ac_lib_var=yes
  else
-@@ -11651,11 +11651,11 @@
+@@ -11651,11 +11663,11 @@
  fi
  if eval test \`echo '$ac_cv_lib_'$ac_lib_var`\ = yes; then
echo $ac_tyes 16
@@ -187,7 +224,7 @@
  ac_lib_var=`echo db-4'_'__db185_open | sed 'y%./+-%__p_%'`
  if eval test \`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\ = set; then
echo $ac_n (cached) $ac_c 16
-@@ -11663,7 +11663,7 @@
+@@ -11663,7 +11675,7 @@
ac_save_LIBS=$LIBS
  LIBS=-ldb-4  $LIBS
  cat  conftest.$ac_ext EOF
@@ -196,7 +233,7 @@
  #include confdefs.h
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
-@@ -11674,7 +11674,7 @@
+@@ -11674,7 +11686,7 @@
  __db185_open()
  ; return 0; }
  EOF
@@ -205,7 +242,7 @@
rm -rf conftest*
eval ac_cv_lib_$ac_lib_var=yes
  else
-@@ -11715,17 +11715,17 @@
+@@ -11715,17 +11727,17 @@
  do
  ac_safe=`echo $ac_hdr | sed 'y%./+-%__p_%'`
  echo $ac_n checking for $ac_hdr... $ac_c 16
@@ -226,7 +263,7 @@
  ac_err=`grep -v '^ *+' conftest.out | grep -v ^conftest.${ac_ext}\$`
  if test -z $ac_err; then
rm -rf conftest*
-@@ -11763,17 +11763,17 @@
+@@ -11763,17 +11775,17 @@
  do
  ac_safe=`echo $ac_hdr | sed 'y%./+-%__p_%'`
  echo $ac_n checking for $ac_hdr... $ac_c 16
@@ -249,0 +287,39 @@
+--- libart_lgpl/configure.orig	2005-06-14 01:11:38.0 +0200
 libart_lgpl/configure	2005-06-14 01:15:29.0 +0200
+@@ -1677,7 +1677,7 @@
+   esac
+   ;;
+ 
+-freebsd*)
++freebsd* | kfreebsd*-gnu)
+   if echo __ELF__ | $CC -E - | grep __ELF__  /dev/null; then
+ case $host_cpu in
+ i*86 )
+@@ -3365,7 +3365,7 @@
+ ;;
+ 
+   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-  freebsd*)
++  freebsd* | kfreebsd*-gnu)
+ archive_cmds='$CC 

Bug#313550: rssh: Wrong path to sftp-server for openssh-server

2005-06-14 Thread Johannes Kloos
Package: rssh
Version: 2.2.3-1
Severity: important

Hello Jesus,
the change from ssh to openssh-server in unstable breaks rssh.
This is because ssh put sftp-server in /usr/lib, while openssh-server
puts it in /usr/lib/openssh/sftp-server. As rssh has the path to
sftp-server compiled in, it fails.

-- 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.10-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rssh depends on:
ii  debconf   1.4.51 Debian configuration management sy
ii  ssh   1:4.1p1-3  Secure shell client and server (tr

-- debconf information:
* rssh/secnote:
  rssh/update-10:
* rssh/update-config-pre-2.2:
* rssh/chroot_helper_setuid: true


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



Bug#307683: needs to be properly fixed, FTBFS is RC

2005-06-14 Thread Santiago Vila
On Mon, 13 Jun 2005, Chris Lawrence wrote:

 On 6/13/05, Dirk Eddelbuettel [EMAIL PROTECTED] wrote:
  So I will back this out as far as the Depends goes, but keep the
  Build-Depends.
  
  I also reassign this back from r-base-dev.
  
  Chris:  You should adjust the offending package to do the same, i.e.
  
Build-Depends: []  mawk | gawk | awk
  
  on you should be set. All other R packages don't seem to care.
 
 I'm not even sure the build-depends is necessary, since base-files is
 Essential and depends on awk.  (Why lintian doesn't catch that too is
 beyond me.)  As long as AWK=/usr/bin/awk according to R, we're good to
 go.

This is exactly what I told Dirk in my very first message in this thread,
but it seems I was not clear enough, so I'll repeat:

Dirk: Please do not build-depend on mawk | gawk | awk as awk is essential.
Just use AWK=/usr/bin/awk and everything should work.


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



Bug#313094: shared libraries, bug 313094

2005-06-14 Thread Steve Langasek
On Tue, Jun 14, 2005 at 07:28:57PM +1000, Brian May wrote:
 Very recently somebody filled a bug against on of my packages,
 #313094.

 In brief, the library soname changed without me realizing it, and the
 package made in into the sarge release before anyone noticed. This
 means that

 a) (old) packages that linked with the old library won't work with the
 new library.

 b) recent packages that linked with the new library won't work with
 the old library.

 I added to the bug report saying I did not consider it worth fixing,
 because the only breakage occurs if you upload from a version that
 **no longer exists**[1] and was **never distributed in any stable release
 of Debian**.

 However somebody else has upgraded the severity of the bug to serious,
 making it a release critical. The person offered no explanation as to
 why they felt it was serious, or why they disagreed with my
 assessment.

 So what do people think?

 * Is this a bug?

Yes.

 * Does it need fixing?

No.  Rather, it's not fixable; there is no fix here that isn't worse than
the current bugginess.  What's done is done, there's no way to take back the
broken package name that has already been inflicted on the users of
stable, and all the users of testing/unstable that had upgraded since the
soname changed.

 * Is serious really appropriate?

Not really, though it might have looked that way to Frank at a glance.

 * What is the best way to fix this?

   - Should I change the name libdar2 to libdar3? Or should I wait
 until libdar4?

No.  Then you have a libdar3 that Conflicts: with libdar2 and anything
depending on it, and everyone's systems have already been broken if they
were going to break.  What would be the point?

   - Should I add the (yucky) version dependency as suggested by the
 bug reporter?

That would be fine, but it's not RC that you do so.

Option #3: future-proof your package so that this never happens again.

I've attached a couple of files that are a snapshot of a more intelligent
solution for library soname/shlibs handling that I'm working on, which I
would like to see widely adopted by library maintainers as early as possible
in the etch cycle.  There are still some unresolved issues, though, and I
haven't gotten a chance to talk to the debhelper maintainer about this at
all yet, so take it with a grain of salt for now. :)

 My personal opinion is that it isn't really a bug, because it only is
 only an issue for people who used the now obsolete version from a
 previous testing/unstable. My understanding is that while Debian
 supports upgrades from stable--stable, we don't necessarily guarantee
 upgrades from testing will work flawlessly.

We don't *guarantee* it, but it should always be a goal.

-- 
Steve Langasek
postmodern programmer


update-manifest.sh
Description: Bourne shell script
--- /usr/bin/dh_makeshlibs  2005-04-22 08:34:24.0 -0700
+++ debian/dh_makeshlibs2005-06-12 01:30:24.0 -0700
@@ -114,19 +114,86 @@
if (defined($dh{EXCLUDE_FIND})  $dh{EXCLUDE_FIND} ne '') {
$exclude=! \\( $dh{EXCLUDE_FIND} \\) ;
}
+   my @manifest;
+   my %shlibsmatch;
+   my $failure;
+   if (-e debian/$package.manifest) {
+   open (MANIFEST, debian/$package.manifest);
+   @manifest = MANIFEST;
+   close MANIFEST;
+   if ($manifest[0] !~ /^\s+VERSION\s+1$/) {
+   # Wrong version number -- ignore it silently?
+   # throw a warning?
+   undef (@manifest);
+   }
+   my (@shlibslist) = grep(/^\s+SONAME\s+/, @manifest);
+   for (@shlibslist) { s/^\s+SONAME\s+// }
+   foreach my $i (@shlibslist) {
+   my ($name, $version) = split(/\s+/,$i);
+   $shlibsmatch{$name} = [$version, 0];
+   }
+   }
open (FIND, find $tmp -type f \\( -name '*.so' -or -name '*.so.*' \\) 
$exclude |);
while (FIND) {
-   my ($library, $major);
+   chomp;
+   my ($library, $major, $soname);
my $objdump=`objdump -p $_`;
if ($objdump=~m/\s+SONAME\s+(.+)\.so\.(.+)/) {
# proper soname format
$library=$1;
$major=$2;
+   $soname=$1.so.$2;
}
elsif ($objdump=~m/\s+SONAME\s+(.+)-(.+)\.so/) {
# idiotic crap soname format
$library=$1;
$major=$2;
+   $soname=$1-$2.so;
+   }
+
+   if (@manifest) {
+   $failure = Error: new library $soname added to 
package\n
+  . Please update the library manifest
+   unless exists($shlibsmatch{$soname});
+   $shlibsmatch{$soname}[1] = 1;
+
+  

Bug#313448: gnome-system-tools: Creates ximian-setup-tools in binary-arch

2005-06-14 Thread Santiago Vila
On Tue, 14 Jun 2005, Thomas Hood wrote:

 On Mon, 2005-06-13 at 23:51 +0200, Santiago Vila wrote:
  Why not keep it for etch to support upgrades which skip sarge?
  In the old days we tried to support this.
 
 Debian does not support skip upgrades any more.  

Says who? Release notes? Release notes is not policy.

I think we should support skip upgrades if we can, as we always did.


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



Bug#313417: aptitude: Does not remember package selection after install failure

2005-06-14 Thread Andrew Ferrier
On 2005-06-13 at 14:57 -0400, Daniel Burrows wrote:

 ... and when you start it, a big red dialog box appears with the message:
 
 W: Warning: could not lock the cache file.  Opening in read-only mode

Perhaps it should be doing that, but it certainly doesn't here. Maybe
there's a configuration option that toggles that behaviour? I can't find
one though. Is there anything I can do to trace why that might not be
happening?

However, that's not really the main thrust of the bug report: that was
just example to recreate the bug. The point is that if aptitude
cannot install packages for whatever reason (out of disk space, DB not
lockable, a conflict, etc.), then it should retain the selections one
has made: it's irritating to have them lost because of a problem with
(potentially) just one package.

Since this is a usability bug, though, I've no objections if you want
to lower it to minor rather than normal.

Thanks,
Andrew.

-- 
Andrew Ferrier

mobile: +44 (0) 7968 147953
web: http://www.new-destiny.co.uk/andrew/
email: [EMAIL PROTECTED]


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



Bug#295760: ktoon depends on libming

2005-06-14 Thread Free Ekanayaka
Hi,

what's the status of this bug? Do you need help with it?

There's an unofficial libming package here:

http://klaus.geekserver.net/debian/binary/

(sources.list entry deb http://klaus.geekserver.net/debian binary/)

Cheers,

Free



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



Bug#313315: S20xprint stays on ps list after boot

2005-06-14 Thread Tom Allison

Drew Parsons wrote:

On Sun, 2005-06-12 at 21:30 -0400, Tom Allison wrote:


It is my understanding that scripts like S20xprint are not supposed
to be present when you run ps -ax.  restarting or stopping xpring
via the /etc/init.d scripts do not remove this from running.




Hi Tom,

Thanks for your concern. No, you're right, it really oughtn't be there.
It's been quite a mystery to me for some time just what it's doing
there.  /etc/init.d/xprint is sufficiently complicated that it's not
obvious why its happening.

Maybe one day a complete overhaul of the script will locate the source
of the problem and remove it.  You're welcome to help :)

Drew





 9465 ?S  0:00 /bin/bash /etc/init.d/xprint start
 9466 ?S  0:00  \_ /bin/bash /etc/init.d/xprint start
 9467 ?S  0:00  |   \_ /usr/X11R6/bin/Xprt -ac -pn 
-nolisten tcp -au

 9469 ?S  0:00  \_ /bin/bash /etc/init.d/xprint start

It's a long script and I can only take a guess right now.
But there is some mention of backgrounding scripts that looks like it 
would be key.


I tried running this under 'script' and it was pretty apparent that 
there are left over processes that are still running.  And now I'm 
getting out of my element, but is there some way that xprint or Xprt 
should be detaching from the parent process?



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



Bug#313550: Patch

2005-06-14 Thread Johannes Kloos
Hello Jesus,
attached is a small patch that creates a working version.


--- rules~  2005-06-14 12:19:11.752959304 +0200
+++ rules   2005-06-14 12:19:58.452599957 +0200
@@ -39,7 +39,7 @@
 config.status: configure
dh_testdir
# Add here commands to configure the package.
-   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--mandir=\$${prefix}/share/man --sysconfdir=/etc --with-scp=/usr/bin/scp 
--with-sftp-server=/usr/lib/sftp-server --with-cvs=/usr/bin/cvs 
--with-rsync=/usr/bin/rsync --with-rdist=/usr/bin/rdist --prefix=/usr 
--libexecdir=/usr/lib/rssh $(CONFIGURE_OPTIONS)
+   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--mandir=\$${prefix}/share/man --sysconfdir=/etc --with-scp=/usr/bin/scp 
--with-sftp-server=/usr/lib/openssh/sftp-server --with-cvs=/usr/bin/cvs 
--with-rsync=/usr/bin/rsync --with-rdist=/usr/bin/rdist --prefix=/usr 
--libexecdir=/usr/lib/rssh $(CONFIGURE_OPTIONS)
 
 
 #Architecture 


Bug#313553: amanda-server: unexpected output from smbclient

2005-06-14 Thread Dave Love
Package: amanda-server
Severity: normal

Sorry I can't report this from the server itself.  It applies to both
the current stable or unstable (1:2.4.5-1) amanda-server with the
stable smbclient (3.0.14a-3).  It started after an upgrade of the
amanda server to sarge, but I thought I was already running the sarge
versions of amanda and smbclient, so I'm puzzled why I'm now seeing a
problem with it reporting `strange' results like this:

/-- srbac4.dl. //bl121vig3/gda/stn12_1 lev 1 STRANGE
sendbackup: start [srbac4.dl.ac.uk://bl121vig3/gda/stn12_1 level 1]
sendbackup: info BACKUP=/usr/bin/smbclient
sendbackup: info RECOVER_CMD=/bin/gzip -dc |/usr/bin/smbclient -f... -
sendbackup: info COMPRESS_SUFFIX=.gz
sendbackup: info end
? Domain=[SRD] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
| tar: dumped 156 files and directories
| Total bytes written: 7680
sendbackup: size 8
sendbackup: end
\

I checked amanda CVS for relevant updates, but couldn't see any.

-- System Information:
Debian Release: 3.1
Architecture: sparc (sparc64)
Kernel: Linux 2.4.26-sparc64
Locale: LANG=C, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



Bug#313552: kernel-image-2.6.11-alpha: qla1280 driver doesn't work with ISP1020 (PCI ID: 1077:1020)

2005-06-14 Thread Steve Langasek
Package: kernel-image-2.6.11-alpha
Version: 2.6.11-1
Severity: important

In 2.6.11, qla1280 fails to load on my system with this error:

qla1280: QLA1040 found on PCI bus 1, dev 1
PCI: Setting latency timer of device :01:01.0 to 64
qla1280: Failed mbox check
qla1280_mailbox_command: Command failed, mailbox0 = 0x0007, mailbox_out0 = 
0x4003, istatus = 0x
m0 4003, m1 , m2 , m3 aa55
m4 55aa, m5 a5a5, m6 a5a5, m7 a5a5
scsi(0): Failed checksum
scsi(0): initialize: pci probe failed!
qla1x160: Failed to initialize adapter
qla1280: QLA1040 found on PCI bus 1, dev 2
PCI: Setting latency timer of device :01:02.0 to 64
qla1280: Failed mbox check
qla1280_mailbox_command: Command failed, mailbox0 = 0x0007, mailbox_out0 = 
0x4003, istatus = 0x
m0 4003, m1 , m2 , m3 aa55
m4 55aa, m5 a5a5, m6 a5a5, m7 a5a5
scsi(1): Failed checksum
scsi(1): initialize: pci probe failed!
qla1x160: Failed to initialize adapter

Still no 2.6 kernel that works completely on my alpha, alas.

The PCI info for this card is:

:01:01.0 SCSI storage controller: QLogic Corp. ISP1020 Fast-wide SCSI (rev 
01)
:01:02.0 SCSI storage controller: QLogic Corp. ISP1020 Fast-wide SCSI (rev 
01)

:01:01.0 0100: 1077:1020 (rev 01)
:01:02.0 0100: 1077:1020 (rev 01)


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: alpha
Kernel: Linux 2.6.11-1-generic
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#310842: cacti: Fix for poller silently failing

2005-06-14 Thread Mark Sheppard
Package: cacti
Version: 0.8.6d-1
Tags: patch
Followup-For: Bug #310842

I've finally got round to looking at this properly.  Turns out that
the problem is that there's a few rows in my poller_item table that
contain bad information.  They have the following fields which are
wrong:

  host_id   0
  hostname  None
  snmp_community
  snmp_version  0
  snmp_timeout  0

Procssing one of these causes cmd.php to hang, so script_server.php
never receives any input.  The attached patch causes cmd.cgi to skip
items with a host_id of 0 which fixes the problem.  It also logs a
warning message mentioning that.  (The patch also includes a couple of
minor corrections to some messages and comments).

Cheers,
Mark.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-686-smp
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages cacti depends on:
ii  apache   1.3.33-6versatile, high-performance HTTP s
ii  debconf  1.4.30.13   Debian configuration management sy
ii  libphp-adodb 4.52-1  The 'adodb' database abstraction l
ii  logrotate3.7-5   Log rotation utility
ii  mysql-client 4.0.24-10   mysql database client binaries
ii  php4 4:4.3.10-15 server-side, HTML-embedded scripti
ii  php4-cli 4:4.3.10-15 command-line interpreter for the p
ii  php4-mysql   4:4.3.10-15 MySQL module for php4
ii  php4-snmp4:4.3.10-15 SNMP module for php4
ii  rrdtool  1.0.49-1Time-series data storage and displ
ii  snmp 5.1.2-6.1   NET SNMP (Simple Network Managemen
ii  ucf  1.17Update Configuration File: preserv

-- debconf information excluded


cacti.patch
Description: Binary data


Bug#290304: What about uploading phonegaim?

2005-06-14 Thread Free Ekanayaka
Hi,

I've noticed that you've built unofficial packages for phonegaim here:

http://people.debian.org/~smimram/debian/dists/unstable/main/

is there any  specific reason for not  uploading them to Debian? I can
help in testing or packaging if needed..

This would also close #290304.

Cheers,

Free



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



Bug#313557: Not installable: dependency libnautilus2-2 has renamed to libnautilus-extension1

2005-06-14 Thread Luk Claes
Package: nautilus-media
Version: 0.8.1-2
Severity: grave
Tags: unstable

The package is removed when dist-upgrading. The solution is just depending
on libnautilus-extension1 instead of libnautilus2-2.

Cheers

Luk


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



Bug#313554: dpkg-architecture: Missed word in man page.

2005-06-14 Thread Karl Hegbloom
Package: dpkg-dev
Version: 1.13.9
Severity: minor

In: man dpkg-architecture, I find:

BACKWARD COMPATIBILITY
   The DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS variables were  only  intro-
   duced  in relatively versions of dpkg-architecture 
   ^
   new

The word new is missing there.


-- 
Karl Hegbloom [EMAIL PROTECTED]


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



Bug#313555: java-package: make-jpkg does not detect sun j2sdk because of wrong DEB_BUILD_GNU_TYPE

2005-06-14 Thread Stefan Potyra
Package: java-package
Version: 0.24
Severity: normal
Tags: patch

Hi,

make-jpkg doesn't detect jdk-1_5_0_03-linux-i586.bin (sun's j2sdk), because
dpkg-architecture says:

Arkelon:~# dpkg-architecture
DEB_BUILD_ARCH=i386
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=i486-linux-gnu
DEB_HOST_ARCH=i386
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=i386
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=i486-linux-gnu

Here a patch that works for me (maybe other shell scripts should be modified as
well).

Arkelon:/tmp/j# diff -Naur java-package-0.24/old/sun-j2sdk.sh
java-package-0.24/lib/sun-j2sdk.sh
--- java-package-0.24/old/sun-j2sdk.sh  2005-06-14 12:59:17.0 +0200
+++ java-package-0.24/lib/sun-j2sdk.sh  2005-06-14 12:59:47.0 +0200
@@ -3,7 +3,7 @@
   local found=
  eval $(dpkg-architecture)
 case $DEB_BUILD_GNU_TYPE in
 -i386-linux)
 +i386-linux | i486-linux-gnu)
case $archive_name in
j2sdk-1_4_1_[0-9][0-9]-linux-i586.bin) # SUPPORTED
j2se_version=1.4.1+${archive_name:12:2}



Cheers,
Stefan.

-- 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.11nh4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.36 helper programs for debian/rules
ii  fakeroot  1.3Gives a fake root environment

-- no debconf information


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



Bug#313556: INTL:vi

2005-06-14 Thread Clytie Siddall

Package: dist
Version: 3.70-27
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: dist


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhm Vit ha

our mailing list / hp th chung ca nhm chng ti:

[EMAIL PROTECTED]


Bug#278675: debget: relies on outdated archive structure

2005-06-14 Thread Roderick Schertler
On Sun, 12 Jun 2005 21:48:17 -0700, Steve Langasek [EMAIL PROTECTED] said:

 Are you still interested in maintaining debget?  Is the patch supplied by
 Alexis to fix this RC bug satisfactory?

I really would like to get it fixed (I've been missing it more and more
lately), but I'm afraid the patch didn't address the main problem.  The
bug you've responded to contains just a simple problem which is easily
fixed.  The main bug is #84368 (I'd responded to the patch there), with
further discussion on debian-devel at

http://lists.debian.org/debian-devel/2005/03/msg00491.html

The proposed solution is to extend the packages.debian.org site with the
ability to query what versions of a package are in what distributions, and
the like.  I presume this should use SOAP or similar, and I haven't used
them before.  I think as a stop-gap I will crib the code from reportbug
which is parsing this info out of the existing packages.debian.org HTML
code.

-- 
Roderick Schertler
[EMAIL PROTECTED]


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



Bug#313525: INTL:vi

2005-06-14 Thread Agustin Martin
tag 313525 +pending
thanks

On Tue, Jun 14, 2005 at 03:51:31PM +0930, Clytie Siddall wrote:
 Package: dictionaries-common
 Version: 0.30.0
 Severity: minor
 Tags: l10n, patch
 
 The Vietnamese translation for debconf: dictionaries-common
 
 translated and submitted by:
 
 Clytie Siddall, Vietnamese localization team / nhóm Vi???t hóa

Thanks for your contribution.

Committed to our CVS, will go in next release.

Cheers,

-- 
Agustin



Bug#313491: mercurial_0.5b+20050612-1: FTBFS: syntax error at /usr/bin/dh_strip line 191, near if

2005-06-14 Thread Vincent Danjean
On Tue, Jun 14, 2005 at 11:27:30AM +1000, Anibal Monsalve Salazar wrote:
 There was an error while trying to autobuild your package:
 
 Automatic build of mercurial_0.5b+20050612-1 on debian01 by sbuild/s390 27
 Build started at 20050613-2330

 [...]
 dh_python -pmercurial
 if test ; then :; else dh_strip -pmercurial  ; fi
 syntax error at /usr/bin/dh_strip line 191, near if
 Execution of /usr/bin/dh_strip aborted due to compilation errors.
 make: *** [binary-strip-IMPL/mercurial] Error 9
 
 Full build logs are available on buildd.debian.org.

This comes from a bug in debhelper 4.9.0
It has been corrected in debhelper 4.9.1 :
Changes: 
 debhelper (4.9.1) unstable; urgency=low
 .
   * Fix typo in dh_strip.

I will wait to see if the package is automatically rebuild (it is
already done for some architectures) and then close the bug.

  Vincent


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



Bug#313562: portmap: Please encode changelog in UTF-8

2005-06-14 Thread Jonas Smedegaard
Package: portmap
Version: 5-13
Severity: minor


Please encode the Debian changelog as UTF-8. Read more in Debian Policy
appendix C.2.2.


 - Jonas


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-rc3-mm3+debianlogo+squashfs
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

Versions of packages portmap depends on:
ii  debconf [debconf-2.0]   1.4.51   Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libwrap07.6.dbs-8Wietse Venema's TCP wrappers libra

-- debconf information excluded


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



Bug#313561: INTL:vi

2005-06-14 Thread Clytie Siddall

Package: distcc
Version: 2.18.3-2
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: distcc


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhm Vit ha

our mailing list / hp th chung ca nhm chng ti:

[EMAIL PROTECTED]


Bug#313559: xchat(GNU/k*BSD): FTBFS: out of date config.sub/config.guess

2005-06-14 Thread Aurelien Jarno
Package: xchat
Version: N/A
Severity: wishlist


Hello,


The current version of xchat fails to build on GNU/kFreeBSD, 
because of outdated config.guess and config.sub.

The versions of config.guess and config.sub in xchat are too
old to correctly support Debian GNU/k*BSD.  A version is needed
from this year, which is available in the autotools-dev packages
that are in current sarge, and sid.

You can simply copy them manually, but it can also be done 
automatically using the method described in
/usr/share/doc/autotools-dev/README.Debian.gz 

It would also be nice if you cans ask upstream to update 
config.guess and config.sub in their next release.


Thanks for your cooperation.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-10
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#313558: mysql-server: file /etc/mysql/debian.cnf corupted ...

2005-06-14 Thread Laradji nacer
Package: mysql-server
Version: 4.0.24-10
Severity: normal

hi,

After installation of mysql-server 
he claim a error on /etc/mysql/debian.cfg ,and there is a error on this file :

--debian.cfg--
ls: /etc/rcS.d/S[0-9][0-9]mysql: No such file or directory
# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = debian-sys-maint
...
-
 
if you remove the first line all work fine :)

Perhaps a debconf problem between install .

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mysql-server depends on:
ii  adduser  3.63Add and remove users and groups
ii  debconf  1.4.30.13   Debian configuration management sy
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libdbi-perl  1.46-6  Perl5 database interface by Tim Bu
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libmysqlclient12 4.0.24-10   mysql database client library
ii  libstdc++5   1:3.3.5-13  The GNU Standard C++ Library v3
ii  libwrap0 7.6.dbs-8   Wietse Venema's TCP wrappers libra
ii  mailx1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii  mysql-client 4.0.24-10   mysql database client binaries
ii  mysql-common 4.0.24-10   mysql database common files (e.g. 
ii  passwd   1:4.0.3-31sarge5change and administer password and
ii  perl 5.8.4-8 Larry Wall's Practical Extraction 
ii  psmisc   21.5-1  Utilities that use the proc filesy
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- debconf information:
  mysql-server/nis_warning:
  mysql-server/really_downgrade_from_41: false
  mysql-server/mysql_update_hints1:
  mysql-server/start_on_boot: true
  mysql-server/postrm_remove_databases: false
* mysql-server/mysql_install_db_notes:


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



Bug#313560: /dev/{null,zero,full} should not be run as root

2005-06-14 Thread Neal H. Walfield
Package: Hurd

/dev/{null,zero,full} should not be run as root: they don't need root
access to operate correctly.  Because they are translators and the
node is owned by root, the file system starts them with root
permission.  Ideally, they should be run with no user ids but as an
interim measure, they can be run as nobody.

Thanks,
Neal


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



Bug#313563: New upstream release; could solve ALSA problems

2005-06-14 Thread Thomas Hood
Package: esound
Version: 0.2.35-2.1
Severity: wishlist

The source URL has changed.  The URL in the copyright file
  ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/
no longer works.  I found the sources at:
  ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/

Looking in that directory I found a new release 0.2.36.  Its .news
file contains:

Version 0.2.36
===
* New sucker^Wmaintainer (David Schleef)
* new arts backend (Igor Mokrushin)
* ALSA-1.0 is the new default backend
* disable compressed audio from libaudiofile, because it's
  broken.
* code cleanup and warning fixes (Kjartan Maraas, David Schleef)
* OSS emulation fixes in esddsp (Fabian Franz)

The .changes file mentions (among other changes):

2005-05-25  David Schleef  [EMAIL PROTECTED]

* audio_alsa09.c: Patch from Takashi Iwai. Writes to alsa
  more carefully. (bug #140803)

This suggests that the new version may solve the bugs reported in
#283814, #313378.

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

Versions of packages esound depends on:
ii  esound-common   0.2.35-2.1   Enlightened Sound Daemon - Common 
ii  libaudiofile0   0.2.6-6  Open-source version of SGI's audio
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libesd-alsa0 [libesd0]  0.2.35-2.1   Enlightened Sound Daemon (ALSA) - 
ii  libwrap07.6.dbs-8Wietse Venema's TCP wrappers libra

-- no debconf information


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



Bug#103864: Online Internet Backgammon

2005-06-14 Thread Kimberly Anderson
You are the best? you can me money..

To start playing goto:  ---  65fun.info  ---

Important: you GET FREE 2$ now ! :-)



If you wish to stop future mailings, please mail to 65fun.info/unsub.html

jdnsoex  rmsbvxska  bzeif  suqacyrij  nuquga  cjwwhkp
fajax  meimzgbwk bysgjp hugxdxe


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



Bug#312058: ttf-larabie-uncommon patch for grave bug

2005-06-14 Thread Paul Wise
 Why a predepends?  Predepends are a special thing.  Since it is in
 postinst, a Depends: should suffice.

You are correct (I was not aware of the difference).

-- 
bye,
pabs

http://pabs.zip.to


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


Bug#313560: /dev/{null,zero,full} should not be run as root

2005-06-14 Thread Alfred M. Szmidt
This should be filed upstreams since it isn't a Debian GNU/Hurd bug.
I have filed it into the SV bug tracker, could someone close this?


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



Bug#313565: INTL:vi

2005-06-14 Thread Clytie Siddall

Package: distmp3
Version: 0.1.9.ds1-4
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: distmp3


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhm Vit ha

our mailing list / hp th chung ca nhm chng ti:

[EMAIL PROTECTED]


Bug#221258: Friend, Please confirm your subscription

2005-06-14 Thread International Business Ezine [IBE]
Dear Friend,

You or someone using your email address [EMAIL PROTECTED] has requested to join 
our mailing list International Business Ezine [IBE].

To confirm your subscription, please click on the link below:

http://responsebot.com/cgi-bin/verify.cgi?sid=109853mid=190k=AQpJbZHGGxE

If you don't take any actions, you won't be added to our list.

This is our way of protecting internet users like you against unsolicited 
emails.

If it wasn't you who requested this subscription, please forward this email to 
us.

This message was sent by:

Regimantas Kaminskas
Kestucio 31-6, Kaunas,
LT, 44312,
Lithuania


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



Bug#293646: Please confirm (Auto-reply code ad09f8a7)

2005-06-14 Thread allard
Hello.

You have sent email to [EMAIL PROTECTED]

Due to the enormous amount of junk mail I receive, I have to make
sure that you are really a person to whom I can reply via email.

Please confirm that you wish to send me email by replying to this
message.  Include the confirmation code ad09f8a7 in the subject or
body of your reply.

(All you have to do is hit your Reply button and then hit Send.)

Once your reply is processed, all email you send to me will be
delivered, including any email you sent to me prior to receiving
this notice.

Thanks!


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



Bug#313557: Not installable: dependency libnautilus2-2 has renamed to libnautilus-extension1

2005-06-14 Thread Sebastien Bacher
Le mardi 14 juin 2005 à 13:10 +0200, Luk Claes a écrit :

 The package is removed when dist-upgrading. The solution is just depending
 on libnautilus-extension1 instead of libnautilus2-2.

That doesn't work, these are not the same libraries. nautilus-media is
deprecated with GNOME 2.10 and should be dropped from the archive.


Cheers,

Sebastien Bacher





Bug#307683: needs to be properly fixed, FTBFS is RC

2005-06-14 Thread Dirk Eddelbuettel

On 14 June 2005 at 12:25, Santiago Vila wrote:
| On Mon, 13 Jun 2005, Chris Lawrence wrote:
| 
|  On 6/13/05, Dirk Eddelbuettel [EMAIL PROTECTED] wrote:
|   So I will back this out as far as the Depends goes, but keep the
|   Build-Depends.
|   
|   I also reassign this back from r-base-dev.
|   
|   Chris:  You should adjust the offending package to do the same, i.e.
|   
| Build-Depends: []  mawk | gawk | awk
|   
|   on you should be set. All other R packages don't seem to care.
|  
|  I'm not even sure the build-depends is necessary, since base-files is
|  Essential and depends on awk.  (Why lintian doesn't catch that too is
|  beyond me.)  As long as AWK=/usr/bin/awk according to R, we're good to
|  go.
| 
| This is exactly what I told Dirk in my very first message in this thread,
| but it seems I was not clear enough, so I'll repeat:

Seems like I'm a slow learner.

| Dirk: Please do not build-depend on mawk | gawk | awk as awk is essential.
| Just use AWK=/usr/bin/awk and everything should work.

Done. Will be effective by the next r-base upload, probably next Monday for
the 2.1.1 release.

Thanks, Dirk

-- 
Statistics: The (futile) attempt to offer certainty about uncertainty.
 -- Roger Koenker, 'Dictionary of Received Ideas of Statistics'


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



Bug#313566: INTL:vi

2005-06-14 Thread Clytie Siddall

Package: dnprogs
Version: 2.29.1
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: dnprogs


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhm Vit ha

our mailing list / hp th chung ca nhm chng ti:

[EMAIL PROTECTED]


Bug#313219: gnome-vfs2 crashes in read_entire_file with HAL and Linux 2.4

2005-06-14 Thread Ivan Wong
Package: libgnomevfs2-common
Version: 2.10.1-4
Followup-For: Bug #313219


I have got a more or less the same BT, just that it's nautuils that crashes on
gnome boot.
libgnomevfs2-dbg doesn't help much in providing the debugging symbols of
libfile.so (where the crash starts). I apt-get source, compiled with
-g3 and -O0, gdb and attached to the process. It seems that
_dl_lookup_symbol fails to find posix_fadvise(). I remarked the call of
posix_fadvise inside modules/file-method.c (do_open) and then there's no
more crash now. (p.s. my kernel is 2.4.27)

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

Versions of packages libgnomevfs2-common depends on:
ii  dbus-1  0.23.4-3 simple interprocess messaging syst
ii  dbus-glib-1 0.23.4-3 simple interprocess messaging syst
ii  gconf2  2.10.0-2 GNOME configuration database syste
ii  gnome-mime-data 2.4.2-1  base MIME and Application database
ii  libbonobo2-02.8.1-2  Bonobo CORBA interfaces library
ii  libbz2-1.0  1.0.2-7  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcdparanoia0  3a9.8-11 Shared libraries for cdparanoia (r
ii  libfam0c102 2.7.0-7  client library to control the FAM 
ii  libgconf2-4 2.10.0-2 GNOME configuration database syste
ii  libgcrypt11 1.2.0-11.1   LGPL Crypto library - runtime libr
ii  libglib2.0-02.6.5-1  The GLib library of C routines
ii  libgnomevfs2-0  2.10.1-4 The GNOME virtual file-system libr
ii  libgnutls11 1.0.16-13.1  GNU TLS library - runtime library
ii  libgpg-error0   1.0-1library for common error values an
ii  libhal-storage0 0.4.8-1  Hardware Abstraction Layer - share
ii  libhal0 0.4.8-1  Hardware Abstraction Layer - share
ii  liborbit2   1:2.12.2-1   libraries for ORBit2 - a CORBA ORB
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  libsmbclient3.0.14a-5shared library that allows applica
ii  libtasn1-2  0.2.10-4 Manage ASN.1 structures (runtime)
ii  libxml2 2.6.16-7 GNOME XML library
ii  shared-mime-info0.16-3   FreeDesktop.org shared MIME databa
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#313574: can you get rid of your build-dependency on libcap2?

2005-06-14 Thread Martin Michlmayr
Package: quintuple-agent
Version: 1.0.4-6
Severity: important

Your package is the one of two which still has a build-dependency on
libcap2.  libcap2 was orphaned 431 days ago, so it seems unlikely that
it will be adopted soon.  I'd like to remove libcap2 from the archive,
so I was wondering if you could switch to another version.  I see
there's a libcap 1:1.10-14 in the archive.  Will that work?

(traceproto is the other package, you may want to talk to its
maintainer.)
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#313569: ITP: LinuxTaRT -- The Automatic Random Tagline, a versatile, fast and feature-rich email signature generator

2005-06-14 Thread Colin Tuckley
Package: wnpp
Severity: wishlist
Owner: Colin Tuckley [EMAIL PROTECTED]


* Package name: LinuxTaRT
  Version : 3.07
  Upstream Author : Mark Veinot [EMAIL PROTECTED]
* URL : http://mvgrafx.ath.cx/~vmark/LT/
* License : GPL
  Description : The Automatic Random Tagline, a versatile, fast and 
feature-rich email signature generator

TaRT features include random
taglines, optional daemon functionality, display of current date, custom
layout of signature, and special date tagline text. The command line
syntax is simple and well explained. LinuxTaRT is designed to be run as
a stand-alone daemon, from crontab, or in your login script.

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


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



  1   2   3   4   >