Bug#366515: libnm_glib_nm_state_cb: dbus returned an error

2006-06-05 Thread Andrea Lorenzetti
Il giorno mar, 30/05/2006 alle 08.44 +0200, Øystein Gisnås ha scritto:
 If you are able to reproduce the problem, could you see if evolution
 automatically goes to offline mode just before or after the error
 occurs? You can see that by looking at the icon in the lower left
 corner.

No, evolution doesn't ever go to offline mode.

I solved it deleting ~/.evolution and ~/.gconf/apps/evolution .

Thanks and bye.
Andrea 


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#367872: FTBFS: too few arguments to function 'bfd_hash_table_init'

2006-06-05 Thread Matej Vela
tag 367872 patch
thanks

Hello, Daniel!

The bfd_hash_table_init function now expects an additional entsize
argument for the hash entry size.  This doesn't seem to be documented
yet, but you can check the way it's used in src/bfd in the binutils
source.  The following patch allows lush to compile cleanly (and
hopefully correctly).

--- lush-1.1/src/dldbfd.c.orig
+++ lush-1.1/src/dldbfd.c
@@ -673,7 +673,8 @@
 {
 static int initialized = 0;
 ASSERT(!initialized);
-bfd_hash_table_init(global_symbol_table, init_symbol_entry);
+bfd_hash_table_init(global_symbol_table, init_symbol_entry,
+sizeof(symbol_entry));
 initialized = 1;
 }
 
@@ -1099,7 +1100,8 @@
   /* Create GOT hash table */
   info-sgot = NULL;
   info-gotsize = 0;
-  bfd_hash_table_init(info-got_table, mipself_init_got_entry);
+  bfd_hash_table_init(info-got_table, mipself_init_got_entry,
+  sizeof(mipself_got_entry));
   /* Identify pertinent howto information */
   info-reloc_got16 = bfd_reloc_type_lookup(ent-abfd,BFD_RELOC_MIPS_GOT16);
   info-reloc_call16 = bfd_reloc_type_lookup(ent-abfd,BFD_RELOC_MIPS_CALL16);
@@ -2345,7 +2347,8 @@
 chain_of_bfd *chain;
 
 /* Initialize archive symbol table */
-if (! bfd_hash_table_init(archive_map, init_archive_entry))
+if (! bfd_hash_table_init(archive_map, init_archive_entry,
+  sizeof(archive_entry)))
 THROW(bfd_errmsg(bfd_error_no_memory));
 cookie.armap = archive_map;
 cookie.armod = module;

Thanks,

Matej


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



Bug#370282: Worth mentioning that Gnome needs a fix for newer Autoconf?

2006-06-05 Thread Ralf Wildenhues
Hi Ben,

* Ben Pfaff wrote on Mon, Jun 05, 2006 at 12:10:32AM CEST:
 Ralf Wildenhues [EMAIL PROTECTED] writes:
 
  I wonder what's necessary to make the NEWS item explicit enough:

 You sound a little frustrated.  I hope I'm not causing that.

No, you are not causing any frustration.  You are helping, and that
is very good!  I guess I need to work on the wording for the next
release message, though.  (The if not using Automake part was
obviously wrong, for example.)

 But I like the suggestion of adding this in NEWS.Debian.  I just
 did so.  Here is what I put in it.  If you have suggestions for
 improvement, please pass them along.

Looks good to me, and thank you very much for referring to the FAQ
entry!

Cheers,
Ralf


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



Bug#370413: totem: Totem 1.4.1-1 crashes when attempting to play an umounted DVD

2006-06-05 Thread Kevin Brown
Package: totem
Version: 1.4.1-1
Severity: normal


Put a DVD in the drive, then without mounting it manually, open Totem
and tell it to play the DVD.  It will promptly crash on my system.

Here's the relevant bits of my /etc/fstab:

/dev/hda/media/cdrom0   udf,iso9660 ro,user,noauto 0   0
/dev/dvd/media/dvd  udf,iso9660 ro,user,noauto 0   0


1.2.1-3 would complain that it couldn't find a mount point for /dev/hda,
so I'm guessing that's the fstab entry it's using.


Thanks to bug 370408, I'm reverting to 1.2.1-3, but I thought I'd report
this one anyway before I reverted for good...


Here's the backtrace.  Sorry for the length.


Backtrace was generated from '/usr/bin/totem'

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46930896225648 (LWP 3511)]
[New Thread 1157933408 (LWP 3534)]
[New Thread 1132755296 (LWP 3522)]
[New Thread 1124362592 (LWP 3521)]
[New Thread 1115969888 (LWP 3520)]
[New Thread 1107577184 (LWP 3519)]
[New Thread 1099184480 (LWP 3518)]
[New Thread 1090791776 (LWP 3517)]
[New Thread 1082399072 (LWP 3516)]
[New Thread 1074006368 (LWP 3515)]
0x2aaef2089510 in poll () from /lib/libc.so.6
#0  0x2aaef2089510 in poll () from /lib/libc.so.6
#1  0x2aaef1c7bbe0 in g_main_context_iterate (context=0x59bad0, block=1, 
dispatch=1, self=value optimized out) at gmain.c:2849
#2  0x2aaef1c7c254 in IA__g_main_context_iteration (context=0x59bad0, 
may_block=1) at gmain.c:2606
#3  0x2aaeee07f633 in totemplparser_marshal_VOID__STRING_STRING_STRING ()
   from /usr/lib/libtotem-plparser.so.1
#4  0x2aaeee07fb6d in totem_cd_detect_type_with_url ()
   from /usr/lib/libtotem-plparser.so.1
#5  0x0041c68d in totem_action_open_dialog ()
#6  0x0041dbf6 in totem_action_play_media_device ()
#7  0x2aaef07c0910 in IA__g_closure_invoke (closure=0xd77450, 
return_value=) at gclosure.c:490
#8  0x2aaef07cfaf2 in signal_emit_unlocked_R (node=0x6df0f0, detail=0, 
instance=0xcc7b90, emission_return=0x0, 
instance_and_params=0x7fbb88f0) at gsignal.c:2438
#9  0x2aaef07d0fcc in IA__g_signal_emit_valist (instance=0xcc7b90, 
signal_id=value optimized out, detail=0, var_args=0x7fbb8b70)
at gsignal.c:2197
#10 0x2aaef07d1383 in IA__g_signal_emit (instance=0xd64f70, signal_id=7, 
detail=88) at gsignal.c:2241
#11 0x2aaeef4d8b9a in IA__gtk_widget_activate (widget=0xcc7b90)
at gtkwidget.c:3763
#12 0x2aaeef409428 in IA__gtk_menu_shell_activate_item (
menu_shell=0x651a80, menu_item=0xcc7b90, 
force_deactivate=value optimized out) at gtkmenushell.c:1057
#13 0x2aaeef40975a in gtk_menu_shell_button_release (widget=0x651a80, 
event=0xd5b0a0) at gtkmenushell.c:663
#14 0x2aaeef3fa3b0 in _gtk_marshal_BOOLEAN__BOXED (closure=0x5dc850, 
return_value=0x7fbb8eb0, n_param_values=value optimized out, 
param_values=0x7fbb8fb0, invocation_hint=value optimized out, 
marshal_data=0x2aaeef4000a0) at gtkmarshalers.c:83
#15 0x2aaef07c0910 in IA__g_closure_invoke (closure=0x5dc850, 
return_value=) at gclosure.c:490
#16 0x2aaef07cfc9d in signal_emit_unlocked_R (node=0x5dc8c0, detail=0, 
instance=0x651a80, emission_return=0x7fbb91d0, 
instance_and_params=0x7fbb8fb0) at gsignal.c:2476
#17 0x2aaef07d0d0c in IA__g_signal_emit_valist (instance=0x651a80, 
signal_id=value optimized out, detail=0, var_args=0x7fbb9230)
at gsignal.c:2207
#18 0x2aaef07d1383 in IA__g_signal_emit (instance=0xd64f70, signal_id=7, 
detail=88) at gsignal.c:2241
#19 0x2aaeef4d8d65 in gtk_widget_event_internal (widget=0x651a80, 
event=0xd5b0a0) at gtkwidget.c:3732
#20 0x2aaeef3f87bb in IA__gtk_propagate_event (widget=0x651a80, 
event=0xd5b0a0) at gtkmain.c:2185
#21 0x2aaeef3f8c37 in IA__gtk_main_do_event (event=0xd5b0a0)
at gtkmain.c:1422
#22 0x2aaeef74399c in gdk_event_dispatch (source=value optimized out, 
callback=value optimized out, user_data=value optimized out)
at gdkevents-x11.c:2291
#23 0x2aaef1c78add in IA__g_main_context_dispatch (context=0x59bad0)
at gmain.c:1916
#24 0x2aaef1c7bda5 in g_main_context_iterate (context=0x59bad0, block=1, 
dispatch=1, self=value optimized out) at gmain.c:2547
#25 0x2aaef1c7c06a in IA__g_main_loop_run (loop=0x7593d0) at gmain.c:2751
#26 0x2aaeef3f8022 in IA__gtk_main () at gtkmain.c:1001
#27 0x0041fa13 in main ()

Thread 10 (Thread 1074006368 (LWP 3515)):
#0  0x2aaef2089510 in poll () from /lib/libc.so.6
No symbol table info available.
#1  0x2aaef1c7bbe0 in g_main_context_iterate (context=0xaf7aa0, block=1, 
dispatch=1, self=value optimized out) at gmain.c:2849
max_priority = 2147483647
timeout = -1
some_ready = value optimized out
nfds 

Bug#370282: Worth mentioning that Gnome needs a fix for newer Autoconf?

2006-06-05 Thread Ralf Wildenhues
Hello Paul, Ben,

* Paul Eggert wrote on Sun, Jun 04, 2006 at 11:05:31PM CEST:
 Ben Pfaff [EMAIL PROTECTED] writes:
 
   The problem is in AM_GLIB_DEFINE_LOCALEDIR from
   m4macros/glib-gettext.m4 which hardcodes a double shell expansion:
 localedir=`eval echo ${datadir}/locale`

 First, Autoconf is supposed to warn about the suspicious usage of
 datadir without defining datarootdir.  Did the warning not work for
 you?  If so, can you show us how to reproduce the problem easily?

The warnings that have been put into place cannot work for these cases.
Even if we tried to warn about strings containing `${datarootdir}' in
config headers (which we don't, and can't easily do without risking
false positives), even then, we would not have caught this issue.
I don't see any reasonable way we can warn about this case.  At least
it usually causes non-silent breakage, thus is usually found quickly.

 Second, that promiscuous 'eval' can lead to trouble.  First, it
 assumes that exactly one level of indirection will be right, which is
 not portable to future versions of Autoconf.  Second, if localedir
 contains special characters they can cause arbitrary shell code to be
 executed.

Yes.

 Something like this code (which I haven't tested) would be safer:

Please don't recommend such code.  We have a FAQ entry (Ben already
quoted it) which shows how to deal with directory variables in a future-
proof way.  Let's just recommend that.

 for i in . . . . . . . . . . . . X; do
   test $i = X  AC_MSG_ERROR([too many levels of indirection in localedir])
   case $localedir in
 *''* | *'`'* | *'\'* | *'$('*)

I'm think this will break with some old shell.  I'd use backslash-
escaping only within case patterns, because of the comment to some
respective code we eliminated from Autoconf not so long ago:
  *\* | *\`* | *\\* | *\$\(* )

(I meant to dig out the actual errors and document them at some
point...)

Cheers,
Ralf


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



Bug#369950: eclipse could is not search in the right place for sun-java5-jdk

2006-06-05 Thread Michael Koch
severity 36995 wishlist
merge 369950 368583 369194
thanks

On Fri, Jun 02, 2006 at 02:29:18PM +0200, Emil Nowak wrote:
 Package: eclipse
 Version: 3.1.2-2
 Severity: minor
 
 So now we have sun jdk in debian, but eclipse is not trying to use it.
 I know I can set JAVA_HOME and it everytinh manualy. 
 But it will be better to provide correct path to our:
 /etc/eclipse/java_home
 
 and btw: sun-jdk package with filelist is here.
 http://packages.debian.org/sun-java5-jdk

Thanks for filing this bug. This Bug was already filed twice.
Please look into the Debian bug tracking system before filing new bugs.
I downgrade this one as supporting non-free software can only be
wishlist. We will add support for this in the next upload.


Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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



Bug#370180: [Pkg-cryptsetup-devel] Bug#370180: cryptsetup: cryptroot initramfs hook script fails if root blockdevice has no options in /etc/crypttab

2006-06-05 Thread Daniel Kahn Gillmor
On June 4, [EMAIL PROTECTED] said:

  I've committed a fix to cryptsetup SVN. It will be included in the next 
  upload.

Great, thanks!

i'm also attaching a patch for
/usr/share/initramfs/scripts/local-top/cryptroot which should properly
handle missing (i.e. default) arguments for a standard cryptsetup root
blockdevice during the boot phase.  Note that the default
{hash,cipher,size} args that are currently present in this script in
SVN don't actually match the default args as specified in man
cryptsetup!  This seems like potential trouble to me.  i hope you find
the attached patch reasonable and useful.  The patch should apply
against the current pkg-cryptsetup SVN.

Sadly, the hard disk i was testing these changes on developed physical
sector errors just yesterday, and i've had to start over fresh.  so
again, this patch isn't properly tested :( In my new
installation/recovery to a new disk, i've gone with LUKS, since that
seems to be the upcoming standard.

When i get a chance, i'd be happy to try out this installation on a
new rig, but i've got nothing to play with at the moment to really
verify that it all works properly.

Thanks for all your work on this,

--dkg

Index: initramfs-cryptroot-script
===
--- initramfs-cryptroot-script	(revision 193)
+++ initramfs-cryptroot-script	(working copy)
@@ -56,9 +56,7 @@
 	# Start by parsing some options, all options are relevant to regular cryptsetup
 	# but only crypttarget and cryptsource is relevant to luks which picks up the 
 	# rest of the parameters by reading the partition header
-	cryptcipher=aes-cbc-essiv:sha256
-	cryptsize=256
-	crypthash=sha256
+	cryptsetupopts=
 	crypttarget=cryptroot
 	cryptsource=$ROOT
 	cryptlvm=
@@ -68,13 +66,13 @@
 		for x in $cryptopts; do
 			case $x in
 			hash=*)
-crypthash=${x#hash=}
+cryptsetupopts=$cryptsetupopts -h ${x#hash=}
 ;;
 			size=*)
-cryptsize=${x#size=}
+cryptsetupopts=$cryptsetupopts -s ${x#size=}
 ;;
 			cipher=*)
-cryptcipher=${x#cipher=}
+cryptsetupopts=$cryptsetupopts -c ${x#cipher=}
 ;;
 			target=*)
 crypttarget=${x#target=}
@@ -121,7 +119,7 @@
 	cryptcreate=/sbin/cryptsetup luksOpen $cryptsource $crypttarget
 	cryptremove=
 else
-	cryptcreate=/sbin/cryptsetup -c $cryptcipher -s $cryptsize -h $crypthash create $crypttarget $cryptsource
+	cryptcreate=/sbin/cryptsetup $cryptsetupopts create $crypttarget $cryptsource
 	cryptremove=/sbin/cryptsetup remove $crypttarget
 fi
 NEWROOT=/dev/mapper/$crypttarget


Bug#369697: nullmailer: French debconf templates translation updated)

2006-06-05 Thread Philippe Batailler
 Debian Bug Tracking System [EMAIL PROTECTED]  :

Hi Norbert,
I am very sorry to send you yet an another file.
But, yes, this new one is better.

Thank you very much.

-- 
Philippe Batailler



#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: nullmailer 1.00RC7-6\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-05-26 19:16+0200\n
PO-Revision-Date: 2006-06-05 08:15+0200\n
Last-Translator: Philippe Batailler [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../templates:3
msgid Mailname of your system:
msgstr Nom de courrier de votre système :

#. Type: string
#. Description
#: ../templates:3
msgid 
This is the fully-qualified host name of the computer running nullmailer. It 
defaults to the literal name 'me'.
msgstr 
Le nom de courrier du système est le nom complètement qualifié de la machine 
faisant fonctionner nullmailer. Par défaut, ce sera le nom « me » (moi, en 
anglais:-).

#. Type: string
#. Description
#: ../templates:9
msgid Smarthosts:
msgstr Machines relais :

#. Type: string
#. Description
#: ../templates:8
msgid 
This is a colon-separated list of remote servers to which to send each 
message. Each entry contains a remote host name or address followed by an 
optional protocol string 'host protocol'. The protocol name defaults to 
smtp, and may be followed by command-line arguments for that module.
msgstr 
Vous pouvez indiquer une liste de serveurs distants, séparés par des deux-
points. Chaque entrée contient le nom d'un serveur distant où envoyer le 
courrier, ou bien une adresse suivie d'une chaîne facultative indiquant un 
protocole, « host protocol ». Par défaut, le protocole est smtp et il peut 
être suivi par des arguments de ligne de commande pour ce module.

#. Type: string
#. Description
#: ../templates:9
msgid Examples:
msgstr Exemples :

#. Type: string
#. Description
#: ../templates:9
msgid 
  smarthost\n
  smarthost smtp --port=10025\n
  smarthost smtp --user=foo --pass=bar
msgstr 
  smarthost\n
  smarthost smtp --port=10025\n
  smarthost smtp --user=foo --pass=bar

#. Type: string
#. Description
#: ../templates:23
msgid Where to send local emails (optional):
msgstr Adresse où envoyer les courriers locaux (facultatif) :

#. Type: string
#. Description
#: ../templates:23
#, fuzzy
msgid 
If not empty, all recipients to users at either 'localhost' (the literal 
string) or the canonical host name (from /etc/mailname) are remapped to this 
address. This is provided to allow local daemons to be able to send email to 
'[EMAIL PROTECTED]' and have it go somewhere sensible instead of being 
bounced by your relay host.
msgstr 
Si cette adresse est donnée, tous les destinataires appartenant à la machine 
dont le nom est soit « localhost » soit le nom de courrier (donné par /etc/
mailname) sont associés à cette adresse. Les démons locaux peuvent ainsi 
envoyer des courriers à une adresse sensée, comme [EMAIL PROTECTED] Cela 
évite que le courrier soit renvoyé par la machine relais.

#~ msgid Please specify your smarthosts:
#~ msgstr Veuillez indiquer vos « smarthosts » (machines relais) :

#~ msgid Please enter your email domain (optional):
#~ msgstr Veuillez indiquer votre domaine pour le courrier (facultatif) :

#~ msgid 
#~ The email domain is appended to any host name that does not contain a 
#~ period. It defaults to the value of the /etc/mailname system file, if it 
#~ exists, otherwise the literal name 'defaultdomain'.
#~ msgstr 
#~ Le domaine pour le courrier est ajouté aux noms de machine qui ne 
#~ comportent pas de point. Par défaut, ce sera la valeur donnée par le 
#~ fichier système /etc/mailname, s'il existe. Sinon ce sera le nom 
#~ « defaultdomain » (domaine par défaut en anglais:-).

#~ msgid Manage nullmailer configuration using debconf?
#~ msgstr Voulez-vous gérer la configuration de nullmailer avec debconf ?

#~ msgid 
#~ If you want to configure nullmailer using debconf then your nullmailer 
#~ configuration and /etc/mailname will be overridden automatically. 
#~ Otherwise you need to edit at least /etc/mailname and /etc/nullmailer/
#~ remotes.
#~ msgstr 
#~ Si vous voulez configurer nullmailer avec debconf, le fichier de 
#~ configuration de nullmailer et le fichier /etc/mailname seront remplacés 
#~ automatiquement. Sinon, vous devrez modifier /etc/mailname et /etc/
#~ nullmailer/remotes.


Bug#370414: popt: FTBFS on amd64: mv: cannot stat

2006-06-05 Thread Roberto Pariset
Package: popt
Severity: normal

Hi,
popt 1.10-1 FTBFS on amd64 with the following error:

# Move the udeb library to /lib
mkdir /build/buildd/popt-1.10/debian/tmp-udeb/lib/
mv /build/buildd/popt-1.10/debian/tmp-udeb/usr/lib/libpopt.so.* \
/build/buildd/popt-1.10/debian/tmp-udeb/lib/
mv: cannot stat `/build/buildd/popt-1.10/debian/tmp-udeb/usr/lib/libpopt.so.*': 
No such file or directory
make: *** [install] Error 1

Thanks,
Roberto


PS. Which is the proper severity for this kind of bug?

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


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



Bug#365127: totem-xine: Totem makes xv loose true color

2006-06-05 Thread Loïc Minier
reassign 365127 libxine1
stop

Hi,

On Mon, Jun 05, 2006, Hongzheng Wang wrote:
 It appears to be a bug of xine under xorg7, since not only totem-xine
 but also xine-ui can reproduce this bug with intel i810 card.  With
 other graph cards, all of them work well, for example, ATI radeon.

 Thanks for verifying this, I'm reassigning to libxine1.

 But gxine has not this problem and it always works properly.

 That's weird, but goes in the direction of a xine-ui bug.

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#370304: AC_DEFINE_DIR may need updating

2006-06-05 Thread Keith Packard
strace shows bzflag attempting to open files starting with ${prefix}.
I suspect that's because the new version was built with newer autoconf
which requires an updated AC_DEFINE_DIR. Same thing happened to me today
with a local build of the X server. Here's the newer version of
AC_DEFINE_DIR (note lovely comment in the middle):

AC_DEFUN([AC_DEFINE_DIR], [
  prefix_NONE=
  exec_prefix_NONE=
  test x$prefix = xNONE  prefix_NONE=yes  prefix=
$ac_default_prefix
  test x$exec_prefix = xNONE  exec_prefix_NONE=yes  exec_prefix=
$prefix
dnl In Autoconf 2.60, ${datadir} refers to ${datarootdir}, which in turn
dnl refers to ${prefix}.  Thus we have to use `eval' twice.
  eval ac_define_dir=\[$]$2\
  eval ac_define_dir=\$ac_define_dir\
  AC_SUBST($1, $ac_define_dir)
  AC_DEFINE_UNQUOTED($1, $ac_define_dir, [$3])
  test $prefix_NONE  prefix=NONE
  test $exec_prefix_NONE  exec_prefix=NONE
])


-- 
[EMAIL PROTECTED]


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


Bug#370419: ppmd: FTBFS on amd64: Segmentation fault

2006-06-05 Thread Roberto Pariset
Package: ppmd
Version: 9.1-13
Severity: normal

Hi,

ppmd FTBFS on amd64 with following error:

/usr/bin/make CXXFLAGS=-Wall -g -O2
make[1]: Entering directory `/build/buildd/ppmd-9.1'
make[1]: `ppmd' is up to date.
make[1]: Leaving directory `/build/buildd/ppmd-9.1'
Testing if ppmd works on this architecture
/usr/bin/make test
make[1]: Entering directory `/build/buildd/ppmd-9.1'
/build/buildd/ppmd-9.1/ppmd e read_me.out
make[1]: *** [test] Segmentation fault
make[1]: Leaving directory `/build/buildd/ppmd-9.1'
make: *** [test] Error 2

Full log at:
http://buildd.debian.org/build.php?pkg=ppmdver=9.1-13arch=amd64file=log

Thanks,
Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


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



Bug#370420: hylafax-server: [PATCH] faxinfo: add output options

2006-06-05 Thread Paolo
Package: hylafax-server
Version: 2:4.3.0-1
Severity: wishlist

hi,

I need it, so hacked faxinfo(8) to offer more output formatting opts.
Specifically, I wanted a CSV row ready to stuff into a flat-file dB.
Also, this fixes aminor bug, ie non-0 exit code on error.

Pls see inline patch - sorry, no time to update man as well; also, I
left out CallID stuff from extra format for others that better knows it. 
WFM, shouldn't break anything.

-- paolo


#--[diff -u a/util/faxinfo.c++ b/util/faxinfo.c++]
--- a/util/faxinfo.c++  Fri May  5 22:32:47 2006
+++ b/util/faxinfo.c++  Mon Jun  5 09:06:53 2006
@@ -37,6 +37,7 @@
 #include CallID.h
 
 #include port.h
+#include Sys.h
 
 extern const char* fmtTime(time_t t);
 
@@ -78,33 +79,79 @@
 }
 }
 
+static void
+usage(char* appName)
+{
+  printf(Usage: %s [-hn] [-[C d|c d|r|0] file.tif\n, appName);
+puts(   -h   help);
+puts(   -n   don't print filename);
+puts(   -C d format output as CSV with 'd' as field delimiter);
+puts(   -c d like -C, but don't quote fields);
+puts(   -0   like -c 0x0);
+puts(   -Q q set 'q' as quoting char in -C -c);
+puts(   -r   raw format, no 'label:', one per row fields);
+}
+
 int
 main(int argc, char** argv)
 {
 bool showFilename = true;
+bool rawFormat = false;
+bool csvFormat = false;
+char csvChar = ',';
+char csvQuote[2];
 const char* appName = argv[0];
+int c;
 
-if (argc  2  streq(argv[1], -n)) {
-   showFilename = false;
-   argc--, argv++;
-}
-if (argc != 2) {
-   fprintf(stderr, usage: %s [-n] file.tif\n, appName);
-   return (-1);
-}
+csvQuote[0] = csvQuote[1] = 0x0;
+while ((c = getopt(argc, argv, hnc:C:rQ:0)) != -1)
+  switch (c) {
+case '?':
+case 'h':
+ usage((char*)appName);
+ return (0);
+   case 'n':
+ showFilename = false;
+ break;
+   case 'r':
+ rawFormat = true;
+ csvFormat = false;
+ break;
+   case 'Q':
+ csvQuote[0] = optarg[0];
+ break;
+   case '0':
+ csvFormat = true;
+ csvChar = 0x0;
+ break;
+   case 'c':
+   case 'C':
+ csvFormat = true;
+ if (c == 'C') csvQuote[0] = '';
+ csvChar = optarg[0];
+ break;
+   default:
+ usage((char*)appName);
+ return(-1);
+  }
+   /* if (argc != 2) {
+  printf(%u %c\n, argc, c);
+  usage((char*)appName);
+  return(-1);
+}*/
 if (showFilename)
-   printf(%s:\n, argv[1]);
+   printf(%s:\n, argv[argc - 1]);
 TIFFSetErrorHandler(NULL);
 TIFFSetWarningHandler(NULL);
-TIFF* tif = TIFFOpen(argv[1], r);
+TIFF* tif = TIFFOpen(argv[argc - 1], r);
 if (tif == NULL) {
printf(Could not open %s; either not TIFF or corrupted.\n, argv[1]);
-   return (0);
+   return (1);
 }
 bool ok = isFAXImage(tif);
 if (!ok) {
printf(Does not look like a facsimile?\n);
-   return (0);
+   return (2);
 }
 
 Class2Params params;
@@ -167,6 +214,7 @@
 }
 #endif
 fxStr sender = ;
+fxStr subaddr = ;
 CallID callid;
 if (TIFFGetField(tif, TIFFTAG_IMAGEDESCRIPTION, cp)) {
while (cp[0] != '\0'  cp[0] != '\n') {// sender
@@ -187,12 +235,10 @@
}
 } else
sender = unknown;
-printf(%11s %s\n, Sender:, (const char*) sender);
 #ifdef TIFFTAG_FAXSUBADDRESS
 if (TIFFGetField(tif, TIFFTAG_FAXSUBADDRESS, cp)) {
-   fxStr subaddr(cp);
+   subaddr = cp;
sanitize(subaddr);
-   printf(%11s %s\n, SubAddr:, (const char*) subaddr);
 }
 #endif
 fxStr date;
@@ -234,31 +280,71 @@
 } while (TIFFReadDirectory(tif));
 TIFFClose(tif);
 
-printf(%11s %u\n, Pages:, npages);
+char quality[31];
+char page[61];
+char TimeToRecv[31];
+char ec[4];
+
 if (params.vr == VR_NORMAL)
-   printf(%11s Normal\n, Quality:);
+   strcpy(quality, Normal);
 else if (params.vr == VR_FINE)
-   printf(%11s Fine\n, Quality:);
+   strcpy(quality, Fine);
 else if (params.vr == VR_R8)
-   printf(%11s Superfine\n, Quality:);
+   strcpy(quality, Superfine);
 else if (params.vr == VR_R16)
-   printf(%11s Hyperfine\n, Quality:);
+   strcpy(quality, Hyperfine);
 else
-   printf(%11s %u lines/inch\n, Quality:, params.verticalRes());
+   snprintf(quality, 30, %u lines/inch, params.verticalRes());
+
 PageSizeInfo* info = PageSizeInfo::getPageSizeBySize(w, h);
 if (info)
-   printf(%11s %s\n, Page:, info-name());
+   strncpy(page, info-name(), 60);
 else
-   printf(%11s %u by %u\n, Page:, params.pageWidth(), (u_int) h);
+   snprintf(page, 60, %u by %u\n, params.pageWidth(), (u_int) h);
 delete info;
-printf(%11s %s\n, Received:, (const char*) date);
-printf(%11s %s\n, TimeToRecv:, time == 0 ? unknown : 
fmtTime(time));
-

Bug#370416: FTBFS: /bin/sh: ./configure: Permission denied

2006-06-05 Thread Roberto Pariset
Package: scheme48
Severity: grave
Justification: renders package unusable

Hi, 
scheme48_1.3-5 FTBFS with the following error:

Now at patch bugfix-wait-for-child-eats-100%-cpu
# Add here commands to configure the package.
CFLAGS=-Wall -g -O2 ./configure --host=x86_64-linux-gnu 
--build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info
/bin/sh: ./configure: Permission denied
make: *** [config.status] Error 126

Thanks,
Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


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



Bug#370417: gpc-2.1-4.1: when gpc-2.1-41 is only gpc installed, no symbolic link from gpc

2006-06-05 Thread Arthur Marsh
Package: gpc-2.1-4.1
Version: 4.1.1-1
Severity: normal


gpc-2.1-4.1 is the only version of GNU Pascal Compiler installed on this 
system, but a symbolic link from gpc was *not* created when I installed 
gpc-2.1-4.1.

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

Versions of packages gpc-2.1-4.1 depends on:
ii  gcc-4.1   4.1.1-1The GNU C compiler
ii  gcc-4.1-base  4.1.1-1The GNU Compiler Collection (base 
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libc6-dev 2.3.6-13   GNU C Library: Development Librari

Versions of packages gpc-2.1-4.1 recommends:
ii  libgmp3-dev   4.2.dfsg-1 Multiprecision arithmetic library 
ii  libncurses5-dev   5.5-2  Developer's libraries and docs for

-- no debconf information


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



Bug#368804: Invalid/Lock password options don't work

2006-06-05 Thread Matej Vela
Roland Gruber [EMAIL PROTECTED] writes:

 Hi Stephan,

 Brian May schrieb:
 If I use the Invalid Password option in the Unix section of a user,
 I get a password of *. This is not invalid. pam_ldap accepts the
 password fine and allows the user to log in. Perhaps that means the
 fault is with pam_ldap, not sure.

 can you tell me why pam-ldap accepts a * as password? Should LDAP
 accounts not be formated just like accounts in /etc/(passwd|shadow)?

A userPassword value is assumed to be hashed only if prefixed with a
hashing mechanism name like {CRYPT}; otherwise it is assumed to be a
plaintext, non-encrypted password (see RFC 2256 section 5.36).

 How do I disable an account, setting no userPassword attribute at all?

Either delete all userPassword values, or insert * after the
{CRYPT} prefix, e.g. replacing {CRYPT}GIB0bxS41gacQ with
{CRYPT}*GIB0bxS41gacQ (examples shown raw, not in Base64).

 When I set a user password which starts with * then getent shadow
 shows me an x in the password field.

libnss-ldap ignores all userPassword values not prefixed with
{CRYPT}, i.e. not hashed according to the /etc/shadow convention.

Thanks,

Matej


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



Bug#361603: FTBFS with GCC 4.2: cast from pointer to integer of different size

2006-06-05 Thread Andrew Pollock
On Sun, Jun 04, 2006 at 11:00:14PM -0600, Shaun Jackman wrote:
 On 6/4/06, Andrew Pollock [EMAIL PROTECTED] wrote:
  Apparently, yes, it is! How's this for irony. The QA upload of
  0.1.2.2-4 reverted the changes from 0.1.2.2-3 and broke the package!
  Funny.
 
 How's that? I just took what was in unstable and rebuilt it. I don't go
 reverting things. Strange in this particular case how I did two uploads of
 the package though...
 
 Too long (and too many packages) ago to remember the specifics.
 
 The issue is that I uploaded -3; it was not a QA upload. My changes in
 -3 seem to have been omitted from the QA upload of -4. See (far) below
 for the changelog from my -3 upload.
 

Sure, I read the changelog before composing my previous email. My point
remains: when I do a QA upload, I take what's currently in unstable. The
only possibility, (and it's quite possible, given that I appear to have
uploaded this package twice) is I downloaded what was in unstable at some
point between you making your upload and me making mine.

If this is the case, then I am entirely at fault, and need to stop working
in a vacuum, and apologise profusely.

regards

Andrew


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



Bug#370421: amule-common: no ed2k handler in package

2006-06-05 Thread Battarra Samuele
Package: amule-common
Version: 2.1.2-1.1
Severity: normal

file /usr/bin/ed2k and /usr/bin/ed2k.wrapper are missing 

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

-- no debconf information


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



Bug#370418: failed Installation report for etch beta2 on oldworld PowerPC Mac (beige g3)

2006-06-05 Thread Rick Thomas

Package: debian-installer

Installing from the Debian testing beta2 netinst image on a beige G3  
oldworld PowerPC Mac, using the BootX bootloader from MacOS9...


Everything went just fine until it came time to reboot.  (copied by  
hand from the screen, so forgive any inaccuracies!):



Begin: Mounting root file system ... ...
Begin: Running /scripts/local-top ...
/scripts/local-top/lvm: 36 vgchange: not found
Done.
i8042.c: No controller found
FATAL: Error inserting i8042 (/lib/modules/2.6.8-powerpc/kernel/ 
drivers/input/serio/i8042.ko): No such device

ALERT! does not exist: Dropping to a shell!




Here are the hardware details, incase it matters...


debian:~# ( lspci ; lspci -n ) | sort
:00:00.0 0600: 1057:0002 (rev 40)
:00:00.0 Host bridge: Motorola MPC106 [Grackle] (rev 40)
:00:0d.0 0200: 1186:1300 (rev 10)
:00:0d.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet  
(rev 10)

:00:0e.0 0100: 1191:0009 (rev 06)
:00:0e.0 SCSI storage controller: Artop Electronic Corp ATP865  
(rev 06)

:00:0f.0 0604: 3388:0021 (rev 13)
:00:0f.0 PCI bridge: Hint Corp HB6 Universal PCI-PCI bridge (non- 
transparent mode) (rev 13)

:00:10.0 ff00: 106b:0010 (rev 01)
:00:10.0 ff00: Apple Computer Inc. Heathrow Mac I/O (rev 01)
:00:12.0 0300: 1002:4754 (rev 9a)
:00:12.0 VGA compatible controller: ATI Technologies Inc 3D Rage  
I/II 215GT [Mach64 GT] (rev 9a)

:01:08.0 0c03: 1033:0035 (rev 41)
:01:08.0 USB Controller: NEC Corporation USB (rev 41)
:01:08.1 0c03: 1033:0035 (rev 41)
:01:08.1 USB Controller: NEC Corporation USB (rev 41)
:01:08.2 0c03: 1033:00e0 (rev 02)
:01:08.2 USB Controller: NEC Corporation USB 2.0 (rev 02)
:01:0b.0 0c00: 104c:8020
:01:0b.0 FireWire (IEEE 1394): Texas Instruments TSB12LV26  
IEEE-1394 Controller (Link)

debian:~#


debian:~# mac-fdisk -l /dev/hde
/dev/hde
#type name  length
base  ( size )  system
/dev/hde1 Apple_partition_map Apple 63 @  
1 ( 31.5k)  Partition map
/dev/hde2  Apple_Driver43 Macintosh 54 @  
64( 27.0k)  Driver 4.3
/dev/hde3  Apple_Driver43 Macintosh 74 @  
118   ( 37.0k)  Driver 4.3
/dev/hde4  Apple_Driver_IOKit Macintosh512 @  
192   (256.0k)  Unknown
/dev/hde5   Apple_Patches Patch Partition  512 @  
704   (256.0k)  Unknown
/dev/hde6   Apple_HFS untitled 6144000 @  
1216  (  2.9G)  HFS
/dev/hde7 Apple_UNIX_SVR2 root19531251 @  
6145216   (  9.3G)  Linux native
/dev/hde8 Apple_UNIX_SVR2 swap 1953126 @  
25676467  (953.7M)  Linux swap
/dev/hde9 Apple_UNIX_SVR2 beta2   19531251 @  
27629593  (  9.3G)  Linux native
/dev/hde10 Apple_Free Extra  113675636 @  
47160844  ( 54.2G)  Free space


Block size=512, Number of Blocks=160836480
DeviceType=0x0, DeviceId=0x0
Drivers-
1: @ 64 for 23, type=0x1
2: @ 118 for 36, type=0x




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



Bug#370142: ion3-scripts: statusd_mpd.lua causes statusd to hang

2006-06-05 Thread Sven Salzwedel
On Sun, Jun 04, 2006 at 11:14:57AM +0200, René van Bevern wrote:
 Could you give more information, like the version of mpd that you are
 using? 

Of course. I'm using the current version 0.11.5 from sid. 

 I would also like to see the output from:
/usr/lib/ion3/ion-statusd -m mpd

Well, it doesn't show anything that looks like an error (just showing the
currently playing song and the position twice a second) and I found out that the
statusbar not always hangs when the playlist finishes. Sometimes it just hangs
while playing a song. And I also found out that when the statusbar stops
updating, that there are the following processes left running on my system:

6230 tty1 S  0:00 sh -c echo -n status?currentsong?close? |\
netcat localhost 6600
6232 tty1 S  0:00 netcat localhost 6600

After killing those processes the statusbar gets updated again, even without
restarting ion.

Hope that helps.

Sven


signature.asc
Description: Digital signature


Bug#370183: FTBFS with GCC 4.2: templates may not be 'virtual'

2006-06-05 Thread Martin Michlmayr
* Ben Burton [EMAIL PROTECTED] [2006-06-05 08:40]:
  Virtual templates are apparently not allowed in C++ and GCC 4.2 will
  treat them as errors.
 
 Thanks for picking this up.  It's now patched upstream for the next
 release (4.3.2).  If g++-4.2 is likely to become default within the next
 couple of months, I'll patch the debian packages now; otherwise I'll
 just wait for the next upstream release and close the bug then.

4.2 hasn't even been released yet and won't be for another few months.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#348249: kprof: displays error xvcg could not display the data.

2006-06-05 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

retitle 348249 kprof: displays error xvcg could not display the data.
thanks

Hi Martin!

It looks to me as though this is a bug in xvcg, not in kprof. I took the
example you provided, and did:

File-Open and pick 'example'
Tools-Generate Call Graph pick VCG, *Save File* and Whole
Call Tree, click OK.

I then ran xvcg on the generated file and I get this:

$ xvcg example.vcg || echo failed
WaiteX connection to :1.0 broken (explicit kill or
server shutdown).
failed

It looks like xvcg returns with an error code, even though it is able to
display the data.. What do you think about this?

Jeremy

- --
http://www.jerryweb.org/ : JerryWeb.org
http://sailcut.sourceforge.net/  : Sailcut CAD
http://opensource.polytechnique.org/ : Polytechnique.org Free Software
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEg9vO4mJJZqJp2ScRAntnAKCWevhsceySH0VhF8oZeUoV0lruQQCghjHB
LTIrVQNhMCQU/yoXpkuDUO0=
=3Tfb
-END PGP SIGNATURE-


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



Bug#370415: FTBFS: doxygen: Command not found

2006-06-05 Thread Roberto Pariset
Package: gecode
Severity: grave
Justification: renders package unusable

Hi,
gecode_1.1.0-1 FTBFS with the following error:

cp -f ./misc/doxygen/back.png \
./misc/doxygen/gecode-logo-100.png doc/html
doxygen doxygen.conf.use
make[1]: doxygen: Command not found
make[1]: *** [doc] Error 127
make[1]: Leaving directory `/build/buildd/gecode-1.1.0'
make: *** [build-indep-stamp] Error 2

Please let it build-depend on doxygen.

Thanks,
Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


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



Bug#370414: popt: FTBFS on amd64: mv: cannot stat

2006-06-05 Thread Paul Martin
severity 370414 serious
thanks
On Mon, Jun 05, 2006 at 09:01:09AM +0200, Roberto Pariset wrote:

 popt 1.10-1 FTBFS on amd64 with the following error:
 
 # Move the udeb library to /lib
 mkdir /build/buildd/popt-1.10/debian/tmp-udeb/lib/
 mv /build/buildd/popt-1.10/debian/tmp-udeb/usr/lib/libpopt.so.* \
   /build/buildd/popt-1.10/debian/tmp-udeb/lib/
 mv: cannot stat 
 `/build/buildd/popt-1.10/debian/tmp-udeb/usr/lib/libpopt.so.*': No such file 
 or directory
 make: *** [install] Error 1

It's not building the udeb libraries for some reason. Could you give me 
a pointer to the full build log, please?

Could the compiler/autoconf be putting the libraries in something like 
lib-amd64, perhaps?

 PS. Which is the proper severity for this kind of bug?

Serious, usually.

Note to onlookers: Trigger-happy NMUs are not appreciated. Anyone 
sending a patch will receive full credit for it.

-- 
Paul Martin [EMAIL PROTECTED]


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



Bug#370394: mozilla-firefox: Allow users to add download actions

2006-06-05 Thread Mike Hommey
On Sun, Jun 04, 2006 at 04:34:35PM -0700, Kingsley G. Morse Jr. [EMAIL 
PROTECTED] wrote:
 Package: mozilla-firefox
 Version: 1.5.dfsg+1.5.0.3-2
 Severity: normal
 
 
 Thanks for maintaining Debian's firefox package.
 
 It's good.
 
 I happened to notice that
 
 Edit-Preferences-Downloads-View  Edit Actions
 
 doesn't allow one to add actions for new mime/file
 types.
 
 For example, I'd like to add an action for file
 names ending with .au.
 
 It's easy for me to imagine other people wanting
 to add actions for other mime/file types too.

Doesn't it add it when you download a .au file and choose an application
to start ?

Mike


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



Bug#368883: rev 3896 - in trunk/packages/qt4-x11/debian: . patches

2006-06-05 Thread Pierre Habouzit
Le Lun 5 Juin 2006 07:18, Brian Nelson a écrit :
 Author: pyro
 Date: 2006-06-05 05:18:47 + (Mon, 05 Jun 2006)
 New Revision: 3896

 Modified:
trunk/packages/qt4-x11/debian/changelog
trunk/packages/qt4-x11/debian/patches/17_alpha_ice.dpatch
 Log:
 Reverted the alpha patch update since it didn't work.  Let's just fix
 the damn compiler instead.

sadly qt4 nneeds to enter testing.

I'm currently building a qt4 version on escher where I add in 
opengl.pro:
QMAKE_CXXFLAGS_HIDESYMS -= -fvisibility-inlines-hidden

this is a bit of magic, but it seemed to worked correctly (at least, the 
compilation has already compiled the FTBFS-ing part). If the 
compilation works, I really think that fix should be uploaded as a 
temporary solution, until alpha is fixed.

but that problem exist on gcc 4.{0,1,2} and is unlikely to be fixed very 
soon :'(
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpbK8y5YeL8N.pgp
Description: PGP signature


Bug#370422: gpiv: Build-Depends on obsolete libgnutls11-dev (and does not even use it)

2006-06-05 Thread Andreas Metzler
Package: gpiv
Version: 0.3.1-1
Severity: normal

gpiv Build-Depends libgnutls11-dev. This package is obsolete and we
are not going to ship it in etch.

Afaict the Build-Depends is useless and should simply be dropped. -
The package build-log does not show any reference to libgnutls11
(except for installing and uninstalling it) and the binary package is
not related to libgnutls11 directly or indirectly, it can be installed
without libgnutls11.

cu andreas
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-k7
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#370142: ion3-scripts: statusd_mpd.lua causes statusd to hang

2006-06-05 Thread René van Bevern
Sven Salzwedel [EMAIL PROTECTED] writes:

Hallo Sven,

 that there are the following processes left running on my system:

 6230 tty1 S  0:00 sh -c echo -n status?currentsong?close? |\
   netcat localhost 6600
 6232 tty1 S  0:00 netcat localhost 6600

 After killing those processes the statusbar gets updated again, even without
 restarting ion.

This actually looks like your MPD does not answer the query for some
reason. Is there a chance that the hang is caused by playing a
specific song? (which e.g. has unusual characters in its name)

 René

-- 
René van Bevern [EMAIL PROTECTED]
http://progn.org  http://www.debian.org  http://www.pro-linux.de


pgp7HPltu0rVZ.pgp
Description: PGP signature


Bug#370056: NMU procedure and /usr/bin/nmudiff defaults

2006-06-05 Thread Goswin von Brederlow
Adeodato =?utf-8?B?U2ltw7M=?= [EMAIL PROTECTED] writes:

 Hi all,

 for those who don't know, nmudiff is a small script by Steinar H.
 Gunderson that, when invoked in the source tree of a NMU, will create a
 diff with respect the previous version, and send it to the BTS. I've
 found it quite useful myself, and probably others have as well.

I always use debdiff patch and then check that for abnormalities
before using reportbug to send it in.

 By default, the current version of nmudiff opens a new bug against the
 package and attaches the diff to it. I recently submitted wishlist
 #370056 against devscripts so nmudiff behaves like this only if --new is
 passed, and by default sends the patch to the bugs the NMU fixes.

I think that a NMU that fixes only one bug should always go to that
bug. If it fixes multiple bugs it might be better to open a new one
and only drop a notice about it in the affekted bugs. Might be little
point in duplicating the patch all over the BTS.

MfG
Goswin


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



Bug#370065: nautilus: Files do not show up in trash:

2006-06-05 Thread kmk
Josselin Mouette schrieb:
 Kernel: Linux 2.6.15kmk5
 
 Is your home directory on NFS ?

No. It is on localhost.
It is on a seperate partition, though.

Here is my current output of df -h:

FilesystemSize  Used Avail Use% Mounted on
/dev/hda7 9.2G  4.7G  4.1G  54% /
tmpfs 252M  4.0K  252M   1% /dev/shm
/dev/hda9 9.6G  8.6G  506M  95% /home
/dev/hda2 9.2G  5.6G  3.2G  64% /usr
tmpfs  10M  140K  9.9M   2% /dev




 If it is not, does your home-cooked kernel include inotify support? You
 can grep for CONFIG_INOTIFY in the .config file.

Yes, it is.
[EMAIL PROTECTED]:/usr/src/linux-source-2.6.15$ grep INOTIFY .config
CONFIG_INOTIFY=y

Anything else I can check?

---(kaimartin)---
-- 
Kai-Martin Knaak
[EMAIL PROTECTED]
http://lilalaser.de/blog



signature.asc
Description: OpenPGP digital signature


Bug#370423: heartbeat-2: Links against obsolete version of gnutls (libgnutls11)

2006-06-05 Thread Andreas Metzler
Package: heartbeat-2
Version: 2.0.5-2
Severity: normal

heartbeat-2 links against libgnutls11, a package we are not intending
to ship with etch, please switch to libgnutls13.
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#370424: libggz: Links against obsolete version of gnutls (libgnutls11)

2006-06-05 Thread Andreas Metzler
Package: libggz
Version: 0.0.13-1
Severity: normal

libggz links against libgnutls11, a package we are not intending to
ship with etch, please switch to libgnutls13.
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#370425: installation-guide

2006-06-05 Thread Clytie Siddall

Package: installation-guide
Version:
Severity: minor
Tags: l10n, patch

From partitioning.po

Most of them are formatting inconsistencies, but there are a few  
typos. Also, sizes are written inconsistently:


20GB
20 GB

20MB
20 MB

20kb
20k
20KB

We should probably choose one format and stick to it.

1.
po:14
auto:   ⑤   Tag: filename
Original:   ⌘0  boot

- boot
+ filenameboot/filename

iff you want to use that formatting for all the directories in the  
table. If so, there are quite a few which don't yet have it.



2.
po:88
auto:   ⑤   Tag: para
Original:	⌘0	Be careful if you have existing FreeBSD partitions on  
your machine. The installation kernels include support for these  
partitions, but the way that commandfdisk/command represents them  
(or not) can make the device names differ. See the ulink url=\url- 
linux-freebsd;\Linux+FreeBSD HOWTO/ulink


Missing final full stop.

- HOWTO/ulink
+ HOWTO/ulink.


3.
po:106
auto:   ⑤   Tag: para
Original:	⌘0	Booting Debian from the SRM console (the only disk boot  
method supported by releasename;) requires you to have a BSD disk  
label, not a DOS partition table, on your boot disk. (Remember, the  
SRM boot block is incompatible with MS-DOS partition tables mdash;  
see xref linkend=\alpha-firmware\/.) As a result,  
commandpartman/command creates BSD disk labels when running on  
architecture;, but if your disk has an existing DOS partition table  
the existing partitions will need to be deleted before partman can  
convert it to use a disk label.


- before partman can
+ before commandpartman/command can


4.
po:112
auto:   ⑤   Tag: para
Original:	⌘0	If you have an existing other operating system such as  
DOS or Windows and you want to preserve that operating system while  
installing Debian, you may need to resize its partition to free up  
space for the Debian installation. The installer supports resizing of  
both FAT and NTFS filesystems; when you get to the installer's  
partitioning step, select the option to partition manually and then  
simply select an existing partition and change its size.


- select the option to partition manually
+ select the option guimenuitemManually edit partition table/ 
guimenuitem



5.
po:120
auto:   ⑤   Tag: para
Original:	⌘0	The commandpartman/command disk partitioner is the  
default partitioning tool for the installer. It manages the set of  
partitions and their mount points to ensure that the disks and  
filesystems is properly configured for a successful installation. It  
actually uses the commandparted/command to do the on-disk  
partitioning.


- the disks and filesystems is properly configured
+ the disks and filesystems are properly configured

- uses the commandparted/command
+ uses commandparted/command
OR
+ uses the commandparted/command program

[Grammar note: you don't use an article (the, a) with a name on its  
own.]


6.
po:122
auto:   ⑤   Tag: para
Original:	⌘0	The IA64 EFI firmware supports two partition table (or  
disk label) formats, GPT and MS-DOS. MS-DOS, the format typically  
used on i386 PCs, is no longer recommended for IA64 systems. Although  
the installer also provides the commandcfdisk/command, you should  
only use the ulink url=\parted.txt\ commandparted/command/ 
ulink because only it can manage both GPT and MS-DOS tables correctly.


- provides the commandcfdisk/command,
+ provides commandcfdisk/command,
OR
+ provides the commandcfdisk/command program,

- use the ulink url=\parted.txt\ commandparted/command/ulink
+ use ulink url=\parted.txt\ commandparted/command/ulink
OR
+ use the ulink url=\parted.txt\ commandparted/command/ 
ulink program

___

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


Bug#370273: [Pkg-xfce-devel] Bug#370273: orage: segfaults when saving events

2006-06-05 Thread Simon Huggins
On Sun, Jun 04, 2006 at 02:02:23PM +0100, Matthew Foulkes wrote:
 I installed orage on my amd64 system for the first time this morning.
 It starts OK but segfaults every time I try to save a new calendar
 event. I have no idea of the cause of the problem.

I see this too.  I'll try a debugging build later and let you know how I
get on.

Simon.

-- 
[ Step #1 in programming: understand people. -- Linus]


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



Bug#370389: [Pkg-xfce-devel] Bug#370389: xfce4: ~/.menu content not displayed in the Xfce Menu after installing a program in french with wine

2006-06-05 Thread Simon Huggins
On Mon, Jun 05, 2006 at 12:26:22AM +0200, KnuX wrote:
 This bug occured on Xfce 4.2 and since it is still present in the 4.4,
 I submit it.

 First, I had a perfect Xfce Menu. I run the PhotoFiltre installer
 with wine, it adds some entries in the ~/.menu/wine file and
 simultaneously, the debian entry menu called Applications, and entry
 from CrossOver Office disappeared from the Xfce Menu. I used wine, and
 not crossover, for installing photofiltre ;)

 (xfdesktop:5137): libxfcegui4-WARNING **: XfceAppMenuItem: 'name'
 failed utf8 validation for .desktop file 
 '/home/knux/.local/share/applications//menu-xdg/X-Debian-Wine-Programmes-PhotoFiltre-d\xe9sinstaller_photofiltre.desktop'

 ** (xfdesktop:5137): WARNING **: XfceDesktopMenu: Error parsing xfdesktop 
 menu file (0): Erreur à la ligne 185 caractère 1 : Texte codé en UTF-8 non 
 valide

 - http://www.ownz.us/~max/xfce/menu_bad.tar.bz2

 If I remove the ~/.menu/wine file or replace the accentued
 characters, it's ok. I hope this mail will help you to resolve this
 bug :$

If you replace the accented characters with utf-8 I assume it works fine
too?

We can ask upstream for you but when I unpacked the file, the xpm file
had an accent in the filename.  Given it seems to be trying to parse it
as utf-8, I'd suggest you convert the filename to utf-8 or remove the
accent.

It's possible that the xfce menu system shouldn't be trying to parse it
as utf-8 though.  I'll check with upstream later.

-- 
 ,--huggie-at-earth-dot-listuff-thing-stuff--DF5CE2B4--.
_|  What do you find bracing Basil?  the damp, the drizzle, the fog   |_
 | ... - Sybil, Fawlty Towers |
 `- http://www.earth.li/~huggie/ - http://www.blackcatnetworks.co.uk/ -'


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



Bug#370426: libgtk+2.0-directfb-dev: please update libdirectfb dependency

2006-06-05 Thread Laurent Bonnaud
Package: libgtk+2.0-directfb-dev
Version: 2.0.9.2-14.3
Severity: wishlist


Hi,

installing libgtk+2.0-directfb-dev is not without trouble:

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

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

The following packages have unmet dependencies:
  libgtk+2.0-directfb-dev: Depends: libdirectfb-0.9-22-dev but it is not going 
to be installed
E: Broken packages


and forcing the installation removes a large number of packages:


# apt-get install libgtk+2.0-directfb-dev libdirectfb-0.9-22-dev
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  libdirectfb-0.9-22 libgtk+2.0-directfb0
The following packages will be REMOVED:
  libarkrpg-dev libdirectfb-dev libfusionsound-dev libopal-dev libopenh323-dev 
libparagui1.0-dev libpt-dev libsdl-gfx1.2-dev libsdl-image1.2-dev
  libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-sound1.2-dev libsdl-ttf2.0-dev 
libsdl1.2-dev libsmpeg-dev paintlib-dev


So could you please update libgtk+2.0-directfb-dev to depend on
libdirectfb-dev instead of libdirectfb-0.9-22-dev ?


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

Versions of packages libgtk+2.0-directfb-dev depends on:
ii  libatk1.0-dev   1.11.4-2 Development files for the ATK acce
ii  libdirectfb-dev 0.9.24-3 frame buffer graphics library, dev
ii  libgtk+2.0-directfb02.0.9.2-14.3 gtk+2.0 implementation for the fra
ii  libgtk2.0-dev   2.8.18-1 Development files for the GTK+ lib
ii  libpango1.0-dev 1.12.3-1 Development files for the Pango
ii  pkg-config  0.20-1   manage compile and link flags for 

libgtk+2.0-directfb-dev recommends no packages.

-- no debconf information


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



Bug#368883: rev 3896 - in trunk/packages/qt4-x11/debian: . patches

2006-06-05 Thread Pierre Habouzit
Le Lun 5 Juin 2006 09:36, Pierre Habouzit a écrit :
 Le Lun 5 Juin 2006 07:18, Brian Nelson a écrit :
  Author: pyro
  Date: 2006-06-05 05:18:47 + (Mon, 05 Jun 2006)
  New Revision: 3896
 
  Modified:
 trunk/packages/qt4-x11/debian/changelog
 trunk/packages/qt4-x11/debian/patches/17_alpha_ice.dpatch
  Log:
  Reverted the alpha patch update since it didn't work.  Let's just
  fix the damn compiler instead.

 sadly qt4 nneeds to enter testing.

 I'm currently building a qt4 version on escher where I add in
 opengl.pro:
 QMAKE_CXXFLAGS_HIDESYMS -= -fvisibility-inlines-hidden

I can confirm that works. It'd be nice to have it uploaded before 
tonight's dinstall.

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


pgpYRVMSKaBk5.pgp
Description: PGP signature


Bug#367843: xinput 1.2-5.3 NMU

2006-06-05 Thread Matej Vela
Hello,

I'm doing an NMU of xinput to fix #367843 and #368274; diff attached.

Thanks,

Matej
diff -u xinput-1.2/debian/changelog xinput-1.2/debian/changelog
--- xinput-1.2/debian/changelog
+++ xinput-1.2/debian/changelog
@@ -1,3 +1,13 @@
+xinput (1.2-5.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Replace debmake with debhelper.  Closes: #368274.
+  * debian/rules: Remove reference to /usr/X11R6.  Closes: #367843.
+  * debian/prerm: Remove /usr/doc compatibility code.
+  * Conforms to Standards version 3.7.2.
+
+ -- Matej Vela [EMAIL PROTECTED]  Mon,  5 Jun 2006 10:10:46 +0200
+
 xinput (1.2-5.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u xinput-1.2/debian/rules xinput-1.2/debian/rules
--- xinput-1.2/debian/rules
+++ xinput-1.2/debian/rules
@@ -2,62 +2,52 @@
-# Sample debian.rules file - for GNU Hello (1.3).
-# Copyright 1994,1995 by Ian Jackson.
-# I hereby give you perpetual unlimited permission to copy,
-# modify and relicense this file, provided that you do not remove
- # my name from the file itself.  (I assert my moral right of
-# paternity under the Copyright, Designs and Patents Act 1988.)
-# This file may have to be extensively modified
-#
-# Modified to be a prototype for debmake by Christoph Lameter [EMAIL 
PROTECTED]
+# This file is public domain software, originally written by Joey Hess. 
 
-package=xinput
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+   dh_testdir
 
-build:
-   $(checkdir)
xmkmf -a
-   make
+   $(MAKE)
 
-   touch build
+   touch build-stamp
 
 clean:
-   $(checkdir)
-   -make clean
-   -rm -f build Makefile
-   -rm `find . -name *~ -o -name *.orig`
-   -rm -rf debian/tmp debian/files* core debian/substvars
-
-binary-indep:  checkroot build
-   $(checkdir)
-# There are no architecture-independent files to be uploaded
-# generated by this package.  If there were any they would be
-# made here.
-
-binary-arch:   checkroot build
-   $(checkdir)
-   -rm -rf debian/tmp
-   install -d debian/tmp
-   make install install.man DESTDIR=`pwd`/debian/tmp
-   chmod 644 `pwd`/debian/tmp/usr/X11R6/man/man*/*
-# Must have debmake installed for this to work. Otherwise please copy
-# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
-   debstd ChangeLog README 
-   dpkg-gencontrol -isp
-   chown -R root.root debian/tmp
-   chmod -R go=rX debian/tmp
-   dpkg --build debian/tmp ..
-
-define checkdir
-   test -f debian/rules
-endef
-
-# Below here is fairly generic really
-
-binary:binary-indep binary-arch
-
-source diff:
-   @echo 2 'source and diff are obsolete - use dpkg-source -b'; false
-
-checkroot:
-   $(checkdir)
-   test root = `whoami`
+   dh_testdir
+   dh_testroot
+   rm -f build-stamp
+
+   [ ! -f Makefile ] || $(MAKE) distclean
+
+   dh_clean
+
+install: build
+   dh_testdir
+   dh_testroot
+   dh_clean -k
+   dh_installdirs
+
+   $(MAKE) DESTDIR=$(CURDIR)/debian/xinput install install.man
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+   dh_testdir
+   dh_testroot
+   dh_installchangelogs ChangeLog
+   dh_installdocs README
+   dh_link
+   dh_strip
+   dh_compress
+   dh_fixperms
+   dh_installdeb
+   dh_shlibdeps
+   dh_gencontrol
+   dh_md5sums
+   dh_builddeb
 
-.PHONY: binary binary-arch binary-indep clean checkroot
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
diff -u xinput-1.2/debian/control xinput-1.2/debian/control
--- xinput-1.2/debian/control
+++ xinput-1.2/debian/control
@@ -2,8 +2,8 @@
 Section: x11
 Priority: optional
 Maintainer: Frederic Lepied [EMAIL PROTECTED]
-Standards-Version: 3.5.8
-Build-Depends: libx11-dev, libxi-dev, xutils, debmake
+Standards-Version: 3.7.2
+Build-Depends: debhelper (= 5), libx11-dev, libxi-dev, xutils
 
 Package: xinput
 Architecture: any
reverted:
--- xinput-1.2/debian/prerm
+++ xinput-1.2.orig/debian/prerm
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if [ \( $1 = upgrade -o $1 = remove \) -a -L /usr/doc/xinput ]; then
-   rm -f /usr/doc/xinput
-fi
-
only in patch2:
unchanged:
--- xinput-1.2.orig/debian/compat
+++ xinput-1.2/debian/compat
@@ -0,0 +1 @@
+5


Bug#365014: [pkg-wpa-devel] Bug#365014: wpasupplicant: Patch for supporting madwifi-old and madwifi-ng in parallel

2006-06-05 Thread Kel Modderman

Hi Gregor,

The current wpasupplicant in experimental supports madwifi-ng.

Thanks, Kel.


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



Bug#345703: openoffice.org: Repeat problem: bug 345703 and 353003

2006-06-05 Thread Henry Bremridge
Package: openoffice.org
Version: 2.0.1-5
Followup-For: Bug #345703




I have been trying to get digital signatures to work following the
instructions in the openoffice forums http://tinyurl.com/hg229

Even entering the command 
:~$ MOZILLA_CERTIFICATE_FOLDER=~/.mozilla/firefox/?.default 

Then openoffice
1/ sees the SSL certificate
2/ crashes when asked to add the certificate to the file

I have also tried using .bash_profile and .bashrc, both failed

I have read the comments from lancehaverkamp (bug 59968?) and have followed
the steps outlined in fst email of 12 may 

No joy: system crashes



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

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   2.0.1-5OpenOffice.org office suite - data
ii  openoffice.org-calc   2.0.1-5OpenOffice.org office suite - spre
ii  openoffice.org-core   2.0.1-5OpenOffice.org office suite archit
ii  openoffice.org-draw   2.0.1-5OpenOffice.org office suite - draw
ii  openoffice.org-impress2.0.1-5OpenOffice.org office suite - pres
ii  openoffice.org-java-common2.0.1-5OpenOffice.org office suite Java s
ii  openoffice.org-math   2.0.1-5OpenOffice.org office suite - equa
ii  openoffice.org-writer 2.0.1-5OpenOffice.org office suite - word

openoffice.org recommends no packages.

-- no debconf information


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



Bug#370427: module-init-tools: hotplug blacklisting causes modprobe alias not to work anymore

2006-06-05 Thread Jan De Luyck
Package: module-init-tools
Version: 3.2.2-3
Severity: normal

Since the last update of module-init-tools, I'm no longer able to use 

modprobe eth1 (which is actually being called from ifup eth1)

which is aliased in /etc/modprobe.d/local-aliases as:
alias eth1 ipw2100

There is a hotplug blacklisting entry in /etc/hotplug/blacklist.d/custom 
for ipw2100, to prevent it from being loaded at bootup, but now it's 
also being prevented from loading if I use the alias.

Modprobing ipw2100 works as expected.

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

Versions of packages module-init-tools depends on:
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  lsb-base  3.1-9  Linux Standard Base 3.1 init scrip

module-init-tools recommends no packages.

-- no debconf information


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



Bug#215772: acknowledged by developer (Bug#215772: fixed in gnutls10 1.0.4-1)

2006-06-05 Thread Andreas Metzler
On 2004-01-17 Ivan Nestlerode [EMAIL PROTECTED] wrote:
 I've reopened this because the auth method list is still inconsistent.
 In libgnutls-doc version 1.0.4-2 the problem still exists in
 /usr/share/doc/libgnutls-doc/gnutls.ps.gz on page 15.

 The list at the beginning (Certificate, Anonymous, SRP) needs to have
 an OpenPGP list item between the Certificate and Anonymous list items.
[...]

This is fixed in gnutls-doc 1.4.0-1. Nowadays the list looks like
this:

--
The TLS protocol provides confidentiality and encryption, but also offers
authentication, which is a prerequisite for a secure connection. The available
authentication methods in
GnuTLS are:
 · Certificate authentication
 · Anonymous authentication
 · SRP authentication
 · PSK authentication
--

And there are two different methods for Certificate authentication:
4.1.1 Authentication using X.509 certificates
4.1.2 Authentication using OpenPGP keys

cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#350688: gcc-2.95: FTBFS with new make

2006-06-05 Thread Bill Allombert
On Sun, Jun 04, 2006 at 04:38:23PM +0200, Matthias Klose wrote:
 [EMAIL PROTECTED] writes:
  On Tue, Jan 31, 2006 at 12:03:40PM +0100, Matthias Klose wrote:
   please send a fix. I do not intend to touch this code. it's fixed in
   the 3.4, 4.0 and 4.1 packages.
  
  Hello Matthias,
  
  Daniel and Matt Krai provided a patch for this bug.
  Do you plan to upload this package soon ?
  
  In the alternative, would you consider the option of a NMU ?
  
  Thanks in advance fro your answer,
 
 Please coordinate with Thiemo, he planned an upload this weekend.

I see a NMU by Steinar being rejected due to bad versions.

So how do we proceed from there ? Who is going to upload a fix ?

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#370428: scanbuttond: better example in buttonpressed.sh

2006-06-05 Thread Francesco Potorti`
Package: scanbuttond
Version: 0.2.3-2
Severity: wishlist

The appended buttonpressed.sh is better than the provided example in
many respects.  First of all, it works with the etch version of
scanimage.


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

Versions of packages scanbuttond depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libsane   1.0.17-3   API library for scanners

Versions of packages scanbuttond recommends:
ii  sane-utils1.0.17-3   API library for scanners -- utilit

-- no debconf information

===File /etc/scanbuttond/buttonpressed.sh===
#!/bin/sh

# This script is started by scanbuttond whenever a scanner button has been 
pressed.
# Scanbuttond passes the following parameters to us:
# $1 ... the button number
# $2 ... the scanner's SANE device name, which comes in handy if there are two 
or 
#more scanners. In this case we can pass the device name to SANE 
programs 
#like scanimage.

exec  /var/log/scanbuttond.log
exec 21

echo
echo -- $0 started on `date`

LOCKFILE=/tmp/$2.lock
PRINTER=-P bn

case $1 in
1)
echo button 1 has been pressed on $2
;;
2)
echo button 2 has been pressed on $2

# Turn your scanner+printer into an A4 photocopier.
# Requires sane-utils, lockfile-progs and netpbm.
if ! lockfile-create --retry 2 $LOCKFILE; then
  echo Error: scanning already in progress for $2
  exit
fi
#set -x
RES=--resolution 300 --contrast 10 --brightness 0
scanimage --verbose --device-name $2 \
--mode Gray -x 210 -y 297 $RES |
  pnmtops -width=8.27 -height=11.69 |
  lpr -J $2 $PRINTER
lockfile-remove $LOCKFILE
;;
3)
echo button 3 has been pressed on $2
;;
4)
echo button 4 has been pressed on $2
;;
esac




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



Bug#370431: ipw2100-source: new upstream version (1.2.1) available

2006-06-05 Thread Jan De Luyck
Package: ipw2100-source
Version: 1.1.3-2
Severity: wishlist

There is a new upstream version which (atleast for me) fixed quite
a few issues.

Jan

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

Versions of packages ipw2100-source depends on:
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  debhelper 5.0.35 helper programs for debian/rules
ii  ieee80211-source  1.1.6-4Source for the 802.11 (wireless) n
ii  module-assistant  0.10.4 tool to make module package creati

ipw2100-source recommends no packages.

-- debconf information:
  ipw2100/firmware_note:


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



Bug#311188: Some thoughts on #debian-edu which seemed valuable...

2006-06-05 Thread Luk Claes
Jun 05 10:22:32 luk   I do think that 311188 gets too little attention
as I'm sure other projects would be (are) interested in how to solve it,
maybe I (or someone else) should start a discussion on debian-devel
about it?
Jun 05 10:23:34 h01gerluk, sounds reasonable. we'll discuss it
in extremadura as well. (sorry, no video streaming :)
Jun 05 10:24:46 luk   when is that meeting, next weekend?
Jun 05 10:24:58 xorAxAx   luk: begins on wednesday
Jun 05 10:27:50 luk   ok, note that some ideas about fixing the
wishlist bugs are introducing debconf questions or configuration
changing programs, creating the file in the maintainerscripts (so it's
no conffile anymore) or introducing a way to include extra configuration
(like udev did)
Jun 05 10:29:15 *   h01ger nods
Jun 05 10:29:18 luk   note also that introducing hyperlinks and just
plain changing configuration files of other packages might also be
problems though IMHO not as severe as touching conffiles
Jun 05 10:29:44 luk   though some people might disagree with me on the
last thing :-(
Jun 05 10:30:55 luk   another solution might be to only ship the
(empty) configuration file in usr/share/doc/package/examples so it's
no conffile...
Jun 05 10:32:05 luk   this sounds rather absurd, though there are some
of these between the bugs I filed (conffiles with only comments)

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D



signature.asc
Description: OpenPGP digital signature


Bug#370432: thunderbird: [CVE-2006-0836] Address Book Import Remote DoS Vulnerability

2006-06-05 Thread SALVETTI Djoume
Package: thunderbird
Severity: normal
Tags: security


Good day,

CVE-2006-0836 :
 
| Mozilla Thunderbird 1.5 allows user-complicit attackers to cause an
| unspecified denial of service by tricking the user into importing an
| LDIF file with a long field into the address book, as demonstrated by a
| long homePhone field.

See also : http://www.securityfocus.com/bid/16716

Please mention the CVE number in the changelog when fixing it.

Regards.
-- 
Djoume SALVETTI 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
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#370245: Export control problems in license

2006-06-05 Thread Walter Landry
Steve Langasek [EMAIL PROTECTED] wrote:
 On Sun, Jun 04, 2006 at 02:56:07AM -0700, Walter Landry wrote:
  Package: sun-java5-jre
  Version: 1.5.0-06-1
  Severity: serious
 
  In the copyright file there is the phrase
 
Export or reexport to countries subject to U.S. embargo or to
entities identified on U.S. export exclusion lists, including, but
not limited to, the denied persons and specially designated
nationals lists is strictly prohibited.
 
  This is also repeated in French.  The mirrors in the US may or may not
  implement this kind of restriction, but I do not think that the Debian
  mirrors in Canada (for example) restrict downloads from Cuba.
 
 This notice does not claim to be part of the license of the work.  

This phrase is part of the copyright statement.  I do not understand
why you think it is not binding.  The DLJ does not claim to be the
sole license for the work.

 It states that distribution to these parties is strictly
 prohibited.  This is a true statement: it is strictly prohibited,
 by the United States government.  I don't see any reason why it's
 warranted to read more into it than that.

If that is all that were meant, then they would have been satisfied
with the phrase

  This product is covered and controlled by U.S.  Export Control laws
  and may be subject to the export or import laws in other countries.

which is also in the copyright statement.  They went further than
that, which would lead a reasonable person to believe that they
intended a greater effect.  They even put it in french, which strongly
implies that they meant it to apply to Canadians.  If Sun does not
intend that to be the case, then they can remove the phrase.  It is
easy for Sun to fix.

Cheers,
Walter Landry
[EMAIL PROTECTED]


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



Bug#370282: Worth mentioning that Gnome needs a fix for newer Autoconf?

2006-06-05 Thread Loïc Minier
On Sun, Jun 04, 2006, Paul Eggert wrote:
 Well, the general topic is already in NEWS.  I doubt whether the
 Autoconf maintainers can keep track of which versions of which other
 packages will run into problems with the datarootdir change (not to
 mention half a dozen similar changes :-).

 (Yes, but NEWS doesn't pop up automatically on Debian upgrades.  My bug
 report was incorrect in this respect and should have requested a
 warning in NEWS.Debian that end-users / end-developers should read NEWS
 because of important changes.)

 First, Autoconf is supposed to warn about the suspicious usage of
 datadir without defining datarootdir.  Did the warning not work for
 you?  If so, can you show us how to reproduce the problem easily?

 Autoconf first warned of the non-handling of datarootdir in my
 Makefiles when I tried to only update ./configure, and didn't complain
 anymore when I updated **/Makefile.in, but the problem lies in a m4
 macro which runs at configure time, and has nothing to do with
 datarootdir in Makefiles IMO.

 Second, that promiscuous 'eval' can lead to trouble.  First, it
 assumes that exactly one level of indirection will be right, which is
 not portable to future versions of Autoconf.  Second, if localedir
 contains special characters they can cause arbitrary shell code to be
 executed.

 I can only agree with you and cry of despair to see dangerous eval
 calls like the one I pointed out.  You reach the same conclusion than I
 do, and that is that the macro was completely broken in the first
 place.

 Something like this code (which I haven't tested) would be safer:
 for i in . . . . . . . . . . . . X; do
   test $i = X  AC_MSG_ERROR([too many levels of indirection in localedir])
   case $localedir in
 *''* | *'`'* | *'\'* | *'$('*)
   AC_MSG_ERROR([invalid character sequence in localedir]);;
 *\$*) eval localedir=\$localedir\ ||
   AC_MSG_ERROR([invalid variable in localedir]);;
 *) break;;
   esac
 done

 This looks like a workaround to me and could help for the interim where
 I want that macro to continue working while we sort out all Makefile.am
 from various software relying on the macro to use a future-proof method
 of passing a directory.

 Kind of a hassle, huh?  But this sort of hassle is inevitable once you
 start using 'eval' with uncontrolled input.

 Agreed, thanks for the snipset.

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#367709: requesting libstdc++ .udeb in order to produce c++ based images based on d-i technology (but not d-i).

2006-06-05 Thread Andreas Barth
* Steve Langasek ([EMAIL PROTECTED]) [060604 23:24]:
 On Sun, Jun 04, 2006 at 06:45:55PM +0200, Andreas Barth wrote:
  So, I propose the following conclusions from us:
 
 Hmm, in Mexico we discussed that this bug was out of order for the TC to
 consider.  Why do we not just punt the bug over to the responsibles? 
 (ftp.debian.org?  libstdc++?)

because we thaught the maintainers didn't decide yet. We learned on
Sunday however that the maintainers did decide about a udeb in the d-i
section - and the answer was no (for obvious reasons). So, there is
really something why we could decide - whether to override this
maintainers decision or rather not.

And, whom to put the bug to? I doubt ftp.d.o will do anything for this
bug report in the current state of the discussion, and I really prefer
to deal with it, instead of letting it bitrott somewhere.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#339085: coreutils: You can't make this change. Not now, and quite probably never.

2006-06-05 Thread Pierre Habouzit
Le Lun 5 Juin 2006 06:05, Bob Proulx a écrit :
 Pierre Habouzit wrote:
  what is the point of not supporting tail +n syntax, does it breaks
  anything ?

 A conforming POSIX 1003.1-2001 implementation is supposed to treat
 arguments with a leading + as a file name, not as an option.  Some
 people do actually start file names with a + sign.
well, I can see a good compromise here: +[0-9][0-9]* can be treated 
as -n $1 whereas any other + can be treated as a file.

 (Often used in GNU arch projects for one example.)
right, I already new that choice of names was crappy, here is 
yet-another-reason.

 There is no way to make everyone happy.

   printf one\ntwo\nthree\n  ++foo
   tail ++foo
   tail: +: invalid suffix character in obsolescent option

which is understood correctly if you auto-guess that ++foo is in fact a 
file.

   printf one\ntwo\nthree\n  +1
   tail +1
   ...hang reading stdin instead of file +1...

someone writing that is completely crazy and there is a simple way to do 
that without depending on the implementation:

  tail -- +1

I really am convinced that change would make more harm that il would 
avoid.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpRni3G6TJuP.pgp
Description: PGP signature


Bug#370430: nfs-common: NFS common utilities fail restarting. Not finishing upgrade.

2006-06-05 Thread Fran Aguilera
Package: nfs-common
Version: 1:1.0.8-4
Severity: normal



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

Versions of packages nfs-common depends on:
ii  adduser  3.87Add and remove users and groups
ii  libc62.3.6-13GNU C Library: Shared libraries
ii  libcomerr2   1.39-1  common error description library
ii  libevent11.1a-1  An asynchronous event notification
ii  libgssapi2   0.9-2   A mechanism-switch gssapi library
ii  libkrb53 1.4.3-7 MIT Kerberos runtime libraries
ii  libnfsidmap1 0.16-1  An nfs idmapping library
ii  librpcsecgss20.12-1  allows secure rpc communication us
ii  lsb-base 3.1-9   Linux Standard Base 3.1 init scrip
ii  portmap  5-19The RPC portmapper
ii  sysvinit 2.86.ds1-15 System-V-like init utilities
ii  ucf  2.0010  Update Configuration File: preserv

nfs-common recommends no packages.

-- no debconf information


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



Bug#370295: DLJ prevents running jython with sun-java

2006-06-05 Thread Walter Landry
Steve Langasek [EMAIL PROTECTED] wrote:
 On Sun, Jun 04, 2006 at 08:16:24AM -0700, Walter Landry wrote:
  This can be fixed by making Jython conflict with sun-java, although I
  suspect that there may be other packages that also cause problems.

Another fix for this particular problem is to make sun-java not
Provide:java-runtime etc. at all.

 There have been various clarifications that the intent of this clause is to
 prohibit distributing sun-java5 in a configuration that mixes and matches
 parts of Sun's implementation with other Java implementations.  
 Why are these clarifications not sufficient when we regularly accept
 clarifications of this nature from other copyright holders?

There are a few problems here:

1) Clarifications from other copyright holders do not come with a big
   disclaimer stating that the clarification has no legal weight.
   Debian relies on the clarification having legal weight.

2) Clarifications are typically for minor ambiguities.  One example is
   where someone put code into a project and forgot to change the
   license to the project's license, thus creating a conflict.

   For cases where there are real problems with the wording of the
   license, Debian makes the copyright holder rewrite the license.

3) There are only two clarifications I know of.  One is in the
   non-binding DLJ FAQ, and the other is from Tom Marble [1].  Neither
   of these clarifications limit the restrictions to Java
   implementations.  For example, in Tom's clarification he says [2]

 In a similar way please don't take bits from the Java platform
 and use them as part of or to complete alternate technologies
 (e.g. plugin.jar).

  So using Java's plugin mechanism to implement python plugins for
  Jython is not allowed.  And this makes sense.  Sun would definitely
  be unhappy if the JDK were used to implement J++ or C#, especially
  because they are not Java.

Cheers,
Walter Landry
[EMAIL PROTECTED]

[1] It is unclear to me how binding Tom Marble's clarifications are on
Sun.  I somehow doubt that he is clearing every email with Sun's
legal department, though I could be wrong.

[2] http://lists.debian.org/debian-legal/2006/05/msg00165.html


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



Bug#362310: Segmentation fault

2006-06-05 Thread McKenna, John P. (LIT)
I have upgraded to 2.2.1 and this problem no longer occurs.



Bug#370282: Worth mentioning that Gnome needs a fix for newer Autoconf?

2006-06-05 Thread Loïc Minier
Hi,

On Sun, Jun 04, 2006, Ralf Wildenhues wrote:
  However, I wonder whether it's worth mentioning breakage of
  important software like Gnome in Autoconf's NEWS (or elsewhere),
  and I told Loïc that I'd make that suggestion here.  Consider it
  made :-)
 I wonder what's necessary to make the NEWS item explicit enough:
 - it's the single biggest item in the NEWS entries since 2.59.
 - it's one of the two items that I've explicitly hinted at as well
   in the 2.59c release notes.

 I want to make it clear here: I didn't check Autoconf's NEWS because it
 isn't presented to me automatically on package upgrades, I expected a
 NEWS.Debian to warn me of anything to take care of.
   When I installed the CVS snapshot of autoconf on my Debian box, I
 expected some problems to pop up with various software, but I didn't
 see any backward incompatibility warnings.  Strictly speaking, none of
 what I reported against the Debian autoconf package was a backward
 incompatibility or upstream regression, yet it would affect so many
 software packages that it was worth highlighting and warning about.

 All I want is that Debian's NEWS (which is presented to the end-user /
 end-developer on upgrades) warns of important changes, and when a nice
 document such as upstream's NEWS is already available, I consider that
 all that is needed is a pointer to this document or a summary of the
 most important issues.
   It seems Ben already proposed a NEWS.Debian which outlines the
 problems I encountered, and that completely addresses my wish that a
 big warning pops up when you upgrade your autoconf package (thanks
 Ben!).

 I will mention it prominently again for 2.59d, and of course for 2.60.
 Please tell me what else is necessary.  Please consider making this item
 and the exit(3) one part of a NEWS.Debian, if NEWS isn't read enough.
 http://lists.gnu.org/archive/html/autoconf/2006-04/msg00085.html

 I'm afraid NEWS is not presented automatically on upgrades, probably
 because it isn't easily machine-readable, and because it doesn't take
 Debian specificities into account.

 I also had the feeling you were frustrated that I didn't see the NEWS
 document prior to reporting this bug.  I'm sorry that you spent extra
 effort in properly documenting this, I should have checked NEWS and
 requested a pointer to NEWS from our NEWS.Debian in the first place.

 Thanks for following this and sorry for requesting documentation of
 things already clearly documented upstream.

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#365409: [Pkg-openldap-devel] Bug#365409: slapd: segfaults on entry modify

2006-06-05 Thread Steinar H. Gunderson
On Sun, Jun 04, 2006 at 07:57:20PM -0700, Quanah Gibson-Mount wrote:
 If it isn't an OpenLDAP thing, then I guess no ITS. ;)  I thought it wasn't 
 completely specific to the ARM platform.

I haven't seen anybody being able to reproduce it except on arm, and
certainly such brokenness should be detected nearly at once.

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


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



Bug#260741: obexserver 1.0-3.1 NMU

2006-06-05 Thread Matej Vela
Hello,

I'm doing an NMU of obexserver to fix #260741 and #292840; diff
attached.

Thanks,

Matej
diff -Nru /tmp/HkKndwQ1KD/obexserver-1.0/debian/changelog 
/tmp/N1CgrO5Lsg/obexserver-1.0/debian/changelog
--- /tmp/HkKndwQ1KD/obexserver-1.0/debian/changelog 2003-06-25 
03:04:53.0 +0200
+++ /tmp/N1CgrO5Lsg/obexserver-1.0/debian/changelog 2006-06-05 
11:18:11.0 +0200
@@ -1,3 +1,12 @@
+obexserver (1.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Replace debmake with debhelper.  Closes: #292840.
+  * src/obex_put_common.c: Fix build failure with gcc 3.4.  Thanks to
+Andreas Jochens for the patch.  Closes: #260741.
+
+ -- Matej Vela [EMAIL PROTECTED]  Mon,  5 Jun 2006 11:18:11 +0200
+
 obexserver (1.0-3) unstable; urgency=low
 
   * Added build dependancy on automake1.4 (closes: Bug#198090)
diff -Nru /tmp/HkKndwQ1KD/obexserver-1.0/debian/compat 
/tmp/N1CgrO5Lsg/obexserver-1.0/debian/compat
--- /tmp/HkKndwQ1KD/obexserver-1.0/debian/compat1970-01-01 
01:00:00.0 +0100
+++ /tmp/N1CgrO5Lsg/obexserver-1.0/debian/compat2006-06-05 
11:04:17.0 +0200
@@ -0,0 +1 @@
+5
diff -Nru /tmp/HkKndwQ1KD/obexserver-1.0/debian/control 
/tmp/N1CgrO5Lsg/obexserver-1.0/debian/control
--- /tmp/HkKndwQ1KD/obexserver-1.0/debian/control   2003-06-25 
03:03:53.0 +0200
+++ /tmp/N1CgrO5Lsg/obexserver-1.0/debian/control   2006-06-05 
11:04:09.0 +0200
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Michael Holzt [EMAIL PROTECTED]
 Standards-Version: 3.5.8.0
-Build-Depends: debmake, libopenobex-1.0-0-dev, automake1.4
+Build-Depends: debhelper (= 5), libopenobex-1.0-0-dev, automake1.4
 
 Package: obexserver
 Architecture: any
diff -Nru /tmp/HkKndwQ1KD/obexserver-1.0/debian/dirs 
/tmp/N1CgrO5Lsg/obexserver-1.0/debian/dirs
--- /tmp/HkKndwQ1KD/obexserver-1.0/debian/dirs  2003-06-02 00:42:39.0 
+0200
+++ /tmp/N1CgrO5Lsg/obexserver-1.0/debian/dirs  1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-usr/bin
diff -Nru /tmp/HkKndwQ1KD/obexserver-1.0/debian/rules 
/tmp/N1CgrO5Lsg/obexserver-1.0/debian/rules
--- /tmp/HkKndwQ1KD/obexserver-1.0/debian/rules 2003-06-02 00:39:37.0 
+0200
+++ /tmp/N1CgrO5Lsg/obexserver-1.0/debian/rules 2006-06-05 11:18:01.0 
+0200
@@ -1,50 +1,54 @@
 #!/usr/bin/make -f
-# Made with the aid of debmake, by Christoph Lameter,
-# based on the sample debian/rules file for GNU hello by Ian Jackson.
+# This file is public domain software, originally written by Joey Hess. 
 
-package=obexserver
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+   dh_testdir
 
-build:
-   $(checkdir)
./configure --prefix=/usr
$(MAKE) CFLAGS=-O2 -g -Wall
-   touch build
+
+   touch build-stamp
 
 clean:
-   $(checkdir)
-   rm -f build
-   -$(MAKE) distclean
-   rm -f `find . -name *~`
-   rm -rf debian/tmp debian/files* core debian/substvars
-
-binary-indep: checkroot build
-   $(checkdir)
-# There are no architecture-independent files to be uploaded
-# generated by this package.  If there were any they would be
-# made here.
-
-binary-arch: checkroot build
-   $(checkdir)
-   rm -rf debian/tmp
-   install -d debian/tmp
-   cd debian/tmp  install -d `cat ../dirs`
-   $(MAKE) install prefix=`pwd`/debian/tmp/usr
-# Must have debmake installed for this to work. Otherwise please copy
-# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
-   debstd ChangeLog NEWS README 
-   dpkg-gencontrol -isp
-   chown -R root.root debian/tmp
-   chmod -R go=rX debian/tmp
-   dpkg --build debian/tmp ..
-
-define checkdir
-   test -f debian/rules
-endef
+   dh_testdir
+   dh_testroot
+   rm -f build-stamp
+
+   [ ! -f Makefile ] || $(MAKE) distclean
+
+   dh_clean
+
+install: build
+   dh_testdir
+   dh_testroot
+   dh_clean -k
+   dh_installdirs
+
+   $(MAKE) DESTDIR=$(CURDIR)/debian/obexserver install
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+   dh_testdir
+   dh_testroot
+   dh_installchangelogs
+   dh_installdocs
+   dh_installman src/obexserver.1
+   dh_link
+   dh_strip
+   dh_compress
+   dh_fixperms
+   dh_installdeb
+   dh_shlibdeps
+   dh_gencontrol
+   dh_md5sums
+   dh_builddeb
 
 binary: binary-indep binary-arch
-
-checkroot:
-   $(checkdir)
-   test root = `whoami`
-
-.PHONY: binary binary-arch binary-indep clean checkroot
+.PHONY: build clean binary-indep binary-arch binary install
diff -Nru /tmp/HkKndwQ1KD/obexserver-1.0/src/obex_put_common.c 
/tmp/N1CgrO5Lsg/obexserver-1.0/src/obex_put_common.c
--- /tmp/HkKndwQ1KD/obexserver-1.0/src/obex_put_common.c2003-06-02 
00:04:38.0 +0200
+++ /tmp/N1CgrO5Lsg/obexserver-1.0/src/obex_put_common.c  

Bug#347522: usb backend and status bits

2006-06-05 Thread Norbert Preining
found 347522 1.2.1-1
tags 347522 - experimental
thanks

Hi all!

After upgrading unstable to the new cupsys 1.2.1-1 I suddenly have a
nice usb printer standing behind me doing nothing. The log file gives
D [05/Jun/2006:11:12:58 +0200] [Job 48] LPGETSTATUS returned a port status of 
00...
W [05/Jun/2006:11:12:58 +0200] [Job 48] Printer fault!

The printer is an HP LaserJet 1022 and has worked till the upgrade. I
did a reconfiguration of the printer without success.

It seems that the interpretation of status bit of the lp driver has
changed. There was a thread in 2003 about a similar problem, see
http://lkml.org/lkml/2003/1/12/45


Best wishes

Norbert

---
Dr. Norbert Preining preining AT logic DOT at Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
TOLOB (n.)
A crease or fold in an underblanket, the removal of which involves
getting out of bed an largely remaking it.
--- Douglas Adams, The Meaning of Liff


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



Bug#350688: gcc-2.95: FTBFS with new make

2006-06-05 Thread Steinar H. Gunderson
On Mon, Jun 05, 2006 at 10:55:34AM +0200, Bill Allombert wrote:
 I see a NMU by Steinar being rejected due to bad versions.

Yes. I was going to upload another one, but was told that Thiemo would make
an upload this weekend anyhow, so I let it be. Thiemo, OTOH, told me that
Matthias Klose got there first.

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


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



Bug#370437: inkscape should recommend skencil instead of sketch

2006-06-05 Thread Thomas Weber
Package: inkscape
Version: 0.43-5
Severity: wishlist

Hi, 

inkscape currently recommends sketch, which (according to is description) is a
transition package for skencil. So you might want to switch to skencil.

Thanks
  Thomas

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages inkscape depends on:
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libc6  2.3.6-9   GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgc1c2   1:6.7-1   conservative garbage collector for
ii  libgcc11:4.1.0-4 GCC support library
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.10.3-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.8.2-2.1 C++ wrapper for the GLib toolkit (
ii  libgnomevfs2-0 2.14.1-2  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.6.5-1+b1  C++ wrappers for GTK+ 2.4 (shared 
ii  liborbit2  1:2.14.0-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.1-3  Layout and rendering of internatio
ii  libperl5.8 5.8.8-4   Shared Perl library
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a 2.0.16-3  type-safe Signal Framework for C++
ii  libstdc++6 4.1.0-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.24.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  libxslt1.1 1.1.16-2  XSLT processing library - runtime 
ii  zlib1g 1:1.2.3-11compression library - runtime

Versions of packages inkscape recommends:
ii  dia0.95.0-3  Diagram editor
ii  dia-gnome  0.95.0-3  Diagram editor (GNOME version)
ii  graphicsmagick-libmagick-d 1.1.7-5   image processing libraries providi
ii  imagemagick7:6.2.4.5-0.8 Image manipulation programs
ii  libwmf-bin 0.2.8.3-3.1   Windows metafile conversion tools
ii  pstoedit   3.44-1PostScript and PDF files to editab
ii  sketch 0.6.17-3  Transition package for skencil ren

-- no debconf information


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



Bug#370152: xulrunner: starting a xul application exits without any message

2006-06-05 Thread Olivier Laurent
On 6/4/06, Mike Hommey [EMAIL PROTECTED] wrote:
On Sat, Jun 03, 2006 at 07:50:52PM +0200, Olivier Laurent [EMAIL PROTECTED] wrote: Package: xulrunner Version: 1.8.0.1-11 Severity: normal
 After upgrading from xulrunner 1.8.0.1-2 to 1.8.0.1-11. My xul applications does not starts anymore.Which xul applications ?There is a custom application. For the moment, it is just showing some buttons (with some ss) and thats all. No _javascript_, no xbl, no xpcom.
And there is xulforum [1] from a xul book called Les cahiers du programmeurs - XUL from Jonathan Protzenko. Published by Eyrolles.I also tried with the findfile application but without success. I added an 
application.ini and modified the default prefs to give it a start page.[1] http://www.xulforum.org/site/


Bug#370295: Clarifications for licenses.

2006-06-05 Thread Nathanael Nerode



Why are
these clarifications not sufficient when we regularly accept clarifications
of this nature from other copyright holders?



Such clarifications should be placed in the debian/copyright file.
Preferably a copy of the email containing the clarifications, at least 
including the identity of the person

giving the clarifications, and probably the date.

If they're not there, the clarifications effectively don't exist: users 
can't find them, nor can debian-legal if it's

asked to review the license.



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



Bug#370435: invalid argument supplied for foreach()

2006-06-05 Thread Giuseppe Sacco
Package: phpldapadmin
Version: 0.9.8.3-1

Hi Fabio,
I had a new installation of a local LDAP server, created an ou=rubrica,
changed authorization on my /etc/ldap/slapd.conf and
reconnected with phpldapadmin using the admin user.

Le left pane of the browser window display:

 Error
Congratulations! You found a bug in phpLDAPadmin.

Error:
Invalid argument supplied for
foreach()
Level:
E_WARNING
File:
functions.php
Line:
1835
Caller:
tree.php
PLA Version:
0.9.8.3
PHP Version:
4.4.2-1+b1
PHP SAPI:
apache2handler
Web server:
Apache/2.0.55 (Debian) PHP/4.4.2-1
+b1

Please report this bug by clicking below! 


Moreover, there were no link  below :-)

Bye,
Giuseppe

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to
it_IT)

Versions of packages phpldapadmin depends on:
ii  apache2-mpm-prefork [httpd] 2.0.55-4 traditional model for
Apache2
ii  debconf [debconf-2.0]   1.5.1Debian configuration
management sy
ii  libapache2-mod-php4 4:4.4.2-1+b1 server-side, HTML-embedded
scripti
ii  php44:4.4.2-1server-side, HTML-embedded
scripti
ii  php4-ldap   4:4.4.2-1+b1 LDAP module for php4

phpldapadmin recommends no packages.

-- debconf information:
  phpldapadmin/ldap-bindpw: secret
* phpldapadmin/reconfigure-webserver: apache2
* phpldapadmin/restart-webserver: true
  phpldapadmin/ldap-basedn: dc=eppesuig3,dc=local
  phpldapadmin/ldap-server: localhost
  phpldapadmin/ldap-tls: false
  phpldapadmin/ldap-binddn: cn=admin,dc=eppesuig3,dc=local
* phpldapadmin/ldap-authtype: session




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



Bug#370431: ipw2100-source: new upstream version (1.2.1) available

2006-06-05 Thread Daniel Baumann
Jan De Luyck wrote:
 There is a new upstream version which (atleast for me) fixed quite
 a few issues.

I know.. I'm redoing all ipw* packages to be out-of-tree, that needs a
bit of time..

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#268603: block #268603 with #329762

2006-06-05 Thread Loïc Minier
# I'll close this bug by switching to the new Standards-Version in the
# next upload, no need to NMU, thanks.
tag 268603 + pending
severity 268603 important
stop

-- 
Loïc Minier [EMAIL PROTECTED]



Bug#351663: improved with_bugfix_zlogin

2006-06-05 Thread cobaco (aka Bart Cornelis)
Hi,

I've since figured out how to get zsh to run the activateDesktopProfiles 
script natively
- attached is the improved with_bugfix_zlogin version that doesn't detour
   through bash.

Regarding modularization of the on-logon script:
tcsh/csh on-logon script is now also modularized, that leaves /etc/zlogin 
and /etc/profile as the only 2 shell on-logon scripts that aren't currently 
modularized.
-- 
Cheers, cobaco (aka Bart Cornelis)
# /etc/zsh/zlogin: system-wide .zlogin file for zsh(1).
#
# This file is sourced only for login shells. It
# should contain commands that should be executed only
# in login shells. It should be used to set the terminal
# type and run a series of external commands (fortune,
# msgs, from, etc.)
#
# Global Order: zshenv, zprofile, zshrc, zlogin

# This fixes the desktop-profiles corner-case where a graphical client is 
# started through an ssh -X session (in which the Xsession.d scripts aren't 
# run, so we need to make sure the profiles are activated according to the 
# specified settings at login).
#
DESKTOP_PROFILES_SCRIPT=/etc/X11/Xsession.d/20desktop-profiles_activateDesktopProfiles
if (test -f $DESKTOP_PROFILES_SCRIPT); then
  # testing SSH_CLIENT as the woody ssh doesn't set SSH_CONNECTION
  # also testing SSH_CONNECTION as the current ssh manpage no longer mentions
  # SSH_CLIENT, so it appears that variable is being phased out.
  if ( (test -n ${SSH_CLIENT}) || (test -n ${SSH_CONNECTION}) )  \
 (test -n ${DISPLAY}); then 
# zsh needs the shwordsplit option set otherwise activateDesktopProfiles
# script wil error out
if (setopt | grep shwordsplit); then
  source $DESKTOP_PROFILES_SCRIPT;
else
  setopt shwordsplit;
  source $DESKTOP_PROFILES_SCRIPT;
  unsetopt shwordsplit;
fi;
  fi;
fi;  


pgp3LFJrg2DiD.pgp
Description: PGP signature


Bug#370387: building against libsoup might result in more gnutls libs being used

2006-06-05 Thread Loïc Minier
retitle 370387 Split libsoup-2.2.pc's with a Libs.private
stop

Hi,

On Mon, Jun 05, 2006, Michal Cihar wrote:
 While preparing update of mpdscribble, I was notified that resulting
 binary is built against more libgnutls libraries. This is caused by two
 facts in libsoup2.2-dev package:

 Could you paste the exact warning that you got?

 1. -lgnutls is listed in pkgconfig file, is it really needed there?

 It's needed for static linking; it could be moved to Libs.private
 instead, and that would prevent linking against gnutls in the dynamic
 linking case you're probably in.  I've retitled the bug report to that
 effect.

 2. libsoup2.2-dev depends on libgnutls-dev, however it libgnutls-dev is
 also provided by libgnutls11-dev

 Yes, and this is IMO correct:
 bee% grep-dctrl -F Build-Depends -s Package libgnutls-dev 
 /var/lib/apt/lists/*Sources | wc -l
 93
 bee% grep-dctrl -F Build-Depends -s Package libgnutls11-dev 
 /var/lib/apt/lists/*Sources | wc -l
 20

 Please note that libgnutls-dev is a real package which Replaces
 libgnutls11-dev.

 For fixing this I suggest to make dependendy on libgnutls-dev stricter
 (libgnutls-dev  1.3.0 or something like that).

 Hmm, I think this would be incorrect as libsoup is buildable with
 libgnutls11-dev as well.

 Let me know why you think this is the correct approach.

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#370430: nfs-common: NFS common utilities fail restarting. Not finishing upgrade.

2006-06-05 Thread Steinar H. Gunderson
On Mon, Jun 05, 2006 at 10:44:56AM +0200, Fran Aguilera wrote:
 Package: nfs-common
 Version: 1:1.0.8-4
 Severity: normal

Excuse me? You are filing a completely empty bug report against a version of
nfs-common that does not exist (1:1.0.8-3 is the latest version). At the very
minimum, I'll need:

 - What version are you upgrading from?
 - What version are you _really_ upgrading to?
 - What is the exact screen output on upgrade?

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


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



Bug#370436: Please remove mozilla-dev package

2006-06-05 Thread Mike Hommey
Package: mozilla-dev
Severity: wishlist

Please remove the mozilla-dev package, as well as the libnspr-dev and
libnss-dev packages.
Note this can't be done before no package build depend on them.

Mike

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


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



Bug#350688: gcc-2.95: FTBFS with new make

2006-06-05 Thread Thiemo Seufer
Bill Allombert wrote:
 On Sun, Jun 04, 2006 at 04:38:23PM +0200, Matthias Klose wrote:
  [EMAIL PROTECTED] writes:
   On Tue, Jan 31, 2006 at 12:03:40PM +0100, Matthias Klose wrote:
please send a fix. I do not intend to touch this code. it's fixed in
the 3.4, 4.0 and 4.1 packages.
   
   Hello Matthias,
   
   Daniel and Matt Krai provided a patch for this bug.
   Do you plan to upload this package soon ?
   
   In the alternative, would you consider the option of a NMU ?
   
   Thanks in advance fro your answer,
  
  Please coordinate with Thiemo, he planned an upload this weekend.
 
 I see a NMU by Steinar being rejected due to bad versions.
 
 So how do we proceed from there ? Who is going to upload a fix ?

I'm preparing an upload of -25, sorry for the delay.


Thiemo


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



Bug#369773: Very low write speed to USB 2.0 memory stick

2006-06-05 Thread Matus UHLAR - fantomas
On 01.06.06 10:34, Bohdan Linda wrote:
 Package:linux-source-2.6.16
 Version:2.6.16-14
 
 The problem description:
 
 $  dd if=/dev/random of=/media/usb0/test bs=1024
 ^C (after while)
 count=3000
 0+9 records in
 0+9 records out
 498 bytes (498 B) copied, 18.2673 seconds, 0.0 kB/s

this is probably caused by not enough of entropy in linux kernel.
see mkanual page of random(4). try using /dev/urandom

-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Quantum mechanics: The dreams stuff is made of. 


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



Bug#370282: Worth mentioning that Gnome needs a fix for newer Autoconf?

2006-06-05 Thread Stepan Kasal
Hello,

On Sun, Jun 04, 2006 at 11:36:17AM -0700, Ben Pfaff wrote:
 Gnome packages will break with the introduction of ${datarootdir}.
...
  The problem is in AM_GLIB_DEFINE_LOCALEDIR from
  m4macros/glib-gettext.m4 [...]
 http://bugzilla.gnome.org/show_bug.cgi?id=343825

I added an example to this bug.

Actually, I think that Gnome should phase out glib-gettext and use
GNU gettext instead.  I filed this suggestion as
 http://bugzilla.gnome.org/show_bug.cgi?id=343885

Have a nice day,
Stepan Kasal


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



Bug#370152: xulrunner: starting a xul application exits without any message

2006-06-05 Thread Mike Hommey
On Mon, Jun 05, 2006 at 11:28:10AM +0200, Olivier Laurent [EMAIL PROTECTED] 
wrote:
 On 6/4/06, Mike Hommey [EMAIL PROTECTED] wrote:
 
 On Sat, Jun 03, 2006 at 07:50:52PM +0200, Olivier Laurent 
 [EMAIL PROTECTED] wrote:
  Package: xulrunner
  Version: 1.8.0.1-11
  Severity: normal
 
  After upgrading from xulrunner 1.8.0.1-2 to 1.8.0.1-11. My xul
  applications does not starts anymore.
 
 Which xul applications ?
 
 
 There is a custom application. For the moment, it is just showing some
 buttons (with some ss) and thats all. No javascript, no xbl, no xpcom.
 
 And there is xulforum [1] from a xul book called Les cahiers du
 programmeurs - XUL from Jonathan Protzenko. Published by Eyrolles.
 
 I also tried with the findfile application but without success. I added an
 application.ini and modified the default prefs to give it a start page.
 
 [1] http://www.xulforum.org/site/

Does it do the same for applications you never tried before ?
Does it do the same if you remove the application configuration
directory (${HOME}/.vendor/application) or use a new user account ?
Does it still happen if you touch /usr/lib/xulrunner/.autoreg (as root) ?

Mike


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



Bug#370440: onak dumps core when run with insufficient privileges

2006-06-05 Thread Roy Hills

Package: onak
Version: 0.3.1-1

If I run onak dump with insufficient privileges to read the 
database files in /var/lib/onak, it gets a SIGSEGV and dumps core:


[EMAIL PROTECTED] [508]$ onak dump
[05/06/2006 10:29:53] onak[30499]: Couldn't open logfile: /var/log/onak.log
[05/06/2006 10:29:53] onak[30499]: Error opening db environment: 
/var/lib/onak (Permission denied)

Segmentation fault (core dumped)

An strace shows:

time(NULL)  = 1149500125
getpid()= 31120
write(2, [05/06/2006 10:35:25] onak[31120..., 35[05/06/2006 
10:35:25] onak[31120]: ) = 35
write(2, Error opening db environment: /v..., 63Error opening db 
environment: /var/lib/onak (Permission denied)) = 63

write(2, \n, 1
)   = 1
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++

So it doesn't look like the SEGV is being caused by a syscall.

If I run onak with sufficient privileges (e.g. as root), then there 
is no problem.  This issue does not stop onak from working, it's just ugly.


I'm running onak on Debian sarge on i386 with 2.6.15.7 kernel.


--
Roy HillsTel:   +44 1634 721855
NTA Monitor Ltd  FAX:   +44 1634 721844
14 Ashford House, Beaufort Court,
Medway City Estate,  Email: [EMAIL PROTECTED]
Rochester, Kent ME2 4FA, UK  WWW:   http://www.nta-monitor.com/ 




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



Bug#370441: gdal: new upstream version and mysql

2006-06-05 Thread Paolo Cavallini
Package: gdal
Severity: normal

New upstream version (1.3.2). Please package it, if possible with mysql
support.
Thanks.
New upstream version (1.3.2). Please package it, if possible with mysql
support.
Thanks.
pc

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


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



Bug#370439: thunderbird: Crashes with iso japan subject

2006-06-05 Thread Marc MAURICE

Package: thunderbird
Version: 1.5.0.2-3
Severity: important

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

Hi

I'm having problems with certain type of spam in thunderbird.

When I receive a spam with a subject starting by =?ISO-2022-JP
thunderbird crashes immediately, and then, each time I start 
thunderbird, it crashes at startup.


A specific subject that makes thunderbird crash is :
=?ISO-2022-JP?B?GyRCJDMkcyRLJEEkbxsoQg==?=

To be able to use thunderbird again, I have to :
   - edit the Inbox file to rename the subject
   - stop the network connection so that thunderbird does not download 
mail automatically on startup
   - start thunderbird and add a filter rule on the body (filtering by 
=?ISO-2022-JP on the subject does not work)

   - restart my network connection

Note :
I also tried evolution, and evolution freezes with this type of spam.. I 
don't really know if this issue is specific to thunderbird or not.


Thanks in advance and for your help to the community !

Marc


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

Versions of packages thunderbird depends on:
ii  debconf [debconf-2.0]1.4.66  Debian configuration 
management sy

ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libcairo21.0.2-3 The Cairo 2D vector 
graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration 
library

ii  libgcc1  1:4.1.0-1   GCC support library
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user 
interface
ii  libjpeg626b-11   The Independent JPEG 
Group's JPEG
ii  libpango1.0-01.12.1-2Layout and rendering of 
internatio

ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libstdc++6   4.1.0-1 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol 
client li

ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System 
miscellaneous exte
ii  libxfixes3   6.9.0.dfsg.1-6  X Window System 
miscellaneous 'fix
ii  libxft2  2.1.8.2-5.1 FreeType-based font drawing 
librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input 
extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head 
display
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, 
Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension 
client libra

ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  myspell-en-us [myspell-d 1:2.0.0-1   English_american dictionary 
for my
ii  myspell-fr-gut [myspell- 1:1.0-18The French dictionary for 
myspell

ii  zlib1g   1:1.2.3-9   compression library - runtime

thunderbird recommends no packages.

-- debconf information:
* thunderbird/browser: GNOME


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



Bug#370423: heartbeat-2: Links against obsolete version of gnutls (libgnutls11)

2006-06-05 Thread Horms
On Mon, Jun 05, 2006 at 09:59:37AM +0200, Andreas Metzler wrote:
 Package: heartbeat-2
 Version: 2.0.5-2
 Severity: normal
 
 heartbeat-2 links against libgnutls11, a package we are not intending
 to ship with etch, please switch to libgnutls13.
 cu andreas

Thanks, I'll fix this ASAP.

-- 
Horms   http://www.vergenet.net/~horms/



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



Bug#369815: ships binary in /etc

2006-06-05 Thread Horms
On Thu, Jun 01, 2006 at 03:24:48PM +0200, Marc 'HE' Brockschmidt wrote:
 Package: heartbeat
 Severity: serious
 
 Heya,
 
 Let's see what the FHS says:
 No binaries should be located under /etc. [3.4]
 
 Now, what does heartbeat do?
 [EMAIL PROTECTED]:/tmp/he$ dpkg-deb -x heartbeat_1.2.4-8_i386.deb bar
 [EMAIL PROTECTED]:/tmp/he$ file bar/etc/ha.d/resource.d/IPv6addr
 bar/etc/ha.d/resource.d/IPv6addr: ELF 32-bit LSB executable, Intel 80386, 
 version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), 
 for GNU/Linux 2.4.1, stripped
 

Unfortunately heartbeat (for fairly broken reasons IMHO) really
needs those files there.

-- 
Horms   http://www.vergenet.net/~horms/



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



Bug#369815: ships binary in /etc

2006-06-05 Thread Stephen Gran
This one time, at band camp, Horms said:
 On Thu, Jun 01, 2006 at 03:24:48PM +0200, Marc 'HE' Brockschmidt wrote:
  Let's see what the FHS says:
  No binaries should be located under /etc. [3.4]
  
  Now, what does heartbeat do?
  [EMAIL PROTECTED]:/tmp/he$ dpkg-deb -x heartbeat_1.2.4-8_i386.deb bar
  [EMAIL PROTECTED]:/tmp/he$ file bar/etc/ha.d/resource.d/IPv6addr
  bar/etc/ha.d/resource.d/IPv6addr: ELF 32-bit LSB executable, Intel 80386, 
  version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared 
  libs), for GNU/Linux 2.4.1, stripped
 
 Unfortunately heartbeat (for fairly broken reasons IMHO) really
 needs those files there.

Can't it be a symlink?

So asks me who will only really look at it for the first time this week,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#369815: ships binary in /etc

2006-06-05 Thread Julien Danjou
On Mon, Jun 05, 2006 at 05:32:31PM +0900, Horms wrote:
 Unfortunately heartbeat (for fairly broken reasons IMHO) really
 needs those files there.

Any chances to use symlink ?

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#370442: bitlbee: Please change build dependency on libnss-dev

2006-06-05 Thread Mike Hommey
Package: bitlbee
Severity: wishlist

This is a minor issue, since it is an alternative build dependency,
but you should change the build dependency on libnss-dev to libnss3-dev
and drop the version binding.

Cheers

Mike

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


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



Bug#357672: Why is this bug closed ?

2006-06-05 Thread Olivier Berger
Hello

Why is this bug closed, as no message of any kind was provided
to propose any resolution, or rejection (moreover, it is grave, also) ?

The problem is still present AFAICT...

Some error with the BTS commands ?

Best regards,
-- 
Olivier BERGER (OpenPGP: 1024D/B4C5F37F)
APRIL (http://www.april.org) - Vive python (http://www.python.org)
Pétition contre les brevets logiciels : http://petition.eurolinux.org



Bug#357672: Why is this bug closed ?

2006-06-05 Thread Olivier Berger
Hello.

Ooops, sorry, I missed the last message from maintainer: 

David Moreno Garza wrote:
 Olivier Berger wrote:
 As a workaround, one may install :
 http://releases.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.3/linux-i686/xpi/fr.xpi
  or the likes...
 
 I'll be uploading mozilla-firefox-locale-all 1.5.0.3-1 tonight.
 

Thanks for taking care (and maybe reopening the bug in between, then
;)

Sorry for bothering you.

Best regards,

Olivier Berger [EMAIL PROTECTED] writes:

 Hello

 Why is this bug closed, as no message of any kind was provided
 to propose any resolution, or rejection (moreover, it is grave, also) ?

 The problem is still present AFAICT...

 Some error with the BTS commands ?

 Best regards,
 -- 
 Olivier BERGER (OpenPGP: 1024D/B4C5F37F)
 APRIL (http://www.april.org) - Vive python (http://www.python.org)
 Pétition contre les brevets logiciels : http://petition.eurolinux.org

-- 
Olivier BERGER (OpenPGP: 1024D/B4C5F37F)
APRIL (http://www.april.org) - Vive python (http://www.python.org)
Pétition contre les brevets logiciels : http://petition.eurolinux.org



Bug#364248: Workaround

2006-06-05 Thread Olivier Berger
Hi.

In the meantime, users may be able to install the extension by
downloading frr.xpi from
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/1.5.0.2/linux-i686/xpi/
and the likes...

Hope this helps.

Best regards,
-- 
Olivier BERGER (OpenPGP: 1024D/B4C5F37F)
APRIL (http://www.april.org) - Vive python (http://www.python.org)
Pétition contre les brevets logiciels : http://petition.eurolinux.org



Bug#370387: building against libsoup might result in more gnutls libs being used

2006-06-05 Thread Michal Čihař
Hi

On Mon, 5 Jun 2006 10:59:34 +0200
Loïc Minier [EMAIL PROTECTED] wrote:

 On Mon, Jun 05, 2006, Michal Cihar wrote:
  While preparing update of mpdscribble, I was notified that resulting
  binary is built against more libgnutls libraries. This is caused by two
  facts in libsoup2.2-dev package:
 
  Could you paste the exact warning that you got?

It's warning from linda that binary is linked against two version of
same library.

  2. libsoup2.2-dev depends on libgnutls-dev, however it libgnutls-dev is
  also provided by libgnutls11-dev
 
  Yes, and this is IMO correct:

IMO no because of libgnutls.so symlink in libgnutls11-dev which points
to another version than libsoup is using. This will break static
linkage and results in strange results in dynamic linkage.

  Please note that libgnutls-dev is a real package which Replaces
  libgnutls11-dev.

I know that it is real package, however nothing forces me to upgrade
and deps of libsoup2.2-dev are satisfied also with libgnutls11-dev what
can lead to problems (I expect this is temporary until libgnutls11
vanishes from archives).

  Hmm, I think this would be incorrect as libsoup is buildable with
  libgnutls11-dev as well.

So the dependency should be filled in on build time.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#370435: invalid argument supplied for foreach()

2006-06-05 Thread Fabio Tranchitella
Il giorno lun, 05/06/2006 alle 11.06 +0200, Giuseppe Sacco ha scritto:
 Package: phpldapadmin
 Version: 0.9.8.3-1
 
 Hi Fabio,

Hi Giuseppe, thanks for your report.

 I had a new installation of a local LDAP server, created an ou=rubrica,
 changed authorization on my /etc/ldap/slapd.conf and
 reconnected with phpldapadmin using the admin user.

Could you please send me the configuration file of phpldapadmin
(obviously clearing out all your secret data as, for example, passwords)
and the authorization section from your /etc/ldap/slapd.conf? A dump of
your ldap directory would help, too: reading your report it seems that
it is quite simple, so it could be a good test case for upstream, too.

This is not a general problem, so I'm quite sure that there is a
particular configuration which triggers it.

 Please report this bug by clicking below! 

 Moreover, there were no link  below :-)

Oh, this is a funny behaviour of phpldapadmin! It seems that the
upstream developers do not want to receive bug reports at all. :)

Ciao!

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#370444: broken 'documentation' link

2006-06-05 Thread Giuseppe Sacco
Package: phpldapadmin
Version: 0.9.8.3-1
Severity: minor

On the login page, when clicking the 'documentation' link, I get this
error:
Not Found
The requested URL /Documentation was not found on this server.
Apache/2.0.53 (Fedora) Server at wiki.pldapadmin.com Port 80

Bye,
Giuseppe



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



Bug#339085: coreutils: You can't make this change. Not now, and quite probably never.

2006-06-05 Thread Michael Stone

On Mon, Jun 05, 2006 at 10:54:28AM +0200, Pierre Habouzit wrote:
I really am convinced that change would make more harm that il would 
avoid.


Fine, argue upstream  with the posix committee. 


Mike Stone



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



Bug#283350: joe segfaults reproducable Could be the default config

2006-06-05 Thread Josip Rodin
On Sun, Jun 04, 2006 at 08:11:21PM -0400, Wakko Warner wrote:
   This is just additional information.
   
   [EMAIL PROTECTED]:/home/wakko] dpkg -l joe
   ii  joe3.1-0.2user friendly full screen text editor
   
   I have my own .joerc and I did not know about the syntax highlighting
   until recently.  I copied all the relevent parts from the debian joerc for
   highlighting (just the files I use) into my .joerc and I noticed that joe
   DOES NOT segfault on me.  If I use the debian joerc file, it does
   segfault.
   
   I tested the different debian rc files for joe.
   jmacsrc   segfaults
   joerc segfaults
   jpicorc   works fine
   jstarrc   segfaults
   rjoercworks fine
   
   If I find anything else out, I'll report back.
  
  What's your locale? Can you try with joe 3.3?
 
 I have no idea what my locale is.  C Maybe.

Type locale and paste over the output :)

 3.3 didn't seg for me and highlighting worked.

That's good.

-- 
 2. That which causes joy or happiness.


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



Bug#370183: FTBFS with GCC 4.2: templates may not be 'virtual'

2006-06-05 Thread Ben Burton

 4.2 hasn't even been released yet and won't be for another few months.

Thanks; will leave it till upstream 4.3.2 then.

b.



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



Bug#370443: reportbug: parse NEW queue for new package versions

2006-06-05 Thread Bastian Kleineidam
Package: reportbug
Version: 3.20
Severity: wishlist
Tags: patch

Hi,

I'd like the check_available function also look at the NEW queue for new
package versions. The attached patch works for me with the 'tellico'
package which has a new 1.1.6 version in the queue.
I had to add a new function get_source_name, since the NEW queue only
lists source packages, not binary packages.


Regards,
  Bastian

-- Package-specific info:
** Environment settings:
EDITOR=fte
DEBEMAIL=[EMAIL PROTECTED]

** /home/calvin/.reportbugrc:
reportbug_version 3.11
mode advanced
ui text
realname Bastian Kleineidam
email [EMAIL PROTECTED]

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

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

Versions of packages reportbug recommends:
ii  python2.3-iconvcodec  1.1.2-2.2  Python universal Unicode codec, us

-- no debconf information
--- checkversions.py_   2006-06-05 10:51:03.234708065 +0200
+++ checkversions.py2006-06-05 11:48:22.125105750 +0200
@@ -30,18 +30,14 @@
 
 PACKAGES_URL = 'http://packages.debian.org/%s'
 INCOMING_URL = 'http://incoming.debian.org/'
+NEWQUEUE_URL = 'http://ftp-master.debian.org/new.html'
 
 # The format is an unordered list
 
-class PackagesParser(sgmllib.SGMLParser):
-def __init__(self, arch='i386'):
+class BaseParser(sgmllib.SGMLParser):
+def __init__(self,):
 sgmllib.SGMLParser.__init__(self)
-self.versions = {}
 self.savedata = None
-self.row = None
-arch = r'\s(all|'+re.escape(arch)+r')\b'
-self.arch = re.compile(arch)
-self.dist = None
 
 # --- Formatter interface, taking care of 'savedata' mode;
 # shouldn't need to be overridden
@@ -60,6 +56,15 @@
 if not mode and data is not None: data = ' '.join(data.split())
 return data
 
+class PackagesParser(BaseParser):
+def __init__(self, arch='i386'):
+BaseParser.__init__(self)
+self.versions = {}
+self.row = None
+arch = r'\s(all|'+re.escape(arch)+r')\b'
+self.arch = re.compile(arch)
+self.dist = None
+
 def start_li(self, attrs):
 if self.row is not None:
 self.end_li()
@@ -106,6 +111,54 @@
 if mob:
 self.found.append(mob.group(1))
 
+class NewQueueParser(BaseParser):
+def __init__(self, package, arch='i386'):
+BaseParser.__init__(self)
+self.package = package
+self.row = None
+arch = r'\s(all|'+re.escape(arch)+r')\b'
+self.arch = re.compile(arch)
+self.versions = {}
+
+def start_tr (self, attrs):
+for name, value in attrs:
+if name == 'class' and value in (odd, even):
+self.row = []
+
+def end_tr (self):
+if self.row is not None:
+# row (name, versions, architectures, distribution)
+dist = %s (new queue) % self.row[3]
+for version in self.row[1].split():
+self.versions[dist] = version
+self.row = None
+
+def start_td (self, attrs):
+if self.row is None:
+return
+self.save_bgn()
+
+def end_td (self):
+if self.row is None:
+return
+data = self.save_end()
+l = len(self.row)
+if l == 0:
+# package name
+if self.package == data:
+# found package name
+self.row.append(data)
+else:
+self.row = None
+elif l == 2:
+# architecture
+if self.arch.search(data):
+self.row.append(data)
+else:
+self.row = None
+else:
+self.row.append(data)
+
 def compare_versions(current, upstream):
 Return 1 if upstream is newer than current, -1 if current is
 newer than upstream, and 0 if the same.
@@ -150,6 +203,30 @@
 
 return versions
 
+def get_newqueue_available(package, dists=None, http_proxy=None, arch='i386'):
+if dists is None:
+dists = ('unstable (new queue)', )
+try:
+page = open_url(NEWQUEUE_URL, http_proxy)
+except NoNetwork:
+return {}
+except urllib2.HTTPError, x:
+print  sys.stderr, Warning:, x
+return {}
+if not page:
+return {}
+parser = NewQueueParser(package, arch)
+parser.feed(page.read())
+parser.close()
+page.close()
+
+versions = {}
+for dist in dists:
+if dist in parser.versions:
+versions[dist] = parser.versions[dist]
+
+return versions
+
 def get_incoming_version(package, http_proxy=None, arch='i386'):
 try:
 page = open_url(INCOMING_URL, http_proxy)
@@ -172,6 

Bug#350688: gcc-2.95: FTBFS with new make

2006-06-05 Thread Matthias Klose
Thiemo Seufer writes:
 Bill Allombert wrote:
  On Sun, Jun 04, 2006 at 04:38:23PM +0200, Matthias Klose wrote:
   [EMAIL PROTECTED] writes:
On Tue, Jan 31, 2006 at 12:03:40PM +0100, Matthias Klose wrote:
 please send a fix. I do not intend to touch this code. it's fixed in
 the 3.4, 4.0 and 4.1 packages.

Hello Matthias,

Daniel and Matt Krai provided a patch for this bug.
Do you plan to upload this package soon ?

In the alternative, would you consider the option of a NMU ?

Thanks in advance fro your answer,
   
   Please coordinate with Thiemo, he planned an upload this weekend.
  
  I see a NMU by Steinar being rejected due to bad versions.
  
  So how do we proceed from there ? Who is going to upload a fix ?
 
 I'm preparing an upload of -25, sorry for the delay.

please could you add the unversioned chill symlinks for the binary and
the manpage. and adding a Replaces, Provides: chill? then we can drop
the dependency of gcc-defaults on gcc-2.95.

Falk, should we just remove the alpha binaries, or is there a chance
that we can build it again?

  Matthias


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



Bug#369815: ships binary in /etc

2006-06-05 Thread Horms
On Mon, Jun 05, 2006 at 10:46:02AM +0100, Stephen Gran wrote:
 This one time, at band camp, Horms said:
  On Thu, Jun 01, 2006 at 03:24:48PM +0200, Marc 'HE' Brockschmidt wrote:
   Let's see what the FHS says:
   No binaries should be located under /etc. [3.4]
   
   Now, what does heartbeat do?
   [EMAIL PROTECTED]:/tmp/he$ dpkg-deb -x heartbeat_1.2.4-8_i386.deb bar
   [EMAIL PROTECTED]:/tmp/he$ file bar/etc/ha.d/resource.d/IPv6addr
   bar/etc/ha.d/resource.d/IPv6addr: ELF 32-bit LSB executable, Intel 80386, 
   version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared 
   libs), for GNU/Linux 2.4.1, stripped
  
  Unfortunately heartbeat (for fairly broken reasons IMHO) really
  needs those files there.
 
 Can't it be a symlink?

I didn't realise that would resolve the problem. 
Yes, I believe it can be. I will see about making it so.

-- 
Horms   http://www.vergenet.net/~horms/



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



Bug#352084: New patch

2006-06-05 Thread Mike Hommey
Here is the same patch applied to 0.3.7-1. Please apply it.

Mike
diff -ruN kazehakase-0.3.7.orig/debian/changelog 
kazehakase-0.3.7/debian/changelog
--- kazehakase-0.3.7.orig/debian/changelog  2006-06-05 11:58:31.0 
+0200
+++ kazehakase-0.3.7/debian/changelog   2006-06-05 11:57:45.062948928 +0200
@@ -1,3 +1,16 @@
+kazehakase (0.3.7-1.1) unstable; urgency=low
+
+  * Test build with xulrunner.
+  * debian/control:
++ Changed Build-deps from mozilla-browser to libxul-dev.
++ Changed kazehakase's dependencies accordingly.
+  * debian/rules: Add --with-gecko-engine=xulrunner to the configure line.
+  * debian/patches/40_xulrunner.dpatch: Patch to support building against
+xulrunner.
+  * debian/patches/00list: Updated accordingly.
+
+ -- Mike Hommey [EMAIL PROTECTED]  Thu,  9 Feb 2006 09:13:50 +0100
+
 kazehakase (0.3.7-1) unstable; urgency=low
 
   * New upstream release
diff -ruN kazehakase-0.3.7.orig/debian/control kazehakase-0.3.7/debian/control
--- kazehakase-0.3.7.orig/debian/control2006-06-05 11:58:31.0 
+0200
+++ kazehakase-0.3.7/debian/control 2006-06-05 11:55:51.908151072 +0200
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Hidetaka Iwai [EMAIL PROTECTED]
-Build-Depends: automake1.7, libtool, debhelper( 4.0.0), dpatch, 
libatk1.0-dev, libglib2.0-dev, libgtk2.0-dev, libpango1.0-dev, mozilla-dev (= 
2:1.7.12), mozilla-dev ( 2:1.7.13), libgnutls-dev (= 1.2.6), ruby (=1.8.0), 
ruby( 1.9.0), ruby1.8-dev, libgtk2-ruby, libgettext-ruby1.8
+Build-Depends: automake1.7, libtool, debhelper( 4.0.0), dpatch, 
libatk1.0-dev, libglib2.0-dev, libgtk2.0-dev, libpango1.0-dev, libxul-dev, 
libgnutls-dev (= 1.2.6), ruby (=1.8.0), ruby( 1.9.0), ruby1.8-dev, 
libgtk2-ruby, libgettext-ruby1.8
 Standards-Version: 3.6.2
 
 Package: kazehakase
@@ -10,7 +10,7 @@
 Suggests: migemo
 Recommends: hyperestraier
 Provides: www-browser
-Depends: ${shlibs:Depends}, mozilla-browser (= 2:1.7.12), mozilla-browser ( 
2:1.7.13), ruby (= 1.8.0), ruby ( 1.9.0), libgtk2-ruby, libgettext-ruby1.8
+Depends: ${shlibs:Depends}, ruby (= 1.8.0), ruby ( 1.9.0), libgtk2-ruby, 
libgettext-ruby1.8
 Conflicts: kazehakase-migemo
 Description: gecko based web browser using GTK
  Kazehakase is a web browser using Gecko as HTML rendering engine.
diff -ruN kazehakase-0.3.7.orig/debian/patches/00list 
kazehakase-0.3.7/debian/patches/00list
--- kazehakase-0.3.7.orig/debian/patches/00list 2006-06-05 11:58:31.0 
+0200
+++ kazehakase-0.3.7/debian/patches/00list  2006-06-05 11:54:55.693696968 
+0200
@@ -1,3 +1,4 @@
 05_add_missing
 20_user_agent_tag
 30_bookmarkbar_DSA
+40_xulrunner
diff -ruN kazehakase-0.3.7.orig/debian/patches/40_xulrunner.dpatch 
kazehakase-0.3.7/debian/patches/40_xulrunner.dpatch
--- kazehakase-0.3.7.orig/debian/patches/40_xulrunner.dpatch1970-01-01 
01:00:00.0 +0100
+++ kazehakase-0.3.7/debian/patches/40_xulrunner.dpatch 2006-06-05 
11:54:55.694696816 +0200
@@ -0,0 +1,76 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 40_xulrunner.dpatch by  [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Allow to build against xulrunner
+
[EMAIL PROTECTED]@
+
+--- kazehakase-0.3.4.orig/configure2006-02-09 09:15:48.065942104 +0100
 kazehakase-0.3.4/configure 2006-02-09 09:10:49.613313800 +0100
+@@ -1072,7 +1072,7 @@
+   both]
+   --with-tags[=TAGS]
+   include additional configurations [automatic]
+-  --with-gecko-engine[=mozilla|firefox|thunderbird|seamonkey]
++  --with-gecko-engine[=mozilla|firefox|thunderbird|seamonkey|xulrunner]
+   Whether to use mozilla, firefox or thunderbird or
+   seamonkey xpcom (default: mozilla)
+   --with-libgnutls-prefix=PFX   Prefix where libgnutls is installed (optional)
+@@ -20487,12 +20487,14 @@
+ GECKO=seamonkey
+   elif $PKG_CONFIG --exists thunderbird-xpcom; then
+ GECKO=thunderbird
++  elif $PKG_CONFIG --exists xulrunner-xpcom; then
++GECKO=xulrunner
+   else
+ { { echo $as_me:$LINENO: error: no mozilla installation found 5
+ echo $as_me: error: no mozilla installation found 2;}
+{ (exit 1); exit 1; }; }
+   fi
+-elif test x$with_gecko_engine != xmozilla -a x$with_gecko_engine != 
xfirefox -a x$with_gecko_engine != xthunderbird -a x$with_gecko_engine 
!= xseamonkey -a x$with_gecko_engine != xmozilla-firefox; then
++elif test x$with_gecko_engine != xmozilla -a x$with_gecko_engine != 
xfirefox -a x$with_gecko_engine != xthunderbird -a x$with_gecko_engine 
!= xseamonkey -a x$with_gecko_engine != xmozilla-firefox -a 
x$with_gecko_engine != xxulrunner; then
+   { { echo $as_me:$LINENO: error: unknown gecko engine name ($GECKO) 5
+ echo $as_me: error: unknown gecko engine name ($GECKO) 2;}
+{ (exit 1); exit 1; }; }
+@@ -20508,6 +20510,7 @@
+ firefox) min_version=1.0 flavour=toolkit ;;
+ mozilla-firefox) min_version=1.0 flavour=toolkit ;;
+ thunderbird) min_version=0.8 

Bug#370142: ion3-scripts: statusd_mpd.lua causes statusd to hang

2006-06-05 Thread Sven Salzwedel
On Mon, Jun 05, 2006 at 09:34:13AM +0200, René van Bevern wrote:
 This actually looks like your MPD does not answer the query for some
 reason. Is there a chance that the hang is caused by playing a
 specific song? (which e.g. has unusual characters in its name)

No, not really. Tried that for some hours now, but it seems to occur randomly.
But as you say that, I remember that even in previous versions of the statusbar,
the mpd part sometimes showed mpd not running even when mpd was actually
playing something, but it didn't cause the statusbar to hang.  So maybe this
could be a bug of mpd, not responding everytime?

Sven


signature.asc
Description: Digital signature


Bug#339085: coreutils: keep +n-syntax

2006-06-05 Thread Andreas Barth
* Michael Stone ([EMAIL PROTECTED]) [060605 12:22]:
 On Mon, Jun 05, 2006 at 10:54:28AM +0200, Pierre Habouzit wrote:
 I really am convinced that change would make more harm that il would 
 avoid.
 
 Fine, argue upstream  with the posix committee. 

Hm, seems that I missed that posix now requires us to not allow +n
anymore. When was that added?


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#370449: google-perftools - FTBFS: error: conflicting types for 'ResumeAllProcessThreads'

2006-06-05 Thread Bastian Blank
Package: google-perftools
Version: 0.7-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of google-perftools_0.7-1 on debian01 by sbuild/s390 85
[...]
  cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -g -Wall -O2 -c 
 src/base/linuxthreads.c -o linuxthreads.o /dev/null 21
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I./src  -I./src  
  -g -Wall -O2 -c -o thread_lister.lo `test -f 'src/base/thread_lister.c' || 
 echo './'`src/base/thread_lister.c
  cc -DHAVE_CONFIG_H -I. -I. -I./src -I./src -g -Wall -O2 -c 
 src/base/thread_lister.c  -fPIC -DPIC -o .libs/thread_lister.o
 src/base/thread_lister.c:58: error: conflicting types for 
 'ResumeAllProcessThreads'
 ./src/base/thread_lister.h:76: error: previous declaration of 
 'ResumeAllProcessThreads' was here
 make[1]: *** [thread_lister.lo] Error 1
 make[1]: Leaving directory `/build/buildd/google-perftools-0.7'
 make: *** [debian/stamp-makefile-build] Error 2
 **
 Build finished at 20060605-0611
 FAILED [dpkg-buildpackage died]


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



Bug#370446: apt-cacher: doesn't correctly daemonize

2006-06-05 Thread David Schmitt
Package: apt-cacher
Version: 1.5.3
Severity: normal
Tags: patch

lsof -n | grep apt-ca shows that apt-cacher started as daemon doesn't
close the controlling terminal:

apt-cache 10370www-data0u  CHR  136,3 5 /dev/pts/3
apt-cache 10370www-data1u  CHR  136,3 5 /dev/pts/3
apt-cache 10370www-data2u  CHR  136,3 5 /dev/pts/3

This small patch closes STDIN and reopens STDOUT and STDERR to a
panic.log when forking:


--- tmp/apt-cacher.orig 2006-06-05 12:37:19.0 +0200
+++ /usr/sbin/apt-cacher2006-06-05 12:40:22.0 +0200
@@ -373,6 +373,9 @@
 # parent
 exit 0;
 }
+close (STDIN);
+open (STDOUT, /var/log/apt-cacher/panic.log);
+open (STDERR, /var/log/apt-cacher/panic.log);
 }
 
 # STATE: Port open, still beeing root. Create pidfiles, logfiles, then su


Not doing this leaks the file descriptors, with various consequences
from not being able to close ssh sessions up to possible security holes.


Regards, David

-- 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.17-rc3-686
Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages apt-cacher depends on:
ii  bzip2 1.0.3-2high-quality block-sorting file co
ii  libwww-perl   5.805-1WWW client/server library for Perl
ii  perl  5.8.8-5Larry Wall's Practical Extraction 

apt-cacher recommends no packages.

-- no debconf information


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



Bug#369798: libmysqlclient15-dev affected, too

2006-06-05 Thread Thiemo Nagel
The same problem occurs in the libmysqlclient15-dev package, the patch 
probably still applies.  Should a separate issue be opened for 
libmysqlclient15-dev?


Best regards,

Thiemo


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



Bug#369347: BUG 369347

2006-06-05 Thread Michael Moeckli
Hello
i have the same error on my UML-server.
for UML and XEN rename /lib/tls to /lib/tls.backup and restart mysql.
for my, tats working.

grettings michael



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



  1   2   3   4   5   6   >