Bug#650478: iputils-ping: ping very slow on some non-numeric destinations due to timeout on avahi-daemon socket

2011-11-30 Thread Noah Meyerhans
On Wed, Nov 30, 2011 at 03:51:56AM +0100, Vincent Lefevre wrote:
 ping is very slow on some destinations (not of the form of an IP address)
 due to a timeout on the avahi-daemon socket. I can reproduce the same
 problem on another Debian/unstable machine. This seems to be a regression
 as I have no such problem on a Debian/stable machine.

ping itself doesn't make direct use of avahi at all. It seems likely at
first glance that this is an issue with the system-wide resolver.  I'll
see if I can reproduce this and possibly pass it off to the maintainer
of the relevant package...

noah



signature.asc
Description: Digital signature


Bug#649468: [PATCH] alpha: add io{read,write}{16,32}be functions

2011-11-30 Thread Michael Cree
These functions are used in some PCI drivers with big-endian
MMIO space.

Admittedly it is almost certain that no one this side of the
Moon would use such a card in an Alpha but it does get us
closer to being able to build allyesconfig or allmodconfig,
and it enables the Debian default generic config to build.

Signed-off-by: Michael Cree mc...@orcon.net.nz
---
 arch/alpha/include/asm/io.h |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h
index 56ff965..6365ef2 100644
--- a/arch/alpha/include/asm/io.h
+++ b/arch/alpha/include/asm/io.h
@@ -490,6 +490,11 @@ extern inline void writeq(u64 b, volatile void __iomem 
*addr)
 }
 #endif
 
+#define ioread16be(p) be16_to_cpu(ioread16(p))
+#define ioread32be(p) be32_to_cpu(ioread32(p))
+#define iowrite16be(v,p) iowrite16(cpu_to_be16(v), (p))
+#define iowrite32be(v,p) iowrite32(cpu_to_be32(v), (p))
+
 #define inb_p  inb
 #define inw_p  inw
 #define inl_p  inl
-- 
1.7.4.3




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



Bug#649855:

2011-11-30 Thread Kurt McKee
Please make the URL https://code.google.com/p/feedparser/ instead
(using HTTPS).




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



Bug#650493: apt-listchanges: please show messages after installing the packages

2011-11-30 Thread hennr
Package: apt-listchanges
Version: 2.85.8
Severity: normal

Currently the process for me is:

select upgrades in aptitude, fetch them (leave the pc), come back, find the
packages downloaded but not installed because apt-listcahnges has something to
tell me, press q to exit the pager, wait until all upgrades are installed.

Since I cannot abbort the installation of a package which listchanges I don't
like, there is no need to interrupt the installation progress at all. Please
let apt-listchanges show me the changes after everything has been installed to
have a nicer workflow.



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

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

Versions of packages apt-listchanges depends on:
ii  apt0.8.15.9   
ii  debconf [debconf-2.0]  1.5.41 
ii  debianutils4.0.4  
ii  python 2.7.2-9
ii  python-apt 0.8.0  
ii  python-support 1.0.14 
ii  ucf3.0025+nmu2

Versions of packages apt-listchanges recommends:
ii  exim4  4.77-1   
ii  exim4-daemon-light [mail-transport-agent]  4.77-1+b1

Versions of packages apt-listchanges suggests:
ii  chromium [www-browser]14.0.835.202~r103287-1
ii  guake [x-terminal-emulator]   0.4.2-7   
ii  iceweasel [www-browser]   9.0~b3-1  
ii  konqueror [www-browser]   4:4.6.5-1 
ii  konsole [x-terminal-emulator] 4:4.6.5-1 
ii  python-glade2 2.24.0-2  
ii  python-gtk2   2.24.0-2  
ii  w3m [www-browser] 0.5.3-4   
ii  xfce4-terminal [x-terminal-emulator]  0.4.8-1   
ii  xterm [x-terminal-emulator]   276-1 

-- debconf information:
  apt-listchanges/confirm: false
  apt-listchanges/which: news
  apt-listchanges/frontend: pager
  apt-listchanges/email-address: root
  apt-listchanges/save-seen: true



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



Bug#650494: eric: Clipboard hotkeys not working

2011-11-30 Thread Alexander Myodov
Package: eric
Version: 4.4.18-1
Severity: important

With the latest qscintilla, the clipboard shortcuts stopped working. As the 
clipboard operations are almost regular in programming, this effectively blocks 
Eric from being usable until fixed.
The problem seems known already upstream; there is a similar bug in Archlinux 
with more details: https://bugs.archlinux.org/task/27321
It is suggested over there that backporting 
http://die-offenbachs.homelinux.org/viewvc/eric4%20IDE?view=revisionrevision=4185
 and 
http://die-offenbachs.homelinux.org/viewvc/eric4%20IDE?view=revisionrevision=4186
 (or using the Eric version where these fixes are available) fixes this problem.

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

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

Versions of packages eric depends on:
ii  bicyclerepair   0.9-6 
ii  python  2.7.2-9   
ii  python-chardet  2.0.1-2   
ii  python-pygments 1.4+dfsg-2
ii  python-qscintilla2  2.6-2 
ii  python-qt4  4.8.6-2   

Versions of packages eric recommends:
ii  eric-api-files  4.4.18-1

Versions of packages eric suggests:
pn  pyqt4-dev-tools   4.8.6-2   
pn  python [python-profiler]  2.7.2-9   
pn  python-doc2.7.2-9   
pn  python-kde4-doc   4:4.6.80-3
pn  python-qt4-doc4.8.6-2   
pn  python-qt4-sql4.8.6-2   
pn  qt4-designer  4:4.7.3-5 
pn  qt4-dev-tools 4:4.7.3-5 
pn  qt4-doc-html  4:4.7.3-5 
pn  ruby  none

-- no debconf information



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



Bug#650408: evince: Cannot open application/pdf in Squeeze

2011-11-30 Thread Rikard Nordin
On 29/11/2011 18:13, Josselin Mouette wrote:
 Please show the output of:
 ldd -r /usr/lib/evince/2/backends/libpdfdocument.so

linux-vdso.so.1 =  (0x7fffb2784000)
libevdocument.so.2 = /usr/lib/libevdocument.so.2
(0x7fac23881000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0
(0x7fac2326)libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0
(0x7fac2303e000)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0
(0x7fac22e14000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x7fac22b8c000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1
(0x7fac22956000)
libpoppler-glib.so.4 = /usr/local/lib/libpoppler-glib.so.4
(0x7fac2272a000)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0
(0x7fac2247d000)libgdk_pixbuf-2.0.so.0 =
/usr/lib/libgdk_pixbuf-2.0.so.0 (0x7fac2226)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0
(0x7fac22054000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0x7fac21e08000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0x7fac21b55000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0
(0x7fac2190e000)libgmodule-2.0.so.0 =
/usr/lib/libgmodule-2.0.so.0 (0x7fac2170b000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x7fac21506000)
   librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7fac212fe000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x7fac21022000)
libxml2.so.2 = /usr/lib/libxml2.so.2 (0x7fac20cd1000)
libz.so.1 = /usr/lib/libz.so.1 (0x7fac20aba000)
libcairo.so.2 = /usr/local/lib/libcairo.so.2 (0x7fac20843000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x7fac2053e000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7fac202bc000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7fac1ff38000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1
(0x7fac1fd21000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0
(0x7fac1fb05000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x7fac1f7ca000)
libXcomposite.so.1 = /usr/lib/libXcomposite.so.1
(0x7fac1f5c7000)
libXdamage.so.1 = /usr/lib/libXdamage.so.1 (0x7fac1f3c5000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0x7fac1f1c)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0x7fac1ef97000)
libpoppler.so.4 = /usr/local/lib/libpoppler.so.4
(0x7fac1eba)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x7fac1e97c000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7fac1e778000)
libpixman-1.so.0 = /usr/local/lib/libpixman-1.so.0
(0x7fac1e51e000)libpng12.so.0 = /lib/libpng12.so.0
(0x7fac1e2f7000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0x7fac1e0ed000)
libXext.so.6 = /usr/lib/libXext.so.6 (0x7fac1dedb000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0x7fac1dcd8000)
libXi.so.6 = /usr/lib/libXi.so.6 (0x7fac1dac9000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0x7fac1d8c1000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0x7fac1d6b6000)
libpcre.so.3 = /lib/libpcre.so.3 (0x7fac1d486000)
libresolv.so.2 = /lib/x86_64-linux-gnu/libresolv.so.2
(0x7fac1d26f000)
libselinux.so.1 = /lib/libselinux.so.1 (0x7fac1d051000)
/lib64/ld-linux-x86-64.so.2 (0x7fac23cc3000)
libxcb.so.1 = /usr/lib/libxcb.so.1 (0x7fac1ce34000)
libXau.so.6 = /usr/lib/libXau.so.6 (0x7fac1cc31000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x7fac1ca2b000)
undefined symbol: poppler_layers_iter_free
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layers_iter_get_title
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layer_hide
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layers_iter_new
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layer_get_radio_button_group_id
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layer_get_type
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layer_get_title
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layers_iter_get_child
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layers_iter_get_layer
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layer_is_parent
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layers_iter_next
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layer_show
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_layer_is_visible
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: poppler_annot_set_contents
(/usr/lib/evince/2/backends/libpdfdocument.so)
undefined symbol: 

Bug#649707: stumpwm: StumpWM crashes after upgrade to GDM3

2011-11-30 Thread Deepak Tripathi
Desmond, 
Please find the information below.
 What's the value of this:

  (asdf::flatten-source-registry)


* (asdf::flatten-source-registry)

((#P/usr/lib/sbcl/ :RECURSE T :EXCLUDE
  (.bzr .cdv .git .hg .pc .svn CVS RCS SCCS _darcs _sgbak
   autom4te.cache cover_db _build debian))
 (#P/usr/share/common-lisp/source/ :RECURSE T :EXCLUDE
  (.bzr .cdv .git .hg .pc .svn CVS RCS SCCS _darcs _sgbak
   autom4te.cache cover_db _build debian)))
* 


 Deepak Tripathi dee...@debian.org writes:

 Package: stumpwm
 Version: 1:20110819.gitca08e08-1
 Severity: grave

 Dear Maintainer,
 I have updated my system to gdm3/gnome3 and after upgrading stumpwm has
 not been functioning properly. At first glace i thought its a StumWm bug
 but later when i installed from git source it was working.

 For more detail on the issue please check.

 http://comments.gmane.org/gmane.comp.window-managers.stumpwm.devel/2672

 I think it's the same as #647544.  It has been fixed in the upstream
 repo (git commit 6e07883) but the maintainer has not uploaded a new
 package.

-- 
,
| Life's Too Short, Write Fast Code, Use emacs :) 
| Deepak Tripathi(gnumonk)
| irc: irc.debian.org | nick: deepak, gnumonk
| irc: irc.freenode.com | nick: gnumonk
| web: http://www.gnumonk.com 
`



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



Bug#650495: linux-image-3.1.0-1-amd64: oops

2011-11-30 Thread Tim Connors
Package: linux-2.6
Version: 3.1.1-1
Severity: normal

The oops below occurred on the new kernel, within about 5 minutes of
using the machine normally.  There was a mild amount of disk and
network activity simultaneously, as per the bug report here:
https://lkml.org/lkml/2011/11/8/9

Network still seems to be operating normally.

-- Package-specific info:
** Version:
Linux version 3.1.0-1-amd64 (Debian 3.1.1-1) (b...@decadent.org.uk) (gcc 
version 4.6.2 (Debian 4.6.2-4) ) #1 SMP Mon Nov 14 08:02:25 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-3.1.0-1-amd64 root=/dev/mapper/base-root ro quiet

** Tainted: PWCO (5633)
 * Proprietary module has been loaded.
 * Taint on warning.
 * Module from drivers/staging has been loaded.
 * Out-of-tree module has been loaded.

** Kernel log:
[ 3523.666176] operapluginwrap[29370]: segfault at 0 ip f7317473 sp 
fffb42ec error 4 in libc-2.13.so[f72a4000+153000]
[ 3523.695146] operapluginwrap[29382]: segfault at 0 ip f737c473 sp 
ff8d79cc error 4 in libc-2.13.so[f7309000+153000]
[ 3688.170528] operapluginwrap[29841]: segfault at 140a8052 ip 7fd12bcec178 
sp 7fe7f2a0 error 4 in libgobject-2.0.so.0.2800.6[7fd12bcb7000+5]
[ 3702.260713] operapluginwrap[30036]: segfault at 726f7286 ip 7f8562765178 
sp 7fffb29c6f00 error 4 in libgobject-2.0.so.0.2800.6[7f856273+5]
[ 4122.904184] CE: hpet increased min_delta_ns to 20113 nsec
[19638.530760] svc: 192.168.1.20, port=60700: unknown version (0 for prog 
13, nfsd)
[20659.532700] svc: 192.168.1.22, port=60275: unknown version (0 for prog 
13, nfsd)
[29690.108944] operapluginwrap[24716]: segfault at 0 ip f7372473 sp 
ffb504ec error 4 in libc-2.13.so[f72ff000+153000]
[29690.160898] operapluginwrap[24728]: segfault at 0 ip f73b7473 sp 
ffc4b26c error 4 in libc-2.13.so[f7344000+153000]
[29690.271333] operapluginwrap[24764]: segfault at 0 ip f73c5473 sp 
ffa5ea4c error 4 in libc-2.13.so[f7352000+153000]
[29690.302736] operapluginwrap[24776]: segfault at 0 ip f73a0473 sp 
ffa5c29c error 4 in libc-2.13.so[f732d000+153000]
[29690.338732] operapluginwrap[24788]: segfault at 0 ip f733a473 sp 
ffacfd4c error 4 in libc-2.13.so[f72c7000+153000]
[36208.974570] operapluginwrap[17826]: segfault at 0 ip f734c473 sp 
ffef975c error 4 in libc-2.13.so[f72d9000+153000]
[36210.360861] operapluginwrap[17838]: segfault at 0 ip f73b3473 sp 
ffa3db7c error 4 in libc-2.13.so[f734+153000]
[36210.856717] operapluginwrap[17863]: segfault at 0 ip f7376473 sp 
ffaed79c error 4 in libc-2.13.so[f7303000+153000]
[36211.329723] operapluginwrap[17876]: segfault at 0 ip f739c473 sp 
ff94247c error 4 in libc-2.13.so[f7329000+153000]
[36211.575442] operapluginwrap[17888]: segfault at 0 ip f73ee473 sp 
ffe3f7dc error 4 in libc-2.13.so[f737b000+153000]
[36420.109810] operapluginwrap[18804]: segfault at 0 ip f73e6473 sp 
ffa784ac error 4 in libc-2.13.so[f7373000+153000]
[36420.363868] operapluginwrap[18834]: segfault at 0 ip f7399473 sp 
ffa94c9c error 4 in libc-2.13.so[f7326000+153000]
[36421.079483] operapluginwrap[18860]: segfault at 0 ip f73f7473 sp 
ffa7795c error 4 in libc-2.13.so[f7384000+153000]
[36421.333212] operapluginwrap[18872]: segfault at 0 ip f7393473 sp 
ffe78b0c error 4 in libc-2.13.so[f732+153000]
[36421.584970] operapluginwrap[18884]: segfault at 0 ip f7337473 sp 
ff82055c error 4 in libc-2.13.so[f72c4000+153000]
[37525.441608] operapluginwrap[21760]: segfault at 0 ip f7376473 sp 
ffde6f7c error 4 in libc-2.13.so[f7303000+153000]
[37525.681356] operapluginwrap[21772]: segfault at 0 ip f73c1473 sp 
ff90fd1c error 4 in libc-2.13.so[f734e000+153000]
[37526.389068] operapluginwrap[21797]: segfault at 0 ip f73cb473 sp 
ffaf066c error 4 in libc-2.13.so[f7358000+153000]
[37526.638337] operapluginwrap[21809]: segfault at 0 ip f73a4473 sp 
ff870d5c error 4 in libc-2.13.so[f7331000+153000]
[37526.882153] operapluginwrap[21821]: segfault at 0 ip f7386473 sp 
ffcd9e2c error 4 in libc-2.13.so[f7313000+153000]
[38358.411146] operapluginwrap[24068]: segfault at 0 ip f7338473 sp 
fffa433c error 4 in libc-2.13.so[f72c5000+153000]
[38358.657465] operapluginwrap[24080]: segfault at 0 ip f7352473 sp 
fff19c9c error 4 in libc-2.13.so[f72df000+153000]
[38359.360541] operapluginwrap[24126]: segfault at 0 ip f736e473 sp 
ffd94a4c error 4 in libc-2.13.so[f72fb000+153000]
[38359.868901] operapluginwrap[24139]: segfault at 0 ip f7316473 sp 
ffe58dbc error 4 in libc-2.13.so[f72a3000+153000]
[38360.400505] operapluginwrap[24152]: segfault at 0 ip f735b473 sp 
ffb16c1c error 4 in libc-2.13.so[f72e8000+153000]

Bug#650496: libphp-phpmailer: s/mime signing does not working properly / file not found

2011-11-30 Thread Rene Sasse
Package: libphp-phpmailer
Version: 5.1-1
Severity: normal


Hi,

if you're going to sign an email with the sign method you currently receive
a file-not-found error.

this is the result of the line 1242 in class.phpmailer.php:

  @unlink($file);
  @unlink($signed);
  $body = file_get_contents($signed);

As you can see: the var $body can't filled with the file_content of
$signed), because: the file doesn't exists anymore.
The file_get_contents-line have to move up one more line.


PS: This Bug was reported to the phpmailer project as well.

Best regards,
Rene




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

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) (ignored:
LC_ALL set to de_DE.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libphp-phpmailer depends on:
ii  libapache2-mod-php5 5.3.3-7+squeeze3 server-side, HTML-embedded
scripti
ii  php5-cli5.3.3-7+squeeze3 command-line interpreter
for the p

libphp-phpmailer recommends no packages.

Versions of packages libphp-phpmailer suggests:
ii  exim4-daemon-light [mail 4.72-6+squeeze2 lightweight Exim MTA (v4)
daemon

-- 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#650497: reportbug: crashes (segfault) with realloc(): invalid next size: 0x...

2011-11-30 Thread hennr
Package: reportbug

Version: 6.3
Severity: important

How to reproduce:

Open GTK reportbug, search for apt-listchanges, proceed, retrieve information
for bug #199122, either it crahses directly or you have to close this bug
report's window and try to continue.

I got 2 different crashes while trying to reproduce it. The one I wanted to
report says this on the command line:

*** glibc detected *** /usr/bin/python: realloc(): invalid next size:
0xb4c07510 ***
Segmentation fault


The other that occured while reproducing the bug says this on the command line:

Gdk:ERROR:/build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gdk
/gdkregion-generic.c:1110:miUnionNonO: assertion failed: (y1  y2)
Segmentation fault

Not sure if they are related, in case they are not, I could file another report
if you'd like to.



-- Package-specific info:
** Environment settings:
DEBEMAIL=he...@hennr.name
DEBFULLNAME=Jan-Hendrik Peters
INTERFACE=gtk2

** /home/henner/.reportbugrc:
reportbug_version 5.0
mode standard
ui gtk2
realname hennr
email he...@hennr.name
no-cc
header X-Debbugs-CC: he...@hennr.name
smtphost reportbug.debian.org

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

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

Versions of packages reportbug depends on:
ii  apt   0.8.15.9
ii  python2.7.2-9 
ii  python-reportbug  6.3 

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils  none 
ii  debsumsnone 
ii  dlocatenone 
ii  emacs22-bin-common | emacs23-bin-commonnone 
ii  exim4  4.77-1 
ii  exim4-daemon-light [mail-transport-agent]  4.77-1+b1  
ii  file   5.09-2 
ii  gnupg  1.4.11-3   
ii  python-gtk22.24.0-2   
ii  python-gtkspellnone 
ii  python-urwid   none 
ii  python-vte 1:0.28.2-1 
ii  xdg-utils  1.1.0~rc1-2

Versions of packages python-reportbug depends on:
ii  apt   0.8.15.9
ii  python2.7.2-9 
ii  python-debian 0.1.21  
ii  python-debianbts  1.10
ii  python-support1.0.14  

python-reportbug 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#645487: ensembl: includes GPL code without source

2011-11-30 Thread Andreas Tille
Hi,

On Sun, Oct 16, 2011 at 09:49:25PM +0200, Andreas Tille wrote:
 On Sun, Oct 16, 2011 at 03:51:18AM -0500, Jonathan Nieder wrote:
  Unfortunately no such file exists --- I guess it disappeared during
  some upgrade.  The jars in the source package only contain class
  files, no .java source files.
  
  Assuming that what debian/copyright says is correct, this would make
  the ensembl package non-distributable:
 
 In how far would this make the package non-distributable?  Just
 providing the binary without source is OK as long as you can provide
 the source at request.  While you are correct that we should fix the
 package I do not think that we need to take any more drastic action
 like:
  
  notify the admins of snapshot.debian.org so the nondistributable
  versions can be removed. 
 
 This would be pure overreaction.

Despite your previous response to my mail I stick to my opinion that
this is overreaction but if you feel obliged to contact admins of
snapshot.debian.org to remove files where I actually do not see any need
for I can not stop you.  IMHO the fact that the files never really were
distributed in any Debian release but just hanging around in
non-free/experimental makes your point quite weak and finally the
sources are there - now even inside Debian.

Regarding fixing the actual problem I would like to ask those people
directly involved with ensemble packaging (explicitely in CC) whether
it is OK, to finally drop the jar files in question from the source
package and rather symlink to

jemboss: /usr/share/EMBOSS/jemboss/lib/jalviewApplet.jar
jalview: /usr/share/java/jalview.jar

inside the package.  The only missing file would be jalviewAppletOld.jar
but guessing from the name this file might be unused anyway.  Please
either confirm that this would properly fix the situation and will not
break ensembl and if I should go for it or whether you want to fix this
yourself.

Kind regards

  Andreas.

-- 
http://fam-tille.de



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



Bug#650495: linux-image-3.1.0-1-amd64: oops

2011-11-30 Thread Jonathan Nieder
Hi Tim,

Tim Connors wrote:

 ** Tainted: PWCO (5633)
  * Proprietary module has been loaded.
  * Taint on warning.
  * Module from drivers/staging has been loaded.
  * Out-of-tree module has been loaded.

Thanks for reporting this, but we're not going to look into it unless
you can reproduce it without the nvidia driver.  Sorry.

If you can reproduce it with the nvidia driver and not without, that's
fine too, since in that case we can pass it on to the nvidia driver
packagers (who would presumably help you file a report with nvidia).

Regards,
Jonathan



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



Bug#650498: libcurl3-nss breaks bti 031-4: version `CURL_3' not found

2011-11-30 Thread Vincent Lefevre
Package: libcurl3-nss
Version: 7.23.1-1
Severity: grave
Justification: renders package unusable

bti 031-4 depends on libcurl3-nss (= 7.16.2-1) and was working with it,
but after the upgrade of libcurl3-nss to 7.23.1-1, I get the following
error from bti:

bti: /usr/lib/x86_64-linux-gnu/libcurl-nss.so.4: version `CURL_3' not found 
(required by bti)

It seems that libcurl3-nss made an ABI incompatible change, without the
necessary in the dependency system...

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

Versions of packages libcurl3-nss depends on:
ii  libc6  2.13-21   
ii  libgssapi-krb5-2   1.9.1+dfsg-3  
ii  libidn11   1.23-1
ii  libldap-2.4-2  2.4.25-4+b1   
ii  libnspr4-0d4.8.9-1   
ii  libnss3-1d 3.13.1.with.ckbi.1.88-1   
ii  librtmp0   2.4~20110711.gitc28f1bab-1
ii  multiarch-support  2.13-21   
ii  zlib1g 1:1.2.3.4.dfsg-3  

Versions of packages libcurl3-nss recommends:
ii  ca-certificates  20111025

libcurl3-nss 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#650499: dpkg-dev: [PATCH] man/dpkg-architecture.1 - order items alphabetically

2011-11-30 Thread Jari Aalto
Package: dpkg-dev
Version: 1.16.1.1
Severity: wishlist
Tags: patch

The following patch orders items in section in alphabetical order:

COMMANDS, OPTIONS, TERMS, VARIABLES

The patch is based on Git:

36a0986 2011-11-29  Update Japanese translation of manual pages

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

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

Versions of packages dpkg-dev depends on:
ii  base-files6.5  
ii  binutils  2.21.90.20111004-2   
ii  bzip2 1.0.5-7  
ii  libdpkg-perl  1.16.1.1 
ii  make  3.81-8.1 
ii  patch 2.6.1-2  
ii  xz-utils  5.1.1alpha+20110809-3

Versions of packages dpkg-dev recommends:
ii  build-essential  11.5 
ii  fakeroot 1.18.1-1 
ii  gcc [c-compiler] 4:4.6.1-3
ii  gcc-4.4 [c-compiler] 4.4.6-11 
ii  gcc-4.5 [c-compiler] 4.5.3-9  
ii  gcc-4.6 [c-compiler] 4.6.1-15 
ii  gnupg1.4.11-3 
ii  gpgv 1.4.11-3 
ii  libalgorithm-merge-perl  0.08-2   

Versions of packages dpkg-dev suggests:
ii  debian-keyring  2011.08.07

-- no debconf information
From 50a87ce7fe89d747a13578e72badcb871557379b Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Wed, 30 Nov 2011 11:07:22 +0200
Subject: [PATCH 2/3] dpkg-architecture.1: (TERMS): order alphabetically
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 man/dpkg-architecture.1 |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/man/dpkg-architecture.1 b/man/dpkg-architecture.1
index fc7c32e..29d59fa 100644
--- a/man/dpkg-architecture.1
+++ b/man/dpkg-architecture.1
@@ -80,21 +80,21 @@ in some other script (for example \fBdpkg\-buildpackage\fP(1)).
 Set the GNU system type.
 .
 .SH TERMS
+.IP architecture wildcard 4
+An architecture wildcard is a special architecture string that will match
+any real architecture being part of it. The general form is kernel\-cpu.
+Examples: linux\-any, any\-i386, hurd\-any.
 .IP build machine 4
 The machine the package is built on.
-.IP host machine 4
-The machine the package is built for.
 .IP Debian architecture 4
 The Debian architecture string, which specifies the binary tree in the
 \s-1FTP\s0 archive. Examples: i386, sparc, hurd\-i386.
-.IP architecture wildcard 4
-An architecture wildcard is a special architecture string that will match
-any real architecture being part of it. The general form is kernel\-cpu.
-Examples: linux\-any, any\-i386, hurd\-any.
 .IP \s-1GNU\s0 system type 4
 An architecture specification string consisting of two parts separated by
 a dash: cpu and system. Examples: i386\-linux\-gnu, sparc\-linux\-gnu,
 i386\-gnu, x86_64\-netbsd.
+.IP host machine 4
+The machine the package is built for.
 .
 .SH VARIABLES
 The following variables are set by \fBdpkg\-architecture\fP:
-- 
1.7.7.1

From 3f38064fb7548a9b3c489befc5d3eeeb9b29b8e8 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Wed, 30 Nov 2011 11:02:20 +0200
Subject: [PATCH 1/3] man/dpkg-architecture.1: (COMMANDS, OPTIONS): Order
 items alphabetically
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 man/dpkg-architecture.1 |   28 ++--
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/man/dpkg-architecture.1 b/man/dpkg-architecture.1
index bf27079..fc7c32e 100644
--- a/man/dpkg-architecture.1
+++ b/man/dpkg-architecture.1
@@ -2,7 +2,7 @@
 .SH NAME
 dpkg\-architecture \- set and determine the architecture for package building
 .
-.SH SYNOPSIS
+ajor.SH SYNOPSIS
 .B dpkg\-architecture
 .RI [ option ...] [ command ]
 .PP
@@ -25,9 +25,9 @@ does not match the default.
 .
 .SH COMMANDS
 .TP
-.B \-l
-Print the environment variables, one each line, in the format
-\fIVARIABLE=value\fP. This is the default action.
+.BI \-c  command
+Execute a \fIcommand\fP in an environment which has all variables set to
+the determined value.
 .TP
 .BI \-e debian-architecture
 Check for equality of architecture. By default \fIdebian-architecture\fP
@@ -41,6 +41,13 @@ as an architecture wildcard and comparing against the current Debian
 architecture. Command finishes with an exit status of 0 if matched, 1 if
 not matched.
 .TP
+.B \-l
+Print the environment variables, one each line, in the format
+\fIVARIABLE=value\fP. This is the default action.
+.TP
+.B \-L
+Print a list of valid architecture names.
+.TP
 .BI \-q variable-name
 Print the value of a single variable.
 .TP
@@ -51,13 +58,6 @@ using eval.
 .B \-u
 Print a similar command to 

Bug#642213: [cups] Workaround

2011-11-30 Thread Julien Bigot
Package: cups
Version: 1.4.4-7

--- Please enter the report below this line. ---

as a matter of fact, printing works again after downgrading cups to stable
for me:
sudo aptitude install 'libcups2=1.4.4-7' 'cups-client=1.4.4-7' 'cups=1.4.4-7' 
'libcupsmime1=1.4.4-7' 'foomatic-db=20100630-1' 'foomatic-db-engine=4.0.4-3' 
'libcupscgi1=1.4.4-7' 'libcupsppdc1=1.4.4-7' 'libcupsdriver1=1.4.4-7' 
'libcupsimage2=1.4.4-7'

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  500 unstableftp.igh.cnrs.fr 
  500 unstabledebian.ens-cachan.fr 
  500 testing ftp.igh.cnrs.fr 
  500 testing debian.ens-cachan.fr 
  500 stable  ftp.igh.cnrs.fr 
  500 stable  debian.ens-cachan.fr 
1 experimentalftp.igh.cnrs.fr 
1 experimentaldebian.ens-cachan.fr 

--- Package information. ---
Depends(Version) | Installed
-+-
libavahi-client3 (= 0.6.16) | 0.6.30-5
libavahi-common3 (= 0.6.16) | 0.6.30-5
libc6   (= 2.7) | 2.13-21
libcups2   (= 1.4.4-3~) | 1.4.4-7
libcupscgi1   (= 1.4.2) | 1.4.4-7
libcupsdriver1(= 1.4.0) | 1.4.4-7
libcupsimage2 (= 1.4.0) | 1.4.4-7
libcupsmime1  (= 1.4.0) | 1.4.4-7
libcupsppdc1  (= 1.4.0) | 1.4.4-7
libdbus-1-3   (= 1.0.2) | 1.4.16-1
libgcc1 (= 1:4.1.1) | 1:4.6.2-5
libgnutls26(= 2.7.14-0) | 2.12.14-3
libgssapi-krb5-2   (= 1.8+dfsg) | 1.9.1+dfsg-3
libijs-0.35  | 0.35-8
libkrb5-3(= 1.6.dfsg.2) | 1.9.1+dfsg-3
libldap-2.4-2 (= 2.4.7) | 2.4.25-4+b1
libpam0g   (= 0.99.7.1) | 1.1.3-6
libpaper1| 1.1.24+nmu1
libpoppler5  | 0.12.4-1.2
libslp1  | 1.2.1-7.8
libstdc++6(= 4.1.1) | 4.6.2-5
libusb-0.1-4   (= 2:0.1.12) | 2:0.1.12-19
zlib1g  (= 1:1.1.4) | 1:1.2.3.4.dfsg-3
debconf  (= 1.2.9)  | 1.5.41
 OR debconf-2.0  | 
poppler-utils  (= 0.12) | 0.16.7-2+b1
procps   | 1:3.3.0-1
ghostscript  | 9.04~dfsg-3
lsb-base  (= 3) | 3.2-28
cups-common   (= 1.4.4) | 1.5.0-12
cups-client (= 1.4.4-7) | 1.4.4-7
ssl-cert (= 1.0.11) | 1.0.28
adduser  | 3.113
bc   | 1.06.95-2+b1
ttf-freefont | 20100919-1
cups-ppdc| 1.5.0-12


Recommends  (Version) | Installed
=-+-===
foomatic-filters (= 4.0) | 4.0.9-1
cups-driver-gutenprint| 5.2.7-2
ghostscript-cups  | 9.04~dfsg-3


Suggests (Version) | Installed
==-+-===
cups-bsd   | 
foomatic-db-compressed-ppds| 
 OR foomatic-db| 20100630-1
hplip  | 
xpdf-korean| 
 OR xpdf-japanese  | 
 OR xpdf-chinese-traditional   | 
 OR xpdf-chinese-simplified| 
cups-pdf   | 
smbclient   (= 3.0.9) | 2:3.6.1-2
udev   | 175-2





-- 
Julien Bigot, Post-Doc., Inria Team-Project Graal
LIP - 46 Allee d'Italie - 69364 Lyon - FRANCE
jabber: jbi...@jabber.org
web: http://graal.ens-lyon.fr/~jbigot
phone: +33 (0)4 37 28 76 43


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


Bug#650196: ITP: timebrowse -- NILFS Snapshot Manager/Windows VSS like Nautilus extension

2011-11-30 Thread Dmitry Smirnov
The source package is ready and available for review and sponsorship:

http://mentors.debian.net/debian/pool/main/t/timebrowse/timebrowse_0.6-1.dsc

It produce the following binary packages: 
   - timebrowse - Windows VSS like Nautilus extension for NILFS2
   - nilfs-ss-manage - NILFS Snapshot Manager

QA information:

Info:   Package is Lintian clean
Info:   Package is not native
Info:   The maintainer and uploader emails are the same
Info:   Package is the latest upstream version
Info:   A watch file is present
Info:   The watch file works
Info:   Closes WNPP bug #650196
Info:   The package uses straight debhelper

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

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

Thank you.

All the best,
Dmitry.


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


Bug#650495: b44: WARNING at kernel/softirq.c:159 _local_bh_enable_ip.isra.11+0x3d/0x88()

2011-11-30 Thread Jonathan Nieder
Tim Connors wrote:

 https://lkml.org/lkml/2011/11/8/9

On second thought: let's just use that. :)

Fixed by 15ac2b08a2fd (b44: Use dev_kfree_skb_irq() in b44_tx(),
2011-11-23), which is part of davem's tree but not linus's yet.

Thanks for a clear report.

Jonathan



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



Bug#650500: unsafe use of /tmp

2011-11-30 Thread Ansgar Burchardt
Package: libproc-processtable-perl
Version: 0.45-1
Severity: important
Tags: security

Proc::ProcessTable can cache TTY information (not enabled by default).
For this it uses the file /tmp/TTYDEVS.

If caching is enabled, there is a race condition that allows to
overwrite arbitrary files in ProcessTable.pm:

102   if( -r $TTYDEVSFILE )
103   {
104 $_ = Storable::retrieve($TTYDEVSFILE);
  [...]
107   else
108   {
  [...]
112 Storable::store(\%Proc::ProcessTable::TTYDEVS, $TTYDEVSFILE);

If a symlink /tmp/TTYDEVS is created between line 102 and 112, the file the
link points to is overwritten.  Alternatively wrong information can be
provided.

The relevant code path can be reached with

  perl -MProc::ProcessTable -e 'my $t = Proc::ProcessTable-new(cache_ttys = 
1, enable_ttys = 1); $t-table;'

Ansgar



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



Bug#645487: ensembl: includes GPL code without source

2011-11-30 Thread Steffen Möller
Hello Jonathan,

Thank you for spotting the omission.

On 11/30/2011 09:58 AM, Andreas Tille wrote:
 Hi,

 On Sun, Oct 16, 2011 at 09:49:25PM +0200, Andreas Tille wrote:
 On Sun, Oct 16, 2011 at 03:51:18AM -0500, Jonathan Nieder wrote:
 Unfortunately no such file exists --- I guess it disappeared during
 some upgrade.  The jars in the source package only contain class
 files, no .java source files.

 Assuming that what debian/copyright says is correct, this would make
 the ensembl package non-distributable:
 In how far would this make the package non-distributable?  Just
 providing the binary without source is OK as long as you can provide
 the source at request.  While you are correct that we should fix the
 package I do not think that we need to take any more drastic action
 like:
  
 notify the admins of snapshot.debian.org so the nondistributable
 versions can be removed. 
 This would be pure overreaction.
 Despite your previous response to my mail I stick to my opinion that
 this is overreaction but if you feel obliged to contact admins of
 snapshot.debian.org to remove files where I actually do not see any need
 for I can not stop you.  IMHO the fact that the files never really were
 distributed in any Debian release but just hanging around in
 non-free/experimental makes your point quite weak and finally the
 sources are there - now even inside Debian.

 Regarding fixing the actual problem I would like to ask those people
 directly involved with ensemble packaging (explicitely in CC) whether
 it is OK, to finally drop the jar files in question from the source
 package and rather symlink to

 jemboss: /usr/share/EMBOSS/jemboss/lib/jalviewApplet.jar
 jalview: /usr/share/java/jalview.jar

 inside the package.  The only missing file would be jalviewAppletOld.jar
 but guessing from the name this file might be unused anyway.  Please
 either confirm that this would properly fix the situation and will not
 break ensembl and if I should go for it or whether you want to fix this
 yourself.
the snapshotting is rather helpful to accomodate legacy installations
of the MySQL databases, which just are not expected to be updated
to often. In that sense, removing the package from the snapshots is
in nobody's interest.

We knew Jalview coming to Debian for long. This limited our motivation
to spend too much time on it but we have rather moved it all to
experimental.
We have upstreams of Jalview with us on our Sprint for this and other
reasons, and contributors to Ensembl are also coming. We shall investigate
it when we are together.

Please contact the admins of Snapshot, but only to praise them for
their service.

Cheers,

Steffen




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



Bug#650492: awstats seems to fail to update database under perl5.14

2011-11-30 Thread Sergey B Kirpichev
tag 650492 +moreinfo
thanks

On Wed, Nov 30, 2011 at 11:32 AM, Atsuhito Kohda
ko...@pm.tokushima-u.ac.jp wrote:
 After recent upgrade of Perl, it seems running
 awstats.pl -config=awstats -update
 reports Found 0 new qualified records. every time
 even after I accessed a host from another machine.

 I believe that the problem arises after upgrade of Perl.

Can't reproduce this problem:
$ dpkg -l perl awstats|grep ^ii
ii  awstats 7.0~dfsg-3   powerful
and featureful web server log analyzer
ii  perl5.14.2-6 Larry
Wall's Practical Extraction and Report Language
$ sudo -u www-data /usr/lib/cgi-bin/awstats.pl -config=awstats -update
[sudo] password for censored:
Create/Update database for config /etc/awstats/awstats.conf by
AWStats version 7.0 (build 1.971)
From data in log file /var/log/apache2/access.log...
Phase 1 : First bypass old records, searching new record...
Searching new records from beginning of log file...
Phase 2 : Now process new records (Flush history on disk after 2 hosts)...
Jumped lines in file: 0
Parsed lines in file: 7
 Found 0 dropped records,
 Found 0 comments,
 Found 0 blank records,
 Found 0 corrupted records,
 Found 0 old records,
 Found 7 new qualified records.

Please, double check configs (e.g. LogFormat line *and* an actual
format of log entries
for your webserver).  Provide changed directives for awstats config
file and example logfile.



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



Bug#591523: bnx2 unresponsive when there is no network activity

2011-11-30 Thread mbo
Jonathan,

see my answers below.

Thanks 

Markus

Am 30.11.2011 um 07:20 schrieb Jonathan Nieder:

 mbo wrote:
 
 On one server I fixed the problem by installing the latest bnx driver.
 
 NIC:  Broadcom Corporation NetXtreme II BCM5716 Gigabit Ethernet (rev 20) 
 
 driver: bnx2
 version: 2.0.23b
 firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5
 
 That's good to hear.  Did you upgrade only the bnx driver, or the entire
 kernel?  What kernel version are you using on that machine?  (cat
 /proc/version should say, in parentheses.)

Linux version 2.6.32-5-amd64 (Debian 2.6.32-38) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Oct 3 03:59:20 UTC 2011

 
 However I have an other Server where the problem still persists,
 even with the latest debian updates.
 
 Which one is the machine you originally used to make this report?
 Please file a new report from the other machine, so we can compare the
 two setups.
Actually I don't know exactly, but we had the problem also with various version 
of debian lenny.
 
 I have Nagios monitoring the server pinging the server every minute.
 Then the problem never appears.
 
 Interesting.
 
 Do you have the same hardware and the same problem?
 
 No, alas.  My kernel bugs are entirely separate from this one.  I'm
 just nosy.
 
 Thanks for the update.
 Jonathan




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



Bug#635382: latex-unicode source

2011-11-30 Thread Wolfgang Jeltsch
Am Dienstag, den 26.07.2011, 14:41 +0200 schrieb Lionel Elie Mamane:
 forwarded 635382 jelt...@informatik.tu-cottbus.de
 thanks
 
 (Please keep 635...@bugs.debian.org in the CC in replies.)
 
 Hi,
 
 According to archives of newsgroup comp.text.tex, you are now the
 maintainer of latex-unicode. That's right?

Hi,

this is true. I’m very sorry that I didn’t answer you when you sent this
e-mail. Although I’ve been more busy than usual during the last months,
I recognize that this is no proper excuse for answering with a delay of
four months. :-( 

 I noticed that the file ucs.dtx (source of many other files that form
 latex-unicode; directory macros/latex/contrib/unicode/ on CTAN) is not
 on CTAN (and thus not in TeX-live and thus not in Debian); did you get
 it from the previous maintainer? In that case, could you please put it
 on CTAN (and probably remove the generated files from CTAN), so that
 it trickles down to texlive and Debian? That would be great. Thanks in
 advance.

Yes, I’ve received it from the previous maintainer Dominique Unruh. As
Frank Küster has already recognized, it is in the source code
repository. Note that the URL of this repo has changed today. It’s now

http://darcs.wolfgang.jeltsch.info/tex/unicode/  .

So ucs.dtx will go to CTAN when I’ll finally release an updated version
of the unicode package (which I really should do soon).

 Also, the previous maintainer's latex-unicode webpage (mentioned in
 the files on CTAN) (http://www.unruh.de/DniQ/latex/unicode/) redirects
 to your website at
 http://wolfgang.jeltsch.info/software/latex-unicode/, but that's a
 404.

Sorry for this. This is fixed now.

Best wishes,
Wolfgang




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



Bug#645487: ensembl: includes GPL code without source

2011-11-30 Thread Andreas Tille
Hi Steffen,

could you please answer the more important piece I'm repeating below?

Thanks

   Andreas.

On Wed, Nov 30, 2011 at 10:37:11AM +0100, Steffen Möller wrote:
  Regarding fixing the actual problem I would like to ask those people
  directly involved with ensemble packaging (explicitely in CC) whether
  it is OK, to finally drop the jar files in question from the source
  package and rather symlink to
 
  jemboss: /usr/share/EMBOSS/jemboss/lib/jalviewApplet.jar
  jalview: /usr/share/java/jalview.jar
 
  inside the package.  The only missing file would be jalviewAppletOld.jar
  but guessing from the name this file might be unused anyway.  Please
  either confirm that this would properly fix the situation and will not
  break ensembl and if I should go for it or whether you want to fix this
  yourself.

-- 
http://fam-tille.de



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



Bug#650498: libcurl3-nss breaks bti 031-4: version `CURL_3' not found

2011-11-30 Thread Alessandro Ghedini
tags 650498 pending
kthxbye

On Wed, Nov 30, 2011 at 10:16:04AM +0100, Vincent Lefevre wrote:
 Package: libcurl3-nss
 Version: 7.23.1-1
 Severity: grave
 Justification: renders package unusable
 
 bti 031-4 depends on libcurl3-nss (= 7.16.2-1) and was working with it,
 but after the upgrade of libcurl3-nss to 7.23.1-1, I get the following
 error from bti:
 
 bti: /usr/lib/x86_64-linux-gnu/libcurl-nss.so.4: version `CURL_3' not found 
 (required by bti)
 
 It seems that libcurl3-nss made an ABI incompatible change, without the
 necessary in the dependency system...

I have enabled symbols versioning for the libcurl NSS flavour in the 
latest upload of curl and missed the other necessary changes to make it
work flawlessly. Sorry for the inconvenience :/

I reverted the change for now, a new version should be uploaded soon.

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



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



Bug#641873: xpdf doesn't display text in many PDF files

2011-11-30 Thread Juhapekka Tolvanen
Package: xpdf
Version: 3.03-7
Followup-For: Bug #641873


I have this same problem. Here is my example:

http://ec.europa.eu/transport/air-ban/doc/list_en.pdf

It looks like this in my XPDF:

http://iki.fi/juhtolv/tmp/bugreports/xpdf/01/xpdf_bug_01.png

For example zathura shows it without problems:

http://iki.fi/juhtolv/tmp/bugreports/xpdf/01/zathura_example_01.png

I think the problem is this: It just can not find real for those
non-embedded fonts. Command called pdffonts tells this:

% pdffonts list_en.pdf 
name type  emb sub uni object ID
 - --- --- --- -
TimesNewRomanTrueType  no  no  no 86  0
TimesNewRoman,Bold   TrueType  no  no  no 87  0

It has nothing but non-embedded fonts.

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

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

Versions of packages xpdf depends on:
ii  lesstif2  1:0.95.2-1 
ii  libc6 2.13-21
ii  libgcc1   1:4.6.2-5  
ii  libpoppler13  0.16.7-2+b1
ii  libstdc++64.6.2-5
ii  libx11-6  2:1.4.4-4  
ii  libxt61:1.1.1-2  

Versions of packages xpdf recommends:
ii  gsfonts-x110.22   
ii  poppler-data   0.4.5-2
ii  poppler-utils  0.16.7-2+b1

xpdf suggests no packages.

-- no debconf information

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Quidquid Latine dictum sit altum videtur.



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



Bug#650501: libldap2-dev: Dev package should include slapd headers

2011-11-30 Thread Romain Vrignaud
Package: libldap2-dev
Version: 2.4.23-7.2
Severity: wishlist


Slapd headers are no longer packaged in Debian.
We are hitting again the bug #192163 since there is no more 
libslapd2-dev.
Could you please get the headers back (slap.h, portable.h, etc...) in order to 
package properly slapd related tools ?

Thanks in advance


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

Kernel: Linux 2.6.32-5-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 libldap2-dev depends on:
ii  libldap-2.4-2 2.4.23-7.2 OpenLDAP libraries

libldap2-dev recommends no packages.

libldap2-dev suggests no packages.

-- no debconf information



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



Bug#650502: emacs23: php-elisp crashes emacs

2011-11-30 Thread Adam Galant
Package: emacs23
Version: 23.2+1-7
Severity: important
Tags: upstream

When editing a php file in php-mode, commenting a line  or region by hand (i.e.
typing a /* or // at the beginning) results in a segmentation fault.

Commenting out a region with a menu item (C-Comment Out Region) works OK
however.

The bug is easily reproduced: run emacs on any php file (emacs /tmp/test.php)
and type /* at the beginning of a line.



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
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 emacs23 depends on:
ii  emacs23-bin-common23.2+1-7   The GNU Emacs editor's shared, arc
ii  libasound21.0.23-2.1 shared library for ALSA applicatio
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.24-4+squeeze1  simple interprocess messaging syst
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1+squeeze3 FreeType 2 font engine, shared lib
ii  libgconf2-4   2.28.1-6   GNOME configuration database syste
ii  libgif4   4.1.6-9library for GIF images (library)
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgpm2   1.20.4-3.3 General Purpose Mouse - shared lib
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface
ii  libice6   2:1.0.6-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b1-1  The Independent JPEG Group's JPEG
ii  libm17n-0 1.6.1-1a multilingual text processing lib
ii  libncurses5   5.7+20100313-5 shared libraries for terminal hand
ii  libotf0   0.9.11-1   A Library for handling OpenType Fo
ii  libpango1.0-0 1.28.3-1+squeeze2  Layout and rendering of internatio
ii  libpng12-01.2.44-1+squeeze1  PNG library - runtime
ii  librsvg2-22.26.3-1   SAX-based renderer library for SVG
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libtiff4  3.9.4-5+squeeze3   Tag Image File Format (TIFF) libra
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxft2   2.1.14-2   FreeType-based font drawing librar
ii  libxpm4   1:3.5.8-1  X11 pixmap library
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

emacs23 recommends no packages.

Versions of packages emacs23 suggests:
pn  emacs23-common-non-dfsg   none (no description available)



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



Bug#650503: RM: agda-bin [powerpc] -- ROM; Not buildable on ppc any more

2011-11-30 Thread Iain Lane
Package: ftp.debian.org
Severity: normal

Due to #650423 (agda not being buildable on ppc any more), agda-bin no
longer is too. Please remove it from powerpc as well.

Cheers,

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]
PhD student   [ i...@cs.nott.ac.uk ]



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



Bug#650465: git-buildpackage: small manpage fix: s/version/%(version)s/

2011-11-30 Thread Leo 'costela' Antunes
On 30/11/11 08:24, Guido Günther wrote:
 In the --debian-tag part of the manpage, the default is mentioned as
 debian/version. This could probably be replaced with debian/%(version)s
 so it's clearer what format should be used when replacing it.
 That makes sense. Care enough to send a patch?

Sure, will do it later today. But just to be sure I'm not overseeing
something: all manpages containing version can probably be changed as
well, right? After all, they all use Python's string formatting, at
least AFAICT...

Cheers

-- 
Leo costela Antunes
[insert a witty retort here]



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



Bug#650498: libcurl3-nss breaks bti 031-4: version `CURL_3' not found

2011-11-30 Thread gregor herrmann
affects 650498 bti
affects 650498 liboauth0
thanks

On Wed, 30 Nov 2011 10:16:04 +0100, Vincent Lefevre wrote:

 bti 031-4 depends on libcurl3-nss (= 7.16.2-1) and was working with it,
 but after the upgrade of libcurl3-nss to 7.23.1-1, I get the following
 error from bti:

Thanks for reporting, you were faster than me :)

 bti: /usr/lib/x86_64-linux-gnu/libcurl-nss.so.4: version `CURL_3' not found 
 (required by bti)

(and a similar line for liboauth0)

bti currently also FBTFS:
https://buildd.debian.org/status/logs.php?pkg=btiver=031-4
(on armhf and s390x):
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/liboauth.so: 
undefined reference to `curl_easy_init@CURL_3'
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/liboauth.so: 
undefined reference to `curl_slist_free_all@CURL_3'
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/liboauth.so: 
undefined reference to `curl_easy_perform@CURL_3'
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/liboauth.so: 
undefined reference to `curl_slist_append@CURL_3'
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/liboauth.so: 
undefined reference to `curl_easy_setopt@CURL_3'
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/liboauth.so: 
undefined reference to `curl_easy_cleanup@CURL_3'
collect2: ld returned 1 exit status

Cheers,
gregor

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-Warp 7 -- It's a law we can live with. 



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



Bug#650504: binutils-source: documentation has (GFDL) invariant sections

2011-11-30 Thread Jonathan Nieder
Source: binutils
Version: 2.22-1
Tags: upstream
Justification: http://www.debian.org/vote/2006/vote_001.en#amendmenttexta

While preparing the copyright file for a cross-binutils package that
would use binutils-source, I noticed that binutils-source includes
some documentation licensed under terms that do not permit
modification in portions, that debian/copyright doesn't seem to mention.

Namely:

 Files: bfd/doc/bfd.texinfo bfd/doc/bfdint.texi ld/ldint.texinfo
 License: GFDL-1.3+
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.3 or
  any later version published by the Free Software Foundation; with the
  Invariant Sections being ``GNU General Public License'' and ``Funding
  Free Software'', the Front-Cover texts being (a) (see below), and with
  the Back-Cover Texts being (b) (see below).  A copy of the license is
  included in the section entitled ``GNU Free Documentation License''.
  .
  (a) The FSF's Front-Cover Text is:
  .
   A GNU Manual
  .
  (b) The FSF's Back-Cover Text is:
  .
   You have freedom to copy and modify this GNU Manual, like GNU
   software.  Copies published by the Free Software Foundation raise
   funds for GNU development.

The sections became invariant in binutils-2_18~433 (bfd.texinfo: Use
@copying around the copyright notice, 2007-05-22) but the ChangeLog
doesn't mention that.  Maybe it wasn't intentional.



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



Bug#588920: cntlm starts before the network is up

2011-11-30 Thread Stefano Rivera
Hi Jonas (2010.07.13_14:42:18_+0200)
 The following was found in /var/log/syslog:
 cntlm: Starting cntlm version 0.35.1 for LITTLE endian
 cntlm: Proxy listening on 127.0.0.1:3128
 cntlm: Cannot resolve proxy xyz.network.int:8080, discarding.
 cntlm: Parent proxy address missing.

Upstream claims to have just fixed this in SVN:
https://sourceforge.net/tracker/?func=detailatid=963162aid=3026597group_id=197861

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127



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



Bug#641615: Please convert to multiarch

2011-11-30 Thread Riku Voipio
On Mon, Oct 03, 2011 at 04:06:13AM +0200, Michael Biebl wrote:
 unfortunately this patch is incomplete. There are several packages
 installing shlibs into /usr/lib/orbit-2.0 which would be broken:
 
 Either you update all rdeps to the new MA location or better make orbit
 look both into the old and the new directory for plugins.

Fair enough, I can propose such patch, but I don't have time to test
it properly as I'm not a gnome user normally.
 
 Also, as moving the .la file to the MA location will break other .la
 files which reference it, so you can just as well remove them and drop
 the dependency_libs cleanup rules from debian/rules.

There are no .la files in the archive referencing to the orbit .la files,
so this is not a problem anymore.

 P.S: I'm very interested in seeing orbit2 converted as I'd like to
 convert libbonobo and afaics orbit2 is a prerequisite for this.





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



Bug#650505: ITP: django-mailer -- reusable Django app for queuing and throttling of email sending

2011-11-30 Thread Julien Danjou
Package: wnpp
Severity: wishlist
Owner: Julien Danjou a...@debian.org

* Package name: django-mailer
  Version : 0.1.0
  Upstream Author : James Tauber
* URL : http://code.google.com/p/django-mailer/
* License : MIT
  Programming Lang: Python
  Description : reusable Django app for queuing and throttling of email 
sending

A reusable Django app for queuing and throttling of email sending, scheduled
sending, consolidation of multiple notifications into single emails and
logging of mail failures.



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



Bug#650506: please add multi-arch support for patchutils

2011-11-30 Thread Riku Voipio
Package: patchutils
Version: 0.3.2-1
Severity: normal
User: multiarch-de...@lists.alioth.debian.org
Usertags: multiarch
Tags: patch

Hi,

The attached patch adds Multi-Arch: foreign fields debian/control
to allow cross-architecture (build)-depends. Similar change would be
nice for patch package as well.

Riku
diff -ur orig/patchutils-0.3.2//debian/control patchutils-0.3.2//debian/control
--- orig/patchutils-0.3.2//debian/control	2011-02-12 15:15:01.0 +0200
+++ patchutils-0.3.2//debian/control	2011-09-27 09:27:52.722808040 +0300
@@ -13,6 +13,7 @@
 Package: patchutils
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, patch, debianutils (= 1.16)
+Multi-Arch: foreign
 Description: Utilities to work with patches
  This package includes the following utilities:
   - combinediff creates a cumulative patch from two incremental patches


Bug#630963: Uploading NMU to fix these bugs

2011-11-30 Thread Julian Gilbey
I have just uploaded an updated version of this package to DELAYED/7
to fix these two bugs.  It is simply an updated version of the
upstream package (with one tiny tweak to remove the $[ setting from
ctime.pl).  I have not changed the packaging system or anything else.

All the best,

   Julian



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



Bug#650507: gdebi: Fails to install Google Chrome stable package

2011-11-30 Thread Pavel Zubkou
Package: gdebi
Version: 0.8.2
Severity: important

Dear Maintainer,

I'm trying to install google-chrome-stable_current_amd64.deb package with gdebi
and it fails with an error, but running `dpkg -i` installs package just fine.

The package in question is https://dl.google.com/linux/direct/google-chrome-
stable_current_amd64.deb

root@toto:~# gdebi google-chrome-stable_current_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done
Failed to open the software package
The package might be corrupted or you are not allowed to open the file. Check
the permissions of the file.

root@toto:~# dpkg -i google-chrome-stable_current_amd64.deb
Selecting previously unselected package google-chrome-stable.
(Reading database ... 86442 files and directories currently installed.)
Unpacking google-chrome-stable (from .../google-chrome-
stable_current_amd64.deb) ...
Setting up google-chrome-stable (15.0.874.121-r109964) ...
Processing triggers for man-db ...
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...



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

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

Versions of packages gdebi depends on:
ii  gdebi-core0.8.2 
ii  gir1.2-gtk-3.03.2.2-2   
ii  gir1.2-vte-2.90   1:0.30.1-2
ii  gksu  2.0.2-6   
ii  gnome-icon-theme  3.2.1.2-1 
ii  python2.7.2-9   

Versions of packages gdebi recommends:
ii  libgtk2-perl  none
ii  shared-mime-info  0.90-1

gdebi 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#650508: Please do not reload network-manager anymore

2011-11-30 Thread Laurent Bigonville
Package: network-manager-strongswan
Version: 1.1.2-2
Severity: normal

Hi,

Network-manager does not require to be reloaded after the installation
of a vpn plugin anymore.

You would want to force-reload dbus instead, but I'm not 100% sure this
is required as it use inotify to monitor its config files.

Cheers

Laurent Bigonville



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



Bug#650509: Package unnecessarily link against libraries

2011-11-30 Thread Laurent Bigonville
Package: network-manager-strongswan
Version: 1.1.2-2
Severity: wishlist

Hi,

It looks like network-manager-strongswan is unnecessarily linking
against some libraries (libbonobo,...).

Adding LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed in debian/rules
seems to remove these unneeded libraries.

Cheers

Laurent Bigonville



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



Bug#650382: force-reload translated to reload

2011-11-30 Thread Laurent Bigonville
retitle 650382 force-reload translated to reload for SysV services
thanks

Hi,

Just to clarify things, the SysV service is called here.

Cheers

Laurent BigonvilleId=network-manager.service
Names=network-manager.service
Requires=systemd-stdout-syslog-bridge.socket basic.target
WantedBy=multi-user.target
Conflicts=shutdown.target
Before=shutdown.target openvpn.service gdm3.service multi-user.target
After=remote-fs.target dbus.service udev.service syslog.target systemd-stdout-syslog-bridge.socket basic.target
Description=LSB: network connection manager
LoadState=loaded
ActiveState=active
SubState=running
InactiveExitTimestamp=Wed, 30 Nov 2011 09:53:05 +0100
InactiveExitTimestampMonotonic=32420144
ActiveEnterTimestamp=Wed, 30 Nov 2011 09:53:05 +0100
ActiveEnterTimestampMonotonic=33104394
ActiveExitTimestampMonotonic=0
InactiveEnterTimestampMonotonic=0
CanStart=yes
CanStop=yes
CanReload=yes
CanIsolate=no
StopWhenUnneeded=no
RefuseManualStart=no
RefuseManualStop=no
AllowIsolate=no
DefaultDependencies=yes
OnFailureIsolate=no
IgnoreOnIsolate=no
IgnoreOnSnapshot=no
DefaultControlGroup=name=systemd:/system/network-manager.service
ControlGroup=cpu:/system/network-manager.service name=systemd:/system/network-manager.service
NeedDaemonReload=no
JobTimeoutUSec=0
ConditionTimestamp=Wed, 30 Nov 2011 09:53:05 +0100
ConditionTimestampMonotonic=32380239
ConditionResult=yes
Type=forking
Restart=no
NotifyAccess=none
RestartUSec=100ms
TimeoutUSec=5min
ExecStart={ path=/etc/init.d/network-manager ; argv[]=/etc/init.d/network-manager start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
ExecReload={ path=/etc/init.d/network-manager ; argv[]=/etc/init.d/network-manager reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[Wed, 30 Nov 2011 10:34:32 +0100] ; pid=26046 ; code=exited ; status=1 }
ExecStop={ path=/etc/init.d/network-manager ; argv[]=/etc/init.d/network-manager stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
UMask=0022
LimitCPU=18446744073709551615
LimitFSIZE=18446744073709551615
LimitDATA=18446744073709551615
LimitSTACK=18446744073709551615
LimitCORE=18446744073709551615
LimitRSS=18446744073709551615
LimitNOFILE=4096
LimitAS=18446744073709551615
LimitNPROC=30523
LimitMEMLOCK=65536
LimitLOCKS=18446744073709551615
LimitSIGPENDING=30523
LimitMSGQUEUE=819200
LimitNICE=0
LimitRTPRIO=0
LimitRTTIME=18446744073709551615
OOMScoreAdjust=0
Nice=0
IOScheduling=0
CPUSchedulingPolicy=0
CPUSchedulingPriority=0
TimerSlackNSec=5
CPUSchedulingResetOnFork=no
NonBlocking=no
StandardInput=null
StandardOutput=syslog
StandardError=inherit
TTYReset=no
TTYVHangup=no
TTYVTDisallocate=no
SyslogPriority=30
SyslogLevelPrefix=yes
SecureBits=0
CapabilityBoundingSet=18446744073709551615
MountFlags=1048576
PrivateTmp=no
PrivateNetwork=no
SameProcessGroup=no
KillMode=process
KillSignal=15
ControlGroupModify=no
PermissionsStartOnly=no
RootDirectoryStartOnly=no
RemainAfterExit=yes
GuessMainPID=no
ExecMainStartTimestampMonotonic=0
ExecMainExitTimestampMonotonic=0
ExecMainPID=0
ExecMainCode=0
ExecMainStatus=0
MainPID=0
ControlPID=0
SysVRunLevels=2345
SysVStartPriority=23
SysVPath=/etc/init.d/network-manager
FsckPassNo=0


Bug#650510: gnome-power-manager: Failed assertion when battery not present

2011-11-30 Thread Tomaz Solc
Package: gnome-power-manager
Version: 2.32.0-2
Severity: normal
Tags: patch


Hi

Gnome-power-manager crashes when I try to view the Details pane in the Power 
Statistics window for a battery that is not currently installed (BAT1).

Console says:

ERROR:gpm-upower.c:656:gpm_device_state_to_localised_string: code should not be 
reached

gpm_device_state_to_localised_string() doesn't seem to handle the Unknown 
state returned by libupower. I'm attaching a simple patch that adds that case 
and fixes the crash.

Best regards
Tomaž Šolc


-- Package-specific info:
Distro version:   6.0.3
Kernel version:   2.6.39-bpo.2-amd64
g-p-m version:2.32.0
HAL version:  System manufacturer:  missing
System version:   missing
System product:   missing
AC adapter present:   no
Battery present:  no
Laptop panel present: no
CPU scaling present:  no
Battery Information:
UPower data:
Device: /org/freedesktop/UPower/devices/line_power_AC
  native-path:  
/sys/devices/LNXSYSTM:00/device:00/ACPI0003:00/power_supply/AC
  power supply: yes
  updated:  Wed Nov 30 09:37:04 2011 (9966 seconds ago)
  has history:  no
  has statistics:   no
  line-power
online: yes

Device: /org/freedesktop/UPower/devices/battery_BAT0
  native-path:  
/sys/devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0
  vendor:   Hewlett-Packard
  model:Primary
  serial:   00015 2011/03/15
  power supply: yes
  updated:  Wed Nov 30 11:08:28 2011 (4482 seconds ago)
  has history:  yes
  has statistics:   yes
  battery
present: yes
rechargeable:yes
state:   fully-charged
energy:  54.9072 Wh
energy-empty:0 Wh
energy-full: 54.9072 Wh
energy-full-design:  54.9072 Wh
energy-rate: 0 W
voltage: 12.564 V
percentage:  100%
capacity:100%
technology:  lithium-ion

Device: /org/freedesktop/UPower/devices/battery_BAT1
  native-path:  
/sys/devices/LNXSYSTM:00/device:00/PNP0C0A:01/power_supply/BAT1
  power supply: no
  updated:  Wed Nov 30 12:22:56 2011 (14 seconds ago)
  has history:  no
  has statistics:   no
  battery
present: no
rechargeable:no
state:   unknown
energy:  0 Wh
energy-empty:0 Wh
energy-full: 0 Wh
energy-full-design:  0 Wh
energy-rate: 0 W
percentage:  0%

Daemon:
  daemon-version:  0.9.5
  can-suspend: yes
  can-hibernateno
  on-battery:  no
  on-low-battery:  no
  lid-is-closed:   no
  lid-is-present:   yes
GNOME Power Manager Process Information:
HAL Process Information:

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

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

Versions of packages gnome-power-manager depends on:
ii  consolekit 0.4.1-4   framework for defining and trackin
ii  dbus-x11   1.2.24-4+squeeze1 simple interprocess messaging syst
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-6~bpo60+1  The Cairo 2D vector graphics libra
ii  libcanberra-gtk0   0.24-1Gtk+ helper for playing widget eve
ii  libcanberra0   0.24-1a simple abstract interface for pl
ii  libdbus-1-31.2.24-4+squeeze1 simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome-keyring0  2.30.1-1  GNOME keyring services library
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libnotify1 [libnotify1 0.5.0-2   sends desktop notifications to a n
ii  libpanel-applet2-0 2.30.2-2  library for GNOME Panel applets
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libunique-1.0-01.1.6-1.1 Library for writing single instanc
ii  libupower-glib10.9.5-5   abstraction for power management -
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxrandr2 2:1.3.0-3 X11 RandR extension library
ii  notification-daemon0.5.0-2   

Bug#650511: libbt0: undeclared Conflicts/Replaces with libbt

2011-11-30 Thread Jakub Wilk

Package: libbt0
Version: 0.70.1-4
Severity: serious
Justification: Policy 7.6.1

# apt-get install -qq libbt
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libxext6.
(Reading database ... 12618 files and directories currently installed.)
Unpacking libxext6 (from .../libxext6_2%3a1.3.0-3_amd64.deb) ...
Selecting previously unselected package libbt0.
Unpacking libbt0 (from .../libbt0_0.70.1-4_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libbt0_0.70.1-4_amd64.deb 
(--unpack):
 trying to overwrite '/usr/lib/libbt.so.0.0.0', which is also in package libbt 
0.70.1-3
configured to not write apport reports
  dpkg-deb: error: subprocess paste was 
killed by signal (Broken pipe)
Preparing to replace libbt 0.70.1-3 (using .../libbt_0.70.1-4_all.deb) ...
Unpacking replacement libbt ...
Errors were encountered while processing:
 /var/cache/apt/archives/libbt0_0.70.1-4_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

--
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#650400: netcfg: Fails to obtain an address via DHCP

2011-11-30 Thread Brian Potkin
On Wed 30 Nov 2011 at 00:28:50 +, Brian Potkin wrote:

 the ones for the past few days) gives up. I'll look at the situation
 over the next few days without ruling out a difficiency in my setup.

[And, at the same time, attempt to improve my spelling skills].

The busybox changelog for 23rd November says:

  * move udhcpc default.script from /usr/share/udhcpc back to /etc/udhcpc
where it was long time ago.  It may conflict with the same conffile
as was in udhcpc package back in lenny, but the scripts from that
pkg should continue working still.  Closes: #619114

/etc/udhcpc doesn't exist. Once it does and default.script is put in it
the problem goes away.



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



Bug#650400: netcfg: Fails to obtain an address via DHCP

2011-11-30 Thread Michael Tokarev

reassign 650400 busybox 1:1.19.3-3
thanks

30.11.2011 14:50, Brian Potkin wrote:

On Wed 30 Nov 2011 at 00:28:50 +, Brian Potkin wrote:


the ones for the past few days) gives up. I'll look at the situation
over the next few days without ruling out a difficiency in my setup.


[And, at the same time, attempt to improve my spelling skills].

The busybox changelog for 23rd November says:

   * move udhcpc default.script from /usr/share/udhcpc back to /etc/udhcpc
 where it was long time ago.  It may conflict with the same conffile
 as was in udhcpc package back in lenny, but the scripts from that
 pkg should continue working still.  Closes: #619114

/etc/udhcpc doesn't exist. Once it does and default.script is put in it
the problem goes away.


That's very interesting - both the fact that /etc/udhcpc is missing and
that this behavour is observed only when there's no default.script exist.
I'll take a closer look at this today once I'll get home.

Manwhile, reassigning the bug where it belongs.

Thank you!

/mjt



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



Bug#646454: Patch for #646454

2011-11-30 Thread Nelson A. de Oliveira
tags 646454 + patch
thanks

Hi!

From [1] the patch [2] is very simple.

[1] 
http://postgresql.1045698.n5.nabble.com/Compilation-on-Debian-SID-tp4961596p5029532.html
[2] 
http://postgresql.1045698.n5.nabble.com/attachment/5029532/0/attribute_printf.diff

Best regards,
Nelson



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



Bug#650400: netcfg: Fails to obtain an address via DHCP

2011-11-30 Thread Brian Potkin
On Tue 29 Nov 2011 at 15:02:30 -0400, Joey Hess wrote:

 Brian Potkin wrote:
 Nov 29 14:21:59 kernel: [   28.066457] 8139too: 8139too Fast Ethernet driver 
 0.9.28
 Nov 29 14:21:59 kernel: [   28.066528] 8139too :00:0a.0: PCI INT A - GSI 
 17 (level, low) - IRQ 17
 Nov 29 14:21:59 kernel: [   28.067314] 8139too :00:0a.0: eth0: RealTek 
 RTL8139 at 0xe000, 00:a0:d2:a5:ad:25, IRQ 17
 Nov 29 14:21:59 kernel: [   28.067865] 8139cp: 8139cp: 10/100 PCI Ethernet 
 driver v1.3 (Mar 22, 2004)
 ...
 Nov 29 14:22:01 check-missing-firmware: no missing firmware in 
 /dev/.udev/firmware-missing /run/udev/firmware-missing
 Nov 29 14:22:01 kernel: [   29.842892] 8139too :00:0a.0: eth0: link up, 
 100Mbps, full-duplex, lpa 0x45E1
 ...
 Nov 29 14:22:35 main-menu[292]: (process:4523): Sending discover...
 Nov 29 14:22:35 main-menu[292]: (process:4523): udhcpc: sendto: Network is 
 down
 Nov 29 14:22:35 main-menu[292]: (process:4523): Read error: Network is down, 
 reopening socket
 Nov 29 14:22:35 main-menu[292]: (process:4523): Read error: Network is down, 
 reopening socket
 ...
 Nov 29 14:24:13 netcfg[4524]: DEBUG: dhcp_client_sigchld() called
 Nov 29 14:24:13 kernel: [  161.621068] 8139too :00:0a.0: eth0: link up, 
 100Mbps, full-duplex, lpa 0x45E1
 ...
 Nov 29 14:24:13 netcfg[4524]: INFO: executing: ip addr add 192.168.7.90/24 
 broadcast 192.168.7.255 dev eth0
 ...
 Nov 29 14:24:32 main-menu[292]: (process:4523): udhcpc: sendto: Network is 
 down
 Nov 29 14:24:32 main-menu[292]: (process:4523): Read error: Network is down, 
 reopening socket
 
 This looks like it starts with the ethernet link up, and goes down
 before udhcpc is started, then after several minutes it goes up again,
 and even then udhcpc fails -- perhaps the link has gone down a second
 time?

The second 'link up' is when the interface was configured statically.

 This could be anything from a faulty driver to a hardware problem to a
 cable problem.

I'm faced with a businesscard image from 19th November and a Squeeze
netinst image which configure the network in 10s with four different
network cards and drivers. On the same machines this daily image (and
the ones for the past few days) gives up. I'll look at the situation
over the next few days without ruling out a difficiency in my setup.



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



Bug#645487: ensembl: includes GPL code without source

2011-11-30 Thread Steffen Möller
Hello,

I would not bet on it. Most likely this needs some adjustments to the
Ensembl code since the Jar of Ensembl is considerably older than what is
now in Debian with a much smaller set of dependencies to additional jars.

Please leave it for after the Sprint.

Steffen

On 11/30/2011 10:42 AM, Andreas Tille wrote:
 Hi Steffen,

 could you please answer the more important piece I'm repeating below?

 Thanks

Andreas.

 On Wed, Nov 30, 2011 at 10:37:11AM +0100, Steffen Möller wrote:
 Regarding fixing the actual problem I would like to ask those people
 directly involved with ensemble packaging (explicitely in CC) whether
 it is OK, to finally drop the jar files in question from the source
 package and rather symlink to

 jemboss: /usr/share/EMBOSS/jemboss/lib/jalviewApplet.jar
 jalview: /usr/share/java/jalview.jar

 inside the package.  The only missing file would be jalviewAppletOld.jar
 but guessing from the name this file might be unused anyway.  Please
 either confirm that this would properly fix the situation and will not
 break ensembl and if I should go for it or whether you want to fix this
 yourself.




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



Bug#650511: libbt0: undeclared Conflicts/Replaces with libbt

2011-11-30 Thread d+deb
tags 650511 + patch
thanks

On Wed, Nov 30, 2011 at 12:36:28PM +0100, Jakub Wilk wrote:
 # apt-get install -qq libbt
 debconf: delaying package configuration, since apt-utils is not installed
 Selecting previously unselected package libxext6.
 (Reading database ... 12618 files and directories currently installed.)
 Unpacking libxext6 (from .../libxext6_2%3a1.3.0-3_amd64.deb) ...
 Selecting previously unselected package libbt0.
 Unpacking libbt0 (from .../libbt0_0.70.1-4_amd64.deb) ...
 dpkg: error processing /var/cache/apt/archives/libbt0_0.70.1-4_amd64.deb 
 (--unpack):
  trying to overwrite '/usr/lib/libbt.so.0.0.0', which is also in package 
 libbt 0.70.1-3
 configured to not write apport reports
   dpkg-deb: error: subprocess paste was 
 killed by signal (Broken pipe)
 Preparing to replace libbt 0.70.1-3 (using .../libbt_0.70.1-4_all.deb) ...
 Unpacking replacement libbt ...
 Errors were encountered while processing:
  /var/cache/apt/archives/libbt0_0.70.1-4_amd64.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)

added Replaces/Breaks: libbt0 ( 0.70.1-4) to libbt.
patch attached.
-- 
Regards,
dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
diff -Nru blackbox-0.70.1/debian/control blackbox-0.70.1/debian/control
--- blackbox-0.70.1/debian/control	2011-11-23 16:32:22.0 +0900
+++ blackbox-0.70.1/debian/control	2011-11-30 21:22:40.0 +0900
@@ -75,6 +75,8 @@
 Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, libbt0 (= ${source:Version})
+Breaks: libbt0 ( 0.70.1-4)
+Replaces: libbt0 ( 0.70.1-4)
 Description: transitional package for libbt0
  This is a dummy package to aid in transitioning from libbt to libbt0.
  This dummy package may be safely removed after upgrading to wheezy.


signature.asc
Description: Digital signature


Bug#644100: PyGrub is missing bootable flag in partition

2011-11-30 Thread Philipp Matthias Hahn
Hello,

PyGrub scans the partition table for the first partition, where the
bootable-flag is set. If no partition is marked, PyGrub falls back to
the first partition from the table.
This looks like a Bug in xen-create-image (or whatever), which doesn't
set the bootbale flag and doesn't put the partition containing /boot/ as
the first partition.

BYtE
Philipp
-- 
Philipp Matthias Hahn pmh...@debian.org
 GPG/PGP: 9A540E39 @ keyrings.debian.org



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



Bug#643312: Vice versa for IPv6 AF_INET6

2011-11-30 Thread martin f krafft
Curiously, exactly the opposite behaviour exists for AF_INET6:

With 1:5.8p1-7:

  % ssh -vvvo 'IPQoS ef' -6 -Snone vera true 21 /dev/null | egrep tos || 
echo no match
  no match

With 1:5.9p1-2:

  % ssh -vvvo 'IPQoS ef' -6 -Snone vera true 21 /dev/null | egrep tos || 
echo no match
  debug3: packet_set_tos: set IPV6_TCLASS 0x08

(ignore for now that the class set is wrong, that will be subject of the next 
report)

-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#649346: Adding fglrx-driver 11-11-3 version to testing branch

2011-11-30 Thread Alexander Milke
Hi Guys, why you've added fglrx-driver 11-11-3 to Debian Testing repository
branch???
Does it work properly, I saw it has a big outstanding bug with video and
downgraded to squeeze-backports version of X-server?
And now you've added this buggy driver to testing repository...
I'm afraid of upgrading today )

Alex


Bug#650511: libbt0: undeclared Conflicts/Replaces with libbt

2011-11-30 Thread d+deb
On Wed, Nov 30, 2011 at 09:29:26PM +0900, d+...@vdr.jp wrote:
  # apt-get install -qq libbt
  debconf: delaying package configuration, since apt-utils is not installed
  Selecting previously unselected package libxext6.
  (Reading database ... 12618 files and directories currently installed.)
  Unpacking libxext6 (from .../libxext6_2%3a1.3.0-3_amd64.deb) ...
  Selecting previously unselected package libbt0.
  Unpacking libbt0 (from .../libbt0_0.70.1-4_amd64.deb) ...
  dpkg: error processing /var/cache/apt/archives/libbt0_0.70.1-4_amd64.deb 
  (--unpack):
   trying to overwrite '/usr/lib/libbt.so.0.0.0', which is also in package 
  libbt 0.70.1-3
  configured to not write apport reports
dpkg-deb: error: subprocess paste was 
  killed by signal (Broken pipe)
  Preparing to replace libbt 0.70.1-3 (using .../libbt_0.70.1-4_all.deb) ...
  Unpacking replacement libbt ...
  Errors were encountered while processing:
   /var/cache/apt/archives/libbt0_0.70.1-4_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 added Replaces/Breaks: libbt0 ( 0.70.1-4) to libbt.
 patch attached.

Oops.
added Replaces/Breaks: libbt ( 0.70.1-4) to libbt0.
-- 
Regards,
dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
diff -Nru blackbox-0.70.1/debian/control blackbox-0.70.1/debian/control
--- blackbox-0.70.1/debian/control	2011-11-23 16:32:22.0 +0900
+++ blackbox-0.70.1/debian/control	2011-11-30 21:35:07.0 +0900
@@ -53,6 +53,8 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libbt ( 0.70.1-4)
+Replaces: libbt ( 0.70.1-4)
 Description: Blackbox - shared library
  This is a window manager for X.  It is similar in many respects to
  such popular packages as Window Maker, Enlightenment, and FVWM2.  You


signature.asc
Description: Digital signature


Bug#650512: IPQoS not honoured

2011-11-30 Thread martin f krafft
Package: openssh-client
Version: 1:5.8p1-4
Severity: normal

While openssh-client seems to properly switch between the
lowdelay/throughput QoS classes depending on whether the session is
interactive or not, the new IPQoS option seems to have absolutely no
effect:

  % ssh -vvvo 'IPQoS ef' -4 -Snone vera 21 /dev/null | egrep tos || echo no 
match
  debug3: packet_set_tos: set IP_TOS 0x10
  ^D
  % ssh -vvvo 'IPQoS ef' -4 -Snone vera true 21 /dev/null | egrep tos || 
echo no match
  debug3: packet_set_tos: set IP_TOS 0x08

In both cases, the TOS value should be 0x2e (class ef). Using the
hex number does not work either:

  % ssh -vvvo 'IPQoS 0x2e' -4 -Snone vera 21 /dev/null | egrep tos || echo 
no match
  debug3: packet_set_tos: set IP_TOS 0x10
  ^D
  % ssh -vvvo 'IPQoS 0x2e' -4 -Snone vera true 21 /dev/null | egrep tos || 
echo no match
  debug3: packet_set_tos: set IP_TOS 0x08

I have also verified the actual packets emitted using tcpdump on the
next hop.

Exactly the same behaviour can be observed with IPv6 after upgrading to
1:5.9p1-7 (see #643312).

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

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

Versions of packages openssh-client depends on:
ii  adduser3.113  
ii  debconf [debconf-2.0]  1.5.41 
ii  dpkg   1.16.1.1   
ii  libc6  2.13-21
ii  libedit2   2.11-20080614-3
ii  libgssapi-krb5-2   1.9.1+dfsg-3   
ii  libselinux12.1.0-4
ii  libssl1.0.01.0.0e-2.1 
ii  passwd 1:4.1.4.2+svn3283-3
ii  zlib1g 1:1.2.3.4.dfsg-3   

Versions of packages openssh-client recommends:
ii  openssh-blacklist0.4.1
ii  openssh-blacklist-extra  none   
ii  xauth1:1.0.6-1

Versions of packages openssh-client suggests:
ii  gtk-led-askpass [ssh-askpass]  0.11-1
ii  keychain   none
ii  libpam-ssh none
ii  monkeysphere   0.35-2

-- Configuration Files:
/etc/ssh/ssh_config changed [not included]

-- no debconf information


-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#624537: I'm getting debian failed to execute /lib/udev/mtp-probe too

2011-11-30 Thread jidanni
I'm now getting debian failed to execute /lib/udev/mtp-probe at boot too.
Started last week here on sid.
Why can't something be done about it?
Thanks.



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



Bug#650513: excessive backup pkgcache.bin files retained?

2011-11-30 Thread jidanni
Package: apt
Version: 0.8.15.9
Severity: wishlist

It seems excessive backup pkgcache.bin files are being retained,

# ls -l /var/cache/apt
total 99472
drwxr-xr-x 3 root root   139264 Nov 29 16:54 archives
-rw-r--r-- 1 root root 17660650 Nov 29 16:56 pkgcache.bin
-rw-r--r-- 1 root root 25165824 Jun 13 20:08 pkgcache.bin.G247fS
-rw-r--r-- 1 root root 25165824 Aug 22 19:55 pkgcache.bin.RUYLRh
-rw-r--r-- 1 root root 25165824 Sep  4 21:40 pkgcache.bin.ZT8WEb
-rw-r--r-- 1 root root 25165824 Sep 18  2010 pkgcache.bin.i7y21z
-rw-r--r-- 1 root root 17639099 Nov 29 16:42 srcpkgcache.bin

Also my sources.lists have no src lines, so maybe there should be no
srcpkgcache.bin kept.

We also note this command will apparently not zap the backups,
$ apt-get --dry-run clean
NOTE: This is only a simulation!
  apt-get needs root privileges for real execution.
  Keep also in mind that locking is deactivated,
  so don't depend on the relevance to the real current situation!
Del /var/cache/apt/archives/* /var/cache/apt/archives/partial/*
Del /var/cache/apt/pkgcache.bin /var/cache/apt/srcpkgcache.bin



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



Bug#650514: bash-completion: ssh host completion cannot deal with multiple files in UserKnownHostsFile

2011-11-30 Thread Paul Wise
Package: bash-completion
Version: 1:1.3-1
Severity: normal

The bash_completion script cannot deal with a line like this in ~/.ssh/config:

 UserKnownHostsFile ~/.ssh/hosts/generic ~/.ssh/hosts/debian ~/.ssh/hosts/work

Instead I have to do this to get what I want in ssh and ssh completion:

 UserKnownHostsFile ~/.ssh/hosts/generic
 UserKnownHostsFile ~/.ssh/hosts/debian
 UserKnownHostsFile ~/.ssh/hosts/work
 UserKnownHostsFile ~/.ssh/hosts/generic ~/.ssh/hosts/debian ~/.ssh/hosts/work

The first three are for bash_completion and the last for ssh.

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

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

Versions of packages bash-completion depends on:
ii  bash  4.1-3

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#650350: apr: testsuite hangs on testprocmutex

2011-11-30 Thread Hector Oron
Hello,

On Tue, Nov 29, 2011 at 11:57:16PM +0100, Stefan Fritsch wrote:
 On Tuesday 29 November 2011, Hector Oron wrote:
When compiling apr under armhf architecture, testsuite seem to
  hang at testprocmutex test with the followinf backtrace:

 I just noticed that there is a special configure flag concerning 
 mutexes added for armel. Maybe you need the same for armhf?

  Right, I have built the package succesfully. Would you like me to
  NMU the package with the following changeset?

diff -u apr-1.4.5/debian/rules apr-1.4.5/debian/rules
--- apr-1.4.5/debian/rules
+++ apr-1.4.5/debian/rules
@@ -35,6 +35,9 @@
 ifneq (,$(findstring armel,$(DEB_BUILD_ARCH)))
CONFFLAGS += apr_cv_mutex_robust_shared=no
 endif
+ifneq (,$(findstring armhf,$(DEB_BUILD_ARCH)))
+  CONFFLAGS += apr_cv_mutex_robust_shared=no
+endif
 ifneq (,$(findstring alpha,$(DEB_BUILD_ARCH)))
CONFFLAGS += apr_cv_mutex_robust_shared=no
 endif
diff -u apr-1.4.5/debian/changelog apr-1.4.5/debian/changelog
--- apr-1.4.5/debian/changelog
+++ apr-1.4.5/debian/changelog
@@ -1,3 +1,10 @@
+apr (1.4.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Disable testprocmutex as it hangs on armhf. (Closes: #650350)
+
+ -- Hector Oron zu...@debian.org  Wed, 30 Nov 2011 12:58:05 +
+
 apr (1.4.5-1) unstable; urgency=high
 
* New upstream version:




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



Bug#650515: mlterm: Crashes at start

2011-11-30 Thread Andreas Tscharner
Package: mlterm
Version: 3.0.9-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

When trying to start mlterm, the following error appears and mlterm cannot
be started:


andy@akasha:~$ mlterm
X Error of failed request:  BadPixmap (invalid Pixmap parameter)
  Major opcode of failed request:  54 (X_FreePixmap)
  Resource id in failed request:  0x0
  Serial number of failed request:  262
  Current serial number in output stream:  263


I am using WindowMaker as my window manager

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

Kernel: Linux 3.0.0 (SMP w/2 CPU cores)
Locale: LANG=de_CH.utf8, LC_CTYPE=de_CH.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_CH.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mlterm depends on:
ii  libc6   2.13-21  
ii  libgdk-pixbuf2.0-0  2.24.0-1 
ii  libglib2.0-02.30.2-4 
ii  libssh2-1   1.2.8-2  
ii  libx11-62:1.4.4-4
ii  mlterm-common   3.0.9-1  

Versions of packages mlterm recommends:
ii  mlterm-tools  3.0.9-1

Versions of packages mlterm suggests:
pn  fonts-arphic-bsmi00lp   none
pn  fonts-arphic-gbsn00lp   none
pn  fonts-baekmuk   none
pn  fonts-vlgothic | fonts-japanese-gothic  none
pn  mlterm-im-m17nlib   none
pn  mlterm-im-scim  none
pn  mlterm-im-uim   none
pn  t1-cyrillic none
pn  ttf-freefont20100919-1
pn  unifont 1:5.1.20080914-1.1
pn  xfonts-efont-unicodenone

-- 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#650516: exiv2: please package 0.21 or newer to unstable

2011-11-30 Thread Jonas Smedegaard
Package: exiv2
Version: 0.20-2.1
Severity: wishlist

As usbject says, please package version 0.21 or newer to unstable.

reportbug informs me that 0.22 is in experimental.  I need 0.21 or
newer for pinot, however.

Regards,

 - Jonas

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

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

Versions of packages exiv2 depends on:
ii  libc6   2.13-21  
ii  libexiv2-9  0.20-2.1 
ii  libgcc1 1:4.6.2-5
ii  libstdc++6  4.6.2-5  

exiv2 recommends no packages.

exiv2 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#650517: daptup: Can't exec /bin/sh: Argument list too long at /usr/bin/daptup line 77.

2011-11-30 Thread Laurent Bonnaud
Package: daptup 
  
Version: 0.12.3 
  
Severity: important 
  

  
Dear Maintainer,

here is the problem:

# apt-get update
Building old list of packages... [done]
Building old list of available updates... Can't exec /bin/sh: Argument list 
too long at /usr/bin/daptup line 77.
 at /usr/bin/daptup line 77

Daptup::Backend::AptOrCupt::get_updates('Daptup::Backend::AptOrCupt=HASH(0x9d32acc)',
 '/var/spool/daptup/updates-before') called at /usr/bin/daptup line 451
main::do_pre() called at /usr/bin/daptup line 571
[done]
[...]

This bug occurs on a test system with (too ?) many installed packages:

$ wc /var/spool/daptup/new-after 
  37137  303695 2288390 /var/spool/daptup/new-after

$ dpkg -l | wc
  16046  147118 2339060

I tested with /bin/sh pointing to bash and dash: the result is the same.


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

Kernel: Linux 3.1.0-1-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/bash

Versions of packages daptup depends on:
ii  apt 0.8.16~exp8
ii  cupt2.3.0  
ii  liblocale-gettext-perl  1.05-7+b1  
ii  perl5.14.2-6   

daptup recommends no packages.

Versions of packages daptup suggests:
ii  aptitude  0.6.4-1.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#648964: ITP: meinheld -- high-performance WSGI-compliant web server

2011-11-30 Thread Bernd Zeimetz
On 11/16/2011 01:11 PM, Mikhail Lukyanchenko wrote:
 Package: wnpp
 Severity: wishlist
 X-Debbugs-CC: debian-de...@lists.debian.org
 
 --- Please fill out the fields below. ---
 
Package name: meinheld
 Version: 0.4.13
 Upstream Author: Yutaka Matsubara
 URL: http://meinheld.org
 License: BSD, MIT/X, etc.
 Description: Meinheld is a high-performance WSGI-compliant web server 
 that takes advantage of greenlet and picoev to enable asynchronous network 
 I/O in a light-weight manner.

Please improve the description before uploading the package - most
people might not know what greenlet or picoev is and what is supposed to
make them faster than - for example - mod_wsgi.



-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



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



Bug#626663: Workaround doesn't work

2011-11-30 Thread Grześ Andruszkiewicz
Hi,

I have the same problem, but the proposed workaround doesn't work. If
I click OK on the exception window, then simply another would appear.
I tried to click a couple of times.



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



Bug#650491: variables in debian/rules providing version information from changelog?

2011-11-30 Thread Raphael Hertzog
Hi,

On Wed, 30 Nov 2011, Harald Dunkel wrote:
  If you know a good place where we should mention the existence
  of those include files in /usr/share/dpkg/ please let me know.
 
 Maybe the man page for dpkg-buildpackage? Usually man pages have
 a paragraph FILES for this. See the attached patch. Hope this
 helps.

Hum, it's not really related to dpkg-buildpackage. In fact, it would
be good in a FILES sections for a manual page documenting debian/rules but
we have no such manpage yet.

Are you willing to write deb-rules(5) or deb-src-rules(5) ? It should
document the official targets and their role. And this. :)

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

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



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



Bug#650518: libproc-processtable-perl: Module expects english locale

2011-11-30 Thread Wolfgang Leuchuk
Package: libproc-processtable-perl
Version: 0.45-1
Severity: important
Tags: l10n

Background:
The version of the module is 0.45. It's installed with synaptic, but my system
is allowed to use the backports, too.

My perl skript uses this module. When I try to access the field pid of the
process table it exits with the error message Your vendor has not defined
Proc::ProcessTable macro pid at  my script some line number. The error message
is not from my script but from the module.

When I debug it I find in the file Proc::ProcessTable::AUTOLOAD (says the perl
debugger) a comparison if ($! ~= /Invalid/) which is never true when the
locale is german and the OS-error is reported consequently in german. As it
can't be true it always exits with the above mentioned error message.

I can circumnavigate the problem by setting the locale to english, but this in
my humble opinion not the way it should work.



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

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

Versions of packages libproc-processtable-perl depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  perl   5.10.1-17squeeze2 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.1 5.10.1-17squeeze2 minimal Perl system

libproc-processtable-perl recommends no packages.

libproc-processtable-perl 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#650495: linux-image-3.1.0-1-amd64: oops

2011-11-30 Thread Ben Hutchings
On Wed, 2011-11-30 at 03:05 -0600, Jonathan Nieder wrote:
 Hi Tim,
 
 Tim Connors wrote:
 
  ** Tainted: PWCO (5633)
   * Proprietary module has been loaded.
   * Taint on warning.
   * Module from drivers/staging has been loaded.
   * Out-of-tree module has been loaded.
 
 Thanks for reporting this, but we're not going to look into it unless
 you can reproduce it without the nvidia driver.  Sorry.
 
 If you can reproduce it with the nvidia driver and not without, that's
 fine too, since in that case we can pass it on to the nvidia driver
 packagers (who would presumably help you file a report with nvidia).

Actually this bug is really obvious (to me).  It's this change:

commit 4924f44b97a034dbf44c14b709b0b0907ee23f04
Author: Eric Dumazet eric.duma...@gmail.com
Date:   Mon Jul 4 17:57:10 2011 -0700

b44: use dev_kfree_skb() in b44_tx()

Eric didn't take into account that b44_poll() masks IRQs while calling
b44_tx().  So we need to revert that (or fix b44_tx() to not do that, as
it's unlikely to be necessary).

Ben.

-- 
Ben Hutchings
Tomorrow will be cancelled due to lack of interest.


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


Bug#645713: dist-upgrade fails squeeze - wheezy

2011-11-30 Thread Mark Copper
Closing this bug seem premature.

The command apt-get dist-upgrade ends with line
   E: Could not perform immediate configuration on
'libgstreamer0.10-0'. Please see man 5 apt.conf under
APT::Immediate-Configure for details. (2)
on my system.

My system is a clean default install of squeeze,

$ uname -a
Linux rigel 2.6.32-5-686 #1 SMP Mon Oct 3 04:15:24 UTC 2011 i686 GNU/Linux

More info gladly provided.

Mark Copper



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



Bug#650519: Crashes on KJV

2011-11-30 Thread Andrey Rahmatullin
Package: bibletime
Version: 2.8.1-2
Severity: important

I had KJV downloaded with an older version of the package and now bibletime
crashes on start. I've renamed ~/.bibletime and ~/.sword and successfully
launched the program but after downloading KJV via the bookshelf manager the
program crashed rigth after double clicking on KJV in the book list. It also
doesn't launch anymore. Apparently at least some other texts can be used
without problems.

I've got two different backtraces. This is when the program crashes on start:

#0  0x75879b3c in std::vectorint, std::allocatorint ::size() const
() from /usr/lib/libsword.so.8
#1  0x75877f30 in sword::VerseMgr::Book::getVerseMax(int) const () from
/usr/lib/libsword.so.8
#2  0x7585d0c7 in sword::VerseKey::getVerseMax() const () from
/usr/lib/libsword.so.8
#3  0x7585d915 in sword::VerseKey::Normalize(char) () from
/usr/lib/libsword.so.8
#4  0x7585980d in sword::VerseKey::parse(bool) () from
/usr/lib/libsword.so.8
#5  0x75853844 in sword::SWKey::copyFrom(sword::SWKey const) () from
/usr/lib/libsword.so.8
#6  0x75859116 in sword::VerseKey::copyFrom(sword::SWKey const) ()
from /usr/lib/libsword.so.8
#7  0x75858d8a in sword::VerseKey::positionFrom(sword::SWKey const) ()
from /usr/lib/libsword.so.8
#8  0x004d9cbd in CSwordVerseKey::setKey(char const*) ()
#9  0x004bcead in CSwordBibleModuleInfo::initBounds() ()
#10 0x004bcf4a in
CSwordBibleModuleInfo::CSwordBibleModuleInfo(sword::SWModule*, CSwordBackend*,
CSwordModuleInfo::ModuleType) ()
#11 0x004f9c1d in
CSwordBackend::initModules(CSwordBackend::SetupChangedReason) ()
#12 0x0049e4cc in BibleTime::initBackends() ()
#13 0x004928cc in BibleTime::BibleTime(QWidget*,
QFlagsQt::WindowType) ()
#14 0x0048efa1 in main ()


(I have libsword-dbg installed but it's doesn't help apparently)

This is when the program started under gdb but crashed after opening KJV:

#0  0x004dcb89 in
Rendering::CDisplayRendering::entryLink(Rendering::CTextRendering::KeyTreeItem
const, CSwordModuleInfo const*) ()
#1  0x004df1df in
Rendering::CHTMLExportRendering::renderEntry(Rendering::CTextRendering::KeyTreeItem
const, CSwordKey*) ()
#2  0x004e1f43 in
Rendering::CTextRendering::renderKeyTree(QListRendering::CTextRendering::KeyTreeItem*)
()
#3  0x004e36ec in Rendering::CTextRendering::renderKeyRange(QString
const, QString const, QListCSwordModuleInfo const* const, QString const,
Rendering::CTextRendering::KeyTreeItem::Settings const) ()
#4  0x004dc398 in
Rendering::CChapterDisplay::text(QListCSwordModuleInfo const* const, QString
const, DisplayOptions const, FilterOptions const) ()
#5  0x005b759c in CReadWindow::lookupSwordKey(CSwordKey*) ()
#6  0x005a7419 in CBibleReadWindow::lookupSwordKey(CSwordKey*) ()
#7  0x005c28e9 in CBibleReadWindow::qt_metacall(QMetaObject::Call, int,
void**) ()
#8  0x75f8dcca in QMetaObject::activate (sender=0xc3f950, m=optimized
out, local_signal_index=optimized out, argv=0x7fffc190) at
kernel/qobject.cpp:3278
#9  0x005c45dd in CKeyChooser::keyChanged(CSwordKey*) ()
#10 0x00590214 in CBibleKeyChooser::setKey(CSwordKey*) ()
#11 0x005ad014 in CDisplayWindow::lookupModKey(QString const, QString
const) ()
#12 0x005ac1b1 in CDisplayWindow::lookupKey(QString const) ()
#13 0x00493581 in
BibleTime::createReadDisplayWindow(QListCSwordModuleInfo*, QString const) ()
#14 0x00493815 in BibleTime::createReadDisplayWindow(CSwordModuleInfo*,
QString const) ()
#15 0x005ba1fd in BibleTime::qt_metacall(QMetaObject::Call, int,
void**) ()
#16 0x75f8dcca in QMetaObject::activate (sender=0xb3e090, m=optimized
out, local_signal_index=optimized out, argv=0x7fffc500) at
kernel/qobject.cpp:3278
#17 0x005beeed in
BtBookshelfDockWidget::moduleOpenTriggered(CSwordModuleInfo*) ()
#18 0x0050e473 in
BtBookshelfDockWidget::slotModuleActivated(CSwordModuleInfo*) ()
#19 0x005bf1df in BtBookshelfDockWidget::qt_metacall(QMetaObject::Call,
int, void**) ()
#20 0x75f8dcca in QMetaObject::activate (sender=0xb70aa0, m=optimized
out, local_signal_index=optimized out, argv=0x7fffc680) at
kernel/qobject.cpp:3278
#21 0x005bf5e0 in BtBookshelfView::moduleActivated(CSwordModuleInfo*)
()
#22 0x005bf63c in BtBookshelfView::qt_metacall(QMetaObject::Call, int,
void**) ()
#23 0x75f8dcca in QMetaObject::activate (sender=0xb70aa0, m=optimized
out, local_signal_index=optimized out, argv=0x7fffc780) at
kernel/qobject.cpp:3278
#24 0x7780be25 in QAbstractItemView::activated (this=optimized out,
_t1=optimized out) at .moc/release-shared/moc_qabstractitemview.cpp:345
#25 0x77853963 in QTreeView::mouseDoubleClickEvent (this=0xb70aa0,
event=0x7fffd5b0) at itemviews/qtreeview.cpp:1870
#26 0x773580b0 in QWidget::event (this=0xb70aa0, 

Bug#650495: b44: WARNING at kernel/softirq.c:159 _local_bh_enable_ip.isra.11+0x3d/0x88()

2011-11-30 Thread Ben Hutchings
On Wed, 2011-11-30 at 03:24 -0600, Jonathan Nieder wrote:
 Tim Connors wrote:
 
  https://lkml.org/lkml/2011/11/8/9
 
 On second thought: let's just use that. :)
 
 Fixed by 15ac2b08a2fd (b44: Use dev_kfree_skb_irq() in b44_tx(),
 2011-11-23), which is part of davem's tree but not linus's yet.

Right.

Ben.

-- 
Ben Hutchings
Tomorrow will be cancelled due to lack of interest.


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


Bug#650419: Bug#650420: empathy: Empathy does not show notifications

2011-11-30 Thread Julien Patriarca
I have updated a box with gnome-shell 3.2 from experimental. It does
correct the bug.
I wanted to have it on my laptop too, but the bug about the double icons
prevented me from doing it.
Thanks apt-listbugs ;-)

2011/11/29 Laurent Bigonville bi...@debian.org

 severity 650419 important
 severity 650420 important
 merge 650419 650420
 thanks

 Hi,

 I've the feeling that this is an interaction issue between empathy 3.2
 and gnome-shell 3.0.

 Could you try to upgrade gnome-shell with the version from experimental
 and let me know if it's still happening?

 If it's not fixed, could you please attache here empathy logs, see [0]

 Thanks

 Laurent Bigonville

 [0] https://live.gnome.org/Empathy/Debugging





Bug#650495: linux-image-3.1.0-1-amd64: oops

2011-11-30 Thread Eric Dumazet
Le mercredi 30 novembre 2011 à 14:25 +, Ben Hutchings a écrit :
 On Wed, 2011-11-30 at 03:05 -0600, Jonathan Nieder wrote:
  Hi Tim,
  
  Tim Connors wrote:
  
   ** Tainted: PWCO (5633)
* Proprietary module has been loaded.
* Taint on warning.
* Module from drivers/staging has been loaded.
* Out-of-tree module has been loaded.
  
  Thanks for reporting this, but we're not going to look into it unless
  you can reproduce it without the nvidia driver.  Sorry.
  
  If you can reproduce it with the nvidia driver and not without, that's
  fine too, since in that case we can pass it on to the nvidia driver
  packagers (who would presumably help you file a report with nvidia).
 
 Actually this bug is really obvious (to me).  It's this change:
 
 commit 4924f44b97a034dbf44c14b709b0b0907ee23f04
 Author: Eric Dumazet eric.duma...@gmail.com
 Date:   Mon Jul 4 17:57:10 2011 -0700
 
 b44: use dev_kfree_skb() in b44_tx()
 
 Eric didn't take into account that b44_poll() masks IRQs while calling
 b44_tx().  So we need to revert that (or fix b44_tx() to not do that, as
 it's unlikely to be necessary).

Yes, this was reverted in mainline : 15ac2b08a2fd0f (b44: Use
dev_kfree_skb_irq() in b44_tx())

Apparently some people think NAPI must run with IRQ disabled...

Oh well...







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



Bug#641621: What / how to report upstream and unable to work around?

2011-11-30 Thread Darryl Green
I have the same problem, but I can't seem to find a way to resolve
dependencies using testing (probably my own incompetence) so was
prepared to raise issue upstream in desperation. However, from a dumb
users perspective, I can't see what to report as I get debian dependency
messages, not anything I can say breaks when I actually try to use the
nvidia software? Do I need to try to build from sources and see what
breaks? Surely maintainer knows this already and can file a better
upstream report than I can?
Any hints on how to work around the dependency issue appreciated. I'm
stuck with:

# apt-cache showpkg xserver-xorg-core

Provides: 
2:1.11.2.901-1 - xorg-video-abi-11 xorg-input-abi-13 
2:1.11.1.902-1 - xorg-video-abi-11 xorg-input-abi-13 
2:1.7.7-13 - xserver xorg-video-abi-6.0 xorg-input-abi-7.0 

# apt-get install xserver-xorg-core=2:1.7.7-13
...
Selected version '2:1.7.7-13' (Debian:6.0.3/stable [i386]) for
'xserver-xorg-core'
...
 xserver-xorg-core : Depends: xserver-xorg but it is not going to be
installed





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



Bug#640737: Please apply the following patches for copyright-format.xml.

2011-11-30 Thread Charles Plessy
Le Mon, Nov 28, 2011 at 03:23:54PM +, Simon McVittie a écrit :
 Some minor corrections for those patches:
 
 On Tue, 29 Nov 2011 at 00:01:17 +0900, Charles Plessy wrote:
 section id=example-header-paragraph
   titleExample header paragraph/title
  -programlistingFormat: lt;VERSIONED_FORMAT_URLgt;
  +programlistingFormat: 
  http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/;
   Upstream-Name: SOFTware
 
 Shouldn't have the trailing semicolon

URL patch updated, thanks !

-- 
Charles
From 5a022476e4fd1896f497b9db0127fd0fe104242e Mon Sep 17 00:00:00 2001
From: Charles Plessy ple...@debian.org
Date: Wed, 30 Nov 2011 23:47:36 +0900
Subject: [PATCH 3/5] copyright-format: URL on www.debian.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Wording: Charles Plessy ple...@debian.org
Seconded: David Prévot taf...@debian.org
Seconded: gregor herrmann gre...@debian.org
Closes: #640737
---
 README.org|2 +-
 copyright-format/copyright-format.xml |8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index b2c4b6f..2be9c51 100644
--- a/README.org
+++ b/README.org
@@ -138,7 +138,7 @@ published at [[http://www.debian.org/doc/]].
 
 In addition to the main technical manual, the team currently also maintains:
 
-+ [[http://www.debian.org/doc/packaging-manuals/copyright-format/1.0][Machine-readable debian/copyright format]]
++ [[http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/][Machine-readable debian/copyright format]]
 + [[http://www.debian.org/doc/packaging-manuals/menu-policy/][Debian Menu sub-policy]]
 + [[http://www.debian.org/doc/packaging-manuals/perl-policy/][Debian Perl Policy]]
 + [[http://www.debian.org/doc/packaging-manuals/mime-policy/][Debian MIME support sub-policy]]
diff --git a/copyright-format/copyright-format.xml b/copyright-format/copyright-format.xml
index c9b5568..4c18c3b 100644
--- a/copyright-format/copyright-format.xml
+++ b/copyright-format/copyright-format.xml
@@ -185,7 +185,7 @@
 titlevarnameFormat/varname/title
 para
   Required single line: URI of the format specification, such as:
-  literalhttp://www.debian.org/doc/copyright-format/1.0/literal
+  literalhttp://www.debian.org/doc/packaging-manuals/copyright-format/1.0//literal
 /para
   /section
 
@@ -278,7 +278,7 @@
 
   section id=example-header-paragraph
 titleExample header paragraph/title
-programlistingFormat: lt;VERSIONED_FORMAT_URLgt;
+programlistingFormat: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: SOFTware
 Upstream-Contact: John Doe lt;john@example.comgt;
 Source: http://www.example.com/software/project/programlisting
@@ -1072,7 +1072,7 @@ also delete it here./programlisting
 A possible filenamedebian/copyright/filename file for the program
 quoteX Solitaire/quote distributed in the Debian source package
 literalxsol/literal:
-programlisting![CDATA[Format: VERSIONED_FORMAT_URL
+programlisting![CDATA[Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: X Solitaire
 Source: ftp://ftp.example.com/pub/games
 
@@ -1113,7 +1113,7 @@ License: GPL-2+
 A possible filenamedebian/copyright/filename file for the program
 quotePlanet Venus/quote, distributed in the Debian source
 package literalplanet-venus/literal:
-programlisting![CDATA[Format: VERSIONED_FORMAT_URL
+programlisting![CDATA[Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Planet Venus
 Upstream-Contact: John Doe j...@example.com
 Source: http://www.example.com/code/venus
-- 
1.7.7.3



Bug#641071: Please apply the following patches for copyright-format.xml.

2011-11-30 Thread Charles Plessy
Le Mon, Nov 28, 2011 at 03:23:54PM +, Simon McVittie a écrit :
 Some minor corrections for those patches:
 
  -Creative Commons ulink
  -url=http://creativecommons.org/license/zero/;Universal
  -waiver/ulink.
  +Creative Common Universal
  +ulink url=http://spdx.org/licenses/CC0-1.0;1.0/ulink.
 
 It's called Creative Commons Zero 1.0 Universal, not Creative
 Common Universal 1.0
 
 entry
  -ulink url=http://spdx.org/licenses/CDDL;Common 
  Development
  +ulink url=http://spdx.org/licenses/CDDL-1.0;Common 
  Development
   and Distribution License/ulink.
 
 Shouldn't this say ...License 1.0/ulink, consistent with the SPDX page's
 name?

SPDX patch updated, thanks !

-- 
Charles
From 5c6fb914e68625fbec8f413bbee7dcd707e80c59 Mon Sep 17 00:00:00 2001
From: Charles Plessy ple...@debian.org
Date: Wed, 30 Nov 2011 23:52:28 +0900
Subject: [PATCH 4/5] copyright-format: correct or add links to SPDX.

Wording: Charles Plessy ple...@debian.org
Seconded: gregor herrmann gre...@debian.org
Closes: #641071
---
 copyright-format/copyright-format.xml |   29 ++---
 1 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/copyright-format/copyright-format.xml b/copyright-format/copyright-format.xml
index 4c18c3b..e854c2a 100644
--- a/copyright-format/copyright-format.xml
+++ b/copyright-format/copyright-format.xml
@@ -580,8 +580,8 @@ License: MPL-1.1
   /entry
   entry
 Apache license
-ulink url=http://spdx.org/licenses/ASL-1.0;1.0/ulink,
-ulink url=http://spdx.org/licenses/ASL-2.0;2.0/ulink.
+ulink url=http://spdx.org/licenses/Apache-1.0;1.0/ulink,
+ulink url=http://spdx.org/licenses/Apache-2.0;2.0/ulink.
   /entry
 /row
 row
@@ -710,9 +710,8 @@ License: MPL-1.1
 CC0
   /entry
   entry
-Creative Commons ulink
-url=http://creativecommons.org/license/zero/;Universal
-waiver/ulink.
+Creative Commons Zero 1.0 Universal
+ulink url=http://spdx.org/licenses/CC0-1.0;1.0/ulink.
   /entry
 /row
 row
@@ -720,8 +719,8 @@ License: MPL-1.1
 CDDL
   /entry
   entry
-ulink url=http://spdx.org/licenses/CDDL;Common Development
-and Distribution License/ulink.
+Common Development and Distribution License
+ulink url=http://spdx.org/licenses/CDDL-1.0;1.0/ulink.
   /entry
 /row
 row
@@ -772,7 +771,6 @@ License: MPL-1.1
 ulink url=http://spdx.org/licenses/LGPL-2.1;2.1/ulink,
 ulink url=http://spdx.org/licenses/LGPL-3.0;3.0/ulink, or
 GNU Library General Public License
-ulink url=http://spdx.org/licenses/LGPL-1.0;1.0/ulink,
 ulink url=http://spdx.org/licenses/LGPL-2.0;2.0/ulink.
   /entry
 /row
@@ -781,8 +779,8 @@ License: MPL-1.1
 GFDL
   /entry
   entry
-ulink url=http://spdx.org/licenses/FDL-1.0;GNU Free
-Documentation License/ulink.
+GNU Free Documentation License 1.0, or
+ulink url=http://spdx.org/licenses/GFDL-1.1;1.1/ulink.
   /entry
 /row
 row
@@ -827,12 +825,13 @@ License: MPL-1.1
 /row
 row
   entry
-Python-CNRI
+Python
   /entry
   entry
-ulink url=http://spdx.org/licenses/Python-CNRI;Python
-license/ulink.
+Python license
+ulink url=http://spdx.org/licenses/Python-2.0;2.0/ulink.
   /entry
+  !-- See https://fossbazaar.org/pipermail/spdx-legal/2011-February/10.html --
 /row
 row
   entry
@@ -869,8 +868,8 @@ License: MPL-1.1
 Zope
   /entry
   entry
-Zope Public License
-  ulink url=http://spdx.org/licenses/ZPL-1.0;1.0/ulink,
+Zope Public License 1.0,
+  ulink url=http://spdx.org/licenses/ZPL-1.1;1.1/ulink,
   ulink url=http://spdx.org/licenses/ZPL-2.0;2.0/ulink,
   ulink url=http://spdx.org/licenses/ZPL-2.1;2.1/ulink.
   /entry
-- 
1.7.7.3



Bug#650520: gamera: FTBFS on big-endian 64-bit systems: failed tests

2011-11-30 Thread Jakub Wilk

Source: gamera
Version: 3.3.2-1
Severity: important

gamera FTBFS on s390x[0] and sparc64[1]:
| + 
PYTHONPATH=/build/buildd-gamera_3.3.2-1-s390x-06wZB9/gamera-3.3.2/build/lib.linux-s390x-2.7
 python2.7 debian/run-tests.py
| /usr/lib/pymodules/python2.7/py/_code/_assertionold.py:3: DeprecationWarning: 
The compiler package is deprecated and removed in Python 3.x.
|   from compiler import parse, ast, pycodegen
| = test session starts 
==
| platform linux2 -- Python 2.7.2 -- pytest-1.3.4
| test path 1: /build/buildd-gamera_3.3.2-1-s390x-06wZB9/gamera-3.3.2/tests
|
| test_classifier.py ..
| test_color.py .
| test_features.py ...
| test_floatpoint.py ..
| test_graph.py 
..F...F.F.F..F..F..F..F...F.F.F..FFF..F..FFFF..FF..F..F.F...F...F.F..F..F.F.FF.FF..F..F..F..F.F...F..
| test_graph_colorize.py .
| test_image.py .
| test_image_info.py .
| test_kdtree.py 
| test_load_image.py ..
| test_mlcc.py ..
| test_nested_list.py .
| test_plugins.py 

| test_rect.py .
| test_rle.py .
| test_save_image.py .
| test_voronoi.py ...
| test_xml.py ..
|
| === FAILURES 
===
| ___ TestGraph.test_small_4__test_dfs 
___
|
| self = test_graph.TestGraph instance at 0x80fb0848
|
| def _t(self):
|   return t(flag)
|
| test_graph.py:1074:
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_
|
| flag = 4
|
| def _test_dfs(flag = gamera.graph.FREE):
|a = [1001,1005,1006,1003,1007,1002,10019,1004]
|b = [1001,1005,1006,1003,1007,1002]
|correct_dfs = {
|   gamera.graph.UNDIRECTED: a,
|   gamera.graph.DIRECTED: b,
|   gamera.graph.CYCLIC: a,
|   gamera.graph.BLOB: a,
|   gamera.graph.MULTI_CONNECTED: a,
|   gamera.graph.SELF_CONNECTED: a,
|   gamera.graph.FREE: b,
|   gamera.graph.TREE: a,
|   gamera.graph.FLAG_DAG: b,
|}
|result_dfs = []
|g = gamera.graph.Graph(flag)
|g.add_edge(1004,10019)
|g.add_edge(10019,1001)
|g.add_edge(1001,1005)
|g.add_edge(1005,1002)
|g.add_edge(1005,1006)
|g.add_edge(1002,1006)
|g.add_edge(1006,1003)
|g.add_edge(1002,1003)
|g.add_edge(1007,1003)
|g.add_edge(1003,1007)
|for n in g.DFS(1001):
|   #print n
|   result_dfs.append(n())
|if correct_dfs.has_key(flag):
|  assert correct_dfs[flag] == result_dfs
| E assert [1001, 1005, 1006, 1003, 1007, 1002, ...] == [1001, 1005, 
1006, 1003, 1007, 1002]
|
| test_graph.py:203: AssertionError
[snip - more failed tests]
|  40 failed, 529 passed in 13.34 seconds 



[0] http://buildd.debian-ports.org/status/fetch.php?pkg=gameraarch=s390xver=3.3.2-1stamp=1316845433 
[1] http://buildd.debian-ports.org/status/fetch.php?pkg=gameraarch=sparc64ver=3.3.2-1stamp=1316820764


--
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#650521: QoS/DSCP names false translated to ToS hex value

2011-11-30 Thread martin f krafft
Package: openssh-client
Version: 1:5.9p1-2
Severity: normal

In addition to #650512, there is another bug with the way ssh
sets the ToS flag on outgoing packets.

The ToS field (8 bit) is partitioned as follows:

   ToS
-|-|-|-||-|-|-
-|-|-|-||-|-
DSCPECN

The OpenSSH client currently translates DSCP classes directly into
their hex code and fills the entire ToS field with that. Instead, it
should bitshift the DSCP number by 2 bits to the left and OR it with
the ECN number.

E.g. class cs1 (throughput, 0x08) becomes 10|00. When
written directly into the ToS field, that yields a DSCP of 0x02,
which is undefined.

The 0x08 should only be written into the highest 6 bits, and the ToS
field should be 0x20 afterwards.

The same applies to class cs2 (lowdelay, 0x10), which is written
as 0001 (DSCP class 0x04, which is also undefined), when instead
it should be 0x40.

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

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

Versions of packages openssh-client depends on:
ii  adduser3.113  
ii  debconf [debconf-2.0]  1.5.41 
ii  dpkg   1.16.1.1   
ii  libc6  2.13-21
ii  libedit2   2.11-20080614-3
ii  libgssapi-krb5-2   1.9.1+dfsg-3   
ii  libselinux12.1.0-4
ii  libssl1.0.01.0.0e-2.1 
ii  passwd 1:4.1.4.2+svn3283-3
ii  zlib1g 1:1.2.3.4.dfsg-3   

Versions of packages openssh-client recommends:
ii  openssh-blacklist0.4.1
ii  openssh-blacklist-extra  none   
ii  xauth1:1.0.6-1

Versions of packages openssh-client suggests:
ii  gtk-led-askpass [ssh-askpass]  0.11-1
ii  keychain   none
ii  libpam-ssh none
ii  monkeysphere   0.35-2

-- Configuration Files:
/etc/ssh/ssh_config changed [not included]

-- no debconf information


-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#650005: sqsh: unable to connect host with version 2.1.7-1

2011-11-30 Thread Mariusz Kruk
Package: sqsh
Followup-For: Bug #650005

I have a similar condition. After upgrade to 2.1.7-1 my cron jobs that
use sqsh end up failing with either (usually):

Open Client Message
Layer 0, Origin 0, Severity 78, Number 35
Adaptive Server connection timed out

or (rarely):

Open Client Message
Layer 0, Origin 0, Severity 78, Number 41
Unable to connect: Adaptive Server is unavailable or does not exist

After I downgrade to 2.1-9 (with all dependencies staying at the same
versions), everything works ok.

But what is more interesting is that when I run my scripts not from cron
but by hand, they work OK. If I change the scripts so they not call sqsh
directly but via strace(1), they work OK. If I even add shopt -s -o
xtrace at the beginning of the script, sqsh runs fine.

The apropriate line in my scripts looks like this:
sqsh -S DALET_DSN -D dalet -H pierwsza -J iso_2 -U sa /usr/local/dalet/sql.sh 
-m bcp -P password -i  $QUERYFILE | sed 
's/^\([^|]\+\)|\([^|]\+\)|\([^|]\+\)/\1:\2:\3/'  /home/log/`date +%Y%m%d`.log

And the DSN entry from freetds.conf:
[DALET_DSN]
host = IP
port = 5000
tds version = 6.0
nt domain = DOMAIN

I'm connecting to Sybase ASE 11.9.2 server. Timeouts are set to 10 in
the config file (I assume it's expressed in seconds).

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages sqsh depends on:
ii  lesstif2  1:0.95.2-1
ii  libc6 2.13-21   
ii  libct40.91-1
ii  libncurses5   5.9-4 
ii  libreadline6  6.2-7 
ii  libx11-6  2:1.4.4-4 
ii  libxext6  2:1.3.0-3 
ii  libxt61:1.1.1-2 

sqsh recommends no packages.

sqsh suggests no packages.

-- debconf-show failed



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



Bug#650453: magics++: as-needed.patch doesn't apply, causing FTBFS

2011-11-30 Thread Felix Geyer
severity 650453 serious
thanks

The package also fails to build on Debian unstable:

debian/rules override_dh_auto_configure
 make[1]: Entering directory `/tmp/buildd/magics++-2.12.9'
 # Fix libtoolize; apply patch _after_ libtool has been updated to fix libtool 
 brokenness.
 libtoolize -c -f
 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
 libtoolize: copying file `config/ltmain.sh'
 libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
 libtoolize: copying file `m4/libtool.m4'
 libtoolize: copying file `m4/ltoptions.m4'
 libtoolize: copying file `m4/ltsugar.m4'
 libtoolize: copying file `m4/ltversion.m4'
 libtoolize: copying file `m4/lt~obsolete.m4'
 (cd config  patch  ../debian/as-needed.patch)
 patching file ltmain.sh
 Hunk #1 succeeded at 5512 (offset 12 lines).
 Hunk #2 FAILED at 6155.
 1 out of 2 hunks FAILED -- saving rejects to file ltmain.sh.rej
 make[1]: *** [override_dh_auto_configure] Error 1
 make[1]: Leaving directory `/tmp/buildd/magics++-2.12.9'
 make: *** [build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2




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



Bug#644193: dpkg-source refusing unexpected upstream changes

2011-11-30 Thread Jelmer Vernooij

tags 644193 +moreinfo
severity 644193 normal
thanks

Hi Björn,

Can you explain what you consider to be the bug in bzr-builddeb exactly 
here? The error seems to be a direct cause of the change in behaviour by 
dpkg-source, but I would consider the error a problem with the package 
you are trying to build rather than bzr-builddeb.


bzr-builddeb is working fine with newer versions of dpkg-source and 3.0 
(quilt) here.


Cheers,

Jelmer



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



Bug#626663: [pkg-cli-apps-team] Bug#626663: Workaround doesn't work

2011-11-30 Thread Carlos Martín Nieto
On Wed, Nov 30, 2011 at 02:07:09PM +, Grześ Andruszkiewicz wrote:
 Hi,
 
 I have the same problem, but the proposed workaround doesn't work. If
 I click OK on the exception window, then simply another would appear.
 I tried to click a couple of times.

Keep clicking. Monodevelop will start eventually.

   cmn


signature.asc
Description: Digital signature


Bug#564791: [git-buildpackage/experimental] Parse the changelog of the exported tree instead of the working copy

2011-11-30 Thread Guido Günther
tag 564791 pending
thanks

Date:   Mon Nov 28 22:23:53 2011 +0100
Author: Guido Günther a...@sigxcpu.org
Commit ID: 030744d6117ede7703b85bd6c266ba5b5ad1e0a7
Commit URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff;h=030744d6117ede7703b85bd6c266ba5b5ad1e0a7
Patch URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff_plain;h=030744d6117ede7703b85bd6c266ba5b5ad1e0a7

Parse the changelog of the exported tree instead of the working copy

when using --export. This reduces the number of options needed when
using an export dir since the correct tarball is now being created
without additional options.

Closes: #564791
  



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



Bug#648260: Patch to guard macro use

2011-11-30 Thread Michael Terry

User: ubuntu-de...@lists.ubuntu.com
Usertags: precise ubuntu-patch
Tags: patch

Hello! I wrote the attached patch to fix this issue in Ubuntu.

The problem is that the function to print a backtrace when sphinxsearch 
hits a problem only defined a certain macro for i386 and amd64.  So I 
just guarded that 'print a backtrace' block with an #ifdef.


Thanks for considering the patch.

-mt


#! /bin/sh /usr/share/dpatch/dpatch-run
## 05_fix_backtrace_arch.dpatch by Michael Terry mte...@ubuntu.com
##
## DP: Fixes compilation on non-i386 and non-amd64 architectures

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' 
'--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
sphinxsearch-0.9.9+2.0.1beta~/src/sphinxutils.cpp 
sphinxsearch-0.9.9+2.0.1beta/src/sphinxutils.cpp
--- sphinxsearch-0.9.9+2.0.1beta~/src/sphinxutils.cpp   2011-11-30 
09:38:47.0 -0500
+++ sphinxsearch-0.9.9+2.0.1beta/src/sphinxutils.cpp2011-11-30 
09:44:14.785709374 -0500
@@ -1401,6 +1401,7 @@
}
}
 
+#ifdef SIGRETURN_FRAME_OFFSET
sphSafeInfo ( iFD, Stack looks OK, attempting backtrace. );
 
BYTE** pNewFP;
@@ -1418,6 +1419,7 @@
 
if ( !bOk )
sphSafeInfo ( iFD, Something wrong in frame pointers, 
backtrace failed (fp=%p), pNewFP );
+#endif
 
break;
}


Bug#626663: [pkg-cli-apps-team] Bug#626663: Workaround doesn't work

2011-11-30 Thread Grześ Andruszkiewicz
Indeed it did start eventually! But boy, that is annoying bug.

On 30 November 2011 15:28, Carlos Martín Nieto car...@cmartin.tk wrote:
 On Wed, Nov 30, 2011 at 02:07:09PM +, Grześ Andruszkiewicz wrote:
 Hi,

 I have the same problem, but the proposed workaround doesn't work. If
 I click OK on the exception window, then simply another would appear.
 I tried to click a couple of times.

 Keep clicking. Monodevelop will start eventually.

   cmn



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



Bug#650522: backuppc: Use of qw(...) as parentheses is deprecated

2011-11-30 Thread Martin Gallant
Package: backuppc
Version: 3.2.1-2
Severity: important

I get these errors whenever running tarCreate/tarExtract
I think these started happening about 2 weeks ago after a perl upgrade

tarExtract: Use of qw(...) as parentheses is deprecated at
/usr/share/backuppc/lib/BackupPC/Storage/Text.pm line 302.
tarExtract: Use of qw(...) as parentheses is deprecated at
/usr/share/backuppc/lib/BackupPC/Lib.pm line 1413.


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

Kernel: Linux 3.0.0-2-amd64 (SMP w/6 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 backuppc depends on:
ii  adduser3.113
ii  apache22.2.21-2
ii  apache2-mpm-worker [httpd] 2.2.21-2
ii  bzip2  1.0.5-7
ii  debconf [debconf-2.0]  1.5.41
ii  dpkg   1.16.1.2
ii  exim4  4.77-1
ii  exim4-daemon-light [mail-transport-agent]  4.77-1+b1
ii  iputils-ping   3:20101006-1+b1
ii  libarchive-zip-perl1.30-4
ii  libc6  2.13-21
ii  libcompress-zlib-perl  2.037-1
ii  libtime-modules-perl   2011.0517-1
ii  libwww-perl6.03-1
ii  perl [libdigest-md5-perl]  5.14.2-6
ii  samba-common-bin   2:3.6.1-2
ii  smbclient  2:3.6.1-2
ii  tar1.26-3
ii  ucf3.0025+nmu2

Versions of packages backuppc recommends:
ii  libfile-rsyncp-perl  0.68-1.1+b3
ii  libio-dirent-perl0.04-2+b3
ii  openssh-client [ssh-client]  1:5.9p1-2
ii  rrdtool  1.4.3-3.1+b3
ii  rsync3.0.9-1

Versions of packages backuppc suggests:
ii  google-chrome-beta [www-browser]  16.0.912.41-r110024
ii  lynx-cur [www-browser]2.8.8dev.9-2
ii  par2  0.4-11
ii  w3m [www-browser] 0.5.3-5

-- Configuration Files:
/etc/backuppc/config.pl changed:
$ENV{'PATH'} = '/bin:/usr/bin';
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
$Conf{ServerHost} = 's3rv3r';
chomp($Conf{ServerHost});
$Conf{ServerPort} = '-1';
$Conf{ServerMesgSecret} = '';
$Conf{MyPath} = '/bin';
$Conf{UmaskMode} = '23';
$Conf{WakeupSchedule} = [
  '1',
  '2',
  '3',
  '4',
  '5',
  '6',
  '7',
  '8',
  '9',
  '10',
  '11',
  '12',
  '13',
  '14',
  '15',
  '16',
  '17',
  '18',
  '19',
  '20',
  '21',
  '22',
  '23'
];
$Conf{MaxBackups} = '4';
$Conf{MaxUserBackups} = '4';
$Conf{MaxPendingCmds} = '15';
$Conf{CmdQueueNice} = '10';
$Conf{MaxBackupPCNightlyJobs} = '2';
$Conf{BackupPCNightlyPeriod} = '1';
$Conf{MaxOldLogFiles} = '14';
$Conf{DfPath} = '/bin/df';
$Conf{DfCmd} = '$dfPath $topDir';
$Conf{SplitPath} = '/usr/bin/split';
$Conf{ParPath} = '/usr/bin/par2';
$Conf{CatPath} = '/bin/cat';
$Conf{GzipPath} = '/bin/gzip';
$Conf{Bzip2Path} = '/bin/bzip2';
$Conf{DfMaxUsagePct} = '95';
$Conf{TrashCleanSleepSec} = '300';
$Conf{DHCPAddressRanges} = [];
$Conf{BackupPCUser} = 'backuppc';
$Conf{TopDir} = '/var/lib/backuppc';
$Conf{ConfDir} = '/etc/backuppc';
$Conf{LogDir} = '/var/lib/backuppc/log';
$Conf{InstallDir} = '/usr/share/backuppc';
$Conf{CgiDir} = '/usr/share/backuppc/cgi-bin';
$Conf{BackupPCUserVerify} = '1';
$Conf{HardLinkMax} = '31999';
$Conf{PerlModuleLoad} = undef;
$Conf{ServerInitdPath} = undef;
$Conf{ServerInitdStartCmd} = '';
$Conf{FullPeriod} = '6.97';
$Conf{IncrPeriod} = '0.97';
$Conf{FullKeepCnt} = [
  '4',
  '2',
  '3'
];
$Conf{FullKeepCntMin} = '1';
$Conf{FullAgeMax} = '180';
$Conf{IncrKeepCnt} = '6';
$Conf{IncrKeepCntMin} = '1';
$Conf{IncrAgeMax} = '30';
$Conf{IncrLevels} = [
  '1'
];
$Conf{BackupsDisable} = '0';
$Conf{PartialAgeMax} = '3';
$Conf{IncrFill} = '0';
$Conf{RestoreInfoKeepCnt} = '10';
$Conf{ArchiveInfoKeepCnt} = '10';
$Conf{BackupFilesOnly} = {};
$Conf{BackupFilesExclude} = {};
$Conf{BlackoutBadPingLimit} = '3';
$Conf{BlackoutGoodCnt} = '7';
$Conf{BlackoutPeriods} = [];
$Conf{BackupZeroFilesIsFatal} = '1';
$Conf{XferMethod} = 'rsync';
$Conf{XferLogLevel} = '1';
$Conf{ClientCharset} = '';
$Conf{ClientCharsetLegacy} = 'iso-8859-1';
$Conf{SmbShareName} = [
  'C$'
];
$Conf{SmbShareUserName} = 'backup';
$Conf{SmbSharePasswd} = 'CSXwin2k';
$Conf{SmbClientPath} = '/usr/bin/smbclient';
$Conf{SmbClientFullCmd} = '$smbClientPath $host\\$shareName
$I_option -U $userName -E -d 1 -c tarmode\\ full -Tc$X_option -
$fileList';
$Conf{SmbClientIncrCmd} = '$smbClientPath $host\\$shareName
$I_option -U $userName -E -d 1 -c tarmode\\ full -TcN$X_option
$timeStampFile - $fileList';
$Conf{SmbClientRestoreCmd} = 

Bug#650375: libibverbs-dev: does not provide libibverbs.la file

2011-11-30 Thread Loïs Taulelle
2011/11/29 Roland Dreier rol...@digitalvampire.org:
 From Debian Policy 10.2:

Packages that use libtool to create and install their shared
libraries install a file containing additional metadata (ending in
.la) alongside the library.  For public libraries intended for use
by other packages, these files normally should not be included in
the Debian package [...]

 Can you give more details of how the Open MPI build fails without the .la 
 file?

I'm very sorry, my test bench has crashed (and it's pxe/diskless, no
persistent...) = no more logs

AFAIR : It was a message with openmpi 1.4.4 (from scratch) against
libibverbs-dev 1.1.5 from testing,
complaining about not finding libibverbs.la

 When you say building Open MPI from scratch do you mean rebuilding the Debian
 package, or building from an upstream tar file, or ...?

Tested both: build openmpi from debian stable source package (1.4.2)
and from upstream (1.4.4).

(I have a matrix of compilers/libs/environnements to provide to end-users.)

I'll try to rebuild the test bench ASAP and keep you in touch.



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



Bug#624194: Any progress with newer Version?

2011-11-30 Thread Sven Geggus
In April Michael Fladischer wrote:

 Also, there's a new upstream release for sssd.

In the meantime there is more than one newer upstream release. LTM Version
is 1.5.15!

1.2.x. is ancient and does not work with active directory at all!

Any progress on this?

Sven

-- 
How to prevent Java from forking? Use a spoon.
(Found on http://slashdot.org)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web



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



Bug#641749: ath3k_load_firmware: Can't change to loading configuration err

2011-11-30 Thread Andres Cimmarusti
Hi Jonathan,

 I'd like to narrow down the difference even more.  So, here are some
 ideas:

  1. Can you reproduce this with a squeeze kernel?  (I'm guessing it
    lacks support since it doesn't include commit
    v2.6.33-rc7~20^2~3^2~1, Bluetooth: Add DFU driver for Atheros
    Bluetooth chipset AR3011, but it can't hurt to try.)  If you can,
    please test with the same kernel package on squeeze and testing.

Squeeze's kernel (on squeeze) does not work. I tried that sometime
ago. I haven't tried it on top of wheezy, but I'm pretty sure it won't
work either.

  2. Please test with v3.2-rc1 or later once it is available from
    experimental (or sooner, if you have time to build it from source).
    If you can reproduce it with that, everything else is moot, and we
    should try to get help from upstream by contacting
    linux-blueto...@vger.kernel.org, cc-ing
    linux-ker...@vger.kernel.org (please cc me or this bug log when
    doing so so we can track it).

I can tell you that kernel 3.0.x and 3.1.x have no trouble with the
atheros firmware loading process (on top of Squeeze). I haven't tried
3.2.

  3. Can you reproduce this on wheezy using a pristine upstream kernel?
    See [1] for instructions on building one.

At the moment I can't try this, because I don't have wheezy installed.
I used to, but it gave me so much trouble with this laptop that I had
go to Squeeze and use an upstream recent kernel.
All my tests ever since have been based on a debian live usb-key with
wheezy (I don't know how to tell live-build to boot the upstream
package, instead of the main). What I can do is get a wheezy image
with the 3.2 kernel from experimental.

  4. Another thing to try would be downgrading just udev and libudev0
    to the versions in squeeze from wheezy.

I haven't tried downgrading. This could work. I will give this a shot
for my next debian-live image. As it turns out, the new udev 175
breaks live-boot, so it's not working right now (I was hoping
upgrading to 175 would solve the problem...). Hopefully downgrading
will solve both issues!

I will report back as soon as I get a chance

Andres



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



Bug#633453: drac: diff for NMU version 1.12-7.2

2011-11-30 Thread gregor herrmann
tags 633453 + pending
thanks

Dear maintainer,

I've prepared an NMU for drac (versioned as 1.12-7.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Tom Waits: Alice
diff -u drac-1.12/debian/init.d drac-1.12/debian/init.d
--- drac-1.12/debian/init.d
+++ drac-1.12/debian/init.d
@@ -2,7 +2,7 @@
 # 2002-02-26, v0.0.1, Noèl Köthe, n...@debian.org
 ### BEGIN INIT INFO
 # Provides:  drac
-# Required-Start:$local_fs $remote_fs portmap
+# Required-Start:$local_fs $remote_fs $portmap
 # Required-Stop: $local_fs $remote_fs
 # Should-Start:  $syslog
 # Should-Stop:   $syslog
diff -u drac-1.12/debian/changelog drac-1.12/debian/changelog
--- drac-1.12/debian/changelog
+++ drac-1.12/debian/changelog
@@ -1,3 +1,12 @@
+drac (1.12-7.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix fails to install due to incorrect dependencies in init.d LSB
+header: patch from Ubuntu / Daniel T Chen:
+- Fix typo in debian/init.d preventing installation (Closes: #633453)
+
+ -- gregor herrmann gre...@debian.org  Wed, 30 Nov 2011 16:52:28 +0100
+
 drac (1.12-7.1) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Bug#628120: dba scripts for remote DB or dbconfig-common

2011-11-30 Thread chrysn
i second that motion, strongly in favor of dbconfig-common.

the typical way to do things as described in the calidav wiki works
fine when followed precisely, but due to the local all all trust step
it is inacceptable for setup on production servers while they are in
use. (i'm not sure the setup described there is safe for systems with
local users at all.)

especially for users who don't know a thing about postgres, that would
help a lot (and might even avoid inseucre setups by providing a default
that works)


signature.asc
Description: Digital signature


Bug#650522:

2011-11-30 Thread Martin Gallant
Marked this bus as important as this is currently blocking full
backup of my hosts via SMB.



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



Bug#650523: libkml ftbfs in unstable

2011-11-30 Thread Matthias Klose
Package: libkml
Version: 1.3.0~r863-3
Severity: serious

the build fails in the install step, apparently nothing is built for java, the
build was started with dpkg-buildpackage -b, uptodate unstable 2011-11-30.

dh_installdocs -plibkml-java ./README ./AUTHORS
dh_installexamples -plibkml-java
dh_installman -plibkml-java
dh_installinfo -plibkml-java
dh_installmenu -plibkml-java
dh_installcron -plibkml-java
dh_installinit -plibkml-java
dh_installdebconf -plibkml-java
dh_installemacsen -plibkml-java
dh_installcatalogs -plibkml-java
dh_installpam -plibkml-java
dh_installlogrotate -plibkml-java
dh_installlogcheck -plibkml-java
dh_installchangelogs -plibkml-java  ./ChangeLog
dh_installudev -plibkml-java
dh_lintian -plibkml-java
dh_bugfiles -plibkml-java
dh_install -plibkml-java
cp: cannot stat `debian/tmp/usr/share/java': No such file or directory
dh_install: cp -a debian/tmp/usr/share/java debian/libkml-java//usr/share/
returned exit code 1
make: *** [binary-install/libkml-java] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2



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



Bug#650525: ld-as-needed patch needs an update

2011-11-30 Thread Matthias Klose
Package: libkml
Version: 1.3.0~r863-3
Tags: patch

the ld-as-needed patch needs an update, else it fails to build again. Please
could you forward this upstream?

also, the autoconf patch contains a *~ patch, which doesn't apply anymore, if
the clean target is run.
Index: git/examples/helloworld/Makefile.am
===
--- git.orig/examples/helloworld/Makefile.am2011-03-29 14:49:48.0 
+0200
+++ git/examples/helloworld/Makefile.am 2011-03-29 14:49:48.0 +0200
@@ -26,8 +26,8 @@
 circlegen_LDADD = \
$(top_builddir)/src/kml/base/libkmlbase.la \
$(top_builddir)/src/kml/dom/libkmldom.la \
-   $(top_builddir)/src/kml/engine/libkmlengine.la \
-   $(top_builddir)/src/kml/convenience/libkmlconvenience.la
+   $(top_builddir)/src/kml/convenience/libkmlconvenience.la \
+   $(top_builddir)/src/kml/engine/libkmlengine.la
 
 checklinks_SOURCES = checklinks.cc
 checklinks_LDADD = \
@@ -75,8 +75,8 @@
 
 hellokmz_SOURCES = hellokmz.cc
 hellokmz_LDADD = \
-   $(top_builddir)/src/kml/dom/libkmldom.la \
$(top_builddir)/src/kml/engine/libkmlengine.la \
+   $(top_builddir)/src/kml/dom/libkmldom.la \
$(top_builddir)/src/kml/base/libkmlbase.la
 
 helloregion_SOURCES = helloregion.cc
@@ -102,8 +102,8 @@
 
 prettykml_SOURCES = prettykml.cc
 prettykml_LDADD = \
-   $(top_builddir)/src/kml/dom/libkmldom.la \
$(top_builddir)/src/kml/engine/libkmlengine.la \
+   $(top_builddir)/src/kml/dom/libkmldom.la \
$(top_builddir)/src/kml/base/libkmlbase.la
 
 printgeometry_SOURCES = printgeometry.cc
Index: git/examples/regionator/Makefile.in
===
--- git.orig/examples/regionator/Makefile.in2011-03-29 14:49:48.0 
+0200
+++ git/examples/regionator/Makefile.in 2011-03-29 14:49:48.0 +0200
@@ -232,9 +232,9 @@
 kmlregionator_LDADD = \
$(top_builddir)/src/kml/base/libkmlbase.la \
$(top_builddir)/src/kml/dom/libkmldom.la \
-   $(top_builddir)/src/kml/engine/libkmlengine.la \
$(top_builddir)/src/kml/regionator/libkmlregionator.la \
-   $(top_builddir)/src/kml/convenience/libkmlconvenience.la
+   $(top_builddir)/src/kml/convenience/libkmlconvenience.la \
+   $(top_builddir)/src/kml/engine/libkmlengine.la
 
 all: all-am
 
Index: git/examples/regionator/Makefile.am
===
--- git.orig/examples/regionator/Makefile.am2011-03-29 14:49:48.0 
+0200
+++ git/examples/regionator/Makefile.am 2011-03-29 14:49:48.0 +0200
@@ -20,7 +20,7 @@
 kmlregionator_LDADD = \
$(top_builddir)/src/kml/base/libkmlbase.la \
$(top_builddir)/src/kml/dom/libkmldom.la \
-   $(top_builddir)/src/kml/engine/libkmlengine.la \
$(top_builddir)/src/kml/regionator/libkmlregionator.la \
-   $(top_builddir)/src/kml/convenience/libkmlconvenience.la
+   $(top_builddir)/src/kml/convenience/libkmlconvenience.la \
+   $(top_builddir)/src/kml/engine/libkmlengine.la
 
Index: git/examples/helloworld/Makefile.in
===
--- git.orig/examples/helloworld/Makefile.in2011-03-29 14:49:48.0 
+0200
+++ git/examples/helloworld/Makefile.in 2011-03-29 14:49:48.0 +0200
@@ -345,8 +345,8 @@
 circlegen_LDADD = \
$(top_builddir)/src/kml/base/libkmlbase.la \
$(top_builddir)/src/kml/dom/libkmldom.la \
-   $(top_builddir)/src/kml/engine/libkmlengine.la \
-   $(top_builddir)/src/kml/convenience/libkmlconvenience.la
+   $(top_builddir)/src/kml/convenience/libkmlconvenience.la \
+   $(top_builddir)/src/kml/engine/libkmlengine.la
 
 checklinks_SOURCES = checklinks.cc
 checklinks_LDADD = \
@@ -394,8 +394,8 @@
 
 hellokmz_SOURCES = hellokmz.cc
 hellokmz_LDADD = \
-   $(top_builddir)/src/kml/dom/libkmldom.la \
$(top_builddir)/src/kml/engine/libkmlengine.la \
+   $(top_builddir)/src/kml/dom/libkmldom.la \
$(top_builddir)/src/kml/base/libkmlbase.la
 
 helloregion_SOURCES = helloregion.cc
@@ -421,8 +421,8 @@
 
 prettykml_SOURCES = prettykml.cc
 prettykml_LDADD = \
-   $(top_builddir)/src/kml/dom/libkmldom.la \
$(top_builddir)/src/kml/engine/libkmlengine.la \
+   $(top_builddir)/src/kml/dom/libkmldom.la \
$(top_builddir)/src/kml/base/libkmlbase.la
 
 printgeometry_SOURCES = printgeometry.cc


Bug#650524: insserv: please include +pdnsd in $named in /etc/insserv.conf

2011-11-30 Thread Helmut Grohne
Package: insserv
Version: 1.14.0-2
Severity: normal
Tags: patch

I noticed that pdnsd would be started late on some machines. Since it
provides name resolution this should have been caught by Required-Start:
$named listed by many packages. The cause is that pdnsd is not listed as
$named in /etc/insserv.conf. I suppose that other dns caches suffer the
very same problem. Some of them are easily found: pdns-recursor, djbdns
and dbndns. Since djbdns and dbndns seem to be started using
daemontools this leaves us with just pdnsd and pdns-recursor (and the
ones I didn't find). So changing

$named  +named +dnsmasq +lwresd +bind9 +unbound $network

to

$named  +named +dnsmasq +lwresd +bind9 +unbound +pdnsd +pdns-recursor 
$network

should solve the issue for a number of setups.

I also noticed that +ntp is not part of $time, which contradicts the
description in the wiki[1]. However adding +ntp to $time will likely
result in dependency loops on a number of setups since ntp requires
$named and some nameserver will probably want a $time. In this case I
suggest updating the wiki in a way that reflects the actual behaviour.

Helmut

[1] http://wiki.debian.org/LSBInitScripts



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



Bug#650022: subversion: Disabling gnome-keyring does not work anymore

2011-11-30 Thread Ivan Vershinin
I have this issue in Debian unstable too.
svn, version 1.6.17 (r1128011)
compiled Nov 20 2011, 03:42:58



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



Bug#650526: emacs23: Arrow keys are not always recognized

2011-11-30 Thread Vincent Lefevre
Package: emacs23
Version: 23.3+1-4
Severity: normal

The arrow keys are not always recognized, making Emacs quite unusable.
When this occurs, restarting Emacs solves the problem (but this is
annoying, since Emacs could have been started by a script, so that
restarting it is not always possible). This problem is quite recent.

For instance, this problem has occurred with an Emacs started in
screen via SSH, and I get:

Up:M-[ a is undefined
Down:  M-[ b is undefined
Right: M-[ c is undefined
Left:  M-[ d is undefined

No problems with Home / End / Page Up / Page Down.

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

Versions of packages emacs23 depends on:
ii  emacs23-bin-common  23.3+1-4
ii  libasound2  1.0.24.1-4  
ii  libatk1.0-0 2.2.0-2 
ii  libc6   2.13-21 
ii  libcairo2   1.10.2-6.1  
ii  libdbus-1-3 1.4.16-1
ii  libfontconfig1  2.8.0-3 
ii  libfreetype62.4.8-1 
ii  libgconf2-4 3.2.3-1 
ii  libgdk-pixbuf2.0-0  2.24.0-1
ii  libgif4 4.1.6-9 
ii  libglib2.0-02.30.2-4
ii  libgpm2 1.20.4-4
ii  libgtk2.0-0 2.24.8-2
ii  libice6 2:1.0.7-2   
ii  libjpeg88c-2
ii  libm17n-0   1.6.3-1 
ii  libncurses5 5.9-4   
ii  libotf0 0.9.12-1
ii  libpango1.0-0   1.29.4-2
ii  libpng12-0  1.2.46-3
ii  librsvg2-2  2.34.2-1
ii  libsm6  2:1.2.0-2   
ii  libtiff43.9.5-2 
ii  libtinfo5   5.9-4   
ii  libx11-62:1.4.4-4   
ii  libxft2 2.2.0-3 
ii  libxpm4 1:3.5.9-4   
ii  libxrender1 1:0.9.6-2   
ii  zlib1g  1:1.2.3.4.dfsg-3

emacs23 recommends no packages.

Versions of packages emacs23 suggests:
ii  emacs23-common-non-dfsg  23.3+1-1

-- no debconf information



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



Bug#649592: [Pkg-xfce-devel] Bug#649592: xfce4-settings: xfce keyboard shortcuts don't work

2011-11-30 Thread dimas
well, with Primary instead of Control they really work, thanks!))
but here is the problem: we still have default values of Control+smth in 
config file. thus we need to update default config as well to follow this new 
policy. what is more, i think there has to be proper annoucement listed thru 
apt-listchanges to inform user about such change and tell them what to do to 
get their hotkeys back (sed 's/Control/Primary/g' for example), since we 
can't roughly edit config files for all users (strictly speaking, we can, but 
it's not a good idea).
without such updates there still will be a lot of confusion like in my case.


2011-329 18:07 Yves-Alexis Perez cor...@debian.org wrote:

  it then displays Primary+f2 e.g instead of Ctrl+f2, no
  matter i use right of left ctrl.
 
 Which is expected, see http://git.gnome.org/browse/gtk
 +/commit/?h=gtk-2-24id=1f6a921158b5a4fa80ea2e844ce25aad04101aaf
 
  and yes, when i rebinded default ctrl+esc to alt+esc, it works.
  what's wrong with my ctrl keys now?
 
 As far as I know, they should just work.



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



Bug#650527: puppet-common postinst fails if user 'puppet' exists but group 'puppet' doesn't

2011-11-30 Thread Michael Goetze
Package: puppet-common
Version: 2.6.2-5+squeeze3

From puppet-common.postinst:

# Create the puppet user
if ! getent passwd puppet  /dev/null; then
  adduser --quiet --system --group --home /var/lib/puppet  \
--gecos Puppet configuration management daemon \
puppet
fi

# Create folders common to puppet and puppetmaster, which need
# to be owned by the puppet user
install --owner puppet --group puppet --directory \
  /var/lib/puppet/state

When a user 'puppet' exists but no group 'puppet', this fails with

Setting up puppet-common (2.6.2-5+squeeze3) ...
install: invalid group `puppet'
dpkg: error processing puppet-common (--configure):
 subprocess installed post-installation script returned error exit status 1

At least a more useful error message would be nice.



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



Bug#650528: apache2-doc: Broken image link in 'caching.html'

2011-11-30 Thread Dominique Brazziel
Package: apache2-doc
Version: 2.2.21-2
Severity: minor
Tags: patch

Dear Maintainer,

The 'Caching Guide' page has a typo in the img src tag
at the bottom that refers to 'images/caching_fig1.gif'.  
The attached patch fixes it to refer to '../images/caching_fig1.gif'.

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

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

-- no debconf information
--- ../../docs/manual/caching.html.en.orig	2011-11-30 11:11:31.0 -0500
+++ ../../docs/manual/caching.html.en	2011-11-30 11:28:08.0 -0500
@@ -640,7 +640,7 @@
   run takes, to avoid running more than one instance at a time./p
 
   p class=figure
-  img src=images/caching_fig1.gif alt= width=600 height=406 /br /
+  img src=../images/caching_fig1.gif alt= width=600 height=406 /br /
   a id=figure1 name=figure1dfnFigure 1/dfn/a: Typical
   cache growth / clean sequence./p
 
--- ../../docs/manual/caching.html.fr.orig	2011-11-30 11:11:42.0 -0500
+++ ../../docs/manual/caching.html.fr	2011-11-30 11:28:20.0 -0500
@@ -723,7 +723,7 @@
   d'exécuter plusieurs instances à la fois./p
 
   p class=figure
-  img src=images/caching_fig1.gif alt= width=600 height=406 /br /
+  img src=../images/caching_fig1.gif alt= width=600 height=406 /br /
   a id=figure1 name=figure1dfnFigure 1/dfn/a: Croissance
   typique du cache / séquence de nettoyage./p
 


Bug#641269: please add multi-arch support for pciutils

2011-11-30 Thread Jakub Wilk

* Riku Voipio riku.voi...@iki.fi, 2011-09-12, 12:14:

Conflicts: pciutils-dev
Provides: pciutils-dev
Replaces: pciutils-dev
+Multi-Arch: same
Description: Linux PCI Utilities (development files)
 This package contains the pci/pci.h, pci/config.h and pci/header.h
 header files, as well as the /usr/lib/libpci.a library.


This is incorrect, as /usr/include/pci/config.h differ accross 
architectures. Please see the attached diff.


--
Jakub Wilk
diff -urN libpci-dev_3.1.8-2_amd64/usr/include/pci/config.h 
libpci-dev_3.1.8-2_i386/usr/include/pci/config.h
--- libpci-dev_3.1.8-2_amd64/usr/include/pci/config.h   2011-11-30 
00:01:00.0 +0100
+++ libpci-dev_3.1.8-2_i386/usr/include/pci/config.h2011-11-29 
23:59:31.0 +0100
@@ -1,5 +1,5 @@
 #define PCI_CONFIG_H
-#define PCI_ARCH_X86_64
+#define PCI_ARCH_I386
 #define PCI_OS_LINUX
 #define PCI_HAVE_PM_LINUX_SYSFS
 #define PCI_HAVE_PM_LINUX_PROC


Bug#649592: [Pkg-xfce-devel] Bug#649592: xfce4-settings: xfce keyboard shortcuts don't work

2011-11-30 Thread Yves-Alexis Perez
tag 649592@ pending
thanks
On mer., 2011-11-30 at 20:37 +0400, dimas wrote:
 well, with Primary instead of Control they really work, thanks!))
 but here is the problem: we still have default values of
 Control+smth in config file. thus we need to update default config
 as well to follow this new policy. what is more, i think there has to
 be proper annoucement listed thru apt-listchanges to inform user about
 such change and tell them what to do to get their hotkeys back (sed
 's/Control/Primary/g' for example), since we can't roughly edit
 config files for all users (strictly speaking, we can, but it's not a
 good idea).
 without such updates there still will be a lot of confusion like in my
 case. 

See
http://anonscm.debian.org/viewvc/pkg-xfce?view=revisionrevision=6238
and
http://anonscm.debian.org/viewvc/pkg-xfce?view=revisionrevision=6239

That'll be part of the next upload.

Regards,
-- 
Yves-Alexis


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


Bug#548070: ITP: libpdcurses0 -- X/Open curses library with an X11 and SDL interface

2011-11-30 Thread Agustin Martin
2011/7/4 Peter Pentchev r...@ringlet.net:

 Sorry for replying a bit late; I was on a short vacation last week and
 I only got back to my e-mail this morning.

 Well, the work I've done on PDCurses may be seen in the Debian Games Team's
 Git repository -
 http://anonscm.debian.org/gitweb/?p=pkg-games/libxcurses.git;a=summary
 or, of course, http://anonscm.debian.org/git/pkg-games/libxcurses.git/
 The truth is, just a couple of days ago I remembered that my ITPs of
 this library and ASCIIpOrtal have been, well, languishing for a while;
 I'll do something about them in the next couple of days :)

Hi, Peter,

I have recently seen a message (stored at
http://lists.alioth.debian.org/pipermail/pkg-sdl-maintainers/2011-November/000960.html)
about revitalization of the Debian SDL team

https://alioth.debian.org/projects/pkg-sdl/

and thought about letting people there know about this ITP and about
this package. I plan to send them a message in some days.

Any news?

-- 
Agustin



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