Bug#683590: libnspr4-dev: please mark libnspr4-dev multi-arch: same

2012-08-01 Thread shawn
Source: libnspr4-dev
Severity: important

as this package is already in multi-arch patches (unless one of the headers is 
arch-specific,
I have not checked md5sums, but you will get a bug if that happens) it is a 
one-line change
to set the -dev package multi-arch: same, which is required for any reverse 
dependancy
to successfully cross-build.

-- System Information:
Debian Release: wheezy
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 3.4.0-tomoyo-6-gfd64aac (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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#683589: unblock: libvirt/0.9.12-4

2012-08-01 Thread Guido Günther
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libvirt

It fixes CVE-2012-3445 (#683483). Debdiff attached.

unblock libvirt/0.9.12-4

Cheers,
 -- Guido

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

Kernel: Linux 3.2.0-3-686-pae (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
diff -Nru libvirt-0.9.12/debian/changelog libvirt-0.9.12/debian/changelog
--- libvirt-0.9.12/debian/changelog	2012-06-20 08:24:44.0 +0200
+++ libvirt-0.9.12/debian/changelog	2012-08-01 21:12:20.0 +0200
@@ -1,3 +1,10 @@
+libvirt (0.9.12-4) unstable; urgency=low
+
+  * [80ac2a6] Fix CVE-2012-3445 with upstream commit
+6039a2cb49c8af4c68460d2faf365a7e1c686c7b (Closes: #683483)
+
+ -- Guido Günther   Wed, 01 Aug 2012 21:12:13 +0200
+
 libvirt (0.9.12-3) unstable; urgency=low
 
   * [6b610b6] Include stdint.h for uint32_t to fix the build on kFreeBSD
diff -Nru libvirt-0.9.12/debian/patches/debian/Allow-libvirt-group-to-access-the-socket.patch libvirt-0.9.12/debian/patches/debian/Allow-libvirt-group-to-access-the-socket.patch
--- libvirt-0.9.12/debian/patches/debian/Allow-libvirt-group-to-access-the-socket.patch	2012-06-20 08:24:34.0 +0200
+++ libvirt-0.9.12/debian/patches/debian/Allow-libvirt-group-to-access-the-socket.patch	2012-08-01 21:11:17.0 +0200
@@ -1,6 +1,3 @@
-Message-Id: 
-In-Reply-To: <3212167ef5921de92659b7f6bf21d29fad1e4aa6.1336929172.git@sigxcpu.org>
-References: <3212167ef5921de92659b7f6bf21d29fad1e4aa6.1336929172.git@sigxcpu.org>
 From: Guido Guenther 
 Date: Thu, 26 Jun 2008 20:01:38 +0200
 Subject: Allow libvirt group to access the socket
diff -Nru libvirt-0.9.12/debian/patches/debian/Debianize-libvirt-guests.patch libvirt-0.9.12/debian/patches/debian/Debianize-libvirt-guests.patch
--- libvirt-0.9.12/debian/patches/debian/Debianize-libvirt-guests.patch	2012-06-20 08:24:34.0 +0200
+++ libvirt-0.9.12/debian/patches/debian/Debianize-libvirt-guests.patch	2012-08-01 21:11:17.0 +0200
@@ -5,6 +5,7 @@
 Origin: vendor
 
 
+
 ---
  tools/libvirt-guests.init.sh |   41 +
  tools/libvirt-guests.sysconf |4 ++--
diff -Nru libvirt-0.9.12/debian/patches/debian/Don-t-enable-default-network-on-boot.patch libvirt-0.9.12/debian/patches/debian/Don-t-enable-default-network-on-boot.patch
--- libvirt-0.9.12/debian/patches/debian/Don-t-enable-default-network-on-boot.patch	2012-06-20 08:24:34.0 +0200
+++ libvirt-0.9.12/debian/patches/debian/Don-t-enable-default-network-on-boot.patch	2012-08-01 21:11:17.0 +0200
@@ -5,16 +5,17 @@
 to not interfere with existing network configurations
 
 
+
 ---
  src/Makefile.am |3 ---
  src/Makefile.in |3 ---
- 2 files changed, 0 insertions(+), 6 deletions(-)
+ 2 files changed, 6 deletions(-)
 
 diff --git a/src/Makefile.am b/src/Makefile.am
-index a2aae9d..6860e21 100644
+index 0dadc29..998fd78 100644
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -1622,9 +1622,6 @@ if WITH_NETWORK
+@@ -1625,9 +1625,6 @@ if WITH_NETWORK
  	cp $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t \
  	  $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml && \
  	rm $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t; }
@@ -25,10 +26,10 @@
  
  uninstall-local::
 diff --git a/src/Makefile.in b/src/Makefile.in
-index 26b9dce..34c96a8 100644
+index 209e118..90598de 100644
 --- a/src/Makefile.in
 +++ b/src/Makefile.in
-@@ -7423,9 +7423,6 @@ install-data-local:
+@@ -7486,9 +7486,6 @@ install-data-local:
  @WITH_NETWORK_TRUE@	cp $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t \
  @WITH_NETWORK_TRUE@	  $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml && \
  @WITH_NETWORK_TRUE@	rm $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t; }
diff -Nru libvirt-0.9.12/debian/patches/debian/Don-t-require-gawk-for-a-simple-print-expression.patch libvirt-0.9.12/debian/patches/debian/Don-t-require-gawk-for-a-simple-print-expression.patch
--- libvirt-0.9.12/debian/patches/debian/Don-t-require-gawk-for-a-simple-print-expression.patch	2012-06-20 08:24:34.0 +0200
+++ libvirt-0.9.12/debian/patches/debian/Don-t-require-gawk-for-a-simple-print-expression.patch	2012-08-01 21:11:17.0 +0200
@@ -6,15 +6,16 @@
 Thanks: Luca Capello
 
 
+
 ---
  src/nwfilter/nwfilter_ebiptables_driver.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/nwfilter/nwfilter_ebiptables_driver.c b/src/nwfilter/nwfilter_ebiptables_driver.c
-index 0db9f19..09538a2 100644
+index 28f48bd..ee71bb5 100644
 --- a/src/nwfilter/nwfilter_ebiptables_driver.c
 +++ b/src/nwfilter/nwfilter_ebiptables_driver.c
-@@ -4044,7 +4044,7 @@ ebi

Bug#679107: RFS: mysql-cluster-7.2/7.2.6+dfsg-1 [ITP]

2012-08-01 Thread Vladimir Stavrinov
On Tue, Jun 26, 2012 at 01:25:58PM +0100, Steven Ayre wrote:

> Package: sponsorship-requests
> Severity: normal
> 
> Dear mentors,
> 
> I am looking for a sponsor for my package "mysql-cluster-7.2"
> 
> Package name: mysql-cluster-7.2
> Version : 7.2.6+dfsg-1

Would You like update it to 7.2.7?

-- 

***
##  Vladimir Stavrinov
##  vstavri...@gmail.com
***


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



Bug#683588: sqlite3: please make -dev multi-arch: same

2012-08-01 Thread shawn
Source: sqlite3
Version: please make -dev package multi-arch: same
Severity: important

as the package already built for multi-arch this change is just a one-line 
change
yet is critical for deps that want to multi-arch crossbuild

-- System Information:
Debian Release: wheezy
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 3.4.0-tomoyo-6-gfd64aac (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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#681131: libpng: patch

2012-08-01 Thread shawn
Source: libpng
Version: 1.2.49-1em1
Followup-For: Bug #681131

CONTROL: tag 681131 patch
CONTROL: usertag 681131 multiarch

diff --git a/debian/control b/debian/control
index f85fc06..d6fd861 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Description: PNG library - runtime
 Package: libpng12-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, libpng12-0 (= ${binary:Version}), zlib1g-dev
 Conflicts: libpng2-dev, libpng-dev, libpng12-0-dev, libpng2 (<< 1.0.12-3)
 Provides: libpng-dev, libpng12-0-dev, libpng3-dev


-- System Information:
Debian Release: wheezy
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 3.4.0-tomoyo-6-gfd64aac (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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#683586: debian-installer: Please include rdnssd in d-i and base system to fully automatic IPv6 support

2012-08-01 Thread Christian PERRIER
reassign 683586 rdnssd
thanks

Quoting Witold Baryluk (bary...@smp.if.uj.edu.pl):
> Package: debian-installer
> Severity: normal
> Tags: ipv6 d-i
> 
> I belive that rdnssd package (IPv6 recursive DNS server discovery daemon)
> should be included in d-i as udeb or even used by default,
> as well installed by default in base system.
> 
> It is used for automatic configuration without DHCP (v6).

Sorry, but this should be reported against the rdnssd package, asking
for it to be part of the base system (changing priority to
"standard"). It is not d-i job to decide what package needs to belong
to the base system.

PS: I very much suspect it might not be as easy as asking..:)




signature.asc
Description: Digital signature


Bug#683587: science-typesetting: please remove texmacs-extra-fonts from Recommends which is obsolete

2012-08-01 Thread Atsuhito KOHDA
Package: science-typesetting
Version: 0.16
Severity: normal

Dear Maintainer,
I found that science-typesetting Recommends texmacs-extra-fonts
but, since texmacs 1.0.7.13-1, texmacs itself includes all fonts
which texmacs-extra-fonts includes so now texmacs-common Conflicts
with texmacs-extra-fonts.

So please remove texmacs-extra-fonts from Recommends in your
package.

Thanks for your maintenance.
Best regards.

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

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

Versions of packages science-typesetting depends on:
pn  science-config  
pn  science-tasks   

Versions of packages science-typesetting recommends:
ii  auctex11.86-10.1
pn  bibus 
pn  bibutils  
pn  cb2bib
pn  dia   
pn  diploma   
ii  feynmf1.08-8
pn  impose+   
pn  jabref
pn  jeuclid-mathviewer
pn  kbibtex   
pn  latexdiff 
ii  libjlatexmath-java0.9.7-1
pn  lyx   
pn  mlpost
pn  pybliographer 
pn  referencer
pn  sketch
ii  texlive   2012.20120611-3
ii  texlive-bibtex-extra  2012.20120611-2
ii  texlive-math-extra2012.20120611-2
pn  texlive-publishers
ii  texlive-science   2012.20120611-2
ii  texmacs   1:1.0.7.16-0.1
pn  texmacs-extra-fonts   
ii  transfig  1:3.2.5.d-3
ii  xfig  1:3.2.5.b-3

Versions of packages science-typesetting suggests:
pn  csv2latex  
pn  gpapers
pn  libgtkmathview-bin 
pn  openoffice.org-dmaths  
pn  pymarc 
pn  quaneko
pn  r-cran-xtable  
pn  tellico
pn  texmaker   
pn  zotero 


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



Bug#683586: debian-installer: Please include rdnssd in d-i and base system to fully automatic IPv6 support

2012-08-01 Thread Witold Baryluk
Package: debian-installer
Severity: normal
Tags: ipv6 d-i

I belive that rdnssd package (IPv6 recursive DNS server discovery daemon)
should be included in d-i as udeb or even used by default,
as well installed by default in base system.

It is used for automatic configuration without DHCP (v6).

This is because indeed kernel does autoconfiguration (SLAC) by reciving
ICMP RA and properly adding addresses to interfaces on IPv6 enabled
networks, with proper routers. But this leavs other informations from RA
packets unprocessed. This include network domain name, ntp server names,
and DNS server addresses.

This is handled by rdnssd package:

Description-en: IPv6 recursive DNS server discovery daemon
 rdnssd autoconfigures recursive DNS servers on IPv6 networks
 using ICMPv6 Neighbor Discovery (RFC 5006), and can update the
 DNS resolvers configuration (/etc/resolv.conf) accordingly.


rdnssd doesn't have any dependencies beside libc6. It recommends
resolvconf for even better IPv6 support but it is optional.

It is fully automatic, essentially doesn't have any configuration
(beside optional script which can be used for merging already existing
resolv.conf when not using resolvconf package/system).

It have just few files, main binary written in C is just 16100 bytes on
i386m abd consumes very small memory and cpu:

sredniczarny:~# ps aux  | grep rdnssd
root  2837  0.0  0.0   1960   268 ?Ss   lip30   0:00 /sbin/rdnssd 
-u rdnssd -H /etc/rdnssd/merge-hook
rdnssd2838  0.0  0.0   2176   516 ?Slip30   0:00 /sbin/rdnssd 
-u rdnssd -H /etc/rdnssd/merge-hook

It also starts extremally quickly:

sredniczarny:~# time /etc/init.d/rdnssd  start
[ ok ] Starting IPv6 Recursive DNS Server discovery Daemon: rdnssd.

real0m0.074s
user0m0.000s
sys0m0.004s



So, please include rdnssd by default on all systems.

It would be good idea to adive security team on this matter, because
as a networked deamon it can be prone to remote attacks (both DoS and
remote exploits). It should be pretty safe, considering simplisity of
processing rdnssd is doing, but still some cautions should be taken.


Regards,
Witek


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

Kernel: Linux 3.5.0-t43-prod-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.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#683585: debconf: [INTL:th] Updated Thai program translation

2012-08-01 Thread Theppitak Karoonboonyanan
Package: debconf
Version: 1.5.45
Severity: wishlist
Tags: l10n, patch, pending

Please update Thai program translation with the attached PO.

Thanks,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/

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

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

Versions of packages debconf depends on:
ii  perl-base  5.14.2-12

Versions of packages debconf recommends:
ii  apt-utils 0.9.7.3
ii  debconf-i18n  1.5.45

Versions of packages debconf suggests:
pn  debconf-doc
pn  debconf-utils  
ii  dialog 1.1-20120215-2
ii  gnome-utils3.2.1-3
ii  libgtk2-perl   2:1.244-1
pn  libnet-ldap-perl   
pn  libqtcore4-perl
pn  libqtgui4-perl 
pn  libterm-readline-gnu-perl  
ii  perl   5.14.2-12
ii  whiptail   0.52.14-10

-- debconf information excluded

# Thai translation of debconf.
# Copyright (C) 2006-2012 Software in the Public Interest, Inc.
# This file is distributed under the same license as the debconf package.
# Theppitak Karoonboonyanan , 2006-2012.
#
msgid ""
msgstr ""
"Project-Id-Version: debconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-06-19 19:05-0400\n"
"PO-Revision-Date: 2012-08-02 13:11+0700\n"
"Last-Translator: Theppitak Karoonboonyanan \n"
"Language-Team: Thai \n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../Debconf/AutoSelect.pm:76
#, perl-format
msgid "falling back to frontend: %s"
msgstr "กำลังย้อนกลับไปใช้การติดต่อแบบ: %s"

#: ../Debconf/AutoSelect.pm:84
#, perl-format
msgid "unable to initialize frontend: %s"
msgstr "ไม่สามารถตั้งต้นการติดต่อแบบ: %s"

#: ../Debconf/AutoSelect.pm:90
#, perl-format
msgid "Unable to start a frontend: %s"
msgstr "ไม่สามารถเรียกการติดต่อผู้ใช้: %s"

#: ../Debconf/Config.pm:130
msgid "Config database not specified in config file."
msgstr "ไม่ได้ระบุฐานข้อมูลค่าตั้งไว้ในแฟ้มค่าตั้ง"

#: ../Debconf/Config.pm:134
msgid "Template database not specified in config file."
msgstr "ไม่ได้ระบุฐานข้อมูลต้นแบบคำถามไว้ในแฟ้มค่าตั้ง"

#: ../Debconf/Config.pm:139
msgid ""
"The Sigils and Smileys options in the config file are no longer used. Please "
"remove them."
msgstr "เลิกใช้ตัวเลือก Sigils และ Smileys ในแฟ้มค่าตั้งแล้ว กรุณาลบออกด้วย"

#: ../Debconf/Config.pm:153
#, perl-format
msgid "Problem setting up the database defined by stanza %s of %s."
msgstr "เกิดปัญหาขณะตั้งค่าฐานข้อมูลที่กำหนดโดยรายการ %s ใน %s"

#: ../Debconf/Config.pm:228
msgid ""
"  -f,  --frontend\t\tSpecify debconf frontend to use.\n"
"  -p,  --priority\t\tSpecify minimum priority question to show.\n"
"   --terse\t\t\tEnable terse mode.\n"
msgstr ""
"  -f,  --frontend\t\tระบุรูปแบบการติดต่อของ debconf ที่จะใช้\n"
"  -p,  --priority\t\tระบุระดับคำถามต่ำสุดที่จะแสดง\n"
"   --terse\t\t\tเปิดใช้โหมดประหยัดคำพูด\n"

#: ../Debconf/Config.pm:308
#, perl-format
msgid "Ignoring invalid priority \"%s\""
msgstr "จะละเลยค่าระดับความสำคัญ \"%s\" ซึ่งไม่ถูกต้อง"

#: ../Debconf/Config.pm:309
#, perl-format
msgid "Valid priorities are: %s"
msgstr "ค่าระดับความสำคัญที่ใช้ได้คือ: %s"

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Multiselect.pm:31
#: ../Debconf/Element/Editor/Select.pm:31
msgid "Choices"
msgstr "ตัวเลือก"

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:36
#: ../Debconf/Element/Editor/Boolean.pm:59
#: ../Debconf/Element/Teletype/Boolean.pm:28
msgid "yes"
msgstr "ใช่"

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:39
#: ../Debconf/Element/Editor/Boolean.pm:62
#: ../Debconf/Element/Teletype/Boolean.pm:29
msgid "no"
msgstr "ไม่ใช่"

#: ../Debconf/Element/Editor/Multiselect.pm:32
msgid ""
"(Enter zero or more items separated by a comma followed by a space (', ').)"
msgstr "(ป้อนรายการตั้งแต่ศูนย์รายการขึ้นไป คั่นด้วยจุลภาคตามด้วยเว้นวรรค (', 
'))"

#: ../Debconf/Element/Gnome.pm:182
msgid "_Help"
msgstr "_วิธีใช้"

#: ../Debconf/Element/Gnome.pm:184
msgid "Help"
msgstr "วิธีใช้"

#: ../Debconf/Element/Noninteractive/Error.pm:40
msgid ""
"Debconf is not confident this error message was displayed, so it mailed it "
"to you."
msgstr "debconf ไม่แน่ใจว่าข้อผิดพลาดนี้ได้แสดงบนหน้าจอหรือไม่ 
จึงส่งเมลแจ้งถึงคุณ"

#: ../Debconf/Element/Noninteractive/Error.pm:67
msgid "Debconf"
msgstr "Debconf"

#: ../Debconf/Element/Noninteractive/Error.pm:90
#, perl-format
msgid "Debconf, running at %s"
msgstr "Debconf, ทำงานที่ %s"

#: ../Debconf/Element/Select.pm:95 ../Debconf/Element/Select.pm:110
#, perl-format
msgid ""
"Input value, \"%s\" not found in C choices! This should never happen. "
"Perhaps the templates were incorrectly 

Bug#650138: Bug#639565:

2012-08-01 Thread gregor herrmann
On Thu, 02 Aug 2012 12:03:34 +0900, HAMANO Tsukasa wrote:

> > 2) I'm not sure if bilding against on one and then depending on a
> >different version works?
> No problem, liboauth is not use directly SSL interface. We can switch
> them when linking application with liboauth.

Ok.
 
> > For liboauth-dev, my patch specifies
> > "Depends: ..., libcurl4-gnutls-dev | libcurl4-dev, libnss3-dev, ..."
> > which should be enough to solve the issue you were raising here,
> > right?
> Yes, liboauth-dev's issue was solved. liboauth0 dependency is a little
> strange, but I'm ok to closing the bug.
> Thanks very much!

Well, it's not solved yet, since the fixed package only existed in
some temporary directory on my laptop :)


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
   `-   "Rome wasn't burned in a day. " 


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



Bug#556971: pulseaudio does not remember volume settings, always set to 0

2012-08-01 Thread Andreas Unterkircher

Hi Alexander,


Do any of you guys still experience the problem today? If so, does
upgrading pulseaudio to version 2.0-3 (currently in testing) or 2.0-4
(currently in unstable; fixes #673847) help?


From my side I have no more troubles with this bug.
Problem disappeared some-when years ago in unstable.

Best Regards,
Andreas


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



Bug#682265: Please undo automatic removals of wims, wims-extra, etc. from testing

2012-08-01 Thread Salvatore Bonaccorso
Hi Georges

Thanks for uploading my proposed NMU. As reported there I then waited
for comments.

On Wed, Aug 01, 2012 at 09:40:44PM +0200, Georges Khaznadar wrote:
> If it is still possible, please do accept the NMU for mootools, which
> makes it buildable in wheezy, then please undo removals for packages
> wims/4.03a-7, wims-extra/3.62-6, wims-modules-es/3.64-1, and
> zoneminder/1.25.0-1.1 which depend on it.

Reading Rule #8 in [1] this still should be possible. But note the
prefered way to contact the release team is maybe better via
bugreport, so that the issue can better be tracked and does not get
lost in mailinglist (the Release Team prefers this way to contact as
they are quite loaded).

 [1]: http://release.debian.org/wheezy/freeze_policy.html

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#683500: RFS: freefoam/0.1.0+dfsg-1 [RC]

2012-08-01 Thread Bart Martens
Hi Michael,

About your package "freefoam" at mentors uploaded there on 2012-08-01 08:37.
If nobody increases the bug severities to at least "important" then I suggest
that you reduce the changes to what is likely acceptable for an unblock.
Anyhow, my first impression is that you are doing good work on "freefoam".

Regards,

Bart Martens


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



Bug#683584: ganglia: [Debian RT] CVE-2012-3348: arbitrary script execution

2012-08-01 Thread Yves-Alexis Perez
Package: ganglia
Severity: grave
Tags: security
Justification: user security hole

Hi,

recently released Ganglia Web fixes a remote script execution
vulnerability. It has been allocated CVE-2012-3348.

More info on http://ganglia.info/?p=549 and
https://bugzilla.redhat.com/show_bug.cgi?id=845124

Can you prepare packages with isolated fixes for Squeeze and unstable
(since we are in freeze)?

Regards,
-- 
Yves-Alexis

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

Kernel: Linux 3.2.0-3-grsec-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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#683583: /usr/lib/dconf/dconf-service: fsync madness

2012-08-01 Thread Witold Baryluk
Package: dconf-service
Version: 0.12.1-2
Severity: important
File: /usr/lib/dconf/dconf-service

Dear Maintainer,

I think dconf-service is doing very strange thing, because
when I came back to my computer running Gnome classic,
hard disk started doing strange noises. Like writing
10 times per second without good reason.

I think culprit is dconf-service, because iotop says it
is doing lots of writes, strace then shows it is doing
lots of write and fsync(8), few per second actually,
and kill -STOP stops strange hdd noises.

There was also gnome-settings-deamon process using 100%
cpu for no reason, but doing kill -STOP on it,
do not stop dconf-service from still writing
and fsyncing a lot on hdd.

fd 8 corresponds to ~/.config/dconf/user.sometemporaryname file.


part of strace which repeats indefinitly

open("/home/ch/.cache/dconf/user", O_WRONLY) = -1 ENOENT (No such file or 
directory)
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x8bee410, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8bee178, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8be6398, FUTEX_WAKE_PRIVATE, 1) = 1
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x8bee410, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8bee178, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8be6398, FUTEX_WAKE_PRIVATE, 1) = 1
gettimeofday({1343884700, 43601}, NULL) = 0
open("/home/ch/.config/dconf/user", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
mmap2(NULL, 6, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb7706000
close(8)= 0
gettimeofday({1343884700, 53895}, NULL) = 0
gettimeofday({1343884700, 54402}, NULL) = 0
gettimeofday({1343884700, 54740}, NULL) = 0
gettimeofday({1343884700, 55071}, NULL) = 0
gettimeofday({1343884700, 58880}, NULL) = 0
gettimeofday({1343884700, 59436}, NULL) = 0
gettimeofday({1343884700, 59773}, NULL) = 0
gettimeofday({1343884700, 60066}, NULL) = 0
open("/home/ch/.config/dconf/user.KSNFIW", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 
0666) = 8
fcntl64(8, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat64(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7705000
_llseek(8, 0, [0], SEEK_CUR)= 0
write(8, "GVariant\0\0\0\0\0\0\0\0\30\0\0\0\204P\0\0\0\0\0(\337\2\0\0"..., 
40960) = 40960
write(8, "\1\0butf8-for-spam-filter\0\1\0bchees"..., 3486) = 3486
fstatfs64(8, 84, {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=32750737, 
f_bfree=27008274, f_bavail=26844207, f_files=8208384, f_ffree=8045118, 
f_fsid={1928974342, -592692885}, f_namelen=255, f_frsize=4096}) = 0
lstat64("/home/ch/.config/dconf/user", {st_mode=S_IFREG|0644, st_size=6, 
...}) = 0
fsync(8)= 0
close(8)= 0
munmap(0xb7705000, 4096)= 0
rename("/home/ch/.config/dconf/user.KSNFIW", "/home/ch/.config/dconf/user") = 0
gettimeofday({1343884700, 98240}, NULL) = 0
gettimeofday({1343884700, 98640}, NULL) = 0
gettimeofday({1343884700, 99007}, NULL) = 0
gettimeofday({1343884700, 99364}, NULL) = 0
gettimeofday({1343884700, 99725}, NULL) = 0
munmap(0xb7706000, 6)   = 0
open("/home/ch/.cache/dconf/user", O_WRONLY) = -1 ENOENT (No such file or 
directory)
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x8bee410, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8bee178, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8be6398, FUTEX_WAKE_PRIVATE, 1) = 1
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x8bee410, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8bee178, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8be6398, FUTEX_WAKE_PRIVATE, 1) = 1
open("/home/ch/.config/dconf/user", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
mmap2(NULL, 6, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb7706000
close(8)= 0
gettimeofday({1343884700, 110800}, NULL) = 0
gettimeofday({1343884700, 59}, NULL) = 0
gettimeofday({1343884700, 111491}, NULL) = 0
gettimeofday({1343884700, 111818}, NULL) = 0
gettimeofday({1343884700, 112142}, NULL) = 0
gettimeofday({1343884700, 112467}, NULL) = 0





Additionally in ~/.xsession-errors
I see lots (10636) lines like this:

** (gnome-settings-daemon:14338): WARNING **: Przekroczono czas oczekiwania


"Przekroczony czas oczekiwania" means "Timeout limit exceeded" or just "Timeout"

regards,

Witek



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

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

Versions of packages dconf-service depends on:
ii  libc6 2.13-35
ii  libdconf0 0.12.1-2
ii  libglib2.0-0  2.32.3-1

Versions of packages dconf-service recommends:
ii  dconf-gsettings-backend  0.12.1-2

dconf-service suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
wi

Bug#683336: RFS: ninja-build/120508+git638b033

2012-08-01 Thread Gary Kramlich
I've now uploaded the 120715 upstream release to mentors.

--
Gary Kramlich 


Bug#683582: Crashes with SIGBUS after pressing ^D

2012-08-01 Thread Pierre THIERRY
Package: rtorrent
Version: 0.9.2-1
Severity: normal

After pressing ^D on a done torrent, rtorrent crashed with the
following output:


Caught SIGBUS, dumping stack:
0 rtorrent() [0x415374]
1 /lib/x86_64-linux-gnu/libpthread.so.0(+0xf030) [0x7fa58d94c030]
2 /lib/x86_64-linux-gnu/libc.so.6(+0x880e3) [0x7fa58d63e0e3]
3 /usr/lib/x86_64-linux-gnu/libtorrent.so.14(+0x7de5a) [0x7fa58edb9e5a]
4 /usr/lib/x86_64-linux-gnu/libtorrent.so.14(+0xc1477) [0x7fa58edfd477]
5 /usr/lib/x86_64-linux-gnu/libtorrent.so.14(+0xc14f0) [0x7fa58edfd4f0]
6 /usr/lib/x86_64-linux-gnu/libtorrent.so.14(+0xca520) [0x7fa58ee06520]
7 
/usr/lib/x86_64-linux-gnu/libtorrent.so.14(_ZN7torrent9PollEPoll7performEv+0xd7)
 [0x7fa58ed82eb7]
8 
/usr/lib/x86_64-linux-gnu/libtorrent.so.14(_ZN7torrent9PollEPoll7do_pollEli+0x62)
 [0x7fa58ed82f62]
9 
/usr/lib/x86_64-linux-gnu/libtorrent.so.14(_ZN7torrent11thread_base10event_loopEPS0_+0x96)
 [0x7fa58edb9266]
10 rtorrent() [0x41476a]
11 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd) [0x7fa58d5d4ead]
12 rtorrent() [0x414d55]

Error: Succès
Signal code '2': Non-existent physical address.
Fault address: 0x7fa5881fd000.

The fault address is not part of any chunk.


And it dumped a core, actually an empty one.

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

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

Versions of packages rtorrent depends on:
ii  libc6   2.13-33
ii  libcurl37.26.0-1
ii  libgcc1 1:4.7.1-5
ii  libncursesw55.9-10
ii  libsigc++-2.0-0c2a  2.2.10-0.2
ii  libstdc++6  4.7.1-5
ii  libtinfo5   5.9-10
ii  libtorrent140.13.2-1
ii  libxmlrpc-core-c3   1.16.33-3.1

rtorrent recommends no packages.

Versions of packages rtorrent suggests:
ii  screen  4.1.0~20120320gitdb59704-5

-- 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#683336: RFS: ninja-build/120508+git638b033

2012-08-01 Thread Gary Kramlich
On Tue, Jul 31, 2012 at 2:47 AM, Mathieu Malaterre  wrote:

> Gary,


Mathieu,

I've uploaded a new version of the package to mentors with most of your
suggestions.  I'm going to work on pulling in the most recent release now
as we figure the few things left out.


>   Thanks for packaging ninja. Here are a few comments:
>

No problem, I want to use it more so it only makes sense ;)


>
> - Please use format 1.0 [1] for copyright. Do not forget to list your
> own copyright (debian/* files).
>

Done.


> - You are missing proper version check in d/control. On my stable system I
> get:
>
> g++-4.4.real: no input files
> [10/24] CXX build/build_test.o
> ninja: build stopped: subcommand failed.
> make[1]: *** [override_dh_auto_build] Error 1
>
> -> looks like you need a min version for gtest-dev
>

I set the minimum for gtest-dev to 1.6.0, I'm not sure exactly what it is
as it's not called out upstream, but I can play with it a bit and see what
I can do.


> - I believe you can simplify d/rules. Since you use d/compat=9, you do
> not need to specify the explicit hardening settings in d/rules.
>

I removed the hardening stuff but got the following warning from lintian.

W: ninja-build: hardening-no-fortify-functions usr/bin/ninja


> - On a side chroot, the build fails with:
>
> PYTHON="python"' -O2 -DNDEBUG -g -O2 -fstack-protector
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security  -fPIE
> -fstack-protector --param ssp-buffer-size=4  -D_FORTIFY_SOURCE=2
> -Wformat -Wformat-security -Werror=format-security  -c
> src/build_log_perftest.cc -o build/build_log_perftest.o
> src/build_log_perftest.cc: In function 'int main()':
> src/build_log_perftest.cc:135:23: error: 'unlink' was not declared in this
> scope
> [21/24] CXX build/util_test.o
> ninja: build stopped: subcommand failed.
>

What debian version is the chroot?


> - Thanks.
>
> [1] http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
>

Thanks,

--
Gary Kramlich 


Bug#683431: Acknowledgement (spamassassin: requires GPG.KEY in /usr/share/doc/spamassassin to function)

2012-08-01 Thread shawn
CONTROL: patch 683431 patch
diff -ru spamassassin-3.3.2/debian/rules
spamassassin-3.3.2-683431/debian/rules
--- spamassassin-3.3.2/debian/rules 2010-03-02 23:39:16.0 -0800
+++ spamassassin-3.3.2-683431/debian/rules 2012-08-01 21:25:17.818203048
-0700
@@ -109,7 +109,8 @@

# dh_installdocs isn't flexible enough to install all the docs to the
right place
# Do it here!
- cp debian/copyright debian/GPG.KEY
debian/spamassassin/usr/share/doc/spamassassin/
+ cp debian/GPG.KEY debian/spamassassin/usr/share/spamassassin/
+ cp debian/copyright debian/spamassassin/usr/share/doc/spamassassin/
cp debian/spamassassin.README.Debian
debian/spamassassin/usr/share/doc/spamassassin/README.Debian
cp CREDITS README TRADEMARK UPGRADE USAGE NOTICE
debian/spamassassin/usr/share/doc/spamassassin/
cp ldap/README
debian/spamassassin/usr/share/doc/spamassassin/README.ldap
diff -ru spamassassin-3.3.2/debian/spamassassin.postinst
spamassassin-3.3.2-683431/debian/spamassassin.postinst
--- spamassassin-3.3.2/debian/spamassassin.postinst 2011-07-28
20:49:01.0 -0700
+++ spamassassin-3.3.2-683431/debian/spamassassin.postinst 2012-08-01
21:23:43.546203046 -0700
@@ -12,8 +12,8 @@

sa_fix_broken_gpg_key () {
 # Work around broken key caused by gpg upgrade
-if [ -f /etc/spamassassin/sa-update-keys/pubring.gpg -a
-f /usr/share/doc/spamassassin/GPG.KEY ]; then
-sa-update --import /usr/share/doc/spamassassin/GPG.KEY
+if [ -f /etc/spamassassin/sa-update-keys/pubring.gpg -a
-f /usr/share/spamassassin/GPG.KEY ]; then
+sa-update --import /usr/share/spamassassin/GPG.KEY
 fi
}


-- 
-Shawn Landden


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



Bug#683581: didjvu: please upgrade to the current upstream version

2012-08-01 Thread jsbien
Package: didjvu
Version: 0.2.3-2
Severity: wishlist

The upstream version is now 0.2.6, it corrects and important (at least
for me...) error.

Thanks in advance.

Best regards

Janusz S. Bień


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



Bug#683580: ibus-pinyin: the simialr pinyin,模糊音问题

2012-08-01 Thread ayaka
Package: ibus-pinyin
Version: 1.4.0-1+b1
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation? enable the similar pinyin l->n
   开始l->n的模糊音
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   you press "l" when ibus-pinyin is using in chinese 
modes.当开始l->n的模糊音时,在拼音输入时,按下l。
   * What was the outcome of this action?
   the ibus-pinyin will exit.
   ibus-pinyin会退出。
   * What outcome did you expect instead?
   I don't know how to descibe it in english
   用过模糊音的人

*** End of the template - remove these lines ***


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

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

Versions of packages ibus-pinyin depends on:
ii  ibus1.4.1-7
ii  ibus-pinyin-db-open-phrase  1.4.0-1
ii  libc6   2.13-33
ii  libgcc1 1:4.7.1-2
ii  libglib2.0-02.32.3-1
ii  libibus-1.0-0   1.4.1-7
ii  liblua5.1-0 5.1.5-2
ii  libopencc1  0.3.0-3
ii  libsqlite3-03.7.13-1
ii  libstdc++6  4.7.1-2
ii  libuuid12.20.1-5.1
ii  python  2.7.3~rc2-1

ibus-pinyin recommends no packages.

ibus-pinyin 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#576257: Exploring the possibility of an l10n upload of xfsdump to fix pending l10n bugs

2012-08-01 Thread Nathan Scott
Hi David,

On 1 August 2012 10:18, David Prévot  wrote:
> Hi Nathan,
>
> Thanks for your quick answer.
>

No problem, I've forwarded the patch upstream for further review now,
with my minor build (makefile) addition and your fixup - all looks good.

cheers.

--
Nathan


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



Bug#674592: RFS: mlpack/1.0.1-4 ITP -- Fast and scalable C++ machine learning library

2012-08-01 Thread Sterling Peet

Package: sponsorship-requests
Severity: wishlist

  Dear mentors,

  I am still looking for a sponsor for my package "mlpack"

 * Package name: mlpack
   Version : 1.0.1-4
   Upstream Author : Ryan Curtin 
 * URL : http://www.mlpack.org/
 * License : LGPL-3+
   Section : libs

  It builds these binary packages:

libmlpack-dev - Fast and scalable C++ machine learning library 
header files

 libmlpack1 - Fast and scalable C++ machine learning library
 mlpack-bin - Executable cli binaries for Machine Learning methods
 mlpack-doc - Documentation for using MLPACK binaries and library

  To access further information about this package, please visit the 
following

URL:

  http://mentors.debian.net/package/mlpack


  Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/m/mlpack/mlpack_1.0.1-4.dsc

  More information about mlpack can be obtained from 
http://www.mlpack.org/.


  Changelog in upload:

   * Initial release (Closes: #660925)

  Regards,
   Sterling Lewis Peet


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



Bug#683505: notmuch: FTBFS if built twice in a row: unrepresentable changes to source

2012-08-01 Thread Jameson Graef Rollins
On Wed, Aug 01 2012, David Bremner  wrote:
> As I mentioned on IRC, the test only fails on the Debian build machines
> (building in a clean chroot using sbuild is not enough) so it isn't
> really clear how to duplicate the it. Perhaps building in a clean
> virtual machine without networking would do it.  For which tests fail,
> see
>
> https://buildd.debian.org/status/fetch.php?pkg=notmuch&arch=i386&ver=0.13.2-1&stamp=1338740444
>
> I think the first things to fail are emacs tests. At a wild guess, it
> looks like all of the failing tests are related to emacs.

From a cursory look that does appear to be the case.  The non-emacs
tests that are also failing (json and crypto) are using
emacs_deliver_message.  Do we have any idea what's going on here?

> I don't think failing the build is the right thing to do, since there
> does not actually seem to be anything wrong with the resulting
> packages. So removing them from Debian because of some problems with
> running the test suite seems a bit extreme.  People not using
> notmuch-emacs would probably be especially annoyed ;).

But it also doesn't make much sense to me to run the tests as part of
the build only to ignore the result.  How do we know that the failing
tests aren't actually affecting the distributed packages?  The emacs
failures could be masking real failures of the emacs interface (which
users of notmuch-emacs would probably also find really annoying!).

jamie.


pgpbsAEfHHgit.pgp
Description: PGP signature


Bug#639565:

2012-08-01 Thread HAMANO Tsukasa

At Wed, 1 Aug 2012 11:30:45 +0200,
gregor herrmann  wrote:
>
> On Wed, 01 Aug 2012 18:13:25 +0900, HAMANO Tsukasa wrote:
>
> > > > > which has a very interesting effect:
> > > > > The runtime dependencies for liboauth0 change from
> > > > > Depends: libc6 (>= 2.4), libcurl3-nss (>= 7.16.2-1), libnss3-1d 
> > > > > (>= 3.12.0~1.9b1)
> > > > > to
> > > > > Depends: libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.2), libnss3 (>= 
> > > > > 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~1.9b1)
> > Probably, It would be better the runtime dependency is libcurl3 |
> > libcurl3-nss | libcurl3-gnutls.
>
> I see your point but
> 1) this dependency is calculated automatically from
>${shlibs:Depends}, to add the alternatives would prbably need some
>ugly hack
hmm,

> 2) I'm not sure if bilding against on one and then depending on a
>different version works?

No problem, liboauth is not use directly SSL interface. We can switch
them when linking application with liboauth.

> 3) the dependency on libcurl3-gnutls actually fixes #650138
>
> > Well, It would not be such a critical issue, due to they are able to
> > exist together.
>
> And that's for liboauth0.
>
> For liboauth-dev, my patch specifies
> "Depends: ..., libcurl4-gnutls-dev | libcurl4-dev, libnss3-dev, ..."
> which should be enough to solve the issue you were raising here,
> right?
>

Yes, liboauth-dev's issue was solved. liboauth0 dependency is a little
strange, but I'm ok to closing the bug.
Thanks very much!

--
HAMANO Tsukasa 


pgp7yATMJxAV4.pgp
Description: OpenPGP Digital Signature


Bug#679830: Thank you

2012-08-01 Thread Phyllis Lieb
Please i need your help for a charitable course.

contact: abia.mam...@yahoo.com




Bug#683579: gpgsm: package should depend on dirmngr

2012-08-01 Thread Zachary Harris
Package: gpgsm
Version: 2.0.14-2
Severity: important

The package gpgsm should depend on (or at the very least recommend) the
package
dirmngr.



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

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

Versions of packages gpgsm depends on:
ii  libbz2-1.0  1.0.5-6+squeeze1 high-quality block-sorting
file co
ii  libc6   2.11.3-3 Embedded GNU C Library:
Shared lib
ii  libgcrypt11 1.4.5-2  LGPL Crypto library -
runtime libr
ii  libgpg-error0   1.6-1library for common error
values an
ii  libksba81.0.7-2  X.509 and CMS support library
ii  libpth202.0.7-16 The GNU Portable Threads
ii  libreadline66.1-3GNU readline and history
libraries
ii  libusb-0.1-42:0.1.12-16  userspace USB programming
library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

gpgsm recommends no packages.

gpgsm 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#683578: unblock: getlive/2.4+cvs20120801-1

2012-08-01 Thread Martín Ferrari
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package getlive

I was planning to upload the latest upstream release in June, when I detected
that the source code (including the one currently in the archive) embeds a
piece of code that is non-free (non-commercial clause), see #677005.

Also, both the current version in the archive, and the last one released by
upstream are useless, as the Hotmail page has changed.

Upstream has fixed a while ago the functionality problem, and just fixed the
freeness issue. Both are in CVS only.

Since the code is not exactly stellar, and there were many changes, I don't
feel comfortable backporting the hotmail fix, and fixing the freeness issue
would mean a source repackaging that includes code changes, so I think that
uploading the latest version is going to cause a lot less issues.

TL;DR: please, accept this unblock exception :-)

unblock getlive/2.4+cvs20120801-1

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (900, 'stable-updates'), (900, 'stable'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.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#683577: dmtcp: --ckptdir option is ignored for remote (manual) checkpoint files

2012-08-01 Thread Ian Zimmerman
Package: dmtcp
Version: 1.2.5-1
Severity: normal

 [5+0]boo$ ls -l foo/
total 0
 [6+0]boo$ dmtcp_coordinator --background --ckptdir `pwd`/foo --exit-on-last
dmtcp_coordinator starting...
Port: 7779
Checkpoint Interval: disabled (checkpoint manually instead)
Exit on last client: 1
Backgrounding...
 [7+0]boo$ dmtcp_checkpoint /bin/bash
dmtcp_checkpoint (DMTCP + MTCP) 1.2.5
Copyright (C) 2006-2011  Jason Ansel, Michael Rieker, Kapil Arya, and
   Gene Cooperman
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see COPYING file for details.
(Use flag "-q" to hide this message.)

# in another shell window ...
 [1+0]~$ dmtcp_command --checkpoint
DMTCP-1.2.5 (+ MTCP), Copyright (C) 2006-2011  Jason Ansel, Michael Rieker,
   Kapil Arya, and Gene Cooperman
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see COPYING file for details.
(Use flag "--quiet" to hide this message.)

# back in original shell window
 [1+0]boo$ exit
 [8+0]boo$ ls -laR
..:
total 2740
drwxr-xr-x  3 itz itz4096 Aug  1 18:56 .
drwxr-xr-x 73 itz itz8192 Aug  1 18:52 ..
-rw---  1 itz itz 2785695 Aug  1 18:56 
ckpt_bash_3103411-11005-5019de35.dmtcp
drwxr-xr-x  2 itz itz4096 Aug  1 18:56 foo

../foo:
total 16
drwxr-xr-x 2 itz itz 4096 Aug  1 18:56 .
drwxr-xr-x 3 itz itz 4096 Aug  1 18:56 ..
lrwxrwxrwx 1 itz itz   64 Aug  1 18:56 dmtcp_restart_script.sh -> 
/home/itz/boo/foo/dmtcp_restart_script_3103411-11005-5019de35.sh
-rwxr--r-- 1 itz itz 3918 Aug  1 18:56 
dmtcp_restart_script_3103411-11005-5019de35.sh
 

note how the ckpt_ file is created in the original directory, making the
--ckptdir option quite useless in this scenario.

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

Kernel: Linux 3.4.6-custom (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 dmtcp depends on:
ii  libc6   2.13-33
ii  libgcc1 1:4.7.1-2
ii  libmtcp11.2.5-1
ii  libstdc++6  4.7.1-2

dmtcp recommends no packages.

dmtcp 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#652745: RFP: razor-qt -- simple qt-based desktop window manager

2012-08-01 Thread Carlos Alberto Lopez Perez
Any progress here?

If you are working on the package you should retitle this bug from RFP
to ITP and assign it to you as owner to avoid duplicate work and send
the typical mail to debian-devel telling about the ITP.



signature.asc
Description: OpenPGP digital signature


Bug#683138: [Pkg-nagios-devel] Bug#683138: pnp4nagios-web: crashes immediately due to debian/patches/adjust-template-path

2012-08-01 Thread Christoph Anton Mitterer

Am 01.08.2012 13:50, schrieb Sebastian Harl:

I cannot reproduce this behavior.

Hmm... and you had a clean fresh installation?



Which version of PHP do you use?

5.4.4-2



What
architecture are you on?

amd64



I've tested on amd64 Sid … any other ideas how
your system might be different from mine?
Well the base system is stable, but anything pnp4nagios depends on 
(especially PHP) is from testing.


I run PHP as CGI have some limitations in place, well actually just 
open_basedir ... as suhosin is non-functiona ATM.
But the open_basedir includes /etc/pnp4nagios so that shouldn't be 
aproblem.



So I did some debugging:
If the dir has no subdirs:
php -r 'var_dump(glob("/etc/pnp4nagios/templates.d/*", GLOB_ONLYDIR));'
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20100525/suhosin.so' - /usr/lib/php5/20100525/suhosin.so: 
cannot open shared object file: No such file or directory in Unknown on 
line 0

bool(false)


If it has:
php -r 'var_dump(glob("/etc/pnp4nagios/templates.d/*", GLOB_ONLYDIR));'
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20100525/suhosin.so' - /usr/lib/php5/20100525/suhosin.so: 
cannot open shared object file: No such file or directory in Unknown on 
line 0

array(3) {
  [0]=>
  string(29) "/etc/pnp4nagios/templates.d/a"
  [1]=>
  string(29) "/etc/pnp4nagios/templates.d/b"
  [2]=>
  string(29) "/etc/pnp4nagios/templates.d/c"
}


You can ignore the Suhosin missing warning.

So I guess the problem is that my PHP doesn't return an empty array but 
false, which is also documented to be the case on "some systems":

http://php.net/manual/en/function.glob.php

Cheers,
Chris.


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



Bug#672616: FTBFS: Binary files - and ./test/coretest.out differ

2012-08-01 Thread Tobias Hansen
tags 672616 patch
thanks

The package builds fine here with gcc-4.7 on wheezy and sid with the
attached patch.

Best regards,
Tobias
diff -Nru gforth-0.7.0+ds1/debian/changelog gforth-0.7.0+ds1/debian/changelog
--- gforth-0.7.0+ds1/debian/changelog   2011-07-18 16:51:23.0 +0200
+++ gforth-0.7.0+ds1/debian/changelog   2012-08-02 03:00:39.0 +0200
@@ -1,3 +1,12 @@
+gforth (0.7.0+ds1-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add patch 11-fix-ftbfs.patch to fix FTBFS with gcc-4.7 and
+add Build-Depends: gforth to let it bootstrap itself.
+Closes: #672616
+
+ -- Tobias Hansen   Thu, 02 Aug 2012 02:57:48 +0200
+
 gforth (0.7.0+ds1-6) unstable; urgency=low
 
   * Fix the watch file syntax so the +ds1 part is properly stripped off.
diff -Nru gforth-0.7.0+ds1/debian/control gforth-0.7.0+ds1/debian/control
--- gforth-0.7.0+ds1/debian/control 2011-07-12 14:47:13.0 +0200
+++ gforth-0.7.0+ds1/debian/control 2012-08-02 02:57:40.0 +0200
@@ -4,7 +4,7 @@
 Maintainer: Peter Pentchev 
 Build-Depends: debhelper (>= 8.1.3~), autoconf, automake,
 autotools-dev (>= 20100122.1), dpkg-dev (>= 1.15.7~),
-libffcall1-dev, libtool, libltdl-dev
+libffcall1-dev, libtool, libltdl-dev, gforth
 Standards-Version: 3.9.2
 Homepage: http://www.complang.tuwien.ac.at/projects/forth.html
 Vcs-Git: git://gitorious.org/gforth/pkg-debian.git
diff -Nru gforth-0.7.0+ds1/debian/patches/11-fix-ftbfs.patch 
gforth-0.7.0+ds1/debian/patches/11-fix-ftbfs.patch
--- gforth-0.7.0+ds1/debian/patches/11-fix-ftbfs.patch  1970-01-01 
01:00:00.0 +0100
+++ gforth-0.7.0+ds1/debian/patches/11-fix-ftbfs.patch  2012-08-02 
03:02:53.0 +0200
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with gcc-4.7
+Bug-Debian: http://bugs.debian.org/672616
+Origin: 
http://www.complang.tuwien.ac.at/viewcvs/cgi-bin/viewcvs.cgi/gforth/prim?sortby=date&r2=1.271&r1=1.270
+Last-Update: 2012-08-02
+
+--- a/prim
 b/prim
+@@ -1950,7 +1950,7 @@
+ 
+ newline   ( -- c_addr u ) gforth
+ ""String containing the newline sequence of the host OS""
+-char newline[] = {
++static const char newline[] = {
+ #if DIRSEP=='/'
+ /* Unix */
+ '\n'
diff -Nru gforth-0.7.0+ds1/debian/patches/series 
gforth-0.7.0+ds1/debian/patches/series
--- gforth-0.7.0+ds1/debian/patches/series  2011-07-11 15:49:38.0 
+0200
+++ gforth-0.7.0+ds1/debian/patches/series  2012-08-02 02:41:48.0 
+0200
@@ -8,3 +8,4 @@
 08-qrnnd-build.patch
 09-elisp-auto-mode.patch
 10-engine-subst.patch
+11-fix-ftbfs.patch


Bug#683477: phonon-backend-vlc: No sound in KDE or Amarok

2012-08-01 Thread Lisandro Damián Nicanor Pérez Meyer
tag 683477 moreinfo
thanks

Do you have pulseaudio installed by chance?

If possible, ask on IRC on #debian-kde in oftc.net mentioning this bug (and 
please be patient, we may take some time to reply :-) )

Kinds regards, Lisandro.

-- 
3: Que ocurre en el escritorio de Windows cuando se abre una ventana
* Se cierra una puerta
Damian Nadales
http://mx.grulic.org.ar/lurker/message/20080307.141449.a70fb2fc.es.html

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#683421: golang-go: Please pull Go Issue 1967 into Debian

2012-08-01 Thread Ondřej Surý
Sure, also feel free to add yourself to Uploaders, so you don't have to NMU it.

O.

On Wed, Aug 1, 2012 at 2:59 PM, Michael Stapelberg
 wrote:
> Hi,
>
> Quoting Tonnerre Lombard (2012-07-31 19:51:34)
>> http://code.google.com/p/go/issues/detail?id=1967 fixes this, especially
>> the commit at http://codereview.appspot.com/6201044
>>
>> Please pull this into Debian so I can stop rolling my own golang
>> packages.
> I’ve committed this patch to our golang packaging repository.
>
> Ondřej: Are you OK with me NMUing this one and getting a freeze
> exception for it?
>
> Best regards,
> Michael



-- 
Ondřej Surý 


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



Bug#683576: epiphany-browser: No option available to delete/clear cookies

2012-08-01 Thread sat...@gmail.com
Subject: epiphany-browser: No option available to delete/clear cookies
Package: epiphany-browser
Version: 3.4.2-1
Justification: serious
Severity: serious
Tags: upstream

Dear Maintainer,

   * What led up to the situation?
I am trying to clear/delete the cookies.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
The doc says, "Epiphany stores your cookies and passwords in the Personal
Data Manager which can be accessed by choosing Edit ▸ Personal Data." and
also says that I can view/delete my cookies using Personal Data Manager. I
couldn't find either the Edit menu or any other way to access/delete my
cookies using the settings (the only) menu available at the top right
corner of the browser.
   * What outcome did you expect instead?
When many browsers even allow the ability to clear cookies on closing
the browser automatically, the browser had atleast some handy way to clear
the cookies which is no longer available now.

*** End of the template - remove these lines ***


-- 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/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages epiphany-browser depends on:
ii  dbus-x11   1.6.0-1
ii  epiphany-browser-data  3.4.2-1
ii  gnome-icon-theme   3.4.0-2
ii  gsettings-desktop-schemas  3.4.2-1
ii  iso-codes  3.37-1
ii  libavahi-client3   0.6.31-1
ii  libavahi-common3   0.6.31-1
ii  libavahi-gobject0  0.6.31-1
ii  libc6  2.13-33
ii  libcairo2  1.12.2-2
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libgirepository-1.0-1  1.32.1-1
ii  libglib2.0-0   2.32.3-1
ii  libgnome-keyring0  3.4.1-1
ii  libgtk-3-0 3.4.2-2
ii  libice62:1.0.8-2
ii  libnotify4 0.7.5-1
ii  libnspr4   2:4.9.1-1
ii  libnspr4-0d2:4.9.1-1
ii  libnss32:3.13.5-1
ii  libnss3-1d 2:3.13.5-1
ii  libpango1.0-0  1.30.0-1
ii  libseed-gtk3-0 3.2.0-1
ii  libsm6 2:1.2.1-2
ii  libsoup-gnome2.4-1 2.38.1-2
ii  libsoup2.4-1   2.38.1-2
ii  libsqlite3-0   3.7.13-1
ii  libwebkitgtk-3.0-0 1.8.1-2
ii  libx11-6   2:1.5.0-1
ii  libxml22.8.0+dfsg1-4
ii  libxslt1.1 1.1.26-13

Versions of packages epiphany-browser recommends:
ii  ca-certificates  20120623
ii  evince   3.4.0-2+b1
ii  yelp 3.4.2-1

Versions of packages epiphany-browser suggests:
ii  epiphany-extensions  3.4.0-2

-- no debconf information


-- 
Satheesh Kumar Mohan


Bug#683503: New version 0.1rc0 of SavannahIce released

2012-08-01 Thread Philipp Schafft
flum,

I'm proud to announce the release of SavannahIce version 0.1rc0.

This release mainly updates the Makefile to include the install,
uninstall and semi-install targets as well as the distclean target. This
makes SavannahIce ready to get packaged and used.

This release also includes some smaller code changes to allow simpler
migration to the new Common Protocol Interface (CPI) with the next
release.

The version was changed to include 'rc' as the code base left the state
of being an experimental experiement. To honor this and welcome the
package in the family of RoarAudio packages in good Shape we did this
step.


Feel free to send bugs or suggestions :)

For details see the changelog at the end of this mail.

you can find the download as allways on the website at:
http://roaraudio.keep-cool.org/downloads.html

ChangeLog:
v. 0.1rc0 - Wed Aug 01 2012 26:05 CEST
* Prepared porting to the common protocol interface (See: #267)
* Updated Makefile (Closes: #268)

-- 
Philipp.
 (Rah of PH2)


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


Bug#670566: arduino-mk: Including libraries is broken

2012-08-01 Thread Jérôme
> -USER_LIB_CPP_SRC   = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS)))
> -USER_LIB_C_SRC = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS)))
> +USER_LIB_CPP_SRCS   = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS)))
> +USER_LIB_C_SRCS = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS)))

FWIW, this is part of a larger commit that came a few days after the commit
introducing the feature (and the typo) :

https://github.com/mjoldfield/Arduino-Makefile/commit/de2b5273ec27fbf418c642a34af4721608cd4163

-- 
Jérôme


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



Bug#681745: [pidgin-skype] Pidgin gets no skype chat messages after update to skype 4.0.0.7

2012-08-01 Thread Gabriele Giacone
severity 681745 normal
thanks

Bug is in skype client which doesn't send all messages to the plugin.
Downgrading to normal.


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



Bug#576257: Exploring the possibility of an l10n upload of xfsdump to fix pending l10n bugs

2012-08-01 Thread David Prévot
Hi Nathan,

Thanks for your quick answer.

Le 31/07/2012 19:40, Nathan Scott a écrit :
> On 30 July 2012 06:45, David Prévot  wrote:

> I tried merging the .po file into the build, but it causes a build failure...
> any ideas what this might be caused by?
> 
> [MSGFMT] de.mo
> /usr/bin/msgfmt -c --statistics -o de.mo de.po
> de.po:24:13: invalid multibyte sequence
[…]
> /usr/bin/msgfmt: too many errors, aborting
> make[2]: *** [de.mo] Error 1
> make[1]: *** [po] Error 2
> make: *** [default] Error 2

Looks like the BTS has again broken an UTF-8 file (#666202)…

$ file de.po
de.po: GNU gettext message catalogue, ISO-8859 text

Indeed, let's fix it quickly:

$ iconv -f latin1 de.po | sponge de.po
$ file *.po
de.po: GNU gettext message catalogue, UTF-8 Unicode text
$ LANG=C msgfmt -vvc -o /dev/null de.po
de.po: 764 translated messages.

That's better, included gunzipped so it shouldn't be broken again. The
initial translator, Chris, CCed, may be happy to update the file if the
original changed since he filled that bug report.

>> Of course, an upload made by you would even be better...:-)
> 
> Happy to do that

Thanks!

> (as well as get this merged upstream where it should live)

Even better \o/, thanks a lot!

Cheers

David



de.po.gz
Description: GNU Zip compressed data


signature.asc
Description: OpenPGP digital signature


Bug#670316: shishi: FTBFS on s390x: testsuite failure

2012-08-01 Thread Aurelien Jarno
On Thu, Aug 02, 2012 at 12:06:44AM +0200, Simon Josefsson wrote:
> > > Sure -- should I just upload to unstable?  If you could ask the release
> > > team that would be great.
> > > 
> > 
> > Yes, it's just about uploading that to unstable. Then i'll take care of
> > asking the release team to let it migrate it to wheezy.
> 
> Thanks -- I've done the upload, let's hope it builds now. :-)
> 

Thanks for the upload, it has been built successfully on all
architectures. I have opened bug#683575 to ask for the package to be
unblocked.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


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



Bug#683575: unblock: shishi/1.0.1-2

2012-08-01 Thread Aurelien Jarno
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

shishi fails to build on 64-bit big endian architectures, and that includes
s390x. More info can be found in bug #670316.

Given it's a reverse dependency of inetutils, it's an important package 
if we want people to be able to switch from s390 to s390x with Wheezy so
that s390 can be removed from Jessie (like it was done for arm to armel).

Therefore would it be possible to

   unblock shishi/1.0.1-2

which fixes this FTBFS on s390x? It has been built on all architectures,
and that includes a testsuite. You'll find the debdiff below.

Thanks,
Aurelien


diff -Nru shishi-1.0.1/debian/changelog shishi-1.0.1/debian/changelog
--- shishi-1.0.1/debian/changelog   2012-03-12 20:36:12.0 +0100
+++ shishi-1.0.1/debian/changelog   2012-08-01 23:55:26.0 +0200
@@ -1,3 +1,9 @@
+shishi (1.0.1-2) unstable; urgency=low
+
+  * Apply Aurelien's FTBFS patch. (closes: #670316)
+
+ -- Simon Josefsson   Wed, 01 Aug 2012 23:55:05 +0200
+
 shishi (1.0.1-1) unstable; urgency=low
 
   * New upstream version.
diff -Nru shishi-1.0.1/debian/patches/64bigendian-ftbfs.diff 
shishi-1.0.1/debian/patches/64bigendian-ftbfs.diff
--- shishi-1.0.1/debian/patches/64bigendian-ftbfs.diff  1970-01-01 
01:00:00.0 +0100
+++ shishi-1.0.1/debian/patches/64bigendian-ftbfs.diff  2012-08-01 
23:37:32.0 +0200
@@ -0,0 +1,25 @@
+--- shishi-1.0.1.orig/db/file.c
 shishi-1.0.1/db/file.c
+@@ -435,7 +435,7 @@ read_key (Shisa * dbh,
+ 
+   memset (&tmpkey, 0, sizeof (tmpkey));
+ 
+-  rc = fscanf (fh, "%u %u %u %u %u %u", &tmpkey.etype, &tmpkey.keylen,
++  rc = fscanf (fh, "%u %zu %zu %zu %u %u", &tmpkey.etype, &tmpkey.keylen,
+  &tmpkey.saltlen, &tmpkey.str2keyparamlen, &passwdlen,
+  &tmpkey.priority);
+   if (rc != 5 && rc != 6)
+--- shishi-1.0.1.orig/lib/asn1.c
 shishi-1.0.1/lib/asn1.c
+@@ -124,8 +124,10 @@ shishi_asn1_read_inline (Shishi * handle
+const char *field, char *data, size_t * datalen)
+ {
+   int rc;
++  int tmp = (int) *datalen;
+ 
+-  rc = asn1_read_value (node, field, (unsigned char *) data, (int *) datalen);
++  rc = asn1_read_value (node, field, (unsigned char *) data, &tmp);
++  *datalen = tmp;
+   if (rc != ASN1_SUCCESS)
+ {
+   shishi_error_set (handle, asn1_strerror (rc));
diff -Nru shishi-1.0.1/debian/rules shishi-1.0.1/debian/rules
--- shishi-1.0.1/debian/rules   2011-03-22 15:08:18.0 +0100
+++ shishi-1.0.1/debian/rules   2012-08-01 23:50:25.0 +0200
@@ -4,6 +4,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_DH_MAKESHLIBS_ARGS_libshishi0 = -V'libshishi0 (>= $(DEB_UPSTREAM_VERSION))'
 DEB_DH_MAKESHLIBS_ARGS_libshisa0 = -V'libshisa0 (>= $(DEB_UPSTREAM_VERSION))'

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

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


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



Bug#679762: dolfin: FTBFS: Armadillo could not be found. Be sure to set ARMADILLO_DIR. (missing: ARMADILLO_TEST_RUNS)

2012-08-01 Thread Kumar Appaiah
Hi.

On Wed, Aug 01, 2012 at 08:16:31AM +0200, Johannes Ring wrote:
> Thanks for the report and sorry about the late reply. This is not a
> bug in DOLFIN, but rather a result of the problem reported in #680931
> [1]. It is a GCC 4.7.1 bug, which has now been fixed upstream [2]. I
> am not sure how to handle this from here but Armadillo 3.2.4 (3.2.3 is
> in Debian) has a workaround for the GCC bug. Would it be possible to
> get this version into Debian now?
> 
> [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680931
> [2] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53549#c13

#680931 has been fixed by the latest gcc download, so I don't believe
that the workaround upload for Armadillo is necessary.

Thanks!

Kumar
-- 
I've run DOOM more in the last few days than I have the last few
months.  I just love debugging ;-)
-- Linus Torvalds


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



Bug#683574: unblock: dunst/0.2.0-3

2012-08-01 Thread Michael Stapelberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package dunst

The only change between 0.2.0-2 (currently in testing) and 0.2.0-3 is
the addition of a D-Bus service file. This leads to dunst getting
automatically started when there is a notification so that the user
doesn’t have to start it own his/her own. See bug #683089.

Here is the debdiff:

diff -Nru dunst-0.2.0/debian/changelog dunst-0.2.0/debian/changelog
--- dunst-0.2.0/debian/changelog2012-07-16 20:31:31.0 +0200
+++ dunst-0.2.0/debian/changelog2012-08-02 00:07:33.0 +0200
@@ -1,3 +1,10 @@
+dunst (0.2.0-3) unstable; urgency=low
+
+  * Ship org.knopwob.dunst.service so that dunst gets D-Bus-activated when a
+notification arrives. Thanks Jakob Haufe. (Closes: #683089)
+
+ -- Michael Stapelberg   Thu, 02 Aug 2012 00:07:31 +0200
+
 dunst (0.2.0-2) unstable; urgency=low
 
   * Add Provides: notification-daemon so that you can use dunst to replace
diff -Nru dunst-0.2.0/debian/dunst.install dunst-0.2.0/debian/dunst.install
--- dunst-0.2.0/debian/dunst.install1970-01-01 01:00:00.0 +0100
+++ dunst-0.2.0/debian/dunst.install2012-08-02 00:04:18.0 +0200
@@ -0,0 +1 @@
+debian/org.knopwob.dunst.service /usr/share/dbus-1/services/
diff -Nru dunst-0.2.0/debian/org.knopwob.dunst.service 
dunst-0.2.0/debian/org.knopwob.dunst.service
--- dunst-0.2.0/debian/org.knopwob.dunst.service1970-01-01 
01:00:00.0 +0100
+++ dunst-0.2.0/debian/org.knopwob.dunst.service2012-08-02 
00:03:27.0 +0200
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.freedesktop.Notifications
+Exec=/usr/bin/dunst

unblock dunst/0.2.0-3


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



Bug#683573: libsasl2-2:i386: Conflict with amd64 package (changelog.Debian.gz)

2012-08-01 Thread Marcelo Juchem
Package: libsasl2-2
Version: 2.1.25.dfsg1-4+b1
Severity: serious
Justification: Policy 7.6.1

I have Debian Unstable amd64 running on my system.
After adding multiarch support:
- `dpkg --add-architecture i386`
- `sudo aptitude update`
- `sudo aptitude`
- upgrading ia32-libs and ia32-libs-gtk
- performing installation
The package libsasl2-2:i386 was added as a dependency of ia32-libs
During installation it tried to overwrite a file, changelog.Debian.gz in
/usr/share/doc/libsasl2-2/ (which I believe belongs to its amd64 counterpart).
This is the output error:

-- BEGIN Output from aptitude --
Errors were encountered while processing:
 libldap-2.4-2:i386
 libcurl3:i386
Press Return to continue.

Reading changelogs... Done
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 403807 files and directories currently installed.)
Unpacking libsasl2-2:i386 (from .../libsasl2-2_2.1.25.dfsg1-4+b1_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libsasl2-2_2.1.25.dfsg1-4+b1_i386.deb (--unpack):
 trying to overwrite shared '/usr/share/doc/libsasl2-2/changelog.Debian.gz', 
which is different from other instances of package libsasl2-2:i386
Errors were encountered while processing:
 /var/cache/apt/archives/libsasl2-2_2.1.25.dfsg1-4+b1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of libldap-2.4-2:i386:
 libldap-2.4-2:i386 depends on libsasl2-2 (>= 2.1.24); however:
  Package libsasl2-2:i386 is not installed.

dpkg: error processing libldap-2.4-2:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libcurl3:i386:
 libcurl3:i386 depends on libldap-2.4-2 (>= 2.4.7); however:
  Package libldap-2.4-2:i386 is not configured yet.

dpkg: error processing libcurl3:i386 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libldap-2.4-2:i386
 libcurl3:i386
Press Return to continue.
-- END Output from aptitude --

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

Kernel: Linux 3.4-trunk-rt-amd64 (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 libsasl2-2 depends on:
ii  libc6  2.13-35
ii  libdb5.1   5.1.29-5
ii  multiarch-support  2.13-35

Versions of packages libsasl2-2 recommends:
ii  libsasl2-modules  2.1.25.dfsg1-4+b1

libsasl2-2 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#683572: [CRASH] Uncaught exception AttributeError in Backend/PythonApt.py:801

2012-08-01 Thread Tyler Nelson
Package: update-manager-core
Version: 0.200.5-1
Severity: normal
File: /usr/share/pyshared/UpdateManager/Backend/PythonApt.py



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

- Exception Type: 
- Exception Value: AttributeError("'NoneType' object has no attribute
'get_package_list'",)
- Exception Origin: 
- Exception Traceback:
  File "/usr/lib/pymodules/python2.6/UpdateManager/BugHandler.py", line 89, in
run
threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/pymodules/python2.6/UpdateManager/Backend/PythonApt.py", line
801, in thread_helper
for pkg_info in self._available_updates.get_package_list():




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

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

Versions of packages update-manager-core depends on:
ii  lsb-release   3.2-23.2squeeze1   Linux Standard Base version report
ii  python2.6.6-3+squeeze7   interactive high-level object-orie
ii  python-apt0.7.100.1+squeeze1 Python interface to libapt-pkg
ii  python-support1.0.10 automated rebuilding support for P

Versions of packages update-manager-core recommends:
ii  update-manager-gnome  0.200.5-1  GNOME application that manages sof

update-manager-core suggests no packages.


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



Bug#682683: unblock: sope/1.3.16-1

2012-08-01 Thread Jeroen Dekkers
At Wed, 1 Aug 2012 22:36:12 +0200,
Julien Cristau wrote:
> 
> On Tue, Jul 24, 2012 at 17:33:09 +0200, Jeroen Dekkers wrote:
> 
> > The upstream release is a bugfix only release. Most of the fixes are
> > already in 1.3.15-4 because they are debian fixes submitted upstream
> > or were backported from development version to the debian package. The
> > only actual changes in the Debian package are:
> > 
> > * Build with hardening enabled
> > * Addition of two methods to classes in NGLdap
> > * Change in NGObjWeb to not use a deprecated method
> > 
> That doesn't sound like it fixes an important bug in the package, or am
> I missing something?

Although enabling hardening doesn't fix an important bug, it does add
a lot of protection against security bugs. It's a release goal and if
I'm right changes for release goals are also allowed. SOPE includes a
lot of old code that deals directly with untrusted input from the web,
having hardening enabled for such code is important in my opinion.

The two new NGLdap methods are used by SOGo 1.3.16 and I'm not sure
that it works correctly when used with an older SOPE version that
doesn't have these methods. It's not really a tested/supported
configuration and I would have to check that if the added hardening
isn't a reason to unblock.

The deprecated method change doesn't really matter at all. I prepared
these packages with the intention that they were uploaded before the
freeze, but my sponsor didn't had the time to do the upload. That's
why it's included, but I can't see how that change can cause any
problems.

Kind regards,

Jeroen Dekkers


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



Bug#521130: icedove: can't save message to Sent folder on IMAP server

2012-08-01 Thread Lukáš Chvátal


I had the described problem also. In my case has been solved by freeing 
up some space at the mailbox location.
I had exceeded the disk space quota and, understandably, the sent mail 
could not be saved.


Lukas Chvatal


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



Bug#667341: downgrading severity of gcc issue

2012-08-01 Thread Matthias Klose
severity 667341 important
tags 667341 + upstream
thanks

downgrading to important, workarounds are available:

 - build with -O1
 - build with gcc-4.6


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



Bug#683421: golang-go: Please pull Go Issue 1967 into Debian

2012-08-01 Thread Michael Stapelberg
Hi,

Quoting Tonnerre Lombard (2012-07-31 19:51:34)
> http://code.google.com/p/go/issues/detail?id=1967 fixes this, especially
> the commit at http://codereview.appspot.com/6201044
> 
> Please pull this into Debian so I can stop rolling my own golang
> packages.
I’ve committed this patch to our golang packaging repository.

Ondřej: Are you OK with me NMUing this one and getting a freeze
exception for it?

Best regards,
Michael


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



Bug#670316: shishi: FTBFS on s390x: testsuite failure

2012-08-01 Thread Simon Josefsson
> > Sure -- should I just upload to unstable?  If you could ask the release
> > team that would be great.
> > 
> 
> Yes, it's just about uploading that to unstable. Then i'll take care of
> asking the release team to let it migrate it to wheezy.

Thanks -- I've done the upload, let's hope it builds now. :-)

/Simon


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



Bug#683571: dc: postinst and postrm are not valid scripts

2012-08-01 Thread Stuart Prescott
Package: dc
Version: 1.06.95-3
Severity: serious
Justification: §6.1: maintainer scripts must be proper executable files … they 
must start with the usual #! convention

Hi!

We discovered in #debian today that the dc package contains invalid maintainer
scripts. The postrm script, for example is just the following:

# Automatically added by dh_installmenu
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section

That is, there is no #! line. The previous version of the package has a much
more extensive set of maintainer scripts.

The current version in wheezy (1.06.95-2) does not suffer from this problem
so users should be able to upgrade from squeeze to wheezy without issue. The
package in sid is also installable in sid and wheezy because dpkg has changed
its handling of broken maintainer scripts (#622094). The particular user in
question was trying to upgrade directly from squeeze to sid hence squeeze's
dpkg was trying to deal with this package; debating the merits of that sort
of upgrade is quite separate to this broken maintainer script.

cheers
Stuart


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



Bug#683465: yafaray: Can't set yafaray plugins path

2012-08-01 Thread Tim Day
On Wed, 2012-08-01 at 16:44 +0200, Matteo F. Vescovi wrote:
> The correct parameter to use is -pp and:
>  $ yafaray-xml -pp /usr/lib/yafaray/plugins /yafarayRender.xml
> works fine here.
> So, closing.

Ah, thanks!

In that case the real problem is with the man page which says

   -p path
   Set an alternative path for the plugins.

I (now) note that running the binary with no options does list -pp in
the resulting help text.  But it also lists a bunch of other/different
options which lead me to believe the yafaray-xml.1 man page provided in
the package is now rather obsolete/misleading... seems to be one of
those created-for-Debian ones cooked up in the absence of one being
provided by upstream.  Update, or reduce it down to simply refer to
another source of documentation ?  (Better to contain no information
than false information IMHO).

Anyway, I'll leave it at that... thanks again
Tim


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



Bug#682300: unblock: hunspell-en-us/20070829-6 and openoffice.org-dictionaries/1:3.3.0~rc10-4

2012-08-01 Thread Rene Engelhard
On Sat, Jul 28, 2012 at 01:45:10PM +0200, Julien Cristau wrote:
> I must admit between the myspell vs hunspell confusion in debian/control
> vs debian/changelog

Yeah.

> I don't understand what the intent is here.

#680485 says it. libreoffice-l10n-en-xy suggests hunspell-dictionary-en-xy
(or myspell-dictionary-en-xy); this gets automatically generated from the 
language
code - but that is not provided by the respective dicts. they just provided 
only -en).

While the not available suggests doesn't hurt per se it makes people not aware
(by apt showing that libreoffice-l10n-en-xy suggests the dict) that they need 
to install
a dict/what they need to install.

Regards,

Rene


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



Bug#682935: x86-32: segfault on startup

2012-08-01 Thread Michael Biebl
On 01.08.2012 23:07, Martin-Éric Racine wrote:
> 2012/8/1 Michael Biebl :
>> since this is a crash in libmouse.so, I'm wondering if this is a
>> duplicate of http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675763
>>
>> Did you try to turn of your touchpad or change any of it's settings?
> 
> I'm not sure if it's a duplicate or simply similar but yes, it seems
> to involve the touchpad settings. Since I turned most of them off,
> gnome-settings-daemon no longer crashes.  Of course, turning them off
> kills the whole point of making these features configurable in the
> first place.

Can you please post the (gsettings) configuration which leads to a crash
on your system.


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



signature.asc
Description: OpenPGP digital signature


Bug#683505: notmuch: FTBFS if built twice in a row: unrepresentable changes to source

2012-08-01 Thread David Bremner
Jameson Graef Rollins  writes:

> If a test is failing shouldn't the package build fail as well?  That
> sounds like the real issue to me.

As I mentioned on IRC, the test only fails on the Debian build machines
(building in a clean chroot using sbuild is not enough) so it isn't
really clear how to duplicate the it. Perhaps building in a clean
virtual machine without networking would do it.  For which tests fail,
see

https://buildd.debian.org/status/fetch.php?pkg=notmuch&arch=i386&ver=0.13.2-1&stamp=1338740444

I think the first things to fail are emacs tests. At a wild guess, it
looks like all of the failing tests are related to emacs.

I don't think failing the build is the right thing to do, since there
does not actually seem to be anything wrong with the resulting
packages. So removing them from Debian because of some problems with
running the test suite seems a bit extreme.  People not using
notmuch-emacs would probably be especially annoyed ;).

d


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



Bug#683547: dpkg-source fails on a patch series deleting a file after patching

2012-08-01 Thread Thomas Koch
Raphael Hertzog:
> You diagnosed the problem correctly. This is effectively a regression
> because we had no such problem when we used "patch -R" to unapply the
> patches. Now that we use the quilt backup files instead, we're affected by
> this issue.
> 
> I attach my suggested patch. Please try it.
works. thx!

Thomas Koch, http://www.koch.ro


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



Bug#670316: shishi: FTBFS on s390x: testsuite failure

2012-08-01 Thread Aurelien Jarno
On Wed, Aug 01, 2012 at 03:00:19PM +0200, Simon Josefsson wrote:
> mån 2012-07-30 klockan 20:32 +0200 skrev Aurelien Jarno:
> > retitle 670316 shishi: FTBFS on 64-bit big endian architecture: testsuite 
> > failure
> > tag 670316 + patch
> > thanks
> > 
> > On Wed, Apr 25, 2012 at 03:55:53PM +0200, Philipp Kern wrote:
> > > Hi Simon,
> > > 
> > > thanks for the followup.
> > > 
> > > On Wed, Apr 25, 2012 at 02:54:15PM +0200, Simon Josefsson wrote:
> > > > Philipp Kern  writes:
> > > > > your package FTBFSes on s390x because of a crash / failures in the 
> > > > > testsuite:
> > > > >
> > > > > make[3]: Leaving directory
> > > > > /build/buildd-shishi_1.0.1-1-s390x-luumdM/shishi-1.0.1/tests'
> > > > > /usr/bin/make  check-TESTS
> > > > > make[3]: Entering directory
> > > > > /build/buildd-shishi_1.0.1-1-s390x-luumdM/shishi-1.0.1/tests'
> > > > > shishi_authenticator_seqnumber_get() failed
> > > > > shishi_authenticator_seqnumber_get() failed
> > > > > shishi_authenticator_client() failed
> > > > > shishi_authenticator_client() failed
> > > > > shishi_authenticator_clientrealm() failed
> > > > > shishi_authenticator_authorizationdata() failed
> > > > > shishi_authenticator_cusec_get() failed
> > > > > shishi_authenticator_ctime() failed
> > > > > FAIL: authenticator
> > > > 
> > > > Hi.  Thanks for the report.  I would either need a shell account on this
> > > > architecture, or your help in tracking this down.  Could you get a gdb
> > > > backtrace of the self-test that crashes?  Do you have any ideas on what
> > > > makes this architecture different from all the others, where it builds
> > > > and passes self-tests fine?  Does it use the same gcc/glibc/linux
> > > > versions as other build hosts?
> > > 
> > > It's 64bit big endian, which isn't the case for all other Debian 
> > > architectures
> > > (except debian-ports ppc64 and sparc64).  As a DM you can request guest 
> > > access
> > > yourself by following [1], you don't need anybody to vouch for you or
> > > something.  If you don't want to do that I can go and collect a 
> > > backtrace, but
> > > it might take a few days, too.
> > > 
> > 
> > The problem is indeed related to 64-bit big endian machines, it also
> > fails to build on ppc64 ans sparc64. This is due to casting size_t 
> > pointers (len type in shishi) into int pointers (len type in libtasn1).
> > The patch below fixes the problem. (Note that there are also plenty of
> > format warning about size_t values being printed with %u, though they
> > seem to be harmless).
> 
> Thanks for debugging this.
> 
> > 
> > Given we are in freeze period, would it be possible to upload a new
> > revision of shishi with only these changes? I believe the release team
> > would accept such a change and let the package migrate to testing.
> > shishi is important on s390x in order to get inetutils built.
> 
> Sure -- should I just upload to unstable?  If you could ask the release
> team that would be great.
> 

Yes, it's just about uploading that to unstable. Then i'll take care of
asking the release team to let it migrate it to wheezy.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


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



Bug#683570: debian-policy: [Packaging] Please include all the supplemental documentation

2012-08-01 Thread Gian Piero Carrubba

Package: debian-policy
Severity: wishlist

Please also include within the package all the documents listed under 
"Supplemental Policy documentation" in [0].

At the moment, the missing documents seem to be:

- debconf specification
- Emacsen policy
- Java policy (request already present in #553619)
- Python policy 


Thanks,
Gian Piero.

[0] http://www.debian.org/doc/devel-manuals#policy

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
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


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



Bug#683569: owncloud: excessive use of fsync() with sqlite backend leaves performance unbearable

2012-08-01 Thread shawn
Package: owncloud
Version: 4.0.4debian-1
Severity: wishlist
Tags: upstream

Dear Maintainer,

I have a _very_ small contact list, maybe 50 contacts or so, and from using 
strace it seems that
owncloud calls fsync() twice for every contact, and it does it completely 
serially. As
I have this database on SD, it means it has taken over 10 minutes so far, and 
still has not completed.

Maybe a bulk import mode, where it just copies the database, or something that 
would probably be far better
is per-record locking and atomic support that comes with a database library 
like kyotocabinet/kyototycoon.

-- System Information:
Debian Release: wheezy
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 3.4.0-tomoyo-6-gfd64aac (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages owncloud depends on:
ii  libjs-jquery  1.7.2+debian-2
ii  libjs-jquery-jplayer  2.1.0-1
ii  libjs-jquery-ui   1.8.ooops.21+dfsg-2
ii  libphp-phpmailer  5.1-1
ii  nginx-full [httpd]1.2.1-2.1
ii  owncloud-sqlite   4.0.4debian-1
ii  php-crypt-blowfish1.1.0~RC2-1
ii  php-getid31.9.3-1
ii  php-mdb2  2.5.0b3-2
ii  php-mdb2-schema   0.8.5-1
ii  php-pear  5.4.4-2
ii  php-sabredav  1.6.2-3
ii  php-xml-parser1.3.4-6
ii  php5  5.4.4-2
ii  php5-curl 5.4.4-2
ii  php5-gd   5.4.4-2

Versions of packages owncloud recommends:
ii  postfix [mail-transport-agent]  2.9.3-2+b1

owncloud suggests no packages.

-- Configuration Files:
/etc/owncloud/htaccess [Errno 13] Permission denied: u'/etc/owncloud/htaccess'

-- 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#683568: git: NO_HARDLINKS broke in 1.7.11 (renamed to NO_INSTALL_HARDLINKS)

2012-08-01 Thread Anders Kaseorg
Package: git
Version: 1:1.7.11-1~exp0
Severity: serious
Justification: package uninstallable

The btrfs “Too many links” bug (http://bugs.debian.org/642603, 
http://bugs.debian.org/645009, http://bugs.debian.org/654596) has 
reappeared in 1:1.7.11-1~exp0 because, when the no-hardlinks patch was 
merged upstream as v1.7.11-rc0~47^2, NO_HARDLINKS was renamed to 
NO_INSTALL_HARDLINKS.  debian/rules needs to be updated accordingly, and 
the migration code in git.preinst might need to be adjusted.

Anders


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



Bug#683418: [Debian RT] CVE-2012-4000: XSS vulnerability in fckeditor

2012-08-01 Thread Frank Habermann
Hi,

> > I will try to contact upstream to find a solution.
upstream is working on a solution and will give me feedback tomorrow.
 
> And can you check if ckeditor is affected too?
I checked it and it was not affected.

regards,
Frank


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


Bug#683073: unblock: gnunet/0.9.3-3

2012-08-01 Thread Julien Cristau
On Wed, Aug  1, 2012 at 22:43:39 +0200, Bertrand Marc wrote:

> You'll find the diff of the last fix (for the grave bug) here:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=74;filename=670578.diff;att=1;bug=670578
> 
It's much easier for us if we don't have to go chase patches in other
places and stuff is all in the mail.

Thanks,
Julien


signature.asc
Description: Digital signature


Bug#683247: Bug#683030: unblock: vlc/2.0.3-1

2012-08-01 Thread Stepan Golosunov
01.08.2012 в 09:45:12 +0100 Adam D. Barratt написал:
> On 01.08.2012 09:14, Fabian Greffrath wrote:
> >So, will libav 6:0.8.3-5 get unblocked or should we request this
> >separately?
> 
> The libav discussion moved to (the cloned) #683247, where Reinhard
> said he was going to upload -6.  That bug also contains some
> discussion which suggests the previous m-a:foreign changes were
> incorrect.  In any case, let's move the discussion there, please.
> :-)

These multi-arch changes were correct (the packages cannot be
"Multi-Arch: foreign" because they provide architecture-specific
interface) but not ideal (architecture-specific packages should not be
"Architecture: all"). And problems created by this non-ideality are
mitigated by general uselessness of the packages (they are intented to
transition packages which were never in stable).

Also, multi-arch changes were described correctly in the changelog
before
http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libav.git;a=commitdiff;h=677532340a55be1e0974de241f06aa605e2be083
The architecture change of libav-extra-dbg (with libav-regular-dbg
forgotten again) was in fact related to #680602, not #680613. And it
also creates architecture-dependent "Architecture: all" package
problems. Which are again mitigated by uselessness of the package
(it is not only intended to transition from package not found in
stable, but also does not have reverse dependencies).


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



Bug#682624: openteacher: FTBFS: subprocess.CalledProcessError: Command '['./compile_all.py']' returned non-zero exit status 1

2012-08-01 Thread Charlie Smotherman
Package: openteacher
Followup-For: Bug #682624

This build failure is due to pyqt4-4.9.1-5 (bug #682623), pyqt4 has been fixed
in version 4.9.3-4 and openteacher now builds correctly.



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

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

Versions of packages openteacher depends on:
ii  hicolor-icon-theme  0.12-1
ii  python  2.7.3~rc2-1
ii  python-qt4  4.9.1-5

openteacher recommends no packages.

openteacher 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#683567: texlive-pictures: Dependency error while using latex package adjustbox from this package

2012-08-01 Thread Saulo Soares de Toledo
Package: texlive-pictures
Version: 2012.20120611-3
Severity: normal

Latex package adjustbox is inside texlive-pictures
While trying use "\usepackage{adjustbox}", we receive the error
"collectbox.sty not found". This happens because this file, required by
adjustbox, is at package texlive-latex-extra

texlive-pictures should depends of texlive-latex-extra then.

I'm not attaching files here because it's a simple dependency question.



##
minimal input file


##
other files

##
 List of ls-R files

-rw-r--r-- 1 root root 1389 Aug  1 18:06 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 Jun 17 22:25 /usr/share/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 31 Jun 25 19:39 /usr/share/texlive/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEMAIN
-rw-rw-r-- 1 root staff 80 Apr 11 10:43 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 31 Jun 25 19:39 /usr/share/texlive/texmf-dist/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Jun 25 19:39 /usr/share/texlive/texmf-dist/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Jun 25 19:39 /usr/share/texlive/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEMAIN
##
 Config files
-rw-r--r-- 1 root root 475 Jun 19 10:33 /etc/texmf/web2c/texmf.cnf
-rw-r--r-- 1 root root 3806 Aug  1 18:06 /var/lib/texmf/web2c/fmtutil.cnf
lrwxrwxrwx 1 root root 32 Jun 25 19:39 /usr/share/texmf/web2c/updmap.cfg -> 
/var/lib/texmf/updmap.cfg-DEBIAN
-rw-r--r-- 1 root root 3716 Aug  1 18:06 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 8
-rw-r--r-- 1 root root 283 Jun 25  2011 mktex.cnf
-rw-r--r-- 1 root root 475 Jun 19 10:33 texmf.cnf
##
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf

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

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

Versions of packages texlive-pictures depends on:
ii  dpkg  1.16.8
ii  luatex0.70.1.20120524-3
ii  tex-common3.13
ii  texlive-base  2012.20120611-3
ii  texlive-binaries  2012.20120628-1
ii  texlive-common2012.20120611-3

Versions of packages texlive-pictures recommends:
ii  pgf 2.10-1
ii  ruby1.8 [ruby-interpreter]  1.8.7.358-4
ii  texlive-pictures-doc2012.20120611-3
ii  tk8.5 [wish]8.5.11-2

Versions of packages texlive-pictures suggests:
pn  dot2tex  

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]  1.5.45
ii  dpkg   1.16.8
ii  ucf3.0025+nmu3

Versions of packages tex-common suggests:
ii  debhelper  9.20120608

Versions of packages texlive-pictures is related to:
ii  tex-common3.13
ii  texlive-binaries  2012.20120628-1

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:


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



Bug#682935: x86-32: segfault on startup

2012-08-01 Thread Martin-Éric Racine
2012/8/1 Michael Biebl :
> since this is a crash in libmouse.so, I'm wondering if this is a
> duplicate of http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675763
>
> Did you try to turn of your touchpad or change any of it's settings?

I'm not sure if it's a duplicate or simply similar but yes, it seems
to involve the touchpad settings. Since I turned most of them off,
gnome-settings-daemon no longer crashes.  Of course, turning them off
kills the whole point of making these features configurable in the
first place.

Martin-Éric


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



Bug#680547: [kgpg] Complains about missing ~/.gnupg/options

2012-08-01 Thread Eriberto
The solution doesn't worked for me...

Regards,

Eriberto - Brazil


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



Bug#682684: unblock: sogo/1.3.16-1

2012-08-01 Thread Julien Cristau
On Tue, Jul 24, 2012 at 18:29:20 +0200, Jeroen Dekkers wrote:

> diff -Nru sogo-1.3.15a/SoObjects/SOGo/NSData+Crypto.m 
> sogo-1.3.16/SoObjects/SOGo/NSData+Crypto.m
> --- sogo-1.3.15a/SoObjects/SOGo/NSData+Crypto.m   1970-01-01 
> 01:00:00.0 +0100
> +++ sogo-1.3.16/SoObjects/SOGo/NSData+Crypto.m2012-06-07 
> 17:40:41.0 +0200
> @@ -0,0 +1,620 @@
[...]
> + * This file is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2, or (at your option)
> + * any later version.
> + *
[...]
> +#include 
> +#include 
> +#include 
> +

openssl and gpl aren't very good friends, so that's going to be a
problem.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#683211: unblock: worldwind/0.5.0-9

2012-08-01 Thread Adam D. Barratt
On Mon, 2012-07-30 at 22:22 +0200, Ralf Treinen wrote:
> On Sun, Jul 29, 2012 at 10:09:02PM +0100, Adam D. Barratt wrote:
> > On Sun, 2012-07-29 at 22:36 +0200, Ralf Treinen wrote:
> > > Please unblock package worldwind. Release 0.5.0-9 fixes bug number #682411
> > > (FTBFS)
> > [...]
> > > -JAVA_HOME:= /usr/lib/jvm/java-6-openjdk/
> > > +BUILDARCH?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
> > > +JAVA_HOME=  /usr/lib/jvm/java-6-openjdk-$(BUILDARCH)/
> > 
> > Should that be DEB_HOST_ARCH, to allow for cross-building?
> 
> cross-build for java code?

Erm, yeah, ignore that.  I clearly had an odd moment.

> In fact, as Sylvestre Ledru told me, the correct value is simply
> /usr/lib/jvm/default-java/. I just have uploaded version 0.5.0-10
> with a fixed value of JAVA_HOME.
> 
> > > --- worldwind-0.5.0.orig/wms-release.zip.cdbs-config_list
> > > +++ worldwind-0.5.0/wms-release.zip.cdbs-config_list
> > > @@ -0,0 +1 @@
> > > + 2148  2008-05-02 18:04   WEB-INF/config.xml
> > 
> > Where did this come from?
> 
> Beats me. When building from svn, with the orig tarball as taken from
> a debian mirror, I get in the diff.gz:
> 
> --- worldwind-0.5.0.orig/wms-release.zip.cdbs-config_list
> +++ worldwind-0.5.0/wms-release.zip.cdbs-config_list
> @@ -0,0 +1 @@
> + 2148  2008-05-02 18:04   WEB-INF/config.xml
> 
> But the diff.gz of 0.5.0-8 contains nothing of this kind. Sylvestre,
> do you know where this is coming from? Is this coming from the invocation
> of ant in the clean target of debian/rules?

Anyone? :)

Regards,

Adam


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



Bug#623950: RFP: asm4 -- Java bytecode manipulation framework

2012-08-01 Thread Aditya Vaidya
Hello,

I've been looking to packaging this for the past few days so that LWJGL can
be updated, and I think I've run into a problem. When simply copying the
"debian/" directory from 'asm3' and renaming the packages (and other
things) from 'libasm3' to 'libasm4', it fails to compile with this error:

BUILD FAILED
/tmp/buildd/asm4-4.0/build.xml:539: The following error occurred while
executing this line:
/tmp/buildd/asm4-4.0/test/build.xml:233: taskdef class
com.sun.tdk.signaturetest.ant.ATest cannot be found
 using the classloader AntClassLoader[]

After some investigating, I found that it needs some JAR file called
"sigtest.jar", which I've found. However, I know that having libraries
inside other libraries (pre-compiled ones, that is) is frowned upon (well,
as far as I know they are), which I create an ITP for "sigtest"? That'll
allow me to have a Build-Dependency on it, and then I can avoid including a
pre-built JAR in the program.

So, should I create an ITP for "sigtest" in order to get this package
created?

Sincerely,
Aditya Vaidya


Bug#683073: unblock: gnunet/0.9.3-3

2012-08-01 Thread Bertrand Marc

Dear release team,

I prepared a new revision of gnunet, fixing a grave bug (#670578), 
thanks to Gregor Herrmann. Here is the new changelog:

  * debian/control: update Vcs-* to the new repository in collab-maint.
  * Install only the generated binaries on Hurd, thanks to Cyril Roelandt
(Closes: #670794).
  * Use chmod and chown instead of dpkg-statoverride to set special 
permissions
and upgrade properly depending on the previous version (Closes: 
#673301).

  * Rewrite gnunet-server.init based on /etc/init.d/skeleton and make
gnunet-server depend on lsb-base to use LSB logging.
  * Fix "gcc-4.6: [sparc] compiler fails to align stack-allocated
struct, with array of uint32-values to 32-bit boundary":
new patch sparc_alignment.patch, taken from upstream:
https://lists.gnu.org/archive/html/gnunet-svn/2012-07/msg00548.html
Thanks to Jurij Smakov for the analysis.
(Closes: #670578)

You'll find the diff of the last fix (for the grave bug) here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=74;filename=670578.diff;att=1;bug=670578

Again, I uploaded it to mentors, waiting for your approval.

Cheers,
Bertrand


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



Bug#683561: [Pkg-openldap-devel] Bug#683561: libldap-2.4-2: LDAP clients cannot send requests larger than ~16k to servers when using SASL over TLS

2012-08-01 Thread Christian Seiler
> Please note that the OpenLDAP maintainers don't have a lot of spare capacity
> to go around, so it's unlikely that there will be a stable update to squeeze
> for this bug.

Is there any way for me to help out? It basically is just a trivial
patch that has to be added to debian/patches/ of the package.


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



Bug#682683: unblock: sope/1.3.16-1

2012-08-01 Thread Julien Cristau
On Tue, Jul 24, 2012 at 17:33:09 +0200, Jeroen Dekkers wrote:

> The upstream release is a bugfix only release. Most of the fixes are
> already in 1.3.15-4 because they are debian fixes submitted upstream
> or were backported from development version to the debian package. The
> only actual changes in the Debian package are:
> 
> * Build with hardening enabled
> * Addition of two methods to classes in NGLdap
> * Change in NGObjWeb to not use a deprecated method
> 
That doesn't sound like it fixes an important bug in the package, or am
I missing something?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#683251: unblock: libisoburn/1.2.2-2

2012-08-01 Thread Julien Cristau
On Mon, Jul 30, 2012 at 09:54:50 +0200, George Danchev wrote:

> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Hi, [ please Cc me on replies, I'm not subscribed to -release ]
> 
> I would like to upload to sid a bug fix against libisoburn/1.2.2-1,
> which we would like to further have in wheezy as well. I'm now waiting
> for a green light to upload to sid. Full debdiff, along with explanations,
> is attached.
> 
Go ahead.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#668383: smokeping: fails to install, remove, distupgrade, and install again

2012-08-01 Thread Antoine Beaupré
On 2012-07-06, Niko Tyni wrote:
> Antoine, are you aware of this open release critical bug?
>
> I see I'm still listed in Uploaders. Please remove me,
> I no longer consider myself responsible for this package.

I have seen it, and some brave soul has been nice enough to fix it *and*
remoev you from Uploaders! :)

Thank you for your work too!

A.

-- 
Travail, du latin Tri Palium trois pieux, instrument de torture.


pgpHpDc56yRak.pgp
Description: PGP signature


Bug#683566: DDPO: "co-maintained" radio buttons broken

2012-08-01 Thread Jakub Wilk

Package: qa.debian.org
User: qa.debian@packages.debian.org
Usertags: ddpo

On http://qa.debian.org/developer.php there are two sets of "Display 
co-maintained packages" radio buttons, but they don't seem to change 
anything.


As for the "List of packages for maintainer", I'm sent to 3 different 
pages:


http://qa.debian.org/developer.php?login=jwilk&comaint=yes
http://qa.debian.org/developer.php?login=jwilk&comaint=no
http://qa.debian.org/developer.php?login=jwilk&comaint=only

but their contents is identical.

As for the "List of packages for maintainer, query by source package 
name" for, I'm always redirected to the same URL, regardless of which 
button I choose.


--
Jakub Wilk


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



Bug#681387: unblock: resiprocate (follow up)

2012-08-01 Thread Daniel Pocock


On 27/07/12 18:11, Adam D. Barratt wrote:
> On Tue, 2012-07-24 at 13:06 +, Daniel Pocock wrote:
>> I'm just following up on the previous reply I sent you
> 
> Sorry for not getting back to you yet.  We're still wading through
> requests, and those which aren't an obvious quick yes/no often take a
> little while longer to deal with.
> 

Would it help if an independent DD (not previously involved with the
package) was to look over the request and comment on whether it is
appropriate for unblock?


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



Bug#683565: empathy: Epiphany doesn't start chat

2012-08-01 Thread Martin Dosch
Package: empathy
Version: 3.4.2.3-1
Severity: normal
Tags: lfs

Dear Maintainer,

empathy doesn't start a chat when i'm double-clicking on the contacts name and
when im doing right-click "chat".
At the moment, it seems that i have no chance to start a chat.

This odd behaviour is new. I used empathy without problems a day or two ago.


Best regards,
Martin



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

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 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 empathy depends on:
ii  dbus-x11 1.6.0-1
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-2
ii  empathy-common   3.4.2.3-1
ii  geoclue  0.12.0-4
ii  gnome-icon-theme 3.4.0-2
ii  gsettings-desktop-schemas3.4.2-1
ii  libc62.13-33
ii  libcairo21.12.2-2
ii  libcanberra-gtk3-0   0.28-4
ii  libcanberra0 0.28-4
ii  libchamplain-0.12-0  0.12.2-1+b1
ii  libchamplain-gtk-0.12-0  0.12.2-1+b1
ii  libcheese-gtk21  3.4.2-1
ii  libclutter-1.0-0 1.10.8-1
ii  libclutter-gst-1.0-0 1.5.4-1+b2
ii  libclutter-gtk-1.0-0 1.2.0-2
ii  libcogl9 1.10.2-6
ii  libdbus-glib-1-2 0.100-1
ii  libebook-1.2-13  3.4.3-1
ii  libenchant1c2a   1.6.0-7
ii  libfarstream-0.1-0   0.1.2-1
ii  libfolks-telepathy25 0.6.9-1+b1
ii  libfolks25   0.6.9-1+b1
ii  libgcr-3-1   3.4.1-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgee2  0.6.4-2
ii  libgeoclue0  0.12.0-4
ii  libgeocode-glib0 0.99.0-1
ii  libglib2.0-0 2.32.3-1
ii  libgnome-keyring03.4.1-1
ii  libgnutls26  2.12.20-1
ii  libgoa-1.0-0 3.4.2-1
ii  libgstreamer-plugins-base0.10-0  0.10.36-1
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.4.2-2
ii  libgudev-1.0-0   175-3.1
ii  libmission-control-plugins0  1:5.12.0-2
ii  libnm-glib4  0.9.4.0-5
ii  libnotify4   0.7.5-1
ii  libpango1.0-01.30.0-1
ii  libpulse-mainloop-glib0  2.0-3
ii  libpulse02.0-3
ii  libsoup2.4-1 2.38.1-2
ii  libtelepathy-farstream2  0.4.0-2
ii  libtelepathy-glib0   0.18.1-2
ii  libtelepathy-logger2 0.4.0-1
ii  libwebkitgtk-3.0-0   1.8.1-2
ii  libx11-6 2:1.5.0-1
ii  libxml2  2.8.0+dfsg1-4
ii  telepathy-logger 0.4.0-1
ii  telepathy-mission-control-5  1:5.12.0-2

Versions of packages empathy recommends:
ii  gvfs-backends1.12.3-1+b1
ii  nautilus-sendto-empathy  3.4.2.3-1
ii  sound-theme-freedesktop  0.7.pristine-2
ii  telepathy-gabble 0.16.1-1
ii  telepathy-haze   0.6.0-1
ii  telepathy-salut  0.8.0-2

Versions of packages empathy suggests:
ii  telepathy-idle  0.1.11-2
ii  vino3.4.2-1

Versions of packages empathy is related to:
ii  telepathy-gabble [telepathy-connection-manager]  0.16.1-1
ii  telepathy-haze [telepathy-connection-manager]0.6.0-1
ii  telepathy-idle [telepathy-connection-manager]0.1.11-2
ii  telepathy-rakia [telepathy-connection-manager]   0.7.4-1
ii  telepathy-salut [telepathy-connection-manager]   0.8.0-2

-- no debconf information


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



Bug#683562: kfreebsd-image-9.0-1-amd64: Package does not install !

2012-08-01 Thread Steven Chamberlain
Hi,

It might be useful to know what version of the grub-pc package you have
installed?

> run-parts: executing /etc/kernel/postinst.d/dkms 9.0-1-amd64
> Please install the linux-headers-9.0-1-amd64 package,
 ^ ^^^

> run-parts: executing /etc/kernel/postinst.d/initramfs-tools 9.0-1-amd64
> update-initramfs: Generating /boot/initrd.img-9.0-1-amd64
 ^^ ^^^

It seems like the existence of a kFreeBSD kernel on a linux-* arch
confuses GRUB's dkms and mkinitramfs postinst hooks.

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#683564: lib32asound2-plugins missing in Wheezy

2012-08-01 Thread Thomas Maass
Package: lib32asound2-plugins
Version: 1.0.23-1+b1
Severity: normal

The package lib32asound2-plugins is missing in Wheezy.
Therefor there is no sound in ALSA only applications.



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

Versions of packages lib32asound2-plugins depends on:
ii  ia32-libs 20120102
ii  lib32asound2  1.0.25-3
ii  libc6-i3862.13-33

lib32asound2-plugins recommends no packages.

lib32asound2-plugins 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#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-08-01 Thread Marcelo Santana
Package: gnome-settings-daemon
Version: 3.4.2-4

Dear maintainer,

I can reproduce the same bug on my EeePC 1005HA. Maybe it is a
specific bug relative to these netbooks models.

Is there anything that I can do to help you to solve this bug?

Best regards,
Marcelo Santana


--- System information. ---
Architecture: i386
Kernel:   Linux 3.2.0-3-686-pae

Debian Release: wheezy/sid
  500 unstableftp.br.debian.org 
1 experimentalftp.br.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libatk1.0-0 (>= 1.12.4) | 2.4.0-2
libc6  (>= 2.4) | 2.13-35
libcairo-gobject2   (>= 1.10.0) | 1.12.2-2
libcairo2   (>= 1.10.0) | 1.12.2-2
libcanberra-gtk3-0(>= 0.25) | 0.28-4
libcanberra0   (>= 0.2) | 0.28-4
libcolord1  (>= 0.1.12) | 0.1.21-1
libcomerr2(>= 1.01) | 1.42.5-1
libcups2 (>= 1.4.0) | 1.5.3-2
libdbus-glib-1-2  (>= 0.88) | 0.100-1
libfontconfig1   (>= 2.9.0) | 2.9.0-7
libgcrypt11  (>= 1.4.5) | 1.5.0-3
libgdk-pixbuf2.0-0  (>= 2.22.0) | 2.26.1-1
libglib2.0-0(>= 2.31.8) | 2.32.3-1
libgnome-desktop-3-2 (>= 3.4.0) | 3.4.2-1
libgnomekbd7   (>= 2.91.90) | 3.4.0.2-1
libgnutls26  (>= 2.12.17-0) | 2.12.20-1
libgssapi-krb5-2(>= 1.6.dfsg.2) | 1.10.1+dfsg-2
libgtk-3-0  (>= 3.3.18) | 3.4.2-2
libgudev-1.0-0 (>= 146) | 175-5
libk5crypto3(>= 1.6.dfsg.2) | 1.10.1+dfsg-2
libkrb5-3   (>= 1.6.dfsg.2) | 1.10.1+dfsg-2
liblcms2-2  | 2.2+git20110628-2.2
libnotify4   (>= 0.7.3) | 0.7.5-1
libnspr4 (>= 2:4.9-2~)  | 2:4.9.2-1
 OR libnspr4-0d   (>= 1.8.0.10) | 2:4.9.2-1
libnss3   (>= 2:3.13.4-2~)  | 2:3.13.5-1
 OR libnss3-1d(>= 3.12.0~1.9b1) | 2:3.13.5-1
libpackagekit-glib2-14  | 0.7.5-2
libpango1.0-0   (>= 1.14.0) | 1.30.0-1
libpolkit-gobject-1-0 (>= 0.99) | 0.105-1
libpulse-mainloop-glib0 (>= 0.99.1) | 2.0-4
libpulse0   (>= 0.99.1) | 2.0-4
libsqlite3-0 (>= 3.5.9) | 3.7.13-1
libupower-glib1  (>= 0.9.9) | 0.9.17-1
libwacom2  (>= 0.3) | 0.5-1
libx11-6| 2:1.5.0-1
libxfixes3 (>= 1:4.0.1) | 1:5.0-4
libxi6  (>= 2:1.2.99.4) | 2:1.6.1-1
libxklavier16  (>= 5.0) | 5.2.1-1
libxtst6| 2:1.2.1-1
zlib1g (>= 1:1.1.4) | 1:1.2.7.dfsg-13
dconf-gsettings-backend | 0.12.1-2
 OR gsettings-backend   | 
gsettings-desktop-schemas(>= 3.3.0) | 3.4.2-1
nautilus-data (>= 2.91.3-1) | 3.4.2-1


Recommends  (Version) | Installed
=-+-===
pulseaudio| 2.0-4


Suggests   (Version) | Installed
-+-===
x11-xserver-utils| 7.7~3
gnome-screensaver| 3.4.1-1
metacity | 1:2.34.3-2
 OR x-window-manager | 


signature.asc
Description: PGP signature


Bug#683563: denemo: Enable hardened build flags

2012-08-01 Thread Josue Abarca
Package: denemo
Version: 0.9.2-1
Severity: important

$ hardening-check /usr/bin/denemo 
/usr/bin/denemo:
 Position Independent Executable: no, normal executable!
 Stack protected: no, not found!
 Fortify Source functions: no, only unprotected functions found!
 Read-only relocations: no, not found!
 Immediate binding: no, not found!

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

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

Versions of packages denemo depends on:
ii  denemo-data0.9.2-1
ii  guile-1.8-libs 1.8.8+1-8
ii  libasound2 1.0.25-3
ii  libatk1.0-02.4.0-2
ii  libaubio2  0.3.2-4.2+b1
ii  libc6  2.13-35
ii  libcairo2  1.12.2-2
ii  libfftw3-3 3.3.2-3
ii  libfluidsynth1 1.1.5-2
ii  libfontconfig1 2.9.0-7
ii  libfreetype6   2.4.9-1
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libglib2.0-0   2.33.6-1
ii  libgmp10   2:5.0.5+dfsg-2
ii  libgtk2.0-02.24.10-1
ii  libgtksourceview2.0-0  2.10.4-1
ii  libltdl7   2.4.2-1.1
ii  libpango1.0-0  1.30.0-1
ii  libportaudio2  19+svn2021-1
ii  librsvg2-2 2.36.1-1
ii  libsamplerate0 0.1.8-5
ii  libsmf01.3-2
ii  libxml22.8.0+dfsg1-5
ii  ttf-denemo 0.9.2-1

Versions of packages denemo recommends:
ii  alsa-base [alsa]  1.0.25+2+nmu1
pn  denemo-doc
ii  lilypond  2.14.2-3

denemo 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#683265: wader-core: does not kill daemon on remove

2012-08-01 Thread Michael Biebl
Hi Simon,

On 01.08.2012 21:35, Michael Biebl wrote:
> since you were asking for a way to reliably stop D-Bus activated
> services (on remove), see how it is done in udisks or upower, i.e. get
> the pid via GetConnectionUnixProcessID for the bus name that is claimed
> by wader-core, then simply use kill.
> 
> http://anonscm.debian.org/gitweb/?p=pkg-utopia/upower.git;a=blob;f=debian/upower.prerm;h=6327e01d5a07bd4693a7b0822430a1ffac3fea1d;hb=HEAD

We use this code already in quite a few maintainer scripts (udisks,
udisks2, upower, policykit-1, hal),

get_pid() {
[ -n "$1" ] || return 0
[ -S /var/run/dbus/system_bus_socket ] || return 0

dbus-send --system --dest=org.freedesktop.DBus --print-reply \
  /org/freedesktop/DBus
org.freedesktop.DBus.GetConnectionUnixProcessID \
  string:$1 2>/dev/null | awk '/uint32/ {print $2}'
}

if [ "$1" = "remove" ]; then
kill $(get_pid org.freedesktop.UPower) 2>/dev/null || true
fi



I'm wondering if we should add as small utiltily to dbus, say dbus-kill,
which takes a D-Bus name so you'd only have to write:

if [ "$1" = "remove" ]; then
dbus-kill org.freedesktop.UPower || true
fi

Or something similar to that.

Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#683547: dpkg-source fails on a patch series deleting a file after patching

2012-08-01 Thread Raphael Hertzog
Control: tag 683547 + patch

On Wed, 01 Aug 2012, Thomas Koch wrote:
> It might not be a good idea in the first place to have such a patch series. 
> But
> dpkg-source --after-build fails on it. It can not copy the original file 
> because
> the parent directory of the original file does not exist anymore.
> 
> I suspect, that the patch command deleted all empty parent directories as
> described for the -remove-empty-files option. I tried to provide a fix that
> calls make_path($target_dir) in scripts/Dpkg/Source/Quilt.pm but I failed 
> perl.

You diagnosed the problem correctly. This is effectively a regression
because we had no such problem when we used "patch -R" to unapply the
patches. Now that we use the quilt backup files instead, we're affected by
this issue.

I attach my suggested patch. Please try it.

I will certainly push this to master for inclusion in wheezy since
it's a regression introduced by my changes in dpkg 1.16.5.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/
>From 135833c9fe7c6c2f4dc90fd9eb41d75165fb4daa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= 
Date: Wed, 1 Aug 2012 21:18:07 +0200
Subject: [PATCH] Dpkg::Source::Quilt: ensure the target directory exist
 before copying files

When we restore files in the pop operation, the target directory is
usually pre-existing, but in the case where the patch is removing all the
files in the directory, the usage of patch's --remove-empty-files lead to
the removal of the parent directories which are empty.

This caused a regression in dpkg-source's handling of "3.0 (quilt)" source
package since this case was not causing any problem when the patch
were unapplied with "patch -R" (patch creates the required directories).

Reported-by: Thomas Koch 
Closes: #683547
---
 debian/changelog |4 
 scripts/Dpkg/Source/Quilt.pm |3 +++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5e4245c..cf28bb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 dpkg (1.16.9) UNRELEASED; urgency=low
 
+  [ Raphaël Hertzog ]
+  * Fix dpkg-source regression in "3.0 (quilt)" source packages while
+unapplying patches that remove all files in a directory. Closes: #683547
+
   [ Updated programs translations ]
   * Czech (Miroslav Kure).
 
diff --git a/scripts/Dpkg/Source/Quilt.pm b/scripts/Dpkg/Source/Quilt.pm
index 25819df..5ca9fb7 100644
--- a/scripts/Dpkg/Source/Quilt.pm
+++ b/scripts/Dpkg/Source/Quilt.pm
@@ -29,6 +29,8 @@ use Dpkg::Vendor qw(get_current_vendor);
 use File::Spec;
 use File::Copy;
 use File::Find;
+use File::Path qw(make_path);
+use File::Basename;
 
 sub new {
 my ($this, $dir, %opts) = @_;
@@ -287,6 +289,7 @@ sub restore_quilt_backup_files {
 my $target = File::Spec->catfile($self->{'dir'}, $relpath_in_srcpkg);
 if (-s $_) {
 unlink($target);
+make_path(dirname($target));
 unless (link($_, $target)) {
 copy($_, $target) ||
 syserr(_g("failed to copy %s to %s"), $_, $target);
-- 
1.7.10.4



Bug#683265: wader-core: does not kill daemon on remove

2012-08-01 Thread Michael Biebl
On 01.08.2012 21:35, Michael Biebl wrote:
> Hi Tzafrir,
> 
> since you were asking for a way to reliably stop D-Bus activated
> services (on remove), see how it is done in udisks or upower, i.e. get
> the pid via GetConnectionUnixProcessID for the bus name that is claimed
> by wader-core, then simply use kill.

We do also restart upower/udisks during upgrades, fwiw. See

http://anonscm.debian.org/gitweb/?p=pkg-utopia/upower.git;a=blob;f=debian/upower.postinst;h=8202ffa480ad9fed4a265b9f558057b06ec556c8;hb=HEAD#l39

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



signature.asc
Description: OpenPGP digital signature


Bug#682251: libaudit1: fails to upgrade from 'sid' - trying to overwrite /lib/libauparse.so.0.0.0

2012-08-01 Thread Julien Cristau
On Tue, Jul 31, 2012 at 15:05:18 +0200, Alban Browaeys wrote:

> +Package: libauparse0
> +Architecture: any
> +Priority: optional
> +Depends: ${shlibs:Depends}, ${misc:Depends}
> +Description: Dynamic library for parsing security auditing
> + The audit-libs parse package contains the dynamic libraries needed for
> + applications to use the audit framework. It is used to monitor systems for
> + security related events.
> +

This is probably missing Conflicts and Replaces on libaudit0 (and some
versions of libaudit1).

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#682265: Please undo automatic removals of wims, wims-extra, etc. from testing

2012-08-01 Thread Georges Khaznadar
, 682...@bugs.debian.org
Reply-To: 
In-Reply-To: 

Dear debian-release teammates,

Debian testing watch a écrit :
> FYI: The status of the wims source package
> in Debian's testing distribution has changed.
> 
>   Previous version: 4.03a-7
>   Current version:  (not in testing)
>   Hint: <http://release.debian.org/britney/hints/jcristau>

I read the e-mail thread related to bug #682265, and committed
Salvatore Bonaccorso's NMU which fixes this bug.

I wish I had been warned sooner about this bug, because it was quite easy
to fix, nothing like the work which had been necessary to package wims
and to make it installable on every architecture.

Here is the part of the page
http://release.debian.org/britney/hints/jcristau which is related to
this issue:

--8<-----
# 20120720; done 20120801
# build-dep on node-uglify
# 682265
remove mootools/1.4.5~debian1-2
remove wims/4.03a-7 wims-extra/3.62-6 wims-modules-es/3.64-1
zoneminder/1.25.0-1.1
--8<-

If I consider dates, the removal was decided on the 20th July, and
Salvatore Bonaccorso posted his patch to fix the dependency problem the
21st July.  See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;bug=682265 
I was notified of the automatic removals today, quite ten days later,
and committed a fix now.

If it is still possible, please do accept the NMU for mootools, which
makes it buildable in wheezy, then please undo removals for packages
wims/4.03a-7, wims-extra/3.62-6, wims-modules-es/3.64-1, and
zoneminder/1.25.0-1.1 which depend on it.

Thank you in advance,   Georges.




signature.asc
Description: Digital signature


Bug#501453: icedove: Freezes when online and new message alert is on

2012-08-01 Thread Carsten Schoenert
Hello Tomas,

in the between times varios new versions are released.
For me this alert function works fine with recent versions in squeeze
und wheezy.
Do you allready have freezes or could this report closed?

Regrads
Carsten

On Tue, Oct 07, 2008 at 04:42:57PM +0200, Tomas Safarik wrote:
> Package: icedove
> Version: 2.0.0.16-1
> Severity: normal
> 
> 
> Hi,
> 
> I found out that when I turn on new message alert 
> (Edit->Preferences->General->Show an alert) than whole application 
> freezes (after restart). When I turn it off everything works fine 
> (I have to do it offline othervise the application freezes).
> 
> It may be connected to some IMAP or large mailbox issue as my 
> mailbox is accessed via IMAP and has over 3000 emails.
> 
> I'll be happy to provide any necessary information to find out where 
> the problem is.
> 
> Thank you
> 
> Tomas
> 
> 


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



Bug#683562: kfreebsd-image-9.0-1-amd64: Package does not install !

2012-08-01 Thread michael chlon
Package: kfreebsd-image-9.0-1-amd64
Version: 9.0-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,

When I try to install, on testing purose, this package, I have this
issue:

= 8< ===

Running postinst hook script update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found:
/boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /vmlinuz-3.2.0-2-amd64
Found kernel: /vmlinuz-3.0.0-1-amd64
Found kernel: /vmlinuz-2.6.38-2-amd64
Found kernel: /vmlinuz-2.6.32-trunk-amd64
Found kernel: /vmlinuz-2.6.32-5-amd64
Found kernel: /vmlinuz-2.6.32-3-amd64
Updating /boot/grub/menu.lst ... done

run-parts: executing /etc/kernel/postinst.d/dkms 9.0-1-amd64
/boot/kfreebsd-9.0-1-amd64.gz
Error! Error! Your kernel headers for kernel 9.0-1-amd64 cannot be
found.
Your kernel headers for kernel 9.0-1-amd64 cannot be found.
Please install the linux-headers-9.0-1-amd64 package,
Please install the linux-headers-9.0-1-amd64 package,
or use the --kernelsourcedir option to tell DKMS where it's located
or use the --kernelsourcedir option to tell DKMS where it's located
Error! Your kernel headers for kernel 9.0-1-amd64 cannot be found.
Please install the linux-headers-9.0-1-amd64 package,
or use the --kernelsourcedir option to tell DKMS where it's located
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 9.0-1-amd64
/boot/kfreebsd-9.0-1-amd64.gz
update-initramfs: Generating /boot/initrd.img-9.0-1-amd64
ERROR: could not get modinfo from 'xhci': No such file or directory
ERROR: could not get modinfo from 'reiserfs': No such file or directory
ERROR: could not get modinfo from 'udf': No such file or directory
ERROR: could not get modinfo from 'xfs': No such file or directory
/var/tmp/mkinitramfs_w0rVs5/scripts/init-top/multipath: ligne5:
/scripts/functions: Aucun fichier ou dossier de ce type
WARNING: could not open
/var/tmp/mkinitramfs_w0rVs5/lib/modules/9.0-1-amd64/modules.order: No
such file or directory
WARNING: could not open
/var/tmp/mkinitramfs_w0rVs5/lib/modules/9.0-1-amd64/modules.builtin: No
such file or directory
run-parts: executing /etc/kernel/postinst.d/pm-utils 9.0-1-amd64
/boot/kfreebsd-9.0-1-amd64.gz
run-parts: executing /etc/kernel/postinst.d/update-notifier 9.0-1-amd64
/boot/kfreebsd-9.0-1-amd64.gz

= 8< 

It seems to be the kernel's name passed to DKMS.

Thanks for the reply !

Michael Chlon


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

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

-- 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#683265: wader-core: does not kill daemon on remove

2012-08-01 Thread Michael Biebl
Hi Tzafrir,

since you were asking for a way to reliably stop D-Bus activated
services (on remove), see how it is done in udisks or upower, i.e. get
the pid via GetConnectionUnixProcessID for the bus name that is claimed
by wader-core, then simply use kill.

http://anonscm.debian.org/gitweb/?p=pkg-utopia/upower.git;a=blob;f=debian/upower.prerm;h=6327e01d5a07bd4693a7b0822430a1ffac3fea1d;hb=HEAD
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#499005: icedove crashes w/segfault when clickin on new mail in IMAP accounts

2012-08-01 Thread Carsten Schoenert
forcemerge 499005 500807
thanks

Hello Paul,

this bugreport (and #500807) is quite a little bit older and sadly no 
one had useful infos for this reported problem.
In the between times varios new versions are released. Did you allready
have some segfault while trying to get new mail from your IMAP account?

I belive this problem is gone.

Regards
Carsten

On Mon, Sep 15, 2008 at 06:44:42AM -0400, Paul Cartwright wrote:
> Package: icedove
> Version: 2.0.0.16-1
> Severity: normal
> 
> start icedove from command line & click on new email in IMAP inbox:
> 


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



Bug#613430: debian-installer will not install grub bootloader on kfreebsd-amd64 system w/ a ZFS partition

2012-08-01 Thread Steven Chamberlain
severity 613430 serious
found 613430 grub-installer/1.75
tags 613430 + wheezy sid pending
thanks

On 01/08/12 16:42, Joey Hess wrote:
> Steven Chamberlain wrote:
>> It could be that grub-installer tries to mount with '-t proc' instead of
>> '-t linprocfs' on GNU/kFreeBSD. 
> 
> It did. Fixed in git.

That simple, huh.  Thanks for that!

I'm bumping the severity of this if that's okay;  otherwise, I guess
nobody can install GNU/kFreeBSD Wheezy/Sid without poking around in the
shell.

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#682935: x86-32: segfault on startup

2012-08-01 Thread Michael Biebl
Hi,

since this is a crash in libmouse.so, I'm wondering if this is a
duplicate of http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675763

Did you try to turn of your touchpad or change any of it's settings?

Could you attach the output of
"gsettings list-recursively org.gnome.settings-daemon.peripherals.touchpad"
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#682803: trn4: Segfault whilst applying killfile to article with long header line

2012-08-01 Thread Nick Leverton
Package: trn4
Version: 4.0-test77-5
Followup-For: Bug #682803

I should have investigated the article reported in the backtrace.
It has a References header of 1034 characters, and we are trying (at
artsrch.c line 400) to sprintf that into good old 'buf' which is only
1024 bytes long.

I fear this may not be generally soluble without changing some of trn's
basic assumptions, such as all headers it may receive being less than a
certain fixed length.  This is not true under RFC5536, even if it ever
was under RFC1036.

On the other hand, doubling up the buffer lengths might see us die hard
trn lovers through another 25 years of Usenet, perhaps ?  It's not as
if RAM size is a problem on most platforms these days.

Nick


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



Bug#577103: [icedove] additional information about the segfault

2012-08-01 Thread Carsten Schoenert
Hello Muammar,

id you have this segfault with current versions too?
Hopefully this bug coult be closed after two years without any news.

Regards
Carsten

On Wed, Jun 02, 2010 at 04:07:26PM -0430, Muammar El Khatib wrote:
> Package: icedove
> Version: 3.0.4-3
> 
> 
> Hi,
> 
> icedove segfaults randomly in my system, too. I am pasting below the
> strace output.
> 
> I am not sure if this piece of information is helpful, but I am getting
> this problem using Gmail IMAP settings. Re-installing didn't work for me
> either.
> 
> Regards,
> 
> 


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



Bug#683449: gnome-terminal doesn't work properly with htop

2012-08-01 Thread Michael Biebl
On 01.08.2012 20:02, Martin Dosch wrote:
> Hi,
> 
> thank you.
> This fixes it partly. Now i can close htop via F10 but it opens the
> right-click-menu too. (see attached video)

Yeah, this issue is already known. the F10 keypress is interpreted as
SHIFT+F10, see the linked upstream bug.


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



signature.asc
Description: OpenPGP digital signature


Bug#683418: [Debian RT] CVE-2012-4000: XSS vulnerability in fckeditor

2012-08-01 Thread Yves-Alexis Perez
On mar., 2012-07-31 at 21:56 +0200, Frank Habermann wrote:
> Hi,
> 
> > an XSS vulnerability was found in fckeditor before 2.6.7. Please try to
> > fix the problem using an isolated fix since we are in freeze.
> > 
> > More info can be found at
> > http://disse.cting.org/2012/06/22/fckeditor-reflected-xss-vulnerability/
> Thanks for the advice.
> I found no official solution at the moment.
> 
> My soltions for the moment are:
> 
> 1. change line 27 to:
> echo "textinputs[$key] = decodeURIComponent(\"" . htmlentities($val, 
> ENT_COMPAT) . "\");\n";
> 2. change line 27 to:
> echo "textinputs[$key] = decodeURIComponent(\"" . htmlspecialchars($val, 
> ENT_QUOTES) . "\");\n";
> 
> Both soltuins work for me.
> 
> I will try to contact upstream to find a solution.

And can you check if ckeditor is affected too?
-- 
Yves-Alexis


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


Bug#683561: libldap-2.4-2: LDAP clients cannot send requests larger than ~16k to servers when using SASL over TLS

2012-08-01 Thread Christian Seiler
Package: libldap-2.4-2
Version: 2.4.23-7.2
Severity: normal
Tags: patch

When using SASL authentication over TLS, if a request is larger than ~16k, the
client library will issue the error message "Cannot connect to server". The
reason for this is that the SASL layer (which just passes the data for
read/write operations through to the underlying TLS layer) has a limit of ~9M
for its maximum message size, while GnuTLS internally only uses at most 16k
buffers. If one wants to send more than ~16k as a request, the SASL layer can't
pass everything through at once. The code actually does contain a detection
mechanism for partial writes in the underlying I/O layer, but it doesn't tell
that information to the calling function, but just pretends that zero bytes
were written, which causes the calling function to think the server broke the
connection off before the client could send the request.

Upstream OpenLDAP has already fixed this and the version in wheezy is not
affected anymore, but squeeze still has this bug.

The upstream bug report is:


The upstream commit that fixes the problem is:


Please note that this does not only occur when using syncrepl (as discussed in
the upstream bug report), but also when for example uploading a JPEG photo that
is larger than ~16K with either ldapmodify or any other client software (such
as python-ldap-based scripts).

The patch applies cleanly against the current version of OpenLDAP.



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

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

Versions of packages libldap-2.4-2 depends on:
ii  libc6   2.11.3-3 Embedded GNU C Library: Shared lib
ii  libgnutls26 2.8.6-1+squeeze2 the GNU TLS library - runtime libr
ii  libsasl2-2  2.1.23.dfsg1-7   Cyrus SASL - authentication abstra

libldap-2.4-2 recommends no packages.

libldap-2.4-2 suggests no packages.

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

-- no debconf information
X-Git-Url: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blobdiff_plain;f=libraries%2Flibldap%2Fsasl.c;h=8856ef78d556b74607390d2e2b548460565af3b7;hp=6aa8cce49791cda8720636d6f88c8589c4cee24d;hb=f32f1a45d4e4f3259e33cedc3571c27787add409;hpb=50a21d512f0585af4cb7d84d77597029a64beca9

diff --git a/libraries/libldap/sasl.c b/libraries/libldap/sasl.c
index 6aa8cce..8856ef7 100644
--- a/libraries/libldap/sasl.c
+++ b/libraries/libldap/sasl.c
@@ -733,8 +733,9 @@ sb_sasl_generic_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
 		return ret;
 	} else if ( p->buf_out.buf_ptr != p->buf_out.buf_end ) {
 		/* partial write? pretend nothing got written */
-		len2 = 0;
 		p->flags |= LDAP_PVT_SASL_PARTIAL_WRITE;
+		sock_errset(EAGAIN);
+		len2 = -1;
 	}
 
 	/* return number of bytes encoded, not written, to ensure


Bug#652502: Sometimes the driver pata_jmicron cause a kernel crash

2012-08-01 Thread Francesco Muzio
Yes, I still have the PATA DVD drives (unused) and currently use the 
same motherboard since one year.


But I am unable to reproduce the problem when I want.


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



Bug#403648: New test: Try unpack, then remove?

2012-08-01 Thread Andreas Beckmann
Hmm,

I just ran into something similar:

dpkg -i some.deb
- can't configure due to missing depedencies
- postinst is not run -> the debconf templates are not registered
dpkg -r some
- postrm calls db_get but the template does not exist, so script fails
with error 10, package is not removed

so we really should test unpack-remove-purge


what is the correct solution for the maintainer script anyway?
db_get || true  <== may hide some other errors


Andreas


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



  1   2   3   4   >