Bug#657580: hiredis: Please remove -ggdb option from DEBUG

2012-01-26 Thread Nobuhiro Iwamatsu
Source: hiredis
Version: 0.10.1-3
Severity: wishlist
Tags: patch
User: debian-...@superh.org
Usertags: sh4
X-Debbugs-CC: debian-sup...@lists.debian.org

Hi,

I am now trying to run Debian on Renesas SH(sh4) CPU.
  http://buildd.debian-ports.org/status/architecture.php?suite=unstable&a=sh4

hiredis attaches -ggdb to the DEBUG option.
Since gdb has not been imprimented yet, SH4 fails in building, when
this option is attached.
Could  you remove this option?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff --git a/Makefile b/Makefile
index e87e5a4..23ca53a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ HIREDIS_MINOR=10
 CC:=$(shell sh -c 'type $(CC) >/dev/null 2>/dev/null && echo $(CC) || echo gcc')
 OPTIMIZATION?=-O3
 WARNINGS=-Wall -W -Wstrict-prototypes -Wwrite-strings
-DEBUG?= -g -ggdb
+DEBUG?= -g
 REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG)
 REAL_LDFLAGS=$(LDFLAGS)
 


Bug#657579: usb-modeswitch: usb_modeswitch_dispatcher Segmentation fault on armhf

2012-01-26 Thread Belousow Makc
Package: usb-modeswitch
Version: 1.2.2+repack0-1
Severity: important

Dear Maintainer,
usb_modeswitch_dispatcher have Segmentation fault on Debian armhf:

#usb_modeswitch_dispatcher 
Segmentation fault

#gdb /usr/sbin/usb_modeswitch_dispatcher 
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
For bug reporting instructions, please see:
...
Reading symbols from /usr/sbin/usb_modeswitch_dispatcher...(no debugging 
symbols found)...done.
(gdb) r
Starting program: /usr/sbin/usb_modeswitch_dispatcher 

Program received signal SIGSEGV, Segmentation fault.
strlen () at ../ports/sysdeps/arm/strlen.S:29
29  ../ports/sysdeps/arm/strlen.S: No such file or directory.
in ../ports/sysdeps/arm/strlen.S
(gdb) back
#0  strlen () at ../ports/sysdeps/arm/strlen.S:29
#1  0xb6eea8cc in _IO_vfprintf_internal (s=, format=, ap=...) at vfprintf.c:1620
#2  0xb6effbe2 in __IO_vsprintf (string=, 
format=0x8a30 "set argv {%s}\nset argc %d\nset arg0 [lindex $argv 0]\nif 
[regexp {\\.tcl$} $arg0] {\nif [file exists $arg0] {\nset argv [lrange $argv 1 
end]\nsource $arg0\nexit\n}\n}\nset flags(logging) 0\nset 
flags(noswitching"..., args=...) at iovsprintf.c:43
#3  0xb6ef0174 in __sprintf (s=, 
format=0x8a30 "set argv {%s}\nset argc %d\nset arg0 [lindex $argv 0]\nif 
[regexp {\\.tcl$} $arg0] {\nif [file exists $arg0] {\nset argv [lrange $argv 1 
end]\nsource $arg0\nexit\n}\n}\nset flags(logging) 0\nset 
flags(noswitching"...) at sprintf.c:34
#4  0x8866 in ?? ()
#5  0x8866 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Workaround:
Build with -O0

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armhf (armv7l)

Kernel: Linux 3.0.8-c.bmw (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages usb-modeswitch depends on:
ii  dpkg 1.16.1.2
ii  libc62.13-24
ii  libjim0debian2   0.73-1
ii  libusb-0.1-4 2:0.1.12-20
ii  usb-modeswitch-data  20111023-1

usb-modeswitch recommends no packages.

Versions of packages usb-modeswitch suggests:
pn  comgt   
pn  wvdial  

-- Configuration Files:
/etc/usb_modeswitch.conf changed [not included]

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657401: dpkg-buildpackage: support output directory other than ..

2012-01-26 Thread Raphael Hertzog
On Fri, 27 Jan 2012, Guillem Jover wrote:
> > Of course, if there would be no constraints, I would not pick up an env
> > variable as preferred way to pass options but there are many tools
> > who are accepting options through the environment (think GZIP,
> > TAR_OPTIONS, etc.). I don't see why we couldn't do that.
> 
> For starters all current invokations already use an explicit destination
> path for the deb.

Right, this is the real blocker. In most cases, dpkg-deb doesn't decide of
the location, it's the caller that does (usually dh_builddeb).

> Environment variables are always used to set
> option defaults (not commands) that always get overridden by the
> command line, doing otherwise would be extremely confusing, and it's
> just ugly.

Sure. But a directory to use would certainly be an option and not a
command...

> In the end this comes down to the way or build system is currently
> designed, in that debian/rules is in charge of generating the resulting
> binary packages, which makes some global changes more difficult.

Yes.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/liberation/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657533: Undefined subroutine when rebuilding wiki through the web

2012-01-26 Thread Joey Hess
Antoine Beaupré wrote:
> Error: Undefined subroutine &main::main:: called at
> /usr/share/perl5/YAML/Mo.pm line 5. Compilation failed in require at
> /usr/share/perl5/YAML.pm line 3. BEGIN failed--compilation aborted at
> /usr/share/perl5/YAML.pm line 3. Compilation failed in require at
> (eval 1437) line 2. BEGIN failed--compilation aborted at (eval 1437)
> line 2.

This has every indication of being a bug in the libyaml-perl module,
in which case this would similarly fail:

perl -e 'use YAML; print Dump Load("foo: bar\nbaz: 11\n")'

Or possibly a corrupt ikiwiki setup file, in which case this would fail:

perl -e 'use YAML; $/=undef; print Dump Load(<>)' < /path/to/your/ikiwiki.setup

-- 
see shy jo



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657573: r-mathlib: The following code (using rgamma) hangs

2012-01-26 Thread Faheem Mitha


Hi Dirk,

After some time spent trying to debug this, I discovered I can make the 
hang disappear by defining (or possibly redefining) get_seed and set_seed. 
If I rewrite my example to be instead


##

#define MATHLIB_STANDALONE
#include 
#include 
using std::cout;
using std::endl;

/* A version of Marsaglia-MultiCarry */

static unsigned int I1=1234, I2=5678;

void set_seed(unsigned int i1, unsigned int i2)
{
I1 = i1; I2 = i2;
}

void get_seed(unsigned int *i1, unsigned int *i2)
{
*i1 = I1; *i2 = I2;
}

// double rgamma(double a, double scale)
// Input: a = parameter (mean) of the standard gamma distribution.
int main(void)
{
  set_seed(0, 0);
  cout << "gets to here" << endl;
  rgamma(1, 1);
}

#

taking the definitions of `get_seed` and `set_seed` directly from 
`src/nmath/standalone/sunif.c` then the hang disappears. Now, I used 
set_seed many times before, and have never needed to do this before.


However, when thinking about this a little more, I realised that though I 
have used `set_seed` many times, I didn't have any idea where it was 
defined. I then did a `grep -r set_seed *` in the R sources, and the only 
definition that came up was the `src/nmath/standalone/sunif.c` one. So, 
now I'm puzzled. Where is the definition I have been using?


  Regards, Faheem



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#624704: Bug are fix in svn 921

2012-01-26 Thread thedemon007
They are known bugs in the current package version is r920 svn version and
it contains 2 bugs, ubuntu and debian packages have not updated these yet!
archlinux update to r933 but by that there was a crash with new versions of
xorg. That are waiting to update these packages

more info:

http://www.openchrome.org/trac/ticket/402

http://www.openchrome.org/trac/ticket/400


Bug#657578: [l10n] Updated Czech translation of pam debconf messages

2012-01-26 Thread Miroslav Kure
Package: pam
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is updated Czech (cs.po) translation of
pam debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
# Czech translation of pam debconf mesages.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the pam package.
# Miroslav Kure , 2007-2012.
#
msgid ""
msgstr ""
"Project-Id-Version: pam\n"
"Report-Msgid-Bugs-To: p...@packages.debian.org\n"
"POT-Creation-Date: 2011-10-30 15:05-0400\n"
"PO-Revision-Date: 2012-01-27 07:56+0100\n"
"Last-Translator: Miroslav Kure \n"
"Language-Team: Czech \n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Description
#: ../libpam0g.templates:1001
msgid "Services to restart for PAM library upgrade:"
msgstr "Služby, které se mají restartovat po aktualizaci knihovny PAM:"

#. Type: string
#. Description
#: ../libpam0g.templates:1001
msgid ""
"Most services that use PAM need to be restarted to use modules built for "
"this new version of libpam.  Please review the following space-separated "
"list of init.d scripts for services to be restarted now, and correct it if "
"needed."
msgstr ""
"Aby se začaly používat moduly z nové verze knihovny libpam, musí se většina "
"služeb používajících PAM restartovat. Zkontrolujte prosím následující seznam "
"služeb (init.d skriptů), které se mají nyní restartovat a v případě potřeby "
"seznam opravte."

#. Type: error
#. Description
#: ../libpam0g.templates:2001
msgid "Display manager must be restarted manually"
msgstr "Správce displeje se musí restartovat ručně"

#. Type: error
#. Description
#: ../libpam0g.templates:2001
msgid ""
"The wdm and xdm display managers require a restart for the new version of "
"libpam, but there are X login sessions active on your system that would be "
"terminated by this restart.  You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
"Správcové displejů wdm a xdm musí být s novou verzí knihovny libpam "
"restartováni. Restart těchto služeb by však ukončil probíhající X sezení a "
"proto je ponechán restart zmíněných správců displejů na vás, až určíte, že "
"nastal vhodný okamžik. S restartem byste neměli otálet, protože do té doby "
"se pomocí nich nebudou moci uživatelé přihlásit."

#. Type: error
#. Description
#: ../libpam0g.templates:3001
msgid "Failure restarting some services for PAM upgrade"
msgstr "Restartování některých služeb při aktualizaci PAMu selhalo"

#. Type: error
#. Description
#: ../libpam0g.templates:3001
msgid ""
"The following services could not be restarted for the PAM library upgrade:"
msgstr ""
"Následující služby nemohly být při aktualizaci knihovny PAM restartovány:"

#. Type: error
#. Description
#: ../libpam0g.templates:3001
msgid ""
"You will need to start these manually by running '/etc/init.d/ "
"start'."
msgstr ""
"Tyto služby budete muset spustit ručně příkazem '/etc/init.d/ start'."

#. Type: boolean
#. Description
#: ../libpam0g.templates:4001
msgid "Restart services during package upgrades without asking?"
msgstr "Restartovat služby při aktualizaci balíku bez ptaní?"

#. Type: boolean
#. Description
#: ../libpam0g.templates:4001
msgid ""
"There are services installed on your system which need to be restarted when "
"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
"these restarts may cause interruptions of service for the system, you will "
"normally be prompted on each upgrade for the list of services you wish to "
"restart.  You can choose this option to avoid being prompted; instead, all "
"necessary restarts will be done for you automatically so you can avoid being "
"asked questions on each library upgrade."
msgstr ""
"V systému jsou nainstalovány služby, které je nutno při aktualizaci "
"určitých knihoven (libpam, libc nebo libssl) restartovat. Během restartu "
"služeb jsou tyto po nějakou dobu nedostupné. Abychom předešli nechtěné "
"nedostupnosti, je při každé aktualizaci nabídnut seznam služeb, které se "
"mají restartovat. Povolíte-li tuto možnost, budou se všechny potřebné "
"služby restartovat při aktualizaci knihoven automaticky bez ptaní."

#. Type: title
#. Description
#: ../libpam-runtime.templates:1001
msgid "PAM configuration"
msgstr "Nastavení PAM"

#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:2001
msgid "PAM profiles to enable:"
msgstr "PAM profily, které se mají povolit:"

#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:2001
msgid ""
"Pluggable Authentication Modules (PAM) determine how authentication, "
"authorization, and password changing are handled on the system, as well as "
"allowing configuration of additional actions to take when starting user "
"sessions."
msgstr ""
"Moduly PAM (Pluggable Authentication Modules) určují, jakým způsobem je na "
"systému řešena autentizace, autorizac

Bug#654753: Patch for the 2.64-5.1 NMU of ssmtp

2012-01-26 Thread Christian PERRIER

Dear maintainer of ssmtp,

On Tuesday, January 17, 2012 I sent you a notice announcing my intent to upload 
a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, January 12, 2012.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/7-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: ssmtp
Version: 2.64-5.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier 
Date: Thu, 26 Jan 2012 07:50:53 +0100
Closes: 654753 654923 656529
Changes: 
 ssmtp (2.64-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Dutch; (Jeroen Schot).  Closes: #654753
 - Danish (Joe Hansen).  Closes: #654923
 - Slovak (Ivan Masár).  Closes: #656529

-- 


diff -Nru ssmtp-2.64.old/debian/changelog ssmtp-2.64/debian/changelog
--- ssmtp-2.64.old/debian/changelog	2012-01-12 06:13:30.133470323 +0100
+++ ssmtp-2.64/debian/changelog	2012-01-26 07:50:59.807036893 +0100
@@ -1,3 +1,13 @@
+ssmtp (2.64-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- Dutch; (Jeroen Schot).  Closes: #654753
+- Danish (Joe Hansen).  Closes: #654923
+- Slovak (Ivan Masár).  Closes: #656529
+
+ -- Christian Perrier   Thu, 26 Jan 2012 07:50:53 +0100
+
 ssmtp (2.64-5) unstable; urgency=low
 
   [ Iain Lane ]
diff -Nru ssmtp-2.64.old/debian/po/cs.po ssmtp-2.64/debian/po/cs.po
--- ssmtp-2.64.old/debian/po/cs.po	2012-01-12 06:13:30.133470323 +0100
+++ ssmtp-2.64/debian/po/cs.po	2012-01-17 07:18:10.297270193 +0100
@@ -19,6 +19,7 @@
 "PO-Revision-Date: 2009-11-28 19:30+0100\n"
 "Last-Translator: Miroslav Kure \n"
 "Language-Team: Czech \n"
+"Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ssmtp-2.64.old/debian/po/da.po ssmtp-2.64/debian/po/da.po
--- ssmtp-2.64.old/debian/po/da.po	1970-01-01 01:00:00.0 +0100
+++ ssmtp-2.64/debian/po/da.po	2012-01-12 22:13:39.0 +0100
@@ -0,0 +1,161 @@
+# Danish translation ssmtp.
+# Copyright (C) 2012 ssmtp & nedenstående oversættere.
+# This file is distributed under the same license as the ssmtp package.
+# Joe Hansen , 2011, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ssmtp\n"
+"Report-Msgid-Bugs-To: ss...@packages.debian.org\n"
+"POT-Creation-Date: 2009-11-24 09:07+1100\n"
+"PO-Revision-Date: 2012-01-06 17:30+01:00\n"
+"Last-Translator: Joe Hansen \n"
+"Language-Team: Danish \n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Automatically overwrite config files?"
+msgstr "Automatisk overskrive konfigurationsfiler?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"The mail configuration file /etc/ssmtp/ssmtp.conf can be automatically "
+"updated on each upgrade with the information supplied to the debconf "
+"database. If you do not want this to happen (ie/ you want to maintain "
+"control of this file yourself) then set this option to have the program "
+"never touch this file."
+msgstr ""
+"Postkonfigurationsfilen /etc/ssmtp/ssmtp.conf kan automatisk opdateres ved "
+"hver opgradering med informationen angivet til debconf-databasen. Hvis du "
+"ikke ønsker at dette sker (dvs. du ønsker at vedligeholde kontrol over filen "
+"selv), så angiv denne indstilling så programmet aldrig rører denne fil."
+
+#. Type: string
+#. Description
+#: ../templates:2001
+msgid "Username who gets mail for userids < 1000:"
+msgstr "Brugernavn som får post for brugerid'er < 1000:"
+
+#. Type: string
+#. Description
+#: ../templates:2001
+msgid ""
+"Mail sent to a local user whose UID is less than 1000 will instead be sent "
+"here. This is useful for daemons which mail reports to root and other system "
+"UIDs. Make this empty to disable rewriting."
+msgstr ""
+"Post sendt til en lokal bruger hvis UID er mindre end 1000 vil i stedet for "
+"blive sendt her. Dette er brugbart for dæmoner, som sender rapporter til "
+"administrator og andre system-UID'er. Lad denne være tom for at deaktivere "
+"genskrivning."
+
+#. Type: string
+#. Description
+#: ../templates:3001
+msgid "Name of your mailhub:"
+msgstr "Navn på din posthub:"
+
+#. Type: string
+#. Description
+#: ../templates:3001
+msgid ""
+"This sets the host to which mail is delivered. The actual machine name is "
+"required; no MX records are consulted. Commonly, mailhosts are named \"mail."
+"domain.com\"."
+msgstr ""
+"Denne angiver værten som post sendes til. Det aktuelle maskinnavn er krævet; "
+"ingen MX-poster er konsulteret. Normalt er postværter navngivet »mail.domain."
+"com«."
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "Remote SMTP port number:"
+msgstr "Ekstern SMTP-portnummer:"
+
+#. Type: string
+#. Description

Bug#595635: Announce of the upcoming NMU for the sdic package

2012-01-26 Thread Christian PERRIER
Dear maintainer of sdic and Debian translators,

Some days ago, I sent a notice to the maintainer of the sdic Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in four
days, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs da de es eu fi fr gl it ja nl pt ru sk sv

Among these, the following translations are incomplete: ja

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the sdic package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, February 
04, 2012. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, January 22, 2012   : send the first intent to NMU notice to
 the package maintainer.
 Friday, January 27, 2012   : send this notice
 Saturday, February 04, 2012   : (midnight) deadline for receiving 
translation updates
 Sunday, February 05, 2012   : build the package and upload it to 
DELAYED/7-day
 send the NMU patch to the BTS
 Sunday, February 12, 2012   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: s...@packages.debian.org\n"
"POT-Creation-Date: 2010-01-02 08:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../sdic-edict.templates:2001
msgid "Use the edict version of the English-Japanese dictionary?"
msgstr ""

#. Type: boolean
#. Description
#: ../sdic-edict.templates:2001
msgid ""
"Choosing this option is not recommended. The use of the sdic-gene95 version "
"of the English-Japanese dictionary is encouraged."
msgstr ""

#. Type: boolean
#. Description
#: ../sdic-edict.templates:2001
msgid ""
"However, if you don't want to install that package and still want to use "
"such a dictionary, you can select this option and use the edict version."
msgstr ""

#. Type: boolean
#. Description
#: ../sdic-edict.templates:3001 ../sdic-gene95.templates:4001
msgid "Generate an index for the English-Japanese dictionary?"
msgstr ""

#. Type: boolean
#. Description
#: ../sdic-edict.templates:3001 ../sdic-gene95.templates:4001
msgid ""
"If you have installed the sufary package, you can have an index for the "
"English-Japanese dictionary."
msgstr ""

#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../sdic-edict.templates:3001 ../sdic-edict.templates:4001
#: ../sdic-gene95.templates:4001 ../sdic-gene95.templates:5001
msgid ""
"This will greatly improve the word searching speed. The index size is about "
"ten MB."
msgstr ""

#. Type: boolean
#. Description
#: ../sdic-edict.templates:4001 ../sdic-gene95.templates:5001
msgid "Generate an index for the Japanese-English dictionary?"
msgstr ""

#. Type: boolean
#. Description
#: ../sdic-edict.templates:4001 ../sdic-gene95.templates:5001
msgid ""
"If you have installed the sufary package, you can have an index for the "
"Japanese-English dictionary."
msgstr ""

#. Type: string
#. Description
#: ../sdic-eijiro.templates:2001
msgid "EIJIRO media/file location:"
msgstr ""

#. Type: string
#. Description
#: ../sdic-eijiro.templates:2001
msgid "Please specify the directory containing the EIJIRO dictionary files."
msgstr ""

#. Type: string
#. Description
#: ../sdic-eijiro.templates:2001
msgid ""
"The default setting is appropriate if the EIJIRO CD-ROM is mounted on /media/"
"cdrom."
msgstr ""

#. Type: string
#. Description
#: ../sdic-gene95.templates:2001
msgid "Directory for the GENE95 archive file:"
msgstr ""

#. Type: string
#. Description
#: ../sdic-gene95.templates:2001
msgid ""
"Please specify the directory containing the GENE95 archive file. This "
"directory must be owned by root."
msgstr ""

#. Type: boolean
#. Description
#: ../sdic-gene95.templates:3001
msgid "Use the GENE95 version of the Japanese-English dict

Bug#595628: Announce of the upcoming NMU for the exult package

2012-01-26 Thread Christian PERRIER
Dear maintainer of exult and Debian translators,

Some days ago, I sent a notice to the maintainer of the exult Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in four
days, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
ca cs da de es fr gl nl pt ru sv zh_TW

Among these, the following translations are incomplete: zh_TW

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the exult package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, February 
04, 2012. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, January 22, 2012   : send the first intent to NMU notice to
 the package maintainer.
 Friday, January 27, 2012   : send this notice
 Saturday, February 04, 2012   : (midnight) deadline for receiving 
translation updates
 Sunday, February 05, 2012   : build the package and upload it to 
DELAYED/7-day
 send the NMU patch to the BTS
 Sunday, February 12, 2012   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: jo...@ettin.org\n"
"POT-Creation-Date: 2006-08-03 21:47+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Description
#: ../templates:1001
msgid "Path to \"The Black Gate\":"
msgstr ""

#. Type: string
#. Description
#: ../templates:1001
msgid ""
"Exult needs to know where your copy of Ultima VII: The Black Gate is "
"located. You need to give the path where the game's top directory can be "
"found."
msgstr ""

#. Type: string
#. Description
#: ../templates:1001
msgid "If you don't have BG, just leave the field blank."
msgstr ""

#. Type: string
#. Description
#: ../templates:2001
msgid "Path to \"Serpent Isle\":"
msgstr ""

#. Type: string
#. Description
#: ../templates:2001
msgid ""
"Exult needs to know where your copy of Ultima VII: Serpent Isle is located. "
"You need to give the path where the game's top directory can be found."
msgstr ""

#. Type: string
#. Description
#: ../templates:2001
msgid "If you don't have SI, just leave the field blank."
msgstr ""

#. Type: note
#. Description
#: ../templates:3001
msgid "The entered path is not a directory"
msgstr ""

#. Type: note
#. Description
#: ../templates:3001
msgid ""
"Please enter the path to the top directory of the game, or leave it blank if "
"you don't have it."
msgstr ""

#. Type: note
#. Description
#: ../templates:4001
msgid "Invalid Ultima top directory"
msgstr ""

#. Type: note
#. Description
#: ../templates:4001
msgid ""
"The entered path does not look like a Ultima VII top directory. "
"(Specifically, a subdirectory named \"static\" was expected but did not "
"exist.)"
msgstr ""


signature.asc
Description: Digital signature


Bug#653825: [BTS#653825] templates://biomaj-watcher/{templates} : Final update for English review

2012-01-26 Thread Christian PERRIER
Dear Debian maintainer,

On Sunday, January 08, 2012, I notified you of the beginning of a review process
concerning debconf templates for biomaj-watcher.

The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original bug report.

Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading biomaj-watcher with these changes
right now.

The second phase of this process will begin on Monday, January 30, 2012, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Monday, February 20, 2012. Please avoid uploading a package with fixed or 
changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Tuesday, February 21, 2012, I will contact you again and will send a 
final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- 


# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-engl...@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: biomaj/login
Type: string
Default: admin
_Description: Login for administration interface of BioMAJ:
 Please enter the login to use when connecting to the
 web administration interface of BioMAJ.

#Template: biomaj/password
#Type: password
#_Description: Password for administration interface of BioMAJ:
# Please enter the password to use when connecting to the
# web administration interface of BioMAJ.

Template: biomaj/ldap
Type: boolean
_Description: Configure LDAP authentication?
 Please choose whether LDAP authentication for BioMAJ should be
 set up now.

Template: biomaj/ldap_server
Type: string
_Description: LDAP server:
 Please enter the host name or IP address of the
 LDAP server to use for authentication.

Template: biomaj/ldap_dn
Type: string
_Description: LDAP DN:
 Please enter the Distinguished Name to use for
 LDAP authentication.

Template: biomaj/ldap_filter
Type: string
_Description: LDAP search filter:
 Please specify the LDAP search filter for biomaj-watcher. It can be
 left empty if no filter is required.
Source: biomaj-watcher
Section: contrib/science
Priority: optional
Maintainer: Debian Med Packaging Team 

Uploaders: Olivier Sallou 
DM-Upload-Allowed: yes
Vcs-Svn: 
svn://svn.debian.org/svn/debian-med/trunk/packages/biomaj-watcher/trunk/
Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/biomaj-watcher/trunk/?rev=0&sc=0
Homepage: http://biomaj.genouest.org
Build-Depends: debhelper (>= 8),ant(>=1.7), zip, unzip
Build-Depends-Indep: openjdk-6-jdk|default-jdk|java6-sdk, debconf, po-debconf, 
liblog4j1.2-java, libcommons-lang-java,
 libcommons-logging-java, libjsch-java, libjdom1-java, 
libquartz-java(>=1.6),libgnumail-java,
 libxerces2-java, javahelper (>=0.25), biomaj (>= 1.2)
Standards-Version: 3.9.2

Package: biomaj-watcher
Architecture: all
Depends: ${misc:Depends}, openjdk-6-jdk|default-jdk|java6-sdk, tomcat6 
(>=6.0.32-3), biomaj (>= 1.2), debconf,
 liblog4j1.2-java, libjsch-java (>= 0.1.42),libjdom1-java (>= 1.1), 
libcommons-lang-java (>=2.4),
 libcommons-logging-java (>=1.1),libquartz-java(>=1.6),libxerces2-java, unzip, 
zip, libgnumail-java
Description: biological data-bank updater - web interface
 BioMAJ downloads remote data banks, checks their status and applies
 transformation workflows, with consistent state, to provide ready-to-use
 data for biologists and bioinformaticians. For example, it can transform
 original FASTA files into BLAST indexes. It is very flexible and its
 post-processing facilities can be extended very easily.
 .
 BioMAJ watcher provides a management interface for the BioMAJ tool.
 It runs in a web container (Tomcat) and is accessible under the URL
 http://hostname:portnumber/BmajWatcher
 .
 The web interface can give anonymous users an overview of available
 data. Administrators can also use it to manage data-banks, schedule
 updates via cron, view error logs, or use the integ

Bug#657540: installer gives hashes instead of names of preset choices of package installations

2012-01-26 Thread Christian PERRIER
reassign 657540 tasksel
forcemerge 657540 657389
thanks

Quoting Jakub Těšínský (j...@kub.cz):
> Package: debian-installer
> Version: Daily build #5 for amd64, using installer build from sid
> from 26-Jan-2012 16:15 (debian-testing-amd64-businesscard.iso 
> )
> 
> 
> When the installation asks which type of packages it should install
> it gives hashes instead of meaningful descriptions of choices.

Already reported as #657389




signature.asc
Description: Digital signature


Bug#657577: stumpwm: does not work with sbcl

2012-01-26 Thread Diogo F. S. Ramos
Package: stumpwm
Version: 1:20110819.gitca08e08-2
Severity: normal

Dear Maintainer,

The description of the package leaves the impression that it's possible to run 
stumpwm on top of SBCL but as far as I can tell it only works with CLISP.

It even installs without CLISP and CLISP-MODULE-CLX but it does not start. If I 
try running it from the terminal, I get:

  CL implementation clisp not found in your $PATH.

Is it possible to run it with SBCL or did I misunderstand the description?

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages stumpwm depends on:
ii  cl-clx-sbcl   0.7.4-4
ii  cl-ppcre  2.0.1-2
ii  clisp-module-clx  1:2.49-8
ii  dpkg  1.16.1.2
ii  install-info  4.13a.dfsg.1-8

Versions of packages stumpwm recommends:
ii  cl-asdf  2:2.019-1

Versions of packages stumpwm suggests:
ii  chromium [www-browser]15.0.874.121~r109964-1
ii  emacs23 [info-browser]23.3+1-4
ii  epiphany-browser [www-browser]3.2.1-2
ii  gnome-terminal [x-terminal-emulator]  3.2.1-2
ii  iceweasel [www-browser]   9.0.1-1~bpo60+1
ii  info [info-browser]   4.13a.dfsg.1-8
ii  menu  2.1.46
ii  rlwrap0.37-2
ii  slime 1:20111027-2
ii  w3m [www-browser] 0.5.3-5
ii  x11-utils 7.6+4
ii  xterm [x-terminal-emulator]   276-2

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#610427: siege: Should provide a quiet option

2012-01-26 Thread Josue Abarca
A work around for this could be:

$ echo -e "verbose = false\n\n#\n# end of siegerc" > ~/.siegerc

Cheers

-- 
Josué M. Abarca S.
Vos mereces Software Libre.
PGP key 4096R/70D8FB2A 2009-06-17
Huella de clave = B3ED 4984 F65A 9AE0 6511  DAF4 756B EB4B 70D8 FB2A



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#648022: Uses deprecated libgnome-window-settings which is scheduled to be removed

2012-01-26 Thread Michael Biebl
tags + 648022
thanks

Seeing that compiz-gnome ships a g-c-c 2.x plugin which isn't useful
anymore with gnome-control-center 3.x and a desktop file in
/usr/share/gnome/wm-properties which ttbomk isn't used either anymore, I
think the most straightforward way is to just drop compiz-gnome and the
related build-deps.

See the attached debdiff.

Sean, any objections to apply this patch? If you are no longer
interested in compiz / lack time I could offer to upload an NMU.

In any case, feedback or any kind of reaction would be appreciated.

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff -u compiz-0.8.4/debian/compiz-core.install compiz-0.8.4/debian/compiz-core.install
--- compiz-0.8.4/debian/compiz-core.install
+++ compiz-0.8.4/debian/compiz-core.install
@@ -4 +3,0 @@
-usr/share/applications/compiz.desktop
diff -u compiz-0.8.4/debian/rules compiz-0.8.4/debian/rules
--- compiz-0.8.4/debian/rules
+++ compiz-0.8.4/debian/rules
@@ -41,6 +41,7 @@
 confflags += --disable-static \
  --disable-fuse \
  --disable-kde \
+ --disable-gnome \
  --enable-kde4 \
  --enable-librsvg \
  --enable-gconf
diff -u compiz-0.8.4/debian/control compiz-0.8.4/debian/control
--- compiz-0.8.4/debian/control
+++ compiz-0.8.4/debian/control
@@ -8,9 +8,8 @@
  kdebase-workspace-dev,
  libcairo2-dev,
  libdbus-glib-1-dev, libgconf2-dev, 
- libgl1-mesa-dev (>= 6.5.1) | libgl-dev, libglib2.0-dev, libgnome-desktop-dev, 
- libgnomeui-dev,
- libgnome-window-settings-dev, libgtk2.0-dev, libice-dev (>= 1:1.0.1), 
+ libgl1-mesa-dev (>= 6.5.1) | libgl-dev, libglib2.0-dev,
+ libgtk2.0-dev, libice-dev (>= 1:1.0.1), 
  libmetacity-dev, libpango1.0-dev, libpng12-dev | libpng-dev, librsvg2-dev, 
  libsm-dev (>= 1:1.0.1), libtool, libwnck-dev, libxcomposite-dev (>= 1:0.3-2), 
  libxdamage-dev (>=1:1.0.3), libxfixes-dev (>= 1:4.0.1), libxinerama-dev, 
@@ -27,7 +26,7 @@
 
 Package: compiz
 Architecture: all
-Depends: compiz-core (>= ${source:Version}), compiz-plugins (>= ${source:Version}), compiz-gtk (>= ${source:Version}), compiz-gnome (>= ${source:Version}), libcompizconfig0, ${misc:Depends}
+Depends: compiz-core (>= ${source:Version}), compiz-plugins (>= ${source:Version}), compiz-gtk (>= ${source:Version}), libcompizconfig0, ${misc:Depends}
 Suggests: compizconfig-settings-manager
 Description: OpenGL window and compositing manager
  Compiz brings to life a variety of visual effects that make the Linux desktop
@@ -93,17 +92,6 @@
  This package contains a window decorator that uses KDE to provide a look and
  feel similar to that of the default KDE window manager.
 
-Package: compiz-gnome
-Architecture: any
-Depends: compiz-gtk (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: OpenGL window and compositing manager - GNOME window decorator
- Compiz brings to life a variety of visual effects that make the Linux desktop
- easier to use, more powerful and intuitive, and more accessible for users
- with special needs.
- .
- This package contains files needed to integrate compiz with the GNOME desktop
- environment.
-
 Package: compiz-plugins
 Architecture: any
 Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
diff -u compiz-0.8.4/debian/changelog compiz-0.8.4/debian/changelog
--- compiz-0.8.4/debian/changelog
+++ compiz-0.8.4/debian/changelog
@@ -1,3 +1,11 @@
+compiz (0.8.4-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Disable GNOME integration as it uses deprecated interfaces which don't
+work anymore and drop the compiz-gnome package. (Closes: #648022)
+
+ -- Michael Biebl   Fri, 27 Jan 2012 06:00:59 +0100
+
 compiz (0.8.4-5) unstable; urgency=low
 
   [ Sean Finney ]
reverted:
--- compiz-0.8.4/debian/compiz-gnome.install
+++ compiz-0.8.4.orig/debian/compiz-gnome.install
@@ -1,2 +0,0 @@
-usr/lib/window-manager-settings/libcompiz.so usr/lib/libgnome-window-settings1
-usr/share/gnome/wm-properties/compiz-wm.desktop
reverted:
--- compiz-0.8.4/debian/compiz-gnome.docs
+++ compiz-0.8.4.orig/debian/compiz-gnome.docs
@@ -1,4 +0,0 @@
-AUTHORS
-NEWS
-README
-TODO


signature.asc
Description: OpenPGP digital signature


Bug#657266: transition: yajl

2012-01-26 Thread John Stamp
On Thu, Jan 26, 2012 at 08:43:46PM +0100, Julien Cristau wrote:
> Sounds fine to me.  collectd is currently RC-buggy, but it's also not in
> testing, so shouldn't be a blocker.  Feel free to go ahead.
> 
> Cheers,
> Julien

OK.  It's uploaded.

Thanks,

John



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#528605: prestamo en el 3% la tasa se ​​aplica hoy

2012-01-26 Thread clintonloanfirm


Ofrecemos prestamos sin garantias legitimas de la baja tasa de interes del 3% 
con la maxima garantia y
assurance.Apply hoy, y su deseo tan esperado se lograra dentro de 2-4 dias de 
su aplicacion.

Email: (clintonloanf...@hotmail.co.uk)

DEUDORES DE INFORMACION
(1) Nombre completo: (2) Direccion Parmanent y Pais: (3) Sexo y edad: (4) 
Ocupacion
PRESTAMO DE INFORMACION
(1) Cantidad que se necesita (2) Duracion del prestamo: (3) Ingreso Mensual 
(4) de telefono valido / Fax

Saludos cordiales,




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#614060: Patch to close 614060, 615783, and fix failure to build with present libopal; for upstream version 2.0.0

2012-01-26 Thread Michael van der Kolff
Dear all,

I attach a patch for the present debian/ - this requires the present
upstream current version, 2.0.0.

This fixes the #615783 by replacing $(CC) with $(CXX) in the build
script, and makes the present version build by adding -fpermissive to
the build options.  The real fix is in the OPAL library; I have
submitted a patch on their mailing list.

Also a trivial patch for #614060.

Cheers,

Michael
diff -Nur t38modem-1.2.0/debian//changelog t38modem-2.0.0/debian//changelog
--- t38modem-1.2.0/debian//changelog	2012-01-27 15:50:19.932160804 +1100
+++ t38modem-2.0.0/debian//changelog	2012-01-27 13:47:25.267803888 +1100
@@ -1,3 +1,13 @@
+t38modem (2.0.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Remake simplify-makefile, and patch to fix not building with g++ (Closes: #615783)
+  * Remove Build-Conflicts (Closes: #614060)
+  * Update to Standards 3.9.2
+  * Make it build against OPAL currently in tree (Another FTBFS, no debian bug)
+
+ -- Michael van der Kolff   Fri, 27 Jan 2012 11:31:11 +1100
+
 t38modem (1.2.0-1) unstable; urgency=low
 
   * New upstream release (Closes: #541333, #549365, #512106) 
diff -Nur t38modem-1.2.0/debian//control t38modem-2.0.0/debian//control
--- t38modem-1.2.0/debian//control	2010-06-04 23:02:23.0 +1000
+++ t38modem-2.0.0/debian//control	2012-01-27 11:33:09.987414037 +1100
@@ -4,8 +4,7 @@
 Maintainer: Debian VoIP Team 
 Uploaders: Kilian Krause , Jose Carlos Garcia Sogo , Mark Purcell , Santiago Garcia Mantinan 
 Build-Depends: debhelper (>= 7), help2man, libopal-dev, libexpat1-dev
-Build-Conflicts: linux-kernel-headers (<< 2.5.999-test7-bk-14)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://t38modem.sf.net/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/t38modem/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/t38modem/?op=log
diff -Nur t38modem-1.2.0/debian//patches/series t38modem-2.0.0/debian//patches/series
--- t38modem-1.2.0/debian//patches/series	2010-06-04 22:54:01.0 +1000
+++ t38modem-2.0.0/debian//patches/series	2012-01-27 13:47:09.903803145 +1100
@@ -1 +1,2 @@
-simplify-makefile
+simplify-makefile-new
+t38modem-opal3.10-patch
diff -Nur t38modem-1.2.0/debian//patches/simplify-makefile t38modem-2.0.0/debian//patches/simplify-makefile
--- t38modem-1.2.0/debian//patches/simplify-makefile	2012-01-27 11:43:13.383443239 +1100
+++ t38modem-2.0.0/debian//patches/simplify-makefile	1970-01-01 10:00:00.0 +1000
@@ -1,146 +0,0 @@
-Description: Simplify upstream Makefile (Thks mvanderkolff)
-Author: Mark Purcell 
-Bug-Debian: http://bugs.debian.org/584501
-
 t38modem-1.2.0.orig/Makefile
-+++ t38modem-1.2.0/Makefile
-@@ -97,59 +97,29 @@
- #
- #
- 
--PROG		= t38modem
--SOURCES		:= pmutils.cxx dle.cxx pmodem.cxx pmodemi.cxx drivers.cxx \
--		   t30tone.cxx hdlc.cxx t30.cxx fcs.cxx \
--		   pmodeme.cxx enginebase.cxx t38engine.cxx audio.cxx \
--		   drv_pty.cxx \
--		   main_process.cxx
--
--#
--# Build t38modem for
--#  - Open Phone Abstraction Library if defined USE_OPAL
--#  - Open H323 Library or H323 Plus Library if not defined USE_OPAL
--#(NOTE: define NO_PBOOLEAN for Open H323 Library)
--#
--ifdef USE_OPAL
--  VPATH_CXX := opal
--
--  SOURCES += \
-- opalutils.cxx \
-- modemep.cxx modemstrm.cxx \
-- h323ep.cxx \
-- sipep.cxx \
-- manager.cxx
--
--  ifndef OPALDIR
--OPALDIR=$(HOME)/opal
--  endif
--
--  OBJDIR_SUFFIX = _opal$(OBJ_SUFFIX)
--  STDCCFLAGS += -DUSE_OPAL
--
--  include $(OPALDIR)/opal_inc.mak
--else
--  VPATH_CXX := h323lib
--
--  SOURCES += t38protocol.cxx g7231_fake.cxx h323ep.cxx
-+%.o: %.cxx
-+	$(CXX) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
- 
--  ifndef OPENH323DIR
--OPENH323DIR=$(HOME)/openh323
--  endif
--
--  include $(OPENH323DIR)/openh323u.mak
--
--  ifdef NO_PBOOLEAN
--STDCCFLAGS += -DPBoolean=BOOL
--  endif
--endif
-+PROG		= t38modem
-+OBJECTS := pmutils.o dle.o pmodem.o pmodemi.o drivers.o t30tone.o hdlc.o t30.o fcs.o pmodeme.o enginebase.o t38engine.o audio.o drv_pty.o main_process.o \
-+   opal/opalutils.o opal/modemep.o opal/modemstrm.o opal/h323ep.o opal/sipep.o opal/manager.o
-+#SOURCES renamed - but don't have explicit rules.
-+#SOURCES		:= pmutils.cxx dle.cxx pmodem.cxx pmodemi.cxx drivers.cxx \
-+#		   t30tone.cxx hdlc.cxx t30.cxx fcs.cxx \
-+#		   pmodeme.cxx enginebase.cxx t38engine.cxx audio.cxx \
-+#		   drv_pty.cxx \
-+#		   main_process.cxx
-+
-+USE_UNIX98_PTY := 1
-+CPPFLAGS += `pkg-config --libs --cflags opal`
-+CPPFLAGS += -DUSE_OPAL
- 
- #
- # If defined COUT_TRACE then enable duplicate the
- # output of myPTRACE() to cout
- #
- ifdef COUT_TRACE
--STDCCFLAGS += -DCOUT_TRACE
-+CPPFLAGS += -DCOUT_TRACE
- endif
- 
- #
-@@ -161,7 +131,7 @@ endif
- # do not use --old-asn option).
- #
- ifdef OPTIMIZE_CORRIGENDUM_IFP
--STDCCFLAGS += -DOPTIMIZE_CORRIGENDUM_IFP
-+CPPFLAGS += -DOPTIMIZE_CORRIGENDUM_IFP
- endif
- 
- #
-@@ -169,7 +139,7 @@ endif
- # output the trace with level N
- #
- if

Bug#657076: Updating and maintaining barry in Debian / Ubuntu

2012-01-26 Thread Chris Frey
On Thu, Jan 26, 2012 at 02:04:42AM +0100, intrigeri wrote:
> > Changelog:
> 
> > The changelog needs to be kept up to date in Debian.  I've
> > tried to limit myself to just using my own entry at the top,
> > but I'm willing to find a better way to share that file if
> > downstream wants to work with me.
> 
> Are you thinking of the upstream ChangeLog or of debian/changelog?

I'm referring to the upstream debian/changelog.  If the Debian maintainer
zaps what I have, and just uses his own debian/ directory, there's no
conflict, but there have been conflicts in the past, when we both update
it, and so I've tried to keep my changes there minimal.


> This versionned dependency was brought in Debian by Riku Voipio's
> 0.15-1.1 NMU. It seems (being offline, I've not checked the actual
> packages) this change was actually imported from... Ubuntu's
> 0.15-1ubuntu1, uploaded to Ubuntu for Lucid by Bhavani Shankar
>  on 06 Nov 2009. I guess one particularly
> interested in supporting Ubuntu 8.04 would need to see with this
> person, and possibly others at Ubuntu, why they did this undocumented
> change in the first place.

Thanks!


> Sure. What about subscribing to the package PTS?
>-> http://packages.qa.debian.org/b/barry.html

I didn't realize this was possible.  Thanks.  There is an upper limit
on what an upstream maintainer can subscribe to, though, given the sheer
number of distros and versions of distros available, plus the number of
BlackBerry forums where Barry is discussed.  I can't track them all.
But I'm a Debian user on my main system, so maybe it gets special
treatment. :-)


> Feel free to ask questions.

Thanks!


> >>   * missing manpages for bktrans, brimtrans and btranslate
> 
...
> Either they're not installed, and I will just shut up :)

They've been removed. :-)


> I'm not sure I'll do any more active work on this topic myself, but
> don't hesitate asking questions; also, I'll be happy to sponsor
> uploads if the need arises, that is if a team without Debian
> developers with upload rights adopts the barry package in debian.

I understand, but I appreciate the work you've done so far.

Thanks,
- Chris




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657576: brasero fails to find the plugin with package DVD subpicture decoder

2012-01-26 Thread shirish शिरीष
Package: brasero
Version: 3.2.0-3
Severity: normal

Dear Maintainer,
 I was trying to create a Video DVD. When I gave the .vob
files brasero asked for the 'DVD subpicture decoder plugin' and said
it could not find any package. Thinking perhaps it might be due to the
fact that its being used as a user and not superuser might have
something to do with it. Then tried it using sudo (sudo as superuser
powers)

$ sudo brasero
[sudo] password for shirish:
Error in function update
TypeError: update() takes exactly 2 arguments (1 given)
Error in function update
TypeError: update() takes exactly 2 arguments (1 given)
Error in function update
TypeError: update() takes exactly 2 arguments (1 given)
Error in function update
TypeError: update() takes exactly 2 arguments (1 given)
Error in function update
TypeError: update() takes exactly 2 arguments (1 given)
Error in function update
TypeError: update() takes exactly 2 arguments (1 given)
Error in function update
TypeError: update() takes exactly 2 arguments (1 given)
Error in function update
TypeError: update() takes exactly 2 arguments (1 given)

As can be seen I got the same message, first asking for the plugin and
then failing to find it. Looking at the CLI saw the error statements
multiple times as above.

Did a bit of googling and found out that it is supposed to be part of
gstreamer0.10-plugins-bad set. Searched and saw that
gstreamer0.10-plugins-bad is installed. Clueless as to what to do
next.

$ dpkg -l gstreamer0.10-plugins-bad
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  gstreamer0.10-plugins-b 0.10.22-3   GStreamer plugins
from the "bad" set

$ dpkg -l gstreamer0.10-plugins-bad
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  gstreamer0.10-plugins-b 0.10.22-3   GStreamer plugins
from the "bad" set
08:42:38 shirish@deb-home: ~$ apt-show-versions -a  gstreamer0.10-plugins-bad
gstreamer0.10-plugins-bad 0.10.22-3 install ok installed
gstreamer0.10-plugins-bad 0.10.19-2+b2 stable   ftp.au.debian.org
gstreamer0.10-plugins-bad 0.10.22-3testing  ftp.au.debian.org
gstreamer0.10-plugins-bad 0.10.22-3unstable ftp.au.debian.org
gstreamer0.10-plugins-bad 0.10.22.2-2  experimental ftp.au.debian.org
gstreamer0.10-plugins-bad/testing uptodate 0.10.22-3

Looking forward to help.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'),
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages brasero depends on:
ii  brasero-common   3.2.0-3
ii  gnome-icon-theme 3.2.1.2-1
ii  gstreamer0.10-plugins-base   0.10.35-1
ii  gvfs 1.10.1-2
ii  libatk1.0-0  2.2.0-2
ii  libbrasero-media3-1  3.2.0-3
ii  libc62.13-24
ii  libcairo-gobject21.10.2-6.2
ii  libcairo21.10.2-6.2
ii  libfontconfig1   2.8.0-3.1
ii  libfreetype6 2.4.8-1
ii  libgdk-pixbuf2.0-0   2.24.0-2
ii  libglib2.0-0 2.30.2-6
ii  libgstreamer-plugins-base0.10-0  0.10.35-1
ii  libgstreamer0.10-0   0.10.35-1
ii  libgtk-3-0   3.2.3-1
ii  libice6  2:1.0.7-2
ii  libnautilus-extension1a  3.2.1-2+b1
ii  libpango1.0-01.29.4-2
ii  libsm6   2:1.2.0-2
ii  libtotem-plparser17  2.32.6-2
ii  libtracker-sparql-0.12-0 0.12.9-1+b1
ii  libxml2  2.7.8.dfsg-7

brasero recommends no packages.

Versions of packages brasero suggests:
ii  libdvdcss2  1.2.11-0.0
ii  vcdimager   0.7.23-5

-- no debconf information

-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657575: Uploaders field must contain at least one human

2012-01-26 Thread Alessio Treglia
Package: dopewars
Severity: serious

Hi,

regarding the Uploaders field, the Debian Policy Manual §5.6.3 says
the following:

[...]
This is normally an optional field, but if the Maintainer control field
names a group of people and a shared email address, the Uploaders field
must be present and must contain at least one human with their personal
email address.
[...]

dopewars's Maintainer field has

Debian Games Team 

set as Maintainer but no Uploaders field is present.
This is a clear violation of the Policy.

Regards,

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657422: How can I replace the downloader of aptitude with another downloader such as axel?

2012-01-26 Thread Frank

于 2012年01月26日 23:53, Daniel Hartwig 写道:

reassign 657422 apt
usertags 657422 note
thanks

On 26 January 2012 14:24, gaussfrank  wrote:

Package: aptitude
Version: 0.6.3-3.2+squeeze1
Severity: wishlist

I think aptitude can use pipes to communicate with another downloader,
such as axel, wget, etc.


Apt-fast [1] is a wrapper for apt-get that uses axel to download and
install on the command-line:

# cp ./apt-fast /usr/sbin/
# chmod +x /usr/sbin/apt-fast
# apt-fast install pkg1 pkg2

I am not aware of anything similar that works with aptitude, however,
the APT "method interface" [2] is very extensible, and such a feature
could indeed be implemented.

I am reassigning this request to APT as that is the logical place to
implement it.  The developers over there may also have a better idea
if there is an existing solution.


[1] https://github.com/ilikenwf/apt-fast
[2] http://www.fifi.org/doc/libapt-pkg-doc/method.html/

Thanks. In debian, aptitude is strongly suggested.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657573: r-mathlib: The following code (using rgamma) hangs

2012-01-26 Thread Faheem Mitha


On Fri, 27 Jan 2012, Faheem Mitha wrote:


Package: r-mathlib
Version: 2.14.1-1
Severity: normal


Hi Dirk,

The following C++ code hangs, with both r-mathlib 2.11.1-6 and
2.14.1-1. The problem is the rgamma function, but I have not attempted
to debug it. Any idea what is going on here? Thanks.


I forgot to mention this is with g++ 4:4.4.5-1 (default) on Debian 
squeeze. I can reproduce this problem with the following command, but I 
don't think gcc options make a difference here.


g++ -o bug -Wall -Werror -O3 bug.cc -lRmath -lm

Regards, Faheem



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657574: Changes from longterm 2.6.32.55

2012-01-26 Thread Ben Hutchings
Package: src:linux-2.6
Version: 2.6.32-41
Severity: important

- ext4: fix undefined behavior in ext4_fill_flex_info()

Fixes a case where a corrupted filesystem can cause division by zero
(i.e. denial of service).  This was originally assigned CVE-2009-4307
and was supposed to have been fixed.  The vulnerability left by the
incorrect fix may have been assigned a new CVE number, but seems to be
essentially the same.

- ALSA: snd-usb-us122l: Delete calls to preempt_disable

I don't know what the impact of this is.

- ALSA: ice1724 - Check for ac97 to avoid kernel oops

Fixes crash (oops) in initialisation of this sound driver on some
systems.

- ALSA: hda - Return the error from get_wcaps_type() for invalid NIDs

Fixes sound playback from this driver on some systems.

- HID: bump maximum global item tag report size to 96 bytes

Adds support for some N-Trig touchscreen devices.

- UBI: fix use-after-free on error path

Fixes potential memory corruption in this flash translation layer.

- PCI: Fix PCI_EXP_TYPE_RC_EC value

Fixes an incorrect register value definition.  I believe this will
enable restoration of PCI Express error reporting configuration after
suspend/resume on some systems where previously it would be reset.

- PCI: msi: Disable msi interrupts when we initialize a pci device

Fixes potential hang after kexec.

- xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.

Adds check for a protocol error that would otherwise result in memory
corruption.  If I understand correctly, this is not a security
vulnerability as the peer must already be trusted; however the commit
message is not entirely clear about this.

- ima: free duplicate measurement memory

No effect on Debian configurations, as this subsystem is not enabled.

- PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USB

Seems clear enough.

- x86: Fix mmap random address range

This is *reducing* the range of ASLR for mmap on i386 only.  The
function generating random offsets is supposed to return an offset up to
1 MB, but could also return a negative value down to -1 MB.  This isn't
obviously disastrous, but I may be missing something subtle.

- UBI: fix nameless volumes handling

Adds earlier check for an invalid name of an UBI flash partition, which
would then be unusable and undeletable.

- i2c: Fix error value returned by several bus drivers

Several I2C bus drivers could return 0 for several failure cases in
their probe functions.  They would therefore continue operating on a
device that was not properly initialised or was in use by the system
firmware, likely resulting in a crash or interfering with hardware
monitoring.

- V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()

Fixes integer overflow leading to heap buffer overflow, possibly only on
32-bit systems.  This is exploitable by users in the video group if any
V4L2 devices are present.

- svcrpc: fix double-free on shutdown of nfsd after changing pool mode

Fixes memory corruption after changing the mode of the SunRPC service
thread pool and then shutting it down.  This affects NFS servers.

- svcrpc: destroy server sockets all at once

I don't know what the impact of this is.

- nfsd: Fix oops when parsing a 0 length export

Seems fairly clear.  I don't believe this is a security issue because
only root can write to the relevant file.

- USB: cdc-wdm: fix misuse of logical operation in place of bitop

Fixes blocking writes through this driver, used for some USB-connected
cellular modems (and phones acting as modems).  Previously they could
wrongly be made non-blocking; this would break simple scripts that write
to the modem.  (Most 'real' modem control programs would deliberately
use non-blocking mode.)

- USB: Fix 'bad dma' problem on WDM device disconnect

Fixes buffer management for the cdc-wdm driver.  On disconnection, it
would specify an incorrect size for the buffers being freed.  This
resulted in a warning message and memory leak.

- fix cputime overflow in uptime_proc_show

Fixes the display of the total idle time (not uptime) in /proc/uptime on
32-bit architectures.  This will overflow after 2^32 ticks (~200 days of
at 250 Hz) summed across all CPUs.  This has no impact on continued
operation of the kernel.

- block: add and use scsi_blk_cmd_ioctl
- kernel.h: add printk_ratelimited and pr__rl

Part of the fix for CVE-2011-4127.  We have these already.

- ALSA: HDA: Fix internal microphone on Dell Studio 16 XPS 1645

Clear enough.

- sym53c8xx: Fix NULL pointer dereference in slave_destroy

I'm not convinced this fixes a bug in 2.6.32, but it doesn't do any
harm.

- score: fix off-by-one index into syscall table

Irrelevant to Debian as we don't support this architecture.

- kprobes: initialize before using a hlist

Fixes memory leak when using kprobes.  I don't believe this is a
security issue as only root can use kprobes.

Ben.

-- 
Ben Hutchings
Horngren's Observation:
   Among economists, the real world is often a speci

Bug#657573: r-mathlib: The following code (using rgamma) hangs

2012-01-26 Thread Faheem Mitha
Package: r-mathlib
Version: 2.14.1-1
Severity: normal


Hi Dirk,

The following C++ code hangs, with both r-mathlib 2.11.1-6 and
2.14.1-1. The problem is the rgamma function, but I have not attempted
to debug it. Any idea what is going on here? Thanks.

#define MATHLIB_STANDALONE
#include 
#include 
using std::cout;
using std::endl;

// double rgamma(double a, double scale)
// Input: a = parameter (mean) of the standard gamma distribution.

int main(void)
{
  set_seed(0, 0);
  cout << "gets to here" << endl;
  rgamma(1, 1);
}

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (50, 'unstable'), (50, 
'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-vserver-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages r-mathlib depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libgomp1  4.7-20111231-1 GCC OpenMP (GOMP) support library

Versions of packages r-mathlib recommends:
ii  r-base-core   2.11.1-6   GNU R core of statistical computat
pn  r-base-dev (no description available)

r-mathlib suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657572: ftp.debian.org: RM: language-env -- ROM; outdated

2012-01-26 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: ftp.debian.org
Severity: normal

Please remove language-env from unstable.

This package designed to help an user to set up language specific
desktop configurations, but its configuration is very very outdated
for modern desktop environment.

Thanks,
- -- 
Kenshi Muto
km...@debian.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 

iQIcBAEBCgAGBQJPIgjqAAoJEB0hyD3EUuD8j6AP/3uG+GsmvBlYYDHpNe0tl5yY
4IU0d0w3FpWgaafGOeUdGgmJ5hwZw0o8wpUbgUA5hwsrJSxCuvpcEi1/VMVS6oSN
mAipy1vZisUQ2FukFOHaUPYc1nI7efpgF0Ezbr7NX0kCjGPADjVB40cRjJCP8NA0
y1fr3BDp0F/XKTWZc5hDzxDXy437nY7XkBYOqee6GRrpy6fx2wx/9NuG+57MxoSR
TnQiT7tX1S+wERbsVr5IqPjDOdZ2QWf+CotQze8G0QyRVK8s0uu21u++Fub/1iUN
gq1YnToZ0cjDPp2FPSwEU1jN3VcSMqSYCAMCl519PJVCCmC0o1UeNZ1Tvc8j8vVE
h9uxbUNTxljDczNY6XAlBjRqOgZ5mzD/LI5QJ7yEFrOa33XIIs/Lk5fXK2iX5NsY
pm9WbaI38C3pt3MswLo36euiHTWc8jGFrd2pqg5RJWA7fSinRBlmBonF4gzyrRAL
zzYCNt65ye1baKbPPi32u4sEFu4OyoZX1zC/ffr6yFHxX48rBNi+LJj9sCyXB1sd
Pqxk6K9KoDP52buyXT1hJbcojLSqxnDuHVFFiUKQOqK8B3By2dA4cVR90t3jBm0W
3dPI891h2asm3HZOf8G9O/PUXEsmbforWu/xxLaT3zKfON4gt5clqTa0k1BgVSnL
NcM2gkBfCHOsUEpA2Uh/
=vWJf
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#632014: Patch for the l10n upload of webalizer

2012-01-26 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 26-01-2012 04:51, Christian PERRIER wrote:
> Quoting Christian PERRIER (bubu...@debian.org):
>>
>> Dear maintainer of webalizer,
>>
>> On Monday, January 09, 2012 I sent you a notice announcing my intent to
>> upload a NMU of your package to fix its pending l10n issues, after an
>> initial notice sent on Wednesday, January 04, 2012.
>>
>> We finally agreed that you would do the update yourself at the end of
>> the l10n update round.
>>
>> That time has come.
> 
> Ping?

Pong. :)

Got all the patches from Julien (all in Alioth's git).  Got green from
Julien to change a couple of things.

Got all your patches for l10n/i18n (integrated it on my repo).

Built the package and tested, found a small glitch I want to fix before
upload it, don't worry, didn't forgot.


Kind regards,
- -- 
Felipe Augusto van de Wiel (faw) 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPIgUHAAoJEMa4WYSFUi4tO88P/iZKUXT0CIZ5KJ88MjNq1EWu
JL/SMtRPYxRFdVdTb3EzuruXwpVYXjbCVE3HlAxcWqAB5iW9FtvKJCVm8HDcfDMs
9qI5UfrKKbu5bOgyvAP5ZlMkDBe3lTCQ+Pvf5LvJu4rPd5njQTWNmdfzLYBVHppj
pPpcj8huOrIWO8C7PYqWyw6Uy+D2NNXmBPsQz0UwOgEXSrcstd2njfvaKcKsBlis
WDXMaMLjUERW2xbhni5X16YgSU1R0JRtHXbBdWsm8d+wcOnyTxydcp6ubcJculME
runqbOnvgnvRV+J9YjRgPjZOWWM/Wlxd71XeWzdsUDUD9cuOzYaW3KD2IEXNpmkw
uDa0DZzGhu9M5CmeguvZeRmRs5+zOPM86pUBB4ezLp2GbgE0FKiTI9WMTJIVPpsQ
VRcyoSkshLqLVQr3Rn4BYB8eQ6yl8edWDbCVL3p2Y3HjFHFIDYH1JxvjEi4qgbG+
1Yk67+eIJx/9tWujR5taNma15PY090eXkj3bWntkzHh9VpshhwIgv5bPBd/aitn0
8jtSKx4kASdco3A5FoU23by/zbZDz/+faqk1XSUh/yLjMpYR02qk+JeI7mViYIoe
Bmt1r9jRV2Vd3LGqBcdwJBM1C6hvni4q/O5TkcAzGaDfxQMYXlLs8lXKBU2ErBcS
DdG1t5dy6Cj/yojY05uk
=9/Ww
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657571: poker-web: fails to purge

2012-01-26 Thread Andreas Beckmann
Package: poker-web
Version: 2.0.0-1
Severity: important
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to purge.

>From the attached log (scroll to the bottom...):

  Removing poker-web ...
  Purging configuration files for poker-web ...
  /var/lib/dpkg/info/poker-web.postrm: line 26: 
/usr/share/dbconfig-common/dpkg/postrm.mysql: No such file or directory
  dpkg: error processing poker-web (--purge):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   poker-web


cheers,

Andreas


poker-web_2.0.0-1.log.gz
Description: GNU Zip compressed data


Bug#657567: gnome-shell: Weird keyboard issue

2012-01-26 Thread Michael Biebl
On 27.01.2012 02:19, Yls Sfah wrote:
> Package: gnome-shell
> Version: 3.2.2.1-1
> Severity: important
> Tags: upstream
> 
> Dear Maintainer,
> 
> I have an issue with the package gnome-shell and the way it handles my
> keystrokes.
> 
> When i type the same key quickly many times, like "jj" or with the → key,
> it doesn't repeat it but it just do it once and stops.
> I don't know what's causing that and it's really annoying when i edit files 
> and
> use the arrow keys.

Doesn't look like a general problem. At least I can't reproduce such a
behaviour.
Is this specific to certain applications (GTK2/GTK3 whatever based,
terminals etc).
Do you use a input method like SCIM?



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#657570: mutt: sender patterns (~e and %e) don't work in IMAP folder

2012-01-26 Thread Adam M. Costello
Package: mutt
Version: 1.5.20-9
Severity: normal


In a newly-opened IMAP folder, the patterns that look at the Sender:
header field (~e and %e) don't match any messages.  If I read a message
that should have matched, then the patterns will match that message (but
no others).  It looks like the Sender: header field is invisible to mutt
until I read the message.

To reproduce the bug:

Send a message containing a non-empty Sender: field to an account with
IMAP access (I used a Gmail account).

Open the inbox in mutt.

Searching for "~e ." should match the test message, but will match
nothing.

Read the message.

Now the same search will match the test message.

-- Package-specific info:
Mutt 1.5.20 (2009-06-14)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.32-5-686 (i686)
ncurses: ncurses 5.7.20100313 (compiled with 5.7)
libidn: 1.15 (compiled with 1.18)
hcache backend: tokyocabinet 1.4.37
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to .
To report a bug, please visit http://bugs.mutt.org/.

misc/am-maintainer-mode
misc/hg.pmdef.debugtime
debian-specific/build_doc_adjustments.diff
features/ifdef
features/xtitles
features/trash-folder
features/purge-message
features/sensible_browser_position
features-old/patch-1.5.4.vk.pgp_verbose_mime
features/compressed-folders
features/compressed-folders.debian
debian-specific/Muttrc
debian-specific/Md.etc_mailname_gethostbyname.diff
debian-specific/use_usr_bin_editor.diff
debian-specific/correct_docdir_in_man_page.diff
debian-specific/dont_document_not_present_features.diff
debian-specific/document_debian_defaults
debian-specific/assumed_charset-compat
debian-specific/467432-write_bcc.patch
misc/define-pgp_getkeys_command.diff
misc/gpg.rc-paths
misc/smime.rc
upstream/533209-mutt_perror.patch
upstream/533459-unmailboxes.patch
upstream/533439-mbox-time.patch
upstream/531430-imapuser.patch
upstream/534543-imap-port.patch
upstream/538128-mh-folder-access.patch
upstream/537818-emptycharset.patch
upstream/535096-pop-port.patch
upstream/542910-search-segfault.patch
upstream/533370-pgp-inline.patch
upstream/533520-signature-highlight.patch
upstream/393926-internal-viewer.patch
upstream/543467-thread-segfault.patch
upstream/544180-italian-yesorno.patch
upstream/542817-smimekeys-tmpdir.patch
upstream/544794-smtp-batch.patch
upstream/537694-segv-imap-headers.patch
upstream/548577-gpgme-1.2.patch
upstream/548494-swedish-intl.patch
upstream/553321-ansi-escape-segfault.patch
upstream/553238-german-intl.patch
upstream/557395-muttrc-crypto.patch
upstream/545316-header-color.patch
upstream/568295-references.patch
upstream/547980-smime_keys-chaining.patch
upstream/528233-readonly-open.patch
upstream/228671-pipe-mime.patch
upstream/383769-score-match.patch
upstream/547739-manual-typos.patch
upstream/311296-rand-mktemp.patch
upstream/573823-imap_internal_date
upstream/542344-dont_fold_From_
upstream/path_max
misc/hyphen-as-minus.patch
misc/smime_keys-manpage.patch
mutt.org

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages mutt depends on:
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libcomerr21.41.12-2  common error description library
ii  libgnutls26   2.8.6-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.6-1  library for common error values an
ii  libgpgme111.2.0-1.2  GPGME - GnuPG Made Easy
ii  libgssapi-krb5-2  1.8.3+dfsg~beta1-1 MIT Kerberos runtime libraries - k
ii  libidn11  1.15-2 GNU Libidn library, implementation
ii  libk5crypto3  1.8.3+dfsg~beta1-1 MIT Kerberos runtime libraries - C
ii  libkrb5-3 1.8.3+dfsg~beta1-1 MIT Kerberos runtime libra

Bug#657539: unetbootin: Debian testing netinstall iso is Debian stable netinstall iso

2012-01-26 Thread Muneeb Shaikh
Thanks for reporting the bug. It seems the bug is in upstream.
I have forwarded the bug to upstream.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657436: [Pkg-ime-devel] Bug#657436: ibus: please add gobject-introspection support

2012-01-26 Thread Daiki Ueno
Osamu Aoki  writes:

> On Thu, Jan 26, 2012 at 05:53:31PM +0900, Daiki Ueno wrote:
>> However, the Debian ibus package does not provide introspection data.
>
> You mean we have to have this for which package.  We generally follow
> released tarballs.

I know.

> Are you suggesting we should start tracking upstream VCS for ibus,
> ibus-pinyin, ...

Nope, the gobject introspection data is generally useful no matter how
it is currently used.  Since it is generated by default when
libgirepository1.0-dev is available when building ibus, I don't see any
reason not to distribute it.

> I am wondering if you can be a maintainer for all ibus family.

I'm ok with that.

Regards,
-- 
Daiki Ueno



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#649565:

2012-01-26 Thread Leo Iannacone
I updated paprefs here:

http://mentors.debian.net/debian/pool/main/p/paprefs/paprefs_0.9.10-1.dsc


Some patches coming from upstream solve this problem.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#634537: Open RC bug in gtkterm

2012-01-26 Thread Hideki Yamane
tags 634537 fixed-upstream
thanks

Hi,

 As Zach suggested, newer upstream version (0.99.7-rc1) is built fine.
 If Sebastien wouldn't upload it, I want to upload it as NMU.

 Any comments?

-- 
Hideki Yamane



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657569: nova-compute-xen: fails to install - post-installation script returned error exit status 1

2012-01-26 Thread Andreas Beckmann
Package: nova-compute-xen
Version: 2012.1~e2+git757-g62cf887-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

>From the attached log (scroll to the bottom...):

  Selecting previously unselected package nova-compute-xen.
  (Reading database ... 7557 files and directories currently installed.)
  Unpacking nova-compute-xen (from 
.../nova-compute-xen_2012.1~e2+git757-g62cf887-3_all.deb) ...
  Setting up nova-compute-xen (2012.1~e2+git757-g62cf887-3) ...
  adduser: The user `nova' does not exist.
  dpkg: error processing nova-compute-xen (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   nova-compute-xen


cheers,

Andreas


nova-compute-xen_2012.1~e2+git757-g62cf887-3.log.gz
Description: GNU Zip compressed data


Bug#657568: network-manager-gnome: Wireless connection does not switch on when there is no wired connection present

2012-01-26 Thread Julian Lam
Package: network-manager-gnome
Version: 0.9.2.0-1
Severity: normal

Dear Maintainer,
In a new install of Debian Testing, the network manager applet (hopefully that 
is the correct package) doesn't automatically swich on when there is no wired 
connection.

Normally, this isn't a problem on an already running system, but if I am 
turning my computer on from a cold boot, if there is no wired connection, 
wireless should be switched on automatically.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages network-manager-gnome depends on:
ii  dbus-x11 1.4.16-1
ii  dpkg 1.16.1.2
ii  gconf2   2.32.4-1
ii  gnome-icon-theme 3.2.1.2-1
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-24
ii  libcairo-gobject21.10.2-6.2
ii  libcairo21.10.2-6.2
ii  libdbus-1-3  1.4.16-1
ii  libdbus-glib-1-2 0.98-1
ii  libfontconfig1   2.8.0-3
ii  libfreetype6 2.4.8-1
ii  libgconf2-4  2.32.4-1
ii  libgdk-pixbuf2.0-0   2.24.0-2
ii  libglib2.0-0 2.30.2-4
ii  libgnome-bluetooth8  3.2.1-1
ii  libgnome-keyring03.2.2-1
ii  libgtk-3-0   3.2.3-1
ii  libnm-glib-vpn1  0.9.2.0-1
ii  libnm-glib4  0.9.2.0-1
ii  libnm-gtk0   0.9.2.0-1
ii  libnm-util2  0.9.2.0-1
ii  libnotify4   0.7.4-1
ii  libpango1.0-01.29.4-2
ii  network-manager  0.9.2.0-1
ii  policykit-1-gnome0.105-1

Versions of packages network-manager-gnome recommends:
ii  gnome-bluetooth3.2.1-1
ii  iso-codes  3.32-1
ii  libpam-gnome-keyring [libpam-keyring]  3.2.2-1
ii  mobile-broadband-provider-info 2013-1
ii  notification-daemon0.7.3-1

Versions of packages network-manager-gnome suggests:
pn  network-manager-openvpn-gnome  
pn  network-manager-pptp-gnome 
pn  network-manager-vpnc-gnome 

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657567: gnome-shell: Weird keyboard issue

2012-01-26 Thread Yls Sfah
Package: gnome-shell
Version: 3.2.2.1-1
Severity: important
Tags: upstream

Dear Maintainer,

I have an issue with the package gnome-shell and the way it handles my
keystrokes.

When i type the same key quickly many times, like "jj" or with the → key,
it doesn't repeat it but it just do it once and stops.
I don't know what's causing that and it's really annoying when i edit files and
use the arrow keys.
I used to wait for about 1s then retype the same key, but i can't bear to do
that anymore because it  really badly affects my productivity.



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.10.0-3
ii  gconf-gsettings-backend [gsettings-backend]  3.2.3-1
ii  gir1.2-accountsservice-1.0   0.6.15-2
ii  gir1.2-atk-1.0   2.2.0-2
ii  gir1.2-caribou-1.0   0.4.1-2
ii  gir1.2-clutter-1.0   1.8.2-2
ii  gir1.2-cogl-1.0  1.8.2-1
ii  gir1.2-coglpango-1.0 1.8.2-1
ii  gir1.2-folks-0.6 0.6.6-1
ii  gir1.2-freedesktop   1.31.1-1
ii  gir1.2-gconf-2.0 3.2.3-1
ii  gir1.2-gdkpixbuf-2.0 2.24.0-2
ii  gir1.2-gee-1.0   0.6.1-3
ii  gir1.2-gkbd-3.0  3.2.0-1
ii  gir1.2-glib-2.0  1.31.1-1
ii  gir1.2-gmenu-3.0 3.2.0.1-2
ii  gir1.2-gnomebluetooth-1.03.2.1-1
ii  gir1.2-gtk-3.0   3.2.3-1
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.2.2-1
ii  gir1.2-networkmanager-1.00.9.2.0-2
ii  gir1.2-pango-1.0 1.29.4-2
ii  gir1.2-polkit-1.00.104-1
ii  gir1.2-soup-2.4  2.36.1-1
ii  gir1.2-telepathyglib-0.120.16.2-1
ii  gir1.2-telepathylogger-0.2   0.2.12-1
ii  gir1.2-upowerglib-1.00.9.15-1
ii  gjs  1.30.0-3
ii  gnome-bluetooth  3.2.1-1
ii  gnome-icon-theme-symbolic3.2.2-1
ii  gnome-settings-daemon3.2.2-2
ii  gnome-shell-common   3.2.2.1-1
ii  gsettings-desktop-schemas3.2.0-2
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-24
ii  libcairo-gobject21.10.2-6.2
ii  libcairo21.10.2-6.2
ii  libcamel-1.2-29  3.2.2-1
ii  libcanberra0 0.28-3
ii  libclutter-1.0-0 1.8.2-2
ii  libcogl-pango0   1.8.2-1
ii  libcogl5 1.8.2-1
ii  libcroco30.6.2-2
ii  libdbus-1-3  1.4.16-1
ii  libdbus-glib-1-2 0.98-1
ii  libdrm2  2.4.30-1
ii  libebook-1.2-12  3.2.2-1
ii  libecal-1.2-10   3.2.2-1
ii  libedataserver-1.2-153.2.2-1
ii  libedataserverui-3.0-1   3.2.2-1
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.6-1
ii  libfontconfig1   2.8.0-3.1
ii  libfreetype6 2.4.8-1
ii  libgconf2-4  3.2.3-1
ii  libgdk-pixbuf2.0-0   2.24.0-2
ii  libgee2  0.6.1-3
ii  libgirepository-1.0-11.31.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.30.0-3
ii  libgl1-mesa-glx [libgl1] 7.11.2-1
ii  libglib2.0-0 2.30.2-6
ii  libgnome-desktop-3-2 3.2.1-3
ii  libgnome-keyring03.2.2-2
ii  libgnome-menu-3-03.2.0.1-2
ii  libgstreamer0.10-0   0.10.35-1
ii  libgtk-3-0   3.2.3-1
ii  libical0 0.44-3
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-1
ii  libmutter0   3.2.2-1
ii  libnm-glib4   

Bug#657542: uim-common: fails to upgrade from 'squeeze' to 'sid' - trying to overwrite ...

2012-01-26 Thread dai
tags 657542 + pending
thanks

fixed in git.debian.org.

http://anonscm.debian.org/gitweb/?p=collab-maint/uim.git;a=commit;h=972086a89ed9fd0b42a617158c8923bdecdf45a1
-- 
Regards,
dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E


signature.asc
Description: Digital signature


Bug#649346: [Pkg-fglrx-devel] Bug#649346: Bug#649346: Upgrading to fglrx-driver 12-1 doesn't help

2012-01-26 Thread Patrick Matthäi

Am 27.01.2012 01:30, schrieb Jonathan McCrohan:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 27/01/12 00:06, Patrick Matthäi wrote:

Am 27.01.2012 01:00, schrieb Douglas A. Augusto:

I've confirmed this bug after upgraded to fglrx 12-1 (8.93.4). I
even tried to install the package libxvbaw1, but I had no luck
with it too.

This bug is so annoying.

I'm using Debian GNU/Linux 3.1.0-1-amd64, xserver-xorg 1:7.6+10,
and xserver-xorg-core 2:1.11.3.901-2



As a workaround you can switch to opengl video output, that works
- until fglrx is fixed.



I assume this bug is also present in Ubuntu 12.04LTS Alpha 1 given the
similar package versions? It will have to be fixed before that is
released.

I'm becoming very disillusioned with AMD. fglrx has been
broken/uninstallable in testing since September.


This is OT, but to be exactly, you may thank X11, which breaks again 
again and again the ABI (where fglrx has to be adjusted) and now this 
bug, which only happens with this new ABI bling bling driver.



--
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657445:

2012-01-26 Thread Marc Deslauriers
Looks like this:

http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/auth-options.c.diff?r1=1.53;r2=1.54




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657499: RFP: pootle -- Web-based translation and translation management tool

2012-01-26 Thread W. Martin Borgert
On 2012-01-26 21:39, Stuart Prescott wrote:
> I think what the packages need at this stage is testing (in particular, 
> upgrade testing). If you're in a position to help with that, then that would 
> be wonderful.

Yes, I can probably test your package with my setup, which is
Pootle + mod_wsgi + PostgreSQL.

Very nice, you even have backports for squeeze!

What about python-django-djblets? Are you using the embedded
code copy? If it is used in pootle only, it might be acceptable,
but a separate package is preferable.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657560: apt: ...i18n_Translation-en Encountered a section with no Package: header)

2012-01-26 Thread Michael Prokop
* Debian Bug Tracking System [Fri Jan 27, 2012 at 12:12:04AM +]:

[...]

Followup: also see #657563 for same issue with aptitude.
Problem seems to be solved as soon as bzip2 is installed.

regards,
-mika-


signature.asc
Description: Digital signature


Bug#649346: [Pkg-fglrx-devel] Bug#649346: Upgrading to fglrx-driver 12-1 doesn't help

2012-01-26 Thread Jonathan McCrohan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 27/01/12 00:06, Patrick Matthäi wrote:
> Am 27.01.2012 01:00, schrieb Douglas A. Augusto:
>> I've confirmed this bug after upgraded to fglrx 12-1 (8.93.4). I
>> even tried to install the package libxvbaw1, but I had no luck
>> with it too.
>> 
>> This bug is so annoying.
>> 
>> I'm using Debian GNU/Linux 3.1.0-1-amd64, xserver-xorg 1:7.6+10,
>> and xserver-xorg-core 2:1.11.3.901-2
>> 
> 
> As a workaround you can switch to opengl video output, that works
> - until fglrx is fixed.
> 

I assume this bug is also present in Ubuntu 12.04LTS Alpha 1 given the
similar package versions? It will have to be fixed before that is
released.

I'm becoming very disillusioned with AMD. fglrx has been
broken/uninstallable in testing since September.

Jon
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPIfA9AAoJEJ6XA7Whh53bsAUH/1bZD3QdD1HsBjD4UT0mTgA3
CwpkZFanFOvOzAa+9pG/NLO9txXUYiw/zQeEI6J88m+NEZm8KxO5v88NduMB2gz3
MRv8YTOJB4JBSydODO6PLIP+/1znd+ZqN4fhPoQ5OX9EcOwcb/IA+o/N3tMm06zr
aEp4kMsoddf6lX9B4VA83NImj+l+Gp6eqHb6FBZXwnupyaEunZNLkhs3yZLvhpVq
Fkg8p3bvBv288PYn+n3X5zn96H80x5MpCrL6biKhjRuxQnVcFTmlPTuDz4optweN
MbI2NRHwhkAvKTN0hW6GXuvM9t13BMqVJ5D+ms4mYznNc5E0FQe0rwZGVQtBu+Y=
=iGPF
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657565: xorg-server: please switch to the standard FontPath setup

2012-01-26 Thread Paul Wise
Source: xorg-server
Severity: wishlist
User: p...@debian.org
Usertags: defoma-removal
X-Debbugs-CC: pkg-fonts-de...@lists.alioth.debian.org

On Mon, 2012-01-09 at 11:41 +, Debian FTP Masters wrote:

> We believe that the bug you reported is now fixed; the following
> package(s) have been removed from unstable:
> 
> x-ttcidfont-conf |32+nmu2 | source, all
> 
> --- Reason ---
> RoQA; Debian-specific, unmaintained, tied to defoma removal
> --

Now that x-ttcidfont-conf has been removed, Debian's custom FontPath
serves no purpose, please remove it. I have attached a patch.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
From 2aebfb7013a6535183a9ffebc63202125b2d3930 Mon Sep 17 00:00:00 2001
From: Paul Wise 
Date: Fri, 27 Jan 2012 08:24:16 +0800
Subject: [PATCH] Switch from the defoma FontPath to the standard fontpath.d
 catalogue

---
 debian/rules  |2 +-
 debian/xserver-xorg-core.dirs |1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
 create mode 100644 debian/xserver-xorg-core.dirs

diff --git a/debian/rules b/debian/rules
index 3011a78..f284503 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,7 +129,7 @@ confflags += \
 	 --disable-install-setuid
 
 confflags_main = \
-	--with-default-font-path="/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,built-ins" \
+	--with-default-font-path="catalogue:/etc/X11/fontpath.d,built-ins" \
 	--enable-aiglx \
 	--enable-glx-tls \
 	--enable-registry \
diff --git a/debian/xserver-xorg-core.dirs b/debian/xserver-xorg-core.dirs
new file mode 100644
index 000..bd697ab
--- /dev/null
+++ b/debian/xserver-xorg-core.dirs
@@ -0,0 +1 @@
+etc/X11/fontpath.d
-- 
1.7.8.3



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


Bug#653750: accepting locally-generated message on the current input

2012-01-26 Thread Regid Ichira
  I am not sure the reference to current input is well understood.  Does it 
actually 
another way of saying standard input?

--- spec.txt2012-01-27 01:48:09.0 +0200
+++ spec.txt.mod2012-01-27 01:48:49.0 +0200
@@ -2857,7 +2857,7 @@ brief message about itself and exits.
 -bm

 This option runs an Exim receiving process that accepts an incoming,
-locally-generated message on the current input. The recipients are given as
+locally-generated message on the standard input. The recipients are given 
as
 the command arguments (except when -t is also present - see below). Each
 argument can be a comma-separated list of RFC 2822 addresses. This is the
 default option for selecting the overall action of an Exim call; it is




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657564: cli-common-dev: Consider adding ole32 to default list of excluded modulerefs

2012-01-26 Thread Neil Mayhew
Package: cli-common-dev
Version: 0.8.2
Severity: wishlist

It seems to me that ole32 should be included in this list since it's
similar to the other excluded modules: it's likely to be imported in a
cross-platform assembly but not called at runtime if not on Windows.

An example of where it's used is Cecil, when it writes pdb files. The code
for this is in mono-basic.

A workaround is to use:

override_dh_clideps:
dh_clideps --exclude-moduleref=ole32.dll

in debian/rules.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cli-common-dev depends on:
ii  debhelper  8.9.14
ii  libxml-dom-perl1.44-1
ii  mono-devel [strong-name-tool]  2.6.7-5
ii  mono-utils [cil-disassembler]  2.6.7-5
ii  perl-modules   5.14.2-6

cli-common-dev recommends no packages.

cli-common-dev suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657563: aptitude: Fails on bzip2-only Translation files

2012-01-26 Thread Michael Prokop
Package: aptitude
Version: 0.6.4-1.2
Severity: important


Fresh wheezy chroot as of today:

, [ cmdline ]
| # debootstrap wheezy /tmp/basefile http://cdn.debian.net/debian
| # chroot /tmp/basefile /bin/bash
| # dpkg --list | grep zip
| ii  gzip1.4-2   GNU compression 
utilities
| # dpkg --list | grep libbz2
| ii  libbz2-1.0  1.0.6-1 high-quality 
block-sorting file compressor library - runtime
| # sed -i 's/wheezy/sid/' /etc/apt/sources.list
| # apt-get update
| Get:1 http://cdn.debian.net sid InRelease [190 kB]
| Get:2 http://cdn.debian.net sid/main TranslationIndex [2154 B]
| Get:3 http://cdn.debian.net sid/main amd64 Packages [7388 kB]
| Get:4 http://cdn.debian.net sid/main Translation-en [3860 kB]
| Fetched 11.4 MB in 4s (2537 kB/s)
| W: Failed to fetch 
copy:/var/lib/apt/lists/partial/cdn.debian.net_debian_dists_sid_main_i18n_Translation-en
  Encountered a section with no Package: header
| E: Some index files failed to download. They have been ignored, or old ones 
used instead.
| #
| # aptitude --verbose update
| Hit http://cdn.debian.net sid InRelease
| Hit http://cdn.debian.net sid/main amd64 Packages/DiffIndex
| Hit http://cdn.debian.net sid/main TranslationIndex
| Get: 1 http://cdn.debian.net sid/main Translation-en [3860 kB]
| Fetched 1 B in 0s (1 B/s)
|
| Current status: 0 broken [+0], 12 updates [+0], 0 new [+0].
| # echo $?
| 255
`

Related to #657560 - once bzip2 is installed it works fine.

Leaving the decision whether this qualifies as RC bug to the
maintainer.

PS: It would be nice to get an error message at all, happens neither
in default mode nor in --verbose mode.

regards,
-mika-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2012-01-27t01-12...@devnull.michael-prokop.at



Bug#657562: qwo: FTBFS on amd64 pbuilder

2012-01-26 Thread Jonathan McCrohan
Package: qwo
Version: 0.5-2
Severity: serious
Justification: Policy 4.9

Fails to build from source on clean amd64 pbuilder instance.


jmccrohan@lambda:~/bin$ sudo pbuilder --build qwo_0.5-2.dsc 
I: using fakeroot in build.
I: Current time: Fri Jan 27 00:04:21 GMT 2012
I: pbuilder-time-stamp: 1327622661
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/sid-amd64-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: Mounting /var/cache/pbuilder/ccache
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Setting up ccache
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 7), autoconf, automake1.9 | automaken, libimlib2-dev, 
libconfig8-dev | libconfig-dev, libxtst-dev, help2man
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 10954 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper (>= 7); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on autoconf; however:
  Package autoconf is not installed.
 pbuilder-satisfydepends-dummy depends on automake1.9 | automaken; however:
  Package automake1.9 is not installed.
  Package automaken is not installed.
 pbuilder-satisfydepends-dummy depends on libimlib2-dev; however:
  Package libimlib2-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libconfig8-dev | libconfig-dev; 
however:
  Package libconfig8-dev is not installed.
  Package libconfig-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libxtst-dev; however:
  Package libxtst-dev is not installed.
 pbuilder-satisfydepends-dummy depends on help2man; however:
  Package help2man is not installed.
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
The following NEW packages will be installed:
  autoconf{a} automake1.9{a} autotools-dev{a} bsdmainutils{a} debhelper{a} 
file{a} gettext{a} gettext-base{a} groff-base{a} help2man{a} html2text{a} 
intltool-debian{a} libconfig8{a} libconfig8-dev{a} libcroco3{a} libffi5{a} 
  libfreetype6{a} libfreetype6-dev{a} libgif-dev{a} libgif4{a} libglib2.0-0{a} 
libid3tag0{a} libimlib2{a} libimlib2-dev{a} libjpeg8{a} libjpeg8-dev{a} 
libltdl-dev{a} libltdl7{a} libmagic1{a} libpcre3{a} libpipeline1{a} 
libpng12-0{a} 
  libpng12-dev{a} libpopt0{a} libpthread-stubs0{a} libpthread-stubs0-dev{a} 
libtiff4{a} libtiff4-dev{a} libtiffxx0c2{a} libunistring0{a} libx11-6{a} 
libx11-data{a} libx11-dev{a} libxau-dev{a} libxau6{a} libxcb1{a} libxcb1-dev{a} 
  libxdmcp-dev{a} libxdmcp6{a} libxext-dev{a} libxext6{a} libxi-dev{a} 
libxi6{a} libxml2{a} libxtst-dev{a} libxtst6{a} m4{a} man-db{a} pkg-config{a} 
po-debconf{a} x11-common{a} x11proto-core-dev{a} x11proto-input-dev{a} 
  x11proto-kb-dev{a} x11proto-record-dev{a} x11proto-xext-dev{a} 
xorg-sgml-doctools{a} xtrans-dev{a} zlib1g-dev{a} 
The following packages are RECOMMENDED but will NOT be installed:
  autopoint curl libglib2.0-data libmail-sendmail-perl libtool libx11-doc 
lynx-cur shared-mime-info wget xml-core 
0 packages upgraded, 69 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/19.8 MB of archives. After unpacking 56.7 MB will be used.
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpipeline1.
(Reading database ... 10954 files and directories currently installed.)
Unpacking libpipeline1 (from .../libpipeline1_1.2.0-5_amd64.deb) ...
Selecting previously unselected package libpopt0.
Unpacking libpopt0 (from .../libpopt0_1.16-3_amd64.deb) ...
Selecting previously unselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_8.12-4_amd64.deb) ...
Selecting previously unselected package libffi5.
Unpacking libffi5 (from .../libffi5_3.0.10-3_amd64.deb) ...
Selecting previously unselected package libglib2.0-0.
Unpacking libglib2.0-0 (from .../libglib2.0-0_2.30.2-6_amd64.deb) ...
Selecting previously unselected package libxml2.
Unpacking libxml2 (from .../libxml2_2.7.8.dfsg-7_amd64.deb) ...
Selecting previously unselected package libcroco3.
Unpacking libcroco3 (from .../libcroco3_0.6.2-2_amd64.deb) ...
Selecting previously unselec

Bug#657342: Bug#657538: libxcb1: breaks alsamixer

2012-01-26 Thread Mario 'BitKoenig' Holbe
On Fri, Jan 27, 2012 at 12:22:28AM +0100, Cyril Brulebois wrote:
> Julien Cristau  (27/01/2012):
> > Core was generated by `alsamixer'.
> > Program terminated with signal 11, Segmentation fault.
> > #0  0x7f96c1c34fd0 in snd_mixer_class_unregister ()
> >from /usr/lib/x86_64-linux-gnu/libasound.so.2
> > (gdb) where
> > #0  0x7f96c1c34fd0 in snd_mixer_class_unregister ()
> >from /usr/lib/x86_64-linux-gnu/libasound.so.2
> > #1  0x7f96c1c350cd in snd_mixer_close ()
> >from /usr/lib/x86_64-linux-gnu/libasound.so.2
> > #2  0x00409a0a in ?? ()
> > #3  0x7f96bf6fccb6 in xcb_disconnect (c=0x25fb8d0)
> > at ../../src/xcb_conn.c:307
> 
> In the new libxcb version, xcb_disconnect calls shutdown() on a socket
> (http://pubs.opengroup.org/onlinepubs/95399/functions/shutdown.html
> or man 2 shutdown), but alsa-utils exposes such a function. ??? kaboom.
> 
> Reassigning to alsa-utils, which needs to stop using already-taken
> names. Julien: thanks for the quick investigation.

Googling around a little showed up RedHat seems to have had this issue
as well: https://bugzilla.redhat.com/show_bug.cgi?id=731381
... and fixed it with a patch from ALSA-git:
http://git.alsa-project.org/?p=alsa-utils.git;a=commitdiff;h=4c09aaa5c13c2260fea57a89c47f88252da8a692


Thanks Julien and Cyril
   Mario
-- 
Il semble que la perfection soit atteinte non quand il n'y a plus rien à
ajouter, mais quand il n'y a plus rien à retrancher.
 -- Antoine de Saint-Exupéry: Terre des Hommes, III: L'Avion


signature.asc
Description: Digital signature


Bug#657561: apt-get chokes on bad files, needs manual intervention to fix the situation

2012-01-26 Thread Evgeni Golov
Package: apt
Version: 0.8.15.9
Severity: important

Heya,

I am currently sitting on a kinda crappy line (hotel WiFi, who guess)
and had some fun while trying to run my usual apt-get update tonight.

The WiFi seems to run a Squid in a sort of transparent setup.
Sort of because it forbids me access to dl.google.com and resolves
ftp.de.debian.org to a wrong IP (82.98.86.171). The funny thing
about that machine is, it returns the same page to any request, no 404,
no 502, no kitten.

Now the page ends up served as 'Packages', 'InRelease', the signatures etc.
Apt of course refuses to work, as it cannot check the signature.
But the problem is that apt never clears the bad signature file.
Every next run of apt-get will end up with a 
W: GPG error: http://ftp.de.debian.org squeeze Release: The following 
signatures were invalid: BADSIG AED4B06F473041FA Debian Archive Automatic 
Signing Key (6.0/squeeze) 
as the signature file is still borked and of course cannot be verified.

Only the killing of the files in /var/lib/apt/lists/ brings apt back
to life.
This might have two outcomings for the user (as far I can think of,
you could for sure come up with more):
1. unexperienced user, uses some apt frontend → no way to get updates
2. MITM a machine updating the files and you prolly stop it from fetching
   updates via cron

I hope there is some way to fix that.

Regards
Evgeni

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt depends on:
ii  debian-archive-keyring  2010.08.28
ii  gnupg   1.4.11-3
ii  libc6   2.13-24
ii  libgcc1 1:4.6.2-12
ii  libstdc++6  4.6.2-12
ii  zlib1g  1:1.2.3.4.dfsg-3

apt recommends no packages.

Versions of packages apt suggests:
ii  apt-doc 
ii  aptitude0.6.4-1.2
ii  bzip2   1.0.6-1
ii  dpkg-dev1.16.1.2
ii  python-apt  0.8.3
ii  synaptic0.75.4
ii  xz-lzma [lzma]  5.1.1alpha+20110809-3

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657560: apt: ...i18n_Translation-en Encountered a section with no Package: header

2012-01-26 Thread Michael Prokop
Package: apt
Version: 0.8.15.9
Severity: important


Fresh wheezy chroot as of today:

, [ cmdline ]
| # debootstrap wheezy /tmp/basefile http://cdn.debian.net/debian
| # chroot /tmp/basefile /bin/bash
| # dpkg --list | grep zip
| ii  gzip1.4-2   GNU compression 
utilities
| # dpkg --list | grep libbz2
| ii  libbz2-1.0  1.0.6-1 high-quality 
block-sorting file compressor library - runtime
| # sed -i 's/wheezy/sid/' /etc/apt/sources.list
| # apt-get update
| Get:1 http://cdn.debian.net sid InRelease [190 kB]
| Get:2 http://cdn.debian.net sid/main TranslationIndex [2154 B]
| Get:3 http://cdn.debian.net sid/main amd64 Packages [7388 kB]
| Get:4 http://cdn.debian.net sid/main Translation-en [3860 kB]
| Fetched 11.4 MB in 4s (2537 kB/s)
| W: Failed to fetch 
copy:/var/lib/apt/lists/partial/cdn.debian.net_debian_dists_sid_main_i18n_Translation-en
  Encountered a section with no Package: header
|
| E: Some index files failed to download. They have been ignored, or old ones 
used instead.
`

Looking at strace output apt-get is trying to retrieve
Translation-en.xz, then Translation-en.gz and finally
Translation-en. None of them exist on
$MIRROR/debian/dists/sid/main/i18n/ but only *.bz2 files.

FTR: It's not related to usage of cdn.debian.net nor a mirror
specific issue and I can easily reproduce it.

regards,
-mika-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2012-01-27t01-02...@devnull.michael-prokop.at



Bug#654766: cynthiune.app: diff for NMU version 0.9.5-13.1

2012-01-26 Thread Alessio Treglia

Dear maintainer,

I've prepared an NMU for cynthiune.app (versioned as 0.9.5-13.1). The diff
is attached to this message.

Regards.

-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer| quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A
diff -u cynthiune.app-0.9.5/debian/control cynthiune.app-0.9.5/debian/control
--- cynthiune.app-0.9.5/debian/control
+++ cynthiune.app-0.9.5/debian/control
@@ -17,6 +17,7 @@
 	   libmusicbrainz4-dev,
 	   libmpcdec-dev (>= 2:0.1~r435),
 	   libasound2-dev [linux-any],
+	   pkg-config,
 	   quilt,
 	   imagemagick
 Vcs-Arch: http://arch.debian.org/arch/pkg-gnustep/gnustep/cynthiune-app--debian--1.0
diff -u cynthiune.app-0.9.5/debian/changelog cynthiune.app-0.9.5/debian/changelog
--- cynthiune.app-0.9.5/debian/changelog
+++ cynthiune.app-0.9.5/debian/changelog
@@ -1,3 +1,12 @@
+cynthiune.app (0.9.5-13.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Prevent FTBFS with audiofile's latest 0.3.x series by relying on
+pkg-config for gathering the building flags instead of the no longer
+provided audiofile-config tool (Closes: #654766).
+
+ -- Alessio Treglia   Fri, 27 Jan 2012 00:51:15 +0100
+
 cynthiune.app (0.9.5-13) unstable; urgency=medium
 
   * debian/control (Build-Depends): Remove libartsc0-dev (Closes:
diff -u cynthiune.app-0.9.5/debian/patches/series cynthiune.app-0.9.5/debian/patches/series
--- cynthiune.app-0.9.5/debian/patches/series
+++ cynthiune.app-0.9.5/debian/patches/series
@@ -8,0 +9 @@
+use-pkg-config.patch
only in patch2:
unchanged:
--- cynthiune.app-0.9.5.orig/debian/patches/use-pkg-config.patch
+++ cynthiune.app-0.9.5/debian/patches/use-pkg-config.patch
@@ -0,0 +1,23 @@
+Description: Use pkg-config to retrieve building flags instead of the no
+ longer provided audiofile-config.
+Author: Daniel T Chen 
+Origin: http://launchpadlibrarian.net/88528108/cynthiune.app_0.9.5-13ubuntu1_0.9.5-13ubuntu2.diff.gz
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654766
+Forwarded: no
+---
+ Bundles/AudioFile/GNUmakefile.preamble |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- cynthiune.app-0.9.5.orig/Bundles/AudioFile/GNUmakefile.preamble
 cynthiune.app-0.9.5/Bundles/AudioFile/GNUmakefile.preamble
+@@ -19,8 +19,8 @@
+ # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ # Boston, MA 02111-1307, USA.
+ 
+-AUDIOFILE_CFLAGS := $(shell audiofile-config --cflags)
+-AUDIOFILE_LIBS := $(shell audiofile-config --libs)
++AUDIOFILE_CFLAGS := $(shell pkg-config audiofile --cflags)
++AUDIOFILE_LIBS := $(shell pkg-config audiofile --libs)
+ 
+ ADDITIONAL_INCLUDE_DIRS += -I../.. $(AUDIOFILE_CFLAGS)
+ 


signature.asc
Description: Digital signature


Bug#649346: [Pkg-fglrx-devel] Bug#649346: Upgrading to fglrx-driver 12-1 doesn't help

2012-01-26 Thread Patrick Matthäi
Am 27.01.2012 01:00, schrieb Douglas A. Augusto:
> I've confirmed this bug after upgraded to fglrx 12-1 (8.93.4). I even tried to
> install the package libxvbaw1, but I had no luck with it too.
> 
> This bug is so annoying.
> 
> I'm using Debian GNU/Linux 3.1.0-1-amd64, xserver-xorg 1:7.6+10, and
> xserver-xorg-core 2:1.11.3.901-2
> 

As a workaround you can switch to opengl video output, that works -
until fglrx is fixed.

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/



signature.asc
Description: OpenPGP digital signature


Bug#657559: pcmanfm: home folder on desktop does not open home folder

2012-01-26 Thread Jeroen Diederen
Package: pcmanfm
Version: 0.9.8-2
Severity: normal
Tags: upstream

I have a desktop file "home.desktop" on the Desktop which opened my home folder
in the past. Since a short time it doesn't: it looked like this:

[Desktop Entry]
Name=Home
Name[pt]=Pasta Pessoal
Name[de]=Persönlicher Ordner
Name[fr]=Dossier personnel
Name[ja]=ホーム
Name[ar]=المنزل
Name[it]=Home
Name[es]=Inicio
Name[ko]=홈
Name[cs]=Domovský adresář
Name[zh_TW]=家
Name[bg]=Домашна директория
Name[hr]=Home Direktorij
Name[pl]=Katalog domowy
Name[sv]=Hemmapp
Name[ro]=Acasă
OnlyShowIn=GNOME;LXDE;
Exec=pcmanfm ~/
Icon=folder_home
StartupNotify=true
Terminal=false
Type=Application
Categories=GNOME;GTK;Core;Documentation;

I had to change Exec part into:

Exec=pcmanfm /home/jeroen

To make the desktop file work again.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc64)

Kernel: Linux 3.1.0-1-powerpc64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pcmanfm depends on:
ii  libc6   2.13-24
ii  libcairo2   1.10.2-6.2
ii  libfm-gtk0  0.1.14-2
ii  libfm0  0.1.14-2
ii  libgdk-pixbuf2.0-0  2.24.0-2
ii  libglib2.0-02.30.2-4
ii  libgtk2.0-0 2.24.8-3
ii  libpango1.0-0   1.29.4-2
ii  libx11-62:1.4.4-4

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme  3.2.1.2-1
ii  gvfs-backends 1.10.1-2
ii  gvfs-fuse 1.10.1-2
ii  lxde-icon-theme   0.0.1+svn20091206-2

pcmanfm suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#649346: Upgrading to fglrx-driver 12-1 doesn't help

2012-01-26 Thread Douglas A. Augusto
I've confirmed this bug after upgraded to fglrx 12-1 (8.93.4). I even tried to
install the package libxvbaw1, but I had no luck with it too.

This bug is so annoying.

I'm using Debian GNU/Linux 3.1.0-1-amd64, xserver-xorg 1:7.6+10, and
xserver-xorg-core 2:1.11.3.901-2

-- 
Douglas A. Augusto



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657558: mail-notification-evolution: Cannot enable plugin in evolution due to "undefined symbol: camel_folder_get_uri"

2012-01-26 Thread Pablo Vanwoerkom
Package: mail-notification-evolution
Version: 5.4.dfsg.1-3+b1
Severity: normal
Tags: upstream

Dear Maintainer,

I've installed evolution and mail-notification-evolution, but I cannot enable
the plugin within evolution. When I launch evolution through the command line,
I see the following warnings:

(evolution:13881): camel-CRITICAL **: camel_session_add_service: assertion
`uri_string != NULL' failed

(evolution:13881): evolution-plugin-lib-WARNING **: can't load plugin
'/usr/lib/evolution/3.2/plugins/liborg-jylefort-mail-notification.so':
/usr/lib/evolution/3.2/plugins/liborg-jylefort-mail-notification.so: undefined
symbol: camel_folder_get_uri

(evolution:13881): evolution-plugin-lib-WARNING **: Cannot resolve symbol
'org_jylefort_mail_notification_folder_changed' in plugin
'/usr/lib/evolution/3.2/plugins/liborg-jylefort-mail-notification.so' (not
exported?)




-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mail-notification-evolution depends on:
ii  evolution3.2.2-1
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-24
ii  libcairo-gobject21.10.2-6.2
ii  libcairo21.10.2-6.2
ii  libcamel-1.2-29  3.2.2-1
ii  libdbus-1-3  1.4.16-1
ii  libdbus-glib-1-2 0.98-1
ii  libedataserver-1.2-153.2.2-1
ii  libenchant1c2a   1.6.0-7
ii  libevolution 3.2.2-1
ii  libfontconfig1   2.8.0-3.1
ii  libfreetype6 2.4.8-1
ii  libgconf2-4  3.2.3-1
ii  libgdk-pixbuf2.0-0   2.24.0-2
ii  libglib2.0-0 2.30.2-6
ii  libgtk-3-0   3.2.3-1
ii  libgtkhtml-4.0-0 4.2.2-1
ii  libgtkhtml-editor-4.0-0  4.2.2-1
ii  libnspr4-0d  4.8.9-1
ii  libnss3-1d   3.13.1.with.ckbi.1.88-1
ii  libpango1.0-01.29.4-2
ii  libsoup2.4-1 2.36.1-1
ii  libsqlite3-0 3.7.9-3
ii  libxml2  2.7.8.dfsg-7
ii  mail-notification5.4.dfsg.1-3+b1

mail-notification-evolution recommends no packages.

mail-notification-evolution suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#512388: order of j/k keys should be reversed (and the should be documented in

2012-01-26 Thread Stéphane Aulery
tags 512388 + fixed-upstream
stop

Hi,

I have sended a patch to upstream to fix the bug. It has been
commited.

More informations at

http://www.kraxel.org/cgit/fbida/commit/?id=92744db63979c75138779e816a9290057fa92f11

Regards,

-- 
Stéphane Aulery



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657557: packages.debian.org: Missing long descriptions

2012-01-26 Thread Michał Kułach

Package: www.debian.org
Severity: serious

All long descriptions from testing, unstable and experimental are missing  
from packages.debian.org. Sorry if I overestimate severity.


--
Michał Kułach (pl DDTP team)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657401: dpkg-buildpackage: support output directory other than ..

2012-01-26 Thread Guillem Jover
On Thu, 2012-01-26 at 08:29:51 +0100, Raphael Hertzog wrote:
> On Wed, 25 Jan 2012, Don Armstrong wrote:
> > On Thu, 26 Jan 2012, Guillem Jover wrote:
> > > I implemented this, but then realized that it cannot be done
> > > cleanly, as dpkg-deb is called from inside debian/rules and will
> > > always place the binary packages under «..», so dpkg-buildpackage
> > > would need to move the files itself afterwards. While that could be
> > > done, it might not avoid the problem you refer to.
> > 
> > Hrm; true. I actually wanted this primarily for debuild -S, but
> > solving it for everything is probably necessary to solve it at all.
> 
> Note that dpkg-source also creates files in the current directory and
> expect to find files in the current directory (and dpkg-buildpackage
> changes the current directory to ".." for the needs of dpkg-source).
> 
> So if you change the current directory to your output directory, you also
> have to do something to ensure that dpkg-source keeps on finding the orig
> tarballs.

That's already handled by passing the sourcedir path to dpkg-source,
the only change I had to do was to switch from relative paths to
absolute ones in that case.

> > The hack of sending an env option through to dpkg-deb is all kinds of
> > ugly...
> 
> Why would it be more ugly than dpkg-buildpackage -j setting
> DEB_BUILD_OPTIONS="parallel"?

Well DEB_BUILD_OPTIONS is a variable to be used by debian/rules directly
if at all, which does not have other defined ways to pass options to it.
Passing default options to dpkg-deb which is a sub-child, might be
unreliable, depending on how the build process is handled, if there's
environment cleanup from whoever ends up calling it, it does not
necessarily need to be debian/rules for example, etc.

> Of course, if there would be no constraints, I would not pick up an env
> variable as preferred way to pass options but there are many tools
> who are accepting options through the environment (think GZIP,
> TAR_OPTIONS, etc.). I don't see why we couldn't do that.

For starters all current invokations already use an explicit destination
path for the deb. Environment variables are always used to set
option defaults (not commands) that always get overridden by the
command line, doing otherwise would be extremely confusing, and it's
just ugly.

In the end this comes down to the way or build system is currently
designed, in that debian/rules is in charge of generating the resulting
binary packages, which makes some global changes more difficult.

regards,
guillem



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657552: Chipset information

2012-01-26 Thread Wojciech Zabołotny

The affected system uses the following graphics chipset:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657445: Please use CVE-2012-0814 for this issue

2012-01-26 Thread Kurt Seifried
Please use CVE-2012-0814 for this issue

http://seclists.org/oss-sec/2012/q1/296

-- 
Kurt Seifried Red Hat Security Response Team (SRT)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657253: Xprint is deprecated, so remove libxp?

2012-01-26 Thread Drew Parsons
On Wed, 2012-01-25 at 02:53 +0100, Cyril Brulebois wrote:
> Drew Parsons  (25/01/2012):
> > > kterm: kterm [i386]
> > This one's weird. libxp dependency only for i386???

> so that's the maintainer upload. ...a binNMU would do the job in the 
> meanwhile.

Thanks. The kterm fix is not urgent at this point because of the other
dependent packages (especially lesstif2 and matlab-support), so I guess
it will probably clear out in the kterm maintainer's next routine
upload.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#606158: pbuilder: Please integrate eatmydata

2012-01-26 Thread Junichi Uekawa
Hi,

Sounds interesting, except for that I don't see a patch actually attached.

At Mon, 06 Dec 2010 22:39:20 +0100,
Adrian von Bidder wrote:
> 
> Package: pbuilder
> Version: 0.199+nmu1
> Severity: wishlist
> Tags: patch
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Yodel!
> 
> As previously threatened^Wannounced:  Here's my proposed eatmydata
> integration in a rough draft.
> 
> Eatmydata is basically always used (and installed in the chroot) unless
> - --no-eatmydata is specified.
> 
> To be honest: I didn't test the --no-eatmydata option at all, will do
> that soon-ish.  I did test that eatmydata is used in pbuilder create
> (works), pbuilder build (works), btrfsbuilder create (doesn't seem to
> use eatmydata for some reason, have yet to investigate this) and
> btrfsbuilder build (works.)  Where it is used, especially in btrfs which
> is allergic to sync/fsync, it makes quite a big difference.
> 
> cheers
> - -- vbi
> 
> 
> 
> 
> - -- System Information:
> Debian Release: squeeze/sid
>   APT prefers testing
>   APT policy: (700, 'testing'), (600, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.36-trunk-686 (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages pbuilder depends on:
> ii  cdebootstrap  0.5.7  Bootstrap a Debian system
> ii  coreutils 8.5-1  GNU core utilities
> ii  debconf [debconf-2.0] 1.5.36 Debian configuration management 
> sy
> ii  debianutils   3.4Miscellaneous utilities specific 
> t
> ii  debootstrap   1.0.26 Bootstrap a basic Debian system
> ii  wget  1.12-2.1   retrieves files from the web
> 
> Versions of packages pbuilder recommends:
> ii  devscripts2.10.69scripts to make the life of a 
> Debi
> ii  fakeroot  1.14.4-1   Gives a fake root environment
> ii  sudo  1.7.4p4-2  Provide limited super user 
> privile
> 
> Versions of packages pbuilder suggests:
> pn  cowdancer  (no description available)
> ii  eatmydata 15-4   library and utilities designed 
> to 
> pn  gdebi-core (no description available)
> pn  pbuilder-uml   (no description available)
> 
> - -- debconf information:
>   pbuilder/mirrorsite: http://ftp.ch.debian.org/debian/
>   pbuilder/nomirror:
>   pbuilder/rewrite: false
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (GNU/Linux)
> 
> iEYEARECAAYFAkz9WAgACgkQKqpm2L3fmXpSpgCePIMyd0Bu9MqbH3JlT2GTYsWz
> rK4An1QOs2OM5PZzSNNrRwYbVoX4C1gq
> =Sx1h
> -END PGP SIGNATURE-
> 
> 
> 
> ___
> Pbuilder-maint mailing list
> pbuilder-ma...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pbuilder-maint
> 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657555: lm-sensors: Please restrict to x86[_64] until lm-sensors becomes ARCH aware

2012-01-26 Thread shawn
Package: lm-sensors
Version: 1:3.3.1-1em1
Severity: important

wondering if this software applied to arm I casually installed it and ran it. 
(powertop for example works on arm)
it checked for a bunch of processor-specific (x86) sensors, and then promptly 
crashed my computer.
Until lm-sensors can be sensibile about what is definitely NOT 
present/supported
(uname -r, uname -m, at a minimum--perhaps with approiate --force options)
this package should not be present in non-x86 architectures.

-- System Information:
Debian Release: wheezy/sid
Architecture: armel (armv5tel)

Kernel: Linux 3.3.0-rc1-tomoyo (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lm-sensors depends on:
ii  libc62.13-21em1
ii  libsensors4  1:3.3.1-1em1
ii  lsb-base 3.2-28em1
ii  perl 5.14.2-6em1
ii  sed  4.2.1-9em1

lm-sensors recommends no packages.

lm-sensors suggests no packages.

-- no debconf information





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657553: [Pkg-utopia-maintainers] Bug#657553: avahi-daemon losing addresses

2012-01-26 Thread Michael Biebl
severity 657533 important
thanks

On 26.01.2012 23:47, Geoff Clements wrote:
> 
> There's nothing in the logs that I can see that suggests
> that avahi is flushing its cache.

Please run avahi-daemon in debug mode (--debug) and attach the log file.



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#657342: Bug#657538: libxcb1: breaks alsamixer

2012-01-26 Thread Cyril Brulebois
reassign 657538 alsa-utils 1.0.24.2-4
severity 657538 grave
thanks

Julien Cristau  (27/01/2012):
> Core was generated by `alsamixer'.
> Program terminated with signal 11, Segmentation fault.
> #0  0x7f96c1c34fd0 in snd_mixer_class_unregister ()
>from /usr/lib/x86_64-linux-gnu/libasound.so.2
> (gdb) where
> #0  0x7f96c1c34fd0 in snd_mixer_class_unregister ()
>from /usr/lib/x86_64-linux-gnu/libasound.so.2
> #1  0x7f96c1c350cd in snd_mixer_close ()
>from /usr/lib/x86_64-linux-gnu/libasound.so.2
> #2  0x00409a0a in ?? ()
> #3  0x7f96bf6fccb6 in xcb_disconnect (c=0x25fb8d0)
> at ../../src/xcb_conn.c:307

In the new libxcb version, xcb_disconnect calls shutdown() on a socket
(http://pubs.opengroup.org/onlinepubs/95399/functions/shutdown.html
or man 2 shutdown), but alsa-utils exposes such a function. → kaboom.

Reassigning to alsa-utils, which needs to stop using already-taken
names. Julien: thanks for the quick investigation.

Since it doesn't affect other packages, grave shall be enough.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#657554: nss-passwords 0.1-1 fails to build with ld --as-needed

2012-01-26 Thread Leo Iannacone
Package: nss-passwords
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear maintainer,

nss-passwords 0.1-1 fails to build in ubuntu precise with ld --as-needed.

The entire log can be found here 
https://launchpadlibrarian.net/89413467/buildlog_ubuntu-precise-i386.nss-passwords_0.1-1_FAILEDTOBUILD.txt.gz

This is a snippet, focusing on the error:

ocamlfind ocamlc -g -package fileutils.str,sqlite3 -ccopt -lnss3 -ccopt 
-lnssutil3 -ccopt -lsmime3 -ccopt -lssl3 -ccopt -lplds4 -ccopt -lplc4 -ccopt 
-lnspr4 -ccopt -lpthread -ccopt -ldl -custom -linkpkg -o nss-passwords main.cmo 
nss_stubs.o main_stubs.o
nss_stubs.o: In function `password_func':
nss_stubs.c:(.text+0x175): undefined reference to `PL_strdup'
nss_stubs.o: In function `caml_nss_cleanup':
nss_stubs.c:(.text+0x1df): undefined reference to `NSS_Shutdown'
nss_stubs.c:(.text+0x200): undefined reference to `PR_Cleanup'
nss_stubs.o: In function `caml_nss_init':
nss_stubs.c:(.text+0x277): undefined reference to `PK11_SetPasswordFunc'
nss_stubs.c:(.text+0x282): undefined reference to `NSS_Init'
nss_stubs.o: In function `caml_do_decrypt':
nss_stubs.c:(.text+0x3af): undefined reference to `NSSBase64_DecodeBuffer'
nss_stubs.c:(.text+0x3dc): undefined reference to `PORT_GetError'
nss_stubs.c:(.text+0x3fd): undefined reference to `SECITEM_FreeItem'
nss_stubs.c:(.text+0x4af): undefined reference to `PK11SDR_Decrypt'
nss_stubs.c:(.text+0x4c5): undefined reference to `SECITEM_ZfreeItem'
nss_stubs.c:(.text+0x507): undefined reference to `SECITEM_ZfreeItem'
nss_stubs.c:(.text+0x529): undefined reference to `PORT_GetError'
collect2: ld returned 1 exit status
File "_none_", line 1, characters 0-1:
Error: Error while building custom runtime system
make[1]: *** [nss-passwords] Error 2



As attachment you can find the patch that solves the problem.

Regards,

Leo.



-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric'), (100, 
'oneiric-backports')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-030200rc7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Fix FTBFS with ld --as-needed in Makefile.
 And replace "-ccopt" with "-cclib".
 According to the man page of ocamlopt, optiot -cclib is better:
   -cclib -llibname
  Pass the -llibname option to the linker. This causes the 
  given C library to be linked with the program.

Author: Leo Iannacone 
---
 Makefile |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- nss-passwords.orig/Makefile
+++ nss-passwords/Makefile
@@ -1,7 +1,7 @@
 OCAMLC = ocamlfind ocamlc -g -package fileutils.str,sqlite3
 OCAMLOPT = ocamlfind ocamlopt -g -package fileutils.str,sqlite3
 ML_CFLAGS = $(foreach u,$(shell pkg-config --cflags nss),-ccopt $(u))
-ML_LFLAGS = $(foreach u,$(shell pkg-config --libs nss),-ccopt $(u))
+ML_LFLAGS = $(foreach u,$(shell pkg-config --libs nss),-cclib $(u))
 
 .PHONY: all clean
 
@@ -11,7 +11,7 @@ clean:
rm -f *~ *.cm[oxi] *.o nss-passwords
 
 nss-passwords: main.cmo nss_stubs.o main_stubs.o
-   $(OCAMLC) $(ML_LFLAGS) -custom -linkpkg -o $@ $^
+   $(OCAMLC) -o $@ $^ $(ML_LFLAGS) -custom -linkpkg
 
 %.cmx: %.ml
$(OCAMLOPT) -c $<


Bug#657553: avahi-daemon losing addresses

2012-01-26 Thread Geoff Clements
Package: avahi-daemon
Version: 0.6.30-6
Severity: grave
Justification: renders package unusable

Dear Maintainer,

* What led up to the situation?

After a short time all .local addresses are lost

* What exactly did you do (or not do) that was effective (or
  ineffective)?

Running "getent hosts whatever.local" returns the correct 
address soon after avahi-daemon is restarted. However
after a minute or two all .local addresses are no longer
resolved.

Another PC on my network running Ubuntu 10.04.3 LTS 
(Lucid Lynx) continues to perform as expected hence 
making my Debian Testing box suspect.

There's nothing in the logs that I can see that suggests
that avahi is flushing its cache.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages avahi-daemon depends on:
ii  adduser3.113
ii  bind9-host [host]  1:9.7.3.dfsg-1+b1
ii  dbus   1.4.16-1
ii  libavahi-common3   0.6.30-6
ii  libavahi-core7 0.6.30-6
ii  libc6  2.13-24
ii  libcap21:2.22-1
ii  libdaemon0 0.14-2
ii  libdbus-1-31.4.16-1
ii  libexpat1  2.0.1-7.2
ii  lsb-base   3.2-28

Versions of packages avahi-daemon recommends:
ii  libnss-mdns  0.10-3.2

Versions of packages avahi-daemon suggests:
ii  avahi-autoipd  0.6.30-6

-- Configuration Files:
/etc/avahi/avahi-daemon.conf changed:
[server]
use-ipv4=yes
use-ipv6=no
ratelimit-interval-usec=100
ratelimit-burst=1000
[wide-area]
enable-wide-area=yes
[publish]
[reflector]
[rlimits]
rlimit-core=0
rlimit-data=4194304
rlimit-fsize=0
rlimit-nofile=768
rlimit-stack=4194304
rlimit-nproc=3

/etc/default/avahi-daemon changed:
AVAHI_DAEMON_DETECT_LOCAL=0


-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657342: Backtrace & valgrind log

2012-01-26 Thread Julien Cristau
On Thu, Jan 26, 2012 at 22:54:30 +0200, Sami Liedes wrote:

> ==4105==by 0x405A54: shutdown (mainloop.c:63)
> ==4105==by 0x7E38CB5: xcb_disconnect (in 
> /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0)

xcb_disconnect wants to call libc's shutdown(), not alsamixer's.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#657538: libxcb1: breaks alsamixer

2012-01-26 Thread Julien Cristau
On Thu, Jan 26, 2012 at 23:14:52 +0100, Cyril Brulebois wrote:

> Mario 'BitKoenig' Holbe  (26/01/2012):
> > Package: libxcb1 
> > Version: 1.8-1
> > Severity: critical
> > Justification: makes unrelated software on the system break
> > 
> > Hello,
> > 
> > since libxcb1 upgraded to 1.8-1 alsamixer segfaults on startup.
> > Downgrading libxcb1 to 1.7-4 fixes this.
> > The system is a typical workstation with all the GNOME-bloat (and hence
> > also pulseaudio) installed.
> > 
> > root@darkside:~# COLUMNS=72 dpkg -l libxcb1 | grep ^i
> > ii  libxcb11.7-4  X C Binding
> > root@darkside:~# echo q | alsamixer
> > Segmentation fault (core dumped)
> 
> Please get us more info about that…
> 
Core was generated by `alsamixer'.
Program terminated with signal 11, Segmentation fault.
#0  0x7f96c1c34fd0 in snd_mixer_class_unregister ()
   from /usr/lib/x86_64-linux-gnu/libasound.so.2
(gdb) where
#0  0x7f96c1c34fd0 in snd_mixer_class_unregister ()
   from /usr/lib/x86_64-linux-gnu/libasound.so.2
#1  0x7f96c1c350cd in snd_mixer_close ()
   from /usr/lib/x86_64-linux-gnu/libasound.so.2
#2  0x00409a0a in ?? ()
#3  0x7f96bf6fccb6 in xcb_disconnect (c=0x25fb8d0)
at ../../src/xcb_conn.c:307
#4  0x7f96c02ddfbc in pa_client_conf_from_x11 ()
   from /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so
#5  0x7f96c07149cf in pa_context_new_with_proplist ()
   from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#6  0x7f96bcc9c8e9 in pulse_new ()
   from /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_ctl_pulse.so
#7  0x7f96bcc9c0e0 in _snd_ctl_pulse_open ()
   from /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_ctl_pulse.so
#8  0x7f96c1c2b0a8 in ?? () from /usr/lib/x86_64-linux-gnu/libasound.so.2
#9  0x7f96c1c299db in snd_hctl_open ()
   from /usr/lib/x86_64-linux-gnu/libasound.so.2
#10 0x7f96c1c349cd in snd_mixer_attach ()
   from /usr/lib/x86_64-linux-gnu/libasound.so.2
#11 0x7f96c1c35bf6 in snd_mixer_selem_register ()
   from /usr/lib/x86_64-linux-gnu/libasound.so.2
#12 0x0040913c in ?? ()
#13 0x004046fe in ?? ()
#14 0x7f96c11e3ead in __libc_start_main (main=, 
argc=, ubp_av=, init=, 
fini=, rtld_fini=, stack_end=0x7fffabc3f7e8)
at libc-start.c:228

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#657551: wicd-gtk: xdg autostart .desktop doesn't include --tray; exits after closing window

2012-01-26 Thread Daniel Dickinson
Package: wicd-gtk
Version: 1.7.0+ds1-9
Severity: normal

Since wicd-gtk upgrade, wicd-gtk pops up on starting desktop session but 
doesn't minimize to tray but rather completely closes on window exit.  
Apparently wicd-gtk now needs --tray.  That means the autostart .desktop needs 
to have --tray added.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'stable-updates'), (1, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wicd-gtk depends on:
ii  python 2.7.2-9
ii  python-glade2  2.24.0-2
ii  python-gtk22.24.0-2
ii  wicd-daemon1.7.0+ds1-9

Versions of packages wicd-gtk recommends:
ii  gksu   2.0.2-6
ii  python-notify  0.1.1-3
ii  sudo   1.8.3p1-2

wicd-gtk suggests no packages.

Versions of packages wicd depends on:
ii  wicd-daemon  1.7.0+ds1-9

Versions of packages wicd-daemon depends on:
ii  adduser 3.113
ii  dbus1.4.16-1
ii  debconf [debconf-2.0]   1.5.41
ii  ethtool 1:3.1-1
ii  iproute 20120105-1
ii  iputils-ping3:20101006-1+b1
ii  isc-dhcp-client [dhcp3-client]  4.1.1-P1-17
ii  lsb-base3.2-28
ii  net-tools   1.60-24.1
ii  psmisc  22.13-1
ii  python  2.7.2-9
ii  python-dbus 0.84.0-2
ii  python-gobject  3.0.3-2
ii  python-wicd 1.7.0+ds1-9
ii  wireless-tools  30~pre9-8
ii  wpasupplicant   0.7.3-6

wicd-daemon recommends no packages.

Versions of packages wicd-daemon suggests:
ii  pm-utils  1.4.1-8

Versions of packages python-wicd depends on:
ii  python 2.7.2-9
ii  python2.6  2.6.7-4
ii  python2.7  2.7.2-8

-- debconf information:
* wicd/users:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657426: Acknowledgement (experimental debian packaging for gmime2.6)

2012-01-26 Thread Jameson Graef Rollins
Hi.  I have built gmime2.6 packages from the upstream 2.6.4 source [0],
and the new packaging dkg provided [1].  It builds lintian clean, and
seems to work perfectly.  I assume this will go into experimental
initially, but I definitely support eventually pushing this into wheezy.

Thanks so much for the work, Daniel.

jamie.

[0] http://ftp.acc.umu.se/pub/GNOME/sources/gmime/2.6/gmime-2.6.4.tar.xz
[1] 
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=gmime2.6_2.6.4-1.debian.tar.gz;att=1;bug=657426



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657550: live-build: Using preseed to set user default groups fails

2012-01-26 Thread Nick Bailey
Package: live-build
Version: 3.0~a42-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?

Attempting to add a default group for the live user as per section
494/5 of the manual

http://live.debian.net/manual/html/live-manual.en.html#494

fails


   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Adding a line to /usr/share/live/build/scripts/build/lb_chroot_preseed
confirms that my file is considered for copying to the chroot directory
correctly.

The contents of the preseed file are shown below:

root@ingrid:~# cat smrg-live/config/preseed/my.preseed.chroot 
user-setup passwd/user-default-groups string audio cdrom dip floppy video 
plugdev netdev powerdev scanner bluetooth iocard

(the group iocard, created by the installed package libcomedi0, has
been added to the default list).

Invoking debconf-show user-setup within the live system shows a different
set of default groups, including debian-tor.

It is possible to add a script in /lib/live/config using the
includes.chroot mechanism to check whether user is in group iocard and
add user to that group if required, but the method described in the
manual does not work.

   * What was the outcome of this action?

The default group of user was not set correctly

   * What outcome did you expect instead?

That the groups to which user belonged were as listed in the preseed file.



-- Package-specific info:

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (750, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages live-build depends on:
ii  debootstrap  1.0.38

Versions of packages live-build recommends:
ii  cpio2.11-7
ii  gettext-base0.18.1.1-5
ii  gnu-fdisk   1.2.4-3
ii  live-boot-doc   3.0~a24-1
ii  live-config-doc 3.0~a31-1
ii  live-manual-html [live-manual]  1:3.0~a9-1
ii  live-manual-pdf [live-manual]   1:3.0~a9-1

Versions of packages live-build suggests:
pn  dosfstools  3.0.12-1
pn  genisoimage 9:1.1.11-2
pn  memtest86+  4.20-1.1
pn  mtools  4.0.12-1
pn  parted  
pn  squashfs-tools | mtd-tools  
pn  sudo1.8.3p1-2
pn  syslinux | grub 
pn  uuid-runtime
pn  win32-loader

-- no debconf information




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657545: Output of file command

2012-01-26 Thread Frédéric MASSOT

Hi,

I forgot to provide the output file:

$ file TESTp.jpg
TESTp.jpg: Linux/i386 core file of 'i\207\004' (signal 30)


Regards.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657538: libxcb1: breaks alsamixer

2012-01-26 Thread Mario 'BitKoenig' Holbe
On Thu, Jan 26, 2012 at 11:14:52PM +0100, Cyril Brulebois wrote:
> Mario 'BitKoenig' Holbe  (26/01/2012):
> > root@darkside:~# echo q | alsamixer
> > Segmentation fault (core dumped)
> Please get us more info about that???
> I can't reproduce it here, also with gnome/pulseaudio installed.

After I reported this I found #657342 vs. alsa-utils (which ships
alsamixer). Sami Liedes attached a gdb backtrace there that could
probably be helpful.
At a first glance I'd say it looks like memory poisoning - but that's
just a wild guess.


Mario
-- 
() Ascii Ribbon Campaign
/\ Support plain text e-mail


signature.asc
Description: Digital signature


Bug#657543:

2012-01-26 Thread Igor FLEDERICK
Sorry, I just saw it is the same as the bug report 657527.
You can close it.
Regards,
Igor.


Bug#657549: [INTL:sv] Swedish strings for unixcw debconf

2012-01-26 Thread Martin Bagge
package: unixcw
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://sis.bthstuden.se


sv.po
Description: Binary data


Bug#657548: [INTL:sv] Swedish strings for biomaj debconf

2012-01-26 Thread Martin Bagge
package: biomaj
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://sis.bthstuden.se


sv.po
Description: Binary data


Bug#657547: [INTL:sv] Swedish strings for yubico-pam debconf

2012-01-26 Thread Martin Bagge
package: yubico-pam
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://sis.bthstuden.se


sv.po
Description: Binary data


Bug#657546: [INTL:sv] Swedish strings for cacti debconf

2012-01-26 Thread Martin Bagge
package: cacti
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://sis.bthstuden.se


sv.po
Description: Binary data


Bug#656656: Please enabled hardened build flags

2012-01-26 Thread Russ Allbery
Moritz Muehlenhoff  writes:

> Please enabled hardened build flags through dpkg-buildflags.

> I've attached a partial patch. It enables a protected stack and
> read-only relocs.

> Fortified source functions are not properly enabled. I haven't debugged
> this further, but it seems as if CPPFLAGS (-D_FORTIFY_SOURCE=2) isn't
> properly propagated in the upstream build system. You might want to take
> this upstream or clone the bug.

I took a look at the latter part of this, and so far as I can tell,
CPPFLAGS are properly propagated.  I see the -D appearing on all the
compilation lines correctly, but hardening-check doesn't see the effects.

I did notice that libxmltooling-lite, which is the same code built to
disable some features, shows up in hardening-check with:

 Fortify Source functions: unknown, no protectable libc functions used

I'm wondering if possibly libxmltooling just has so few protectable
functions that the few that it has aren't eligible for some reason.

But so far as I can tell, upstream isn't doing anything wrong here, and
the issue is something else: either there's some sort of problem with how
the compiler and library implement this that causes it to miss this code
base, or the functinos aren't eligible.

-- 
Russ Allbery (r...@debian.org)   



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#578094: (no subject)

2012-01-26 Thread Thomas Lange

> IMHO the simple-examples should work for more than just one specific
> Debian release.
Yeah, that would be nice. But since we lack of manpower and noone
seems test all these things, I will remove the old stuff. Sadly, we
must drop the release goal to support old Debian versions with newest
FAI versions.

-- 
regards Thomas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657545: libmagic1: JPEG image is not recognized

2012-01-26 Thread Frédéric MASSOT
Package: file
Version: 5.09-2
Severity: wishlist

Hi,

There are jpeg images that are not recognized. An example is attached.

Regards.

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'oldstable'), (500, 'testing'), 
(500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libmagic1 depends on:
ii  libc6   2.13-21 
ii  zlib1g  1:1.2.3.4.dfsg-3

libmagic1 recommends no packages.

Versions of packages libmagic1 suggests:
ii  file  5.09-2

Versions of packages file depends on:
ii  libc6   2.13-21 
ii  zlib1g  1:1.2.3.4.dfsg-3

-- no debconf information
<>


Bug#657526: linux-image-3.2.0-1-686-pae crashes after 50+ seconds

2012-01-26 Thread Ben Hutchings
On Thu, Jan 26, 2012 at 11:07:01PM +0100, Thomas Hahn wrote:
> On Thu, Jan 26, 2012 at 02:15:40PM -0600, Jonathan Nieder wrote:
> > severity 657526 important
> > quit
> > 
> > Hi,
> > 
> > Thomas Hahn wrote:
> > 
> > > After installing this kernel the laptop crashes ca. 56s after startup:
> > 
> > Thanks.  Can you get a full log with netconsole[1] or a serial console[2]?
> > 
> > Jonathan
> > 
> > [1] http://www.kernel.org/doc/Documentation/networking/netconsole.txt
> > [2] http://www.kernel.org/doc/Documentation/serial-console.txt
> 
> Hope that helps, see attachment.
[...]

Try uninstalling or blacklisting the nvidia proprietary driver.  I
have no idea if that's at fault, but we need to eliminate that
before investigating anything else.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657527: buffer overflow detected in pstree command

2012-01-26 Thread Milan Kocian
On Fri, Jan 27, 2012 at 08:26:46AM +1100, Craig Small wrote:
> On Thu, Jan 26, 2012 at 08:39:57PM +0100, Milan Kocian wrote:
> > Package: psmisc
> > Version: 22.15-1
> > Severity: important
> > 
> > After upgrade to this version I see:
> > 
> > root@ntm:~# pstree 
> > *** buffer overflow detected ***: ./pstree terminated
> So do I, not visible in the upstream (where I tested it) because the
> harden compilier flags are not used.
> 
>  - Craig
> 

I found that opensuse address this issue too:

https://bugzilla.novell.com/show_bug.cgi?id=718915

I tried this change from Tetsuo Handa and it works.

typedef struct _proc {
-char comm[COMM_LEN + 1];
+char comm[COMM_LEN + 2 + 1]; /* add another 2 for thread brackets */
 char **argv;/* only used : argv[0] is 1st arg; undef if 
change, reuslting pstree abort with SIGSEGV.

Output after change:

pstree (PSmisc) 22.15
Copyright (C) 1993-2009 Werner Almesberger and Craig Small

PSmisc comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under
the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
milon@ntm:~$ ./pstree
init─┬─/usr/sbin/apach─┬─/usr/sbin/apach
 │ └─2*[/usr/sbin/apach───26*[{/usr/sbin/apach}]]
...


Best regards,

-- 
Milan Kocian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657538: libxcb1: breaks alsamixer

2012-01-26 Thread Cyril Brulebois
Mario 'BitKoenig' Holbe  (26/01/2012):
> Package: libxcb1 
> Version: 1.8-1
> Severity: critical
> Justification: makes unrelated software on the system break
> 
> Hello,
> 
> since libxcb1 upgraded to 1.8-1 alsamixer segfaults on startup.
> Downgrading libxcb1 to 1.7-4 fixes this.
> The system is a typical workstation with all the GNOME-bloat (and hence
> also pulseaudio) installed.
> 
> root@darkside:~# COLUMNS=72 dpkg -l libxcb1 | grep ^i
> ii  libxcb11.7-4  X C Binding
> root@darkside:~# echo q | alsamixer
> Segmentation fault (core dumped)

Please get us more info about that…

I can't reproduce it here, also with gnome/pulseaudio installed.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#657497: nfs-common: Exec permission denied

2012-01-26 Thread Ben Hutchings
On Thu, Jan 26, 2012 at 04:33:34PM +, Tony Houghton wrote:
> Package: nfs-common
> Version: 1:1.2.5-4
> Severity: normal
[...]
> Since this upgrade I can not execute scripts and programs on an NFS
> mount.

I assume you upgraded the client and not the server?
Which was the previous version?  (/var/log/dpkg.log should show this.)

Did you upgrade the kernel at the same time?  If so, what were the
old and new package versions?

> ls -l shows the x bit is still set, but I get permission denied
> when I try to run them, and bash's autocompletion also seems to "know"
> they're not executable because it doesn't expand them when I press Tab.
> I've tried adding 'exec' to fstab options but it didn't help. The same
> thing happens whether I use mount or pmount as a normal user or mount as
> root.
[...]

Are all 'x' permission bits set?  Do you also have read permission for
the executables?

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#379645: Attempted Fix

2012-01-26 Thread Daniel Richman
I've noticed this a couple of times. I think it was when upgrading
postgres or apache, though I'm not sure; one of those daemons might
have been fd-leaky.

I think that the patch proposed by Bjørn Mork would be insufficient,
since it doesn't listen for SIGCHLD and could still get blocked inside
select() (and indeed it does appear to when I test it).

So I've attached a patch that handles SIGCHLD, and stops waiting for
data once the child is dead. I noticed that sometimes output would be
truncated, so it also waits for the pipes to be empty. I think this
should be enough. A more extreme solution would be to use alarm(1) to
wait up to 1 second after the child dies for any data that this method
doesn't catch, but that's a bit clunky and I don't think it's possible
for anything to slip through the net.

Enough waffle; patch attached. I've only tested it against a test
directory with a badly behaving daemon and a script that prints stuff
to stdout, though. I hope I haven't made a mistake.

Thanks,
Daniel
diff --git a/run-parts.c b/run-parts.c
index 8278cd9..563b08c 100644
--- a/run-parts.c
+++ b/run-parts.c
@@ -163,10 +163,12 @@ int valid_name(const struct dirent *d)
 /* Execute a file */
 void run_part(char *progname)
 {
-  int result;
-  int pid;
+  int result, waited;
+  int pid, r;
   int pout[2], perr[2];
 
+  waited = 0;
+
   if (report_mode && (pipe(pout) || pipe(perr))) {
 error("pipe: %s", strerror(errno));
 exit(1);
@@ -197,30 +199,56 @@ void run_part(char *progname)
 
   if (report_mode) {
 fd_set set;
-int max, r, printflag;
+sigset_t tempmask;
+struct timespec zero_timeout;
+struct timespec *the_timeout;
+int max, printflag;
 ssize_t c;
 char buf[4096];
 
+sigemptyset(&tempmask);
+sigprocmask(0, NULL, &tempmask);
+sigdelset(&tempmask, SIGCHLD);
+
+memset(&zero_timeout, 0, sizeof(zero_timeout));
+the_timeout = NULL;
+
 close(pout[1]);
 close(perr[1]);
 max = pout[0] > perr[0] ? pout[0] + 1 : perr[0] + 1;
 printflag = 0;
 
 while (pout[0] >= 0 || perr[0] >= 0) {
+  if (!waited) {
+r = waitpid(pid, &result, WNOHANG);
+if (r == -1) {
+  error("waitpid: %s", strerror(errno));
+  exit(1);
+}
+if (r != 0 && (WIFEXITED(result) || WIFSIGNALED(result))) {
+  /* If the process dies, set a zero timeout. Rarely, some processes
+   * leak file descriptors (e.g., by starting a naughty daemon).
+   * select() would wait forever since the pipes wouldn't close.
+   * We loop, with a zero timeout, until there's no data left, then
+   * give up. This shouldn't affect non-leaky processes. */
+  waited = 1;
+  the_timeout = &zero_timeout;
+}
+  }
 
-  do {
-	FD_ZERO(&set);
-	if (pout[0] >= 0)
-	  FD_SET(pout[0], &set);
-	if (perr[0] >= 0)
-	  FD_SET(perr[0], &set);
-	r = select(max, &set, 0, 0, 0);
-  } while (r < 0 && errno == EINTR);
+  FD_ZERO(&set);
+  if (pout[0] >= 0)
+FD_SET(pout[0], &set);
+  if (perr[0] >= 0)
+FD_SET(perr[0], &set);
+  r = pselect(max, &set, 0, 0, the_timeout, &tempmask);
 
   if (r < 0) {
-	/* assert(errno != EINTR) */
-	error("select: %s", strerror(errno));
-	exit(1);
+if (errno == EINTR)
+continue;
+
+error("select: %s", strerror(errno));
+exit(1);
   }
   else if (r > 0) {
 	if (pout[0] >= 0 && FD_ISSET(pout[0], &set)) {
@@ -264,6 +292,13 @@ void run_part(char *progname)
 	  }
 	}
   }
+  else if (r == 0 && waited) {
+/* Zero timeout, no data left. */
+close(perr[0]);
+perr[0] = -1;
+close(pout[0]);
+pout[0] = -1;
+  }
   else {
 	/* assert(FALSE): select was called with infinite timeout, so
 	   it either returns successfully or is interrupted */
@@ -271,7 +306,14 @@ void run_part(char *progname)
 }/*while */
   }
 
-  waitpid(pid, &result, 0);
+  if (!waited) {
+r = waitpid(pid, &result, 0);
+
+if (r == -1) {
+		  error("waitpid: %s", strerror(errno));
+			exit(1);
+}
+  }
 
   if (WIFEXITED(result) && WEXITSTATUS(result)) {
 error("%s exited with return code %d", progname, WEXITSTATUS(result));
@@ -284,6 +326,26 @@ void run_part(char *progname)
   }
 }
 
+static void handle_signal(int s)
+{
+/* Do nothing */
+}
+
+/* Catch SIGCHLD with an empty function to interrupt select() */
+static void catch_signals()
+{
+struct sigaction act;
+sigset_t set;
+
+memset(&act, 0, sizeof(act));
+act.sa_handler = handle_signal;
+act.sa_flags = SA_NOCLDSTOP;
+sigaction(SIGCHLD, &act, NULL);
+
+sigemptyset(&set);
+sigaddset(&set, SIGCHLD);
+sigprocmask(SIG_BLOCK, &set, NULL);
+}
 
 /* Find the parts to run & call run_part() */
 void run_parts(char *dirname)
@@ -457,6 +519,7 @@ int main(int argc, char *argv[])
 fprintf(stderr, "Try `run-parts --help' for more information.\n");
 exit(1);
   } else {

Bug#657526: linux-image-3.2.0-1-686-pae crashes after 50+ seconds

2012-01-26 Thread Thomas Hahn
On Thu, Jan 26, 2012 at 02:15:40PM -0600, Jonathan Nieder wrote:
> severity 657526 important
> quit
> 
> Hi,
> 
> Thomas Hahn wrote:
> 
> > After installing this kernel the laptop crashes ca. 56s after startup:
> 
> Thanks.  Can you get a full log with netconsole[1] or a serial console[2]?
> 
> Jonathan
> 
> [1] http://www.kernel.org/doc/Documentation/networking/netconsole.txt
> [2] http://www.kernel.org/doc/Documentation/serial-console.txt

Hope that helps, see attachment.

Regards
Thomas
]0;tom@hversa: ~/tmp/anchatom@hversa:~/tmp/ancha$ netcat -u -l -p 6665 6
[  894.773596] netconsole: local port 6665
[  894.773665] netconsole: local IP 192.168.1.42
[  894.773727] netconsole: interface 'eth0'
[  894.773788] netconsole: remote port 
[  894.773850] netconsole: remote IP 192.168.1.48
[  894.773912] netconsole: remote ethernet address 00:24:1d:dc:c0:c1
[  894.774068] console [netcon0] enabled
[  894.774132] netconsole: network logging started
[   52.695579] netconsole: remote ethernet address 00:24:1d:dc:c0:c1
[   52.695701] console [netcon0] enabled
[   52.695752] netconsole: network logging started
[   52.696441] forcedeth :00:0a.0: eth0: link up
[   52.696696] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   57.312066] BUG: scheduling while atomic: swapper/0/0/0x1100
[   57.312141] Modules linked in: netconsole configfs acpi_cpufreq mperf 
cpufreq_powersave cpufreq_conservative cpufreq_stats cpufreq_userspace 
parport_pc ppdev lp parport bnep rfcomm bluetooth crc16 uinput fuse nfsd nfs 
lockd fscache auth_rpcgss nfs_acl sunrpc loop snd_hda_codec_hdmi 
snd_hda_codec_realtek arc4 snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss 
snd_mixer_oss snd_pcm snd_seq_midi ath9k mac80211 nvidia(P) snd_rawmidi joydev 
snd_seq_midi_event ums_realtek usb_storage snd_seq ath9k_common ath9k_hw uas 
ath snd_timer snd_seq_device snd soundcore psmouse cfg80211 evdev ac battery 
serio_raw rfkill uvcvideo videodev snd_page_alloc media pcspkr shpchp 
pci_hotplug power_supply i2c_nforce2 video i2c_core processor button ext3 jbd 
mbcache sr_mod cdrom sd_mod crc_t10dif ohci_hcd ahci libahci libata ehci_hcd 
scsi_mod thermal thermal_sys forcedeth usbcore usb_common [last unloaded: 
scsi_wait_scan]
[   57.316982] Modules linked in: netconsole configfs acpi_cpufreq mperf 
cpufreq_powersave cpufreq_conservative cpufreq_stats cpufreq_userspace 
parport_pc ppdev lp parport bnep rfcomm bluetooth crc16 uinput fuse nfsd nfs 
lockd fscache auth_rpcgss nfs_acl sunrpc loop snd_hda_codec_hdmi 
snd_hda_codec_realtek arc4 snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss 
snd_mixer_oss snd_pcm snd_seq_midi ath9k mac80211 nvidia(P) snd_rawmidi joydev 
snd_seq_midi_event ums_realtek usb_storage snd_seq ath9k_common ath9k_hw uas 
ath snd_timer snd_seq_device snd soundcore psmouse cfg80211 evdev ac battery 
serio_raw rfkill uvcvideo videodev snd_page_alloc media pcspkr shpchp 
pci_hotplug power_supply i2c_nforce2 video i2c_core processor button ext3 jbd 
mbcache sr_mod cdrom sd_mod crc_t10dif ohci_hcd ahci libahci libata ehci_hcd 
scsi_mod thermal thermal_sys forcedeth usbcore usb_common [last unloaded: 
scsi_wait_scan]
[   57.321766] 
[   57.321829] Pid: 0, comm: swapper/0 Tainted: P   O 3.2.0-1-686-pae 
#1 Medion   P8610   /P8610   
[   57.322056] EIP: 0060:[] EFLAGS: 0292 CPU: 0
[   57.322128] EIP is at arch_local_irq_enable+0x2/0x7 [processor]
[   57.322194] EAX: 581039f5 EBX: f35d9214 ECX: 563099ba EDX: 000d
[   57.322260] ESI: 03e8 EDI: 01df84ef EBP: 0003 ESP: c13d3f84
[   57.322326]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[   57.322392] Process swapper/0 (pid: 0, ti=f3c08000 task=c13d8fe0 
task.ti=c13d2000)
[   57.322467] Stack:
[   57.322529]  f8326c4c c1204c94 01df84ef  f35d9000 f35d901c 7ac1 

[   57.322993]   f35d901c f832a1f4 0003 f832a110 c1204032 f832a1f4 

[   57.323457]  c140e41c  c13d6000 0197f003 c100b22a dbf49c90 b6b757b0 
c14467b4
[   57.323923] Call Trace:
[   57.323991]  [] ? acpi_idle_enter_bm+0x238/0x278 [processor]
[   57.324082]  [] ? menu_select+0x1ae/0x356
[   57.324154]  [] ? cpuidle_idle_call+0xcc/0x142
[   57.324227]  [] ? cpu_idle+0x8b/0xaf
[   57.324297]  [] ? start_kernel+0x32a/0x32f
[   57.324361] Code: e8 ae f7 ff ff 85 c0 89 c6 74 04 80 63 18 fb 83 c4 18 89 
f0 5b 5e 5f 5d c3 90 90 e8 01 e3 cf c8 90 c3 fa 90 8d 74 26 00 c3 fb 90 <8d> 74 
26 00 c3 8b 15 28 33 48 c1 8d 42 fd 83 f8 01 0f 96 c0 4a 
[   57.324793] Call Trace:
[   57.324802]  [] ? acpi_idle_enter_bm+0x238/0x278 [processor]
[   57.324808]  [] ? menu_select+0x1ae/0x356
[   57.324817]  [] ? cpuidle_idle_call+0xcc/0x142
[   57.324824]  [] ? cpu_idle+0x8b/0xaf
[   57.324829]  [] ? start_kernel+0x32a/0x32f
[   57.324994] BUG: scheduling while atomic: swapper/0/0/0x1100
[   57.324997] Modules linked in: netconsole configfs acpi_cpufreq mperf 
cpufreq_powersave cpufreq_conservative cpufreq_stats cpufreq_userspace 
parport_pc ppdev lp 

Bug#657116: libtar: FTBFS on hurd-i386

2012-01-26 Thread Magnus Holmgren
On torsdagen den 26 januari 2012, Svante Signell wrote:
> On Thu, 2012-01-26 at 22:19 +0100, Magnus Holmgren wrote:
> > I'll have a look and forward it to the libtar mailing list. There
> > actually is sort of an official unofficial upstream at
> > http://repo.or.cz/w/libtar.git since a while back.
> 
> Good to know about this repo. Regarding mailing list the link
> https://lists.feep.net:8080/mailman/listinfo.cgi/libtar
> times out all the time for me. Is another mailing list used?

No, that's the one AFAIK.

-- 
Magnus Holmgrenholmg...@debian.org
Debian Developer 


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


Bug#656476: linux-image-2.6.32-5-686: Sundance network driver (D-Link DFE-580TX) timeouts rendering interface unusable

2012-01-26 Thread Ben Hutchings
On Thu, Jan 26, 2012 at 05:53:10PM +0100, Mike . wrote:
> 
> Hi,
> 
> Is it possible to get the correct corresponding source package for this 
> kernel?

Yes, of course it is.

> I'm using loop-aes and with linux-source-3.2 installed I run into errors when 
> trying to create the module for this kernel.
[...]

Well, loop-aes is unamintained so it's not surprising that it doesn't
work with current kernel versions.  You can use dm-crypt instead,
which has a compatible mode (IV generator 'lmk', cipher spec:
'aes:64-cbc-lmk').

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#630389: sitesummary-client: sitesummary client drops config snipplet in /etc/nagios/ but should use /etc/nagios/nrpe.d/

2012-01-26 Thread Petter Reinholdtsen
[Andreas B. Mundt]
> check_kernel_status fails with UNKNOWN.  This is not due to a newer
> kernel, the lenny stuff works for squeeze, and the script gives the
> correct answer when called on the command line.  Modifications in the
> script do not change the warning at all. 

Just for the record.  This was caused by dpkg truncating package names
if the COLUMNS environment variable content was too small.  It is fixed
in version 0.0.75.

Moving configuration to nrpe.d is probably a good idea anyway. :)
-- 
Happy hacking
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657544: successful install on ZOTAC ZBOXSD-ID12 barebone with Intel SSD 320 Series

2012-01-26 Thread Lionel Vaux
Package: installation-reports
Severity: normal

-- Package-specific info:

Boot method: from USB, using 
http://d-i.debian.org/daily-images/amd64/daily/hd-media/boot.img.gz (2012-01-19)
Image version: netinst 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso
 (2012-01-19)
Date: 2012-01-19

Machine: ZOTAC ZBOXSD-ID12
Partitions: 

$ df -Tl
Sys. fich. Type 1K-blocks
Util. Disponible Uti% Monté sur
rootfs rootfs36859472 
14029484   20957604  41% /
udev   devtmpfs   2020492   
 02020492   0% /dev
tmpfs  tmpfs   405288  
648 404640   1% /run
/dev/disk/by-uuid/c68e8762-ef80-43c4-95f3-0e625bab0f79 ext4  36859472 
14029484   20957604  41% /
tmpfs  tmpfs 5120   
 0   5120   0% /run/lock
tmpfs  tmpfs   810576  
212 810364   1% /tmp
tmpfs  tmpfs   810576  
460 810116   1% /run/shm

$ sudo fdisk -l /dev/sda
Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders, total 78165360 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0007aba8

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *20487489740737447680   83  Linux
/dev/sda27489945478163967 16322575  Extended
/dev/sda57489945678163967 1632256   82  Linux swap / Solaris


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[E]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

The installer detected my ethernet adapter correctly 
(Realtek RTL8111/8168) and claimed it needed a firmware:
rtl8168d-1.fw.

I was not able to find the file anywhere on the web, 
but I was able to carry on the install using the 
integrated wireless adapter (an Atheros AR9285).

After completing the install and rebooting, the 
ethernet adapter works fine without any special firmware file
(although I keep getting a line "r8169 :01:00.0: eth0: 
unable to load firmware patch rtl_nic/rtl8168d-1.fw (-2)" in dmesg).


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="7.0 (wheezy) - installer build 20120119-00:18"
X_INSTALLATION_MEDIUM=hd-media

==
Installer hardware-summary:
==
uname -a: Linux gargote 3.1.0-1-amd64 #1 SMP Tue Jan 10 05:01:58 UTC 2012 
x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge 
[8086:a000] (rev 02)
lspci -knn: Subsystem: Intel Corporation N10 Family DMI Bridge [8086:a000]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation N10 
Family Integrated Graphics Controller [8086:a001] (rev 02)
lspci -knn: Subsystem: Intel Corporation N10 Family Integrated Graphics 
Controller [8086:a001]
lspci -knn: 00:02.1 Display controller [0380]: Intel Corporation N10 Family 
Integrated Graphics Controller [8086:a002] (rev 02)
lspci -knn: Subsystem: Intel Corporation Device [8086:a001]
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family 
High Definition Audio Controller [8086:27d8] (rev 02)
lspci -knn: Subsystem: ZOTAC International (MCO) Ltd. Device [19da:a140]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI 
Express Port 1 [8086:27d0] (rev 02)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI 
Express Port 2 [8086:27d2] (rev 02)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB controller [0c03]: Intel Corporation N10/ICH 7 Family 
USB UHCI Controller #1 [8086:27c8] (rev 02)
lspci -knn: Subsystem: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller

Bug#657116: libtar: FTBFS on hurd-i386

2012-01-26 Thread Svante Signell
On Thu, 2012-01-26 at 22:19 +0100, Magnus Holmgren wrote:
> On tisdagen den 24 januari 2012, you stated the following:
> > This patch solves the build problems for GNU/Hurd due to MAXPATHLEN
> > issues. The solution is to make dynamic string allocations instead of
> > using fixed length buffers. The functions mkdirhier, basename and
> > dirname have all been checked with separate test programs on Linux and
> > Hurd and with valgrind on Linux without problems. Furthermore, parts of
> > the the code has been reviewed by GN/Hurd developers and Debian GNU/Hurd
> > developers and maintainers.
> 
> Thanks! I've been thinking of doing something about this myself but there 
> were 
> so many instances of MAXPATHLEN that I got tired before I got started. :-)

Yes, I realized that too, but after starting with the compat functions
and mkdirhier things went on.

> > Build and run tested on both Linux and Hurd without problems. Also heap
> > and leak tested on Linux with valgrind. No heap errors, but still memory
> > leaks (coming from the original code). Removing the memory leaks will
> > need another deep investigation of the original code, which time does
> > not permit right now.
> 
> Leaks other than the ones in th_get_pathname()?

Don't remember right now. I can run valgrind again if you are
interested.

> > Since there is no upstream, the wish is that the Debian Maintainer
> > takes a look at this patch and checks if it can be applied. Test
> > programs are available on request. This patch will affect all
> > architectures, completely removing the MAXPATHLEN dependencies (except
> > for a few unused compat functions).
> 
> I'll have a look and forward it to the libtar mailing list. There actually is 
> sort of an official unofficial upstream at http://repo.or.cz/w/libtar.git 
> since a while back.

Good to know about this repo. Regarding mailing list the link
https://lists.feep.net:8080/mailman/listinfo.cgi/libtar
times out all the time for me. Is another mailing list used?





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#609994: sky2: hw csum failure

2012-01-26 Thread Jonathan Nieder
Hi,

Vincent Blut wrote:

> Therefore I will try with FreeBSD (or a derivative), which use the 'msk'
> driver which support that feature.
> By the way, do you know if there is a Debian GNU/kFreeBSD live project? 

I believe there was one long ago that is not maintained any more.  But the
debian-installer environment might be close enough, and that is maintained.

Thanks for your work,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#657543: psmisc: *** buffer overflow detected ***: pstree terminated

2012-01-26 Thread Igor FLEDERICK
Package: psmisc
Version: 22.15-1
Severity: important
Tags: d-i upstream

Dear Maintainer,
After upgrading psmisc to 22.15-1, I found out that pstree is dead :

$ pstree
*** buffer overflow detected ***: pstree terminated
=== Backtrace: =
/lib/i386-linux-gnu/i686/cmov/libc.so.6(__fortify_fail+0x50)[0xb77e94f0]
/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0xe042a)[0xb77e842a]
/lib/i386-linux-gnu/i686/cmov/libc.so.6(__strcpy_chk+0x44)[0xb77e77a4]
pstree[0x804aa0f]
=== Memory map: 
08048000-0804c000 r-xp  fe:03 132251 /usr/bin/pstree
0804c000-0804d000 r--p 3000 fe:03 132251 /usr/bin/pstree
0804d000-0804e000 rw-p 4000 fe:03 132251 /usr/bin/pstree
081e6000-08207000 rw-p  00:00 0  [heap]
b755f000-b757b000 r-xp  fe:02 130367
/lib/i386-linux-gnu/libgcc_s.so.1
b757b000-b757c000 rw-p 0001b000 fe:02 130367
/lib/i386-linux-gnu/libgcc_s.so.1
b758f000-b7706000 r--p  fe:03 263259
/usr/lib/locale/locale-archive
b7706000-b7708000 rw-p  00:00 0
b7708000-b785b000 r-xp  fe:02 130912
/lib/i386-linux-gnu/i686/cmov/libc-2.13.so
b785b000-b785c000 ---p 00153000 fe:02 130912
/lib/i386-linux-gnu/i686/cmov/libc-2.13.so
b785c000-b785e000 r--p 00153000 fe:02 130912
/lib/i386-linux-gnu/i686/cmov/libc-2.13.so
b785e000-b785f000 rw-p 00155000 fe:02 130912
/lib/i386-linux-gnu/i686/cmov/libc-2.13.so
b785f000-b7862000 rw-p  00:00 0
b7862000-b787f000 r-xp  fe:02 130387
/lib/i386-linux-gnu/libtinfo.so.5.9
b787f000-b7881000 r--p 0001c000 fe:02 130387
/lib/i386-linux-gnu/libtinfo.so.5.9
b7881000-b7882000 rw-p 0001e000 fe:02 130387
/lib/i386-linux-gnu/libtinfo.so.5.9
b788d000-b7894000 r--s  fe:03 283524
/usr/lib/i386-linux-gnu/gconv/gconv-modules.cache
b7894000-b7897000 rw-p  00:00 0
b7897000-b7898000 r-xp  00:00 0  [vdso]
b7898000-b78b3000 r-xp  fe:02 130832 /lib/i386-linux-gnu/
ld-2.13.so
b78b3000-b78b4000 r--p 0001b000 fe:02 130832 /lib/i386-linux-gnu/
ld-2.13.so
b78b4000-b78b5000 rw-p 0001c000 fe:02 130832 /lib/i386-linux-gnu/
ld-2.13.so
bfee6000-bff07000 rw-p  00:00 0  [stack]
Aborted

It works well with psmisc_22.14-1.
So I guess it is the last upstream version which contains the bogue.
Regards,
Igor.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)

Versions of packages psmisc depends on:
ii  libc6  2.13-24
ii  libtinfo5  5.9-4

psmisc recommends no packages.
psmisc suggests no packages.

-- no debconf information


Bug#657499: RFP: pootle -- Web-based translation and translation management tool

2012-01-26 Thread Stuart Prescott
Dear Martin,

I'm glad to find more DDs interested in Pootle. There is indeed activity aimed 
at getting pootle back into debian:

http://lists.alioth.debian.org/pipermail/debian-l10n-devel/2011-
November/001463.html

I think what the packages need at this stage is testing (in particular, 
upgrade testing). If you're in a position to help with that, then that would 
be wonderful.

cheers
Stuart

-- 
Stuart Prescott--www.nanonanonano.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#647219: remove should not generate errors

2012-01-26 Thread Pierrick Le Gall
Package: php5-suhosin
Severity: normal

Same problem here, "apt-get remove php5-suhosin" without --purge generates many 
errors in log files

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages php5-suhosin depends on:
ii  libapache2-mod-php5 [ph 5.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  php5-cgi [phpapi-200906 5.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  php5-cli [phpapi-200906 5.3.3-7+squeeze3 command-line interpreter for the p

php5-suhosin recommends no packages.

php5-suhosin suggests no packages.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#507288: mails to $pkg@p.d.o should also be send to Uploaders:

2012-01-26 Thread Raphael Hertzog
On Wed, 25 Jan 2012, Stefano Zacchiroli wrote:
> I gave it a bit more thought, but yes, I still think separation would be
> better. Even if the infrastructure change would not be a game changer,
> you can see it as a dependency of the role/commitment part.

Yes. OK, I'll try to decouple them at least for the discussion side. If
we reach a consensus on the role/commitment side, it's easy to plug
it early in the infrastructure.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/liberation/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#633150: New upstream version

2012-01-26 Thread Andres Cimmarusti
Just trying to "ping" this bug report (It's been a while since it was
reported). As the date for wheezy's freeze draws near, it would be
nice to upgrade this package for the release.

Thanks

Andres



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   >