Bug#691140: graphicsmagick: libmagickcore-dev uses out of date libtiff4-dev

2012-10-22 Thread Liz
Package: graphicsmagick
Severity: serious
Justification: makes unrelated software on the system break

Dear Maintainer,

Attempts to install libmagickcore-dev result in removal of
libgeotiff-dev and vice versa
Libgeotiff-dev uses libtiff5-dev and libmagickcore-dev uses
libtiff4-dev, and the situation prevents concurrent installation of
these two packages, required for compilation of a fully functional
xastir package. Xastir in unstable has no geotiff support due to this
situation.



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

Kernel: Linux 3.2.0-3-rt-686-pae (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.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#689441: Conflicting initializers of variable argp_program_bug_address

2012-10-22 Thread Niels Möller
Michael Tautschnig m...@debian.org writes:

 I'm not sure where such behaviour would be specified for a unix
 linker!?

Not sure, either. It is described quite clearly in Levine's Linkers and
Loaders (see sec 6.4). Which is recommended reading for anything
linker-related.

I haven't tried checking posix specs, but I imagine it might be
specified there.

 gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
 -Werror=format-security -ggdb3 -Wall -W  -Wmissing-prototypes 
 -Wmissing-declarations -Wstrict-prototypes  -Waggregate-return  
 -Wpointer-arith -Wbad-function-cast -Wnested-externs  -Wl,-z,defs 
 -Wl,--as-needed -Wl,-z,relro -o ex3 ex3.o ../libargp.a

I'm not entirely sure what the specified linker flags mean, but order
looks correct. What was the error message, precisely?

Regards,
/Niels

-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.


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



Bug#690610: unblock: openvrml/0.18.9-4

2012-10-22 Thread Philipp Kern
Nobuhiro,

am Mon, Oct 22, 2012 at 10:41:27AM +0900 hast du folgendes geschrieben:
 However, I think that it is already late to put in support of s390x.
 If this still does (if a release team permits this), I will set linux-any .

you could testbuild it on the porter box, but a new build wouldn't be a
problem.

Kind regards
Philipp Kern 


signature.asc
Description: Digital signature


Bug#691141: moodle: diff for NMU version 1.9.9.dfsg2-2.1+squeeze4

2012-10-22 Thread Didier Raboud
Package: moodle
Version: 1.9.9.dfsg2-2.1+squeeze3
Severity: normal
Tags: patch pending

[Replace XX with correct value]
Dear maintainer,

I've prepared an NMU for moodle (versioned as 1.9.9.dfsg2-2.1+squeeze4) and
uploaded it to DELAYED/XX. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru moodle-1.9.9.dfsg2/debian/changelog 
moodle-1.9.9.dfsg2/debian/changelog
--- moodle-1.9.9.dfsg2/debian/changelog 2012-02-29 20:45:39.0 +0100
+++ moodle-1.9.9.dfsg2/debian/changelog 2012-10-22 08:10:11.0 +0200
@@ -1,3 +1,16 @@
+moodle (1.9.9.dfsg2-2.1+squeeze4) stable; urgency=low
+
+  * Minor security updates.
+  * Backporting security fixes from MOODLE_19_STABLE:
+- CVE-2012-1155 - MSA-12-0013: database activity module entries exporting
+  does not respect separate groups (Closes: #668411).
+- CVE-2012-2362 - MSA-12-0033: XSS bug in blog/index.php in IE.
+- CVE-2012-2363 - MSA-12-0034: Stored SQL Injection in calendar.
+- CVE-2012-2367 - MSA-12-0038: Calendar New Entry still shows and works
+  for roles preventing calendar entry. (Closes: #674163)
+
+ -- Didier Raboud o...@debian.org  Sun, 21 Oct 2012 14:16:11 +0200
+
 moodle (1.9.9.dfsg2-2.1+squeeze3) stable-security; urgency=low
 
   * Security update based on unstable:
diff -Nru moodle-1.9.9.dfsg2/debian/patches/MSA-12-0007 
moodle-1.9.9.dfsg2/debian/patches/MSA-12-0007
--- moodle-1.9.9.dfsg2/debian/patches/MSA-12-0007   2012-02-29 
20:43:19.0 +0100
+++ moodle-1.9.9.dfsg2/debian/patches/MSA-12-0007   2012-10-21 
14:19:06.0 +0200
@@ -4,11 +4,9 @@
 
 MDL-30575 yet more mail header cleanup
 
-diff --git a/lib/phpmailer/class.phpmailer.php 
b/lib/phpmailer/class.phpmailer.php
-index d5ccc70..53d3668 100644
 --- a/lib/phpmailer/class.phpmailer.php
 +++ b/lib/phpmailer/class.phpmailer.php
-@@ -653,11 +653,11 @@ class PHPMailer
+@@ -653,11 +653,11 @@
   */
  function AddrFormat($addr) {
  if(empty($addr[1]))
@@ -23,7 +21,7 @@
  }
  
  return $formatted;
-@@ -780,9 +780,9 @@ class PHPMailer
+@@ -780,9 +780,9 @@
  
  $result .= $this-HeaderLine(Date, $this-RFCDate());
  if($this-Sender == )
@@ -35,27 +33,3 @@
  
  // To be created automatically by mail()
  if($this-Mailer != mail)
-commit a9e3abe0b437d449a044f1e059a5d0f29601f335
-Author: Petr Skoda comm...@skodak.org
-Date:   Sat Dec 10 18:21:35 2011 +0100
-
-MDL-30575 more mail header cleanup
-
-@@ -1190,7 +1190,10 @@ class PHPMailer
-  */
- function EncodeHeader ($str, $position = 'text') {
- 
--/// Start Moodle Hack - do our own multibyte-safe header encoding
-+/// Start Moodle Hack - do our own multibyte-safe header encoding and 
cleanup
-+$str = str_replace(\r, '', $str);
-+$str = str_replace(\n, '', $str);
-+
- $textlib = textlib_get_instance();
- $encoded = $textlib-encode_mimeheader($str, $this-CharSet);
- if ($encoded !== false) {
-commit a9e3abe0b437d449a044f1e059a5d0f29601f335
-Author: Petr Skoda comm...@skodak.org
-Date:   Sat Dec 10 18:21:35 2011 +0100
-
-MDL-30575 more mail header cleanup
-
diff -Nru moodle-1.9.9.dfsg2/debian/patches/MSA-12-0013 
moodle-1.9.9.dfsg2/debian/patches/MSA-12-0013
--- moodle-1.9.9.dfsg2/debian/patches/MSA-12-0013   1970-01-01 
01:00:00.0 +0100
+++ moodle-1.9.9.dfsg2/debian/patches/MSA-12-0013   2012-10-21 
14:34:54.0 +0200
@@ -0,0 +1,45 @@
+commit 312ada2856cfb79d03ac6effe11dd750f2aa67f0
+Author: Adrian Greeve adr...@moodle.com
+Date:   Tue Jan 31 12:09:30 2012 +0800
+
+MDL-25185 - data - Allowing data from the database to be exported 
according to group roles.
+
+diff --git a/mod/data/export.php b/mod/data/export.php
+index 6ac914e..edea566 100644
+--- a/mod/data/export.php
 b/mod/data/export.php
+@@ -60,6 +60,7 @@ if($mform-is_cancelled()) {
+ print_header_simple($data-name, '', $nav,
+ '', '', true, update_module_button($cm-id, $course-id, 
get_string('modulename', 'data')),
+ navmenu($course, $cm), '', '');
++groups_print_activity_menu($cm, $CFG-wwwroot/mod/data/export.php?d=$d);
+ print_heading(format_string($data-name));
+ 
+ // these are for the tab display
+@@ -83,13 +84,25 @@ foreach($fields as $key = $field) {
+ $exportdata[0][] = $field-field-name;
+ }
+ }
++$groupid = groups_get_activity_group($cm);
+ 
+ $datarecords = get_records('data_records', 'dataid', $data-id);
+ ksort($datarecords);
+ $line = 1;
+ foreach($datarecords as $record) {
+ // get content indexed by fieldid
+-if( $content = get_records('data_content', 'recordid', $record-id, 
'fieldid', 'fieldid, content, content1, content2, content3, content4') ) {
++if($groupid) {
++$select = SELECT c.fieldid, c.content, c.content1, c.content2, 
c.content3, c.content4 
++FROM {$CFG-prefix}data_content c, {$CFG-prefix}data_records r 
++WHERE c.recordid = $record-id  
++

Bug#691142: pu: package moodle/1.9.9.dfsg2-2.1+squeeze4

2012-10-22 Thread Didier Raboud
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Hi dear Release Team,

upon ping from Jonathan Wiltshire on #682203, here I am with a proposed stable
update for moodle. The changelog entry would be: 

moodle (1.9.9.dfsg2-2.1+squeeze4) stable; urgency=low

  * Minor security updates.
  * Backporting security fixes from MOODLE_19_STABLE:
- CVE-2012-1155 - MSA-12-0013: database activity module entries exporting
  does not respect separate groups (Closes: #668411).
- CVE-2012-2362 - MSA-12-0033: XSS bug in blog/index.php in IE.
- CVE-2012-2363 - MSA-12-0034: Stored SQL Injection in calendar.
- CVE-2012-2367 - MSA-12-0038: Calendar New Entry still shows and works
  for roles preventing calendar entry. (Closes: #674163)

debdiff and separate patches are attached; they are cherry-picks + quilt
refresh'es of upstream patches in the MOODLE_19_STABLE branch.

FYI, I started to backport the fix for CVE-2012-3398, but I'm not sure it'll
lead to an upload as the fix is quite invasive and doesn't apply cleanly on
the 1.9.9 codebase. Help welcome.

Cheers,

OdyX
diff -Nru moodle-1.9.9.dfsg2/debian/changelog moodle-1.9.9.dfsg2/debian/changelog
--- moodle-1.9.9.dfsg2/debian/changelog	2012-02-29 20:45:39.0 +0100
+++ moodle-1.9.9.dfsg2/debian/changelog	2012-10-22 08:10:11.0 +0200
@@ -1,3 +1,16 @@
+moodle (1.9.9.dfsg2-2.1+squeeze4) stable; urgency=low
+
+  * Minor security updates.
+  * Backporting security fixes from MOODLE_19_STABLE:
+- CVE-2012-1155 - MSA-12-0013: database activity module entries exporting
+  does not respect separate groups (Closes: #668411).
+- CVE-2012-2362 - MSA-12-0033: XSS bug in blog/index.php in IE.
+- CVE-2012-2363 - MSA-12-0034: Stored SQL Injection in calendar.
+- CVE-2012-2367 - MSA-12-0038: Calendar New Entry still shows and works
+  for roles preventing calendar entry. (Closes: #674163)
+
+ -- Didier Raboud o...@debian.org  Sun, 21 Oct 2012 14:16:11 +0200
+
 moodle (1.9.9.dfsg2-2.1+squeeze3) stable-security; urgency=low
 
   * Security update based on unstable:
diff -Nru moodle-1.9.9.dfsg2/debian/patches/MSA-12-0013 moodle-1.9.9.dfsg2/debian/patches/MSA-12-0013
--- moodle-1.9.9.dfsg2/debian/patches/MSA-12-0013	1970-01-01 01:00:00.0 +0100
+++ moodle-1.9.9.dfsg2/debian/patches/MSA-12-0013	2012-10-21 14:34:54.0 +0200
@@ -0,0 +1,45 @@
+commit 312ada2856cfb79d03ac6effe11dd750f2aa67f0
+Author: Adrian Greeve adr...@moodle.com
+Date:   Tue Jan 31 12:09:30 2012 +0800
+
+MDL-25185 - data - Allowing data from the database to be exported according to group roles.
+
+diff --git a/mod/data/export.php b/mod/data/export.php
+index 6ac914e..edea566 100644
+--- a/mod/data/export.php
 b/mod/data/export.php
+@@ -60,6 +60,7 @@ if($mform-is_cancelled()) {
+ print_header_simple($data-name, '', $nav,
+ '', '', true, update_module_button($cm-id, $course-id, get_string('modulename', 'data')),
+ navmenu($course, $cm), '', '');
++groups_print_activity_menu($cm, $CFG-wwwroot/mod/data/export.php?d=$d);
+ print_heading(format_string($data-name));
+ 
+ // these are for the tab display
+@@ -83,13 +84,25 @@ foreach($fields as $key = $field) {
+ $exportdata[0][] = $field-field-name;
+ }
+ }
++$groupid = groups_get_activity_group($cm);
+ 
+ $datarecords = get_records('data_records', 'dataid', $data-id);
+ ksort($datarecords);
+ $line = 1;
+ foreach($datarecords as $record) {
+ // get content indexed by fieldid
+-if( $content = get_records('data_content', 'recordid', $record-id, 'fieldid', 'fieldid, content, content1, content2, content3, content4') ) {
++if($groupid) {
++$select = SELECT c.fieldid, c.content, c.content1, c.content2, c.content3, c.content4 
++FROM {$CFG-prefix}data_content c, {$CFG-prefix}data_records r 
++WHERE c.recordid = $record-id  
++AND r.id = c.recordid 
++AND r.groupid = $groupid;
++} else {
++$select = SELECT fieldid, content, content1, content2, content3, content4 
++FROM {$CFG-prefix}data_content 
++WHERE recordid = $record-id;
++}
++if( $content = get_records_sql($select) ) {
+ foreach($fields as $field) {
+ $contents = '';
+ if(isset($content[$field-field-id])) {
diff -Nru moodle-1.9.9.dfsg2/debian/patches/MSA-12-0033 moodle-1.9.9.dfsg2/debian/patches/MSA-12-0033
--- moodle-1.9.9.dfsg2/debian/patches/MSA-12-0033	1970-01-01 01:00:00.0 +0100
+++ moodle-1.9.9.dfsg2/debian/patches/MSA-12-0033	2012-10-21 14:48:44.0 +0200
@@ -0,0 +1,45 @@
+commit 038131c8b5614f18c14d964dc53b6960ae6c30d8
+Author: Rajesh Taneja raj...@moodle.com
+Date:   Mon Mar 26 11:54:01 2012 +1300
+
+MDL-31745 blog: Fixed up encoding issue within blog
+
+--- a/blog/lib.php
 b/blog/lib.php
+@@ -672,7 +672,7 @@
+ $querystring = '';
+ foreach($_GET as $var = $val) {

Bug#688792: syntax error

2012-10-22 Thread Noah Meyerhans
Hi. I've just experienced this problem on a fresh wheezy install using
the beta3 installer. The installation was performed using the netboot
image (that is, PXE and downloading the installer components from a TFTP
server) on a physical, non-virtual host.

I haven't put in a lot of time to investigate, but one thing I have
observed is that if I try to install mysql-server-5.5 on a freshly
installed system that has the 'desktop' task installed, the installation
fails. However, if I build a similar system but leave off the 'desktop'
task, the mysql installation is successful. Obviously there are a lot of
packages involved in the desktop task, so I'm not sure how much this
help to narrow things down. It definitely appears repeatable, however.

Since this problem does impact the ability to install the mysql server
packages on a common system configuration, I think a severity of at
least 'important' is warranted. Honestly I think 'grave' would be
appropriate, as I don't think it'd be reasonable to release wheezy with
this bug in place.

Relevant section of the log file:
Oct 21 23:11:07 dhcp204 mysqld_safe[4610]: 121021 23:11:07 [Note] Plugin 
'FEDERATED' is disabled.
Oct 21 23:11:07 dhcp204 mysqld_safe[4610]: 121021 23:11:07 InnoDB: The InnoDB 
memory heap is disabled
Oct 21 23:11:07 dhcp204 mysqld_safe[4610]: 121021 23:11:07 InnoDB: Mutexes and 
rw_locks use GCC atomic builtins
Oct 21 23:11:07 dhcp204 mysqld_safe[4610]: 121021 23:11:07 InnoDB: Compressed 
tables use zlib 1.2.7
Oct 21 23:11:07 dhcp204 mysqld_safe[4610]: 121021 23:11:07 InnoDB: Using Linux 
native AIO
Oct 21 23:11:07 dhcp204 mysqld_safe[4610]: 121021 23:11:07 InnoDB: Initializing 
buffer pool, size = 128.0M
Oct 21 23:11:07 dhcp204 mysqld_safe[4610]: 121021 23:11:07 InnoDB: Completed 
initialization of buffer pool
Oct 21 23:11:07 dhcp204 mysqld_safe[4610]: 121021 23:11:07 InnoDB: highest 
supported file format is Barracuda.
Oct 21 23:11:07 dhcp204 mysqld_safe[4610]: 121021 23:11:07  InnoDB: Waiting for 
the background threads to start
Oct 21 23:11:08 dhcp204 mysqld_safe[4610]: 121021 23:11:08 InnoDB: 1.1.8 
started; log sequence number 1595675
Oct 21 23:11:08 dhcp204 mysqld_safe[4610]: ERROR: 1064  You have an error in 
your SQL syntax; check the manual that corresponds to your MySQL server version 
for the right syntax to use near 'ALTER TABLE user ADD column Show_view_priv 
enum('N','Y') CHARACTER SET utf8 NOT ' at line 1
Oct 21 23:11:08 dhcp204 mysqld_safe[4610]: 121021 23:11:08 [ERROR] Aborting
Oct 21 23:11:08 dhcp204 mysqld_safe[4610]:
Oct 21 23:11:08 dhcp204 mysqld_safe[4610]: 121021 23:11:08  InnoDB: Starting 
shutdown...
Oct 21 23:11:09 dhcp204 mysqld_safe[4610]: 121021 23:11:09  InnoDB: Shutdown 
completed; log sequence number 1595675
Oct 21 23:11:09 dhcp204 mysqld_safe[4610]: 121021 23:11:09 [Note] 
/usr/sbin/mysqld: Shutdown complete
Oct 21 23:11:09 dhcp204 mysqld_safe[4610]:



signature.asc
Description: Digital signature


Bug#691143: gkbd-capplet description is wrong

2012-10-22 Thread Dmitry Shachnev
Package: gkbd-capplet
Version: 3.4.0.2-1
Severity: minor
Tags: patch

gkbd-capplet package description says about GNOME Panel, though it
should say about GNOME Control Center instead (this package has
nothing to do with GNOME Panel).

--
Dmitry Shachnev

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

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

Versions of packages gkbd-capplet depends on:
ii  libc6  2.13-35
ii  libglib2.0-0   2.34.1-1
ii  libgnomekbd7   3.4.0.2-1
ii  libgtk-3-0 3.6.0-2
ii  libxklavier16  5.2.1-1

gkbd-capplet recommends no packages.

gkbd-capplet suggests no packages.

-- no debconf information


fix-gkbd-capplet-description.patch
Description: Binary data


Bug#650265: dma: cannot deliver mail to smtp server

2012-10-22 Thread Jonathan Nieder
Hi Peter,

Miquel van Smoorenburg wrote:

 This should go into stable too if possible.

 Description: Read reponse from smtp server up to crlf

How about this patch?  Patch is based against fc230da8, Release
dma-0.0.2010.06.17-6, 2010-10-17.

-- 8 --
From: Peter Pentchev r...@ringlet.net
Date: Sun, 25 Dec 2011 17:24:54 +0200
Subject: Add Miquel van Smoorenburg's fixes for #650265 and #650268.
---
 changelog | 10 ++
 patches/45-received.patch | 25 +
 patches/46-smtp-newline.patch | 22 ++
 patches/series|  2 ++
 4 files changed, 59 insertions(+)
 create mode 100644 patches/45-received.patch
 create mode 100644 patches/46-smtp-newline.patch

diff --git a/changelog b/changelog
index adbf56d3..48422a84 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+dma (0.0.2010.06.17-6+squeeze0.1) stable; urgency=low
+
+  [ Peter Pentchev ]
+  * Add the 45-received patch to fix the format of the Received header.
+Closes: #650268
+  * Add the 46-smtp-newline patch to deal with SMTP servers that may
+send a response in more than one TCP packet.  Closes: #650265
+
+ -- Jonathan Nieder jrnie...@gmail.com  Sun, 21 Oct 2012 23:42:33 -0700
+
 dma (0.0.2010.06.17-6) unstable; urgency=low
 
   * Add the 37-gnu-hurd patch to really fix the FTBFS on GNU/Hurd.
diff --git a/patches/45-received.patch b/patches/45-received.patch
new file mode 100644
index ..e6da7212
--- /dev/null
+++ b/patches/45-received.patch
@@ -0,0 +1,25 @@
+Description: Add semicolon before date in received: header
+Author: Miquel van Smoorenburg miqu...@cistron.nl
+Bug-Debian: http://bugs.debian.org/650268
+Last-Update: 2011-11-28
+
+--- a/mail.c
 b/mail.c
+@@ -174,7 +174,7 @@
+   error = fprintf(bounceq.mailf,
+   Received: from MAILER-DAEMON\n
+   \tid %s\n
+-  \tby %s (%s)\n
++  \tby %s (%s);\n
+   \t%s\n
+   X-Original-To: %s\n
+   From: MAILER-DAEMON \n
+@@ -452,7 +452,7 @@
+   Received: from %s (uid %d)\n
+   \t(envelope-from %s)\n
+   \tid %s\n
+-  \tby %s (%s)\n
++  \tby %s (%s);\n
+   \t%s\n,
+   username, getuid(),
+   queue-sender,
diff --git a/patches/46-smtp-newline.patch b/patches/46-smtp-newline.patch
new file mode 100644
index ..3d8c87bd
--- /dev/null
+++ b/patches/46-smtp-newline.patch
@@ -0,0 +1,22 @@
+Description: Read the response from an SMTP server all the way to CR/LF
+Author: Miquel van Smoorenburg miqu...@cistron.nl
+Bug-Debian: http://bugs.debian.org/650265
+Last-Update: 2011-11-28
+
+--- a/net.c
 b/net.c
+@@ -166,6 +166,14 @@
+   }
+   len += rlen;
+   }
++  /* read up to \n */
++  if (memchr(buff + pos, '\n', len - pos) == NULL) {
++  if (len  sizeof(buff))
++  continue;
++  strcpy(neterr, line too long in reply from server);
++  return (-1);
++  }
++
+   /*
+* If there is an external buffer with a size bigger than zero
+* and as long as there is space in the external buffer and
diff --git a/patches/series b/patches/series
index efed7421..62625007 100644
--- a/patches/series
+++ b/patches/series
@@ -20,3 +20,5 @@
 35-delivery-retry.patch
 36-sa_nocldwait.patch
 37-gnu-hurd.patch
+45-received.patch
+46-smtp-newline.patch
-- 
1.8.0.rc3


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



Bug#691145: python-django: CVE-2012-4520

2012-10-22 Thread Moritz Muehlenhoff
Package: python-django
Severity: grave
Tags: security
Justification: user security hole

Hi,
please see https://www.djangoproject.com/weblog/2012/oct/17/security/

Cheers,
Moritz


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



Bug#677450: dmraid: fakeraid root device not activated during boot

2012-10-22 Thread Jonathan Nieder
Hi,

Ulrich Dangel wrote:

 --- dmraid-1.0.0.rc16/debian/changelog
 +++ dmraid-1.0.0.rc16/debian/changelog
 @@ -1,3 +1,11 @@
 +dmraid (1.0.0.rc16-4.2) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Call udevadm settle before activating dmraid devices
 +(Closes: #677450)

Thanks for fixing it.  Does squeeze need this, too?

Curious,
Jonathan


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



Bug#691146: modsecurity-apache: CVE-2012-4528

2012-10-22 Thread Moritz Muehlenhoff
Package: modsecurity-apache
Severity: grave
Tags: security patch
Justification: user security hole

Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-4528

Cheers,
Moritz


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



Bug#685149: Candidates for removal from testing

2012-10-22 Thread Andreas Tille
Hi,

On Thu, Oct 18, 2012 at 10:32:39AM +0200, Niels Thykier wrote:
 Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org
gentle

A package fixing the issue is in

   http://ftp-master.debian.org/new.html

since some time and this had something to do with some problems in DAK
(according to

   
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-October/017521.html

)  Ansgar, it would be really welcome if you could try again your manual
procedure to circumvent the problem to get the fixed package in.
 
We (as in the Debian Med team) would be really happy if you would delay
the removal of the package because we actually worked on this problem
and it should be fine once it has passed new (due to a move from contrib
to main).

Kind regards

   Andreas.

-- 
http://fam-tille.de


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



Bug#691138: qemu: helper networking is no present

2012-10-22 Thread Michael Tokarev
Control: severity -1 wishlist

On 22.10.2012 08:46, gustavo panizzo gfa wrote:
 Package: qemu
 Version: 1.1.2+dfsg-2
 Severity: normal
 
 in package qemu(-system,-kvm,-user) the bridge helper is not installed.
 that helper is very useful to run qemu as non-root and use brige
 networking

This is a known issue, and is more or less intentional.  The reason
is that at least one Debian package maintainer (me) disagrees with
the upstream about this very bridge helper.  This is a setuid-root
binary (or binary with additional capabilities) which has, well,
unknown implications.

For example, initially the helper always created interfaces in the
form tapNN (picking up next free number).  This way, it weren't
possible to know which iface will be in use by which guest, and
hence, for example, firewall rules can't be created for this
iface by system administrator.  Recently upstream added ability
to specify interface name from command line, but now it accepts
any interface, including ones which are used by the system -
eg, pppNN, for which firewall rules already created.

At least, it shuold gain ability to specify which ifaces (either
list or a pattern) can be used by which user/group, and only after
that I'll consider adding it to Debian.  Upstream appears to be
not interested.  For now it is a security treat.

Lowering the severity of this bugreport to wishlist, since it is
definitely what it is :)

Thank you for the report!

/mjt


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



Bug#686484: chowning pid directory and writing there as root may lead to security issue

2012-10-22 Thread Jonathan Nieder
Hi,

Simon Kelley wrote:

  dnsmasq (2.63-4) unstable; urgency=low
  .
 * Make pid-file creation immune to symlink attacks. (closes: #686484)

How about this patch to fix the same in squeeze?

Thanks,
Jonathan
---
 debian/changelog |  7 +++
 src/dnsmasq.c| 45 ++---
 2 files changed, 45 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3955c750..23cfa0da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dnsmasq (2.55-2+squeeze0.1) stable; urgency=low
+
+   [ Simon Kelley ]
+   * Make pid-file creation immune to symlink attacks. (closes: #686484)
+
+ -- Jonathan Nieder jrnie...@gmail.com  Mon, 22 Oct 2012 00:21:24 -0700
+
 dnsmasq (2.55-2) unstable; urgency=high
   
* Fix crash on double free. (closes: #597205)
diff --git a/src/dnsmasq.c b/src/dnsmasq.c
index 727d5e2e..d607e26d 100644
--- a/src/dnsmasq.c
+++ b/src/dnsmasq.c
@@ -327,16 +327,47 @@ int main (int argc, char **argv)
   /* write pidfile _after_ forking ! */
   if (daemon-runfile)
{
- FILE *pidfile;
+ int fd, err = 0;
+
+ sprintf(daemon-namebuff, %d\n, (int) getpid());
+
+ /* Explanation: Some installations of dnsmasq (eg Debian/Ubuntu) 
locate the pid-file
+in a directory which is writable by the non-privileged user that 
dnsmasq runs as. This
+allows the daemon to delete the file as part of its shutdown. This 
is a security hole to the
+extent that an attacker running as the unprivileged  user could 
replace the pidfile with a
+symlink, and have the target of that symlink overwritten as root 
next time dnsmasq starts.
+
+The folowing code first deletes any existing file, and then opens 
it with the O_EXCL flag,
+ensuring that the open() fails should there be any existing file 
(because the unlink() failed,
+or an attacker exploited the race between unlink() and open()). 
This ensures that no symlink
+attack can succeed.
+
+Any compromise of the non-privileged user still theoretically 
allows the pid-file to be
+replaced whilst dnsmasq is running. The worst that could allow is 
that the usual
+shutdown dnsmasq shell command could be tricked into stopping 
any other process.
+
+Note that if dnsmasq is started as non-root (eg for testing) it 
silently ignores
+failure to write the pid-file.
+ */
+
+ unlink(daemon-runfile);
  
- /* only complain if started as root */
- if ((pidfile = fopen(daemon-runfile, w)))
+ if ((fd = open(daemon-runfile, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 
S_IWUSR|S_IRUSR|S_IRGRP|S_IROTH)) == -1)
{
- fprintf(pidfile, %d\n, (int) getpid());
- fclose(pidfile);
+ /* only complain if started as root */
+ if (getuid() == 0)
+   err = 1;
+ else
+   {
+ if (!read_write(fd, (unsigned char *)daemon-namebuff, 
strlen(daemon-namebuff), 0))
+   err = 1;
+
+ while (!err  close(fd) == -1)
+   if (!retry_send())
+ err = 1;
}
- else if (getuid() == 0)
-   {
+
+ if (err)
  send_event(err_pipe[1], EVENT_PIDFILE, errno);
  _exit(0);
}
-- 
1.8.0


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



Bug#690905: freedoom: Prboom Plus should be used instead of Prboom

2012-10-22 Thread Fabian Greffrath

Am 19.10.2012 10:44, schrieb Jon Dowland:

For some reason I've never been motivated to package prboom+ myself. I'm
not sure why, I think mostly because I've been quite happy with prboom
for my light usage. It should be a pretty trivial package, however. You
could more-or-less reuse the debian/ dir from the prboom package with
very few changes.


This sure sounds interesting, especially the full mouse look which I 
am missing from the original prboom port.


Is prboom-plus considered the successor of prboom or is it just a more 
actively developed fork? In Debian words Should prboom-plus have 
Replaces: prboom?


Regarding the packaging: I had a look at the current packaging for 
prboom and I am not sure I understand what we do in 
debian/fix_upstream.sh and why we do it. Will this be necessary for 
prboom-plus as well, could you elaborate a bit on it?


 - Fabian


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



Bug#648936: doc-base: trigger fails when Locale::gettext is broken due to perl upgrade

2012-10-22 Thread Jonathan Nieder
Hi again,

In January, Jonathan Nieder wrote:
 Robert Luberda wrote:

* debian/postinst: set PERL_DL_NONLAZY=1 not to fail when perl is being
  upgraded (closes: #648937).
* install-docs.in:
  + show verbose warning message when doc-base is not fully functional;

 Do you think it would be appropriate to apply these fixes to squeeze, too?

My feeling is that yes, these would be good changes for squeeze, to
make triggers smoother when upgrading squeeze-wheezy and to make the
lenny-squeeze upgrade smoother for those unfortunate souls who
haven't made the jump yet.  Here's a backport.  Sensible?

  Set PERL_DL_NONLAZY=1 variable in postinst to fix Bug#648937.
  Inform users when doc-base is not fully functional.

 debian/changelog | 10 ++
 debian/postinst  |  4 
 install-docs.in  | 13 -
 3 files changed, 26 insertions(+), 1 deletion(-)
From: Robert Luberda rob...@debian.org
Date: Wed, 16 Nov 2011 23:58:29 +0100
Subject: Set PERL_DL_NONLAZY=1 variable in postinst to fix Bug#648937.

commit 94db634989f908e9a838bed68ffdd5c19ac0bcc8 upstream.
---
 debian/changelog | 8 
 debian/postinst  | 4 
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5113e1f..82e63e60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+doc-base (0.9.5+squeeze0.1) stable; urgency=low
+
+  [ Robert Luberda ]
+  * debian/postinst: set PERL_DL_NONLAZY=1 not to fail when perl is being
+upgraded (closes: #648937).
+
+ -- Jonathan Nieder jrnie...@gmail.com  Mon, 22 Oct 2012 00:42:33 -0700
+
 doc-base (0.9.5) unstable; urgency=low
 
   * Add a `Typesetting' top-level section for software used to typesetting 
diff --git a/debian/postinst b/debian/postinst
index 8758def7..000d977f 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -20,6 +20,10 @@ if [ $DEBUG ]; then
 fi
 
 reinstall_docs () {
+# Set the following env variable to fix `Bug#648937: doc-base: trigger 
fails when
+# Locale::gettext is broken due to perl upgrade'.  See also #479711  
#479681.
+export PERL_DL_NONLAZY=1
+
 install-docs ${VERBOSE} --install-$1
 }
 
-- 
1.8.0

From: Robert Luberda rob...@debian.org
Date: Thu, 17 Nov 2011 22:13:58 +0100
Subject: Inform users when doc-base is not fully functional.

commit 3f2dedee1e1e6b7cea57b9a46769bc1b74705354 upstream.

Make the error message shown when doc-base modules
cannot be loaded more verbose.
---
 debian/changelog |  2 ++
 install-docs.in  | 13 -
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 82e63e60..cac0b3e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ doc-base (0.9.5+squeeze0.1) stable; urgency=low
   [ Robert Luberda ]
   * debian/postinst: set PERL_DL_NONLAZY=1 not to fail when perl is being
 upgraded (closes: #648937).
+  * install-docs.in: show verbose warning message when doc-base is not
+fully functional.
 
  -- Jonathan Nieder jrnie...@gmail.com  Mon, 22 Oct 2012 00:42:33 -0700
 
diff --git a/install-docs.in b/install-docs.in
index 57e23c0e..e908655c 100755
--- a/install-docs.in
+++ b/install-docs.in
@@ -36,7 +36,18 @@ BEGIN {
   import  Debian::DocBase::Gettext;
   1;
 };
-  warn $@ if $@;
+  if ($@) {
+# gettext is most probably not usable here.
+warn The following error has occured while loading doc-base modules:\n\n.
+ $@ .\n.
+ 
***\n.
+ It seems install-docs is not fully functional at the moment,\n.
+ and it will try to recover from the error next time it is called.\n.
+ ($ENV{'DPKG_MAINTSCRIPT_PACKAGE'} ?
+ \nPlease run `install-docs --install-changed' command\n.
+ manually after the upgrade process is finished.\n : ) .
+ 
***\n\n;
+  }
 }
 
 =head1 NAME
-- 
1.8.0



Bug#691148: Please package virtualbox 4.2.2

2012-10-22 Thread Sjoerd Simons
Package: virtualbox
Version: 4.1.18-dfsg-1.1
Severity: wishlist

Hey,

While virtualbox 4.1.18 seems to work well, its guest additions can't cope with
newer kernels (e.g. 3.5) and newere Xorg (1.13). Even though these aren't
the default in debian yet, this makes it hard to run a virtualbox iwth guest
additions for other linux based platforms. Having virtualbox 4.2.2 available
(e.g. in experimental) would be very nice 

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

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

Versions of packages virtualbox depends on:
ii  adduser  3.113+nmu3
ii  dpkg 1.16.9
ii  libc62.13-35
ii  libcurl3 7.28.0-1
ii  libgcc1  1:4.7.2-4
ii  libgsoap22.8.7-1
ii  libpng12-0   1.2.49-3
ii  libpython2.7 2.7.3-5
ii  libsdl1.2debian  1.2.15-5
ii  libssl1.0.0  1.0.1c-4
ii  libstdc++6   4.7.2-4
ii  libvncserver00.9.9+dfsg-1
ii  libx11-6 2:1.5.0-1
ii  libxcursor1  1:1.1.13-1
ii  libxext6 2:1.3.1-2
ii  libxml2  2.8.0+dfsg1-6
ii  libxmu6  2:1.1.1-1
ii  libxt6   1:1.1.3-1
ii  python   2.7.3-3
ii  python2.72.7.3-5
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages virtualbox recommends:
ii  libgl1-mesa-glx [libgl1]  8.0.4-2
ii  libqt4-opengl 4:4.8.2+dfsg-2
ii  libqtcore44:4.8.2+dfsg-2
ii  libqtgui4 4:4.8.2+dfsg-2
ii  virtualbox-dkms   4.1.18-dfsg-1.1
ii  virtualbox-qt 4.1.18-dfsg-1.1
ii  virtualbox-source 4.1.18-dfsg-1.1

Versions of packages virtualbox suggests:
ii  vde22.3.2-4
pn  virtualbox-guest-additions-iso  none

-- 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#671063: an update on this bug?

2012-10-22 Thread Thijs Kinkhorst
severity 671063 normal
thanks

 This should be done by the administrator on demand with his own choice of
 parameters. Ån automatic generation can be done at each new installation
 (better) or at each upgrade, but anyway that would imply having the same
 set for years in many cases. A patch for the postinst is welcome anyway.

Regenerating the largest parameters that are currently included in proftpd
takes about 48h on a fast system with normal amounts of entropy. It's
therefore not feasible to do this on installation or even at build time. I
also doubt that users should be bothered with this at install time as I
guess hardly any user will understand the choice he's given.

Perhaps regenerating them at build or install time is a good idea but this
is only feasible for a small set of relatively shorter param lengths.

In any case, although refreshing them from time to time may be good, there
are to me no concrete indications that the current parameters are not
strong enough to continue to be used, so I don't think this should remain
RC.

Cheers,
Thijs


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



Bug#691149: evolution-mapi: evolution crashes with segmentation fault on startup

2012-10-22 Thread Steven Post
Package: evolution-mapi
Version: 3.4.3-1
Severity: important

Dear Maintainer,
   * What led up to the situation?
Trying to open evolution
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Trying to start evolution using gdb
   * What was the outcome of this action?
Evolution still crashed, no backtrace found
   * What outcome did you expect instead?
Normal startup of evolution

I also attached my gdb session.

Regards,
Steven

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

Kernel: Linux 3.2.0-3-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 evolution-mapi depends on:
ii  evolution3.4.3-1
ii  gconf-service3.2.5-1+build1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-35
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libcamel-1.2-33  3.4.3-1
ii  libdcerpc0   4.0.0~beta2+dfsg1-3
ii  libebackend-1.2-23.4.3-1
ii  libebook-1.2-13  3.4.3-1
ii  libecal-1.2-11   3.4.3-1
ii  libedata-book-1.2-13 3.4.3-1
ii  libedata-cal-1.2-15  3.4.3-1
ii  libedataserver-1.2-163.4.3-1
ii  libedataserverui-3.0-1   3.4.3-1
ii  libenchant1c2a   1.6.0-7
ii  libevolution 3.4.3-1
ii  libexchangemapi-1.0-03.4.3-1
ii  libgconf-2-4 3.2.5-1+build1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.33.12+really2.32.4-2
ii  libgtk-3-0   3.4.2-4
ii  libgtkhtml-4.0-0 4.4.3-1
ii  libgtkhtml-editor-4.0-0  4.4.3-1
ii  libical0 0.48-2
ii  libmapi0 1:1.0-2
ii  libndr0  4.0.0~beta2+dfsg1-3
ii  libnspr4 2:4.9.2-1
ii  libnspr4-0d  2:4.9.2-1
ii  libnss3  2:3.13.6-1
ii  libnss3-1d   2:3.13.6-1
ii  libpango1.0-01.30.0-1
ii  libsamba-util0   4.0.0~beta2+dfsg1-3
ii  libsoup2.4-1 2.38.1-2
ii  libsqlite3-0 3.7.13-1
ii  libtalloc2   2.0.7+git20120207-1
ii  libtevent0   0.9.16-1
ii  libxml2  2.8.0+dfsg1-6

evolution-mapi recommends no packages.

evolution-mapi suggests no packages.

-- no debconf information

*** /home/steven/Documents/evolution-gdb.txt
$ gdb evolution
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
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 x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/evolution...Reading symbols from /usr/lib/debug
/.build-id/68/7c6e42e40ce402623f5b0d0406970c5aa421f5.debug...done.
done.
(gdb) run
Starting program: /usr/bin/evolution
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffe2a16700 (LWP 4766)]
[New Thread 0x7fffe1fe1700 (LWP 4767)]
[New Thread 0x7fffe17e0700 (LWP 4768)]
[New Thread 0x7fffc30c7700 (LWP 4769)]
[New Thread 0x7fffc249f700 (LWP 4770)]
[New Thread 0x7fffc1891700 (LWP 4771)]
[New Thread 0x7fffc0e89700 (LWP 4772)]
[New Thread 0x7fffc0688700 (LWP 4773)]
[Thread 0x7fffc1891700 (LWP 4771) exited]
[Thread 0x7fffc0e89700 (LWP 4772) exited]
[Thread 0x7fffc0688700 (LWP 4773) exited]
[New Thread 0x7fffc0688700 (LWP 4774)]
Unknown parameter encountered: max log size
Ignoring unknown parameter max log size
Unknown parameter encountered: syslog
Ignoring unknown parameter syslog
Unknown parameter encountered: unix password sync
Ignoring unknown parameter unix password sync
Unknown parameter encountered: passwd program
Ignoring unknown parameter passwd program
Unknown parameter encountered: pam password change
Ignoring unknown parameter pam password change
Unknown parameter encountered: map to guest
Ignoring unknown parameter map to guest
Unknown parameter encountered: usershare allow guests
Ignoring unknown parameter usershare allow guests
Unknown parameter encountered: valid users
Ignoring unknown parameter valid users
Unknown parameter encountered: guest ok
Ignoring unknown parameter guest ok
Unknown parameter encountered: guest ok
Ignoring unknown parameter guest ok

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffc249f700 (LWP 4770)]
0x7fffca20b672 in emsmdb_disconnect_dtor () from /usr/lib/x86_64-linux-
gnu/libmapi.so.0
(gdb) thread apply all bt

Thread 10 (Thread 0x7fffc0688700 (LWP 4774)):
#0  0x75a64cec in __lll_lock_wait () from /lib/x86_64-linux-
gnu/libpthread.so.0
#1  0x75a60354 in _L_lock_997 () 

Bug#599161: TSC unstable clock problem, 35996 second time difference

2012-10-22 Thread Valentin Vidić
Here is a backtrace related to this problem, in case it helps:

[863910.147108] Clocksource tsc unstable (delta = -811538859723 ns)
[863910.149479] BUG: soft lockup - CPU#2 stuck for 32768s! [swapper:0]
[863910.149479] Modules linked in: hmac sha1_generic ipmi_devintf drbd 
lru_cache cn xen_evtchn xenfs ip6t_REJECT ipt_REJECT ip6t_LOG ipt_LOG 
xt_multiport xt_tcpudp xt_comment ip6table_filter ip6_tables iptable_filter 
ip_tables x_tables bridge bonding 8021q garp stp loop snd_pcm snd_timer radeon 
ttm snd drm_kms_helper soundcore drm snd_page_alloc i5000_edac psmouse 
i2c_algo_bit hpilo pcspkr ipmi_si edac_core evdev ipmi_msghandler rng_core 
serio_raw i2c_core i5k_amb hpwdt container shpchp pci_hotplug processor 
acpi_processor button ext3 jbd mbcache dm_mod usbhid hid sg sr_mod cdrom 
ata_generic uhci_hcd ata_piix ehci_hcd libata usbcore nls_base bnx2 hpsa cciss 
scsi_mod thermal thermal_sys [last unloaded: scsi_wait_scan]
[863910.149479] CPU 2:
[863910.149479] Modules linked in: hmac sha1_generic ipmi_devintf drbd 
lru_cache cn xen_evtchn xenfs ip6t_REJECT ipt_REJECT ip6t_LOG ipt_LOG 
xt_multiport xt_tcpudp xt_comment ip6table_filter ip6_tables iptable_filter 
ip_tables x_tables bridge bonding 8021q garp stp loop snd_pcm snd_timer radeon 
ttm snd drm_kms_helper soundcore drm snd_page_alloc i5000_edac psmouse 
i2c_algo_bit hpilo pcspkr ipmi_si edac_core evdev ipmi_msghandler rng_core 
serio_raw i2c_core i5k_amb hpwdt container shpchp pci_hotplug processor 
acpi_processor button ext3 jbd mbcache dm_mod usbhid hid sg sr_mod cdrom 
ata_generic uhci_hcd ata_piix ehci_hcd libata usbcore nls_base bnx2 hpsa cciss 
scsi_mod thermal thermal_sys [last unloaded: scsi_wait_scan]
[863910.149479] Pid: 0, comm: swapper Not tainted 2.6.32-5-xen-amd64 #1 
ProLiant DL360 G5
[863910.149479] RIP: e030:[8100922a]  [8100922a] 
hypercall_page+0x22a/0x1001
[863910.149479] RSP: e02b:8800034f4de8  EFLAGS: 0246
[863910.149479] RAX: 0004 RBX: 8800034f4ea0 RCX: 
8100922a
[863910.149479] RDX: 8800034f4ea0 RSI:  RDI: 

[863910.149479] RBP: 88001fd88000 R08: 00d9 R09: 
00fa
[863910.149479] R10: 88001fd59fd8 R11: 0246 R12: 
8800023128f8
[863910.149479] R13: 812cda42 R14: 0100 R15: 
88001fd59fd8
[863910.149479] FS:  7f75890ff700() GS:8800034f1000() 
knlGS:
[863910.149479] CS:  e033 DS: 002b ES: 002b CR0: 8005003b
[863910.149479] CR2: 7f7588cb45f0 CR3: 01001000 CR4: 
2660
[863910.149479] DR0:  DR1:  DR2: 

[863910.149479] DR3:  DR6: 0ff0 DR7: 
0400
[863910.149479] Call Trace:
[863910.149479]  IRQ  [8100e635] ? xen_force_evtchn_callback+0x9/0xa
[863910.149479]  [8100ecf2] ? check_events+0x12/0x20
[863910.149479]  [8100ec99] ? xen_irq_enable_direct_end+0x0/0x7
[863910.149479]  [8105b6e0] ? run_timer_softirq+0x196/0x268
[863910.149479]  [81054dbf] ? __do_softirq+0xdd/0x1a6
[863910.149479]  [811f2b93] ? __xen_evtchn_do_upcall+0x245/0x28d
[863910.149479]  [81012cac] ? call_softirq+0x1c/0x30
[863910.149479]  [8101422b] ? do_softirq+0x3f/0x7c
[863910.149479]  [81054c2f] ? irq_exit+0x36/0x76
[863910.149479]  [811f3384] ? xen_evtchn_do_upcall+0x33/0x42
[863910.149479]  [81012cfe] ? xen_do_hypervisor_callback+0x1e/0x30
[863910.149479]  EOI  [810093aa] ? hypercall_page+0x3aa/0x1001
[863910.149479]  [810093aa] ? hypercall_page+0x3aa/0x1001
[863910.149479]  [8100e6b3] ? xen_safe_halt+0xc/0x15
[863910.149479]  [8100bfc7] ? xen_idle+0x37/0x40
[863910.149479]  [81010e97] ? cpu_idle+0xa2/0xda
[863910.149479]  [8100ec99] ? xen_irq_enable_direct_end+0x0/0x7
[863910.149479]  [81302947] ? cpu_bringup+0x6d/0x72

-- 
Valentin


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



Bug#691150: ITP: ruby-mysql2 -- A modern, simple and very fast Mysql library for Ruby - binding to libmysql

2012-10-22 Thread Michael Franzl
Package: wnpp
Severity: wishlist
Owner: Michael Franzl off...@michaelfranzl.com

* Package name: ruby-mysql2
  Version : 0.3.11
  Upstream Author : Brian Lopez
* URL : https://github.com/brianmario/mysql2
* License : MIT
  Programming Lang: Ruby, C
  Description : A modern, simple and very fast Mysql library for Ruby -
binding to libmysql


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



Bug#691151: mount: Bind mounts not shown as such in mount output

2012-10-22 Thread Rik Theys
Package: mount
Version: 2.20.1-5.2
Severity: normal

Hi,

When bind mounts are configured in /etc/fstab, they don't show up as bind 
mounts in the
output of 'mount'.

From my /etc/fstab:

/dev/mapper/vg_sulphur-root /   ext4errors=remount-ro 0   1
/dev/mapper/vg_sulphur-bind /srv/bind   ext4
errors=remount-ro,nosuid,relatime   0   2
# proc inside bind chroot
/proc   /srv/bind/proc  nonebind0   0
# bind needs /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines in its chroot
/usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines 
/srv/bind/usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines none bind 0 0

Output from 'mount | grep bind' (bind matches /srv/bind in this case):

/dev/mapper/vg_sulphur-bind on /srv/bind type ext4 
(rw,nosuid,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered)
proc on /srv/bind/proc type proc (rw,nosuid,nodev,noexec,relatime)
/dev/mapper/vg_sulphur-root on 
/srv/bind/usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines type ext4 
(rw,relatime,errors=remount-ro,user_xattr,barrier=$

The bind mounts show up with the file system type (ext4) and device 
(/dev/mapper/vg_sulphur-root) of the device from which they are bind mounted.

The output of mount should show:

/proc on /srv/bind/proc none (rw,bind)

As it did on squeeze.

This is probably caused by the /etc/mtab - /proc/mounts symlink now.

This new behaviour makes it impossible to see which file systems were bind 
mounted.

Regards,

Rik


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

Kernel: Linux 3.2.0-3-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 mount depends on:
ii  libblkid12.20.1-5.2
ii  libc62.13-35
ii  libmount12.20.1-5.2
ii  libselinux1  2.1.9-5
ii  libsepol12.1.4-3

mount recommends no packages.

Versions of packages mount suggests:
pn  nfs-common  none

-- 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#634670: kde-full: Normal update of kde impossible by apt-get or aptitude

2012-10-22 Thread MERLIN Philippe
Le dimanche 21 octobre 2012 19:34:15, Adrien a écrit :
 tag 634670 moreinfo
 thanks
 
 Hi,
 
 As KDE 4.6 is not anymore available in Debian, does this bug is still
 relevant ? I think we can close it.
 
 Regards,
 
 Adrien
yes !!! you can close.
Regards
Philippe


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



Bug#691107: Crash update

2012-10-22 Thread Mark Purcell
On Mon, 22 Oct 2012 12:37:24 Jesse Smith wrote:
 Since this bug only appears when the game is built with a specific
 version of a specific compiler (gcc), I think that indicates there may
 be a bug in the 4.7.x branch of the GNU C++ compiler.

Jess, 

Generally issues which are identified with later versions of gcc identify 
hidden issues which earlier compliers fail to identify, hence they are early 
warnings of issues that will become mainstream.

I have loaded symbols and can reproduce and attach the backtrace.

Mark


$ gdb atanks
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
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 x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/games/atanks...Reading symbols from 
/usr/lib/debug/usr/games/atanks...(no debugging symbols found)...done.
(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/games/atanks 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Atomic Tanks Version 5.5 (-h for help)
Authors:Tom Hudson (rewrite, additions, improvements)
Stevante Software (original design)
Kota543 Software (fixes and updates)
Jesse Smith (additions, fixes and updates)
Sven Eden (ai rewrite, additions, fixes and updates)

[New Thread 0x748c9700 (LWP 7658)]
[New Thread 0x73df5700 (LWP 7659)]
[New Thread 0x7fffec2b5700 (LWP 7660)]
[Thread 0x7fffec2b5700 (LWP 7660) exited]
[New Thread 0x7fffec2b5700 (LWP 7661)]
[New Thread 0x7fffe78ad700 (LWP 7662)]
[New Thread 0x7fffe65db700 (LWP 7663)]
[Thread 0x7fffe65db700 (LWP 7663) exited]

Program received signal SIGSEGV, Segmentation fault.
0x76dc9aba in _IO_vfprintf_internal (s=0x7fffb0d0, format=0x460494 
- 
%s, ap=0x7fffb1f0) at vfprintf.c:1623
1623vfprintf.c: No such file or directory.
(gdb) bt
#0  0x76dc9aba in _IO_vfprintf_internal (s=0x7fffb0d0, 
format=0x460494 
- %s, ap=0x7fffb1f0) at vfprintf.c:1623
#1  0x76dee929 in __IO_vsprintf (string=0x7fffc980 - nguage:, 
format=0x460494 - %s, args=0x7fffb1f0) at iovsprintf.c:43
#2  0x76dd23a8 in __sprintf (s=0x3520 Address 0x3520 out of bounds, 
format=0x460498 s) at sprintf.c:34
#3  0x0041622b in options(GLOBALDATA*, ENVIRONMENT*, MENUDESC*) ()
#4  0x004248a1 in main ()
(gdb) 


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


Bug#691152: deutex ignores freedoom.wad

2012-10-22 Thread Fabian Greffrath
Package: deutex
Version: 4.4.902-13
Severity: important
Tags: patch

Hi,

since version 0.6.4-4 the freedoom package does not provide a doom2.wad file
anymore for compatibility issues. However, deutex expects a file of that name
and does not consider freedoom.wad as a valid replacement. The attached patch
fixes this by adding freedoom.wad to the list of supported iwad files.

 - Fabian



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (901, 'testing'), (502, 'unstable'), (501, 'experimental')
Architecture: i386 (i686)

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

Versions of packages deutex depends on:
ii  libc6  2.13-35

Versions of packages deutex recommends:
ii  freedoom [boom-wad]  0.7-1

Versions of packages deutex suggests:
ii  prboom [doom-engine]  2:2.5.0+dfsg1-6

-- no debconf information
--- a/src/deutex.c
+++ b/src/deutex.c
@@ -1087,6 +1087,7 @@ int main (int argc, char *argv_non_const
 	 doom2,		/* Doom II */
 	 plutonia,		/* Final Doom */
 	 tnt,			/* Final Doom */
+	 freedoom,		/* Freedoom */
 	 heretic,		/* Heretic */
 	 hexen,		/* Hexen */
 	 strife1,		/* Strife */


Bug#691152: Acknowledgement (deutex ignores freedoom.wad)

2012-10-22 Thread Fabian Greffrath

Severity: important


because that currently makes rebuilding the prboom source package with 
freedoom resources impossible.


 - Fabian


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



Bug#691153: squid3-dbg binary does not contain symbols

2012-10-22 Thread Amos Jeffries

Package: squid3-dbg
Source: squid3
Version: 3.1.20-1
Severity: important


The squid3 binary packaged in squid3-dbg appears not to contain any 
symbols. Rendering it useless for debug testing on errors.


Adding the following stanza to debian/rules is needed:

  DEB_BUILD_OPTIONS_squid3-dbg := nostrip


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



Bug#691145: python-django: CVE-2012-4520

2012-10-22 Thread Raphael Hertzog
Hi,

On Mon, 22 Oct 2012, Moritz Muehlenhoff wrote:
 please see https://www.djangoproject.com/weblog/2012/oct/17/security/

There's a stable update ready here:
http://people.debian.org/~hertzog/packages/python-django_1.2.3-3+squeeze4_amd64.changes

Let me know if I can upload it to security.debian.org. Thijs, feel free to
test it.

I will also shorty upload 1.4.2-1 to unstable and wheezy.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


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



Bug#691154: a few more questions on GNUnet operation

2012-10-22 Thread Ivan Shmakov
Package: gnunet-server
Version: 0.9.3-2

The gnunet-helper-fs-publish binary is provided set-UID root by
the package, which (as per upstream, see below) is unnecessary.
Apart from raising security concerns, it also precludes
gnunet-publish(1) from running when GNUnet itself runs under an
“ordinary” user (as opposed to a dedicated, “system” one.)

My reading of debian/gnunet-server.postinst (as of b3ea4f34,
quoted below) is that the issue is likely to be present in the
yet unreleased 0.9.3-4 version of the package.

--cut: gnunet/debian/gnunet-server.postinst --
81  for file in /usr/bin/gnunet-helper-exit \
82  /usr/bin/gnunet-helper-fs-publish \
83  /usr/bin/gnunet-helper-nat-client \
84  /usr/bin/gnunet-helper-nat-server \
85  /usr/bin/gnunet-helper-transport-wlan \
86  /usr/bin/gnunet-helper-vpn
87  do
88  # only do something when no setting exists
89  if ! dpkg-statoverride --list $file /dev/null 
21  [ -e $file ]
90  then
91  chown root:${_GROUPNAME} $file
92  chmod 4754 $file
93  fi
94  done
--cut: gnunet/debian/gnunet-server.postinst --

Could this please be rectified?  TIA.

 Christian Grothoff groth...@in.tum.de writes:
 On 10/21/2012 08:42 AM, Ivan Shmakov wrote:

[…]

  • A number of binaries (as per the gnunet-server 0.9.3-2 Debian
  package) come set-UID root:

  gnunet-helper-dns
  gnunet-helper-exit
  gnunet-helper-fs-publish
  gnunet-helper-nat-client
  gnunet-helper-nat-server
  gnunet-helper-transport-wlan
  gnunet-helper-vpn

  Ugh, gnunet-helper-fs-publish should NOT be SUID!  That's a serious
  bug in the Debian package, please report it to Debian!

[…]

-- 
FSF associate member #7257


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



Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Simon McVittie
On Mon, 09 Jul 2012 at 00:10:45 +0100, Steven Chamberlain wrote:
 On 05/07/12 01:05, Simon McVittie wrote:
  You don't need all of GNOME, but you do need a D-Bus session.
  [...]
  
  $ eval `dbus-launch --sh-syntax`
  $ xvfb-run gnome-terminal -e mkdir /tmp/hello
 
 With a DBUS session running (now testing from a graphical X11
 environment) I can reproduce the original problem on kfreebsd-amd64

(I can't help wondering why anyone would ever try to use an X11 terminal
emulator *without* a graphical X11 session...)

I wonder whether this is to do with GDBus not supporting credentials-passing
for authentication on kFreeBSD. It does support credentials-passing on
FreeBSD, and it's the same kernel, so the same code ought to work; please
try the attached patch for src:glib2.0? If successful, this can be tagged
'patch' and reassigned to libglib2.0-0.

I tried to test it on a kfreebsd-i386 virtual machine, but that VM seems
to be excessively slow, and fails to compile the GLib documentation, so I
gave up after a few attempts.

I have no idea how credentials-passing works on Hurd, but Hurd isn't
release-critical, so that can wait (if my theory is correct, please
clone the bug for Hurd support). If Hurd porters want to make GDBus
work, grepping for __FreeBSD__ is probably a good start. GLib appears to
support three different flavours of credentials-passing (for Linux, FreeBSD
and OpenBSD) so if Hurd resembles one of those, it should be possible to
make it work; the src:dbus build logs claim it has SCM_RIGHTS.

In addition to credentials-passing across Unix sockets, D-Bus supports
an X11-like magic cookie mechanism (normally only used for TCP sockets),
but that relies on the connecting user having access to their official
home directory according to getent passwd, so it might not be useful
in all cases (for instance, the mini-GNOME-session run by the gdm3 greeter
can't necessarily rely on that).

Regards,
S


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



Bug#691152: deutex ignores freedoom.wad

2012-10-22 Thread Jon Dowland
On Mon, Oct 22, 2012 at 10:43:30AM +0200, Fabian Greffrath wrote:
 since version 0.6.4-4 the freedoom package does not provide a doom2.wad file
 anymore for compatibility issues. However, deutex expects a file of that name
 and does not consider freedoom.wad as a valid replacement. The attached patch
 fixes this by adding freedoom.wad to the list of supported iwad files.

Hmm. I did wonder whether removing that would cause trouble.

Not sure whether patching deutex is the best approach. Symlinking
debian/tmp/doom2.wad (in the prboom build directory) to
/usr/share/games/freedoom.wad would at least restrict the damage to the prboom
sources. But I guess we'd need to check-and-possibly-symlink to a whole slew of
different IWAD names, depending on what was in the environment, to support
rebuilding without freedoom (but with a commercial IWAD). What a mess ☹

I'd quite like to replace deutex with something more modern one day. The IWAD
requirement is superflous nowadays.


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



Bug#691155: unblock: fsl/4.1.9-7

2012-10-22 Thread Michael Hanke
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package fsl

It fixes http://bugs.debian.org/689166 (prevent regeneration of
TclIndex). The full source diff is attached. It basically removes the
postinst script that performed the regeneration. All other changes are
necessary to prevent failure due to the removal of the postinst script.
Full source diff to 4.1.9-6 is attached.

unblock fsl/4.1.9-7

-- System Information:
Debian Release: wheezy/sid
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (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
diff --git a/debian/changelog b/debian/changelog
index 72fd4f8..3b037a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+fsl (4.1.9-7) unstable; urgency=low
+
+  * Stop regenerating tclIndex during postinst. This is no longer necessary
+since libfslio and its TCL scripts are built from the FSL source package
+-- which is since 4.1.1 or four years (Closes: #689166).
+
+ -- Michael Hanke m...@debian.org  Thu, 06 Sep 2012 09:10:33 +0200
+
 fsl (4.1.9-6) unstable; urgency=low
 
   * Declare a conflict to pre-4.1.9-5 fsl4.1-doc packages. Otherwise,
diff --git a/debian/fsl-4.1.postinst b/debian/fsl-4.1.postinst
deleted file mode 100644
index 70cd86c..000
--- a/debian/fsl-4.1.postinst
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-# postinst script for FSL
-# This script is used to regenerate the tclIndex file after placing a link to
-# fslio.tcl in the main tcl path of FSL.
-
-set -e
-
-case $1 in
-	configure)
-		( cd /usr/share/fsl/4.1/tcl  echo 'auto_mkindex . *.tcl' | tclsh )
-	;;
-
-	abort-upgrade|abort-remove|abort-deconfigure)
-	#nothing
-	;;
-
-	*)
-		echo postinst called with unknown argument \`$1' 2
-		exit 1
-	;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/rules b/debian/rules
index 6cde284..7ca22e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ controlfiles:
 			 debian/$$(basename $$f) ; \
 	done
 	# renamed files that need to have a version-specific name
-	for suffix in 1 desktop dirs install links lintian-overrides manpages menu postinst docs; do \
+	for suffix in 1 desktop dirs install links lintian-overrides manpages menu docs; do \
 		for prefix in fsl fsl-doc nudge; do \
 		[ -f debian/$$prefix.$$suffix ]   \
 			mv debian/$$prefix.$$suffix debian/$$prefix-$(FSLMAJORVERSION).$$suffix || true ; \
@@ -95,7 +95,7 @@ cleancontrolfiles:
 	done
 	rm -f debian/fsl.preinst
 	# versioned files
-	rm -f debian/{fsl,fsl-doc,nudge}-$(FSLMAJORVERSION).{1,desktop,dirs,install,links,lintian-overrides,manpages,menu,postinst,preinst,docs}
+	rm -f debian/{fsl,fsl-doc,nudge}-$(FSLMAJORVERSION).{1,desktop,dirs,install,links,lintian-overrides,manpages,menu,preinst,docs}
 
 # build and install extra
 biextra-%:
diff --git a/debian/templates/fsl.postinst b/debian/templates/fsl.postinst
deleted file mode 100644
index ca112a6..000
--- a/debian/templates/fsl.postinst
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-# postinst script for FSL
-# This script is used to regenerate the tclIndex file after placing a link to
-# fslio.tcl in the main tcl path of FSL.
-
-set -e
-
-case $1 in
-	configure)
-		( cd /usr/share/fsl/#FSLMVERSION#/tcl  echo 'auto_mkindex . *.tcl' | tclsh )
-	;;
-
-	abort-upgrade|abort-remove|abort-deconfigure)
-	#nothing
-	;;
-
-	*)
-		echo postinst called with unknown argument \`$1' 2
-		exit 1
-	;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
-


Bug#691156: openjpeg pc file is broken

2012-10-22 Thread Mathieu Malaterre
Package: libopenjpeg-dev
Version: 1.5.0-3
Severity: normal

The pc file is broken:

$ cat /usr/lib/x86_64-linux-gnu/pkgconfig/libopenjpeg1.pc
prefix=/usr
bindir=bin
datadir=share/openjpeg-1.5
libdir=lib/x86_64-linux-gnu
includedir=include/openjpeg-1.5

Name: openjpeg
Description: JPEG2000 files library
URL: http://www.openjpeg.org/ 
Version: 1.5.0
Libs: -L${libdir} -lopenjpeg
Cflags: -I${includedir}



-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages libopenjpeg-dev depends on:
ii  libopenjpeg5  1.5.0-2JPEG 2000 image compression/decomp

libopenjpeg-dev recommends no packages.

libopenjpeg-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#691152: deutex ignores freedoom.wad

2012-10-22 Thread Fabian Greffrath

Am 22.10.2012 11:24, schrieb Jon Dowland:

Not sure whether patching deutex is the best approach. Symlinking
debian/tmp/doom2.wad (in the prboom build directory) to
/usr/share/games/freedoom.wad would at least restrict the damage to the prboom
sources. But I guess we'd need to check-and-possibly-symlink to a whole slew of
different IWAD names, depending on what was in the environment, to support
rebuilding without freedoom (but with a commercial IWAD). What a mess ☹


We could simply state that we require freedom for the rebuild and add 
that symlink - just as we require imagemagick, sng and deutex.


 - Fabian


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



Bug#691156:

2012-10-22 Thread Mathieu Malaterre
tags 691156 confirmed
tags 691156 fixed-upstream
block 691156 by 687528
thanks

This is fixed in openjpeg 1.5.1


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



Bug#681458:

2012-10-22 Thread Mathieu Malaterre
tags 681458 confirmed
tags 681458 fixed-upstream
block 681458 by 687528
thanks

This has been fixed in openjpeg 1.5.1


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



Bug#618579: tei -- XML schema of the Text Encoding Initiative

2012-10-22 Thread Mathieu Malaterre
Hi,

On Fri, Oct 5, 2012 at 8:24 AM, Mathieu Malaterre
mathieu.malate...@gmail.com wrote:
 On Thu, Oct 4, 2012 at 1:41 PM, Sebastian Rahtz
 sebastian.ra...@it.ox.ac.uk wrote:
 thanks, I need to think a little over the best way to do this. At the 
 moment, I have a Jenkins
 instance which builds .deb files constantly, and I copy them into the 
 tei.oucs.ox.ac.uk/teideb/
 repository when we make a release. This works nicely. Does such a mechanism 
 fit
 the Debian way of working, whereby the source system builds its own packages,
 rather than having a separate maintainer?

 As long as people (read: 'me') have access to the source debian/*
 files this is fine (read: I can do the upload). Using git/cvs/svn is
 not required. I simply need to see those debian/* files of yours.

 Obviously I could upload the current state to mentors, and we could refine 
 them
 to meet standards, but what is the best way of making that sustainable?

 You can upload them anywhere in the world, again as long as I have
 access (dget URL) to those, this is fine.

Any update on this ?

Thanks
-- 
Mathieu


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



Bug#681459:

2012-10-22 Thread Mathieu Malaterre
tags 681459 confirmed
tags 681459 fixed-upstream
block 681459 by 687528
thanks

This is fixed in openjpeg 1.5.1

-- 
Mathieu


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



Bug#691157: kalgebra - ambiguity in keyboard shortcuts

2012-10-22 Thread Prathibha B
Package: kalgebra
Version: 4:4.8.4-1
Severity: normal

Please find attached the Patch for ambiguous keyboard shortcuts in save menu.


Regards,

B.Prathibha

CDAC

Chennai.


Bug#688731: procps: kill -9 -1 does not work (parsing error)

2012-10-22 Thread Timo Juhani Lindfors
block 690404 688731
thanks

Hi,

also 

   /bin/kill -INT -$$

fails:

   /bin/kill: invalid option -- '3'


This breaks systemtap 2.0 testsuite.

-Timo


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



Bug#691157: Acknowledgement (kalgebra - ambiguity in keyboard shortcuts)

2012-10-22 Thread Prathibha B
 Patch for this error is attached.


-- 
Regards,
Prathibha
C-DAC,
Chennai


01_shortcut_save
Description: Binary data


Bug#682162: mysql-workbench: Massive Memory Leak

2012-10-22 Thread Dragomir Dragnev
Hi Dmitry,

Sorry for the slow response..

On Thursday 18 October 2012 01:59:23 Dmitry Smirnov wrote:
 Could you please also try with
 
   --force-sw-render
 and
   --force-opengl-render
 
 to see if it have any effect on leak?

No difference at all.

 Looks like problematic package is
 
   gtk2-engines-qtcurve
 
 See more
 
   https://bugs.freedesktop.org/show_bug.cgi?id=54657#c4

Indeed I did couple of downgrades of gtk2-engines-qtcurve from 1.8.15-2 down 
to 1.6.4-1 and there the problem disappears, apparently it is introduced 
somewhere between 1.6.4-1 and 1.8.1-1.
 
 Sorry about that. Version 5.2.40+dfsg-2 is fixed in that regards.
 For a while I couldn't backport fix for hangs on exit because upstream
 have no public code repository (VCS). :(
 
 Finally last week I uploaded fixed 5.2.40 to unstable and just today it
 migrated to testing probably hours after you tried buggy version.

Yep, in 5.2.40+dfsg-2 no such problem.. thanks:)

Regards,
Dragomir


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



Bug#618579: Owner change

2012-10-22 Thread Daniel Stender

Prior to the aquisition of ownership I haven't been contacted (why?), but I go 
along.

Greetings,
Daniel Stender


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



Bug#688630: Bug#688630: t-coffee-doc: empty package

2012-10-22 Thread Julien Cristau
On Mon, Oct 22, 2012 at 08:14:46 +0900, Charles Plessy wrote:

 severity 688630 normal
 thanks
 
 Dear Release team,
 
 the t-coffee-doc package in Wheezy and Sid is empty, as Upstream removed
 documentation from the source package without us noticing.
 
 The work on t-coffee continued in our VCS since the freeze, and we already
 accumulated some other changes not related to the release.
 
 I propose to either ignore the emptiness of t-coffee-doc, or to make an upload
 to testing-proposed-updates, where the t-coffee-doc package would be 
 discarded.
 
 Please let us know if you would like this to happen.
 
NAK.  As the package version is the same in sid and wheezy this bug
needs to be fixed through sid, not tpu.  (And it *does* need to be
fixed, IMO.)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#691098: unblock: mumble/1.2.3-349-g315b5f5-2.1 [pre-approval request]

2012-10-22 Thread Julien Cristau
On Sun, Oct 21, 2012 at 15:54:38 +0200, gregor herrmann wrote:

 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 I'd like to request a pre-approval for a future unblock of a
 not-yet-uploaded NMU of mumble.
 
IMO the package needs to be in sid before we consider it.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#681361: NMU diff

2012-10-22 Thread Steve McIntyre
On Sat, Oct 20, 2012 at 05:29:16PM +0100, Steve McIntyre wrote:
On Sun, Oct 14, 2012 at 10:58:42AM +0100, Steve McIntyre wrote:
Just uploaded an NMU to implement the TC requirements. Here's the debdiff

And here's an updated debdiff for a new upload to fix man pages.

And YA one to add Replaces: node in the new ax25-node package. Quick
fixes typically aren't. :-(

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
It's actually quite entertaining to watch ag129 prop his foot up on
 the desk so he can get a better aim.  [ seen in ucam.chat ]
diff -u node-0.3.2/debian/changelog node-0.3.2/debian/changelog
--- node-0.3.2/debian/changelog
+++ node-0.3.2/debian/changelog
@@ -1,3 +1,11 @@
+node (0.3.2-7.4) unstable; urgency=low
+
+  * NMU
+  * Add missing Replaces: node in the new ax25-node package.
+Closes: #691131
+
+ -- Steve McIntyre 93...@debian.org  Mon, 22 Oct 2012 12:12:25 +0100
+
 node (0.3.2-7.3) unstable; urgency=low
 
   * NMU
diff -u node-0.3.2/debian/control node-0.3.2/debian/control
--- node-0.3.2/debian/control
+++ node-0.3.2/debian/control
@@ -9,6 +9,7 @@
 Package: ax25-node
 Architecture: any
 Depends: ${shlibs:Depends}, update-inetd, openbsd-inetd|inet-superserver
+Replaces: node (= 0.3.2-7.1)
 Description: Amateur Packet Radio Node program
  The ax25-node program accepts TCP/IP and packet radio network connections and
  presents users with an interface that allows them to make gateway connections


Bug#691152: deutex ignores freedoom.wad

2012-10-22 Thread Fabian Greffrath

Am 22.10.2012 11:58, schrieb Fabian Greffrath:

We could simply state that we require freedom for the rebuild and add
that symlink - just as we require imagemagick, sng and deutex.


Apart from that, freedoom is the only iwad available from Debian main, 
so we should maybe support it in deutex out-of-the-box.


 - Fabian


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



Bug#691159: [CRASH] Uncaught exception ZeroDivisionError in Frontend/Gtk/GtkProgress.py:688

2012-10-22 Thread Supardi Tanu
Package: update-manager-gnome
Version: 0.200.5-1
Severity: normal
File: /usr/share/pyshared/UpdateManager/Frontend/Gtk/GtkProgress.py



*** /tmp/update-manager-bugQNXfCa
The information below has been automatically generated.
Please do not remove this from your bug report.

- Exception Type: type 'exceptions.ZeroDivisionError'
- Exception Value: ZeroDivisionError('float division',)
- Exception Origin: _MainThread(MainThread, started 1208181216)
- Exception Traceback:
  File
/usr/lib/pymodules/python2.6/UpdateManager/Frontend/Gtk/GtkProgress.py, line
602, in _sig_item_update
self._update_percent()
  File
/usr/lib/pymodules/python2.6/UpdateManager/Frontend/Gtk/GtkProgress.py, line
688, in _update_percent
self._download_count)




-- System Information:
Debian Release: 6.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=en_SG.utf8, LC_CTYPE=en_SG.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages update-manager-gnome depends on:
ii  gconf22.28.1-6   GNOME configuration database syste
ii  gksu  2.0.2-5graphical frontend to su
ii  python2.6.6-3+squeeze7   interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gconf  2.28.1-1   Python bindings for the GConf conf
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-support1.0.10 automated rebuilding support for P
ii  python-vte1:0.24.3-4 Python bindings for the VTE widget
ii  update-manager-core   0.200.5-1  APT update manager core functional

update-manager-gnome recommends no packages.

Versions of packages update-manager-gnome suggests:
ii  software-properties-gtk0.60.debian-3 manage the repositories that you i
ii  update-notifier0.99.3debian8 Daemon which notifies about packag


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



Bug#691059: pre-approval: gigolo/0.4.1+dfsg-1

2012-10-22 Thread Niels Thykier
On 2012-10-20 21:56, Lionel Le Folgoc wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Dear release team,
 
 I've prepared a new revision of gigolo to fix rc bug #654468 (the tarball
 contains waf… but still provides an autotools-based build system, so I 
 repacked
 it to get rid of waf).
 
 Would such a change (see attached debdiff between 0.4.1-3 and 0.4.1+dfsg-1) be
 acceptable for wheezy?
 
 Thanks.
 
 Lionel
 
 [...]

Hi,

Please go ahead and ping us after it has been in unstable for a couple
of days.

~Niels


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



Bug#689595: xine-ui: 0.99.7-1 pulls in libvdpau1, which crashes upon startup on non nvidia hardware

2012-10-22 Thread Tim Connors
On Thu, 4 Oct 2012, Darren Salt wrote:

 I demand that Tim Connors may or may not have written...

  I don't have any nvidia hardware (plain old Intel, TYVM), but xine-ui
  insists on pulling in some nvidia specific vdpau crap and crashing anyway:

 It pulls in nothing nvidia-specific.

 strace here shows libvdpau_r600 being loaded (definitely NOT nvidia...), then
 failing due to lack of support for chroma type 4:2:2. Incidentally, gxine
 works fine, falling back on Xv.

 For the moment, tell xine ‘-V xv‘ and configure it to use Xv by default...?

Didn't work :(  But it might not be in vdpau after all:

(gdb) run -f
/home/tconnors/movies/kaffeine/Videos_Play_SBS_Cycling_Central_Cycling_News_and_Results_Vid.flv
Starting program: /usr/bin/xine -f
/home/tconnors/movies/kaffeine/Videos_Play_SBS_Cycling_Central_Cycling_News_and_Results_Vid.flv
[Thread debugging using libthread_db enabled]
This is xine (X11 gui) - a free video player v0.99.7.
(c) 2000-2010 The xine Team.
[New Thread 0x70968700 (LWP 29691)]
[New Thread 0x70167700 (LWP 29692)]
[New Thread 0x7fffef966700 (LWP 29693)]
[New Thread 0x7fffef165700 (LWP 29694)]
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object
file: No such file or directory
vo_vdpau: Can't create vdp device : No vdpau implementation.
[New Thread 0x7fffe8f6d700 (LWP 29695)]
[New Thread 0x7fffe826f700 (LWP 29696)]
[New Thread 0x7fffe7a6e700 (LWP 29697)]
[New Thread 0x7fffe6042700 (LWP 29698)]
[New Thread 0x7fffe5674700 (LWP 29699)]
[New Thread 0x7fffe4c70700 (LWP 29702)]
[New Thread 0x7fffd700 (LWP 29703)]

Program received signal SIGSEGV, Segmentation fault.
0x7796777d in gzread_i16 (fp=0xcd3e50) at osd.c:851
851 osd.c: No such file or directory.
in osd.c
(gdb) bt
#0  0x7796777d in gzread_i16 (fp=0xcd3e50) at osd.c:851
#1  0x779680b0 in osd_renderer_load_font (
filename=0xb4bd30 /usr/share/xine-lib/fonts//sans-20.xinefont.gz,
this=optimized out)
at osd.c:875
#2  osd_set_font (osd=0xb49f00, fontname=optimized out, size=20) at
osd.c:1182
#3  0x0043cb27 in osd_init () at osd.c:153
#4  0x00411c5e in main (argc=0, argv=optimized out) at
main.c:2214
(gdb)

gzread?


 [snip]
  231989,35 xine -f Cycling\ Central-22.m2t
  This is xine (X11 gui) - a free video player v0.99.7.
  (c) 2000-2010 The xine Team.
  Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object
 file: No such file or directory
  vo_vdpau: Can't create vdp device : No vdpau implementation.
  Segmentation fault

 That said, that shouldn't be happening... if I move libvdpau_r600.so.1 out of
 the way, it fails as above then exits, but no segfault. A backtrace, at
 least, is needed to get anywhere with this one.

 Also, the missing library is in nvidia-vdpau-driver (assuming that you're
 using the taintware).

Intel 965GM?  No taintware here...

-- 
Tim Connors


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



Bug#618579: tei -- XML schema of the Text Encoding Initiative

2012-10-22 Thread Sebastian Rahtz
 
 Any update on this ?



not quite yet, sorry
--
Sebastian Rahtz  
Director (Research Support) of Academic IT Services 
University of Oxford IT Services
13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431


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



Bug#688197: Only affects amd64

2012-10-22 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

jsut for the record, this issue does not seem to affect i686 hosts.

- -- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQHOBAEBAgA4BQJQhSzdMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBK3Twv7BylEGgJ4ZHi9mxTD//nI
NfZNJAlu4Ov7Ja05ToP1PzvOaAM2/m3ci+W12MdEf4Xtd5yAsbYGpMEaVionwlcR
4reSl1FUDh3Cqjise2Qz5SLVDAiuldlopr2w9NoGlLOzl3t8X3FlPAONWO+EWQeD
X6BW+ZI0hIdzclrXKvTYT2ystbWSmORPEJLcBAPXEafwd30vpn5AqBZuZZuwxQ8l
tfvaoldgOUn5bBpojI8PnQZDnmxYWBad66c3Fb41v3E+MggxJTt8jJ/8yfVHJRvd
Kdm2bbdgDYVQ6jS4FPhwVQjt0I/3+OPDdQaQ3mQTCRHcbKGCiPKKnYC19L1lil+6
JbP6njc06lbhAAcnC9Bw8DR1EF9IA98RvaKd0t1veu7PfHd+JX5bJ5BXSEI94oi+
Q7D9zCCy8AXftqgUGeFVj4YW50OhVHM6I0nINoQr7DkDAqwCf+7S/K2hhuHHbXxa
0znvv/QdLY7NYv39yUoA12x6+P/XlXeOEUwXdl6RG8zU
=jIVu
-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#690988: Unreproducible

2012-10-22 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The bug is not reproducible on a clean bind9 installation of the mentioned 
package version.

None of the shipped configuration files even reference /var/log/bind, it 
all goes to syslog.

If your syslog server contains rules to redirect bind messages to seperate 
files, please check its configuration and, if it is its default config 
that does this, file a bug against your syslog server.

If you still believe this is a bind9 packaging bug, please provide

a) your bind9 config
b) information on what syslog service you are using
c) the syslog server's config

- -- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQHOBAEBAgA4BQJQhSpoMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBIg7wv+PHWDPAnYymLKIzT+lv6J
bu8j6fgbpxYsFLIli4mRUsZ4OhOYMpjpFiTp5XDIaCMdFsbNggxEyonxWySq/nrh
0jJ1M/DxigCI3/8BJ4bNnJQQCo8pEF3SR6372uKxx3epYDn1XjT5xLicseTxxCje
67FRMiWgAjiFJOolUE2qkYMKPsNBNEl3TExUF0iokMsNsck/R0pMgAa4qivpsTF2
KPdZd7zJpJBMBB9AiUiSZSLEfUqbMwFvhoVylmT9dBz+/kPxRPz372yo60vy0mw4
43YugYKyJ/rrwkUzVk/aUzSpOL0CKKZbWQCus8oXOSeiTAKjxpARyACCEKLyvY6k
ov1rDvEHN72tONDfMxcwOeaRYl3EW+GR40sOPk2GqIeDwzibHf/7imFTDCLpnMXL
hfUiu6jyek1xHtOETSG4fja1Nqvi+GqNgUEMLzohQXmbiUP/kzGMfqJNDI0y3MQJ
OdG+aQR9Ahsu+Rwi/EkvmQqMuJODJyfJ3pEP6ev44nOI
=t+N/
-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#691160: upgrade-reports: dist-upgrade to sid fails after manual mod of sources.list to sid

2012-10-22 Thread bonz
Package: upgrade-reports
Severity: important


added sid lines like i did for previous releases and updated/upgraded fine

dist-upgrade failed with 

E: Could not perform immediate configuration on 'python-pyatspi2'. Please see 
man 5 apt.conf under APT::Immediate-Configure for details. (2)

not sure if this is same python bug mentioned in the list.

then i noticed the x based sid install which i then tried which also died, but 
without error.

on copying the command contained within

su-to-root -X -c /usr/sbin/debian-installer-launcher

to an xterm i got

ERROR: 'kexec' is not a valid plugin. Check and try again.

should my mods of sources upset this and will reversing mods fix it.

hope this helps

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

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.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#691098: unblock: mumble/1.2.3-349-g315b5f5-2.1 [pre-approval request]

2012-10-22 Thread gregor herrmann
On Mon, 22 Oct 2012 12:30:34 +0200, Julien Cristau wrote:

  Package: release.debian.org
  Severity: normal
  User: release.debian@packages.debian.org
  Usertags: unblock
  
  I'd like to request a pre-approval for a future unblock of a
  not-yet-uploaded NMU of mumble.
  
 IMO the package needs to be in sid before we consider it.

Thanks for your quick reply!

I was under the impression that the release team prefers to assess
the situation before an upload in more complicated situations, but
I'm happy to upload the NMU to a DELAYED queue later today.

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   BOFH excuse #344:  Network failure - call NBC 


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



Bug#691161: [l10n:cs] Initial Czech translation of PO debconf template for gnome-system-log 3.4.1-3

2012-10-22 Thread Michal Šimůnek
Package: gnome-system-log
Version: 3.4.1-3
Severity: wishlist
Tags: l10n, patch

In attachment there is initial Czech translation of PO debconf
template (cs.po) for package gnome-system-log, please include it.


cs.po
Description: Binary data


Bug#691098: unblock: mumble/1.2.3-349-g315b5f5-2.1 [pre-approval request]

2012-10-22 Thread Julien Cristau
On Mon, Oct 22, 2012 at 13:35:09 +0200, gregor herrmann wrote:

 On Mon, 22 Oct 2012 12:30:34 +0200, Julien Cristau wrote:
 
   Package: release.debian.org
   Severity: normal
   User: release.debian@packages.debian.org
   Usertags: unblock
   
   I'd like to request a pre-approval for a future unblock of a
   not-yet-uploaded NMU of mumble.
   
  IMO the package needs to be in sid before we consider it.
 
 Thanks for your quick reply!
 
 I was under the impression that the release team prefers to assess
 the situation before an upload in more complicated situations, but
 I'm happy to upload the NMU to a DELAYED queue later today.
 
I guess I don't consider this a complicated situation.  Either the new
version is ok, or we release without mumble.  Neither the current
version in sid nor the current version in wheezy are suitable anyway,
AIUI.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#691125: Not reproducible

2012-10-22 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can not reproduce this, neither on i686 nor on amd64, but that shouldn't 
matter anyway.

The .erlang.cookie file never appears on my system, not during build, not 
after install and not after purging.

- -- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQHOBAEBAgA4BQJQhS/TMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBJjlwv/aQD2SG6Cx9FEjoK5cWwV
8z55IwzQIZ77UnWWR7BJXjB2Df335q2lI/xJX1sUjAnAfHV7NgRLPX5RaVDhJhq6
EULQnGxc4ZdVDnxYbOa8tswErEM+uzOAScwdtzylBstglRYb1P/gBALoXb41etLU
m+MJtNpXmg+qizq+y4TtCjcuiqOhBTDxSqpktpfllIogu6+UG+AjhDdOd5LeAseq
Dg5e3+HrsBMEBRZCNGwBcqi9PZI+ETd8KZh88sq+XmrZDB65K63rttEe5gBjNSNq
fOqEIJYeVvNjjAjuZhIFmBQ8qg5VC0ITlI6qZFO0fXUyeglZli05M37+yARcYuJ6
IY6uL/HYMEQygUtLYIFd287+VKvdd02BSkwJOQtSmpDJREsj2Uqqy5vk0YXDrjEy
YHGtPn+Q/6OkaniJKkWesTDlvqHB2cybOk1quOc7t0ZnFhwWloKepm1aBsOHUmr0
vp1uwWP+pcZwMX2BJEMUvEYrxun/1rbJyiWyGPfaD4ZP
=XsOe
-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#691162: munin: cgi mode unusable on large setups

2012-10-22 Thread Sylvain Rabot
Package: munin
Version: 2.0.6-1~bpo60+1
Severity: grave
Tags: upstream
Justification: renders package unusable

Hi,

On a large setup (monitoring more than 400 hosts) cgi mode for HTML rendering 
is unusable,
each HTML page generation takes minutes.

The problem is caused by the caching system used in 2.0.6 which produces giant 
cache files
read every time a HTML page is generated.

This problem has been solved in 2.0.7 (commit: 6d62e6b).

Regards.


-- System Information:
Debian Release: 6.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/16 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 munin depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  cron   3.0pl1-116process scheduling daemon
ii  libcgi-fast-perl   5.10.1-17squeeze3 CGI::Fast Perl module
ii  libdate-manip-perl 6.11-1module for manipulating dates
pn  libdigest-md5-perl none(no description available)
ii  libfile-copy-recursive 0.38-1Perl extension for recursively cop
ii  libhtml-template-perl  2.9-2 module for using HTML Templates wi
ii  libio-socket-inet6-per 2.65-1.1  Object interface for AF_INET6 doma
ii  liblog-log4perl-perl   1.29-1A Perl port of the widely popular 
ii  librrds-perl   1.4.3-1   time-series data storage and displ
pn  libstorable-perl   none(no description available)
ii  liburi-perl1.54-2module to manipulate and access UR
ii  munin-common   2.0.6-1~bpo60+1   network-wide graphing framework (c
ii  perl [libtime-hires-pe 5.10.1-17squeeze3 Larry Wall's Practical Extraction 
ii  perl-modules   5.10.1-17squeeze3 Core Perl modules
ii  rrdtool1.4.3-1   time-series data storage and displ
ii  ttf-dejavu 2.31-1Metapackage to pull in ttf-dejavu-

Versions of packages munin recommends:
pn  munin-docnone  (no description available)
ii  munin-node   2.0.6-1~bpo60+1 network-wide graphing framework (n

Versions of packages munin suggests:
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze8 Apache HTTP Server - traditional n
ii  libnet-ssleay-perl 1.36-1Perl module for Secure Sockets Lay
pn  www-browsernone(no description available)

-- Configuration Files:
/etc/munin/apache.conf changed [not included]
/etc/munin/munin.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#690551: libcurl3-gnutls: git fails for https repos

2012-10-22 Thread Alessandro Ghedini
On 10/21, Dwayne Litzenberger wrote:
 Alessandro,
 
 Could you please post a fixed package for this today, or ask someone
 to NMU it for you, if you're too busy?  Git has been nearly unusable
 in sid for almost a week because of this bug.

I was waiting for the new upstream release which should happen this week, though
I guess uploading a little earlier won't hurt.

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'


signature.asc
Description: Digital signature


Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Samuel Thibault
Simon McVittie, le Mon 22 Oct 2012 10:13:35 +0100, a écrit :
 On Mon, 09 Jul 2012 at 00:10:45 +0100, Steven Chamberlain wrote:
  On 05/07/12 01:05, Simon McVittie wrote:
   You don't need all of GNOME, but you do need a D-Bus session.
   [...]
   
   $ eval `dbus-launch --sh-syntax`
   $ xvfb-run gnome-terminal -e mkdir /tmp/hello
  
  With a DBUS session running (now testing from a graphical X11
  environment) I can reproduce the original problem on kfreebsd-amd64
 
 (I can't help wondering why anyone would ever try to use an X11 terminal
 emulator *without* a graphical X11 session...)

An X11 environment does *not* imply a dbus session.

Samuel


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



Bug#690864: Patch

2012-10-22 Thread Dominik George
Attached is a trivial patch that fixes this issue.

-- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!diff -Naupr greenwich-0.8.2.orig/debian/changelog greenwich-0.8.2/debian/changelog
--- greenwich-0.8.2.orig/debian/changelog	2012-10-22 13:46:00.905218470 +0200
+++ greenwich-0.8.2/debian/changelog	2012-10-22 13:48:44.11402 +0200
@@ -1,3 +1,9 @@
+greenwich (0.8.2-6) unstable; urgency=low
+
+  * Add dependency on liblocale-gettext-perl (Closes: #690864).
+
+ -- Dominik George n...@naturalnet.de  Mon, 22 Oct 2012 13:48:12 +0200
+
 greenwich (0.8.2-5) unstable; urgency=low
 
   * debian/control:
diff -Naupr greenwich-0.8.2.orig/debian/control greenwich-0.8.2/debian/control
--- greenwich-0.8.2.orig/debian/control	2012-10-22 13:46:00.905218470 +0200
+++ greenwich-0.8.2/debian/control	2012-10-22 13:47:30.597663220 +0200
@@ -18,6 +18,7 @@ Depends: whois
  , libgtk2-perl
  , libgnome2-gconf-perl
  , libgtk2-gladexml-perl
+ , liblocale-gettext-perl
  , ${misc:Depends}
 Description: graphical whois client for GNOME
  A GNOME application which allows you to perform whois lookups. You enter the


Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Steven Chamberlain
Hi,

On 22/10/12 12:55, Samuel Thibault wrote:
 Simon McVittie, le Mon 22 Oct 2012 10:13:35 +0100, a écrit :
 (I can't help wondering why anyone would ever try to use an X11 terminal
 emulator *without* a graphical X11 session...)
 
 An X11 environment does *not* imply a dbus session.

The only reason I tried without a 'graphical' X11 environment, is
because I tried firstly to debug the crash-on-startup on a remote shell
box, under xvfb instead of a real X server since there wasn't one set up.

What I found is that it exits silently, in different places, depending
whether a DBus session is running.  It doesn't got far enough to execute
any shell command given by the -e option.

Robert Millan already bisected this to a large DBus-related commit.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


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



Bug#639405: Do not throw it away

2012-10-22 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

just blindly following automated tests and policies here might not be a 
good idea.

AFAIK, these bianries are vital for distutils to build Windows packages in 
setup.py bdist.

There should be a solution to ship the files in a policy-conforming way!

- -- 
Cheers,
Nik

PGP-Fingerprint: 8BC7 ABAB C2F2 4D5E 24FC
 FC1C DB0E A4BC E210 7412

Please contact me for a face-to-face meeting
if you wish to exchange signatures with me.

Signature Policy: https://www.dominik-george.de/gpg-policy.txt.asc
Public key:   https://www.dominik-george.de/gpg.asc

X.509 certificate fingerprint for key download:
51:D8:36:36:7E:20:3F:E7:AB:EF:B8:83:25:A6:BB:74:48:03:3D:F0

Please do NOT send HTML mail!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQHOBAEBAgA4BQJQhTS3MRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBIX6QwAh861PJgmBhSmzU4m9Fxz
ePVtz4EwlJWTQ6aCBJE0SN9V46TWi/QIDtfKnQL2wTl0F6MPl5Sb1s9/U17bpBFR
PdqG7jiplnTHY3bJNeqamUCeJCyQuN5XrVJOqqVdLBQ3xugF2egoD5REVznzmtUG
8RyBnTqT+6oaFxm5eGkdkcoLUTdGJatuUc4kSYRN6th4WMy61h9BJGczEOTtKy3K
1qyemVcT1X8uxKTIGIYQ96+IL2qEiB3pt8Q4EiqEwHvTfitzbM1HzZY49Wx2s6OH
4eNuvpOgnL1+q8RHoBW/m7n9HD93qn9nMtY5xsC3/zC/TqBboc2ndxx6caU+H/hc
ucH+Fy5QJglaL7421mxxUIX9XLsQxVMmUlsMc6zNW1W5e/vLNQJv3kyiT7oRfjFU
qDtlmATjLWWx5hMRIIieThTmKSdS3wXFDOLkZP2IAdsYcMJ6E4IZdp5SBdxyY6wS
g+j95zfHq45ZkE1+wy6NwVOu252+fz+F/1R/ON2JTubS
=SuEh
-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#690707:

2012-10-22 Thread Alessandro Ghedini
On 10/21, Tom Lee wrote:
  You can join the collab-maint group following the procedure at [0]. 
  Basically
  you need an account on alioth.debian.org, send a request to join the group 
  and
  then tell me so I can support your request.
 
 Alioth account created (thomaslee-guest)  collab-maint request sent.
 Can I trouble you with the next step below?
 
 
 
 Ask a DM or DD, with whom you are going to work, to send a *signed*
 email to n...@debian.org saying Please accept the request of
 FIRSTNAME LASTNAME USERNAME-guest to join collab-maint. We are going
 to work together on project PROJECTNAME.
 
 

Yep, that was the plan :) I just sent the request to nm@d.o

While you wait for the approval there are a couple of tasks you may want to look
into:

* forwarding upstream the pkg-config and cmake configurations. This includes
  updating the upstream Makefile to install them.
* probably the pkg-config one needs an update too (the version number).
* updating the d/watch file to point to the new upstream URL on GitHub.

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'


signature.asc
Description: Digital signature


Bug#685149: Candidates for removal from testing

2012-10-22 Thread Niels Thykier
On 2012-10-22 09:20, Andreas Tille wrote:
 Hi,
 
 On Thu, Oct 18, 2012 at 10:32:39AM +0200, Niels Thykier wrote:
 Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org
gentle
 
 A package fixing the issue is in
 
http://ftp-master.debian.org/new.html
 
 since some time and this had something to do with some problems in DAK
 (according to
 

 http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-October/017521.html
 
 )  Ansgar, it would be really welcome if you could try again your manual
 procedure to circumvent the problem to get the fixed package in.
  
 We (as in the Debian Med team) would be really happy if you would delay
 the removal of the package because we actually worked on this problem
 and it should be fine once it has passed new (due to a move from contrib
 to main).
 
 Kind regards
 
Andreas.
 

Hi,

Noted, I have taken it off the list for now.

~Niels


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



Bug#614497: doc-debian: The OPL-licensed documents taken from Debian website are non-free

2012-10-22 Thread Jonathan Nieder
Hi,

Francesco Poli (wintermute) wrote:

 As you already know, the documents taken from the official Debian
 website are not really copyrighted by SPI:
[...]
 Moreover, those documents are licensed under the terms of the
 Open Publication License, Draft v1.0 or later, and thus fail to comply
 with the DFSG:
[...]
 But it is an even worse issue for the doc-debian package,
 which is shipped in the main archive!

Thanks for starting this.

Many parts of www.debian.org are already relicensed by now.  Maybe
this bug could be resolved by updating the copyright information and
calling it a day (update: no).

Here's a quick copyright survey.  Of course most of the details below
are only guesses.  Still to find:

 * Raul Miller's wishes for the part of the constitution he wrote
 * origins of debian-manifesto and source-unpack.txt
 * social contract license

Files: doc/bug-*
License: GPL-2
Origin: package debbugs

Files: doc/constitution.1.0.wml
History:
 Added to webwml under current filename by Manoj 2003-10-31.
 Added to webwml by Darren Benham, 1998-12-04, after ratification.
 Amended by Ian Jackson and Darren Benham, 1998-11 and 1998-10 (see -devel).
 From Ian Jackson's website (~ian/debian-organisation.html), 1998-09.
 v0.8 proposed by Ian 1998-05-28 (see -devel).
 v0.7 proposed by Ian 1998-04-27 (see -devel).
 v0.6.1 proposed by Ian 1998-04-07 (see -devel).
 v0.6 proposed by Ian 1998-04-06 (see -devel).
 v0.5.1 proposed by Ian 1998-04-03 (see -devel).
 v0.5 proposed by Ian 1998-04-02 (see -devel).
 v0.4 proposed by Ian 1998-03-26 (see -devel).
 v0.3 proposed by Ian 1998-03-20 (see -devel).
 v0.2 proposed by Ian 1998-03-19 (see -devel).
 initial version (v0.1) published by Ian 1998-03-19 (see -devel).
Copyright: 1998, Ian Jackson
License: Expat or GPL-2+
 http://people.debian.org/~spaillard/website/relicensing/www-relicensing-ok

Files: doc/constitution.1.1.wml
History:
 Added to webwml under current filename 2003-10-31
 Condorcet/cloneproof SSD voting GR: 2003-06-22
 Wording: 2002-10-16 (see -vote) etc
 Full recommendation from voting methods committee: 2002-08-21 (see -vote).
 First recommendation from voting methods committee: 2002-02-11 (see -vote).
Copyright: 1998, Ian Jackson
   2002, Raul Miller
   2002, Manoj Srivasta
License: OPL?

Files: doc/constitution.1.2.wml
History:
 Added to webwml under current filename 2006-09-24
 Nontechnical policy maintenance GR: 2003-10-31
 Tightened wording: 2003-09-23 (on -vote)
 Protecting foundational documents: 2000-10-10 (on -vote)
 Wording, part 1: 2000-10-10 (on -vote)
Copyright: 1998, Ian Jackson
   2002, Raul Miller
   2002, 2003, Manoj Srivasta
License: OPL?

Files: doc/constitution.1.3.wml
History:
 Added to webwml under current filename 2008-02-21
 Assets handling GR: 2006-09-24
 Proposal: 2006-07-20 (on -vote)
 Drafting seems to have happened in the previous month.
Copyright: 1998, Ian Jackson
   2002, Raul Miller
   2002, 2003, 2006, Manoj Srivasta
License: OPL?

Files: doc/constitution.wml
History:
 Published copy reflecting DPL election GR: 2008-02-21
 Proposal: 2007-07-31 (on -vote)
Copyright: 1998, Ian Jackson
   2002, Raul Miller
   2002, 2003, 2006, Manoj Srivasta
   2007, Anthony Towns
License: OPL?

Files: doc/debian-manifesto doc/source-unpack.txt
History: ?
Copyright: ?
License: ?
Note: not on website

Files: doc/Makefile
History: ?
Copyright: ?
License: ?

Files: doc/social-contract.1.0.wml doc/social-contract.wml
History:
 Developed in private, as far as I can tell.  Only public
 signs of it are 1997-06-08 on debian-devel and the result on
 debian-announce, 1997-07-04.
 .
 Amended to clarify some points --- in particular avoiding
 unnecessary references to software --- around 2003-12-27
 (on -vote)
Copyright: 1997, Bruce Perens (?)
   2003, Branden Robinson (?)
   2003, Andrew Suffield (?)
License: OPL? CC-BY-2.5?


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



Bug#691163: error: value of attribute align is invalid; must be equal to center, char, justify, left or right

2012-10-22 Thread Mathieu Malaterre
Package: herold
Version: 6.0.1-2
Severity: normal

herold produces invalid docbook 5 file. They get reported as:

TechniquesforScientificC++.xml:3735:143: error: value of attribute align is 
invalid; must be equal to center, char, justify, left or right

Which points to:

imagedata align=bottom fileref=./Techniques for Scientific 
C++_files/ABCDtree.gif format=GIF scalefit=1/




-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages herold depends on:
ii  antlr33.2-5  language tool for constructing rec
ii  libcommons-codec-java 1.4-2  encoder and decoders such as Base6
ii  libcommons-jxpath-jav 1.3-3  manipulate javabean using XPath sy
ii  libxml-commons-resolv 1.2-7~bpo60+1  XML entity and URI resolver librar
ii  libxmlgraphics-common 1.4.dfsg-4~bpo60+1 reusable components used by Batik 

herold recommends no packages.

herold suggests no packages.

-- debconf-show failed


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



Bug#691164: installation-guide: Small typo in network configuration preseed example snippet

2012-10-22 Thread Salvatore Bonaccorso
Package: installation-guide
Version: 20120826
Severity: minor
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi

There is a small typo in the network configuration preseed example
snipped where  we read the commented out entry as

#di netcfg/link_detection_timeout string 10

where the owner should be 'd-i'.

Attached is a patch for this.

Regards,
Salvatore

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCgAGBQJQhT44AAoJEHidbwV/2GP+MyIP/iPLtFdGQTm9QdM/aqqINBkh
XT8VDYkYGb4Qa9VDYOsVGjYp/qm+5/j+TwSPnhnEUf0NegBlpJqp9xSRd+6ji3Ll
14hbCeZK72ZN0KNfp+bR7i7K4eT4lyJxUzc2gO51FXtMfHdYO+dX7h29xX7CAucm
9+kg0ZMxPd+YXAorgHnLNSpjgzRuOOuvHEgs4ly+DGAb7IzZ07jXQMnRb+Fyp6kK
432Pi0sgIe+QKRtv52BC72tGMepLlZFirc0OgWpBGKNCCyjlb5+oAqffD4qpNDcl
iGOP5hSN3mVHx95MMEFqL5a70tQzTK/B2J0zxX4lvzbPat+1/GZ//ylh+GUcbFms
aZ2kkSFmZRKDSV5rNJmpWgmVAP7CAfOXIbXtw/4zYtHlzIoXnJcp1KvFWvsssdw+
xlc2D2A/cMgCz7DM2njmlNoPaZQU23W4iAD8XJ+Ottipl4aBf26A1cCyQSEyNzhU
ekIegYusi00pMYqYV+5lQmrm1WXPK3hODEtI7O+Y63Jd0S8FhSYkTAZarn7qVhSo
CbUI0sqDPa+e+3ML44FcrnmLehbHgx3Yaey7Q7o8nNv3NakORpRBJyvn35d2CDp5
tm3JBcvEm3DNDF3PFfGhCcDAAs8ZFcybQgAv/AKVWPv2FrsThLoyG0ksu6QtJMdA
Xs2iNkBnkjG+nPXkz+qB
=3YcB
-END PGP SIGNATURE-
Index: manual/en/appendix/preseed.xml
===
--- manual/en/appendix/preseed.xml	(revision 68283)
+++ manual/en/appendix/preseed.xml	(working copy)
@@ -852,7 +852,7 @@
 
 # To set a different link detection timeout (default is 3 seconds).
 # Values are interpreted as seconds.
-#di netcfg/link_detection_timeout string 10
+#d-i netcfg/link_detection_timeout string 10
 
 # If you have a slow dhcp server and the installer times out waiting for
 # it, this might be useful.
Index: manual/fr/appendix/preseed.xml
===
--- manual/fr/appendix/preseed.xml	(revision 68283)
+++ manual/fr/appendix/preseed.xml	(working copy)
@@ -820,7 +820,7 @@
 
 # Pour augmenter le délai de détection de lien (par défaut, 3 secondes).
 # Valeur en seconde :
-#di netcfg/link_detection_timeout string 10
+#d-i netcfg/link_detection_timeout string 10
 
 # Quand le serveur dhcp est lent et que l'installateur s'arrête pour l'attendre,
 # ceci peut être utile :
Index: manual/it/appendix/preseed.xml
===
--- manual/it/appendix/preseed.xml	(revision 68283)
+++ manual/it/appendix/preseed.xml	(working copy)
@@ -1549,7 +1549,7 @@
 # Values are interpreted as seconds.
 --# Per impostare il tempo di attesa della rilevazione del collegamento
 # (il valore predefinito è 3 secondi). Valore espresso in secondi.
-#di netcfg/link_detection_timeout string 10
+#d-i netcfg/link_detection_timeout string 10
 
 !--
 # If you have a slow dhcp server and the installer times out waiting for
Index: manual/po/sv/preseed.po
===
--- manual/po/sv/preseed.po	(revision 68283)
+++ manual/po/sv/preseed.po	(working copy)
@@ -1601,7 +1601,7 @@
 \n
 # To set a different link detection timeout (default is 3 seconds).\n
 # Values are interpreted as seconds.\n
-#di netcfg/link_detection_timeout string 10\n
+#d-i netcfg/link_detection_timeout string 10\n
 \n
 # If you have a slow dhcp server and the installer times out waiting for\n
 # it, this might be useful.\n
Index: manual/po/ja/preseed.po
===
--- manual/po/ja/preseed.po	(revision 68283)
+++ manual/po/ja/preseed.po	(working copy)
@@ -1460,7 +1460,7 @@
 \n
 # To set a different link detection timeout (default is 3 seconds).\n
 # Values are interpreted as seconds.\n
-#di netcfg/link_detection_timeout string 10\n
+#d-i netcfg/link_detection_timeout string 10\n
 \n
 # If you have a slow dhcp server and the installer times out waiting for\n
 # it, this might be useful.\n
@@ -1513,7 +1513,7 @@
 \n
 # To set a different link detection timeout (default is 3 seconds).\n
 # Values are interpreted as seconds.\n
-#di netcfg/link_detection_timeout string 10\n
+#d-i netcfg/link_detection_timeout string 10\n
 \n
 # If you have a slow dhcp server and the installer times out waiting for\n
 # it, this might be useful.\n
Index: manual/po/fi/preseed.po
===
--- manual/po/fi/preseed.po	(revision 68283)
+++ manual/po/fi/preseed.po	(working copy)
@@ -1588,7 +1588,7 @@
 \n
 # To set a different link detection timeout (default is 3 seconds).\n
 # Values are interpreted as seconds.\n
-#di netcfg/link_detection_timeout string 10\n
+#d-i netcfg/link_detection_timeout string 10\n
 \n
 # If you have a slow 

Bug#691165: dak: dak rm -C package does not send mail if not closing bug

2012-10-22 Thread Ansgar Burchardt
Package: ftp.debian.org
Severity: minor
User: ftp.debian@packages.debian.org
Usertags: dak

'dak rm -C package something' will not send a mail as the code sending
out the mail is inside a 'if Options[Done]' block.

Ansgar


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



Bug#690404: #690404 Please provide a newer version

2012-10-22 Thread Timo Juhani Lindfors
Hi,

I tested 2.0 with linux-image-3.5-trunk-amd64 3.5.5-1~experimental.1 and
hit a number of issues. The most major issue is:

$ stap -e 'probe kernel.function(do_execve) { printf (%s, probefunc()); }'
user-space facilities not available without kernel CONFIG_UTRACE or 
CONFIG_TRACEPOINTS/CONFIG_ARCH_SUPPORTS_UPROBES/CONFIG_UPROBES
Pass 4: compilation failed.  Try again with another '--vp 0001' option.

Debian does not have UTRACE support in its kernels and it seems that due
to a bug systemtap requires it even if you only probe kernel stuff. I
might take a while to get a fix from upstream.

We also need to backport fixes to cope with the fact that
/sys/kernel/debug has 0700 permissions in 3.5.5.

-Timo


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



Bug#691166: dak: do not keep ACCEPTED.* files for NEW

2012-10-22 Thread Ansgar Burchardt
Package: ftp.debian.org
User: ftp.debian@packages.debian.org
Usertags: dak

The ACCEPTED.* files for the NEW queue should not be kept.

It causes problems when a packages is marked for acceptance, then an
error while processing happens and the package is rejected.  After some
time the (new) overrides disappear again.  Should the same version get
re-uploaded to NEW, process-policy sees the ACCEPTED.* file, tries to
install it again and this time fails due to the missing overrides.

Ansgar


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



Bug#676509: please add restart-services to debian-goodies

2012-10-22 Thread Axel Beckert
Hi Tomas,

Tomas Pospisek wrote:
 Package: debian-goodies
 Version: 0.61-0.1
 Severity: wishlist
 Tags: patch
 
 Michal Fiala (Cc'ed), has created a restart-services script that takes
 the output of checkrestart and restarts the indicated services.
 
 Please include it in debian-goodies.
 
 A forked debian-goodies that includes restart-services lives here:
 
 http://github.com/tpo/debian-goodies

Thanks for the addition. I'll have a closer look after the freeze.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


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



Bug#691160: successul resolution

2012-10-22 Thread gurubonz
gave it some though and here is how i resolved it.

firstly i was using apt-get which is prety basic.

so i thought to try and get some solutions from aptitude.

hence the following resolved the jam

apt-get -f install

in the hopes it would remove any issues whih i believed helped.

i was told to run apt-get autoremove which i did

tried apt-get dist-upgrade again and finally

aptitude install python-pyatspi2

and selected y a few times before apt-get dist-upgrade

finally worked albeit ending in

Errors were encountered while processing:
 /var/cache/apt/archives/ntfs-3g_1%3a2012.1.15AR.7-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

followed this with another apt-get -f install

and voila everything else dropped into place.

hope this extra info helps resolve the squeesy to sid upgrade issues.

bonz.


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



Bug#691167: linux-image-3.5-trunk-amd64: please enable CONFIG_UPROBES

2012-10-22 Thread Timo Juhani Lindfors
Package: src:linux
Version: 3.5.5-1~experimental.1
Severity: wishlist

CONFIG_UPROBES lets systemtap place probes on user code just like
kprobes lets it to do with kernel code. Support was merged mainline in
3.5. Please consider enabling this option.


commit 654443e20dfc0617231f28a07c96a979ee1a0239
Merge: 2c01e7b 9cba26e
Author: Linus Torvalds torva...@linux-foundation.org
Date:   Thu May 24 11:39:34 2012 -0700

Merge branch 'perf-uprobes-for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull user-space probe instrumentation from Ingo Molnar:
 The uprobes code originates from SystemTap and has been used for
 years
  in Fedora and RHEL kernels.  This version is much rewritten,
 reviews
  from PeterZ, Oleg and myself shaped the end result.

  This tree includes uprobes support in 'perf probe' - but SystemTap
  (and other tools) can take advantage of user probe points as well.

  Sample usage of uprobes via perf, for example to profile malloc()
  calls without modifying user-space binaries.

  First boot a new kernel with CONFIG_UPROBE_EVENT=y enabled.

  If you don't know which function you want to probe you can pick
  one
  from 'perf top' or can get a list all functions that can be probed
  within libc (binaries can be specified as well):

$ perf probe -F -x /lib/libc.so.6




-- Package-specific info:
** Version:
Linux version 3.5-trunk-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.6.3 (Debian 4.6.3-10) ) #1 SMP Debian 3.5.5-1~experimental.1

** Command line:
root=UUID=ee66b917-5151-4a4b-944a-99385b7d4d62 ro init=/bin/systemd 

** Not tainted

** Kernel log:
[0.022119] Grant table initialized
[0.022119] dummy: 
[0.022119] NET: Registered protocol family 16
[0.022119] PCI: setting up Xen PCI frontend stub
[0.022119] PCI: pci_cache_line_size set to 64 bytes
[0.022119] bio: create slab bio-0 at 0
[0.024052] ACPI: Interpreter disabled.
[0.024068] xen/balloon: Initialising balloon driver.
[0.024068] xen-balloon: Initialising balloon driver.
[0.024068] vgaarb: loaded
[0.024068] PCI: System does not support PCI
[0.024068] PCI: System does not support PCI
[0.024147] Switching to clocksource xen
[0.025496] pnp: PnP ACPI: disabled
[0.028530] NET: Registered protocol family 2
[0.028660] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[0.029267] TCP established hash table entries: 131072 (order: 9, 2097152 
bytes)
[0.029903] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[0.030169] TCP: Hash tables configured (established 131072 bind 65536)
[0.030178] TCP: reno registered
[0.030196] UDP hash table entries: 512 (order: 2, 16384 bytes)
[0.030208] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[0.030339] NET: Registered protocol family 1
[0.030353] PCI: CLS 0 bytes, default 64
[0.030386] Unpacking initramfs...
[0.061906] Freeing initrd memory: 30480k freed
[0.070084] platform rtc_cmos: registered platform RTC device (no PNP 
device found)
[0.070481] audit: initializing netlink socket (disabled)
[0.070500] type=2000 audit(1350907337.850:1): initialized
[0.080465] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[0.080779] VFS: Disk quotas dquot_6.5.2
[0.080806] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[0.080871] msgmni has been set to 1989
[0.081088] alg: No test for stdrng (krng)
[0.081141] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
252)
[0.081149] io scheduler noop registered
[0.081151] io scheduler deadline registered
[0.081176] io scheduler cfq registered (default)
[0.081219] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[0.081236] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[0.081240] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[0.197288] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[0.197583] Linux agpgart interface v0.103
[0.197659] i8042: PNP: No PS/2 controller found. Probing ports directly.
[0.198468] i8042: No controller found
[0.198627] mousedev: PS/2 mouse device common for all mice
[0.258333] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[0.258461] rtc_cmos: probe of rtc_cmos failed with error -38
[0.258535] drop_monitor: Initializing network drop monitor service
[0.258598] TCP: cubic registered
[0.258679] NET: Registered protocol family 10
[0.258835] mip6: Mobile IPv6
[0.258840] NET: Registered protocol family 17
[0.258852] Key type dns_resolver registered
[0.259007] PM: Hibernation image not present or could not be loaded.
[0.259013] registered taskstats version 1
[0.259030] XENBUS: Device with no driver: device/vbd/51712
[0.259033] XENBUS: Device with no driver: device/vif/0
[0.259120] 

Bug#681598: Anything else required?

2012-10-22 Thread Nikolaus Rath
Hi,

This problem continues to occur regularly. Is there something else I can
do to help?


Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C


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



Bug#690404: #690404 Please provide a newer version

2012-10-22 Thread Guido Günther
On Mon, Oct 22, 2012 at 03:56:05PM +0300, Timo Juhani Lindfors wrote:
 Hi,
 
 I tested 2.0 with linux-image-3.5-trunk-amd64 3.5.5-1~experimental.1 and
 hit a number of issues. The most major issue is:
 
 $ stap -e 'probe kernel.function(do_execve) { printf (%s, probefunc()); }'
 user-space facilities not available without kernel CONFIG_UTRACE or 
 CONFIG_TRACEPOINTS/CONFIG_ARCH_SUPPORTS_UPROBES/CONFIG_UPROBES
 Pass 4: compilation failed.  Try again with another '--vp 0001' option.

It doesn't work with current 3.2 kernels either so that's at least not a
regression. I only tested with upstream git kernel which works nicely.

Did you report the above to the debian kernel team? Userspace probing is
useful by itsel.
Cheers,
 -- Guido

 
 Debian does not have UTRACE support in its kernels and it seems that due
 to a bug systemtap requires it even if you only probe kernel stuff. I
 might take a while to get a fix from upstream.
 
 We also need to backport fixes to cope with the fact that
 /sys/kernel/debug has 0700 permissions in 3.5.5.
 
 -Timo
 


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



Bug#691071: [Pkg-ime-devel] Bug#691071: gir1.2-ibus-1.0: Missing call to dh_girepository, Depends field empty

2012-10-22 Thread Asias He
On Sun, Oct 21, 2012 at 11:57 AM, Osamu Aoki os...@debian.org wrote:
 Hi,

 On Sun, Oct 21, 2012 at 01:21:02AM +0200, Laurent Bigonville wrote:
 Package: gir1.2-ibus-1.0
 Version: 1.4.1-7

 For wheezy ...  Hmmm depends is missing true.

 Severity: serious

 Anyway, looks like I need to deal this in unstable :-)

 I just noticed ...  Asias, why you dropped g-ir-scanner-pkg-export.patch
 when making experimental.  This is the patch one of the upstream
 provided.  Maybe, that was addressed upstram.  Anyway, please take care
 experimental.

g-ir-scanner-pkg-export.patch is merged in upstream.

We have this in upstream src/Makefile.am:
IBus_1_0_gir_SCANNERFLAGS = --pkg-export=ibus-1.0 $(IBUS_GIR_SCANNERFLAGS)

I will add ' --with gir' and upload 1.4.99.20120917-3.

 Tags: patch

 Thanks ...  Wait ... what is this patch for ... version is experimental.
 ... but I guess the same works for unstable.

 diff -Nru ibus-1.4.99.20120917/debian/rules ibus-1.4.99.20120917/debian/rules
 --- ibus-1.4.99.20120917/debian/rules 2012-10-17 07:09:24.0 +0200
 +++ ibus-1.4.99.20120917/debian/rules 2012-10-21 00:41:52.0 +0200
 @@ -4,7 +4,7 @@
  LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed

  %:
 - dh  $@ --with python2 --with autoreconf
 + dh  $@ --with python2 --with autoreconf --with gir

 I see gobject-introspection provide this ... but not much documentation.
 ... seems reasonable ... let me test and see.  Appreciate your patch.

  override_dh_auto_configure:
   dh_auto_configure -- \

 Osamu

 ___
 Pkg-ime-devel mailing list
 pkg-ime-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ime-devel



-- 
Asias He


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



Bug#689268: Intel HD 4000 (Ivy Bridge) graphics freeze

2012-10-22 Thread Ben Hutchings
On Sun, 2012-10-21 at 16:25 +0200, Ingo wrote:
 Am 21.10.2012 14:20, schrieb Per Foreby:
 
  Note that this is 1023 memory banks, not 1024, so it's not exactly 64 MB
  (65536 kB). Maybe the reason why it almost works with 256 MB is that the
  kernel always thinks that we have exactly 256 MB but the Mobo supplies
  one memory bank less. Just a theory..
 
 Per, me came another idea. Some postings up Ben Hutching stated:
 
 The driver calls ioremap_wc() which will enable write-combining through
 the PAT in recent processors.

 Isn't this address translation how I/O remapping (IOMMU) also called
 VT-d works?
[...]

PAT is a feature of the ordinary MMU, not an IOMMU.

(The last I heard, Intel's integrated GPUs were totally incompatible
with VT-d (partly because they are not normal PCIe devices).  Linux
therefore doesn't allow them to be in a VT-d remapping domain.)

Ben.

-- 
Ben Hutchings
Humour is the best antidote to reality.


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


Bug#691071: RC fixed in unstable for #691071

2012-10-22 Thread Osamu Aoki
Hi,

Thanks for bug report.  I uploaded bug fix version to unstable.

Since lintian became smarter these days, I dropped override for gir
section.

Also, I realized junk symbol file was in debian/ directory.  I just
updated one for new version with the correct file name.  Also policy
number has been updated.

Aron, please fix experimental side.  (Oh, since git repo was taken over
by experimental, I created branches for wheezy works.)

See source diff as attached.

Osamu


diff -Nru ibus-1.4.1/debian/changelog ibus-1.4.1/debian/changelog
--- ibus-1.4.1/debian/changelog	2012-06-23 03:47:55.0 +0900
+++ ibus-1.4.1/debian/changelog	2012-10-22 22:09:53.0 +0900
@@ -1,3 +1,12 @@
+ibus (1.4.1-8) unstable; urgency=low
+
+  * dh to call dh_girepository. Closes: #691071
+  * Removed unused-override unknown-section introspection for lintian.
+  * Add symbols file for libibus-1.0-0. Closes: #691070 
+  * Bump policy to 3.9.3.
+
+ -- Osamu Aoki os...@debian.org  Sun, 21 Oct 2012 22:29:37 +0900
+
 ibus (1.4.1-7) unstable; urgency=low
 
   * Add dependency to gnome-icon-theme. Closes: #678422
diff -Nru ibus-1.4.1/debian/control ibus-1.4.1/debian/control
--- ibus-1.4.1/debian/control	2012-06-23 03:14:07.0 +0900
+++ ibus-1.4.1/debian/control	2012-10-21 22:14:20.0 +0900
@@ -27,7 +27,7 @@
  intltool (= 0.40.0),
  gobject-introspection,
  libgirepository1.0-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/ibus/
 Vcs-Git: git://git.debian.org/pkg-ime/ibus.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ime/ibus.git
diff -Nru ibus-1.4.1/debian/gir1.2-ibus-1.0.lintian-overrides ibus-1.4.1/debian/gir1.2-ibus-1.0.lintian-overrides
--- ibus-1.4.1/debian/gir1.2-ibus-1.0.lintian-overrides	2012-02-12 18:51:40.0 +0900
+++ ibus-1.4.1/debian/gir1.2-ibus-1.0.lintian-overrides	1970-01-01 09:00:00.0 +0900
@@ -1,2 +0,0 @@
-gir1.2-ibus-1.0: unknown-section introspection
-
diff -Nru ibus-1.4.1/debian/libibus-1.0-0.symbols ibus-1.4.1/debian/libibus-1.0-0.symbols
--- ibus-1.4.1/debian/libibus-1.0-0.symbols	1970-01-01 09:00:00.0 +0900
+++ ibus-1.4.1/debian/libibus-1.0-0.symbols	2012-10-22 00:14:11.0 +0900
@@ -0,0 +1,337 @@
+libibus-1.0.so.0 libibus-1.0-0 #MINVER#
+ ibus_attr_background_new@Base 1.4.1
+ ibus_attr_foreground_new@Base 1.4.1
+ ibus_attr_list_append@Base 1.4.1
+ ibus_attr_list_get@Base 1.4.1
+ ibus_attr_list_get_type@Base 1.4.1
+ ibus_attr_list_new@Base 1.4.1
+ ibus_attr_type_get_type@Base 1.4.1
+ ibus_attr_underline_get_type@Base 1.4.1
+ ibus_attr_underline_new@Base 1.4.1
+ ibus_attribute_get_attr_type@Base 1.4.1
+ ibus_attribute_get_end_index@Base 1.4.1
+ ibus_attribute_get_start_index@Base 1.4.1
+ ibus_attribute_get_type@Base 1.4.1
+ ibus_attribute_get_value@Base 1.4.1
+ ibus_attribute_new@Base 1.4.1
+ ibus_bus_add_match@Base 1.4.1
+ ibus_bus_add_match_async@Base 1.4.1
+ ibus_bus_add_match_async_finish@Base 1.4.1
+ ibus_bus_create_input_context@Base 1.4.1
+ ibus_bus_create_input_context_async@Base 1.4.1
+ ibus_bus_create_input_context_async_finish@Base 1.4.1
+ ibus_bus_current_input_context@Base 1.4.1
+ ibus_bus_current_input_context_async@Base 1.4.1
+ ibus_bus_current_input_context_async_finish@Base 1.4.1
+ ibus_bus_exit@Base 1.4.1
+ ibus_bus_exit_async@Base 1.4.1
+ ibus_bus_exit_async_finish@Base 1.4.1
+ ibus_bus_get_config@Base 1.4.1
+ ibus_bus_get_connection@Base 1.4.1
+ ibus_bus_get_global_engine@Base 1.4.1
+ ibus_bus_get_global_engine_async@Base 1.4.1
+ ibus_bus_get_global_engine_async_finish@Base 1.4.1
+ ibus_bus_get_name_owner@Base 1.4.1
+ ibus_bus_get_name_owner_async@Base 1.4.1
+ ibus_bus_get_name_owner_async_finish@Base 1.4.1
+ ibus_bus_get_type@Base 1.4.1
+ ibus_bus_get_use_global_engine@Base 1.4.1
+ ibus_bus_get_use_global_engine_async@Base 1.4.1
+ ibus_bus_get_use_global_engine_async_finish@Base 1.4.1
+ ibus_bus_get_use_sys_layout@Base 1.4.1
+ ibus_bus_get_use_sys_layout_async@Base 1.4.1
+ ibus_bus_get_use_sys_layout_async_finish@Base 1.4.1
+ ibus_bus_hello@Base 1.4.1
+ ibus_bus_is_connected@Base 1.4.1
+ ibus_bus_is_global_engine_enabled@Base 1.4.1
+ ibus_bus_is_global_engine_enabled_async@Base 1.4.1
+ ibus_bus_is_global_engine_enabled_async_finish@Base 1.4.1
+ ibus_bus_list_active_engines@Base 1.4.1
+ ibus_bus_list_active_engines_async@Base 1.4.1
+ ibus_bus_list_active_engines_async_finish@Base 1.4.1
+ ibus_bus_list_engines@Base 1.4.1
+ ibus_bus_list_engines_async@Base 1.4.1
+ ibus_bus_list_engines_async_finish@Base 1.4.1
+ ibus_bus_list_names@Base 1.4.1
+ ibus_bus_list_queued_owners@Base 1.4.1
+ ibus_bus_name_flag_get_type@Base 1.4.1
+ ibus_bus_name_has_owner@Base 1.4.1
+ ibus_bus_name_has_owner_async@Base 1.4.1
+ ibus_bus_name_has_owner_async_finish@Base 1.4.1
+ ibus_bus_new@Base 1.4.1
+ ibus_bus_register_component@Base 1.4.1
+ ibus_bus_register_component_async@Base 1.4.1
+ ibus_bus_register_component_async_finish@Base 1.4.1
+ ibus_bus_release_name@Base 1.4.1
+ ibus_bus_release_name_async@Base 1.4.1
+ 

Bug#614497: doc-debian: The OPL-licensed documents taken from Debian website are non-free

2012-10-22 Thread Javier Fernandez-Sanguino
On 22 October 2012 14:30, Jonathan Nieder jrnie...@gmail.com wrote:
 Many parts of www.debian.org are already relicensed by now.  Maybe
 this bug could be resolved by updating the copyright information and
 calling it a day (update: no).

Hello Jonathan,

Thanks for the updated information. However, in the listing of
documents you indicate that some of the versions of the constitution
are still under the OPL license and, in addition, in doc-debian we
have provide additional  documentation (such as information about bug
handling, taken from http://www.debian.org/Bugs/) that seems to still
be OPL.

I would rather wait for the copyright notice in each of these pages to
change before I change debian/copyright and update the status. Right
now all of them point to the boilerplate page
http://www.debian.org/license which still mentions that OPL is the
current license for all the documents previous to January 25th, 2012.

Hopefully, when   #388141 is resolved for all documents we will be
able to update debian/copyright and close this bug too.

Regards

Javier


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



Bug#691168: scala: fsc runs forever

2012-10-22 Thread Boris Hollas
Package: scala
Version: 2.9.2+dfsg-1
Severity: important

Sometimes, but not always, fsc runs forever on a newly created .scala-file. In
this case, fsc -shutdown also runs forever. fsc creates dozens of java
processes that consume memory until the system becomes unresponsive, unless I
kill all java and scala processes. The latter however doesn't solve the problem
as restarting fsc shows the same behavior. Also, the problem persists if I log
out and in again on Xfce. The only solution I found is to reboot.

Sometimes fsc terminates with a message unable to connect to compilation demon
after 300 attemps.

I discussed this problem on the Scala mailing list without arriving at a
solution. scalac always works, but takes much more time than fsc.

This problem is not reproducible .



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

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

Versions of packages scala depends on:
ii  libjansi-java  1.4-3
ii  openjdk-6-jre [java6-runtime]  6b24-1.11.4-3
ii  scala-library  2.9.2+dfsg-1

scala recommends no packages.

Versions of packages scala suggests:
ii  scala-doc  2.9.2+dfsg-1

-- 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#689177: parrot: ftbfs on ia64

2012-10-22 Thread Alessandro Ghedini
On 09/29, Jonathan Duke Leto wrote:
 Howdy Julien,
 
 Thanks for the bug report! We have seen something like this from the
 debian build machines before, but previous reporters could not
 reproduce it when compiling by hand. It seems to only happen on ia64
 and looks like some kind of memory corruption.
 
 Is this an intermittent occurrence, or can you reproduce this reliably?

With parrot 4.6.0 the failure now looks like this:

 ./parrot-nqp --target=pir 
 --output=compilers/opsc/gen/Ops/Compiler/Actions.pir 
 compilers/opsc/src/Ops/Compiler/Actions.pm
 make[1]: *** [compilers/opsc/gen/Ops/Compiler/Actions.pir] Segmentation fault
 make[1]: Leaving directory 
 `/build/buildd-parrot_4.6.0-1-ia64-ezTxz0/parrot-4.6.0'
 make: *** [build-arch-stamp] Error 2

Which happens just a couple of commands before the original failure.

Also, this failure happens quite randomly when using parrot-nqp. I tried to
build parrot 2 times on the Debian's ia64 porterbox, the first time segfaulted
with:

 ./parrot-nqp --target=pir 
 --output=compilers/opsc/gen/Ops/Compiler/Grammar.pir 
 compilers/opsc/src/Ops/Compiler/Grammar.pm
 make[1]: *** [compilers/opsc/gen/Ops/Compiler/Grammar.pir] Segmentation fault
 make[1]: Leaving directory `/home/ghedo/parrot-4.6.0'
 make: *** [build-arch-stamp] Error 2

the second time with:

 ./parrot-nqp --target=pir runtime/parrot/library/YAML/Tiny.pm  
 runtime/parrot/library/YAML/Tiny.pir
 Segmentation fault
 make[1]: *** [runtime/parrot/library/YAML/Tiny.pir] Error 139
 make[1]: Leaving directory `/home/ghedo/parrot-4.6.0'
 make: *** [build-arch-stamp] Error 2

I still can't reproduce the original failure.

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'


signature.asc
Description: Digital signature


Bug#689411: ess: ESS breaks filladapt in non-ESS modes

2012-10-22 Thread Martin Maechler
 Dirk Eddelbuettel e...@debian.org
 on Sun, 21 Oct 2012 15:21:06 -0500 writes:

 On 21 October 2012 at 20:35, Henning Redestig wrote: | Hi,
 I just committed a change to ess that appears to solve the
 issue.  | At least I can't reproduce it with the recipe
 above anymore.

 Cool.

Indeed; thank you Hennig.

 Adding Debian bug address for this issue in the loop to
 get this logged with the issue.  Before a new release
 arrives, can you suggest a patch for Michal or should he
 install from SVN?

Release of ESS 12.09-1  is planned this week.
So I think Michal should wait the few days.. till then.

Martin

 Dirk
 
 | 2012/10/15 Dirk Eddelbuettel e...@debian.org:
 | 
 |  Hi Michal,
 | 
 |  On 2 October 2012 at 12:24, Michal Sojka wrote: |  |
 Package: ess |  | Version: 12.09-1 |  | Severity: normal
 |  |
 |  | Dear Maintainer,
 |  |
 |  | My .emacs contains (require 'filladapt) - filladapt
 is from emacs-goodies-el |  | package. After installing
 ess, filladapt stopped working. This happens not |  |
 only in ESS modes but also in other modes, which is
 especially annoying.
 | 
 |  Sorry about that. I am passing this on to the upstream
 ESS Authors / |  Maintainers.  I think my mail doesn't
 bounce there...
 | 
 |  Dirk
 | 
 |  | When filladapt functionality is requested (M-q) the
 foollowing apears in |  | *Messages* buffer:
 |  |
 |  | setq: Wrong number of arguments: #[(arg) ÂÃÄ \)‡
 [filladapt-inside-filladapt arg t filladapt-fill-paragraph
 fill-paragraph] 3
 (/usr/share/emacs23/site-lisp/emacs-goodies-el/filladapt.elc
 . 10604) *P], 2
 |  |
 |  | Steps to reproduce the problem:
 |  |
 |  | 1. Start emacs: emacs -q |  | 2. M-x load-library
 filladapt RET |  | 3. Open a text file: C-x C-f
 /tmp/test.txt RET |  | 4. Invoke fill-paragraph: M-q
 |  |
 |  | I believe that the problem has something to do with
 advising fill-paragraph |  | function with
 ess-roxy-fill-advice. I tried running (ad-deactive |  |
 'fill-paragraph) but it didn't help.
 |  |
 |  | The problem can be reproduced in both emacs23 and
 emacs24.
 |  |
 |  | Best regards, |  | -Michal
 |  |
 |  |
 |  | -- System Information: |  | Debian Release:
 wheezy/sid |  | APT prefers unstable |  | APT policy:
 (500, 'unstable') |  | Architecture: amd64 (x86_64) |  |
 Foreign Architectures: i386
 |  |
 |  | Kernel: Linux 3.5.2 (SMP w/4 CPU cores; 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 ess depends on: |  | ii dpkg
 1.16.8 |  | ii emacs23 [emacsen] 23.4+1-4 |  | ii
 emacs24 [emacsen] 24.2+1-1 |  | ii install-info
 4.13a.dfsg.1-10
 |  |
 |  | ess recommends no packages.
 |  |
 |  | Versions of packages ess suggests: |  | pn jags
 none |  | pn pspp none |  | ii r-base-core 2.15.1-5
 |  | pn xlispstat none
 |  |
 |  | -- no debconf information
 |  |
 |  | ___ | 
 | ESS-Debian mailing list |  | ess-deb...@r-project.org |
  | https://stat.ethz.ch/mailman/listinfo/ess-debian
 | 
 |  --
 |  Dirk Eddelbuettel | e...@debian.org |
 http://dirk.eddelbuettel.com
 | 
 |  ___ | 
 ESS-core list:
 https://stat.ethz.ch/mailman/listinfo/ess-core

 -- 
 Dirk Eddelbuettel | e...@debian.org |
 http://dirk.eddelbuettel.com

 ___
 ESS-core list: https://stat.ethz.ch/mailman/listinfo/ess-core


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



Bug#668437: lintian: Identify -dbg packages that have binaries with no debugging symbols

2012-10-22 Thread Niels Thykier
On 2012-04-11 22:37, Nelson A. de Oliveira wrote:
 Package: lintian
 Version: 2.5.6
 Severity: wishlist
 
 Hi!
 
 Using #652099 as an example, we have a source package that has a -dbg
 binary package, with files located under /usr/lib/debug/ as they should
 be but with one problem: there are no debugging symbols.
 
 Could lintian do a new check against the binaries in a -dbg package to
 see if they indeed have the proper debugging symbols?
 

Hi,

It might be possible to do...

 Something like doing a nm -a $file | cut -b 18 and grepping for N
 If no N is found then we have a file with missing symbols and a warning
 about this.
 

Did you by chance mean cut -b 8 or so.  By the looks of it 18 cuts
into the symbol/section/$something name.  I assume the N you are
talking about would be:

 |
 v
 N .debug_abbrev
 N .debug_aranges
 N .debug_frame
 N .debug_info
 N .debug_line
 N .debug_loc
 N .debug_pubnames
 N .debug_str
 ^
 |

 (I don't know if nm + cut + grep is the best way to test for debugging 
 symbols, but
 it seems to do the job)
 
 Thank you!
 
 Best regards,
 Nelson
 
 [...]


If so, we should be able to simply check for the presence of any section
starting with .debug_ (or maybe just .debug_line, which supposedly
holds the line number mappings)[1].

~Niels

[1] Ref: http://www.dwarfstd.org/doc/Debugging%20using%20DWARF.pdf

(see ELF sections on page 9)


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



Bug#691140: graphicsmagick: libmagickcore-dev uses out of date libtiff4-dev

2012-10-22 Thread Bob Friesenhahn
This bug report is reported against the wrong package.  The 
libmagickcore-dev package is from ImageMagick, not GraphicsMagick.


Bob

On Mon, 22 Oct 2012, Liz wrote:


Package: graphicsmagick
Severity: serious
Justification: makes unrelated software on the system break

Dear Maintainer,

Attempts to install libmagickcore-dev result in removal of
libgeotiff-dev and vice versa
Libgeotiff-dev uses libtiff5-dev and libmagickcore-dev uses
libtiff4-dev, and the situation prevents concurrent installation of
these two packages, required for compilation of a fully functional
xastir package. Xastir in unstable has no geotiff support due to this
situation.



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

Kernel: Linux 3.2.0-3-rt-686-pae (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/


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



Bug#687970: possible fix

2012-10-22 Thread Clint Adams
Control: forwarded 687970 https://issues.asterisk.org/jira/browse/DAHLIN-298
Control: tag 687970 + patch upstream

I can't confirm that this is the exact patch that fixes the problem,
but SVN trunk does the trick.


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



Bug#607844: weird interaction between setsid and SIGTSTP

2012-10-22 Thread James Hunt
I've just committed a fix for this bug. See:

https://bugs.launchpad.net/upstart/+bug/888910

Kind regards,

James.
--
James Hunt

http://upstart.ubuntu.com/cookbook
http://upstart.ubuntu.com/cookbook/upstart_cookbook.pdf


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



Bug#690404: #690404 Please provide a newer version

2012-10-22 Thread Timo Juhani Lindfors
Guido Günther a...@sigxcpu.org writes:
 It doesn't work with current 3.2 kernels either so that's at least not a
 regression. I only tested with upstream git kernel which works nicely.

 Did you report the above to the debian kernel team? Userspace probing is
 useful by itsel.

Yes, see

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691167

-Timo


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



Bug#677601: libreoffice-core: Libreoffice crashes on start-up

2012-10-22 Thread Cosmin ANDREI
I also had a similar issue.

Note that it does not seem to be related to the ~/.config/libreoffice
permissions. That was another bug.

Error:
$ libreoffice
terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'

Analysis:
strace -f -v -o stracelibre.txt libreoffice
check the problem; solve it.
In my case this was non root permissions for /etc/opt/

Solution:
chown root:root /etc/opt/
the following may also be required:
chmod o+r /etc/opt/

A bit of history:
1) OS
This was a Debian stable Squeeze  and then upgraded to Weezy.
Right now:

cat /etc/debian_version
wheezy/sid

uname -a
Linux cosmin 3.2.0-3-686-pae #1 SMP Mon Jul 23 03:50:34 UTC 2012 i686
GNU/Linux

2) Info on libreoffice:

ii  libreoffice  1:3.5.4+dfsg-2
  i386 office productivity suite


3) I also reinstalled all java components and libreoffice after the upgrade.

Reproduction steps:
- removed all ~/.config/libreoffice/ for account and for root

For root user run it works, for non sudo user it fails.

SOLUTION and ISSUE:

After debugging and looking at a lot of DEV bull on existing bugs the
strace was obvious.

Sorry for libreoffice, but this needs to be fixed.

So, because another program created /etc/opt/ with permissions other
than root:root (will bring that up where needed) and no read flag for
others, the strace showed:

4351  lstat64(/etc/opt/ure, 0xbf8ac678) = -1 EACCES (Permission denied)
4351  access(/etc/opt/ure/types.rdb, F_OK) = -1 EACCES (Permission denied)
4351  open(/etc/opt/ure/types.rdb, O_RDONLY|O_LARGEFILE) = -1 EACCES
(Permission denied)
4351  open(/etc/opt/ure/types.rdb, O_RDONLY|O_LARGEFILE) = -1 EACCES
(Permission denied)
4351  futex(0xb752ab18, FUTEX_WAKE_PRIVATE, 2147483647) = 0
4351  munmap(0xb2cd7000, 1176064)   = 0
4351  gettimeofday({1350912298, 273638}, NULL) = 0
4351  write(2, terminate called after throwing ..., 48) = 48
4351  write(2, com::sun::star::uno::RuntimeExce..., 37) = 37
4351  write(2, '\n, 2)= 2
4351  rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
4351  tgkill(4351, 4351, SIGABRT)   = 0
4351  --- SIGABRT (Aborted) @ 0 (0) ---
4352  +++ killed by SIGABRT +++
4350  ... waitpid resumed [{WIFSIGNALED(s)  WTERMSIG(s) ==
SIGABRT}], 0) = 4351
4350  --- SIGCHLD (Child exited) @ 0 (0) ---
4350  futex(0x9692fec, FUTEX_CMP_REQUEUE_PRIVATE, 1, 2147483647,
0x9693018, 2) = 1
4350  madvise(0xb610, 8372224, MADV_DONTNEED) = 0
4350  _exit(0)  = ?
4334  ... futex resumed ) = 0
4334  futex(0x9693018, FUTEX_WAKE_PRIVATE, 1) = 0
4334  close(5)  = 0
4334  futex(0xb7654be4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xb7654be0,
{FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} unfinished ...
4346  ... restart_syscall resumed )   = 0
4346  futex(0xb7654a80, FUTEX_WAIT_PRIVATE, 2, NULL unfinished ...
4334  ... futex resumed ) = 1
4334  futex(0xb7654a80, FUTEX_WAKE_PRIVATE, 1 unfinished ...
4346  ... futex resumed ) = 0
4346  futex(0xb7654a80, FUTEX_WAKE_PRIVATE, 1) = 0
4346  madvise(0xb695d000, 8372224, MADV_DONTNEED) = 0
4346  _exit(0)  = ?
4334  ... futex resumed ) = 1
4334  munmap(0xb694d000, 65536) = 0
4334  munmap(0xb715e000, 65536) = 0
4334  exit_group(134)   = ?

Even with the read flag added for others, this did not work as ls also
complained:
ls -la /etc/opt
ls: cannot access /etc/opt/cisco-vpnclient: Permission denied
ls: cannot access /etc/opt/..: Permission denied
ls: cannot access /etc/opt/.: Permission denied
total 0
d? ? ? ? ?? ./
d? ? ? ? ?? ../
d? ? ? ? ?? cisco-vpnclient/

Changing the permissions to root:root SOLVED the issue.

Be this as it may, you should make sure that libreoffice does not crash
when permission denied is encountered on /etc/opt/ as the ure data was
not there anyway so no critical files missing, just some failed check.

Regards,

-- 
Cosmin


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



Bug#677450: dmraid: fakeraid root device not activated during boot

2012-10-22 Thread Ulrich Dangel

On 22 Oct 2012, at 07:58, Jonathan Nieder jrnie...@gmail.com wrote:

 --- dmraid-1.0.0.rc16/debian/changelog
 +++ dmraid-1.0.0.rc16/debian/changelog
 @@ -1,3 +1,11 @@
 +dmraid (1.0.0.rc16-4.2) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Call udevadm settle before activating dmraid devices
 +(Closes: #677450)
 
 Thanks for fixing it.  Does squeeze need this, too?

I am not a 100 percent sure but this bugfix should probably get into squeeze 
too, yes. The squeeze initramfs script may behave differently but it already 
includes the wait_for_udev function (checked against initramfs-tools 0.98.8), 
so there is no harm by calling wait_for_udev.

Ulrich

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



Bug#691169: virtualbox-dkms: fails to build kernel-module with kernel 3.6.3

2012-10-22 Thread sascha g.
Package: virtualbox-dkms
Version: 4.1.18-dfsg-1.1
Severity: important

Dear Maintainer,

unfortunately i can't compile the kernel-module with the vanilla-kernel 
mentioned above. 
don't know at which kernel-version the problems started, but with 3.6.2 it 
doesn't work too.

build-log attached...

greets s.


-- 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.6.2 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualbox-dkms depends on:
ii  dkms2.2.0.3-1.2
ii  dpkg1.16.9
ii  virtualbox  4.1.18-dfsg-1.1

virtualbox-dkms recommends no packages.

virtualbox-dkms suggests no packages.

-- no debconf information
DKMS make.log for virtualbox-4.1.18 for kernel 3.6.3 (x86_64)
Mo 22. Okt 15:54:50 CEST 2012
make: Entering directory `/usr/src/linux-3.6.3'
  LD  /var/lib/dkms/virtualbox/4.1.18/build/built-in.o
  LD  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/built-in.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/linux/SUPDrv-linux.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/SUPDrv.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/SUPDrvSem.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/alloc-r0drv.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/initterm-r0drv.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/memobj-r0drv.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/mpnotification-r0drv.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/powernotification-r0drv.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/assert-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/alloc-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/initterm-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/memuserkernel-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/mp-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/mpnotification-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/process-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/semevent-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/semeventmulti-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/semfastmutex-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/semmutex-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/spinlock-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/thread-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/thread2-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/time-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/linux/timer-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/r0drv/generic/semspinmutex-r0drv-generic.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/alloc/alloc.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/checksum/crc32.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/checksum/ipv4.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/checksum/ipv6.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/err/RTErrConvertFromErrno.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/err/RTErrConvertToErrno.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/log/log.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/log/logellipsis.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/log/logrel.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/log/logrelellipsis.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/log/logcom.o
  CC [M]  /var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/log/logformat.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/misc/RTAssertMsg1Weak.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/misc/RTAssertMsg2.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/misc/RTAssertMsg2Add.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/misc/RTAssertMsg2AddWeak.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/misc/RTAssertMsg2AddWeakV.o
  CC [M]  
/var/lib/dkms/virtualbox/4.1.18/build/vboxdrv/common/misc/RTAssertMsg2Weak.o
  CC [M]  

Bug#689441: Conflicting initializers of variable argp_program_bug_address

2012-10-22 Thread Michael Tautschnig
Hi Niels,

 Michael Tautschnig m...@debian.org writes:
 
  I'm not sure where such behaviour would be specified for a unix
  linker!?
 
 Not sure, either. It is described quite clearly in Levine's Linkers and
 Loaders (see sec 6.4). Which is recommended reading for anything
 linker-related.
 

I'm sorry, I've only got the online version (from http://www.iecc.com/linker/)
at hand right now, which doesn't seem to have subsection numbers. Under which
heading would I find that information?

 I haven't tried checking posix specs, but I imagine it might be
 specified there.
 

I don't think POSIX would say anything regarding the linker. The loader would be
part of the operating system maybe, but a linker is neither tied to the source
language nor the loader. It lives in a not terribly well specified space...

  gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
  -Werror=format-security -ggdb3 -Wall -W  -Wmissing-prototypes 
  -Wmissing-declarations -Wstrict-prototypes  -Waggregate-return  
  -Wpointer-arith -Wbad-function-cast -Wnested-externs  -Wl,-z,defs 
  -Wl,--as-needed -Wl,-z,relro -o ex3 ex3.o ../libargp.a
 
 I'm not entirely sure what the specified linker flags mean, but order
 looks correct. What was the error message, precisely?
 

Well, the error is not raised by ld, but only by our research tool chain. I
don't think this is what you were looking for, but anyhow:

error: conflicting initializers for variable `c::argp_program_bug_address'
old value: bug-gnu-ut...@gnu.org[0]
Module: ex3
new value: NULL
Module: argp-ba

Best,
Michael



pgp6jxlxpZPZ4.pgp
Description: PGP signature


Bug#607844: [buildd-tools-devel] Bug#607844: weird interaction between setsid and SIGTSTP

2012-10-22 Thread Roger Leigh
reassign 607844 upstart
retitle 607844 upstart: Use separate controlling terminal for tests
tags 607844 + fixed-upstream
thanks

On Mon, Oct 22, 2012 at 03:04:24PM +0100, James Hunt wrote:
 I've just committed a fix for this bug. See:
 
 https://bugs.launchpad.net/upstart/+bug/888910

Thanks.  Since this isn't an sbuild issue, I'll reassign to
upstart.


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


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



Bug#691169: [Pkg-virtualbox-devel] Bug#691169: virtualbox-dkms: fails to build kernel-module with kernel 3.6.3

2012-10-22 Thread Alexey Eromenko
Debian's VirtualBox is designed to work with Debian's kernel; For
example Debian 6.0 includes VirtualBox 3.2.10, which supports Debian
6.0 kernel 2.6.32, but not any 3.x series kernels.

Same is true for Wheezy: Debian's VirtualBox 4.1.x is designed to work
with Debian 7.0 kernel 3.2, and you shouldn't expect it to work with
other kernels.

For newer kernels, you should use upstream VirtualBox from virtualbox.org.

-- 
-Alexey Eromenko Technologov


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



Bug#691170: document --logging-level

2012-10-22 Thread Mathieu Malaterre
Package: herold
Version: 6.0.1-2
Severity: normal

Some command line options are not document for instance one can find:

http://www.dbdoclet.org/projects/dbdoclet/herold.html

-

The option --logging-level has an invalid value of warning. Possible values 
are: debug5, debug4, debug3, debug2, debug, info, warn, error, fatal.




-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages herold depends on:
ii  antlr33.2-5  language tool for constructing rec
ii  libcommons-codec-java 1.4-2  encoder and decoders such as Base6
ii  libcommons-jxpath-jav 1.3-3  manipulate javabean using XPath sy
ii  libxml-commons-resolv 1.2-7~bpo60+1  XML entity and URI resolver librar
ii  libxmlgraphics-common 1.4.dfsg-4~bpo60+1 reusable components used by Batik 

herold recommends no packages.

herold 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#691107: Further testing

2012-10-22 Thread Jesse Smith
I have discovered something else of interest. During my tests I have
found that if I build Atanks with GCC 4.7 and use optimizations (-O2)
then the game will crash when I try to access the Options screen.
However, with all optimizations turned off the game does not crash, it
just displays strange symbols along the top of the Options screen.

Not sure exactly what this means, but if the game is compiled from
source and doesn't optimize, it may allow the player to change settings.


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



Bug#691171: unblock: pgbouncer/1.5.2-3

2012-10-22 Thread Christoph Berg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package pgbouncer. It fixes #687577 (important) that
re-adds the check for START=0 in /etc/default/pgbouncer which was
there until the recent init script refactoring. As it is also
documented in README.Debian, it would be rather embarassing not to
ship an init script that has it. (It also updates the Vcs-* headers to
reflect reality.)

unblock pgbouncer/1.5.2-3

diff -Nru pgbouncer-1.5.2/debian/changelog pgbouncer-1.5.2/debian/changelog
--- pgbouncer-1.5.2/debian/changelog2012-07-26 13:12:28.0 +0200
+++ pgbouncer-1.5.2/debian/changelog2012-10-07 19:16:41.0 +0200
@@ -1,3 +1,11 @@
+pgbouncer (1.5.2-3) unstable; urgency=low
+
+  * Re-add check for START=0 in the init script.  Spotted by Sergey Burladyan.
+Closes: #687577.
+  * Repository moved to git.
+
+ -- Christoph Berg m...@debian.org  Sun, 07 Oct 2012 19:16:34 +0200
+
 pgbouncer (1.5.2-2) unstable; urgency=low
 
   * Init script: Use --oknodo.  Closes: #681978.
diff -Nru pgbouncer-1.5.2/debian/control pgbouncer-1.5.2/debian/control
--- pgbouncer-1.5.2/debian/control  2012-04-30 14:32:31.0 +0200
+++ pgbouncer-1.5.2/debian/control  2012-10-07 17:28:00.0 +0200
@@ -6,8 +6,8 @@
 Standards-Version: 3.9.3
 Build-Depends: cdbs, debhelper (= 7), libevent-dev (= 1.3b), asciidoc, 
xmlto, python
 Homepage: http://pgfoundry.org/projects/pgbouncer/
-Vcs-Svn: svn://svn.debian.org/pkg-postgresql/trunk/pgbouncer/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-postgresql/trunk/pgbouncer/
+Vcs-Git: git://anonscm.debian.org/pkg-postgresql/pgbouncer.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/pgbouncer.git
 
 Package: pgbouncer
 Architecture: any
diff -Nru pgbouncer-1.5.2/debian/init pgbouncer-1.5.2/debian/init
--- pgbouncer-1.5.2/debian/init 2012-07-19 16:34:34.0 +0200
+++ pgbouncer-1.5.2/debian/init 2012-10-07 17:34:00.0 +0200
@@ -35,6 +35,8 @@
 
 case $1 in
   start)
+# Check if we are still disabled in /etc/default/pgbouncer
+[ ${START:-} = 0 ]  exit 0
 echo -n Starting server: $NAME
 test -d $PIDDIR || install -d -o postgres -g postgres -m 2775 $PIDDIR
 $SSD --start --chuid $RUNASUSER --oknodo -- $OPTS 2 /dev/null


Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


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



Bug#691172: ITP: python-pkginfo -- Query metadatdata from sdists / bdists / installed packages.

2012-10-22 Thread Jan Dittberner
Package: wnpp
Severity: wishlist
Owner: Jan Dittberner ja...@debian.org

* Package name: python-pkginfo
  Version : 0.9
  Upstream Author : Tres Seaver, Agendaless Consulting
* URL : http://pypi.python.org/pypi/pkginfo/
* License : Python Software Foundation License
  Programming Lang: Python
  Description : Query metadatdata from sdists / bdists / installed packages.

This package provides an API for querying the distutils metadata written in
the PKG-INFO file inside a source distriubtion (an sdist), or into the
EGG-INFO directory of an installed distribution.

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
 B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/


signature.asc
Description: Digital signature


Bug#691107: Further testing

2012-10-22 Thread Fabian Greffrath

Am 22.10.2012 16:52, schrieb Jesse Smith:

I have discovered something else of interest. During my tests I have
found that if I build Atanks with GCC 4.7 and use optimizations (-O2)
then the game will crash when I try to access the Options screen.
However, with all optimizations turned off the game does not crash, it
just displays strange symbols along the top of the Options screen.


I can confirm this, the game crashes as soon as opts[z].name is 
de-referenced.


 - Fabian


--
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   >