Bug#646618: dpkg-dev: dpkg-shlibdeps fails to find libraries in multiarch paths on squeeze/i386

2011-10-28 Thread Raphael Hertzog
Hi,

On Thu, 27 Oct 2011, Sven Joachim wrote:
 Whether it's multi-arch enabled depends on the debhelper and dpkg-dev
 versions on the build system.  With debhelper from squeeze-backports and
 dpkg-dev from squeeze, ncurses builds fine (without multiarch support, of
 course).

Just because dpkg-architecture -qDEB_HOST_MULTIARCH fails... and thus
$(DEB_HOST_MULTIARCH) happens to be empty.

Is this really something that was made on purpose? To me any usage of
DEB_HOST_MULTIARCH should warrant a build-dep on dpkg-dev = 1.16.0
in theory.

(The version of debhelper doesn't matter except to automatically set
misc:Pre-Depends AFAIK).

 And adding build-dependencies on multiarch-support would be very
 unfriendly to backporters.

I think that converting a package to multiarch is inherently unfriendly to
backports.

If you want to support both a traditional build (for backport purpose) and
a multiarch build, I think you'd better be explicit about it in
debian/rules (use a dedicated variable that you can easily switch) instead
of relying on dpkg-architecture -qDEB_HOST_MULTIARCH to fail and thus
return an empty string.

Adding the multiarch-support dependency on dpkg-dev means that your
package would build but would get its multiarch-support pre-dependency
too, making it uninstallable in squeeze without upgrading the libc6.

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#646886: FTBFS on kbsd: 'SYS_gettid' undeclared

2011-10-28 Thread Michael Biebl
Source: gnome-online-accounts
Version: 3.2.1-1
Severity: serious
User: debian-...@lists.debian.org

gnome-online-accounts fails to build on kfreebsd:

goalogging.c: In function 'goa_log':
goalogging.c:210:55: error: 'SYS_gettid' undeclared (first use in this function)
goalogging.c:210:55: note: each undeclared identifier is reported only once for 
each function it appears in
make[4]: *** [libgoa_backend_1_0_la-goalogging.lo] Error 1
make[4]: Leaving directory 
`/build/buildd-gnome-online-accounts_3.2.1-1-kfreebsd-amd64-7CtYoG/gnome-online-accounts-3.2.1/src/goabackend'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/build/buildd-gnome-online-accounts_3.2.1-1-kfreebsd-amd64-7CtYoG/gnome-online-accounts-3.2.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/buildd-gnome-online-accounts_3.2.1-1-kfreebsd-amd64-7CtYoG/gnome-online-accounts-3.2.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/build/buildd-gnome-online-accounts_3.2.1-1-kfreebsd-amd64-7CtYoG/gnome-online-accounts-3.2.1'
make: *** [debian/stamp-makefile-build] Error 2

Full build log at 
https://buildd.debian.org/status/fetch.php?pkg=gnome-online-accountsarch=kfreebsd-amd64ver=3.2.1-1stamp=1319757645


It would be great if the kfreebsd porters could have a look.

Cheers,
Michael

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

Kernel: Linux 3.0.0-2-486
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#644780: xserver-xorg: Xserver segfaults randomly

2011-10-28 Thread Matthew Lai
Looks extremely similar to 
https://bugzilla.redhat.com/show_bug.cgi?id=694558 and callstack is 
identical.


I'll try to do some blind debugging when I get some time, and get a core 
dump.


Matthew

On 10/26/2011 2:52 PM, Julien Cristau wrote:

On Sat, Oct 22, 2011 at 13:29:59 -0700, Matthew Lai wrote:


Hi Julien,

I have finally repro-ed the crash. Attached is the gdb log and Xorg log.

Please let me know if you need anything else. Core dump?

I am a developer, too, but not familiar with Xorg codebase.


Looks somewhat similar to
https://bugzilla.redhat.com/show_bug.cgi?id=694558 and
https://bugs.freedesktop.org/show_bug.cgi?id=24274

Not quite sure how to debug this.

Cheers,
Julien





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



Bug#646554: exim4: libmysqlclient-dev missing from build-deps.

2011-10-28 Thread Andreas Metzler
On 2011-10-25 Jasen Betts ja...@xnet.co.nz wrote:
 Package: exim4
 Version: 4.72-6+squeeze2
 Severity: normal

 building the packages from source requires libmysqlclient-dev be
 installed. this seems to be missing from the build-deps (I had to
 install it manually) and it's absence is not detected during build
 or warned of in a meaningful way. 

 was building for arch AMD64 on an brand-new server.

libmysqlclient15-dev is listed in Build-Depends:

seumegasse:~# apt-cache showsrc exim4 | grep -E 'Version|Build-De'
Version: 4.72-6+squeeze2
Build-Depends: debhelper (= 7.0.15), po-debconf, docbook-xsl, xsltproc, 
lynx-cur | lynx, docbook-xml, libpcre3-dev, libldap2-dev, libpam0g-dev, 
libident-dev, libdb4.8-dev, libxmu-dev, libxt-dev, libxext-dev, libx11-dev, 
libxaw7-dev, libpq-dev, libmysqlclient15-dev, libsqlite3-dev, libperl-dev, 
libgnutls-dev, libsasl2-dev

dpkg-checkbuilddeps whch is invoked by dpkg-buildpackage will wrn
about this. How did you start the builld?

cu andreas



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



Bug#646887: installation-reports: No prob, just sending in testing installation report as asked.

2011-10-28 Thread Jakub Marek
Package: installation-reports
Severity: wishlist

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-businesscard.iso
 28-Oct-2011 05:40   70M + 
http://cdimage.debian.org/cdimage/unofficial/non-free/firmware/wheezy/current/firmware.tar.gz
 24-Oct-2011 10:37   12M unpacked and burned directly on CD
Date: 2011-10-28 07:00 GMT

Machine: AMD Athlon(tm) 64 X2 Dual Core Processor 5400+
Partitions: 
Filesystem Type  1K-blocksUsed Available Use% Mounted on
/dev/sdb1  ext4  286375392 3725416 268102932   2% /
tmpfs  tmpfs  5120   4  5116   1% /lib/init/rw
tmpfs  tmpfs102656 620102036   1% /run
tmpfs  tmpfs  5120   0  5120   0% /run/lock
tmpfs  tmpfs205312  76205236   1% /tmp
udev   tmpfs507396   0507396   0% /dev
tmpfs  tmpfs205312   4205308   1% /run/shm
/dev/sda5  ext4  961432904  207384 912387480   1% /home


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

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

Comments/Problems:

Installer looks somewhat better, than what I remember from stable. ;)

-- 

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

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

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=7.0 (wheezy) - installer build 20111028-00:06
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux temp 3.0.0-1-amd64 #1 SMP Sun Jul 24 02:24:44 UTC 2011 x86_64 
GNU/Linux
lspci -knn: 00:00.0 RAM memory [0500]: nVidia Corporation MCP78S [GeForce 8200] 
Memory Controller [10de:0754] (rev a2)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: 00:01.0 ISA bridge [0601]: nVidia Corporation MCP78S [GeForce 8200] 
LPC Bridge [10de:075c] (rev a2)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: 00:01.1 SMBus [0c05]: nVidia Corporation MCP78S [GeForce 8200] 
SMBus [10de:0752] (rev a1)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: 00:01.2 RAM memory [0500]: nVidia Corporation MCP78S [GeForce 8200] 
Memory Controller [10de:0751] (rev a1)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: 00:01.3 Co-processor [0b40]: nVidia Corporation MCP78S [GeForce 
8200] Co-Processor [10de:0753] (rev a2)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: 00:01.4 RAM memory [0500]: nVidia Corporation MCP78S [GeForce 8200] 
Memory Controller [10de:0568] (rev a1)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: 00:02.0 USB Controller [0c03]: nVidia Corporation MCP78S [GeForce 
8200] OHCI USB 1.1 Controller [10de:077b] (rev a1)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: Kernel driver in use: ohci_hcd
lspci -knn: 00:02.1 USB Controller [0c03]: nVidia Corporation MCP78S [GeForce 
8200] EHCI USB 2.0 Controller [10de:077c] (rev a1)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:04.0 USB Controller [0c03]: nVidia Corporation MCP78S [GeForce 
8200] OHCI USB 1.1 Controller [10de:077d] (rev a1)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: Kernel driver in use: ohci_hcd
lspci -knn: 00:04.1 USB Controller [0c03]: nVidia Corporation MCP78S [GeForce 
8200] EHCI USB 2.0 Controller [10de:077e] (rev a1)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:06.0 IDE interface [0101]: nVidia Corporation MCP78S [GeForce 
8200] IDE [10de:0759] (rev a1)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:340b]
lspci -knn: Kernel driver in use: pata_amd
lspci -knn: 00:07.0 Audio device [0403]: nVidia Corporation 
MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio [10de:0774] (rev a1)
lspci -knn: Subsystem: Biostar Microtech Int'l Corp Device [1565:820f]
lspci -knn: Kernel driver in use

Bug#630812: adjtimex: still with us

2011-10-28 Thread Rick Thomas
Package: adjtimex
Version: 1.29-2.2
Followup-For: Bug #630812

Dear Maintainer,

This bug is still with us.  Very recent Sid install.

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

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

Versions of packages adjtimex depends on:
ii  debconf [debconf-2.0]  1.5.41 
ii  libc6  2.13-21

adjtimex recommends no packages.

Versions of packages adjtimex suggests:
pn  ntpdate  none

-- debconf information:
  adjtimex/compare_rtc: true
  adjtimex/run_daemon: true



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



Bug#641405: several Django security issues

2011-10-28 Thread Raphael Hertzog
Hi,

On Thu, 27 Oct 2011, Thijs Kinkhorst wrote:
  What about a: There is no Lenny security fix at the moment. If you use
  Lenny and upgrading to Squeeze is really a problem, please drop a mail
  at the security mailinglist. Making this fix is a lot of work, we will
  only do it when there are enough people who really need it.
 
 I don't rule that strategy out, but do we have concrete info that it's
 indeed an unreasonable amount of work?

Since you insist, I looked into it and backporting the patches was a
reasonable amount of work... I uploaded
python-django_1.0.2-1+lenny3_i386.changes to oldstable-security and also
here:
http://people.debian.org/~hertzog/packages/python-django_1.0.2-1+lenny3_i386.changes

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#642934: 642934: aircrack-ng removal

2011-10-28 Thread Paul Wise
Hi all,

If any of you are willing to take over the aircrack-ng package and fix
the licensing issue, I would be happy to provide sponsorship for it,
especially if you are willing to join the Debian wireless team.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#646618: dpkg-dev: dpkg-shlibdeps fails to find libraries in multiarch paths on squeeze/i386

2011-10-28 Thread Sven Joachim
On 2011-10-28 08:09 +0200, Raphael Hertzog wrote:

 On Thu, 27 Oct 2011, Sven Joachim wrote:
 Whether it's multi-arch enabled depends on the debhelper and dpkg-dev
 versions on the build system.  With debhelper from squeeze-backports and
 dpkg-dev from squeeze, ncurses builds fine (without multiarch support, of
 course).

 Just because dpkg-architecture -qDEB_HOST_MULTIARCH fails... and thus
 $(DEB_HOST_MULTIARCH) happens to be empty.

 Is this really something that was made on purpose?

Not on my side, but dh(1) also does its multiarch stuff in v9 mode only
if dpkg-architecture -qDEB_HOST_MULTIARCH does not fail.

 If you want to support both a traditional build (for backport purpose) and
 a multiarch build, I think you'd better be explicit about it in
 debian/rules (use a dedicated variable that you can easily switch) instead
 of relying on dpkg-architecture -qDEB_HOST_MULTIARCH to fail and thus
 return an empty string.

That may be cleaner, yes.

 Adding the multiarch-support dependency on dpkg-dev means that your
 package would build but would get its multiarch-support pre-dependency
 too, making it uninstallable in squeeze without upgrading the libc6.

That's true.  Actually the FTBFS is not my biggest concern, packages
with broken dependencies are a worse problem and are just as likely to
result.

Cheers,
   Sven



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



Bug#597937: Patch works

2011-10-28 Thread Panayiotis Karabassis
I can confirm that the consolekit patch fixes both the power and the 
network-manager issues on my system.

--
Best regards,
Panayiotis Karabassis



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



Bug#638114: NMU for hdate-applet: needs porting to new libpanel-applet interface

2011-10-28 Thread Michael Biebl
tags 638114 + pending patch
thanks

Hi,

I've uploaded an NMU for hdate-applet to DELAYED/2, where I disabled the
GNOME 2 panel applet.
The changelog reads:


hdate-applet (0.15.11-1.1) unstable; urgency=low

  * Non-maintainer upload, for the GNOME 3 transition.
  * Disable the GNOME 2 panel applet and only build the standalone
application:
- Drop Build-Depends on libpanel-applet2-dev.
- Add Build-Depends on libgtk2.0-dev.
- Pass --without-gnome to configure.
- Add no-bonobo.patch to make the evolution support compile without
  the bonobo headers.

 -- Michael Biebl bi...@debian.org  Fri, 28 Oct 2011 09:22:23 +0200

The full debdiff is attached. Please let me know if I should delay the
upload further or if I should cancel it for other reasons.

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff -Nru hdate-applet-0.15.11/debian/changelog hdate-applet-0.15.11/debian/changelog
--- hdate-applet-0.15.11/debian/changelog	2010-11-08 22:54:19.0 +0100
+++ hdate-applet-0.15.11/debian/changelog	2011-10-28 09:37:36.0 +0200
@@ -1,3 +1,16 @@
+hdate-applet (0.15.11-1.1) unstable; urgency=low
+
+  * Non-maintainer upload, for the GNOME 3 transition.
+  * Disable the GNOME 2 panel applet and only build the standalone
+application:
+- Drop Build-Depends on libpanel-applet2-dev.
+- Add Build-Depends on libgtk2.0-dev.
+- Pass --without-gnome to configure.
+- Add no-bonobo.patch to make the evolution support compile without
+  the bonobo headers.
+
+ -- Michael Biebl bi...@debian.org  Fri, 28 Oct 2011 09:22:23 +0200
+
 hdate-applet (0.15.11-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru hdate-applet-0.15.11/debian/control hdate-applet-0.15.11/debian/control
--- hdate-applet-0.15.11/debian/control	2010-11-08 22:57:45.0 +0100
+++ hdate-applet-0.15.11/debian/control	2011-10-28 09:34:46.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Hebrew Packaging Team debian-hebrew-pack...@lists.alioth.debian.org
 Uploaders: Baruch Even bar...@debian.org, Lior Kaplan kap...@debian.org, Shachar Shemesh shac...@debian.org, Tzafrir Cohen tzaf...@debian.org
-Build-Depends: debhelper (= 5.0.0), cdbs, libhdate-dev, libpanel-applet2-dev, libecal1.2-dev, libgnomeui-dev
+Build-Depends: debhelper (= 5.0.0), cdbs, libhdate-dev, libecal1.2-dev, libgtk2.0-dev
 Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-hebrew/pkg/hdate-applet/trunk/
diff -Nru hdate-applet-0.15.11/debian/patches/no-bonobo.patch hdate-applet-0.15.11/debian/patches/no-bonobo.patch
--- hdate-applet-0.15.11/debian/patches/no-bonobo.patch	1970-01-01 01:00:00.0 +0100
+++ hdate-applet-0.15.11/debian/patches/no-bonobo.patch	2011-10-28 09:21:35.0 +0200
@@ -0,0 +1,12 @@
+Index: hdate-applet-0.15.11/src/ghcal-callbacks.c
+===
+--- hdate-applet-0.15.11.orig/src/ghcal-callbacks.c	2011-10-28 09:21:01.138876903 +0200
 hdate-applet-0.15.11/src/ghcal-callbacks.c	2011-10-28 09:21:31.082500460 +0200
+@@ -22,7 +22,6 @@
+ 
+ /* for the evolution calendar */
+ #ifdef WITH_EVOLUTION
+-  #include bonobo/bonobo-main.h
+   #include stdlib.h
+   #include libecal/e-cal.h
+   #include libecal/e-cal-time-util.h
diff -Nru hdate-applet-0.15.11/debian/patches/series hdate-applet-0.15.11/debian/patches/series
--- hdate-applet-0.15.11/debian/patches/series	2010-11-08 23:46:05.0 +0100
+++ hdate-applet-0.15.11/debian/patches/series	2011-10-28 09:21:19.0 +0200
@@ -2,3 +2,4 @@
 hebrew-translation
 swedish-translation
 use-locale
+no-bonobo.patch
diff -Nru hdate-applet-0.15.11/debian/rules hdate-applet-0.15.11/debian/rules
--- hdate-applet-0.15.11/debian/rules	2010-11-08 21:52:50.0 +0100
+++ hdate-applet-0.15.11/debian/rules	2011-10-28 09:28:18.0 +0200
@@ -3,7 +3,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --without-systray
+DEB_CONFIGURE_EXTRA_FLAGS := --without-systray --without-gnome
 
 clean::
 	rm -f po/*.gmo config.log hdate-applet.server po/Makefile.in po/POTFILES


signature.asc
Description: OpenPGP digital signature


Bug#588588: Bug#642934: 642934: aircrack-ng removal

2011-10-28 Thread Alexander Reichle-Schmehl
tag 588588 +fixed-upstream
thanks

Hi!


* Paul Wise p...@debian.org [111028 09:20]:

 If any of you are willing to take over the aircrack-ng package and fix
 the licensing issue, I would be happy to provide sponsorship for it,
 especially if you are willing to join the Debian wireless team.

Looking at it, it seems that at least the licensing issue has been dealt
with.

The correspronding ticket in upstreams tracking system got closed (see
http://trac.aircrack-ng.org/ticket/764), so it just needs someone to
package the thing again and take care of it.


Best Regards,
  Alexander



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



Bug#646889: linux-image-2.6.32-5-686: Since I'm using nfsd instead of samba a kerneloops occurs when accessing the files on server

2011-10-28 Thread Marc Matzen
Package: linux-2.6
Version: 2.6.32-38
Severity: important



-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-38) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Oct 3 04:15:24 UTC 2011

** Command line:
root=/dev/md1 ro console=tty0 console=ttyS0,38400n8 

** Tainted: PW (513)
 * Proprietary module has been loaded.
 * Taint on warning.

** Kernel log:
[77042.788560] lowmem_reserve[]: 0 861 2016 2016
[77042.801875] Normal free:190968kB min:3720kB low:4648kB high:5580kB 
active_anon:2720kB inactive_anon:21896kB active_file:48kB 
inactive_file:158756kB unevictable:0kB isolated(anon):20kB isolated(file):132kB 
present:881880kB mlocked:0kB dirty:224kB writeback:28kB mapped:4852kB 
shmem:20kB slab_reclaimable:226268kB slab_unreclaimable:26276kB 
kernel_stack:2072kB pagetables:208kB unstable:0kB bounce:0kB writeback_tmp:0kB 
pages_scanned:0 all_unreclaimable? no
[77042.922640] lowmem_reserve[]: 0 0 9238 9238
[77042.935430] HighMem free:293612kB min:512kB low:1756kB high:3004kB 
active_anon:158356kB inactive_anon:64120kB active_file:165204kB 
inactive_file:493148kB unevictable:0kB isolated(anon):0kB isolated(file):0kB 
present:1182568kB mlocked:0kB dirty:1064kB writeback:8kB mapped:28272kB 
shmem:440kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB 
pagetables:2048kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 
all_unreclaimable? no
[77043.053860] lowmem_reserve[]: 0 0 0 0
[77043.065088] DMA: 16*4kB 14*8kB 5*16kB 2*32kB 2*64kB 12*128kB 6*256kB 0*512kB 
0*1024kB 0*2048kB 0*4096kB = 3520kB
[77043.096178] Normal: 20348*4kB 10531*8kB 1499*16kB 26*32kB 6*64kB 1*128kB 
0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 190968kB
[77043.130931] HighMem: 143*4kB 3144*8kB 1131*16kB 1456*32kB 2397*64kB 
351*128kB 15*256kB 2*512kB 0*1024kB 0*2048kB 0*4096kB = 293612kB
[77043.167226] 260215 total pagecache pages
[77043.178982] 194 pages in swap cache
[77043.189459] Swap cache stats: add 258, delete 64, find 68/68
[77043.206439] Free swap  = 3905132kB
[77043.216654] Total swap = 3905912kB
[77043.238296] 524256 pages RAM
[77043.246953] 297970 pages HighMem
[77043.256641] 5609 pages reserved
[77043.266079] 268424 pages shared
[77043.275517] 158149 pages non-shared
[77043.287684] nfsd: page allocation failure. order:5, mode:0x4020
[77043.305467] Pid: 1547, comm: nfsd Tainted: PW  2.6.32-5-686 #1
[77043.325058] Call Trace:
[77043.332417]  [c108c64a] ? __alloc_pages_nodemask+0x484/0x4d9
[77043.349914]  [c108c6ab] ? __get_free_pages+0xc/0x17
[77043.365069]  [c10aef1d] ? __kmalloc+0x30/0x128
[77043.378926]  [c11d2e04] ? pskb_expand_head+0x4f/0x157
[77043.394602]  [c11d3253] ? __pskb_pull_tail+0x3f/0x1fb
[77043.410283]  [c1025d53] ? enqueue_entity+0x82/0x129
[77043.425440]  [c11da192] ? dev_queue_xmit+0xe4/0x38e
[77043.440598]  [c11fb876] ? ip_finish_output2+0x192/0x1cd
[77043.456799]  [c11fad6e] ? ip_local_out+0x15/0x17
[77043.471173]  [c11fb54d] ? ip_queue_xmit+0x31d/0x378
[77043.486353]  [f7cac84f] ? scsi_init_io+0x1a/0xec [scsi_mod]
[77043.503604]  [f7f60102] ? sd_prep_fn+0x68/0x9f2 [sd_mod]
[77043.520081]  [c120a5c6] ? tcp_transmit_skb+0x595/0x5cc
[77043.536015]  [c120c629] ? tcp_write_xmit+0x7a3/0x874
[77043.551432]  [c120805f] ? tcp_ack+0x1611/0x1802
[77043.565549]  [c1208903] ? tcp_rcv_established+0xcb/0x626
[77043.582006]  [c1209953] ? tcp_established_options+0x1d/0x8b
[77043.599244]  [c1209c17] ? tcp_current_mss+0x38/0x53
[77043.614403]  [c120c740] ? __tcp_push_pending_frames+0x1e/0x50
[77043.632168]  [c120826b] ? tcp_data_snd_check+0x1b/0xd2
[77043.648099]  [c120890a] ? tcp_rcv_established+0xd2/0x626
[77043.664555]  [c120f088] ? tcp_v4_do_rcv+0x15f/0x2cf
[77043.679714]  [c11d4740] ? memcpy_toiovec+0x25/0x47
[77043.694609]  [c11d4f58] ? skb_copy_datagram_iovec+0x72/0x1b6
[77043.712108]  [c11cf2a7] ? release_sock+0x38/0x89
[77043.726485]  [c1201cb1] ? tcp_recvmsg+0x7dd/0x8df
[77043.741125]  [c11ce987] ? sock_common_recvmsg+0x2f/0x45
[77043.757320]  [c11ccd50] ? __sock_recvmsg+0x50/0x58
[77043.772218]  [c11cd287] ? sock_recvmsg+0x9d/0xb6
[77043.786602]  [c104402e] ? autoremove_wake_function+0x0/0x2d
[77043.803836]  [c1001f10] ? __switch_to+0xcf/0x141
[77043.818212]  [c102b636] ? finish_task_switch+0x34/0x95
[77043.834154]  [c126d68e] ? schedule+0x78f/0x7dc
[77043.848017]  [c11cd2cb] ? kernel_recvmsg+0x2b/0x3a
[77043.862914]  [f9a44d89] ? svc_recvfrom+0x55/0x81 [sunrpc]
[77043.879630]  [f9a4559b] ? svc_tcp_recvfrom+0xbe/0x518 [sunrpc]
[77043.897646]  [c103b3bb] ? process_timeout+0x0/0x5
[77043.912289]  [f9a4de83] ? svc_recv+0x638/0x6c6 [sunrpc]
[77043.928502]  [c102d500] ? default_wake_function+0x0/0x8
[77043.944705]  [f9af9711] ? nfsd+0x90/0x112 [nfsd]
[77043.959080]  [f9af9681] ? nfsd+0x0/0x112 [nfsd]
[77043.973195]  [c1043dfc] ? kthread+0x61/0x66
[77043.986275]  [c1043d9b] ? kthread+0x0/0x66
[77043.999090]  [c1003d47] ? kernel_thread_helper+0x7/0x10
[77044.015285] Mem-Info:
[77044.022119] DMA per-cpu:
[77044.029738] CPU0: hi:0, 

Bug#638097: RM: quick-lounge-applet -- unmaintained, blocks GNOME 3 transition

2011-10-28 Thread Michael Biebl
reassign 638097 ftp.debian.org
retitle 638097 RM: quick-lounge-applet -- unmaintained, blocks GNOME 3 
transition
thanks

Hi,

please remove quick-lounge-applet from the archive. It's depending
on libpanel-applet2 which is going away with the switch to GNOME 3.
The last upstream activity is from last year, but it doesn't show
any signs of a GTK 3 / GNOME 3 port.

The last action from the Debian maintainer is from 2009-05-14. This 
bug report has been open since Aug, 2011 with no reply so far, so we
don't expect any efforts for porting quick-launge-applet.

Cheers,
Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#646869: console-data: Keyboard layout selection during installation on Hebrew shows question marks

2011-10-28 Thread Christian PERRIER
Quoting Lior Kaplan (kap...@debian.org):
 On Thu, Oct 27, 2011 at 11:49 PM, Orgad Shaneh org...@gmail.com wrote:
 
  See http://imageshack.us/photo/my-images/337/kblayout.png/
 
 
 Attaching the file, as to not depend on an external site.
 
 Kaplan

Hmmm, anyone in position to try the same with Arabic? I suspect this
might be related to RTL more than Hebrew itself. 

-- 




signature.asc
Description: Digital signature


Bug#645577: needs porting to the new libgnome-media-profiles interface

2011-10-28 Thread Michael Biebl
Hi Francesco,

could you please send me a status update? Did you have time to look at
the Fedora patches? Where are you currently standing with updating the
Debian package? Do you have an ETA for the upload?

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



signature.asc
Description: OpenPGP digital signature


Bug#646890: xserver-xorg-core: xserver crashes on YeeLoong despite mips-sarea.patch

2011-10-28 Thread Panayiotis Karabassis
Package: xserver-xorg-core
Version: 2:1.11.1.901-1panayk1
Severity: normal

Dear Maintainer,

On MIPS YeeLoong, the xserver crashes at startup with a segmentation
fault, despite having applied the mips-sarea patch.
The segmentation fault occurs at line 1123 of hw/xfree86/vgahw/vgaHW.c.
The attached patch resolved the issue for me, but it is only a
workaround because I expect it disables VGA output.



-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Oct 26 08:13 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2067272 Oct 24 07:55 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:08.0 VGA compatible controller [0300]: Silicon Motion, Inc. SM712 LynxEM+ 
[126f:0712] (rev b0)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 602 Oct 26 17:16 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section Monitor
Identifier   Monitor0
EndSection

Section Device
Identifier Card0
Driver siliconmotion
Option fifo_aggressive true
Option ShadowFB true
Option PciBurst true
Option PciRetry true
Option UseFBDev true
Option UseBIOS false
Option HWCursor true
Option PanelSize 1024x600
EndSection

Section Screen
IdentifierScreen0
DeviceCard0
Monitor   Monitor0
DefaultDepth  16
EndSection

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 3.0.4-libre-lemote (root@singapore) (gcc version 4.6.1 (Debian 
4.6.1-15) ) #4 PREEMPT Thu Oct 27 17:42:48 EEST 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 19539 Oct 28 10:53 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[  1306.172] 
X.Org X Server 1.11.1.901 (1.11.2 RC 1)
Release Date: 2011-10-14
[  1306.173] X Protocol Version 11, Revision 0
[  1306.173] Build Operating System: Linux 3.0.4-libre-lemote mips64 Debian
[  1306.173] Current Operating System: Linux singapore 3.0.4-libre-lemote #4 
PREEMPT Thu Oct 27 17:42:48 EEST 2011 mips64
[  1306.173] Kernel command line: machtype=lemote-yeeloong-2f-8.9inches 
root=/dev/mapper/lvm--singapore0-root ro quiet rd_start=0x80b5 
rd_size=0xbdbb86 
[  1306.173] Build Date: 24 October 2011  06:22:39AM
[  1306.173] xorg-server 2:1.11.1.901-1panayk1 (Panayiotis Karabassis 
pan...@gmail.com) 
[  1306.174] Current version of pixman: 0.22.2
[  1306.174]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[  1306.174] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1306.174] (==) Log file: /var/log/Xorg.0.log, Time: Fri Oct 28 10:53:20 
2011
[  1306.175] (==) Using config file: /etc/X11/xorg.conf
[  1306.175] (==) Using system config directory /usr/share/X11/xorg.conf.d
[  1306.217] (==) No Layout section.  Using the first Screen section.
[  1306.217] (**) |--Screen Screen0 (0)
[  1306.218] (**) |   |--Monitor Monitor0
[  1306.222] (**) |   |--Device Card0
[  1306.223] (==) Automatically adding devices
[  1306.223] (==) Automatically enabling devices
[  1306.224] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[  1306.224]Entry deleted from font path.
[  1306.233] (WW) `fonts.dir' not found (or not valid) in 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
[  1306.234]Entry deleted from font path.
[  1306.234](Run 'mkfontdir' on 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType).
[  1306.234] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[  1306.234] (==) ModulePath set to /usr/lib/xorg/modules
[  1306.234] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[  1306.235] (II) Loader magic: 0x5e2010
[  1306.235] (II) Module ABI versions:
[  1306.235]X.Org ANSI C Emulation: 0.4
[  1306.235]X.Org Video Driver: 11.0
[  1306.235]X.Org XInput driver : 13.0
[  1306.235]X.Org Server Extension : 6.0
[  1306.242] (--) PCI:*(0:0:8:0) 126f:0712:: rev 176, Mem @ 
0x4000/16777216
[  1306.242] (II) LoadModule: extmod
[  1306.249] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  1306.251] (II) Module 

Bug#646891: nmu: qmmp_0.5.2-1

2011-10-28 Thread Eugene V. Lyubimkin
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu


Hello,

nmu qmmp_0.5.2-1 . i386 . -m Rebuild against newer libav*. (See #646854)

Please do.

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

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



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



Bug#639798: No solution for i386 architecture?

2011-10-28 Thread Marcus Lundblad
Will this automatically work now, that Webkit 1.6.1 is coming in Sid.
Or does this need need to be supported in Epiphany before magically
working?

//Marcus




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



Bug#646618: dpkg-dev: dpkg-shlibdeps fails to find libraries in multiarch paths on squeeze/i386

2011-10-28 Thread Raphael Hertzog
On Fri, 28 Oct 2011, Sven Joachim wrote:
 Not on my side, but dh(1) also does its multiarch stuff in v9 mode only
 if dpkg-architecture -qDEB_HOST_MULTIARCH does not fail.

Well, dh parses the output of dpkg-architecture and since
DEB_HOST_MULTIARCH doesn't appear there, it switches off multiarch
support, yes.

I don't see any problem here.

  Adding the multiarch-support dependency on dpkg-dev means that your
  package would build but would get its multiarch-support pre-dependency
  too, making it uninstallable in squeeze without upgrading the libc6.
 
 That's true.  Actually the FTBFS is not my biggest concern, packages
 with broken dependencies are a worse problem and are just as likely to
 result.

Well, if it finds a system library with a shlibs/symbols file, the
generated dependency can't really be wrong. It might not be the one
you were expecting... but then again trying to build a multiarch
package on a non-multiarchified system is asking for trouble.

And modifying dpkg-dev to impose a multiarch system is not the proper
course of action IMO.

Maybe debhelper could be modified to not enable multiarch support
if multiarch-support is not installed in the build environment.
But it also feels hackish to me.

When people put debian/compat 9, they want all the features of the new
mode (including multiarch support) and they don't expect the feature to be
enabled only in some cases.  Note that debhelper build-depends on dpkg-dev
(= 1.16.0) and apparently (from what you say) the backport changes that
requirement, it's not a very good backport.

I don't think we have a good answer to this problem at the infrastructure
level. It's really up to the package maintainer to assume the
responsibility of being careful when they create backports where
multiarch is involved.

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#646849: installation-reports: GRUB package install fails during DVD install of testing

2011-10-28 Thread Colin Watson
reassign 646849 udev-udeb
forcemerge 646835 646849
thanks

On Thu, Oct 27, 2011 at 03:02:09PM -0400, Joe Thompson wrote:
 Package: installation-reports
 Severity: criticalTags: d-iX-Debbugs-Cc: debian-b...@orion-com.com
 
 During install from DVD, installing grub-pc on the new system fails.
 It is possible to recover from the failure by doing the following:
  1) Continue the install without a bootloader 2) At the last screen,
 use the Go Back option 3) Execute a shell 4) chroot /target 5) Edit
 /etc/apt/sources.list to uncomment the DVD line in the repo list 6)
 apt-get update (may not be necessary) 7) apt-get install grub
 (installs several dependencies and kicks off the     GRUB Legacy
 upgrade process) 8) At the end of the grub package setup, the initrd
 and kernel are properly     detected. 9) exit chroot10) reboot

The lack of logs here makes it difficult to make sure, but this sounds
just the same as the pair of bugs #646829 and #646835.  Merging with the
one that's still open.

(Incidentally, there is no need to specifically install GRUB Legacy, as
GRUB 2 is entirely blameless in this bug; it's simply the first victim.)

-- 
Colin Watson   [cjwat...@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#646892: grub-pc: Grub2 installation fails in two letter drives

2011-10-28 Thread Josep Guerrero
Package: grub-pc
Version: 1.98+20100804-14+squeeze1
Severity: important
Tags: squeeze

This computer (Sun Thumper X4500) can only boot from two of its 48 disks, which 
are identified as

/dev/sdy

and

/dev/sdac

Both disks are identical and have been partitioned in exactly the same way. 
Then those partitions 
have been made into several software RAID 1 devices (md0 through md5). Root 
partition is md0. These
are /proc/mdstat contents for that RAID device:

===
md0 : active raid1 sdac1[0] sdy1[1]
  19534912 blocks [2/2] [UU]
===

If I try to install grub in the /dev/sdy disk I get some errors (I don't know
if they are important or what do they mean), but apparently the process works:

===
kilimanjaro:~# grub-install /dev/sdy
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
Installation finished. No error reported
===

if I try the same with /dev/sdac, it doesn't work:

===
kilimanjaro:~# grub-install /dev/sdac
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
error: found two disks with the number 21.
error: superfluous RAID member (14 found).
/usr/sbin/grub-setup: warn: Attempting to install GRUB to a partitionless disk. 
 This is a BAD idea..
/usr/sbin/grub-setup: error: embedding is not possible, but this is required 
when the root device is on a RAID array or LVM volume.


But /dev/sdac and /dev/sdy are both partitioned, and exactly in the same way:


kilimanjaro:~# fdisk -l /dev/sdy

Disk /dev/sdy: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00055a02

   Device Boot  Start End  Blocks   Id  System
/dev/sdy1   1243219535008+  fd  Linux raid autodetect
/dev/sdy22433   60801   468848992+   5  Extended
/dev/sdy52433486419535008+  fd  Linux raid autodetect
/dev/sdy64865729619535008+  fd  Linux raid autodetect
/dev/sdy772978269 7815591   fd  Linux raid autodetect
/dev/sdy88270   1556458597056   fd  Linux raid autodetect
/dev/sdy9   15565   60801   363366171   fd  Linux raid autodetect
kilimanjaro:~# fdisk -l /dev/sdac

Disk /dev/sdac: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00050f0c

Device Boot  Start End  Blocks   Id  System
/dev/sdac1   1243219535008+  fd  Linux raid autodetect
/dev/sdac22433   60801   468848992+   5  Extended
/dev/sdac52433486419535008+  fd  Linux raid autodetect
/dev/sdac64865729619535008+  fd  Linux raid autodetect
/dev/sdac772978269 7815591   fd  Linux raid autodetect
/dev/sdac88270   1556458597056   fd  Linux raid autodetect
/dev/sdac9   15565   60801   363366171   fd  Linux raid autodetect
kilimanjaro:~#
==

I suspect that grub-setup, as called by grub-install, is trying to install on 
another disk (maybe
/dev/sda, since it may have chopped the last letter of the drive name, and the 
error would make sense
since /dev/sda has no partitions and is in fact part of a RAID 5 device). But I 
have no idea about 
how to test for this without breaking anything.

Thanks for your help and attention.


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/90ec83ed-b197-440e-9e50-d78b0a65ea95 / ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/md5 /home/kilimanjaro ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/md1 /usr ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/md4 /usr/local ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/md2 /var ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/md10 /mnt/3TB ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/md21 /home/kilimanjaro1 ext3 rw,relatime,errors=continue,data=ordered 0 0

Bug#638076: RM: bubblemon -- unmaintained, blocking GNOME 3 transition

2011-10-28 Thread Michael Biebl
reassign 638076 ftp.debian.org
retitle 638076 RM: bubblemon -- unmaintained, blocking GNOME 3 transition
thanks

Hi,

please remove bubblemon from the archive. It's depending
on libpanel-applet2 which is going away with the switch to GNOME 3.
There has been some small upstream activity a few months ago but it
doesn't show any signs of a GTK 3 / GNOME 3 port.
The last action from the Debian maintainer is from 2010-06-16. This 
bug report has been open since Aug, 2011 with no reply so far.
There is another RC bug which hasn't been unanswered by the Debian
maintainer for even longer, so the package looks pretty much
unmaintained and we don't expect any porting efforts any time soon.
The popcon numbers are rather low.

Cheers,
Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#641429: /usr/bin/sensors: sensors report the wrong cpu temperature on intel atom 330

2011-10-28 Thread Nacho Barrientos Arias
On Thu, Oct 27, 2011 at 04:41:54PM +0200, Nacho Barrientos Arias wrote:
 Hello,

Hello again,

 
 On Thu, Sep 15, 2011 at 09:52:26AM +0100, Richard Kennedy wrote:
   Thanks for these informations. It looks like Tjmax is not correctly 
   detected for you CPU, so all temperatures are offset by a value.
   
   It's definitely a kernel issue, so I am reassigning this bug.
   
  
  Thank you for looking in to this.
  Here's the relevant bits of /proc/cpuinfo, just in case someone needs
  this.
 
 [...]
 
 Any update on this?

Yep, it seems so.

It happens that modern versions of coretemp include an user parameter
to set TjMax when the module is loaded. Got mine from master, source
SHA1sum:

fba95088e2ceeecc88ba8f12cb1d47caf8fa42b2  coretemp.c 

Excerpt taken from Intel's data sheet for Atom 330 (google for
atom-330-datasheet.pdf):

The processor protects itself from catastrophic overheating by use
of an internal thermal sensor. This sensor is set well above the
normal operating temperature to ensure that there are no false
trips. The processor will stop all execution when the junction
temperature exceeds approximately 125°C. This is signalled to the
system by the THERMTRIP# (Thermal Trip) pin. For termination
requirements, refer to the platform design guide.

So, compiling and loading the latest version of the module for my
current kernel (2.6.38-bpo.2-686) did the trick:

~ # rmmod coretemp
~ # insmod coretemp.ko tjmax=125
~ # sensors

[...]

coretemp-isa-
Adapter: ISA adapter
Core 0:  +34.0°C  (crit = +125.0°C)  
Core 1:  +42.0°C  (crit = +125.0°C)

Related commit:

commit a45a8c8571c0be6a6bd72ae5a14255c26b14b504
Author: Jean Delvare kh...@linux-fr.org
Date:   Fri Sep 16 21:24:02 2011 +0200

hwmon: (coretemp) Let the user force TjMax

On old CPUs (and even some recent Atom CPUs) TjMax can't be read from
the CPU registers, so it is guessed by the driver using a complex
heuristic which isn't reliable. So let users who know their CPU's
TjMax pass it as a module parameter.

Kudos to Carlos López for pointing me to the fix.

Bye,

Nacho



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



Bug#595920: lxc-attach does not work

2011-10-28 Thread Daniel Baumann
reopen 595920
thanks

not enough.

http://lxc.sourceforge.net/patches/linux/3.0.0/3.0.0-lxc1/patches/0016-ns-proc-Enable-setns-for-support-for-the-pid-namespa.patch

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#646555: enchant: Spellcheck missing dependency

2011-10-28 Thread Bastien ROUCARIES
I have planned to do some work on enchant.

But upstream is not really nice.

- First plugin system is not nice they are some circular dep
- Secondly for a general purpose lib they use gtk and thus increase
reverse dep. I will prefer pure C for the main part of enchant. And
upstream refuse my patch

Bastien

On Thu, Oct 27, 2011 at 11:31 AM, Agustin Martin agmar...@debian.org wrote:
 On Thu, Oct 27, 2011 at 02:34:24AM +0800, Chow Loong Jin wrote:
 On 26/10/2011 18:47, Agustin Martin wrote:
  I'd put the dependency on (myspell|aspell|ispell|hunspell)-dictionary.
  Committed that change to enchant collab-maint git repo.
 
  http://anonscm.debian.org/gitweb/?p=collab-maint/enchant.git;a=commit;h=df7f2c6e709abfca052024ef7f9a4d2974e62991

 Thanks for the fix.

  Note that enchant is orphaned. I will not upload inmediately, but would 
  like
  to first prepare a new QA upload with some fixes in manpages. This change
  will go with it.

 Regarding that, it looks like Bastien ROUCARIES wants to adopt the package, 
 as
 mentioned on the O: bug[1].

 Thanks for the pointer, cc'ing him. This ITA was not shown in the PTS
 because bug title was not renamed. Bastien, if you still want to adopt
 the package please set yourself as #580680 owner and retitle it to

 ITA: enchant -- a wrapper library for various spell checkers

 It might be a good idea to check with him before uploading.

 Yes, I will contact Bastien before further commits.

 Otherwise, if nobody else steps up to adopt this package, I can look into
 adopting it myself, seeing as I'm maintainer of geany-plugins which uses it.

 Besides some recent commits and a QA upload, I enabled VCS notification for
 enchant collab-maint git repo through the PTS, if the cvs/vcs notification
 option has been selected during PTS package subscription.

 If you are already subscribed to enchant package through the PTS and have
 that option enabled, you should have received info about those commits.
 If subscribed but did not receive those messages and want to follow them,
 should (re-)subscribe making sure that cvs notification option is enabled.

 Regards,

 --
 Agustin




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



Bug#646893: totem: MIDI file playing never ends

2011-10-28 Thread Jean-Michel Philippe
Package: totem
Version: 2.30.2-6
Severity: normal
Usertags: doudoulinux

Totem doesn't stop playing after the end of a MIDI file is reached. For example 
if you make a
play list of 2 MIDI files, the first one is correctly played but when its end 
is reached, Totem
keeps running (the play time goes above the MIDI file duration) and never 
switches to the second file.
No sound is played. If you click the button to manually switch to the next 
piece of music (next track),
Totem is unable to play the 2nd MIDI file but doesn't crash.

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

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

Versions of packages totem depends on:
ii  gnome-icon-theme   2.30.3-2  GNOME Desktop icon theme
ii  gstreamer0.10-alsa 0.10.30-1 GStreamer plugin for ALSA
ii  gstreamer0.10-plug 0.10.19-2+b2  GStreamer plugins from the bad s
ii  gstreamer0.10-plug 0.10.30-1 GStreamer plugins from the base 
ii  gstreamer0.10-plug 0.10.24-1 GStreamer plugins from the good 
ii  gstreamer0.10-x0.10.30-1 GStreamer plugins for X11 and Pang
ii  libatk1.0-01.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-31.2.24-4+squeeze1 simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1+squeeze1FreeType 2 font engine, shared lib
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  libgstreamer-plugi 0.10.30-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libnautilus-extens 2.30.1-2squeeze1  libraries for nautilus components 
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libpython2.6   2.6.6-8+b1Shared Python runtime library (ver
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libtotem-plparser1 2.30.3-1  Totem Playlist Parser library - ru
ii  libunique-1.0-01.1.6-1.1 Library for writing single instanc
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  libxrandr2 2:1.3.0-3 X11 RandR extension library
ii  libxtst6   2:1.1.0-3 X11 Testing -- Record extension li
ii  libxxf86vm11:1.1.0-2 X11 XFree86 video mode extension l
ii  totem-common   2.30.2-6  Data files for the Totem media pla
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages totem recommends:
ii  gstreamer0.10-ffmpeg0.10.10-1FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad   0.10.19-2+b2 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-ugly  0.10.15-1GStreamer plugins from the ugly 
ii  totem-plugins   2.30.2-6 Plugins for the Totem media player

Versions of packages totem suggests:
ii  gnome-codec-install   0.4.7+nmu1 GStreamer codec installer
pn  gstreamer0.10-pulseaudio  none (no description available)
ii  totem-coherence   2.30.2-6   Coherence UPnP/DLNA plugin for tot
pn  totem-mozilla none (no description available)

-- 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#646894: ITP: maitreya -- Vedic and western astrology

2011-10-28 Thread Paul Elliott
Package: wnpp
Severity: wishlist
Owner: Paul Elliott pelli...@blackpatchpanel.com


* Package name: maitreya
  Version : 6.0.5
  Upstream Author : Martin Pettau m...@saravali.de
* URL : http://www.saravali.de/
* URL : https://launchpad.net/maitreya
* License : GPLv2+
  Programming Lang: C++
  Description : Vedic and western astrology

Maitreya is a free software for Vedic and western astrology.

The software supports

* Many features for the daily work of Vedic and western astrologers.
* A large number of calculation options that make the program a 
  stable basis for research purposes.
* High precision calculation.
* Several platforms including Windows, Linux and UNIX.

About the Name and the Logo Maitreya is the ardent disciple of
Maharishi Parasara, the author of Hora Shastra, the supreme standard
text of Vedic astrology.

The logo of Maitreya contains the pictures of two famous astrologers:
Alfred Witte and Sri Yukteswar Giri.

Alfred Witte is the founder of Uranian astrology, also known as german
Hamburger Schule (Hamburg School). Uranian astrology gives
surprisingly accurate predictions.

Swami Sri Yukteswar Giri is known as a supreme Vedic astrologer. He
incarnates the union of divine wisdom and astrological knowledge. His
disciple Paramahansa Yogananda became famous in the West.

The Sanskrit sloka is taken from Brihat Parasara Hora Shastra.

OM TAT SAT


signature.asc
Description: Digital signature


Bug#646895: ITP: gnome-contacts -- Contacts manager for GNOME

2011-10-28 Thread Michael Biebl
Package: wnpp
Severity: wishlist
Owner: Michael Biebl bi...@debian.org

* Package name: gnome-contacts
  Version : 3.2.2
  Upstream Author : Alexander Larsson al...@redhat.com
* URL : https://live.gnome.org/Design/Apps/Contacts
* License : GPL-2+
  Programming Lang: C, Vala
  Description : Contacts manager for GNOME

 GNOME Contacts is a standalone application to view and manage contacts
 provided by all available contacts sources (Evolution, Empathy, etc).

 This package will be maintained within the Debian pkg-gnome team.



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



Bug#646896: librecad contains non-distributable sources

2011-10-28 Thread Peter Palfrader
Package: snapshot.debian.org

librecad apparently contains things we cannot distribute.
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.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#646847: dash: redirection to fd larger 9 leads to Syntax error: word unexpected

2011-10-28 Thread Markus Raab
Hello!

You wrote:
 My copy of man flock uses a 9.  As POSIX (XCU §2.7 Redirection)
 says:

   Open files are represented by decimal numbers starting
   with zero. The largest possible value is
   implementation-defined; however, all implementations
   shall support at least 0 to 9, inclusive, for use by the
   application.

Ok, thank you - I did not know that.

 However, as mentioned at http://bugs.debian.org/590920, a patch to
 implement redirection to multi-digit file descriptors without making
 dash larger is not likely to make anyone less happy, if you have time
 for it.

Maybe this behaviour can just be documented in the man-page:
--
   [n] redir-op file

 where redir-op is one of the redirection operators mentioned previously.  
Following is a list of the possible redirections.  The [n] is an optional 
number between 0 and 9, as in ‘9’ (not ‘[9]’), that refers to a file 
descriptor.
--

Even better would be to make the parser aware of this limitation and print out
a better message when this situation happens. Making such improvements will 
however also make dash larger.

best regards
Markus



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



Bug#646896: RM: librecad/1.0.0~rc1+nolibs-4 -- ROM contains non-free docs and fonts.

2011-10-28 Thread Lisandro Damián Nicanor Pérez Meyer
Please note: I'm not subscribed to this list, please CC me on replying.

Hi! We have sadly discovered that librecad up to version 1.0.0~rc1+nolibs-4 
contains non-free and non-distributable sources. So, I would like them to be 
removed from snapshot.d.o.


Current version in unstable (1.0.0~rc3+nolibs-1) does not suffer this problem.

Thanks in advance!

Lisandro.


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


Bug#646896: RM: librecad/1.0.0~rc1+nolibs-4 -- ROM contains non-free docs and fonts.

2011-10-28 Thread Peter Palfrader
On Tue, 11 Oct 2011, Lisandro Damián Nicanor Pérez Meyer wrote:

 On Mar 11 Oct 2011 21:39:52 Lisandro Damián Nicanor Pérez Meyer escribió:
  Please note: I'm not subscribed to this list, please CC me on replying.
  
  Hi! We have sadly discovered that librecad up to version 1.0.0~rc1+nolibs-4
  contains non-free and non-distributable sources. So, I would like them to
  be removed from snapshot.d.o.
  
  
  Current version in unstable (1.0.0~rc3+nolibs-1) does not suffer this
  problem.
 
 I forgot to mention the correspondant Debian bug, #644952.

I wonder if the debian.tar.gz also contains undistributable data?  Can
you tell me?

If it doesn't, we could keep it around.

-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/


--
To UNSUBSCRIBE, email to debian-snapshot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111028085230.gf8...@anguilla.noreply.org




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



Bug#646896: RM: librecad/1.0.0~rc1+nolibs-4 -- ROM contains non-free docs and fonts.

2011-10-28 Thread Lisandro Damián Nicanor Pérez Meyer
On Mar 11 Oct 2011 21:39:52 Lisandro Damián Nicanor Pérez Meyer escribió:
 Please note: I'm not subscribed to this list, please CC me on replying.
 
 Hi! We have sadly discovered that librecad up to version 1.0.0~rc1+nolibs-4
 contains non-free and non-distributable sources. So, I would like them to
 be removed from snapshot.d.o.
 
 
 Current version in unstable (1.0.0~rc3+nolibs-1) does not suffer this
 problem.

I forgot to mention the correspondant Debian bug, #644952.

Thanks, Lisandro.


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


Bug#646897: undistributable files in qcad

2011-10-28 Thread Peter Palfrader
Package: snapshot.debian.org

Apparently we have undistributable data in all qcad packages.
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.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#646898: undistributeable files in partlibrary

2011-10-28 Thread Peter Palfrader
Package: snapshot.debian.org

Apparently we have undistributable data in all partlibrary packages.

-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.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#645577: R: Bug#645577: needs porting to the new libgnome-media-profiles interface

2011-10-28 Thread Francesco Namuri
Hi Michael,
tonight I'll finish the work in the package, but I need a sponsor for the 
upload,  can I ask you on this case? Only to bypass the mentors stage...

Cheers,
Francesco

-- 
.''`. Francesco Namuri france...@namuri.it
: :' : http://namuri.it/
`. `'  key ID = 3B30EB44
  `-fingerprint = 20FC 1C89 F7B8 F724 08FD B4B1 8E27 6437 3B30 EB44

-Original Message-
From: Michael Biebl bi...@debian.org
Date: Fri, 28 Oct 2011 10:00:40 
To: 645...@bugs.debian.org
Reply-To: Michael Biebl bi...@debian.org, 645...@bugs.debian.org
Subject: Bug#645577: needs porting to the new libgnome-media-profiles interface

Hi Francesco,

could you please send me a status update? Did you have time to look at
the Fedora patches? Where are you currently standing with updating the
Debian package? Do you have an ETA for the upload?

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




Bug#646618: dpkg-dev: dpkg-shlibdeps fails to find libraries in multiarch paths on squeeze/i386

2011-10-28 Thread Sven Joachim
On 2011-10-28 10:09 +0200, Raphael Hertzog wrote:

 On Fri, 28 Oct 2011, Sven Joachim wrote:
 
 That's true.  Actually the FTBFS is not my biggest concern, packages
 with broken dependencies are a worse problem and are just as likely to
 result.

 Well, if it finds a system library with a shlibs/symbols file, the
 generated dependency can't really be wrong.

It can, because some symbols may be missing from the system library that
are present in the just-built one.

 When people put debian/compat 9, they want all the features of the new
 mode (including multiarch support) and they don't expect the feature to be
 enabled only in some cases.  Note that debhelper build-depends on dpkg-dev
 (= 1.16.0) and apparently (from what you say) the backport changes that
 requirement, it's not a very good backport.

I think it would be better to backport dpkg-dev and make
dpkg-architecture report the empty string as $DEB_HOST_MULTIARCH, but
nobody has done that yet (and I'm not volunteering).

Cheers,
   Sven



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



Bug#646899: [INTL:es] debianutils man Spanish translation update

2011-10-28 Thread Omar Campagne
Package: debianutils
Version: 4.0.4
Severity: wishlist
Tags: l10n, patch

Please find attached the Spanish translation update for debianutils.
Regards,
-- 
Omar Campagne Polaino
# debianutils manpages translation to Spanish
# Copyright (C) 2011 Software in the Public Interest
# This file is distributed under the same license as the debianutils package.
#
# Changes:
#   - Initial translation
#   Omar Campagne ocampa...@gmail.com, 2011
#
#   - Updates
#   TRANSLATOR
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
msgid 
msgstr 
Project-Id-Version: debianutils 4.0.4\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2011-05-30 10:55-0300\n
PO-Revision-Date: 2011-10-18 16:58+0200\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Debian l10n debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.7.1-rc1\n
X-Project-Style: default\n

#. type: TH
#: ../add-shell.8:1
#, no-wrap
msgid ADD-SHELL
msgstr ADD-SHELL

#. type: TH
#: ../add-shell.8:1
#, no-wrap
msgid 12 May 2011
msgstr 12 de mayo de 2011

#. type: SH
#: ../add-shell.8:2 ../installkernel.8:2 ../ischroot.1:3 ../remove-shell.8:2
#: ../run-parts.8:9 ../savelog.8:3 ../tempfile.1:3 ../which.1:3
#, no-wrap
msgid NAME
msgstr NOMBRE

#. type: Plain text
#: ../add-shell.8:4
msgid add-shell - add shells to the list of valid login shells
msgstr add-shell - Añade consolas a la lista de consolas de sesión aceptadas

#. type: SH
#: ../add-shell.8:4 ../installkernel.8:4 ../ischroot.1:5 ../remove-shell.8:4
#: ../run-parts.8:11 ../savelog.8:5 ../tempfile.1:5 ../which.1:5
#, no-wrap
msgid SYNOPSIS
msgstr SINOPSIS

#. type: Plain text
#: ../add-shell.8:8
msgid Badd-shell Ishellname [Ishellname...]
msgstr Badd-shell Inombre-consola [Inombre-consola...]

#. type: SH
#: ../add-shell.8:8 ../installkernel.8:6 ../ischroot.1:8 ../remove-shell.8:8
#: ../run-parts.8:20 ../savelog.8:9 ../tempfile.1:9 ../which.1:7
#, no-wrap
msgid DESCRIPTION
msgstr DESCRIPCIÓN

#. type: Plain text
#: ../add-shell.8:13
msgid 
Badd-shell copies I/etc/shells to I/etc/shells.tmp, adds the given 
shells to this file if they are not already present, and copies this 
temporary file back to I/etc/shells.
msgstr 
Badd-shell copia I/etc/shells a I/etc/shells.tmp, añade las consolas a 
este fichero si no están presentes, y copia este fichero temporal a 
I/etc/shells.

#. type: Plain text
#: ../add-shell.8:15
msgid The shells must be provided by their full pathnames.
msgstr Las consolas se deben introducir con sus nombres de ruta completos.

#. type: SH
#: ../add-shell.8:15 ../remove-shell.8:13 ../savelog.8:158 ../tempfile.1:90
#, no-wrap
msgid SEE ALSO
msgstr VÉASE TAMBIÉN

#. type: Plain text
#: ../add-shell.8:16 ../remove-shell.8:14
msgid Bshells(5)
msgstr Bshells(5)

#. type: TH
#: ../installkernel.8:1
#, no-wrap
msgid INSTALLKERNEL
msgstr INSTALLKERNEL

#. type: TH
#: ../installkernel.8:1
#, no-wrap
msgid 7 Jan 2001
msgstr 7 de enero de 2001

#. type: TH
#: ../installkernel.8:1
#, no-wrap
msgid Debian Linux
msgstr Debian Linux

#. type: Plain text
#: ../installkernel.8:4
msgid installkernel - install a new kernel image
msgstr installkernel - Instala una imagen del núcleo nueva

#. type: Plain text
#: ../installkernel.8:6
msgid Binstallkernel Iversion zImage System.map [directory]
msgstr Binstallkernel Iversión zImage System.map [directorio]

#. type: Plain text
#: ../installkernel.8:13
msgid 
Binstallkernel installs a new kernel image onto the system from the Linux 
source tree.  It is called by the Linux kernel makefiles when Bmake 
install is invoked there.
msgstr 
Binstallkernel instala una nueva imagen del núcleo en el sistema, obtenida 
del árbol de fuentes de Linux. Los ficheros «Makefile» del núcleo Linux 
inician el proceso cuando se invoca Bmake install desde el árbol de 
fuentes.

#. type: Plain text
#: ../installkernel.8:22
msgid 
The new kernel is installed into I{directory}/vmlinuz-{version}.  If a 
symbolic link I{directory}/vmlinuz already exists, it is refreshed by 
making a link from I{directory}/vmlinuz to the new kernel, and the 
previously installed kernel is available as I{directory}/vmlinuz.old.
msgstr 
El núcleo nuevo se instalará en 

Bug#646555: enchant: Spellcheck missing dependency

2011-10-28 Thread Chow Loong Jin
On 28/10/2011 16:19, Bastien ROUCARIES wrote:
 I have planned to do some work on enchant.
 
 But upstream is not really nice.
 
 - First plugin system is not nice they are some circular dep
 - Secondly for a general purpose lib they use gtk and thus increase
 reverse dep. I will prefer pure C for the main part of enchant. And
 upstream refuse my patch

What kind of circular dependencies? Could you provide links to the bug reports
in which you supplied your patches, please?

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#646897: RM: qcad, qcad-data, qcad-doc and partlibrary -- ROM contains non-free stuff

2011-10-28 Thread Lisandro Damián Nicanor Pérez Meyer
Me again. It turns out that QCad (qcad, qcad-data, qcad-doc), precursor of 
Librecad, contains non-free stuff too. This is valid for all versions that 
have been in Debian. I'll forward the appropiate bug numbers asap.

We also have partlibrary in the same situation, see [0] for more info.

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375252


Kinds regards, Lisandro.

-- 
des lo que conseguís != lo que buscás
des por regla general
des lo importante es que:
(lo que buscas - lo que conseguís)/lo que buscas ~= 1

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


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


Bug#638076: RM: bubblemon -- unmaintained, blocking GNOME 3 transition

2011-10-28 Thread Adam Sjøgren
  Hi Michael.


On Fri, 28 Oct 2011 10:12:32 +0200, Michael wrote:

 please remove bubblemon from the archive. It's depending
 on libpanel-applet2 which is going away with the switch to GNOME 3.

 There has been some small upstream activity a few months ago but it
 doesn't show any signs of a GTK 3 / GNOME 3 port.

I contacted upstream when this bug was filed originally, and he doesn't
have time to work on porting the applet it until GNOME 3 is in testing.

I tried to port the applet when GNOME 3 hit unstable on October 15, but
was unable to overcome the problems that GNOME 3 introduced on my
desktop and had to switch to XFCE.

 The last action from the Debian maintainer is from 2010-06-16.

I tried to get 2.0.16 uploaded in the middle of May 2011 (that would
have closed all the open bugs at the time, including the, then only,
RC-bug), but could not find a sponsor due to the imminent inclusion of
GNOME 3 in Debian.

 This bug report has been open since Aug, 2011 with no reply so far.
 There is another RC bug which hasn't been unanswered by the Debian
 maintainer for even longer, so the package looks pretty much
 unmaintained and we don't expect any porting efforts any time soon.

Well, the other RC bug, filed on May 3 2011, would have been closed
within 11 days had GNOME 3 not blocked my finding a sponsor.

 o o o

Anyway, I just wanted to clarify these points - I see no way to avoid
removing bubblemon from Debian; so be it.

Thanks for looking into this.


  Best regards,

Adam

-- 
 Gav Adam Sjøgren
  Strik a...@koldfront.dk



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



Bug#646897: RM: qcad, qcad-data, qcad-doc and partlibrary -- ROM contains non-free stuff

2011-10-28 Thread Peter Palfrader
On Tue, 11 Oct 2011, Lisandro Damián Nicanor Pérez Meyer wrote:

 Me again. It turns out that QCad (qcad, qcad-data, qcad-doc), precursor of 
 Librecad, contains non-free stuff too. This is valid for all versions that 
 have been in Debian. I'll forward the appropiate bug numbers asap.

I guess, from what I have read elsewhere, that not only are these things
non-free, but we have no licenses whatsoever to re-distribute these
files.  Is that correct?

(merely being non-free shouldn't cause files to be removed from snapshot
if we can still distribute them).

Cheers,

PS: I have filed bugs for these issues - 646897 for the qcad removal and
646898 for partlibrary.
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.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#646900: [multipath-tools] Errors when Boot On SAN (IBM DS4700)

2011-10-28 Thread Guy Roussin

Package: multipath-tools
Version: 0.4.8+git0.761c66f-9
Severity: normal

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

We have some servers (blade IBM HS21/HS22) with Boot On SAN on IBM DS4700 with
debian lenny amd64.
Very fine since some years. 
http://www.tchetch.net/wiki/debian/multipath_ibm_ds4000

Now, we want to upgrade to squeeze. The upgrade is fine but i get
multipath problem on the first stage (initrd) so i suppose there is
some problem for initrd an multipath on squeeze.
Finally the server boot (but very long time). I want to fix this behavior.

Is there somebody Boot On SAN with squeeze ?

Thank You

Guy Roussin

Errors i get :
...
49.428234 Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
49.428313 sd 0:0:0:0: sda Sense Key : Illegal Request current
49.428538 sd 0:0:0:0: sda vendor ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
49.428766 sd 0:0:0:0: sda CDB: Read(10): 28 00 00 00 00 18 00 00 08 00
49.429472 end_request: I/O error, dev sda, sector 24
49.429552 Buffer I/O error on device sda, logical block 3
49.842457 sd 0:0:0:1: sdb Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
49.842589 sd 0:0:0:1: sdb Sense Key : Illegal Request current
49.842813 sd 0:0:0:1: sdb vendor ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
49.843042 sd 0:0:0:1: sdb CDB: Read(10): 28 00 00 00 00 38 00 00 08 00
49.843746 end_request: I/O error, dev sdb, sector 56
49.843825 Buffer I/O error on device sdb, logical block 7
49.942340 sd 1:0:1:0: sdg Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
49.942474 sd 1:0:1:0: sdg Sense Key : Illegal Request current
49.942698 sd 1:0:1:0: sdg vendor ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
49.942926 sd 1:0:1:0: sdg CDB: Read(10): 28 00 00 00 00 38 00 00 08 00
49.943632 end_request: I/O error, dev sdg, sector 56
49.943711 Buffer I/O error on device sdg, logical block 7
...
87.573415 Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
87.573494 sd 1:0:1:0: sdg Sense Key : Illegal Request current
87.573718 sd 1:0:1:0: sdg vendor ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
87.573946 sd 1:0:1:0: sdg CDB: Read(10): 28 00 00 00 10 00 00 00 08 00
87.574652 end_request: I/O error, dev sdg, sector 4096
87.656011 device-mapper: uevent: version 1.0.3
87.656265 device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: 
dm-de...@redhat.com
87.658146 device-mapper: multipath: version 1.1.0 loaded
87.663182 emc: device handler registered
87.666938 sd 0:0:0:0: rdac: LUN 0 (unowned)
87.667818 sd 0:0:0:1: rdac: LUN 1 (unowned)
87.668748 sd 0:0:1:0: rdac: LUN 0 (owned)
87.669600 sd 0:0:1:1: rdac: LUN 1 (owned)
87.670465 sd 1:0:0:0: rdac: LUN 0 (owned)
87.671324 sd 1:0:0:1: rdac: LUN 1 (owned)
87.672198 sd 1:0:1:0: rdac: LUN 0 (unowned)
87.673070 sd 1:0:1:1: rdac: LUN 1 (unowned)
87.673153 rdac: device handler registered
87.720723 device-mapper: multipath round-robin: version 1.0.0 loaded
88.081873 kjournald starting. Commit interval 5 seconds
...

-- Package-specific info:
Contents of /etc/multipath.conf:
defaults {
 udev_dir /dev
 polling_interval 2
 user_friendly_names yes
}
devnode_blacklist {
 devnode ^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*
 devnode ^hd[a-z][[0-9]*]
 devnode ^cciss!c[0-9]d[0-9]*[p[0-9]*]
}
devices {
 device {
  vendor IBM
  product 1814*
  getuid_callout/lib/udev/scsi_id --whitelisted 
--device=/dev/%n
  features  0
  hardware_handler  1 rdac
  path_selector round-robin 0
  path_grouping_policy  group_by_prio
  failback  immediate
  rr_weight uniform
  no_path_retry queue
  rr_min_io 1000
  path_checker  rdac
  prio  rdac
  prio_args 
 }
}
multipaths {
 multipath {
  wwid 3600a0b800056716603e04e9d8958
  alias system
 }
 multipath {
  wwid 3600a0b800056707404da4e9d874d
  alias homedir
 }
}

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

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

Versions of packages multipath-tools depends on:
ii  initscripts 2.88dsf-13.1 scripts for initializing and shutt
ii  kpartx  0.4.8+git0.761c66f-9 create device mappings for partiti
ii  libaio1 0.3.107-7Linux kernel AIO access library -
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1  2:1.02.48-5  The Linux Kernel Device Mapper use
ii  libncurses5 5.7+20100313-5   shared libraries for terminal hand
ii  libreadline66.1-3GNU readline and history libraries
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  udev164-3/dev/ and hotplug management daemo

multipath-tools recommends no packages.

Versions of packages multipath-tools suggests:
ii  multipath-tools-boo 0.4.8+git0.761c66f-9 Support booting from multipath dev


Bug#638076: RM: bubblemon -- unmaintained, blocking GNOME 3 transition

2011-10-28 Thread Michael Biebl
Hi Adam,


Am 28.10.2011 11:13, schrieb Adam Sjøgren:
 
 Anyway, I just wanted to clarify these points - I see no way to avoid
 removing bubblemon from Debian; so be it.
 

Thanks for your clarification. I didn't see any followup from you on
these bug reports. Would have been cool if you had just replied, that
you are in contact with upstream/working on it yourself etc. so others
know what's going on.
So I wrongly got the impression, that you went completely silent and I
didn't want to imply that. Sorry for that.

If you still want to work on bubblemon and port it yourself, we can
remove it from testing only, so it doesn't block the GNOME 3 transition.

Just let us know, what you prefer.

Cheers,
Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#645577: R: Bug#645577: needs porting to the new libgnome-media-profiles interface

2011-10-28 Thread Michael Biebl
Am 28.10.2011 11:04, schrieb Francesco Namuri:
 Hi Michael,
 tonight I'll finish the work in the package, but I need a sponsor for the 
 upload,  can I ask you on this case? Only to bypass the mentors stage...

I'm not an ideal sponsor as I don't use gnomeradio, but yes, in this
special case I'd be fine with sponsoring it.

Cheers,
Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#646618: dpkg-dev: dpkg-shlibdeps fails to find libraries in multiarch paths on squeeze/i386

2011-10-28 Thread Raphael Hertzog
On Fri, 28 Oct 2011, Sven Joachim wrote:
  Well, if it finds a system library with a shlibs/symbols file, the
  generated dependency can't really be wrong.
 
 It can, because some symbols may be missing from the system library that
 are present in the just-built one.

Well, that can only happen with shlibs, not with symbols.

  When people put debian/compat 9, they want all the features of the new
  mode (including multiarch support) and they don't expect the feature to be
  enabled only in some cases.  Note that debhelper build-depends on dpkg-dev
  (= 1.16.0) and apparently (from what you say) the backport changes that
  requirement, it's not a very good backport.

Hum I meant depends and not build-depends here.

 I think it would be better to backport dpkg-dev and make
 dpkg-architecture report the empty string as $DEB_HOST_MULTIARCH, but
 nobody has done that yet (and I'm not volunteering).

I plant to backport dpkg but changing the behaviour associated
to version = 1.16 doesn't seem to be a good idea.

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#639318: idle_add workaround

2011-10-28 Thread Clinton Roy
After debugging this a bit I've found a workaround, and maybe the problem.

The xml gir wrapper seems to be passing the python Glib.idle_add()
args to the C glib_idle_add_full() function which takes an extra
parameter, a priority. Passing three arguments to Glib.idle_add()
works: e.g.  GLib.idle_add(GLib.PRIORITY_DEFAULT_IDLE, function, data)

The cause of this might be the declaration in Glib.gir, where the
idle_add_full function shadows the idle_add function.

Hope that helps some poor bugger out there :)
-- 
Clinton Roy
Software Developer
Netboxblue.com
Total Internet Management
Control Internet usage within and outside your organisation.



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



Bug#646901: Broken postinst

2011-10-28 Thread Moritz Muehlenhoff
Package: dansguardian
Severity: normal

Hi Alexander,
there's a broken version in the version comparison in preinst/postinst:

--
dpkg: version 'dansguardian_2.8.0.6-antivirus-6.4.4.1-4' has bad syntax: 
invalid character in version number
DansGuardian has not been configured!
Please edit /etc/dansguardian/dansguardian.conf manually then rerun
this script.
--

For Univention Corporate Server - a Debian-derived distribution based on stable 
-
we applied the attached patch.

Alternatively you could simply remove that check, since the affected version
is predating even oldstable.

Cheers,
Moritz
diff -Naur dansguardian-2.10.1.1.orig/debian/postinst dansguardian-2.10.1.1/debian/postinst
--- dansguardian-2.10.1.1.orig/debian/postinst	2011-10-28 10:49:59.0 +0200
+++ dansguardian-2.10.1.1/debian/postinst	2011-10-28 11:28:37.243873746 +0200
@@ -40,7 +40,7 @@
 
 case $1 in
 configure)
-if dpkg --compare-versions $2 le dansguardian_2.8.0.6-antivirus-6.4.4.1-4; then
+if dpkg --compare-versions $2 le 2.8.0.6-antivirus-6.4.4.1-4; then
 
 	mv_conffile dansguardian /etc/dansguardian/bannedextensionlist /etc/dansguardian/lists/bannedextensionlist
 	mv_conffile dansguardian /etc/dansguardian/bannediplist /etc/dansguardian/lists/bannediplist
diff -Naur dansguardian-2.10.1.1.orig/debian/preinst dansguardian-2.10.1.1/debian/preinst
--- dansguardian-2.10.1.1.orig/debian/preinst	2011-10-28 10:49:59.0 +0200
+++ dansguardian-2.10.1.1/debian/preinst	2011-10-28 11:28:15.631371960 +0200
@@ -45,7 +45,7 @@
 
 case $1 in
 install|upgrade)
-	if dpkg --compare-versions $2 le dansguardian_2.8.0.6-antivirus-6.4.4.1-4; then
+	if dpkg --compare-versions $2 le 2.8.0.6-antivirus-6.4.4.1-4; then
 		prep_mv_conffile dansguardian /etc/dansguardian/bannedextensionlist
 		prep_mv_conffile dansguardian /etc/dansguardian/bannediplist
 		prep_mv_conffile dansguardian /etc/dansguardian/bannedmimetypelist


Bug#639798: No solution for i386 architecture?

2011-10-28 Thread Gustavo Noronha Silva
On Fri, 2011-10-28 at 09:59 +0200, Marcus Lundblad wrote:
 Will this automatically work now, that Webkit 1.6.1 is coming in Sid.
 Or does this need need to be supported in Epiphany before magically
 working?

Unfortunately no. As long as webkit links to gtk3 and flash to gtk2 this
is not going to work without nspluginwrapper. With a webkit2-based
epiphany this will work again since the plugin process is linked with
gtk2, but webkit2 is still under development.

Cheers,

-- 
Gustavo Noronha Silva k...@debian.org
Debian


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


Bug#646824: Reopen since more scripts are subjet to this

2011-10-28 Thread Yves-Alexis Perez
reopen 646824
found 646824 3.0~a29-1
retitle 646824 missing LIVE_USERNAME lookup in CMDLINE in various scripts
thanks

Hey Daniel,

sorry, I should have investigated a bit more. Not only 003-sudo has this
issue in fact:

for file in $(grep -l LIVE_USERNAME lib/live/config/*); do grep -L
_CMDLINE $file; done
lib/live/config/007-gdm
lib/live/config/008-gdm3
lib/live/config/009-kdm
lib/live/config/010-lightdm
lib/live/config/011-lxdm
lib/live/config/012-nodm
lib/live/config/013-slim
lib/live/config/102-gnome-panel-data
lib/live/config/103-gnome-power-manager
lib/live/config/104-gnome-screensaver
lib/live/config/106-kaboom
lib/live/config/107-kde-services
lib/live/config/108-debian-installer-launcher
lib/live/config/110-policykit

Duplicating the _CMDLINE snippet might not be the best way to fix this,
though it could be a temporary solution until a better one can be
imagined.

Regards,
-- 
Yves-Alexis


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


Bug#646902: apt-dater fails silently on refreshing host

2011-10-28 Thread Markus Raab
Package: apt-dater
Version: 0.8.4-4+squeeze1
Severity: normal

-- Problem:
When I press 'g' on a host where either:
 - ssh connection does not work
 - sudo /usr/bin/aptitude update or sudo /usr/bin/apt-get update needs
   a password

the host goes to Unknown section without any further notice why.

-- Expected behaviour:
Print out the source of the problem - ideally with a hint how to solve it -
or give the user a chance to type in the password like for upgrading.

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

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

Versions of packages apt-dater depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared 
lib
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libncursesw5   5.7+20100313-5shared libraries for terminal 
hand
ii  libpopt0   1.16-1lib for parsing cmdline 
parameters
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  openssh-client 1:5.5p1-6+squeeze1secure shell (SSH) client, for 
sec
ii  screen 4.0.3-14  terminal multiplexor with 
VT100/AN
ii  tcl8.5 8.5.8-2   Tcl (the Tool Command Language) 
v8

apt-dater recommends no packages.

Versions of packages apt-dater suggests:
pn  apt-dater-hostnone (no description available)
pn  mcnone (no description available)
ii  xsltproc  1.1.26-6   XSLT 1.0 command line processor

-- 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#646903: FTBFS: Cannot detect libclamav

2011-10-28 Thread Moritz Muehlenhoff
Package: dansguardian
Version: 2.10.1.1-3
Severity: serious

Dansguardian fails to build from source in Squeeze (and very likely also in sid,
since it uses the same version). This is probably caused by the clamav update
in 6.0.3 (it built fine with earlier Squeeze releases):

hecking for PCRE... yes
checking for backtrace on segfault support... no
checking for large file support... yes
checking for original destination IP checking support... no
checking for type collision with off_t... no
checking for libclamav support... yes
checking for CLAMAV... configure: error: Package requirements (libclamav = 4) 
were not met:

Requested 'libclamav = 4' but version of libclamav is 0.97.2

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables CLAMAV_CFLAGS
and CLAMAV_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [configure-stamp] Error 1
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2

Cheers,
Moritz



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



Bug#646902: apt-dater fails silently on refreshing host

2011-10-28 Thread Patrick Matthäi

Am 28.10.2011 11:50, schrieb Markus Raab:

Package: apt-dater
Version: 0.8.4-4+squeeze1
Severity: normal

-- Problem:
When I press 'g' on a host where either:
  - ssh connection does not work
  - sudo /usr/bin/aptitude update or sudo /usr/bin/apt-get update needs
a password

the host goes to Unknown section without any further notice why.

-- Expected behaviour:
Print out the source of the problem - ideally with a hint how to solve it -
or give the user a chance to type in the password like for upgrading.


You can press 'c' for connect, than you will see, if ssh works and in 
the next step you could call apt-dater-host status about it?




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



Bug#646867: empathy: cannot show help pages

2011-10-28 Thread developers
As indicated in a similar bug report for Epiphany, this may be due to 
an issue in LXDE sessions since Gedit is also affected:


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




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



Bug#646904: evolution: creates MH folders, but needs restart to update folder list

2011-10-28 Thread Michael Below
Package: evolution
Version: 3.0.3-2
Severity: normal
Tags: upstream

Forwarde-To: https://bugzilla.gnome.org/show_bug.cgi?id=662920

When I create a folder in a MH style mail account, Evo creates the
corresponding directory on disk, but it doesn't update the folder
list. The new folder is shown only after a restart of Evolution.

A related problem: The error message if you try to create a folder
the second time is misleading:

Fehler bei »Ordner »tester« wird angelegt«.
Ordner konnte nicht abgerufen werden: /home/mbelow/Mail///tester:
Erfolg

Translates to:

Error in »Folder »tester« is being created«.
Folder couldn't be found: /home/mbelow/Mail///tester: success

What Evo tries to say is: there is a problem because the folder
already exists (even if I'm not showing it to you). This should be
put more clearly, maybe:

Folder already exists. Restart Evolution to use it.

Thanks for your efforts

Michael

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

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

Versions of packages evolution depends on:
ii  dbus  1.4.16-1
ii  debconf [debconf-2.0] 1.5.40  
ii  evolution-common  3.0.3-2 
ii  evolution-data-server 3.0.3-1 
ii  gconf22.32.4-1
ii  gnome-icon-theme  3.2.0-1 
ii  libatk1.0-0   2.2.0-2 
ii  libc6 2.13-21 
ii  libcairo-gobject2 1.10.2-6.1  
ii  libcairo2 1.10.2-6.1  
ii  libcamel-1.2-23   3.0.3-1 
ii  libcanberra-gtk3-00.28-2  
ii  libcanberra0  0.28-2  
ii  libebackend-1.2-1 3.0.3-1 
ii  libebook1.2-103.0.3-1 
ii  libecal1.2-8  3.0.3-1 
ii  libedataserver1.2-14  3.0.3-1 
ii  libedataserverui-3.0-03.0.3-1 
ii  libegroupwise1.2-13   3.0.3-1 
ii  libenchant1c2a1.6.0-3+b1  
ii  libevolution  3.0.3-2 
ii  libfontconfig12.8.0-3 
ii  libfreetype6  2.4.6-2 
ii  libgail-3-0   3.0.12-2
ii  libgconf2-4   2.32.4-1
ii  libgdata110.8.1-2 
ii  libgdk-pixbuf2.0-02.24.0-1
ii  libglib2.0-0  2.28.6-1
ii  libgnome-desktop-3-0  3.0.2-2 
ii  libgtk-3-03.0.12-2
ii  libgtkhtml-4.0-0  4.0.2-1 
ii  libgtkhtml-editor-4.0-0   4.0.2-1 
ii  libgweather-3-0   3.2.0-1 
ii  libical0  0.44-3  
ii  libice6   2:1.0.7-2   
ii  libnotify40.7.4-1 
ii  libnspr4-0d   4.8.9-1 
ii  libnss3-1d3.12.11-3   
ii  libpango1.0-0 1.29.4-1
ii  libsm62:1.2.0-2   
ii  libsoup-gnome2.4-12.34.3-1
ii  libsoup2.4-1  2.34.3-1
ii  libsqlite3-0  3.7.7-2 
ii  libstartup-notification0  0.12-1  
ii  libunique-3.0-0   3.0.2-1 
ii  libxml2   2.7.8.dfsg-5
ii  psmisc22.13-1 

Versions of packages evolution recommends:
ii  bogofilter 1.2.2-3 
ii  evolution-plugins  3.0.3-2 
ii  evolution-webcal   2.32.0-1
ii  spamassassin   3.3.2-2 
ii  yelp   3.2.1+dfsg-1

Versions of packages evolution suggests:
ii  bug-buddy   none  
ii  evolution-dbg   3.0.3-2 
ii  evolution-exchange  3.0.2-1 
ii  evolution-plugins-experimental  none  
ii  gnupg   1.4.11-3
ii  network-manager 0.9.0-2 

-- debconf information:
  evolution/needs_shutdown:
  evolution/kill_processes:



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



Bug#646618: dpkg-dev: dpkg-shlibdeps fails to find libraries in multiarch paths on squeeze/i386

2011-10-28 Thread Sven Joachim
On 2011-10-28 11:33 +0200, Raphael Hertzog wrote:

 On Fri, 28 Oct 2011, Sven Joachim wrote:
  Well, if it finds a system library with a shlibs/symbols file, the
  generated dependency can't really be wrong.
 
 It can, because some symbols may be missing from the system library that
 are present in the just-built one.

 Well, that can only happen with shlibs, not with symbols.

I think it can happen with symbols as well: if a package builds both
foo-bin and libfoo0, then dpkg-shlibdeps will calculate foo-bin's
dependency on libfoo0 from the libfoo0.symbols file on the system, not
the one from the package.

You'll get a warning about unresolved symbols in foo-bin's binaries, but
that's all.  See #644791/#609159 on that topic.

Cheers,
   Sven



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



Bug#646905: RM: ttf-okolaks -- ROM; Replaced by fonts-okolaks

2011-10-28 Thread Christian Perrier
Package: ftp.debian.org
Severity: normal


Yet another font package renamed...



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



Bug#646906: debian-installer: Kanadda name too small on first screen

2011-10-28 Thread Christian Perrier
Package: debian-installer
Severity: normal

Whern I want to choose Kannada on the main menu, letters are too small and ai
Can't read anything



-- System Information:
Debian Release: 6.0.1
Architecture: i386 (i686)

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



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



Bug#646907: debian-installer: not starting properly

2011-10-28 Thread myname
Package: debian-installer
Severity: normal

it doesnot starts properly.



-- System Information:
Debian Release: 6.0.1
Architecture: i386 (i686)

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



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



Bug#646908: debaininstaller: rithesh shenoy

2011-10-28 Thread rithesh shenoy
Package: debaininstaller
Version: rithesh shenoy
Severity: normal

i want to choose kannada



-- System Information:
Debian Release: 6.0.3
Architecture: i386 (i686)

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



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



Bug#646909: debian-installer: kannada word is too small on screen

2011-10-28 Thread adi
Package: debian-installer
Severity: normal

in an installer page kannada is seen to be small
which makes it difficult to read



-- System Information:
Debian Release: 6.0.1
Architecture: i386 (i686)

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



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



Bug#646910: debian-installer: kannada word is too small on screen

2011-10-28 Thread rahul
Package: debian-installer
Severity: normal

in the installer page kannada seems to be small which makes it difficult to
read



-- System Information:
Debian Release: 6.0.1
Architecture: i386 (i686)

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



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



Bug#646911: No gnome-online-accounts icon in system settings menu

2011-10-28 Thread Michele Cane
Package: gnome-online-accounts
Version: 3.2.1-1
Severity: normal

Dear Maintainer,

I just installed gnome-online-account from experimental.
I rebooted once. Still no icon.
I reinstalled. Still no icon.
Can I provide some useful information?

Cheers



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

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

Versions of packages gnome-online-accounts depends on:
ii  libc6  2.13-21 
ii  libglib2.0-0   2.30.1-2
ii  libgoa-1.0-0   3.2.1-1 
ii  libnotify4 0.7.4-1 
ii  librest-0.7-0  0.7.10-1
ii  libsoup2.4-1   2.36.0-1

Versions of packages gnome-online-accounts recommends:
ii  gnome-control-center  1:3.0.2-3

gnome-online-accounts 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#646912: libxerces2-java: Jar/Maven artifacts installed with incorrect version number/broken pom dependencies

2011-10-28 Thread James Page
Package: libxerces2-java
Version: 2.11.0-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


In Ubuntu, the attached patch was applied to achieve the following:

  * d/pom.xml: Refreshed to ensure that Maven artifacts are installed
with the correct version number (based on 2.10.0 as 2.11.0 is missing
from the repository).
  * d/maven.rules: Map xml-apis-xml-apis-1.4 to line up with artifacts in
libxml-commons-external-java.

Thanks for considering the patch.


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

Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJOqohjAAoJEL/srsug59jDcUQQALy9WPHzeHktJYVo0Cv+W734
p3fLLEggRPxeam6FL/K/Nw8pPmUorhppXW4O1DCPe7dkGsoB0JhA/vXN5YvxjCsH
u3jq+hYrzTwc+98WuXSZRw+0vKBfbPjBQ5XxaPkxOhhGN2Jael/FtzK1m2VaoKjV
FaZfDb9IMHY3LnYh0pEDsalU08s6cU1zrv23hq2BCajymhYOcBuDeix0dc9FFgLy
2PytsH6SzbfNuljLfGpR85wSdomRazkVlrUQ+BE5SBN4RAokwTITJDoIQ1CMPtlx
yJmbIkmU5ufnBLCTsTMzutH93p/6QBLbq9A0KzB7Mb5Dt2lnr6MIFUiZBN81WFLW
4h29kq9JSZ1nYsdcQl9h4jkw9fo9VSssohLj2wryCwZrg6VU06O9DbrX8THPqdPu
PRSC/O7jzCUlJaPDk3h8ec+ztjRzwnirFnlRIeOeVD57MsXOgDDwDUJlD3JVqHtU
aTGc4sP0ycaET0p9X/jP+UmQGGoIV2g/QuKOGR8URN9HXgcqjmbbK6xAGe1DuvX5
C8XfCok2JBJMOKP8QWX1RU8JoKZLYe9o0a72j5pQvXWKdOFV0in8JlfMX0czoTyc
ZS4X2/hZoyHM9frhI2utLefsYv8KjeAubIpvVnPGhQgm5iESJx4w0olyxGS1nDxN
c84VgS3RtzsYI5DCqi0S
=U0N7
-END PGP SIGNATURE-
diff -Nru libxerces2-java-2.11.0/debian/maven.rules libxerces2-java-2.11.0/debian/maven.rules
--- libxerces2-java-2.11.0/debian/maven.rules	1970-01-01 01:00:00.0 +0100
+++ libxerces2-java-2.11.0/debian/maven.rules	2011-10-28 10:47:23.0 +0100
@@ -0,0 +1 @@
+xml-apis s/xml-apis/xml-apis-1.4/ * s/.*/debian/ * * 
diff -Nru libxerces2-java-2.11.0/debian/pom.xml libxerces2-java-2.11.0/debian/pom.xml
--- libxerces2-java-2.11.0/debian/pom.xml	2009-07-02 18:00:42.0 +0100
+++ libxerces2-java-2.11.0/debian/pom.xml	2011-10-28 10:46:44.0 +0100
@@ -1,44 +1,53 @@
-?xml version=1.0 encoding=UTF-8?
-project 
-  xmlns=http://maven.apache.org/POM/4.0.0; 
-  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
-  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;
-
-  modelVersion4.0.0/modelVersion
-  parent
-groupIdorg.apache/groupId
-artifactIdapache/artifactId
-version4/version
-  /parent
-  groupIdxerces/groupId
-  artifactIdxercesImpl/artifactId
-  version2.9.1/version
-  nameXerces2 Java Parser/name
-  description
-Xerces2 is the next generation of high performance, fully compliant XML parsers in the
-Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI),
-a complete framework for building parser components and configurations that is extremely
-modular and easy to program.
-  /description
-  urlhttp://xerces.apache.org/xerces2-j/url
-
-  dependencies
-dependency
-  groupIdxml-apis/groupId
-  artifactIdxml-apis/artifactId
-  version1.3.04/version
-/dependency
-dependency
-  groupIdxml-resolver/groupId
-  artifactIdxml-resolver/artifactId
-  version1.2/version
-  optionaltrue/optional
-/dependency
-  /dependencies
-
-
-  build
-sourceDirectorysrc/sourceDirectory
-  /build
-
-/project
\ No newline at end of file
+project
+nameXerces2-j/name
+modelVersion4.0.0/modelVersion
+groupIdxerces/groupId
+artifactIdxercesImpl/artifactId
+version2.11.0/version
+description
+  Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
+
+The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. For complete design and implementation documents, refer to the XNI Manual.
+
+Xerces2 is a fully conforming XML Schema 1.0 processor. A partial experimental implementation of the XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009) and an experimental implementation of the XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010) are provided for evaluation. For more information, refer to the XML Schema page.
+
+Xerces2 also provides a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and 

Bug#646913: bibclean suggests non-existing package tex

2011-10-28 Thread Adrian Bunk
Package: bibclean
Version: 2.11.4.1-3
Severity: normal

bibclean suggests tex, but no package of that name exists or is
provided.



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



Bug#646914: Support for UTF-8 and Finnish language sucks

2011-10-28 Thread Juhapekka Tolvanen
Package: texinfo
Version: 4.13a.dfsg.1-8
Severity: important


Go to this WWW-directory:

http://iki.fi/juhtolv/tolleharj/

Take a file called juhtolv_tolle_harjoitukset.texi (or
juhtolv_tolle_harjoitukset.texi.bz2 if you are smart enough to
decompress bzip2). Then compile it:

juhtolv@juhtolv:/home/juhtolv/tmp2 % texi2pdf juhtolv_tolle_harjoitukset.texi
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./juhtolv_tolle_harjoitukset.texi
(/usr/share/texmf/tex/texinfo/texinfo.tex
Loading texinfo [version 2008-04-18.10]: pdf, fonts, page headings,
tables,
conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions,
(/usr/share/texmf-texlive/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.3 23 July 2005
) localization, formatting, and turning on texinfo input format.)
Unknown document encoding utf-8, ignoring.
[1{/var/lib/texmf/fonts/map/pdftex/u
pdmap/pdftex.map}]
(Major clip)

That message makes me worried: Unknown document encoding utf-8, ignoring.

In the end it outputs:

(see the transcript file for additional
information)/usr/share/texmf-texlive/f
onts/type1/public/amsfonts/cm/cmb10.pfb/usr/share/texmf-texlive/fonts/type1/p
ublic/amsfonts/cm/cmbx12.pfb/usr/share/texmf-texlive/fonts/type1/public/amsfo
nts/cm/cmr10.pfb/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsy1
0.pfb/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmti10.pfb/usr
/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmtt10.pfb
Output written on juhtolv_tolle_harjoitukset.pdf (10 pages, 108100
bytes).
Transcript written on juhtolv_tolle_harjoitukset.log.

Then watch that PDF-file you got with any PDF-viewer you like.
Scandinavian characters (ÅÄÖåäö) are missing!

Adding those flags --recode and --recode-from=utf8 to texi2pdf do
not help at all.


-- 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.0.0-2-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 texinfo depends on:
ii  libc6  2.13-21

texinfo recommends no packages.

Versions of packages texinfo suggests:
ii  texinfo-doc-nonfree  4.13a-1
ii  texlive-base 2009-14
ii  texlive-generic-recommended  2009-14
ii  texlive-latex-base   2009-14

-- no debconf information

-- debsums errors found:
debsums: missing file /usr/share/locale/cs/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/da/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/de/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/de_AT/LC_MESSAGES/texinfo.mo (from 
texinfo package)
debsums: missing file /usr/share/locale/eo/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/es/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/fr/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/he/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/hr/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/hu/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/nb/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/nl/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/pl/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/ro/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/ru/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/rw/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/tr/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/vi/LC_MESSAGES/texinfo.mo (from texinfo 
package)
debsums: missing file /usr/share/locale/zh_CN/LC_MESSAGES/texinfo.mo (from 
texinfo package)
debsums: missing file /usr/share/locale/zh_TW/LC_MESSAGES/texinfo.mo (from 
texinfo package)

-- 
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#646915: bibclean: add dependencies for latex, bibtex, makeindex etc. not done

2011-10-28 Thread Adrian Bunk
Package: bibclean
Version: 2.11.4.1-3
Severity: normal

The changelog says:

--  snip  --

bibclean (2.11.4.1-3) unstable; urgency=low


  * debian/control: add dependencies for latex, bibtex, makeindex etc.

 -- Thorsten Alteholz deb...@alteholz.de  Fri, 14 Oct 2011 18:10:18 +0200

--  snip  --


It seems something went wrong with that?x


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

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

Versions of packages bibclean depends on:
ii  libc6  2.13-21

bibclean recommends no packages.

Versions of packages bibclean suggests:
pn  tex  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#638076: RM: bubblemon -- unmaintained, blocking GNOME 3 transition

2011-10-28 Thread Michael Biebl
reassign 638076 bubblemon 2.0.15-1
retitle 638076 bubblemon: needs porting to new libpanel-applet interface
thanks

Am 28.10.2011 13:00, schrieb Adam Sjøgren:
 
 I would like to keep working on the package, so if it is possible to
 only kick it out where needed, that would be great.

I've reassigned this bug back to bubblemon.

Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#638076: RM: bubblemon -- unmaintained, blocking GNOME 3 transition

2011-10-28 Thread Adam Sjøgren
  Hi Michael.


On Fri, 28 Oct 2011 11:32:22 +0200, Michael wrote:

 Am 28.10.2011 11:13, schrieb Adam Sjøgren:

 Anyway, I just wanted to clarify these points - I see no way to avoid
 removing bubblemon from Debian; so be it.

 Thanks for your clarification. I didn't see any followup from you on
 these bug reports. Would have been cool if you had just replied, that
 you are in contact with upstream/working on it yourself etc. so others
 know what's going on.

Good point, I should definitely have done that.

 So I wrongly got the impression, that you went completely silent and I
 didn't want to imply that. Sorry for that.

No worries, it certainly looked that way from the available information.

 If you still want to work on bubblemon and port it yourself, we can
 remove it from testing only, so it doesn't block the GNOME 3 transition.

 Just let us know, what you prefer.

I would like to keep working on the package, so if it is possible to
only kick it out where needed, that would be great.


   Thanks,

Adam

-- 
 Gav Adam Sjøgren
  Strik a...@koldfront.dk



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



Bug#646796: debian-faq: remove obsolete question about Motif applications crash

2011-10-28 Thread Javier Fernández-Sanguino Peña
tag  646796 pending
thanks

On Thu, Oct 27, 2011 at 12:43:01PM +0200, Stéphane Blondon wrote:
 To me, this QA should be simply removed.

You are right, I have removed this item from the FAQ and updated the SVN
repository. The change should be visible online soon, as for the package,
I'll leave the bug open and it will be closed when we upload a new version.

Thanks,

Javier


signature.asc
Description: Digital signature


Bug#638087: NMU for hspell-gui: needs porting to new libpanel-applet interface

2011-10-28 Thread Michael Biebl
tags 638087 + pending tags
thanks

Hi,

I've just uploaded an NMU to DELAYED/2, where I disabled the GNOME 2
panel applet. The changelog reads:

 hspell-gui (0.2.6-5.1) unstable; urgency=low
 .
   * Non-maintainer upload, for the GNOME 3 transition.
   * Stop building the GNOME 2 panel applet and only install the
 standalone application. (Closes: #638087)
 - Add patch no-applet to stop building and installing the panel
   applet.
 - Drop Build-Depends on libpanel-applet2-dev and libgnomeui-dev.
 - Remove autoconf-gnomeui and applet patch, obsolete.
 - Use dh-autoreconf to update the build system.

The full debdiff is attached.

Please let me know, if I should delay the NMU further or if you want to
have it cancelled for other reasons.

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff -Nru hspell-gui-0.2.6/debian/changelog hspell-gui-0.2.6/debian/changelog
--- hspell-gui-0.2.6/debian/changelog	2011-04-07 00:57:54.0 +0200
+++ hspell-gui-0.2.6/debian/changelog	2011-10-28 12:47:24.0 +0200
@@ -1,3 +1,15 @@
+hspell-gui (0.2.6-5.1) unstable; urgency=low
+
+  * Non-maintainer upload, for the GNOME 3 transition.
+  * Stop building the GNOME 2 panel applet and only install the standalone
+application. (Closes: #638087)
+- Add patch no-applet to stop building and installing the panel applet.
+- Drop Build-Depends on libpanel-applet2-dev and libgnomeui-dev.
+- Remove autoconf-gnomeui and applet patch, obsolete.
+- Use dh-autoreconf to update the build system.
+
+ -- Michael Biebl bi...@debian.org  Fri, 28 Oct 2011 12:35:23 +0200
+
 hspell-gui (0.2.6-5) unstable; urgency=low
 
   [ Tzafrir Cohen ]
diff -Nru hspell-gui-0.2.6/debian/control hspell-gui-0.2.6/debian/control
--- hspell-gui-0.2.6/debian/control	2011-04-07 00:35:24.0 +0200
+++ hspell-gui-0.2.6/debian/control	2011-10-28 12:38:53.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Hebrew Packaging Team debian-hebrew-pack...@lists.alioth.debian.org
 Uploaders: Baruch Even bar...@debian.org, Lior Kaplan kap...@debian.org, Shachar Shemesh shac...@debian.org, Tzafrir Cohen tzaf...@debian.org
-Build-Depends: debhelper (= 7.0.50~), libgtk2.0-dev, libpanel-applet2-dev, libgnomeui-dev, automake
+Build-Depends: debhelper (= 7.0.50~), libgtk2.0-dev, dh-autoreconf
 Standards-Version: 3.9.1
 Homepage: http://hspell-gui.sourceforge.net/
 
diff -Nru hspell-gui-0.2.6/debian/patches/applet hspell-gui-0.2.6/debian/patches/applet
--- hspell-gui-0.2.6/debian/patches/applet	2011-04-06 23:57:53.0 +0200
+++ hspell-gui-0.2.6/debian/patches/applet	1970-01-01 01:00:00.0 +0100
@@ -1,36 +0,0 @@
 /dev/null
-+++ b/hspell-applet.server
-@@ -0,0 +1,33 @@
-+oaf_info
-+oaf_server iid=OAFIID:HspellApplet_Factory type=exe
-+location=/usr/lib/gnome-panel/hspell-applet
-+
-+oaf_attribute name=repo_ids type=stringv
-+item value=IDL:Bonobo/GenericFactory:1.0/
-+item value=IDL:Bonobo/Unknown:1.0/
-+/oaf_attribute
-+oaf_attribute name=name type=string value=hspell Applet/
-+oaf_attribute name=description type=string value=hebrew speller applet/
-+/oaf_server
-+
-+oaf_server iid=OAFIID:HspellApplet type=factory
-+location=OAFIID:HspellApplet_Factory
-+
-+oaf_attribute name=repo_ids type=stringv
-+item value=IDL:GNOME/Vertigo/PanelAppletShell:1.0/
-+item value=IDL:Bonobo/Control:1.0/
-+item value=IDL:Bonobo/Unknown:1.0/
-+/oaf_attribute
-+
-+oaf_attribute name=panel:icon type=string value=gnome-calendar.png/
-+
-+oaf_attribute name=name type=string value=HSpell/
-+oaf_attribute name=name-he type=string value=מאיית/
-+oaf_attribute name=description type=string value=Hebrew speller applet/
-+oaf_attribute name=description-he type=string value=ישומון בדיקת איות/
-+
-+oaf_attribute name=panel:category type=string value=Utility/
-+oaf_attribute name=panel:category-he type=string value=עזרים/
-+
-+/oaf_server
-+/oaf_info
diff -Nru hspell-gui-0.2.6/debian/patches/autoconf-gnomeui hspell-gui-0.2.6/debian/patches/autoconf-gnomeui
--- hspell-gui-0.2.6/debian/patches/autoconf-gnomeui	2011-04-06 23:57:40.0 +0200
+++ hspell-gui-0.2.6/debian/patches/autoconf-gnomeui	1970-01-01 01:00:00.0 +0100
@@ -1,18 +0,0 @@
-Description: Also use headers from libgnomeui-2.0
-Bug-Debian: http://bugs.debian.org/537033
-Author: Stefano Zacchiroli z...@debian.org
-Last-Changed: 2009-09-06
-
-Note that after applying this patch you'll still need to re-run autoconf.
-
 a/configure.in
-+++ b/configure.in
-@@ -10,7 +10,7 @@
- AM_PROG_CC_STDC
- AC_HEADER_STDC
- 
--pkg_modules=gtk+-2.0 = 2.0.0 libpanelapplet-2.0
-+pkg_modules=gtk+-2.0 = 2.0.0 libpanelapplet-2.0 

Bug#646916: dmidecode prints everything twice

2011-10-28 Thread Martin von Wittich
Package: dmidecode
Version: 2.9-1.2
Severity: normal

dmidecode prints everything twice:

root@iserv:~# dmidecode -t chassis
# dmidecode 2.9
SMBIOS 2.6 present.

Handle 0x0003, DMI type 3, 21 bytes
Chassis Information
Manufacturer: To Be Filled By O.E.M.
Type: Desktop
Lock: Not Present
Version: To Be Filled By O.E.M.
Serial Number: To Be Filled By O.E.M.
Asset Tag: To Be Filled By O.E.M.
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x
Height: Unspecified
Number Of Power Cords: 1
Contained Elements: 0

SMBIOS 2.6 present.

Handle 0x0003, DMI type 3, 21 bytes
Chassis Information
Manufacturer: To Be Filled By O.E.M.
Type: Desktop
Lock: Not Present
Version: To Be Filled By O.E.M.
Serial Number: To Be Filled By O.E.M.
Asset Tag: To Be Filled By O.E.M.
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x
Height: Unspecified
Number Of Power Cords: 1
Contained Elements: 0

I used the dmidecode -t chassis output as an example because it is the
shortest, but this bug affects all types and also occurs when no type is
specified. Everything from the second SMBIOS 2.6 present on is redundant.
This bug only occurs on our Squeeze servers, lenny is not affected.


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

Versions of packages dmidecode depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib

dmidecode recommends no packages.

dmidecode 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#646917: base: Debian gets unresponsive on higher IO load - BUG: soft lockup - CPU#0 stuck for 61s

2011-10-28 Thread Paul Greggo
Package: base
Severity: important


On higher IO load, for example by creating a new Xen VPS by issuing 
xen-create-image the system freezes and is totally responsive for a few seconds 
up to a minute. Even a ping to the server doesn't reply back but when finished 
the server is responsive again. Also I noticed when running applications which 
generate more IO such as a Java crawler the server hangs a big and ping to the 
server get quite slow although I am pinging from a LAN. Below is the full stack 
trace which got generated while issuing xen-create-image (extract from dmesg).

[930756.024114] BUG: soft lockup - CPU#0 stuck for 61s! [kblockd/0:22]
[930756.024114] Modules linked in: dm_snapshot nfs lockd fscache nfs_acl 
auth_rpcgss sunrpc xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_state 
nf_conntrack xt_physdev iptable_filter ip_tables x_tables ipmi_si mpt2sas 
scsi_transport_sas mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu 
xen_evtchn xenfs bridge stp bonding ext2 loop snd_pcm radeon snd_timer ttm 
drm_kms_helper snd drm joydev i2c_algo_bit psmouse soundcore i2c_core dcdbas 
snd_page_alloc serio_raw evdev pcspkr video output e752x_edac rng_core 
processor shpchp edac_core pci_hotplug button acpi_processor ext4 mbcache jbd2 
crc16 dm_mod usbhid hid sd_mod sg sr_mod cdrom crc_t10dif ata_generic 
megaraid_mbox pata_sil680 uhci_hcd floppy ata_piix thermal thermal_sys 
megaraid_mm libata scsi_mod ehci_hcd e1000 usbcore nls_base [last unloaded: 
ipmi_si]
[930756.024114] CPU 0:
[930756.024114] Modules linked in: dm_snapshot nfs lockd fscache nfs_acl 
auth_rpcgss sunrpc xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_state 
nf_conntrack xt_physdev iptable_filter ip_tables x_tables ipmi_si mpt2sas 
scsi_transport_sas mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu 
xen_evtchn xenfs bridge stp bonding ext2 loop snd_pcm radeon snd_timer ttm 
drm_kms_helper snd drm joydev i2c_algo_bit psmouse soundcore i2c_core dcdbas 
snd_page_alloc serio_raw evdev pcspkr video output e752x_edac rng_core 
processor shpchp edac_core pci_hotplug button acpi_processor ext4 mbcache jbd2 
crc16 dm_mod usbhid hid sd_mod sg sr_mod cdrom crc_t10dif ata_generic 
megaraid_mbox pata_sil680 uhci_hcd floppy ata_piix thermal thermal_sys 
megaraid_mm libata scsi_mod ehci_hcd e1000 usbcore nls_base [last unloaded: 
ipmi_si]
[930756.024114] Pid: 22, comm: kblockd/0 Not tainted 2.6.32-5-xen-amd64 #1 
PowerEdge 2850
[930756.024114] RIP: e030:[8100922a]  [8100922a] 
hypercall_page+0x22a/0x1001
[930756.024114] RSP: e02b:88000350ecc8  EFLAGS: 0246
[930756.024114] RAX: 0004 RBX:  RCX: 
8100922a
[930756.024114] RDX: 0001 RSI:  RDI: 

[930756.024114] RBP: 880002f4e000 R08: 88003ebe0690 R09: 
8118aed0
[930756.024114] R10:  R11: 0246 R12: 
88000243f800
[930756.024114] R13: 880002bdc000 R14: 88000243f848 R15: 
8800024369c0
[930756.024114] FS:  7fed4f83e700() GS:88000350b000() 
knlGS:
[930756.024114] CS:  e033 DS:  ES:  CR0: 8005003b
[930756.024114] CR2: 01ac31d0 CR3: 3e46d000 CR4: 
0660
[930756.024114] DR0:  DR1:  DR2: 

[930756.024114] DR3:  DR6: 0ff0 DR7: 
0400
[930756.024114] Call Trace:
[930756.024114]  IRQ  [8100ecf2] ? check_events+0x12/0x20
[930756.024114]  [8100e635] ? xen_force_evtchn_callback+0x9/0xa
[930756.024114]  [8100ecf2] ? check_events+0x12/0x20
[930756.024114]  [8118aed0] ? __cfq_slice_expired+0xc4/0xd4
[930756.024114]  [8100ec99] ? xen_irq_enable_direct_end+0x0/0x7
[930756.024114]  [a006a2f0] ? scsi_request_fn+0x41f/0x506 [scsi_mod]
[930756.024114]  [8117ff72] ? __blk_run_queue+0x35/0x66
[930756.024114]  [81180047] ? blk_run_queue+0x21/0x35
[930756.024114]  [a0069881] ? scsi_run_queue+0x2ce/0x36f [scsi_mod]
[930756.024114]  [a006a5d0] ? scsi_next_command+0x2d/0x39 [scsi_mod]
[930756.024114]  [a006b0da] ? scsi_io_completion+0x3d1/0x3fa 
[scsi_mod]
[930756.024114]  [8130d55c] ? _spin_lock_irqsave+0x15/0x34
[930756.024114]  [811840ea] ? blk_done_softirq+0x6e/0x7b
[930756.024114]  [81054d1b] ? __do_softirq+0xdd/0x1a6
[930756.024114]  [81012cac] ? call_softirq+0x1c/0x30
[930756.024114]  [8101422b] ? do_softirq+0x3f/0x7c
[930756.024114]  [81054b8b] ? irq_exit+0x36/0x76
[930756.024114]  [811f28a5] ? xen_evtchn_do_upcall+0x33/0x42
[930756.024114]  [81012cfe] ? xen_do_hypervisor_callback+0x1e/0x30
[930756.024114]  EOI  [8100922a] ? hypercall_page+0x22a/0x1001
[930756.024114]  [8100922a] ? hypercall_page+0x22a/0x1001
[930756.024114]  [8100ecf2] ? check_events+0x12/0x20
[930756.024114]  [8100e635] ? xen_force_evtchn_callback+0x9/0xa

Bug#638076: RM: bubblemon -- unmaintained, blocking GNOME 3 transition

2011-10-28 Thread Michael Biebl
Am 28.10.2011 13:00, schrieb Adam Sjøgren:
 Just let us know, what you prefer.
 
 I would like to keep working on the package, so if it is possible to
 only kick it out where needed, that would be great.

So, it seems tolimar, one of our ftp-masters, was quicker than me :-)
i.e. the package got removed in the mean time, which doesn't really
change a lot though, since the version in unstable would have been
uninstallable, anyway.

The only difference is, that if you have an updated package, it will
have to go through NEW again, which thankfully is processed pretty
quickly nowadays.

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



signature.asc
Description: OpenPGP digital signature


Bug#638087: NMU for hspell-gui: needs porting to new libpanel-applet interface

2011-10-28 Thread Michael Biebl
Am 28.10.2011 13:02, schrieb Michael Biebl:
 
 I've just uploaded an NMU to DELAYED/2, where I disabled the GNOME 2
 panel applet. The changelog reads:
 

I just noticed, that I missed the -e 2 when using dput and uploaded
straight to unstable, i.e. without a delay. Sorry for that.

Michael


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



signature.asc
Description: OpenPGP digital signature


Bug#646902: apt-dater fails silently on refreshing host

2011-10-28 Thread Patrick Matthäi

Am 28.10.2011 12:17, schrieb Markus Raab:

Hello!

Am Freitag, 28. Oktober 2011 schrieb Patrick Matthäi:

Am 28.10.2011 11:50, schrieb Markus Raab:

Package: apt-dater
Version: 0.8.4-4+squeeze1
Severity: normal

-- Problem:
When I press 'g' on a host where either:
   - ssh connection does not work
   - sudo /usr/bin/aptitude update or sudo /usr/bin/apt-get update needs
 a password

the host goes to Unknown section without any further notice why.

-- Expected behaviour:
Print out the source of the problem - ideally with a hint how to solve it
- or give the user a chance to type in the password like for upgrading.


You can press 'c' for connect, than you will see, if ssh works and in
the next step you could call apt-dater-host status about it?


Yes that step works perfectly, but the host would still be in
section Unknown if sudoers does not contain:
user  ALL=NOPASSWD:/usr/bin/aptitude update, /usr/bin/apt-get update

Nevertheless manual verification what the problem is does not help beginners
which try apt-dater the first time - they are left without any clue what was
wrong or how it should be if it fails completely silent.

best regards
Markus


That is the reason why you should call after a sucessful connect 
apt-dater-host status :) Then you will see, if it works




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



Bug#645502: ping

2011-10-28 Thread Robert Millan
Hi Andrew,

Do you plan an upload of isc-dhcp soon?  We need #645502 to be fixed
before we can begin the /sbin/route transition.

See:

http://lists.debian.org/debian-bsd/2011/10/msg00242.html

-- 
Robert Millan



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



Bug#646918: /usr/include/sys/nlist_aout.h:51: error: redefinition of ‘struct nlist’

2011-10-28 Thread Robert Millan
Package: libc0.1-dev
Version: 2.11.2-10
Severity: normal

The following code compiles on FreeBSD but not on Debian GNU/kFreeBSD:

#include a.out.h
#include sys/nlist_aout.h

main ()
{
  struct nlist nl;
  nl.n_un.n_strx = 0;
}

It appears there are conflicting definitions of struct nlist, one of them in
libc-dev and the other in kfreebsd-kernel-headers:

$ gcc /tmp/test.c -o /tmp/test
In file included from /tmp/test.c:2:
/usr/include/sys/nlist_aout.h:51: error: redefinition of ��struct nlist��
/tmp/test.c: In function ��main��:
/tmp/test.c:7: error: ��struct nlist�� has no member named ��n_un��

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

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc0.1-dev depends on:
ii  kfreebsd-kernel-headers   0.53   kernel of FreeBSD headers for deve
ii  libc-dev-bin  2.11.2-10  Embedded GNU C Library: Developmen
ii  libc0.1   2.11.2-10  Embedded GNU C Library: Shared lib

Versions of packages libc0.1-dev recommends:
ii  gcc [c-compiler]  4:4.4.5-1  The GNU C compiler
ii  gcc-4.3 [c-compiler]  4.3.5-4The GNU C compiler
ii  gcc-4.4 [c-compiler]  4.4.5-8The GNU C compiler

Versions of packages libc0.1-dev suggests:
pn  glibc-doc none (no description available)
ii  manpages-dev  3.27-1 Manual pages about using GNU/Linux

-- no debconf information
#include a.out.h
#include sys/nlist_aout.h

main ()
{
  struct nlist nl;
  nl.n_un.n_strx = 0;
}


Bug#646919: virt-manager: memory resource consumption is way too high

2011-10-28 Thread Ritesh Raj Sarraf
Package: virt-manager
Version: 0.9.0-2
Severity: normal

This bug report is to ask the maintainers if there are memory leak
issues with virt-manager. On my box, with 1 Guest VM display open,
following is what was reported by top.


top - 17:16:30 up 2 days,  3:43,  5 users,  load average: 7.37, 8.72,
5.50
Tasks: 191 total,   2 running, 189 sleeping,   0 stopped,   0 zombie
Cpu(s): 20.3%us,  3.0%sy,  0.0%ni, 31.7%id, 44.6%wa,  0.0%hi,  0.5%si,
0.0%st
Mem:   3038484k total,  2811852k used,   226632k free,  860k buffers
Swap:  3219452k total,   784912k used,  2434540k free,   270380k cached
PID to kill: 
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND

20654 rrs   20   0 2080m 1.3g 5188 R   36 46.4   4:08.96 python 

17617 rrs   20   0  441m  33m 1492 S3  1.1   5:50.10 chromium   

15967 root  20   0  311m  16m 2552 S1  0.5   3:48.66 Xorg   

16138 rrs   20   0  853m  24m 4108 S1  0.8   1:20.05
plasma-desktop  
   
16413 rrs   20   0  323m 8928 3696 S1  0.3   0:01.95 konsole

17534 rrs   20   0 44584 3444  256 S1  0.1   0:15.44 ssh

22027 root  20   0 000 S1  0.0   0:00.70 kworker/1:0

22299 rrs   20   0 21320 1224  812 R1  0.0   0:00.19 top

1 root  20   0 10608   64   32 S0  0.0   0:03.74 init   



This is on a machine with 3 GiB of real memory.

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

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

Versions of packages virt-manager depends on:
ii  gconf2   2.32.4-1  
ii  librsvg2-common  2.34.1-3  
ii  python   2.7.2-9   
ii  python-dbus  0.84.0-2  
ii  python-glade22.24.0-2  
ii  python-gnome22.28.1-3  
ii  python-gtk-vnc   0.4.3-6+b1
ii  python-gtk2  2.24.0-2  
ii  python-ipy   1:0.72-1  
ii  python-libvirt   0.9.6-1   
ii  python-spice-client-gtk  0.7-3 
ii  python-support   1.0.14
ii  python-urlgrabber3.9.1-4   
ii  python-vte   1:0.28.2-1
ii  virtinst 0.600.0-1 

Versions of packages virt-manager recommends:
ii  gnome-icon-theme  3.2.1.2-1
ii  libvirt-bin   0.9.6-1  

Versions of packages virt-manager suggests:
ii  gnome-keyring  3.0.3-2
ii  halnone 
ii  ksshaskpass [ssh-askpass]  0.5.3-1+b1 
ii  python-gnomekeyring2.32.0-4+b1
ii  python-guestfs 1.13.23-1  
ii  ssh-askpass1:1.2.4.1-9
ii  virt-viewer0.4.1-3

-- no debconf information



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



Bug#646920: ITP: mhvtl -- A Linux Virtual Tape Library

2011-10-28 Thread Liang Guo
Package: wnpp
Severity: wishlist
Owner: Liang Guo bluestonech...@gmail.com
X-Debbugs-CC: debian-de...@lists.debian.org

   Package name: mhvtl
Version: 1.1.0
Upstream Author: Mark Harvey markh...@gmail.com
URL: https://sites.google.com/site/linuxvtl2/
License: GPL-2
Description: A Linux Virtual Tape Library

-- 
Thanks and Regards,
--
Liang Guo
http://bluestone.cublog.cn


signature.asc
Description: Digital signature


Bug#646921: Please only ship one JAR file

2011-10-28 Thread Florian Weimer
Package: asm3
Version: 3.3.2-1

Shipping multiple, different JAR files means that once you load multiple
ASM-using libraries, some of them are bound to use different JARs, and
the JVM will have to open all of them.  At best, this wastes resources,
at worse, compatibility problems result, depending on the order classes
are loaded in the JVM.  (Symlinks are fine, the JVM performs path
canonicalization.)

I don't think Debian needs to ship the subset JARs at all.

-- 
Florian Weimerfwei...@bfk.de
BFK edv-consulting GmbH   http://www.bfk.de/
Kriegsstraße 100  tel: +49-721-96201-1
D-76133 Karlsruhe fax: +49-721-96201-99



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



Bug#646922: New version is out

2011-10-28 Thread Juhapekka Tolvanen

Package: otf-stix
Version: 1.0.0-1
Severity: wishlist

Right now homepage of STIX Fonts says:

The STI Pub companies are inviting developers and end users to
participate in the beta testing program for the next release of the
STIX fonts. Version 1.1.0-beta1 is available for download at
https://sourceforge.net/projects/stixfonts. Participants are
encouraged to provide feedback through
https://sourceforge.net/projects/stixfonts/support. The STIX Fonts
project is particularly interested in the usability of the new release
in modern applications and browsers. The beta period will close on
December 1, 2011.

Get them while they are still hot!

On the other hand, I think this package should be renamed to
fonts-stix . Am I right?


-- 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.0.0-2-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

-- 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#646923: libmgl-dev needs to depend on libmgl-*5

2011-10-28 Thread Felix Geyer
Package: libmgl-dev
Version: 1.11.2-6
Severity: important

libmgl-dev contains the symlinks
/usr/lib/libmgl-qt.so - libmgl-qt.so.5.0.0
/usr/lib/libmgl-wx.so - libmgl-wx.so.5.0.0
/usr/lib/libmgl-glut.so - libmgl-glut.so.5.0.0
/usr/lib/libmgl-fltk.so - libmgl-fltk.so.5.0.0

but it doesn't depend on the libmgl-*5 packages that
provide these files.



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



Bug#646924: duplicity regression, mkdir on pathelements on scp locations

2011-10-28 Thread Alexander Schier
Package: duplicity
Version: 0.6.15-3
Severity: normal

while the debian stable version (0.6.08b-1+b1) works just fine, the current 
testing version has a problem, because it tries to mkdir folders on 
scp-location, where it does not have the privileges.

when my backup-path is scp://user@host/users/username/backup/, it tries to 
mkdir users, which fails, because this folder exists and does not belong to 
user but to root. Additional the error-message is misleading, because it says 
wrong SSH passphrase, while you can see with -v6 switch, that the mkdir 
fails, not the sftp command.


-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (900, 'stable'), (100, 'testing')
Architecture: amd64 (x86_64)

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

-- 



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



Bug#603733: xpdf: Xpdf does not open UK Inland Revenue pdf file

2011-10-28 Thread Iain Mac Donald

I have just received a similar PDF file and, when searching for a
solution, found this bug report. This is not a bug in xpdf. An
explanation can be found here [1].

Regards,
Iain.


[1]
http://www.quickpdflibrary.com/faq/if-this-message-is-not-eventually-replaced-by-the-proper-contents-of-the-document.php



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



Bug#630946: balazar: Any progress on the FPU bug?

2011-10-28 Thread Matthijs Kooijman
Hi,

what's the status on this bug? I'm curious about Balazar, but I can't
play it right now ;-)

Gr.

Matthijs


signature.asc
Description: Digital signature


Bug#638110: RM: teatime -- dead upstream, blocks GNOME 3 transition

2011-10-28 Thread Michael Biebl
reassign 638110 ftp.debian.org
retitle 638110 RM: teatime -- dead upstream, blocks GNOME 3 transition
thanks

Hi,

please remove teatime from the archive. It's depending
on libpanel-applet2 which is going away with the switch to GNOME 3.
The last upstream update is from 2008, the upstream homepage [1] seems
to have gone dead. The last Debian maintainer upload was 2008-12-17.
This particular bug report has been open since 17, August with no reply
from the maintainer so far, so we don't expect any porting efforts for
GNOME 3 any time soon. The popcon count isn't too high, either.

Cheers,
Michael

[1] http://dr.dhis.org/teatime/shots.rbx
http://det.cable.nu/pakete/index.rbx
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#638353: Hardcoding LANG in Xsession script works as a, temporary work-around

2011-10-28 Thread Stéphane Glondu
Hello,

While trying to set the language in my GNOME session, I found this bug.

 Is the file in /var/lib/AccountsService correctly updated when you do
 the change in the control center?

It is.

 (Note that if you want to set a default system language, you should do
 it in /etc/default/locale which is the Debian standard, instead of
 hacking startup scripts.)

Is there any other way to do it for a specific user? (not system-wide) I
tried ~/.profile, ~/.pam_environment, I learnt here about ~/.dmrc which
is said not to work. In my /etc/default/locale, LANG is set to
en_US.UTF-8, and I cannot change it.


Cheers,

-- 
Stéphane



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



Bug#646897: RM: qcad, qcad-data, qcad-doc and partlibrary -- ROM contains non-free stuff

2011-10-28 Thread Scott Howard
2011/10/28 Peter Palfrader wea...@debian.org:
 On Tue, 11 Oct 2011, Lisandro Damián Nicanor Pérez Meyer wrote:

 Me again. It turns out that QCad (qcad, qcad-data, qcad-doc), precursor of
 Librecad, contains non-free stuff too. This is valid for all versions that
 have been in Debian. I'll forward the appropiate bug numbers asap.

 I guess, from what I have read elsewhere, that not only are these things
 non-free, but we have no licenses whatsoever to re-distribute these
 files.  Is that correct?

 (merely being non-free shouldn't cause files to be removed from snapshot
 if we can still distribute them).

That is correct. When lisandro and I became involved in the LibreCAD
fork of QCAD, I adopted QCAD to keep it alive until LibreCAD could
supersede it.

The problem is that upstream's website said GPLv2 all over the
downloads section and included the text of GPL in the downloaded
package. The original packagers must have assumed that everything they
downloaded from them was GPLv2 (even partlibrary, which doesn't come
with a license header at all). Recently the upstream author clarified
that he himself does not have any license to partlibrary and that he
didn't 't want the fonts and help licensed at all (all rights
reserved). He has since rewritten the distribution/download section of
his site to reflect that.



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



Bug#646917: [Virtual-pkg-base-maintainers] Bug#646917: base: Debian gets unresponsive on higher IO load - BUG: soft lockup - CPU#0 stuck for 61s

2011-10-28 Thread Amaya
reassign 646917 xen
thanks

-- 
 .''`.  Sell Crazy Someplace Else. We're all stocked up here
: :' :
`. `'
  `-   Proudly running Debian GNU/Linux



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



Bug#646925: [empathy] gnome 3 integration

2011-10-28 Thread Utku Erdoğdu

Package: empathy
Version: 3.2.0.1-1
Severity: normal

--- Please enter the report below this line. ---
Possibly this is an issue about the upstream. Empathy integrates not 
quite well with Gnome 3. Tray concept was changed in Gnome 3 and when 
you click close button (or select exit from chat menu) of Empathy, the 
window dissapears without an icon in tray.


This behaviour might be intentional, however as of now there is no way 
to exit from the Empathy program running. Close and exit closes the 
window, not application; there is no tray icon etc. to click and exit 
program. The gnome shell status menu also only shows options Available 
and Busy; there is no exit option, even no Offline option.


So if you want to exit empathy, you should kill the process manually. I 
believe that should not be the correct behaviour. I believe more options 
of Empathy should exit in gnome shell status menu; and choosing exit 
from chat menu should exit the application.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.0.0-2-amd64

Debian Release: wheezy/sid
  500 unstableftp.linux.org.tr
  500 unstableftp.debian.org
  500 testing ftp.linux.org.tr
  500 testing ftp.debian.org
  500 stable  dl.google.com

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6  (= 2.7) | 2.13-21
libcanberra-gtk3-0(= 0.25) | 0.28-3
libcanberra0   (= 0.2) | 0.28-3
libchamplain-0.12-0 (= 0.11.0) | 0.12.0-1
libchamplain-gtk-0.12-0 (= 0.11.0) | 0.12.0-1
libcheese-gtk20  (= 3.0.1) | 3.2.0-1
libclutter-1.0-0(= 1.7.14) | 1.8.2-1
libclutter-gtk-1.0-0(= 0.91.8) | 1.0.4-1
libdbus-glib-1-2  (= 0.88) | 0.98-1
libebook1.2-10   (= 3.0.3) | 3.0.3-1
libenchant1c2a (= 1.6) | 1.6.0-4
libfolks-telepathy25 (= 0.6.0) | 0.6.3.2-2
libfolks25   (= 0.6.2) | 0.6.3.2-2
libgcr-3-0  (= 2.91.4) | 3.0.3-2
libgdk-pixbuf2.0-0  (= 2.22.0) | 2.24.0-1
libgee2  (= 0.5.0) | 0.6.1-3
libgeoclue0 (= 0.11.1) | 0.12.0-3+b1
libgeocode-glib0(= 0.99.0) | 0.99.0-1
libglib2.0-0(= 2.28.0) | 2.28.8-1
libgnome-keyring0   (= 2.26.0) | 3.2.0-3
libgnutls26 (= 2.12.6.1-0) | 2.12.12-1
libgstfarsight0.10-0 (= 0.0.1) | 0.0.31-1
libgstreamer-plugins-base0.10-0(= 0.10.25) | 0.10.35-1
libgstreamer0.10-0 (= 0.10.32) | 0.10.35-1
libgtk-3-0   (= 3.0.2) | 3.0.12-2
libgudev-1.0-0 (= 146) | 172-1
libnm-glib4(= 0.7.999) | 0.9.0-2
libnotify4   (= 0.7.0) | 0.7.4-1
libpango1.0-0   (= 1.18.0) | 1.29.4-2
libpulse-mainloop-glib0 (= 0.99.1) | 1.1-1
libpulse0   (= 0.99.1) | 1.1-1
libtelepathy-farsight0   (= 0.0.6) | 0.0.19-1
libtelepathy-glib0  (= 0.15.5) | 0.16.0-1
libtelepathy-logger2(= 0.2.10) | 0.2.10-2
libwebkitgtk-3.0-0  (= 1.3.10) | 1.6.1-4
libx11-6| 2:1.4.4-2
libxml2  (= 2.7.4) | 2.7.8.dfsg-5
dconf-gsettings-backend | 0.7.5-3
 OR gsettings-backend   |
empathy-common(= 3.2.0.1-1) | 3.2.0.1-1
telepathy-mission-control-5 | 1:5.9.3-3
gsettings-desktop-schemas   | 3.0.1-1
gnome-icon-theme(= 2.30.0) | 3.2.1.2-1
geoclue | 0.12.0-3+b1
telepathy-logger (= 0.2.10-2~) | 0.2.10-2
dbus-x11| 1.4.16-1
gstreamer0.10-gconf | 0.10.30-1


Package Status(Version) | Installed
===-+-===
telepathy-connection-manager|


Recommends   (Version) | Installed
==-+-===
telepathy-gabble   | 0.13.7-1
telepathy-salut| 0.6.0-1
gvfs-backends  | 1.8.2-2
nautilus-sendto-empathy| 3.2.0.1-1
freedesktop-sound-theme| 0.7.dfsg-1


Suggests (Version) | Installed
==-+-===
telepathy-haze |

Bug#646926: fsarchiver with 'Speicherzugriffsfehler'

2011-10-28 Thread Ch. Hanisch
Package: fsarchiver
Version: 0.6.12 (2010-12-25)
/usr/sbin/fsarchiver 235,7KByte

# fsarchiver savefs /media/BackUp/Test.fsa /dev/sdb1
Speicherzugriffsfehler
root@aptosid:/home/benutzer# dmesg | tail
[   26.045161] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   26.045163] Bluetooth: BNEP filters: protocol multicast
[   26.766972] Bluetooth: RFCOMM TTY layer initialized
[   26.766979] Bluetooth: RFCOMM socket layer initialized
[   26.766981] Bluetooth: RFCOMM ver 1.11
[   27.415577] saa7146: register extension 'av7110'.
[   29.528960] wlan2: no IPv6 routers present
[   45.499270] EXT4-fs (sdb7): re-mounted. Opts: errors=remount-ro,commit=0
[   74.760015] process `skype' is using obsolete setsockopt SO_BSDCOMPAT
[  361.098075] fsarchiver[5217]: segfault at 4 ip b766c8a9 sp bfc6d260
error 4 in libext2fs.so.2.4[b7636000+48000]

# apt-cache policy e2fslibs
e2fslibs:
  Installiert: 1.42~WIP-2011-10-16-1
  Kandidat:1.42~WIP-2011-10-16-1
  Versionstabelle:
 *** 1.42~WIP-2011-10-16-1 0
500 http://ftp.de.debian.org/debian/ sid/main i386 Packages
100 /var/lib/dpkg/status

# uname -n
aptosid
# uname -r
3.1-0.slh.2-aptosid-686

The e2fslibs is not compatible with fsarchiver.

with regards
Ch. Hanisch



Bug#646927: libahven3-dev and libahven2-dev: error when trying to install together

2011-10-28 Thread Ralf Treinen
Package: libahven2-dev,libahven3-dev
Version: libahven2-dev/1.9-1
Version: libahven3-dev/2.1-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-10-28
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  gnat-4.6-base libgmp10 libmpfr4 libmpc2 cpp-4.6 binutils libgomp1
  libquadmath0 gcc-4.6 libgnat-4.6 libc-dev-bin linux-libc-dev libc6-dev
  libgnatvsn4.6 libgnatprj4.6 gnat-4.6 libahven19.0 libahven2-dev libahven21.0
  libahven3-dev
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously unselected package gnat-4.6-base.
(Reading database ... 10587 files and directories currently installed.)
Unpacking gnat-4.6-base (from .../gnat-4.6-base_4.6.1-6_amd64.deb) ...
Selecting previously unselected package libgmp10.
Unpacking libgmp10 (from .../libgmp10_2%3a5.0.2+dfsg-2_amd64.deb) ...
Selecting previously unselected package libmpfr4.
Unpacking libmpfr4 (from .../libmpfr4_3.1.0-2_amd64.deb) ...
Selecting previously unselected package libmpc2.
Unpacking libmpc2 (from .../libmpc2_0.9-4_amd64.deb) ...
Selecting previously unselected package cpp-4.6.
Unpacking cpp-4.6 (from .../cpp-4.6_4.6.2-1_amd64.deb) ...
Selecting previously unselected package binutils.
Unpacking binutils (from .../binutils_2.21.90.20111025-1_amd64.deb) ...
Selecting previously unselected package libgomp1.
Unpacking libgomp1 (from .../libgomp1_4.6.2-1_amd64.deb) ...
Selecting previously unselected package libquadmath0.
Unpacking libquadmath0 (from .../libquadmath0_4.6.2-1_amd64.deb) ...
Selecting previously unselected package gcc-4.6.
Unpacking gcc-4.6 (from .../gcc-4.6_4.6.2-1_amd64.deb) ...
Selecting previously unselected package libgnat-4.6.
Unpacking libgnat-4.6 (from .../libgnat-4.6_4.6.1-6_amd64.deb) ...
Selecting previously unselected package libc-dev-bin.
Unpacking libc-dev-bin (from .../libc-dev-bin_2.13-21_amd64.deb) ...
Selecting previously unselected package linux-libc-dev.
Unpacking linux-libc-dev (from .../linux-libc-dev_3.0.0-5_amd64.deb) ...
Selecting previously unselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.13-21_amd64.deb) ...
Selecting previously unselected package libgnatvsn4.6.
Unpacking libgnatvsn4.6 (from .../libgnatvsn4.6_4.6.1-6_amd64.deb) ...
Selecting previously unselected package libgnatprj4.6.
Unpacking libgnatprj4.6 (from .../libgnatprj4.6_4.6.1-6_amd64.deb) ...
Selecting previously unselected package gnat-4.6.
Unpacking gnat-4.6 (from .../gnat-4.6_4.6.1-6_amd64.deb) ...
Selecting previously unselected package libahven19.0.
Unpacking libahven19.0 (from .../libahven19.0_1.9-1_amd64.deb) ...
Selecting previously unselected package libahven2-dev.
Unpacking libahven2-dev (from .../libahven2-dev_1.9-1_amd64.deb) ...
Selecting previously unselected package libahven21.0.
Unpacking libahven21.0 (from .../libahven21.0_2.1-1_amd64.deb) ...
Selecting previously unselected package libahven3-dev.
Unpacking libahven3-dev (from .../libahven3-dev_2.1-1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libahven3-dev_2.1-1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/share/ada/adainclude/ahven.gpr', which is also in 
package libahven2-dev 1.9-1
configured to not write apport reports
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libahven3-dev_2.1-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/lib/ada/adalib/ahven/ahven-astrings.ali
  /usr/lib/ada/adalib/ahven/ahven-framework.ali
  /usr/lib/ada/adalib/ahven/ahven-listeners-basic.ali
  /usr/lib/ada/adalib/ahven/ahven-listeners.ali
  /usr/lib/ada/adalib/ahven/ahven-parameters.ali
  /usr/lib/ada/adalib/ahven/ahven-results.ali
  /usr/lib/ada/adalib/ahven/ahven-runner.ali
  /usr/lib/ada/adalib/ahven/ahven-slist.ali
  /usr/lib/ada/adalib/ahven/ahven-tap_runner.ali
  /usr/lib/ada/adalib/ahven/ahven-temporary_output.ali
  

Bug#646876: retitle to ruby-paint and enhanced packaging

2011-10-28 Thread chrysn
retitle 646876 ITP: ruby-paint -- terminal paint library with 256 color and 
effect support
thank you

according to the ruby packaging instructions[1], i've slightly modified
the packaging to use gem2deb.

instead of manually installing files to ../ruby/1.8/.., this is now done
by the dh --with ruby.

this also means renaming the library package to ruby-paint; the
reference to the old name is kept in the changelog, but there is no
provides etc as it was not published in squeeze.

updated package files are available at mentors[2].

with regard to readiness for sponsoring, nothing really changed -- i'd
still like someone who knows more about ruby packaging to have a look at
it before i'll seek a sponsor. (the insecurity about not shipping spec/
is now reduced as gem2deb would install it if it was important.)

[1] http://wiki.debian.org/Teams/Ruby/Packaging
[2] http://mentors.debian.net/package/ruby-paint

-- 
To use raw power is to make yourself infinitely vulnerable to greater powers.
  -- Bene Gesserit axiom


signature.asc
Description: Digital signature


Bug#646928: ITP: gobiblecreator -- Bible software for mobile phones for Java ME (MIDP 2.0)

2011-10-28 Thread Teus Benschop (No specific comment)
Package: wnpp
Severity: wishlist
Owner: Teus Benschop (No specific comment) teusjanne...@gmail.com


* Package name: gobiblecreator
  Version : 2.4.1.svn51
  Upstream Author : Teus Benschop teusjanne...@gmail.com
* URL : http://code.google.com/p/gobible/
* License : GPL
  Programming Lang: Java
  Description : Bible software for mobile phones for Java ME (MIDP 2.0)

Run the program like this: $ gobiblecreator arguments

The Go Bible development environment consists of two components: 
GoBibleCore and GoBibleCreator.

GoBibleCore is the JavaME application for viewing Bible texts, 
however it does not contain any Bible data. 
To produce a Go Bible application GoBibleCreator is used 
to convert ThML or OSIS Bible texts into GoBibleDataFormat 
which is packaged with the Go Bible application (GoBibleCore).

If you are only interested in producing a new translation 
then GoBibleCreator should be sufficient. 
If you are interested in enhancing the Go Bible application 
then you will need to check out the GoBibleCore source code.



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



Bug#619587: Update mozilla/certdata.txt

2011-10-28 Thread Michael Shuler
(CCing #619587)

I committed an updated mozilla/blacklist.txt to explicitly blacklist the
untrusted Bogus * and Explicitly Distrust DigiNotar * certificates,
which will show up in the next upload [2].

On 10/28/2011 03:57 AM, Gijs Hillenius wrote:
 A bit of Googling did not explain me why Debian's Mozilla package was
 just updated with a bunch of 'Bogus $name' certificates. Could you maybe
 post a little note somewhere why this was done? The name does not
 inspire much confidence... but that might be the intention..

I added an entry to the changelog about these and bug report has some
additional links to read [0] for more information.  These Bogus *
certificates were the ones that were created by an attacker using
Comodo's CA roots, supposedly used for man in the middle (MITM) attacks.
 These bogus certificates were added by Mozilla with no trust bits set
and they are ignored (you will not find them actually installed to
/usr/share/ca-certificates/mozilla/).

The notification is only clear when building the package [1], so I can
see why this is not totally apparent.  They are not installed as trusted
root certificates by ca-certificates, but Mozilla included them in the
bundle as non-trusted certificates.

Perhaps I should not have listed them in the changelog as being added to
the Mozilla bundle, since they are not trusted certificates actutally
installed, but they are something of a different nature.  Thoughts?

These are interesting times for the CA infrastructure and one of the
reasons I took over maintenance of ca-certificates - the package needs
quite a bit more care, so keep a look out for more updates soon.

I appreciate the note - feel free to mail anytime.

[0] http://bugs.debian.org/619587
[1] http://www.pbandjelly.org/debian/ca-certificates_20111025_i386.build
[2]
http://anonscm.debian.org/gitweb/?p=collab-maint/ca-certificates.git;a=commit;h=a6435dc8edf7f72e8e2ea7b3677b9bcdbe0e

-- 
Kind regards,
Michael



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



Bug#646926: fsarchiver with 'Speicherzugriffsfehler'

2011-10-28 Thread Michael Biebl
severity 646926 grave
thanks

Am 28.10.2011 14:23, schrieb Ch. Hanisch:
 Package: fsarchiver
 Version: 0.6.12 (2010-12-25)
 /usr/sbin/fsarchiver 235,7KByte
 
 # fsarchiver savefs /media/BackUp/Test.fsa /dev/sdb1
 Speicherzugriffsfehler
 root@aptosid:/home/benutzer# dmesg | tail
 [   26.045161] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
 [   26.045163] Bluetooth: BNEP filters: protocol multicast
 [   26.766972] Bluetooth: RFCOMM TTY layer initialized
 [   26.766979] Bluetooth: RFCOMM socket layer initialized
 [   26.766981] Bluetooth: RFCOMM ver 1.11
 [   27.415577] saa7146: register extension 'av7110'.
 [   29.528960] wlan2: no IPv6 routers present
 [   45.499270] EXT4-fs (sdb7): re-mounted. Opts: errors=remount-ro,commit=0
 [   74.760015] process `skype' is using obsolete setsockopt SO_BSDCOMPAT
 [  361.098075] fsarchiver[5217]: segfault at 4 ip b766c8a9 sp bfc6d260
 error 4 in libext2fs.so.2.4[b7636000+48000]
 
 # apt-cache policy e2fslibs
 e2fslibs:
   Installiert: 1.42~WIP-2011-10-16-1
   Kandidat:1.42~WIP-2011-10-16-1
   Versionstabelle:
  *** 1.42~WIP-2011-10-16-1 0
 500 http://ftp.de.debian.org/debian/ sid/main i386 Packages
 100 /var/lib/dpkg/status
 
 # uname -n
 aptosid
 # uname -r
 3.1-0.slh.2-aptosid-686
 
 The e2fslibs is not compatible with fsarchiver.

Thanks for the bug report. I can reproduce the problem on a i386
up-to-date sid system. Will need to investigate if that is a breakage in
the e2fslibs ABI.

Cheers,
Michael


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



signature.asc
Description: OpenPGP digital signature


Bug#646930: latrace makes firefox crash (segmentation fault)

2011-10-28 Thread Vincent Lefevre
Package: latrace
Version: 0.5.11-1
Severity: important

On the firefox nightly:

$ latrace -v ./firefox
[24406 lt_fifo_notify_fd:00122] fifo notification set to: 
/tmp/lt-config-BXoDwA/fifo
[24406 process:00168] doing pipe
[24407 run_child:00383] executing ./firefox
[24407 get_names:00126] names: [_setjmp] max: 50
[24407 get_names:00144] got: _setjmp
[24407 get_names:00152] got 1 entries
[24407 audit_init:00258] global_symbols 0

./firefox finished - killed by signal 11
[24406 remove_dir:00273] removing /tmp/lt-config-BXoDwA
[24406 remove_dir:00273] removing /tmp/lt-config-BXoDwA/fifo

Always reproducible. No such problem with ltrace.

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

Versions of packages latrace depends on:
ii  libc6  2.13-21

latrace recommends no packages.

latrace 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#646931: Debianized web2py requires python-gtk2 for startup

2011-10-28 Thread Gergely Peli
Package: python-web2py
Version: 1.99.2-2
Severity: important



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

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

Versions of packages python-web2py depends on:
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-gluon1.99.2-2 High-level Python web development 

Versions of packages python-web2py recommends:
ii  libjs-jquery  1.6.4-1JavaScript library for dynamic web
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge

python-web2py suggests no packages.

-- no debconf information


Hello!

This package has a debianization patch 'gtk_gui', which makes web2py fail to 
start
without the gtk2 python bindings. It adds a class 'web2pyGtkDialog' inheriting 
from
'gtk.Window', which may not be available on the system (python-gtk2 is only 
recommended).
If the '--nogui' command line switch is given, this class won't even be used, so
the code should compile and run without depending on the python-gtk2 package.

Best regards


Gergely Peli



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