Bug#1017029: displaycal: fails to start, stall at spalsh screen after numerous error messages

2022-08-12 Thread Jean-Luc Coulon (f5ibh)



Le 12/08/2022 à 08:06, Christian Marillat a écrit :

On 11 août 2022 20:46, "Jean-Luc Coulon (f5ibh)"  
wrote:


Package: displaycal
Version: 3.9.7-1
Severity: important
Tags: upstream

Hi,

When I launch displaycal from a console, I get a lot of error messages
(the same group of messages repeated many times).
Then it stalls with the splash screen displayed.

I'm not sure if installing libsdl2-mixer-2.0-0.

Do you have a github account ?

Yes, I've


Christian




Bug#1017029: displaycal: fails to start, stall at spalsh screen after numerous error messages

2022-08-12 Thread Jean-Luc Coulon (f5ibh)

Hello Christian !

Yes! Good shot!

It works once libsdl2-mixer-2.0-0 installed.

Regards

Jean-Luc

Le 11/08/2022 à 23:59, Christian Marillat a écrit :

On 11 août 2022 20:46, "Jean-Luc Coulon (f5ibh)"  
wrote:


Package: displaycal
Version: 3.9.7-1
Severity: important
Tags: upstream

Hi,

Hi,


When I launch displaycal from a console, I get a lot of error messages
(the same group of messages repeated many times).
Then it stalls with the splash screen displayed.

Could you try to install the libsdl2-mixer-2.0-0 package and see if this
bug is gone ?

Christian




Bug#1017029: displaycal: fails to start, stall at spalsh screen after numerous error messages

2022-08-11 Thread Jean-Luc Coulon (f5ibh)
Package: displaycal
Version: 3.9.7-1
Severity: important
Tags: upstream

Hi,

When I launch displaycal from a console, I get a lot of error messages
(the same group of messages repeated many times).
Then it stalls with the splash screen displayed.

Please, find attached the session log with the first error message.
I tried to build it from source and from upstream source with the same
results.

Regards

Jean-Luc


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

Kernel: Linux 5.19.0-i7-1.0 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages displaycal depends on:
ii  argyll  2.3.1+repack-1
ii  dbus-x111.14.0-2
ii  libc6   2.34-3
ii  libjs-jquery3.6.0+dfsg+~3.5.13-1
ii  libx11-62:1.8.1-2
ii  libxinerama12:1.1.4-3
ii  libxrandr2  2:1.5.2-2+b1
ii  libxxf86vm1 1:1.1.4-1+b2
ii  python3 3.10.6-1
ii  python3-distro  1.7.0-1
ii  python3-gi  3.42.2-1
ii  python3-numpy   1:1.22.1-1
ii  python3-send2trash  1.8.1~b0-1
ii  python3-wxgtk4.04.0.7+dfsg-15+b1

Versions of packages displaycal recommends:
ii  colord1.4.6-1
ii  gir1.2-colordgtk-1.0  0.3.0-3

displaycal suggests no packages.

-- no debconf information
~/ displaycal
Acquired lock file: 
displaycal 0.0.0 1970-01-01T00:00:00Z
debian unstable sid x86_64
Python 3.10.6 (main, Aug 10 2022, 11:19:32) [GCC 12.1.0]
Faulthandler 
wxPython 4.0.7 gtk3 (phoenix) wxWidgets 3.0.5
Encoding: utf-8
File system encoding: utf-8
Existing client using port 15411
Connecting to 15411...
Connection to 127.0.0.1:15411 failed: [Errno 111] Connection refused
listening
writing to lock file: port: 42283
Démarrage…

(displaycal:95059): Gtk-WARNING **: 18:42:00.679: Theme file for breeze_cursors 
has no directories
SDL2: libSDL2-2.0.so.0
SDL: libSDL-1.2.so.0
Module audio : pyglet 1.5.26
NoneType: None
┌──┐
│ Traceback (most recent call last):   │
│   File "/usr/lib/python3/dist-packages/wx/core.py", line 2251, in Notify │
│ self.notify()│
│   File "/usr/lib/python3/dist-packages/wx/core.py", line 3407, in Notify │
│ self.result = self.callable(*self.args, **self.kwargs)   │
│   File "/usr/lib/python3/dist-packages/DisplayCAL/display_cal.py", line  │
│ 19394, in startup│
│ wx.CallLater(1, self.startup)│
│   File "/usr/lib/python3/dist-packages/wx/core.py", line 3326, in __init__   │
│ self.Start() │
│   File "/usr/lib/python3/dist-packages/wx/core.py", line 3347, in Start  │
│ self.timer.Start(self.millis, wx.TIMER_ONE_SHOT) │
│ wx._core.wxAssertionError: C++ assertion "wxThread::IsMain()" failed at  │
│ ../src/common/timerimpl.cpp(59) in Start(): timer can only be started from   │
│ the main thread  │
└──┘


Bug#952731: xkb-data: Italian keyboard layout not working in some apps

2020-02-29 Thread Jean-Luc Coulon (f5ibh)
Le 28/02/2020 à 20:50, Timo Aaltonen a écrit :
> 
> I'm pretty sure the reason for the failure is that our xkbcomp is too
> old, the newer versions ignore errors caused by having keycodes above
> 255.. and launching Xwayland in weston clearly shows a bunch of errors
> from xkbcomp. Our version (1.4.0) is almost 2y old and this was fixed
> upstream in 1.4.1 in June 2018.
> 
> So I'll update x11-xkb-utils, thanks for the patience..
>
I've updated x11-xkb-utils and xkb-data (to 2.29-2) together with other
related packages with the update of debien sid today.

This fixes the problem [for me].

Thanks and regards

Jean-Luc



Bug#952731: xkb-data: Italian keyboard layout not working in some apps

2020-02-28 Thread Jean-Luc Coulon (f5ibh)



Le 28/02/2020 à 15:55, Gunnar Hjalmarsson a écrit :
> On 2020-02-28 15:20, Michael Meskes wrote:
>> Anyway, it seems all layouts are not working, for me it's "de". A
>> manual "setxkbmap de" does fix the issue, though.
> 
> That makes me suspect that there is some issue in some GNOME package on
> Debian, which is not present on Ubuntu for some reason.
> 
> @Jean-Luc: Can you please run:
> 
> setxkbmap fr -variant oss
>
> and let us know if that workaround makes a difference for you too.
>

This is overwritten by gnome.

If I enter the connand it works for the session. If I reboot, I've the
keyboard is back to us.

I already tried that before reporting the bug.

--- From an other message 
>
> I see from the gsettings command output that you have two layouts
> enabled, and both those layouts work as expected for me.
>
> Can you please switch to "French (legacy, alt.)" and then back to >
"French (alt.)" and let us know if it makes a difference. Can you also
>check if the "French (legacy, alt.)" layout works as expected.

Nope, it is the same.

J-L



Bug#952731: xkb-data: Italian keyboard layout not working in some apps

2020-02-28 Thread Jean-Luc Coulon (f5ibh)
Hi

Le 28/02/2020 à 13:29, Gunnar Hjalmarsson a écrit :
> I tested on Ubuntu, which has the very same version of xkb-data
> (2.29-1), and both the Italian - it and French (alt.) - fr+oss layouts
> seem to work for me.
> 
> $ gsettings get org.gnome.desktop.input-sources sources
> [('xkb', 'se'), ('xkb', 'us'), ('xkb', 'it'), ('xkb', 'fr+oss')]

> @Domenico and @Jean-Luc: It would be good if you could clarify exactly
> which keyboard layouts were problematic for you, and in which way(s).
Well, maybe it is difficult to explain as everything is… in French ;)
but please see the attached screenshot of what I get from the gnome
preferences.

If I use 2.26, I get the attached layout [Français(variante)] from the
preferences AND it works as exected.

I suppose "Français(variante)" is "French(alt.)"

If I use 2.29, I get the same layout from the preferences but the actual
keybord is a us (at least qwerty) layout.

If I switch from 2.26/2.29 (and restart the window manager), I
repeatedly get the same behaviour (correct with 2.26 et wrong with 2.29).

> Good if you too run the above command and show us the output.
I get the following, with both the version of xkb-data.[('xkb',
'fr+oss'), ('xkb', 'fr+latin9')]
> 
> Btw, @Domenico: Is the "Use the same source for all windows" option
> enabled in Settings?
Yes and BTW, I did nothing but a reboot after upgrading xkb-data.








Bug#952731: xkb-data: Same for fr layout, reverting to 2.26-2 fixes the problem

2020-02-28 Thread Jean-Luc Coulon (f5ibh)
Package: xkb-data
Followup-For: Bug #952731


Hi,

fr [fr (variant) under gnome] stops also to work after upgrading xkb-data.
Reverting to 2.26-2 fixes the problem.

Regards

Jean-Luc

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

Kernel: Linux 5.6.0-rc3-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information



Bug#949017: discus: invalid syntax while size > (0.9999999999 * pow(10L, 3))

2020-01-15 Thread Jean-Luc Coulon (f5ibh)
Package: discus
Version: 0.2.9-11
Severity: grave
Justification: renders package unusable

Hi,

I get the following:

~/ discus
  File "/usr/bin/discus", line 121
while size > (0.99 * pow(10L, 3)):
   ^
SyntaxError: invalid syntax

Regards

Jean-Luc


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

Kernel: Linux 5.5.0-rc6-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages discus depends on:
ii  python  2.7.17-2

discus recommends no packages.

discus suggests no packages.

-- no debconf information



Bug#945604: linux-source-5.4: Failed to build linux-source-5.4 in efi_set_secure_boot

2019-11-27 Thread Jean-Luc Coulon (f5ibh)
Package: linux-source-5.4
Version: 5.4-1~exp1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I failed to build 5.4 with the following message:
 DESCEND  objtool
  CALLscripts/atomic/check-atomics.sh
  CALLscripts/checksyscalls.sh
  CHK include/generated/compile.h
  CHK kernel/kheaders_data.tar.xz
  GEN .version
  CHK include/generated/compile.h
  UPD include/generated/compile.h
  CC  init/version.o
  AR  init/built-in.a
  LD  vmlinux.o
  MODPOST vmlinux.o
  MODINFO modules.builtin.modinfo
  LD  .tmp_vmlinux1
ld: drivers/firmware/efi/secureboot.o: in function `efi_set_secure_boot':
/usr/src/linux/drivers/firmware/efi/secureboot.c:32: undefined reference to 
`lock_kernel_down'
make: *** [Makefile:1065: vmlinux] Error 1

I use make-kpkg to (try to) build the package.

The genuine package from kernel.org built fine.

Please find attached my .config

Regards

Jean-Luc


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

Kernel: Linux 5.4.0-i7-0.1 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-source-5.4 depends on:
ii  binutils  2.33.1-4
ii  xz-utils  5.2.4-1+b1

Versions of packages linux-source-5.4 recommends:
ii  bc1.07.1-2+b2
ii  bison 2:3.4.2+dfsg-1
ii  flex  2.6.4-6.2
ii  gcc   4:9.2.1-3.1
ii  libc6-dev [libc-dev]  2.29-3
ii  linux-config-5.4  5.4-1~exp1
ii  make  4.2.1-1.2

Versions of packages linux-source-5.4 suggests:
ii  libncurses-dev [ncurses-dev]  6.1+20191019-1
ii  libqt4-dev4:4.8.7+dfsg-19
ii  pkg-config0.29-6

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCXd7X4gAKCRBR0YZfPMac
0JNkAJ9L+UY2XktGf8QiSofB/42inzQdDwCgqZwkjl+OQMh2z8H2adU5h7MErvc=
=1aDu
-END PGP SIGNATURE-
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.4.0 Kernel Configuration
#

#
# Compiler: gcc (Debian 9.2.1-20) 9.2.1 20191126
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90201
CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_HEADER_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
CONFIG_KERNEL_XZ=y
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_USELIB=y
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
# end of IRQ subsystem

CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_ARCH_CLOCKSOURCE_INIT=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y
# end of Timers subsystem

# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
# CONFIG_TASK_XACCT is not set
# CONFIG_PSI is not set
# end of CPU/Task time and stats accounting

CONFIG_CPU_ISOLATION=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TREE_SRCU=y

Bug#916698: deborphan: updated French po translation

2018-12-17 Thread Jean-Luc Coulon (f5ibh)
Package: deborphan
Version: 1.7.30
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please find attached the updated po French translation proofreaded by the 
member of the debian l10n French list members.

Regards

Jean-Luc

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

Kernel: Linux 4.20.0-rc6-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages deborphan depends on:
ii  libc6  2.28-3

Versions of packages deborphan recommends:
ii  apt   1.8.0~alpha2
ii  dialog1.3-20181022-1
ii  gettext-base  0.19.8.1-9

deborphan suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCXBe9wAAKCRBR0YZfPMac
0LyeAJ0d2qGzL7cEDX4ivnpa7MBvT0AUBACeOQsGvUa67Gadi+hb9y/YxEI2iNQ=
=54mC
-END PGP SIGNATURE-
# French translation of deborphan.
# Copyright (C) 2004 THE deborphan'S COPYRIGHT HOLDER
# This file is distributed under the same license as the deborphan package.
#
#
# Jean-Luc Coulon (f5ibh) , 2004, 2018.
msgid ""
msgstr ""
"Project-Id-Version: deborphan 1.7.28\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-25 17:33+\n"
"PO-Revision-Date: 2018-12-14 12:21+0100\n"
"Last-Translator: Jean-Luc Coulon \n"
"Language-Team: French \n"
"Language: fr\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: Lokalize 2.0\n"

#: src/exit.c:52
#, c-format
msgid ""
"\n"
"The following options are available:\n"
msgstr ""
"\n"
"Liste des options disponibles :\n"

#: src/exit.c:55
#, c-format
msgid "-hThis help.\n"
msgstr "-h  Ce texte d'aide.\n"

#: src/exit.c:58
#, c-format
msgid "-f FILE   Use FILE as statusfile.\n"
msgstr "-f FICHIER  Utiliser FICHIER comme fichier d'état.\n"

#: src/exit.c:61
#, c-format
msgid "-vVersion information.\n"
msgstr "-v  Afficher la version du programme.\n"

#: src/exit.c:65
#, c-format
msgid "-dShow dependencies for packages that have them.\n"
msgstr "-d  Afficher les dépendances des paquets.\n"

#: src/exit.c:68
#, c-format
msgid "-PShow priority of packages found.\n"
msgstr ""
"-P  Afficher la priorité des paquets qui ont été\n"
"  trouvés.\n"

#: src/exit.c:71
#, c-format
msgid "-sShow the sections the packages are in.\n"
msgstr "-s  Afficher la section des paquets.\n"

#: src/exit.c:73
#, c-format
msgid "--no-show-section   Do not show sections.\n"
msgstr "--no-show-section Ne pas afficher les sections.\n"

#: src/exit.c:76
#, c-format
msgid "-zShow installed size of packages found.\n"
msgstr ""
"-z  Afficher la taille des paquets qui ont été\n"
"  trouvés.\n"

#: src/exit.c:80
#, c-format
msgid "-aCompare all packages, not just libs.\n"
msgstr ""
"-a  Comparer tous les paquets et pas seulement\n"
"  les bibliothèques.\n"

#: src/exit.c:83
#, c-format
msgid "-e LIST   Work as if packages in LIST were not installed.\n"
msgstr ""
"-e LISTEFonctionnement comme si les paquets dans la LISTE\n"
"  n'étaient pas installés.\n"

#: src/exit.c:86
#, c-format
msgid "-HIgnore hold flags.\n"
msgstr ""
"-H  Ignorer les indicateurs de maintien dans la version\n"
"  actuelle (« hold »).\n"

#: src/exit.c:89
#, c-format
msgid "Disable checks for `recommends'.\n"
msgstr "  Supprimer les vérifications pour « recommande ».\n"

#: src/exit.c:91
#, c-format
msgid "Disable checks for `suggests'.\n"
msgstr "  Supprimer les vérifications pour « suggère ».\n"

#: src/exit.c:94
#, c-format
msgid "-nDisable checks for `recommends' and `suggests'.\n"
msgstr ""
"-n  Supprimer les vérifications pour « recommande » et\n"
"  « suggère ».\n"

#: src/exit.c:97
#, c-format
msgid &

Bug#914085: soundscaperenderer: failed to cofigure cleanly

2018-11-19 Thread Jean-Luc Coulon (f5ibh)
Package: soundscaperenderer
Version: 0.5.0~dfsg-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

While upgrading from 0.4.2~dfsg-7 to 0.5.0~dfsg-1, I get the following error:


Setting up soundscaperenderer (0.5.0~dfsg-1) ...
update-alternatives: error: alternative path /usr/bin/ssr-nfc-hoa.qt doesn't 
exist
dpkg: error processing package soundscaperenderer (--configure):
 installed soundscaperenderer package post-installation script subprocess 
returned error exit status 2
Errors were encountered while processing:
 soundscaperenderer
 
Regards

Jean-Luc

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

Kernel: Linux 4.20.0-rc2-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages soundscaperenderer depends on:
ii  jackd 5
ii  libc6 2.27-8
ii  libecasoundc1v5   2.9.1-7+b3
ii  libfftw3-single3  3.3.8-2
ii  libgcc1   1:8.2.0-9
ii  libgl11.1.0-1
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  libjack-jackd2-0 [libjack-0.125]  1.9.12~dfsg-2
ii  libqt5core5a  5.11.2+dfsg-7
ii  libqt5gui55.11.2+dfsg-7
ii  libqt5opengl5 5.11.2+dfsg-7
ii  libqt5widgets55.11.2+dfsg-7
ii  libsndfile1   1.0.28-4
ii  libstdc++68.2.0-9
ii  libxml2   2.9.8+dfsg-1
ii  soundscaperenderer-common 0.5.0~dfsg-1

Versions of packages soundscaperenderer recommends:
ii  ecasound  2.9.1-7+b3

soundscaperenderer suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCW/JubgAKCRBR0YZfPMac
0JwNAKCVnrR7Ou1ZWaauTYe8onanljN+UACfX7e/Mk5gbNbcvWVg2IrCC2WgMgE=
=V9iH
-END PGP SIGNATURE-



Bug#909177: snapper-gui should depend on snapper otherwise it crashes at start

2018-09-19 Thread Jean-Luc Coulon (f5ibh)
Package: snapper-gui
Version: 0git.960a94834f-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

snapper-gui doesnt work if snapper has not be previously installed.


I get:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 175, in 
activate_name_owner
return self.get_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 361, in get_name_owner
's', (bus_name,), **keywords)
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could 
not get owner of name 'org.opensuse.Snapper': no such name

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/snapper-gui", line 11, in 
load_entry_point('snappergui==0.1', 'gui_scripts', 'snapper-gui')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 484, in 
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2707, 
in load_entry_point
return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2325, 
in load
return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2331, 
in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3/dist-packages/snappergui/__init__.py", line 9, in 

'/org/opensuse/Snapper'),
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 241, in get_object
follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 248, in __init__
self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 180, in 
activate_name_owner
self.start_service_by_name(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 278, in 
start_service_by_name
'su', (bus_name, flags)))
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name org.opensuse.Snapper was not provided by any .service files



Regards

Jean-Luc

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

Kernel: Linux 4.19.0-rc4-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages snapper-gui depends on:
ii  gir1.2-gtksource-3.0  3.24.9-1
ii  python3   3.6.6-1

snapper-gui recommends no packages.

snapper-gui suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCW6IShwAKCRBR0YZfPMac
0I9RAKCL3Q19iSDNdj6cMUR3oKVNV8YVGgCdGb9Ji+puC7wx/1nR5eMn87OOtD4=
=rjRm
-END PGP SIGNATURE-



Bug#902596: firefox: Since upgrade from 60.0.2 to 61.0, there is no mean to have spell checking

2018-06-28 Thread Jean-Luc Coulon (f5ibh)
Package: firefox
Version: 61.0-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Sice the upgrade from 60.0.2 to 61.0, spell checking inside firefox doesnt work.
All the words are underlined in red.

I tried various dictionnaries (add-ons) without any success.

Reverting to 60.0.2 gives the expected behaviour.

Regards

Jean-Luc


- -- Package-specific info:

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

Kernel: Linux 4.18.0-rc2-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages firefox depends on:
ii  debianutils   4.8.6
ii  fontconfig2.13.0-5
ii  libatk1.0-0   2.28.1-1
ii  libc6 2.27-3
ii  libcairo-gobject2 1.15.10-3
ii  libcairo2 1.15.10-3
ii  libdbus-1-3   1.12.8-3
ii  libdbus-glib-1-2  0.110-2
ii  libevent-2.1-62.1.8-stable-4
ii  libffi6   3.2.1-8
ii  libfontconfig12.13.0-5
ii  libfreetype6  2.8.1-2
ii  libgcc1   1:8.1.0-9
ii  libgdk-pixbuf2.0-02.36.11-2
ii  libglib2.0-0  2.56.1-2
ii  libgtk-3-03.22.30-2
ii  libhunspell-1.6-0 1.6.2-1+b1
ii  libjsoncpp1   1.7.4-3
ii  libnspr4  2:4.19-3
ii  libnss3   2:3.38-1
ii  libpango-1.0-01.42.1-1
ii  libsqlite3-0  3.24.0-1
ii  libstartup-notification0  0.12-5
ii  libstdc++68.1.0-9
ii  libvpx5   1.7.0-3
ii  libx11-6  2:1.6.5-1
ii  libx11-xcb1   2:1.6.5-1
ii  libxcb-shm0   1.13-1
ii  libxcb1   1.13-1
ii  libxcomposite11:0.4.4-2
ii  libxdamage1   1:1.1.4-3
ii  libxext6  2:1.3.3-1+b2
ii  libxfixes31:5.0.3-1
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1
ii  procps2:3.3.15-2
ii  zlib1g1:1.2.11.dfsg-1

firefox recommends no packages.

Versions of packages firefox suggests:
ii  fonts-lmodern  2.004.5-3
ii  fonts-stix [otf-stix]  1.1.1-4
ii  libcanberra0   0.30-6
ii  libgssapi-krb5-2   1.16-2
ii  libgtk2.0-02.24.32-2

- -- no debconf information

-BEGIN PGP SIGNATURE-

iFwEARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWzSf+gAKCRBR0YZfPMac
0AmuAJ4zoODqcqb2EGS4KXgX4h0PGe1qWACY8bD+R696Kwuf3UiDUMdm/CYlww==
=LVIn
-END PGP SIGNATURE-



Bug#902595: firefox-l10n-fr: Package firefox-l10n-fr has no effect

2018-06-28 Thread Jean-Luc Coulon (f5ibh)
Package: firefox-l10n-fr
Version: 61.0-1
Severity: normal
Tags: l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

(this applies also to some previous versions)

After installation of the l10n-fr package, the ui is still in english (I've 
restarted firefox).
But if I use the xpi file from mozilla and install it as an add-on, then the ui 
is localized.

Regards

Jean-Luc

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

Kernel: Linux 4.18.0-rc2-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages firefox-l10n-fr depends on:
ii  firefox  61.0-1

Versions of packages firefox-l10n-fr recommends:
pn  myspell-fr | myspell-fr-gut  

firefox-l10n-fr suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWzSerAAKCRBR0YZfPMac
0Md8AJ9AKvhfU4OqmAELRVwVTLrvvS8F0wCgrLdG93TU26LmKa5U+mRnuP5Wy90=
=pfYc
-END PGP SIGNATURE-



Bug#902266: dictd: Refuse to restart after upgrade to 1.12.1+dfsg-5

2018-06-24 Thread Jean-Luc Coulon (f5ibh)
Package: dictd
Version: 1.12.1+dfsg-5
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

(Maybe it is related to #835257)

While upgrading, I get the following:

Setting up dictd (1.12.1+dfsg-5) ...
insserv: warning: current stop runlevel(s) (1) of script `dictd' overrides LSB 
defaults (0 1 6).
Job for dictd.service failed because the control process exited with error code.
See "systemctl status dictd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript dictd, action "restart" failed.
* dictd.service - LSB: Start and stop dictionary server daemon
   Loaded: loaded (/etc/init.d/dictd; generated)
   Active: failed (Result: exit-code) since Sun 2018-06-24 08:45:17 CEST; 3ms 
ago
 Docs: man:systemd-sysv-generator(8)
  Process: 14317 ExecStart=/etc/init.d/dictd start (code=exited, 
status=1/FAILURE)

Jun 24 08:45:17 tangerine systemd[1]: Starting LSB: Start and stop dictionary 
server daemon...
Jun 24 08:45:17 tangerine dictd[14317]: Starting dictionary server: dictd 
failed!
Jun 24 08:45:17 tangerine systemd[1]: dictd.service: Control process exited, 
code=exited status=1
Jun 24 08:45:17 tangerine systemd[1]: dictd.service: Failed with result 
'exit-code'.
Jun 24 08:45:17 tangerine systemd[1]: Failed to start LSB: Start and stop 
dictionary server daemon.
dpkg: error processing package dictd (--configure):
 installed dictd package post-installation script subprocess returned error 
exit status 1
Errors were encountered while processing:
 dictd


Output of "systemctl status dictd.service":

● dictd.service - LSB: Start and stop dictionary server daemon
   Loaded: loaded (/etc/init.d/dictd; generated)
   Active: failed (Result: exit-code) since Sun 2018-06-24 08:45:17 CEST; 55s ag
 Docs: man:systemd-sysv-generator(8)
  Process: 14317 ExecStart=/etc/init.d/dictd start (code=exited, status=1/FAILUR

juin 24 08:45:17 tangerine systemd[1]: Starting LSB: Start and stop dictionary s
juin 24 08:45:17 tangerine dictd[14317]: Starting dictionary server: dictd faile
juin 24 08:45:17 tangerine systemd[1]: dictd.service: Control process exited, co
juin 24 08:45:17 tangerine systemd[1]: dictd.service: Failed with result 'exit-c
juin 24 08:45:17 tangerine systemd[1]: Failed to start LSB: Start and stop dicti
lines 1-11/11 (END)

Output of  "journalctl -xe":
- -- L'unité (unit) dictd.service a commencé à démarrer.
juin 24 08:45:17 tangerine dictd[14317]: Starting dictionary server: dictd 
failed!
juin 24 08:45:17 tangerine systemd[1]: dictd.service: Control process exited, 
code=exited status=1
juin 24 08:45:17 tangerine systemd[1]: dictd.service: Failed with result 
'exit-code'.
juin 24 08:45:17 tangerine systemd[1]: Failed to start LSB: Start and stop 
dictionary server daemon.
- -- Subject: L'unité (unit) dictd.service a échoué
- -- Defined-By: systemd
- -- Support: https://www.debian.org/support
- -- 
- -- L'unité (unit) dictd.service a échoué, avec le résultat RESULT.

Regards

Jean-Luc

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

Kernel: Linux 4.18.0-rc1-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dictd depends on:
ii  adduser3.117
ii  debconf [debconf-2.0]  1.5.67
ii  dictzip1.12.1+dfsg-5
ii  libc6  2.27-3
ii  libmaa41.4.2-1
ii  lsb-base   9.20170808
ii  netbase5.4
ii  ucf3.0038
ii  update-inetd   4.45
ii  zlib1g 1:1.2.11.dfsg-1

Versions of packages dictd recommends:
ii  gnome-dictionary [dict-client]  3.26.1-4
ii  xfce4-dict [dict-client]0.8.0-1

Versions of packages dictd suggests:
pn  dict-foldoc   
ii  dict-freedict-eng-fra [dictd-dictionary]  2016.12.12-1
pn  dict-jargon   
pn  dict-wn   

- -- debconf information:
  dictd/run_mode: daemon

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWy9AgwAKCRBR0YZfPMac
0BOcAJ4lbc9XBqsInEVis9xoe3v5lSPMEwCePPj44CxCkZADL5SxdOCH+9yE70c=
=M+tU
-END PGP SIGNATURE-


Bug#897169: gimp: gegl version mismatch in gimp.pc.in leading to problems with gimptool

2018-04-29 Thread Jean-Luc Coulon (f5ibh)
Package: gimp
Version: 2.10.0-2
Severity: normal
Tags: upstream

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

gimp.pc.in has still geg-0.3 harcoded in it while gimp depends on gegl-0.4
So this can lead to problems with gimptool which complains about missing lib.

For instance, the error message from bulding gmic:
g++ -o gmic_gimp_gtk gmic_gimp_gtk.cpp gmic_gimp_gtk.o `gimptool-2.0 --cflags` 
`gimptool-2.0 --libs` -I. -I/usr/include/libavcodec/ 
-I/usr/include/libavformat/ -I/usr/include/libswscale/ -Dgmic_build 
-Dcimg_use_zlib  -Dgmic_prerelease=\"180429\"  -std=c++11 -pedantic -Wall 
-Wextra -Wfatal-errors -Dcimg_use_vt100 -Dcimg_use_abort -Dgmic_is_parallel 
-Dcimg_use_fftw3  -Dcimg_use_curl -I/usr/include/x86_64-linux-gnu 
-Dcimg_use_png -I/usr/include/libpng16 -Dcimg_use_rng -DGIMP_DISABLE_DEPRECATED 
-fopenmp -Dcimg_use_openmp -Dcimg_display=1   -Ofast -mtune=generic  -lz  
-L/usr/lib -lm -lpthread -lfftw3 -lfftw3_threads -lcurl -lpng16 -lz -lgomp 
-lX11 -lpthread 
Package gegl-0.3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gegl-0.3.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gegl-0.3', required by 'gimp-2.0', not found



This has been addressed in the developement version of gimp:
commit f6a8d93190e2e6295ed1c1a7c34b770989d6
Author: Jehan 
Date:   Sat Apr 28 01:30:19 2018 +0200

configure, gimp.pc: do no hardcode the major.minor version of GEGL.

commit 7e19906827d301eb70275dba089849a632a0eabe
Author: Jehan 
Date:   Sat Apr 28 00:27:31 2018 +0200

gimp.pc: Fix reference to gegl-0.3.

I think this can be backported.

Regards

Jean-Luc

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

Kernel: Linux 4.17.0-rc2-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gimp depends on:
ii  gimp-data2.10.0-2
ii  libaa1   1.4p5-44+b1
ii  libbabl-0.1-00.1.47-1.4
ii  libbz2-1.0   1.0.6-8.1
ii  libc62.27-3
ii  libcairo21.15.10-3
ii  libfontconfig1   2.13.0-4
ii  libfreetype6 2.8.1-2
ii  libgcc1  1:8-20180425-1
ii  libgdk-pixbuf2.0-0   2.36.11-2
ii  libgegl-0.4-00.4.0-1.6
ii  libgexiv2-2  0.10.8-1
ii  libgimp2.0   2.10.0-2
ii  libglib2.0-0 2.56.1-2
ii  libgs9   9.22~dfsg-2.1
ii  libgtk2.0-0  2.24.32-1
ii  libgudev-1.0-0   232-2
ii  libharfbuzz0b1.7.6-1
ii  libilmbase23 2.2.1-2
ii  libjpeg62-turbo  1:1.5.2-2+b1
ii  liblcms2-2   2.9-1
ii  liblzma5 5.2.2-1.3
ii  libmng1  1.0.10+dfsg-3.1+b5
ii  libmypaint-1.3-0 1.3.0-2
ii  libopenexr23 2.2.1-4
ii  libopenjp2-7 2.3.0-1
ii  libpango-1.0-0   1.42.1-1
ii  libpangocairo-1.0-0  1.42.1-1
ii  libpangoft2-1.0-01.42.1-1
ii  libpng16-16  1.6.34-1
ii  libpoppler-glib8 0.63.0-2
ii  librsvg2-2   2.40.20-2
ii  libstdc++6   8-20180425-1
ii  libtiff5 4.0.9-5
ii  libwebp6 0.6.1-2
ii  libwebpdemux20.6.1-2
ii  libwebpmux3  0.6.1-2
ii  libwmf0.2-7  0.2.8.4-12
ii  libx11-6 2:1.6.5-1
ii  libxcursor1  1:1.1.15-1
ii  libxext6 2:1.3.3-1+b2
ii  libxfixes3   1:5.0.3-1
ii  libxmu6  2:1.1.2-2
ii  libxpm4  1:3.5.12-1
ii  xdg-utils1.1.2-2
ii  zlib1g   1:1.2.11.dfsg-1

Versions of packages gimp recommends:
ii  ghostscript  9.22~dfsg-2.1

Versions of packages gimp suggests:
pn  gimp-data-extras  
pn  gimp-help-en | gimp-help  
pn  gimp-python   
ii  gvfs-backends 1.36.1-1
ii  libasound21.1.3-5

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWuW5rgAKCRBR0YZfPMac
0DeqAKCjdEcpLcDpXxiH9TY6/HO28VRtmwCZASkqLvz14NJm0FQLM5REPMqZOJ4=
=639p
-END PGP SIGNATURE-



Bug#895223: debhelper: Many packages using cmake failed to build from source since upgrade to 11.2

2018-04-08 Thread Jean-Luc Coulon (f5ibh)
Package: debhelper
Version: 11.1.6
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've upgraded debhelper from 11.1-6 to 11.2.
Since then, many packages dont build from source.
I've attached the build log of rawtherapee as an example.
The same applies to hugin, lensfun,...

Regards

Jean-Luc


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

Kernel: Linux 4.16.0-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages debhelper depends on:
ii  autotools-dev20180224.1
ii  dh-autoreconf17
ii  dh-strip-nondeterminism  0.040-1
ii  dpkg 1.19.0.5
ii  dpkg-dev 1.19.0.5
ii  file 1:5.32-2
ii  libdpkg-perl 1.19.0.5
ii  man-db   2.8.3-2
ii  perl 5.26.1-5
ii  po-debconf   1.0.20

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make  2.201701
pn  dwz  

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWsoawwAKCRBR0YZfPMac
0NoAAJ9xyprUpEsFpgw+wGUG/bMhpWlKFwCeLEZp7hF4DDjjx6QKUCedR6KvhUc=
=cwdH
-END PGP SIGNATURE-
 dpkg-buildpackage -rfakeroot -us -uc -ui
dpkg-buildpackage: info: paquet source rawtherapee
dpkg-buildpackage: info: version source 5.4-1
dpkg-buildpackage: info: distribution source unstable
dpkg-buildpackage: info: source changé par Philip Rinn 
 dpkg-source --before-build rawtherapee-5.4
dpkg-buildpackage: info: architecture hôte amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 dpkg-source -b rawtherapee-5.4
dpkg-source: info: utilisation du format source « 3.0 (quilt) »
dpkg-source: info: construction de rawtherapee en utilisant le 
./rawtherapee_5.4.orig.tar.xz existant
dpkg-source: info: construction de rawtherapee dans 
rawtherapee_5.4-1.debian.tar.xz
dpkg-source: info: construction de rawtherapee dans rawtherapee_5.4-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1] : on entre dans le répertoire « 
/usr/local/src/rawtherapee/orig/rawtherapee-5.4 »
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release 
-DCREDITSDIR=/usr/share/doc/rawtherapee -DLICENCEDIR=/usr/share/doc/rawtherapee 
-DPROC_FORCED_LABEL=generic -DCACHE_NAME_SUFFIX=""
cd obj-x86_64-linux-gnu && cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
"-GUnix Makefiles" -DCMAKE_BUILD_TYPE=Release 
-DCREDITSDIR=/usr/share/doc/rawtherapee -DLICENCEDIR=/usr/share/doc/rawtherapee 
-DPROC_FORCED_LABEL=generic -DCACHE_NAME_SUFFIX=
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMAKE_BUILD_TYPE: Release
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29") 
-- Checking for module 'gtk+-3.0>=3.16'
--   Found gtk+-3.0, version 3.22.29
-- Checking for module 'gtkmm-3.0>=3.16'
--   Found gtkmm-3.0, version 3.22.2
-- Checking for module 'glib-2.0>=2.44'
--   Found glib-2.0, version 2.56.0
-- Checking for module 'glibmm-2.4>=2.44'
--   Found glibmm-2.4, version 2.56.0
-- Checking for module 'cairomm-1.0'
--   Found cairomm-1.0, version 1.12.2
-- Checking for module 'gio-2.0>=2.44'
--   Found gio-2.0, version 2.56.0
-- Checking for module 'giomm-2.4>=2.44'
--   Found giomm-2.4, version 2.56.0
-- Checking for module 'gthread-2.0>=2.44'
--   Found gthread-2.0, version 2.56.0
-- Checking for module 'gobject-2.0>=2.44'
--   Found gobject-2.0, version 2.56.0
-- Checking for module 'sigc++-2.0>=2.3.1'
--   Found sigc++-2.0, version 2.10.0
-- Checking for module 'lensfun>=0.2'
--   Found lensfun, version 0.3.2.0
-- Checking for module 'lcms2>=2.6'
--   Found lcms2, version 2.9
-- Checking for module 'expat>=2.1'
--   Found expat, version 2.2.5
-- Checking for module 'fftw3f'
--   Found fftw3f, version 3.3.7
-- Checking for module 

Bug#892849: cura: Exception while launching cura

2018-03-13 Thread Jean-Luc Coulon (f5ibh)
Package: cura
Version: 3.1.0-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

While laaunching cura, I get the following:
Error in sys.excepthook:
Traceback (most recent call last):
  File "", line 983, in _find_and_load
  File "", line 967, in _find_and_load_unlocked
  File "", line 677, in _load_unlocked
  File "", line 678, in exec_module
  File "", line 219, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/cura/CrashHandler.py", line 20, in 

from UM.Application import Application
  File "/usr/lib/python3/dist-packages/UM/Application.py", line 15, in 
from UM.Settings.ContainerRegistry import ContainerRegistry
  File "/usr/lib/python3/dist-packages/UM/Settings/ContainerRegistry.py", line 
36, in 
import UM.Qt.QtApplication
  File "/usr/lib/python3/dist-packages/UM/Qt/QtApplication.py", line 15, in 

from UM.FileHandler.ReadFileJob import ReadFileJob
  File "/usr/lib/python3/dist-packages/UM/FileHandler/ReadFileJob.py", line 5, 
in 
from UM.Application import Application
ImportError: cannot import name 'Application'

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/cura", line 54, in 
import Arcus #@UnusedImport
RuntimeError: the sip module implements API v12.0 to v12.2 but the Arcus module 
requires API v12.3


Regards

Jean-Luc


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

Kernel: Linux 4.16.0-rc5-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cura depends on:
ii  cura-engine 1:3.1.0-2
ii  fonts-open-sans 1.11-1
ii  python3 3.6.4-1
ii  python3-pyqt5   5.9.2+dfsg-1
ii  python3-pyqt5.qtopengl  5.9.2+dfsg-1
ii  python3-savitar 3.1.0-1
ii  python3-serial  3.4-1
ii  python3-uranium 3.1.0-1
ii  qml-module-qt-labs-folderlistmodel  5.9.2-3
ii  qml-module-qt-labs-settings 5.9.2-3
ii  qml-module-qtqml-models25.9.2-3
ii  qml-module-qtquick-controls 5.9.2-2
ii  qml-module-qtquick-dialogs  5.9.2-2
ii  uranium-plugins 3.1.0-1

Versions of packages cura recommends:
ii  fdm-materials 3.1.0-1
ii  python3-zeroconf  0.19.1-1

cura suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWqgdMQAKCRBR0YZfPMac
0E/FAJ41rnMVzefh1QCGodicZkcNUbPH5gCffL6QLGqTuOgyQOGxU/9uo1Gj/P4=
=nEEw
-END PGP SIGNATURE-



Bug#891082: xvkbd: Regression in using some definition for mouse "back" and "forward" buttons

2018-02-22 Thread Jean-Luc Coulon (f5ibh)
Package: xvkbd
Version: 3.3-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've a Logitech M560 Mouse.
It has 2 extra buttons on the side.

I used to use them for back and forward in the browser.

To affect these keys, I've the follwing in my .xbindkeysrc confiuration file:

"/usr/bin/xvkbd -xsendevent -text "\[Alt_L]\[Left]""
  m:0x0 + b:11
"/usr/bin/xvkbd -xsendevent -text "\[Alt_L]\[Right]""
  m:0x0 + b:10

this works as expected with version 3.2 for years.

After the recent upgrade to 3.8, this stops working.

Regards

Jean-Luc

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

Kernel: Linux 4.16.0-rc2-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xvkbd depends on:
ii  libc6 2.26-6
ii  libice6   2:1.0.9-2
ii  libsm62:1.2.2-1+b3
ii  libx11-6  2:1.6.4-3
ii  libxext6  2:1.3.3-1+b2
ii  libxmu6   2:1.1.2-2
ii  libxpm4   1:3.5.12-1
ii  libxt61:1.1.5-1
ii  libxtst6  2:1.2.3-1
ii  xaw3dg1.5+E-18.3

Versions of packages xvkbd recommends:
ii  wamerican [wordlist]  2017.08.24-1
ii  wfrench [wordlist]1.2.3-11

xvkbd suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWo6LiQAKCRBR0YZfPMac
0OnZAKCqyR4y8LSXi70JZokZIL7FInZMUgCfW+QCwxIciZwQi33cHZD4GezzVxw=
=h+dK
-END PGP SIGNATURE-



Bug#884372: openshot-qt hangs at start: No module named 'PyQt5.QtWebKitWidgets'

2017-12-14 Thread Jean-Luc Coulon (f5ibh)
Package: openshot-qt
Version: 2.4.0-1
Severity: important
Tags: upstream

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

When I start openshot-qt, I get the log you can see below. Then the application 
stays in this state, nothing else happening.

I've tested with upstream package, I get the same problem.
If I use the upstream AppImage package, it works.

I've seen on upstream discussions the same kind of problem reported, and the 
answer is "use the AppImage".

You will see in the log it complains about missing PyQt5.QtWebKitWidgets module.
But the module is on the system from python-pyqt5 package.

ls /usr/lib/python2.7/dist-packages/PyQt5 | grep WebKitWidgets
QtWebKitWidgets.x86_64-linux-gnu_d.so
QtWebKitWidgets.x86_64-linux-gnu.so

and the related py/pyc files are there also:
ls /usr/lib/python2.7/dist-packages/PyQt5/uic/widget-plugins | grep -i webkit
qtwebkit.py
qtwebkit.pyc

Regards

Jean-Luc


openshot-qt
Loaded modules from installed directory: 
/usr/lib/python3/dist-packages/openshot_qt
  launch:INFO 
  launch:INFOOpenShot (version 2.4.0)
  launch:INFO 
 app:INFO openshot-qt version: 2.4.0
 app:INFO libopenshot version: 0.1.9
 app:INFO platform: 
Linux-4.15.0-rc3-i7-0.1-x86_64-with-debian-buster-sid
 app:INFO processor: 
 app:INFO machine: x86_64
 app:INFO python version: 3.6.4rc1
 app:INFO qt5 version: 5.9.1
 app:INFO pyqt5 version: 5.9
language:INFO Attempting to load qt_fr_FR.UTF-8 in 
'/home/jean-luc/.local/lib/python3.6/site-packages/PyQt5/Qt/translations'
language:INFO Attempting to load qt_fr in 
'/home/jean-luc/.local/lib/python3.6/site-packages/PyQt5/Qt/translations'
language:INFO Attempting to load fr_FR.UTF-8/LC_MESSAGES/OpenShot in 
'/usr/lib/python3/dist-packages/openshot_qt/locale'
language:INFO Attempting to load fr/LC_MESSAGES/OpenShot in 
'/usr/lib/python3/dist-packages/openshot_qt/locale'
language:INFO Successfully loaded fr/LC_MESSAGES/OpenShot in 
'/usr/lib/python3/dist-packages/openshot_qt/locale'
language:INFO Qt Detected Languages: ['fr-FR']
language:INFO LANG Environment Variable: fr_FR.UTF-8
language:INFO LOCALE Environment Variable: fr_FR
language:INFO Attempting to load qt_fr_FR.UTF-8 in 
'/home/jean-luc/.local/lib/python3.6/site-packages/PyQt5/Qt/translations'
language:INFO Attempting to load qt_fr in 
'/home/jean-luc/.local/lib/python3.6/site-packages/PyQt5/Qt/translations'
language:INFO Attempting to load qtbase_fr_FR.UTF-8 in 
'/home/jean-luc/.local/lib/python3.6/site-packages/PyQt5/Qt/translations'
language:INFO Successfully loaded qtbase_fr_FR.UTF-8 in 
'/home/jean-luc/.local/lib/python3.6/site-packages/PyQt5/Qt/translations'
language:INFO Attempting to load qt_fr_FR.UTF-8 in 
'/usr/lib/python3/dist-packages/openshot_qt/locale/QT'
language:INFO Attempting to load qt_fr in 
'/usr/lib/python3/dist-packages/openshot_qt/locale/QT'
language:INFO Attempting to load qtbase_fr_FR.UTF-8 in 
'/usr/lib/python3/dist-packages/openshot_qt/locale/QT'
language:INFO Attempting to load qtbase_fr in 
'/usr/lib/python3/dist-packages/openshot_qt/locale/QT'
language:INFO Attempting to load fr_FR.UTF-8/LC_MESSAGES/OpenShot in 
'/usr/lib/python3/dist-packages/openshot_qt/locale'
language:INFO Attempting to load fr/LC_MESSAGES/OpenShot in 
'/usr/lib/python3/dist-packages/openshot_qt/locale'
language:INFO Successfully loaded fr/LC_MESSAGES/OpenShot in 
'/usr/lib/python3/dist-packages/openshot_qt/locale'
language:INFO Exiting translation system (since we successfully loaded: 
fr_FR.UTF-8)
project_data:INFO Setting default profile to HDV 720 24p
 app:INFO Setting font to 
/usr/lib/python3/dist-packages/openshot_qt/images/fonts/Ubuntu-R.ttf
logger_libopenshot:INFO Connecting to libopenshot with debug port: 5556
 app:INFO Setting custom dark theme
  exceptions:ERROR Unhandled Exception
Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 11, in 
load_entry_point('openshot-qt==2.4.0', 'gui_scripts', 'openshot-qt')()
  File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 70, in main
app = OpenShotApp(sys.argv)
  File "/usr/lib/python3/dist-packages/openshot_qt/classes/app.py", line 163, 
in __init__
from windows.main_window import MainWindow
  File "/usr/lib/python3/dist-packages/openshot_qt/windows/main_window.py", 
line 43, in 
from windows.views.timeline_webview import TimelineWebView
  File 
"/usr/lib/python3/dist-packages/openshot_qt/windows/views/timeline_webview.py", 
line 40, in 
from PyQt5.QtWebKitWidgets import QWebView
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
 metrics:INFO Track exception: [200] 
http://www.openshot.org/exception/json/ | *old-exception-ignored*



- -- System Information:
Debian Release: buster/sid
  APT prefers unstable
 

Bug#880223: calibre: Doesnt build from source since latest qtchooser update in sid

2017-10-30 Thread Jean-Luc Coulon (f5ibh)
Package: calibre
Version: 3.10.0+dfsg-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Since latest qtchooser update, calibre fails to build from source.
See #880159.

According to this bug report, this problem should be fixed with qtchooser 
4-ga1b6736-4

I've tested several other packages and this is true for them but not for 
calibre.

Regards

Jean-Luc

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

Kernel: Linux 4.14.0-rc7-i7-0.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages calibre depends on:
ii  calibre-bin  3.10.0+dfsg-1+b1
ii  fonts-liberation 1:1.07.4-5
ii  imagemagick  8:6.9.7.4+dfsg-16
ii  imagemagick-6.q16 [imagemagick]  8:6.9.7.4+dfsg-16
ii  libjs-coffeescript   1.12.7~dfsg-3
ii  libjs-mathjax2.7.0-2
ii  poppler-utils0.57.0-2
ii  python-apsw  3.16.2-r1-2+b1
ii  python-beautifulsoup 3.2.1-1
ii  python-chardet   3.0.4-1
ii  python-cherrypy3 3.5.0-2
ii  python-cssselect 1.0.1-1
ii  python-cssutils  1.0.2-1
ii  python-dateutil  2.6.1-1
ii  python-dbus  1.2.4-1+b3
ii  python-feedparser5.1.3-3
ii  python-html5-parser  0.4.3-1
ii  python-lxml  4.0.0-1
ii  python-markdown  2.6.9-1
ii  python-mechanize 1:0.2.5-3
ii  python-msgpack   0.4.8-1+b1
ii  python-netifaces 0.10.4-0.1+b3
ii  python-pil   4.3.0-2
ii  python-pkg-resources 36.2.7-2
ii  python-pyparsing 2.1.10+dfsg1-1
ii  python-pyqt5 5.9+dfsg-2+b2
ii  python-pyqt5.qtsvg   5.9+dfsg-2+b2
ii  python-pyqt5.qtwebkit5.9+dfsg-2+b2
ii  python-regex 0.1.20170117-1+b1
ii  python-routes2.4.1-1
ii  python2.72.7.14-2
ii  xdg-utils1.1.2-1

Versions of packages calibre recommends:
ii  python-dnspython  1.15.0-1

calibre suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWfduTQAKCRBR0YZfPMac
0MEiAJwKtH0jzl0qosP2hRU6PT8venxAxwCdGwBlnty4xzDxnJ25+7l8YjfRE/o=
=8YuU
-END PGP SIGNATURE-



Bug#876336: clementine: related to libqt4-network from experimental

2017-09-21 Thread Jean-Luc Coulon (f5ibh)
Package: clementine
Followup-For: Bug #876336

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The segfault is related to libqt4-network.
I have it from experimental: 4:4.8.7+dfsg-12 and clementine segfaults with it.
I've reverted to 4:4.8.7+dfsg-11 and the problem is gone.

Regards

Jean-Luc

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

Kernel: Linux 4.14.0-rc1-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages clementine depends on:
ii  gstreamer1.0-plugins-base   1.12.3-1
ii  gstreamer1.0-plugins-good   1.12.3-1
ii  gstreamer1.0-plugins-ugly   1.12.3-1
ii  libc6   2.24-17
ii  libcdio13   0.83-4.3+b1
ii  libchromaprint1 1.4.2-1
ii  libcrypto++65.6.4-8
ii  libfftw3-double33.3.6p2-2
ii  libgcc1 1:7.2.0-6
ii  libgdk-pixbuf2.0-0  2.36.10-2
ii  libglib2.0-02.54.0-1
ii  libgpod40.8.3-8.2
ii  libgstreamer-plugins-base1.0-0  1.12.3-1
ii  libgstreamer1.0-0   1.12.3-1
ii  libimobiledevice6   1.2.0+dfsg-3.1+b1
ii  liblastfm1  1.0.9-1
ii  libmtp9 1.1.13-1
ii  libmygpo-qt11.0.9-2
ii  libplist3   2.0.0-2
ii  libprojectm2v5  2.1.0+dfsg-4+b3
ii  libprotobuf10   3.0.0-9
ii  libpulse0   11.1-1
ii  libqjson0   0.8.1-3+b1
ii  libqt4-dbus 4:4.8.7+dfsg-11
ii  libqt4-network  4:4.8.7+dfsg-11
ii  libqt4-opengl   4:4.8.7+dfsg-11
ii  libqt4-sql  4:4.8.7+dfsg-11
ii  libqt4-sql-sqlite   4:4.8.7+dfsg-11
ii  libqt4-xml  4:4.8.7+dfsg-11
ii  libqtcore4  4:4.8.7+dfsg-11
ii  libqtgui4   4:4.8.7+dfsg-11
ii  libqxt-gui0 0.6.2-3
ii  libsqlite3-03.20.1-1
ii  libstdc++6  7.2.0-6
ii  libtag1v5   1.11.1+dfsg.1-0.1
ii  libx11-62:1.6.4-3
ii  projectm-data   2.1.0+dfsg-4
ii  zlib1g  1:1.2.8.dfsg-5

Versions of packages clementine recommends:
ii  gstreamer1.0-pulseaudio  1.12.3-1

Versions of packages clementine suggests:
ii  gstreamer1.0-plugins-bad  1.12.3-1

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWcPoYwAKCRBR0YZfPMac
0In4AJ9Os1nJdpbHLRm8eicUSgalaK/7bwCgo5Qetob2hf2grAKcfyetljLEcoU=
=i82O
-END PGP SIGNATURE-



Bug#876391: libqt4-network:amd64: libqt4-network 4:4.8.7+dfsg-11 from experimental causes clementine to segfault

2017-09-21 Thread Jean-Luc Coulon (f5ibh)
Package: libqt4-network
Version: 4:4.8.7+dfsg-11
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've got libqt4-network from experimental : 4:4.8.7+dfsg-12 (and other parts of 
qt4 as well).
With this version, clementine segfault.

I've reported the bug on clementine, see: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876336

But I remarked that reversing to 4:4.8.7+dfsg-11 fixes the problem.

Regards

Jean-Luc

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

Kernel: Linux 4.14.0-rc1-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libqt4-network:amd64 depends on:
ii  libc6   2.24-17
ii  libgcc1 1:7.2.0-6
ii  libqtcore4  4:4.8.7+dfsg-11
ii  libqtdbus4  4:4.8.7+dfsg-11
ii  libstdc++6  7.2.0-6
ii  zlib1g  1:1.2.8.dfsg-5

Versions of packages libqt4-network:amd64 recommends:
ii  ca-certificates  20170717

libqt4-network:amd64 suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWcPppwAKCRBR0YZfPMac
0O7lAKCBUxYzqBxLkodn1+bBHlPubY6oXgCeKb6pOZb+oPYZ1/8dg1TDNs3J2po=
=9OBV
-END PGP SIGNATURE-



Bug#876336: clementine: Clementine segfault at start

2017-09-21 Thread Jean-Luc Coulon (f5ibh)
Package: clementine
Version: 1.3.1+git276-g3485bbe43+dfsg-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I experience systemetic segfault at start.
Please find attached the backtrace.

Regards

Jean-Luc


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

Kernel: Linux 4.14.0-rc1-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages clementine depends on:
ii  gstreamer1.0-plugins-base   1.12.3-1
ii  gstreamer1.0-plugins-good   1.12.3-1
ii  gstreamer1.0-plugins-ugly   1.12.3-1
ii  libc6   2.24-17
ii  libcdio13   0.83-4.3+b1
ii  libchromaprint1 1.4.2-1
ii  libcrypto++65.6.4-8
ii  libfftw3-double33.3.6p2-2
ii  libgcc1 1:7.2.0-6
ii  libgdk-pixbuf2.0-0  2.36.10-2
ii  libglib2.0-02.54.0-1
ii  libgpod40.8.3-8.2
ii  libgstreamer-plugins-base1.0-0  1.12.3-1
ii  libgstreamer1.0-0   1.12.3-1
ii  libimobiledevice6   1.2.0+dfsg-3.1+b1
ii  liblastfm1  1.0.9-1
ii  libmtp9 1.1.13-1
ii  libmygpo-qt11.0.9-2
ii  libplist3   2.0.0-2
ii  libprojectm2v5  2.1.0+dfsg-4+b3
ii  libprotobuf10   3.0.0-9
ii  libpulse0   11.1-1
ii  libqjson0   0.8.1-3+b1
ii  libqt4-dbus 4:4.8.7+dfsg-12
ii  libqt4-network  4:4.8.7+dfsg-12
ii  libqt4-opengl   4:4.8.7+dfsg-12
ii  libqt4-sql  4:4.8.7+dfsg-12
ii  libqt4-sql-sqlite   4:4.8.7+dfsg-12
ii  libqt4-xml  4:4.8.7+dfsg-12
ii  libqtcore4  4:4.8.7+dfsg-12
ii  libqtgui4   4:4.8.7+dfsg-12
ii  libqxt-gui0 0.6.2-3
ii  libsqlite3-03.20.1-1
ii  libstdc++6  7.2.0-6
ii  libtag1v5   1.11.1+dfsg.1-0.1
ii  libx11-62:1.6.4-3
ii  projectm-data   2.1.0+dfsg-4
ii  zlib1g  1:1.2.8.dfsg-5

Versions of packages clementine recommends:
ii  gstreamer1.0-pulseaudio  1.12.3-1

Versions of packages clementine suggests:
ii  gstreamer1.0-plugins-bad  1.12.3-1

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWcNshQAKCRBR0YZfPMac
0NF2AJ90mTfPFOhCDS3im0WQvXMrdEobxwCcDxJ/N08wnk/udkzF7yqgfsLaFr8=
=rXlJ
-END PGP SIGNATURE-


clementine-gdb-bt.txt.gz
Description: application/gzip


Bug#873484: astroid: Crash at start

2017-08-28 Thread Jean-Luc Coulon (f5ibh)
Package: astroid
Version: 0.9.1-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've just installed astroid.
At start, I get the following:

astroid 
[11:17:55.594602] [0x7efd0669cfc0] [info] welcome to astroid! - 0.9.1-1
[11:17:55.594722] [0x7efd0669cfc0] [debug] utf8: true, UTF-8
[...]

(astroid:19045): Gtk-WARNING **: Theme parsing error: gtk.css:4190:73: Using 
one color stop with linear-gradient() is deprecated.
[11:17:55.626727] [0x7efd0669cfc0] [debug] HOME: /home/jean-luc
[11:17:55.626774] [0x7efd0669cfc0] [info] cf: loading: 
"/home/jean-luc/.config/astroid/config"
[11:17:55.626827] [0x7efd0669cfc0] [warning] cf: making config dir..
[11:17:55.626899] [0x7efd0669cfc0] [warning] cf: making runtime dir..
[11:17:55.626947] [0x7efd0669cfc0] [warning] cf: no config, using defaults.
[11:17:55.627533] [0x7efd0669cfc0] [warning] cf: writing back config to: 
"/home/jean-luc/.config/astroid/config"
terminate called after throwing an instance of 
'boost::exception_detail::clone_impl'
  what():  /home/jean-luc/.notmuch-config: cannot open file
[1]19045 abort  astroid

Whe I tried to report the bug, I got the following from reportbug:

Getting status for astroid...
Checking for newer versions at madison, incoming.debian.org and 
http://ftp-master.debian.org/new.html

Your version (0.9.1-1) of astroid appears to be out of date.
The following newer release(s) are available in the Debian archive:
  oldstable: 1.2.1-3
  stable: 1.4.9-1
  testing: 1.4.9-1
  unstable: 1.4.9-1
Do you still want to file a report [y|N|q|?]? 

I use sid and I've not found any newer version…

Regards

Jean-Luc

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

Kernel: Linux 4.13.0-rc6-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages astroid depends on:
ii  libatk1.0-0 2.24.0-1
ii  libatkmm-1.6-1v52.24.2-2
ii  libboost-date-time1.62.01.62.0+dfsg-4+b1
ii  libboost-filesystem1.62.0   1.62.0+dfsg-4+b1
ii  libboost-log1.62.0  1.62.0+dfsg-4+b1
ii  libboost-program-options1.62.0  1.62.0+dfsg-4+b1
ii  libboost-system1.62.0   1.62.0+dfsg-4+b1
ii  libboost-thread1.62.0   1.62.0+dfsg-4+b1
ii  libc6   2.24-17
ii  libcairo-gobject2   1.14.10-1
ii  libcairo2   1.14.10-1
ii  libcairomm-1.0-1v5  1.12.2-1
ii  libgcc1 1:7.2.0-1
ii  libgdk-pixbuf2.0-0  2.36.5-3
ii  libgirepository-1.0-1   1.53.2-4
ii  libglib2.0-02.53.6-1
ii  libglibmm-2.4-1v5   2.50.1-1
ii  libgmime-2.6-0  2.6.23+dfsg1-1
ii  libgnutls30 3.5.15-2
ii  libgtk-3-0  3.22.18-1
ii  libgtkmm-3.0-1v53.22.1-1
ii  libjavascriptcoregtk-3.0-0  2.4.11-3
ii  libnotmuch5 0.25-6
ii  libpango-1.0-0  1.40.11-1
ii  libpangocairo-1.0-0 1.40.11-1
ii  libpangomm-1.4-1v5  2.40.1-3
ii  libpcre2-8-010.22-3
ii  libpeas-1.0-0   1.20.0-1+b1
ii  libsass03.4.3-1
ii  libsigc++-2.0-0v5   2.10.0-1
ii  libsoup2.4-12.56.1-1
ii  libstdc++6  7.2.0-1
ii  libvte-2.91-0   0.46.2-1
ii  libwebkitgtk-3.0-0  2.4.11-3
ii  zlib1g  1:1.2.8.dfsg-5

Versions of packages astroid recommends:
ii  emacs2525.2+1-5
ii  gnupg  2.1.23-2
ii  notmuch0.25-6
ii  xdg-utils  1.1.1-1

astroid suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWaPhJgAKCRBR0YZfPMac
0IkPAJ40gZrUN5Nxea0qPdItDhdgkGr2GQCeOy9H0sF6OtTTYj6zStGAVKARpCg=
=qN0r
-END PGP SIGNATURE-


Bug#873476: coreutils: /bin/cat doesnt display a line of a txt file without an end of line

2017-08-28 Thread Jean-Luc Coulon (f5ibh)
Package: coreutils
Version: 8.26-3
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've a "VERSION" file for a package (not from debian) and this file doesnt have 
a 0x0A at the end of the line.
cat doesnt display any contents (less does).
If I add lines before the offending line, these lines are displayed but not the 
last one.

Attached: the VERSION file which contain a single line and the TXT file which 
contains 2 lines, the second one without a 0x0A.

Regards 

Jean-Luc 

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

Kernel: Linux 4.13.0-rc6-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages coreutils depends on:
ii  libacl1  2.2.52-3+b1
ii  libattr1 1:2.4.47-2+b2
ii  libc62.24-17
ii  libselinux1  2.7~rc2-1

coreutils recommends no packages.

coreutils suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWaPJZAAKCRBR0YZfPMac
0BWZAKCK88N2/n4tTEEeKyc+jhRklVxjXQCgnnZ/4iZ3Hv8YSuTHFZemtx4lUJg=
=knZs
-END PGP SIGNATURE-
3.3.7.2first line
second line

Bug#871695: lftp: Got unsupported network protocol with 4.8.0-2

2017-08-10 Thread Jean-Luc Coulon (f5ibh)
Package: lftp
Version: 4.8.0-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

After the upgrade from 4.8.0-1 tp 4.8.0-2 I get the following on a simple "ls" 
command (exerpt of a session):

lftp   ftp.fr.debian.org
lftp ftp.fr.debian.org:~> ls
ls: Erreur fatale: unsupported network protocol
lftp ftp.fr.debian.org:/> 

If I revert to 4.8.0-1 The same session gives (which is the normal behaviour):
lftp   ftp.fr.debian.org   
lftp ftp.fr.debian.org:~> ls
drwxr-xr-x9 1000 1000 4096 Aug 10 15:46 debian
drwxr-xr-x8 1000 1000 4096 Mar 01  2015 debian-amd64
drwxr-sr-x5 1000 1000  102 Mar 13  2016 debian-backports
drwxr-xr-x6 1000 1000  143 Aug 10 03:00 debian-non-US
drwxrwsr-x7 1000 1000  123 Aug 10 13:56 debian-security
drwxr-sr-x5 1000 1000  138 Nov 01  2011 debian-volatile
drwxr-xr-x2 1000 10006 Aug 10 14:00 tmp
lftp ftp.fr.debian.org:/> 


Regards

Jean-Luc


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

Kernel: Linux 4.13.0-rc4-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lftp depends on:
ii  libc6 2.24-14
ii  libgcc1   1:7.1.0-13
ii  libgnutls30   3.5.14-2
ii  libidn11  1.33-1
ii  libreadline7  7.0-3
ii  libstdc++67.1.0-13
ii  libtinfo5 6.0+20170715-2
ii  netbase   5.4
ii  zlib1g1:1.2.8.dfsg-5

Versions of packages lftp recommends:
ii  openssh-client [ssh-client]  1:7.5p1-5

lftp suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWYya+gAKCRBR0YZfPMac
0Op+AJ9dAl0NaKTG4j346F/+mPCjHZhIjQCfVxLt9K/lfN+JjsNG0N/b1DsjngQ=
=IoSh
-END PGP SIGNATURE-



Bug#851123: pdfmod: Many crashes while loading, adding, saving a file or exiting the program

2017-01-12 Thread Jean-Luc Coulon (f5ibh)
Package: pdfmod
Version: 0.9.1-8
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I get many crashes, not always in the same conditions.
It can be while loading a file, adding a file to an existing project, deleting 
a file, or simply while exiting the program.

Please find attached the trace.

Regards

Jean-Luc

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

Kernel: Linux 4.10.0-rc3-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pdfmod depends on:
ii  libc6  2.24-8
ii  libcairo2  1.14.8-1
ii  libgconf2.0-cil2.24.2-4
ii  libglib2.0-0   2.50.2-2
ii  libglib2.0-cil 2.12.40-1
ii  libgtk2.0-02.24.31-1
ii  libgtk2.0-cil  2.12.40-1
ii  libmono-cairo4.0-cil   4.6.2.7+dfsg-1
ii  libmono-corlib4.5-cil  4.6.2.7+dfsg-1
ii  libmono-i18n-west4.0-cil   4.6.2.7+dfsg-1
ii  libmono-posix4.0-cil   4.6.2.7+dfsg-1
ii  libmono-system-core4.0-cil 4.6.2.7+dfsg-1
ii  libmono-system-drawing4.0-cil  4.6.2.7+dfsg-1
ii  libmono-system-xml4.0-cil  4.6.2.7+dfsg-1
ii  libmono-system4.0-cil  4.6.2.7+dfsg-1
ii  libpangocairo-1.0-01.40.3-3
ii  libpoppler-glib8   0.48.0-2
ii  mono-runtime   4.6.2.7+dfsg-1

pdfmod recommends no packages.

pdfmod suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWHdA/AAKCRBR0YZfPMac
0P9ZAKCqafwiqnAol8KX+ChDb1it7GWsJQCgo+sSzO8mweQTl36tScvIXuXx+Lc=
=wYpH
-END PGP SIGNATURE-
~/ pdfmod
[1 Debug 09:31:52.040] Starting PdfMod 0.9.1
[1 Debug 09:31:52.042] Initializing i18n catalog from /usr/share/locale/
[1 Debug 09:31:52.057] Loaded custom AccelMap from 
/home/jean-luc/.config/pdfmod/gtk_accel_map
[1 Debug 09:31:52.060] Cache directory set to /home/jean-luc/.cache/pdfmod
[1 Debug 09:32:10.769] Loaded 
/home/jean-luc/Téléchargements/zoom/H6_v2.10E/H6_System Software Version 
History_210_en.pdf
*** Error in `mono': free(): invalid pointer: 0x5645732a9320 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7ff8aaec2bcb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fa6)[0x7ff8aaec8fa6]
/lib/x86_64-linux-gnu/libc.so.6(+0x7779e)[0x7ff8aaec979e]
[0x403db330]
=== Memory map: 
4032b000-403e rwxp  00:00 0 
40d4-40d5 rwxp  00:00 0 
56457229d000-56457263a000 r-xp  00:13 18243167   
/usr/bin/mono-sgen
564572839000-56457283e000 r--p 0039c000 00:13 18243167   
/usr/bin/mono-sgen
56457283e000-564572848000 rw-p 003a1000 00:13 18243167   
/usr/bin/mono-sgen
564572848000-56457287b000 rw-p  00:00 0 
564572bc9000-564573b06000 rw-p  00:00 0  [heap]
7ff87000-7ff870022000 rw-p  00:00 0 
7ff870022000-7ff87400 ---p  00:00 0 
7ff8777b3000-7ff8779b3000 rw-s  00:05 3571729
/SYSV (deleted)
7ff8779b3000-7ff8779b5000 r-xp  00:13 14505157   
/usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so
7ff8779b5000-7ff877bb4000 ---p 2000 00:13 14505157   
/usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so
7ff877bb4000-7ff877bb5000 r--p 1000 00:13 14505157   
/usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so
7ff877bb5000-7ff877bb6000 rw-p 2000 00:13 14505157   
/usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so
7ff877bb6000-7ff877bc1000 r-xp  00:13 324106 
/usr/lib/x86_64-linux-gnu/libjbig.so.0
7ff877bc1000-7ff877dc1000 ---p b000 00:13 324106 
/usr/lib/x86_64-linux-gnu/libjbig.so.0
7ff877dc1000-7ff877dc2000 r--p b000 00:13 324106 
/usr/lib/x86_64-linux-gnu/libjbig.so.0
7ff877dc2000-7ff877dc5000 rw-p c000 00:13 324106 
/usr/lib/x86_64-linux-gnu/libjbig.so.0
7ff877dc5000-7ff877dff000 r-xp  00:13 325968 
/usr/lib/x86_64-linux-gnu/libopenjp2.so.2.1.2
7ff877dff000-7ff877ffe000 ---p 0003a000 00:13 325968 
/usr/lib/x86_64-linux-gnu/libopenjp2.so.2.1.2
7ff877ffe000-7ff877fff000 r--p 00039000 00:13 325968 
/usr/lib/x86_64-linux-gnu/libopenjp2.so.2.1.2
7ff877fff000-7ff87800 rw-p 0003a000 00:13 325968 
/usr/lib/x86_64-linux-gnu/libopenjp2.so.2.1.2
7ff87800-7ff878125000 rw-p  00:00 0 
7ff878125000-7ff87c00 ---p  00:00 0 
7ff87c00-7ff87c022000 rw-p  00:00 0 
7ff87c022000-7ff88000 ---p  00:00 0 
7ff88000-7ff880022000 rw-p  00:00 0 
7ff880022000-7ff88400 

Bug#850592: darktable: Unable to load idbutton.svg

2017-01-08 Thread Jean-Luc Coulon (f5ibh)
Package: darktable
Version: 2.2.1-2
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

When I start darktable, the uppper left logo is missing.
This is also the button to display the version.

If I launch it from an xterm, I get the following warning messages:

warning: can't load darktable logo from SVG file 
`/usr/local/share/darktable/pixmaps/idbutton.svg', falling back to PNG version
Opération non prise en charge
warning: can't load darktable logo from PNG file 
`/usr/local/share/darktable/pixmaps/idbutton.png'

I've tried to build directly darktable from the source tree using the build.sh 
supplied script and installed it in /opt.
This way, everything is right.

Regards

Jean-Luc

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

Kernel: Linux 4.10.0-rc2-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages darktable depends on:
ii  libatk1.0-0  2.22.0-1
ii  libc62.24-8
ii  libcairo-gobject21.14.8-1
ii  libcairo21.14.8-1
ii  libcolord-gtk1   0.1.26-1.1
ii  libcolord2   1.3.4-14
ii  libcups2 2.2.1-4
ii  libcurl3-gnutls  7.51.0-1
ii  libexiv2-14  0.25-3
ii  libflickcurl01.25-3
ii  libgcc1  1:6.3.0-2
ii  libgdk-pixbuf2.0-0   2.36.2-1
ii  libglib2.0-0 2.50.2-2
ii  libgomp1 6.3.0-2
ii  libgphoto2-6 2.5.11.1-111
ii  libgphoto2-port122.5.11.1-111
ii  libgraphicsmagick-q16-3  1.3.25-7
ii  libgtk-3-0   3.22.5-1
ii  libice6  2:1.0.9-1+b1
ii  libilmbase12 2.2.0-11
ii  libjpeg62-turbo  1:1.5.1-2
ii  libjs-prototype  1.7.1-3
ii  libjs-scriptaculous  1.9.0-2
ii  libjson-glib-1.0-0   1.2.2-1
ii  liblcms2-2   2.8-3
ii  liblensfun1  0.3.3-127
ii  liblua5.2-0  5.2.4-1.1+b1
ii  libopenexr22 2.2.0-11
ii  libopenjp2-7 2.1.2-1
ii  libosmgpsmap-1.0-1   1.1.0-1
ii  libpango-1.0-0   1.40.3-3
ii  libpangocairo-1.0-0  1.40.3-3
ii  libpng16-16  1.6.27-1
ii  libpugixml1v51.7-2
ii  librsvg2-2   2.40.16-1
ii  libsecret-1-00.18.5-2
ii  libsm6   2:1.2.2-1+b1
ii  libsoup2.4-1 2.56.0-2
ii  libsqlite3-0 3.16.2-1
ii  libstdc++6   6.3.0-2
ii  libtiff5 4.0.7-4
ii  libwebp6 0.5.2-1
ii  libx11-6 2:1.6.4-2
ii  libxext6 2:1.3.3-1
ii  libxml2  2.9.4+dfsg1-2.1
ii  libxrandr2   2:1.5.1-1
ii  zlib1g   1:1.2.8.dfsg-4

darktable recommends no packages.

darktable suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWHIMCwAKCRBR0YZfPMac
0AErAJ0UkNVVA2Cpc3fABsJ6GB9KNU7PhwCfaiv3EOV3XqU0QRgi2Zr0NuO+6QQ=
=4oRM
-END PGP SIGNATURE-


Bug#849371: reportbug: Version 7.1.1 crashes at launch

2016-12-26 Thread Jean-Luc Coulon (f5ibh)
Package: reportbug
Version: 6.6.6
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Version 7.1.1 crashes from unstable at start with the following TraceBack:

Detected character set: UTF-8
Please change your locale if this is incorrect.

Traceback (most recent call last):
 File "/usr/bin/reportbug", line 2233, in 
   main()
 File "/usr/bin/reportbug", line 1107, in main
   return iface.user_interface()
 File "/usr/bin/reportbug", line 1325, in user_interface
   fromaddr = utils.get_user_id(self.options.email, self.options.realname, 
charset)
 File "/usr/lib/python3/dist-packages/reportbug/utils.py", line 316, in 
get_user_id
   addr = email.utils.formataddr((realname, email))
AttributeError: 'str' object has no attribute 'utils'

Regards

Jean-Luc


- -- Package-specific info:
** Environment settings:
EMAIL="jean-luc.cou...@wanadoo.fr"
DEBFULLNAME="Jean-Luc Coulon (f5ibh)"
DEBNAME="Jean-Luc Coulon (f5ibh)"
NAME="Jean-Luc Coulon (f5ibh)"

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

Kernel: Linux 4.9.0-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages reportbug depends on:
ii  apt   1.4~beta2
ii  python-reportbug  6.6.6
pn  python:any

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail 
ii  debconf-utils  1.5.59
pn  debsums
pn  dlocate
pn  emacs23-bin-common | emacs24-bin-common
ii  exim4  4.88~RC6-2
ii  exim4-daemon-light [mail-transport-agent]  4.88~RC6-2
ii  file   1:5.29-2
ii  gnupg  2.1.17-2
ii  python-gtk22.24.0-5.1
pn  python-gtkspellcheck   
pn  python-urwid   
pn  python-vte 
ii  xdg-utils  1.1.1-1

Versions of packages python-reportbug depends on:
ii  apt   1.4~beta2
ii  file  1:5.29-2
ii  python-debian 0.1.29
ii  python-debianbts  2.6.1
pn  python:any

python-reportbug suggests no packages.

- -- Configuration Files:
/etc/reportbug.conf changed:
submit
query-bts
check-available
cc
config-files
compress
sign gnupg
keyid 3CC69CD0
email "jean-luc.cou...@wanadoo.fr"
realname "Jean-Luc Coulon (f5ibh)"
smtphost localhost
editor "gedit"
verify
mode advanced


- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWGDviwAKCRBR0YZfPMac
0IrWAJ94cufoqQ+Msrzr7hSaiteVl99o3wCfRi4I3hS2mpjApLgNwpOw8Jbax0A=
=NC4h
-END PGP SIGNATURE-



Bug#849370: aptitude: Aptitude crashes with SIGABRT on install command

2016-12-26 Thread Jean-Luc Coulon (f5ibh)
Package: aptitude
Version: 0.8.3-1+b2
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Aptitude crashes with SIGABRT on apt-get install command line or in the
"G" command in curses mode.

Attached the gdb backtrace.

Regards

Jean-Luc


- -- Package-specific info:
Terminal: xterm-256color
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:
aptitude 0.8.3
Compiler: g++ 6.2.0 20161103
Compiled against:
  apt version 5.0.0
  NCurses version 6.0
  libsigc++ version: 2.10.0
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 6.0.20161126
  cwidget version: 0.5.17
  Apt version: 5.0.1

aptitude linkage:
linux-vdso.so.1 (0x7ffcd1d8c000)
libapt-pkg.so.5.0 => /lib/x86_64-linux-gnu/libapt-pkg.so.5.0 
(0x7fce635c8000)
libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fce63398000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7fce6316e000)
libsigc-2.0.so.0 => /lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7fce62f67000)
libcwidget.so.3 => /lib/x86_64-linux-gnu/libcwidget.so.3 
(0x7fce62c6a000)
libsqlite3.so.0 => /lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7fce62961000)
libboost_iostreams.so.1.62.0 => 
/lib/x86_64-linux-gnu/libboost_iostreams.so.1.62.0 (0x7fce62749000)
libboost_filesystem.so.1.62.0 => 
/lib/x86_64-linux-gnu/libboost_filesystem.so.1.62.0 (0x7fce6253)
libboost_system.so.1.62.0 => 
/lib/x86_64-linux-gnu/libboost_system.so.1.62.0 (0x7fce6232c000)
libxapian.so.30 => /lib/x86_64-linux-gnu/libxapian.so.30 
(0x7fce61f1e000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fce61d01000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7fce6197d000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7fce61679000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7fce61462000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fce610c4000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fce60ec)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 
(0x7fce60ca9000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7fce60a8d000)
libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7fce6087d000)
liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x7fce60657000)
liblz4.so.1 => /lib/x86_64-linux-gnu/liblz4.so.1 (0x7fce60445000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x7fce6023d000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x7fce60036000)
/lib64/ld-linux-x86-64.so.2 (0x560ffd83b000)

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

Kernel: Linux 4.9.0-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages aptitude depends on:
ii  aptitude-common0.8.3-1
ii  libapt-pkg5.0  1.4~beta2
ii  libboost-filesystem1.62.0  1.62.0+dfsg-4
ii  libboost-iostreams1.62.0   1.62.0+dfsg-4
ii  libboost-system1.62.0  1.62.0+dfsg-4
ii  libc6  2.24-8
ii  libcwidget3v5  0.5.17-4+b1
ii  libgcc11:6.2.1-7
ii  libncursesw5   6.0+20161126-1
ii  libsigc++-2.0-0v5  2.10.0-1
ii  libsqlite3-0   3.15.2-2
ii  libstdc++6 6.2.1-7
ii  libtinfo5  6.0+20161126-1
ii  libxapian301.4.1-1

Versions of packages aptitude recommends:
ii  libparse-debianchangelog-perl  1.2.0-12
ii  sensible-utils 0.0.9

Versions of packages aptitude suggests:
ii  apt-xapian-index0.49
ii  aptitude-doc-en [aptitude-doc]  0.8.3-1
ii  aptitude-doc-fr [aptitude-doc]  0.8.3-1
ii  debtags 2.1.2
ii  tasksel 3.39

- -- no debconf information

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT5el3FKLtmYO4UlQtR0YZfPMac0AUCWGDubAAKCRBR0YZfPMac
0FCNAKCTmYj6qEjIvupZjnkfVQbhWRaddQCfUy0uyd4S2Smn247xuvAximgA/wo=
=PbgW
-END PGP SIGNATURE-
You can't do that when your target is `None'
Reading symbols from /usr/bin/aptitude...Reading symbols from 
/usr/lib/debug/.build-id/9f/c1cdf810eeccd5951cee98a12a8d23d9d78a0f.debug...done.
done.
Starting program: /usr/bin/aptitude 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x73acb700 (LWP 8224)]
[New Thread 0x732ca700 (LWP 8225)]
[New Thread 0x72ac9700 (LWP 8226)]
[New Thread 0x7fffee2ad700 (LWP 8230)]

Thread 1 "aptitude" received signal SIGABRT, 

Bug#847060: scribus-ng: Please rebuild scribus against libpoppler64, it is uninstallable

2016-12-05 Thread Jean-Luc Coulon (f5ibh)
Package: scribus-ng
Version: 1.5.2+dfsg-2
Severity: important

Hi,

scribus-ng is not installable on sid because it depends on libpoppler61
which is no more available.
Please, rebuild it against libpoppler64

Regards

Jean-Luc

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

Kernel: Linux 4.9.0-rc7-i7-1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages scribus-ng depends on:
ii  ghostscript  9.20~dfsg-1
ii  libc62.24-7
ii  libcairo21.14.6-1.1
ii  libcdr-0.1-1 0.1.3-3
ii  libcups2 2.2.1-2
ii  libfontconfig1   2.11.0-6.7
ii  libfreehand-0.1-10.1.1-2
ii  libfreetype6 2.6.3-3+b1
ii  libgcc1  1:6.2.1-5
ii  libgraphicsmagick-q16-3  1.3.25-5
ii  libjpeg62-turbo  1:1.5.1-2
ii  liblcms2-2   2.7-1
ii  libmspub-0.1-1   0.1.2-4
ii  libopenscenegraph100v5   3.2.3+dfsg1-2+b2
ii  libopenthreads20 3.2.3+dfsg1-2+b2
ii  libpagemaker-0.0-0   0.0.3-2
ii  libpodofo0.9.4   0.9.4-3
ii  libpoppler64 0.48.0-2
ii  libpython2.7 2.7.13~rc1-1
ii  libqt5core5a 5.7.1~20161021+dfsg-6
ii  libqt5gui5   5.7.1~20161021+dfsg-6
ii  libqt5network5   5.7.1~20161021+dfsg-6
ii  libqt5opengl55.7.1~20161021+dfsg-6
ii  libqt5printsupport5  5.7.1~20161021+dfsg-6
ii  libqt5qml5   5.7.1~20161021-5
ii  libqt5quick5 5.7.1~20161021-5
ii  libqt5widgets5   5.7.1~20161021+dfsg-6
ii  libqt5xml5   5.7.1~20161021+dfsg-6
ii  librevenge-0.0-0 0.0.4-6
ii  libstdc++6   6.2.1-5
ii  libtiff5 4.0.7-1
ii  libvisio-0.1-1   0.1.5-4
ii  libxml2  2.9.4+dfsg1-2.1
ii  python-tk2.7.11-2
ii  scribus-ng-data  1.5.2+dfsg-2
ii  zlib1g   1:1.2.8.dfsg-2+b3

Versions of packages scribus-ng recommends:
ii  cups-bsd2.2.1-2
ii  fonts-dejavu2.37-1
ii  fonts-liberation1:1.07.4-2
ii  hyphen-en-us [hyphen-hyphenation-patterns]  2.8.8-5
ii  icc-profiles-free   2.0.1+dfsg-1
ii  xfonts-scalable 1:1.0.3-1.1

Versions of packages scribus-ng suggests:
pn  icc-profiles   
ii  scribus-ng-doc 1.5.2-1
ii  scribus-template   1.2.4.1-2
ii  texlive-latex-recommended  2016.20161130-1

-- no debconf information



Bug#841533: gcc-6: versions 6.2.0-[7-9] break construction of linux kernel with -fstack-protector-xxxx

2016-10-21 Thread Jean-Luc Coulon (f5ibh)
Package: gcc-6
Version: 6.2.0-9
Severity: important

Hi,

Since 6.2.0-7, building the linux kernel (4.8.3 in my case) with
--fstack-protector-strong or -fstack-protector fails.

I've tested wit h 6.2.0-7 and 6.2.0-9.
The I've reverted to 6.2.0-6 and it works fine.







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

Kernelving directory '/usr/src/linux-4.8.3'
make EXTRAVERSION=-i7-1   ARCH=x86_64 prepare
make[2]: Entering directory '/usr/src/linux-4.8.3'
scripts/kconfig/conf  --silentoldconfig Kconfig
  SYSTBL  arch/x86/entry/syscalls/../../include/generated/asm/syscalls_32.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/asm/unistd_32_ia32.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/asm/unistd_64_x32.h
  SYSTBL  arch/x86/entry/syscalls/../../include/generated/asm/syscalls_64.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_32.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_64.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_x32.h
  HOSTCC  arch/x86/tools/relocs_32.o
  HOSTCC  arch/x86/tools/relocs_64.o
  HOSTCC  arch/x86/tools/relocs_common.o
  HOSTLD  arch/x86/tools/relocs
  CHK include/config/kernel.release
  UPD include/config/kernel.release
Cannot use CONFIG_CC_STACKPROTECTOR_STRONG:
  -fstack-protector-strong not supported by compiler
Makefile:1048: recipe for target 'prepare-compiler-check' failed
make[2]: *** [prepare-compiler-check] Error 1
make[2]: Leaving directory '/usr/src/linux-4.8.3'
debian/ruleset/targets/common.mk:194: recipe for
target 'debian/stamp/conf/kernel-conf' failed

---
  
Cannot use CONFIG_CC_STACKPROTECTOR_REGULAR:
  -fstack-protector not supported by compiler
Makefile:1048: recipe for target 'prepare-compiler-check' failed
make[2]: *** [prepare-compiler-check] Error 1
make[2]: Leaving directory '/usr/src/linux-4.8.3'
debian/ruleset/targets/common.mk:194: recipe for
  target 'debian/stamp/conf/kernel-conf' failed
  

---: Linux 4.8.3-i7-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gcc-6 depends on:
ii  binutils  2.27-9
ii  cpp-6 6.2.0-9
ii  gcc-6-base6.2.0-9
ii  libc6 2.24-5
ii  libcc1-0  6.2.0-9
ii  libgcc-6-dev  6.2.0-9
ii  libgcc1   1:6.2.0-9
ii  libgmp10  2:6.1.1+dfsg-1
ii  libisl15  0.17.1-1
ii  libmpc3   1.0.3-1
ii  libmpfr4  3.1.5-1
ii  libstdc++66.2.0-9
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages gcc-6 recommends:
ii  libc6-dev  2.24-5

Versions of packages gcc-6 suggests:
pn  gcc-6-doc 
pn  gcc-6-locales 
ii  gcc-6-multilib6.2.0-9
pn  libasan3-dbg  
pn  libatomic1-dbg
pn  libcilkrts5-dbg   
pn  libgcc1-dbg   
pn  libgomp1-dbg  
pn  libitm1-dbg   
pn  liblsan0-dbg  
pn  libmpx2-dbg   
pn  libquadmath0-dbg  
pn  libtsan0-dbg  
pn  libubsan0-dbg 

-- no debconf information



Bug#827719: linux-image-4.7.0-rc3-amd64-unsigned: With 4.7-rc3, color management fails

2016-06-20 Thread Jean-Luc Coulon (f5ibh)
Package: src:linux
Version: 4.7~rc3-1~exp1
Severity: important

Hi,

I use colormanagment on my coputer via colord and an icc profile created with a 
colorimeter.

Everything is fine with linux up to - including - latest 4.6.2. But with
4.7-rc3, color management is not working anymore on my desktop (gnome).

The CPU is an Intel i7-6700K and I use the integreted graphic attachement.

"VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev
06)" from lspci.

I've read some information on lkms about integration of color management in the
kernel, but no clue about using it or the compatibility with existing tools.
Maybe I've not understood well this because it is quite technical.

Regards

Jean-Luc


-- Package-specific info:
** Version:
Linux version 4.7.0-rc3-amd64 (debian-ker...@lists.debian.org) (gcc version 
5.4.0 20160609 (Debian 5.4.0-4) ) #1 SMP Debian 4.7~rc3-1~exp1 (2016-06-18)

** Command line:
BOOT_IMAGE=/vmlinuz-4.7.0-rc3-amd64 root=/dev/mapper/tangerine--vg-root ro

** Tainted: E (8192)
 * Unsigned module has been loaded (currently expected).

** Kernel log:
[4.518761] Bluetooth: HCI UART protocol ATH3K registered
[4.518870] Bluetooth: HCI UART protocol Three-wire (H5) registered
[4.518996] Bluetooth: HCI UART protocol Intel registered
[4.519113] Bluetooth: HCI UART protocol BCM registered
[4.519230] Bluetooth: HCI UART protocol QCA registered
[4.555465] input: PC Speaker as /devices/platform/pcspkr/input/input8
[4.63] i801_smbus :00:1f.4: SMBus using PCI interrupt
[4.556274] scsi 2:0:0:0: Attached scsi generic sg0 type 5
[4.556543] sd 4:0:0:0: Attached scsi generic sg1 type 0
[4.556741] sd 5:0:0:0: Attached scsi generic sg2 type 0
[4.558199] intel-lpss :00:15.0: enabling device ( -> 0002)
[4.561511] [drm] Initialized drm 1.1.0 20060810
[4.562863] idma64 idma64.0: Found Intel integrated DMA 64-bit
[4.569925] sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw 
xa/form2 cdda tray
[4.570054] cdrom: Uniform CD-ROM driver Revision: 3.20
[4.570221] sr 2:0:0:0: Attached scsi CD-ROM sr0
[4.575473] intel-lpss :00:15.1: enabling device ( -> 0002)
[4.575751] idma64 idma64.1: Found Intel integrated DMA 64-bit
[4.591326] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[4.591343] mei_me :00:16.0: enabling device ( -> 0002)
[4.612125] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[4.612239] r8169 :06:00.0: can't disable ASPM; OS doesn't have ASPM 
control
[4.620134] r8169 :06:00.0 eth0: RTL8168h/8111h at 0xc90001912000, 
d8:cb:8a:c7:4c:e4, XID 14100800 IRQ 323
[4.620269] r8169 :06:00.0 eth0: jumbo features [frames: 9200 bytes, tx 
checksumming: ko]
[4.623975] ppdev: user-space parallel port driver
[4.624443] iTCO_vendor_support: vendor-support=0
[4.624771] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[4.624865] iTCO_wdt: Found a Intel PCH TCO device (Version=4, 
TCOBASE=0x0400)
[4.624971] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[4.644903] EXT4-fs (sda1): mounting ext2 file system using the ext4 
subsystem
[4.674522] Adding 7331836k swap on /dev/mapper/tangerine--vg-swap_1.  
Priority:-1 extents:1 across:7331836k SSFS
[4.679935] [drm] Memory usable by graphics device = 4096M
[4.679936] [drm] Replacing VGA console driver
[4.680337] r8169 :06:00.0 enp6s0: renamed from eth0
[4.680838] Console: switching to colour dummy device 80x25
[4.686900] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[4.686903] [drm] Driver supports precise vblank timestamp query.
[4.699185] vgaarb: device changed decodes: 
PCI::00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[4.700607] i915 :00:02.0: firmware: direct-loading firmware 
i915/skl_dmc_ver1.bin
[4.700870] [drm] Finished loading i915/skl_dmc_ver1.bin (v1.23)
[4.703192] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[4.703227] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: 
(null)
[4.703230] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: 
(null)
[4.703241] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: 
(null)
[4.709509] systemd-journald[633]: Received request to flush runtime journal 
from PID 1
[4.967832] [drm] failed to retrieve link info, disabling eDP
[4.971661] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[4.971940] acpi device:0f: registered as cooling_device14
[4.971985] input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[5.235327] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[5.235352] [drm] Initialized i915 1.6.0 20160425 for :00:02.0 on minor 0
[5.236361] fbcon: inteldrmfb (fb0) is primary device
[5.553614] Console: switching to colour frame 

Bug#823346: systemd[1]: system-generators terminated by signal ALRM.

2016-05-03 Thread Jean-Luc Coulon (f5ibh)
Package: systemd-cron
Severity: important

Hi,

When I boot my system with systemd installed, it "freezes" (seems to) after 7
seconds or so. This is, on my system, jsut after enumerated the USB devices.
If I left and wait, it restart it normal boot sequence at 90 seconds or so. And
everything went fine.

If I "do something", it gets out of freeze quickier. I tried to plug / unplug an
USB device (I started with the enumerated ones thinking one of them is the
culprit).

An other guy said he has the same message while he swiched from a hdd to a ssd.
I'm on a ssd by this occured very recently. The system has worked flawlessly
for several months. He said that the timeout is shorter if he creates some
entropy pressing many keys on the keyboard.

As the message is related to systemd, I've reinstalle sysvinit. And this fixed
the problem.

I've seen an upgrade of systemd on sid so I tried to reinstall systemd. I got
the same problem.

BUT: if I keep systemd but remove systemd-cron, I've not this problem.

Here is the part of the boot log where the problem appears:
[ 7.405270] usb 1-6: new high-speed USB device number 4 using xhci_hcd
[ 7.578858] usb 1-6: New USB device found, idVendor=0424, idProduct=2514
[ 7.579007] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 7.579746] hub 1-6:1.0: USB hub found
[ 7.579939] hub 1-6:1.0: 2 ports detected
[ 7.858529] usb 1-6.1: new full-speed USB device number 5 using xhci_hcd
[ 7.957340] usb 1-6.1: New USB device found, idVendor=045e, idProduct=0745
[ 7.957489] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber
=0
[ 7.957661] usb 1-6.1: Product: Microsoft® 2.4GHz Transceiver v6.0
[ 7.957801] usb 1-6.1: Manufacturer: Microsoft
[ 93.198778] systemd[1]: system-generators terminated by signal ALRM.
[ 93.274495] systemd[1]: Listening on Journal Audit Socket.
[ 93.275318] systemd[1]: Started Dispatch Password Requests to Console Directory
Watch.
[ 93.276091] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 93.276835] systemd[1]: Listening on udev Control Socket.


The USB devices are a EATON UPS and my keyboard/mouse.
I tried to unplug them before the boot and I get the same problem.
If I unplug one of them while if "freeze" state, the boot process resumes.
If I plug anything (usb disk, usb key), it resumes also.

So for the moment, I've the system running with systemd, systemd-cron is
uninstalled and I've cron/anacron instead.

Regards

Jean-Luc





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

Kernel: Linux 4.6.0-rc5-i7-1.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#814882: libgs-dev is missig gserrors.h which is required by ierrors.h

2016-02-16 Thread Jean-Luc Coulon (f5ibh)
Package: libgs-dev
Version: 9.16~dfsg-2.1
Severity: grave
Justification: renders package unusable

Hi,

While updating from 9.16 to 9.18, ierrors.h includes gserrors.h which is
unavailbale in the package (or in any other packge).

Regards

Jean-Luc

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

Kernel: Linux 4.5.0-rc4-i7-1.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libgs-dev depends on:
ii  libcups2-dev   2.1.3-1
ii  libcupsimage2-dev  2.1.3-1
ii  libfontconfig1-dev 2.11.0-6.3
ii  libfreetype6-dev   2.6.1-0.1
ii  libgs9 9.16~dfsg-2.1
ii  libidn11-dev   1.32-3
ii  libijs-dev 0.35-11
ii  libjbig2dec0-dev   0.12+20150918-1
ii  libjpeg-dev1:1.4.2-2
ii  libjpeg62-turbo-dev [libjpeg-dev]  1:1.4.80-115-gfb907b2-1
ii  liblcms2-dev   2.6-3+b3
ii  libpaper-dev   1.1.24+nmu4
ii  libpng12-dev [libpng12-0-dev]  1.2.54-1
ii  libtiff5-dev   4.0.6-1
ii  libtrio-dev1.16+dfsg1-3
ii  zlib1g-dev 1:1.2.8.dfsg-2+b1

libgs-dev recommends no packages.

libgs-dev suggests no packages.

-- no debconf information



Bug#813993: lshw: Please add a choice for the charset when using -html

2016-02-07 Thread Jean-Luc Coulon (f5ibh)
Package: lshw
Version: 02.17-1.1+b1
Severity: wishlist

Hi,

When using 'lshw -html', there is no meta with the charset used.
I used a system which locale is fr_FR.UTF-8. So, when displaying some
chars like éèàç, they are replaced with the 2 chars equivalent.

e.g. Mémoire système is displayed as Mémoire système

A simple meta tag, like the following does the job:
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
(and today - in 2016 - probable utf-8 is a good default choice )

Regards

Jean-Luc

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

Kernel: Linux 4.5.0-rc2-i7-2.1 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lshw depends on:
ii  libc6   2.21-7
ii  libgcc1 1:6-20160122-1
ii  libstdc++6  5.3.1-8

Versions of packages lshw recommends:
ii  pciutils  1:3.3.1-1.1
ii  usbutils  1:007-4

lshw suggests no packages.

-- no debconf information



Bug#813137: lm-sensors: sensors-detect should not point to a dead link

2016-01-29 Thread Jean-Luc Coulon (f5ibh)
Package: lm-sensors
Version: 1:3.4.0-2
Severity: normal

Hi,

I ran sensors-detect on an MSI Z170A PC MATE and Intel core i7 6700K
It doesnt find any sensor. It terminates wiht a "sorry" message:

Sorry, no sensors were detected.
Either your system has no sensors, or they are not supported, or
they are connected to an I2C or SMBus adapter that is not
supported. If you find out what chips are on your board, check
http://www.lm-sensors.org/wiki/Devices for driver status.

But the mentionned link is dead.
Even the domain is not existing anymore.

Regards

Jean-luc

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

Kernel: Linux 4.5.0-rc1-k8-0.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lm-sensors depends on:
ii  init-system-helpers  1.27
ii  libc62.21-7
ii  libsensors4  1:3.4.0-2
ii  lsb-base 9.20160110
ii  perl 5.22.1-4
ii  sed  4.2.2-6.1

lm-sensors recommends no packages.

Versions of packages lm-sensors suggests:
pn  fancontrol  
pn  i2c-tools   
pn  read-edid   
pn  sensord 

-- no debconf information



Bug#807096: iceweasel: Icons are cropped instead of resized

2015-12-05 Thread Jean-Luc Coulon (f5ibh)
Package: iceweasel
Version: 42.0-1
Severity: minor

Hi,

In version 42,0-1 (from experimental), the icons are cropped instead of 
resized. Only the upper left corner (I suppose) appears.

This applies to png and xpm images files.

Only mozicon128.png is correct. I've rebuilt the other from this one.

Regards

Jean-Luc

-- Package-specific info:

-- Extensions information
Name: 1-Click YouTube Video Downloader
Location: ${PROFILE_EXTENSIONS}/youtubedownloa...@peterolayev.com.xpi
Status: enabled

Name: Adblock Plus
Location: ${PROFILE_EXTENSIONS}/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.xpi
Status: enabled

Name: Autofill Forms
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/autofillfo...@blueimp.net
Package: xul-ext-autofill-forms
Status: enabled

Name: Bookmark Deduplicator
Location: ${PROFILE_EXTENSIONS}/bookmarkdeduplica...@foxhatdev.xpi
Status: enabled

Name: Bookmarks Checker - check for bad links
Location: ${PROFILE_EXTENSIONS}/firefoxbookmarkchec...@everhelper.me.xpi
Status: enabled

Name: Dark YouTube Theme
Location: ${PROFILE_EXTENSIONS}/jid1-hdf2iqxgiuj...@jetpack.xpi
Status: user-disabled

Name: Default theme
Location: 
/usr/lib/iceweasel/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: Français Language Pack locale
Location: 
/usr/lib/iceweasel/browser/extensions/langpack...@iceweasel.mozilla.org.xpi
Package: iceweasel-l10n-fr
Status: enabled

Name: HTTPS-Everywhere
Location: ${PROFILE_EXTENSIONS}/https-everywhere-...@eff.org
Status: enabled

Name: I don't care about cookies
Location: ${PROFILE_EXTENSIONS}/jid1-kkzogwgsw3a...@jetpack.xpi
Status: enabled

Name: LastPass
Location: ${PROFILE_EXTENSIONS}/supp...@lastpass.com
Status: enabled

Name: MyBookmarks
Location: ${PROFILE_EXTENSIONS}/mybookma...@ma2ten.catsyawn.net.xpi
Status: enabled

Name: Neo Diggler
Location: ${PROFILE_EXTENSIONS}/{9b84cce7-a817-45d7-865e-9e6e8da1c388}.xpi
Status: enabled

Name: Open GMail in a new pinned tab with toolbar button
Location: ${PROFILE_EXTENSIONS}/gm...@softice86.com.xpi
Status: enabled

Name: Resurrect Pages
Location: ${PROFILE_EXTENSIONS}/{0c8fbd76-bdeb-4c52-9b24-d587ce7b9dc3}.xpi
Status: enabled

Name: sleeky black metallic steel theme
Status: user-disabled

Name: Tab Mix Plus
Location: ${PROFILE_EXTENSIONS}/{dc572301-7619-498c-a57d-39143191b318}.xpi
Status: enabled

Name: Text Link
Location: ${PROFILE_EXTENSIONS}/{54BB9F3F-07E5-486c-9B39-C7398B99391C}.xpi
Status: enabled

Name: Video WithOut Flash
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/v...@drev.com
Package: xul-ext-video-without-flash
Status: enabled

Name: Xmarks
Location: ${PROFILE_EXTENSIONS}/foxma...@kei.com
Status: enabled

-- Plugins information
Name: Gnome Shell Integration
Location: /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so
Package: gnome-shell
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled

Name: libpdf.so from Chrome (1.0.0.0)
Location: /usr/lib/mozilla/plugins/libfreshwrapper-libpdf.so
Package: browser-plugin-freshplayer-libpdf
Status: enabled

Name: Native Client (1.0.0.0)
Location: /usr/lib/mozilla/plugins/libfreshwrapper-nacl.so
Package: browser-plugin-freshplayer-nacl
Status: enabled

Name: Shockwave Flash (11.2.202.508)
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: Shockwave Flash (18.0.0.233)
Location: /usr/lib/mozilla/plugins/libfreshwrapper-pepperflash.so
Package: browser-plugin-freshplayer-pepperflash
Status: enabled


-- Addons package information
ii  browser-plugin 0.3.2-1+b1   amd64PPAPI-host NPAPI-plugin adapter f
ii  browser-plugin 0.3.2-1+b1   amd64PPAPI-host NPAPI-plugin adapter f
ii  browser-plugin 0.3.2-1+b1   amd64PPAPI-host NPAPI-plugin adapter f
ii  gnome-shell3.18.3-2 amd64graphical shell for the GNOME des
ii  iceweasel  42.0-1   amd64Web browser based on Firefox
ii  iceweasel-l10n 1:42.0-1 all  French language package for Icewe
ii  rhythmbox-plug 3.2.1-1  amd64plugins for rhythmbox music playe
ii  xul-ext-autofi 1.0.6-1  all  fill out web forms faster
ii  xul-ext-video- 3.1.1-1  all  extension to watch videos without

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

Kernel: Linux 4.3.0-k8-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages iceweasel depends on:
ii  debianutils   4.5.1
ii  fontconfig2.11.0-6.3
ii  libasound21.0.29-1
ii  libatk1.0-0   2.18.0-1
ii  libc6 2.21-3
ii  libcairo2 1.14.4-1

Bug#806435: gcolor2: Tooltip is invasive

2015-11-27 Thread Jean-Luc Coulon (f5ibh)
Package: gcolor2
Version: 0.4-2.1
Severity: wishlist

Hi,

When in the lower part of the color wheel, the tooltip is over the area where
the selected colour is displayed, hiding it.

Attached a screenshot of what I mean.

Regards

Jean-Luc

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

Kernel: Linux 4.3.0-k8-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gcolor2 depends on:
ii  libatk1.0-0 2.18.0-1
ii  libc6   2.19-22
ii  libcairo2   1.14.4-1
ii  libfontconfig1  2.11.0-6.3
ii  libfreetype62.6.1-0.1
ii  libgdk-pixbuf2.0-0  2.32.2-1
ii  libglib2.0-02.47.3-1
ii  libgtk2.0-0 2.24.28-1
ii  libpango1.0-0   1.38.1-1

gcolor2 recommends no packages.

gcolor2 suggests no packages.

-- no debconf information


Bug#802955: libeigen3-dev: Eigen/LeastSquares is missing in version 3.3~alpha1-2

2015-10-25 Thread Jean-Luc Coulon (f5ibh)
Package: libeigen3-dev
Version: 3.3~alpha1-2
Severity: important

Hi,

I cannot build from source some package since the upgrade to 3.3~alpha1-2.

i.e, I cannot rebuild FreeCAD:
/usr/local/src/freecad-0.15.4671+dfsg1/src/Mod/Mesh/App/Core/Approximation.cpp:59:31:
fatal error: Eigen/LeastSquares: No such file or directory
 # include 
 ^
compilation terminated.

I have reverted to 3.1.0-1

Regards

Jean-Luc


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

Kernel: Linux 4.3.0-rc6-k8-0.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libeigen3-dev depends on:
ii  pkg-config  0.28-1

libeigen3-dev recommends no packages.

Versions of packages libeigen3-dev suggests:
pn  libeigen3-doc  
pn  libmrpt-dev

-- no debconf information



Bug#661147: libreoffice: SIGSEGV in basic while using draw function

2015-10-23 Thread Jean-Luc Coulon (f5ibh)
Control: severity -1 normal
Control: tags -1 + unreproducible moreinfo

On 24-Feb-2012, Jean-Luc Coulon (f5ibh) wrote:
> I experience random segfault.

Well.
This was in 2012.. more than 3 years ago.

The version of the package was 3.5.0-2
Actual version is 5.0.3-rc

You can close the bug if you want everything is now irrelevant.

Regards

jean-Luc


2015-10-23 0:52 GMT+02:00 Ben Finney <ben+deb...@benfinney.id.au>:
> Control: severity -1 normal
> Control: tags -1 + unreproducible moreinfo
>
> On 24-Feb-2012, Jean-Luc Coulon (f5ibh) wrote:
>> I experience random segfault.
>
> What do you mean by “random”? Does a segfault occur every time on the
> document? What steps are needed to reliably produce this behaviour?
>
>> I've a calc spreadsheet from which I call a basic macro.
>
> Can you construct a simple example document that demonstrates this,
> and attach it to this bug report?
>
> Preferably a document which has *only* what is needed to reliably show
> the behaviour, nothing more.
>
> Then, please try it in the LibreOffice from the latest stable Debian
> release, and report the result on this bug report.
>
> The described behaviour doesn't seem to match the “important” severity
> definition, so I'm down-grading this to “normal” severity.
>
> --
>  \“If this is your first visit to the USSR, you are welcome to |
>   `\  it.” —hotel room, Moscow |
> _o__)  |
> Ben Finney <b...@benfinney.id.au>



Bug#729292: minitube: SIGABRT after buffering

2013-11-11 Thread Jean-Luc Coulon (f5ibh)
Package: minitube
Version: 2.0-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I experience SIGABRT with Minitube.

Step to reproduce the error:
- - Start minitube
- - Search for a topic
- - It launch the 1st entry
- - After buffering, it crashes

I've ran it from gdb.

Please find attached the gdb session

Regards

Jean-Luc


- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (980, 'testing'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.12.0-k8-1.1 (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 minitube depends on:
ii  dbus-x11   1.7.8-1
ii  libc6  2.17-95
ii  libgcc11:4.8.2-1
ii  libphonon4 4:4.7.0.0-2
ii  libqt4-dbus4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-network 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-xml 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtcore4 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtgui4  4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libstdc++6 4.8.2-1
ii  phonon 4:4.7.0.0-2
ii  phonon-backend-gstreamer [phonon-backend]  4:4.7.0.0-1
ii  phonon-backend-vlc [phonon-backend]0.7.0-1

minitube recommends no packages.

minitube suggests no packages.

- -- no debconf information

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

iD8DBQFSgPDvXit3lz9m7V4RAt5kAJ4yR2OwewBKKr/Ri+G5a1e/ysU1uwCgnDuv
pOyx8TQ0JzzxBKr8U5Jc/hs=
=tNtM
-END PGP SIGNATURE-
[jean-luc@tangerine] % gdb minitube   ~
GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/minitube...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/minitube 
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need set solib-search-path or set sysroot?
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffe3901700 (LWP 6823)]
[New Thread 0x7fffd7b3f700 (LWP 6825)]
[Thread 0x7fffd7b3f700 (LWP 6825) exited]
[New Thread 0x7fffd7b3f700 (LWP 6826)]
[New Thread 0x7fffd5b5e700 (LWP 6827)]
[Thread 0x7fffd5b5e700 (LWP 6827) exited]
[Thread 0x7fffd7b3f700 (LWP 6826) exited]
[New Thread 0x7fffd7b3f700 (LWP 6828)]
[New Thread 0x7fffd5b5e700 (LWP 6829)]
true 
[New Thread 0x7fffced11700 (LWP 6830)]
QAbstractItemModel::endInsertRows:  Invalid index ( 10 , 0 ) in model 
PlaylistModel(0x55b4e560) 
Already loading stream URL for Tutorial 01 for Arduino: Getting Acquainted 
with Arduino 
http://gdata.youtube.com/feeds/api/videos/?v=2max-results=10start-index=1q=arduino;
 
Found format 18 
http://www.youtube.com/get_video_info?video_id=fCxzA9_kg6sel=embeddedps=defaulteurl=gl=UShl=en;
 
Found format 18 
http://www.youtube.com/get_video_info?video_id=EUgeB46JiXwel=embeddedps=defaulteurl=gl=UShl=en;
 
Playing /tmp/minitube-qb6819 
[New Thread 0x7fffcda80700 (LWP 6831)]
[New Thread 0x7fffcd27f700 (LWP 6832)]
[New Thread 0x7fffbbffe700 (LWP 6833)]
[New Thread 0x7fffbb7fd700 (LWP 6834)]
[New Thread 0x7fffbabce700 (LWP 6835)]
[New Thread 0x7fffb8efd700 (LWP 6836)]
[New Thread 0x7fffabfff700 (LWP 6837)]
[New Thread 0x7fffab7fe700 (LWP 6838)]
[New Thread 0x7fffaaffd700 (LWP 6839)]
[New Thread 0x7fffaa7fc700 (LWP 6840)]
[New Thread 0x7fffa9ffb700 (LWP 6841)]
void MediaView::aboutToFinish() 0 
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been 
called
[xcb] Aborting, sorry about that.
minitube: ../../src/xcb_io.c :274 : poll_for_event:  l'assertion « 
!xcb_xlib_threads_sequence_lost » a échoué.

Program received signal SIGABRT, Aborted.
0x7541f1d5 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56  ../nptl/sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce 
type.
(gdb) bt all
No symbol all in current context.
(gdb) bt -all
No symbol all in current context.
(gdb) bt
#0  0x7541f1d5 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x75422388 in __GI_abort () at abort.c:90
#2  

Bug#691751: libreoffice-base uninstallable (3.6.3-rc2.1)

2012-10-29 Thread Jean-Luc Coulon (f5ibh)
Package: libreoffice
Version: 1:3.6.3~rc2-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

version 1:3.6.3~rc2-1 depends on ure  3.7.0 which is unavailable.
(maybe a typo in the dependancy list)

regards

Jean-Luc

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

Kernel: Linux 3.6.4-k8-1 (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 libreoffice depends on:
ii  fonts-sil-gentium-basic [ttf-sil-gentium-basic]  1.1-5
ii  libreoffice-base 1:3.6.3~rc1-1
ii  libreoffice-calc 1:3.6.3~rc1-1
ii  libreoffice-core 1:3.6.3~rc1-1
ii  libreoffice-draw 1:3.6.3~rc1-1
ii  libreoffice-filter-mobiledev 1:3.6.3~rc1-1
ii  libreoffice-impress  1:3.6.3~rc1-1
ii  libreoffice-java-common  1:3.6.3~rc1-1
ii  libreoffice-math 1:3.6.3~rc1-1
ii  libreoffice-report-builder-bin   1:3.6.3~rc1-1
ii  libreoffice-writer   1:3.6.3~rc1-1
ii  ttf-dejavu   2.33-3

Versions of packages libreoffice recommends:
ii  fonts-liberation [ttf-liberation]  1.07.2-5
ii  libpaper-utils 1.1.24+nmu2
ii  ttf-liberation 1.07.2-5
ii  ttf-mscorefonts-installer  3.4+nmu1

Versions of packages libreoffice suggests:
ii  cups-bsd1.5.3-4
ii  default-jre [java5-runtime] 1:1.7-48
ii  gcj-4.6-jre [java5-runtime] 4.6.3-3
ii  gcj-4.7-jre [java5-runtime] 4.7.2-2
ii  gcj-jre [java5-runtime] 4:4.7.2-1
ii  gstreamer0.10-ffmpeg1:0.10.13-dmo1
ii  gstreamer0.10-plugins-bad   0.10.23-7
ii  gstreamer0.10-plugins-base  0.10.36-1
ii  gstreamer0.10-plugins-good  0.10.31-3
ii  gstreamer0.10-plugins-ugly  0.10.19-2+b2
ii  hunspell-fr [hunspell-dictionary]   1:3.3.0-4
ii  hyphen-fr [hyphen-hyphenation-patterns] 1:3.3.0-4
ii  icedove 11.0-1
ii  iceweasel   16.0.2-1
ii  imagemagick 8:6.7.7.10-4
ii  libgl1-mesa-glx [libgl1]8.0.4-2
ii  libldap-2.4-2   2.4.31-1
ii  libreoffice-filter-binfilter1:3.6.3~rc1-1
ii  libreoffice-gnome   1:3.6.3~rc1-1
pn  libreoffice-grammarchecknone
ii  libreoffice-help-fr [libreoffice-help-3.6]  1:3.6.3~rc1-1
ii  libreoffice-l10n-fr [libreoffice-l10n-3.6]  1:3.6.3~rc1-1
ii  libreoffice-officebean  1:3.6.3~rc1-1
ii  libsane 1.0.22-7.4
ii  libxrender1 1:0.9.7-1
ii  myspell-en-us [myspell-dictionary]  1:3.3.0-4
ii  mythes-fr [mythes-thesaurus]1:3.3.0-4
ii  openclipart-libreoffice 1:0.18+dfsg-14
ii  openjdk-7-jre [java5-runtime]   7u3-2.1.3-1
ii  pstoedit3.60-2+b1
ii  unixodbc2.2.14p2-5

Versions of packages libreoffice-core depends on:
ii  fontconfig   2.9.0-7
ii  fonts-opensymbol 2:102.2+LibO3.6.3~rc1-1
ii  libboost-date-time1.49.0 1.49.0-3.1
ii  libc62.13-36
ii  libcairo21.12.4-1
ii  libclucene-contribs1 2.3.3.4-2
ii  libclucene-core1 2.3.3.4-2
ii  libcmis-0.2-20.2.3-1
ii  libcurl3-gnutls  7.28.0-2
ii  libdb5.1 5.1.29-5
ii  libexpat12.1.0-1
ii  libexttextcat0   3.2.0-2
ii  libfontconfig1   2.9.0-7
ii  libfreetype6 2.4.9-1
ii  libgcc1  1:4.7.2-4
ii  libglib2.0-0 2.34.1-1
ii  libgraphite2-2.0.0   1.1.3-1
ii  libgstreamer-plugins-base0.10-0  0.10.36-1
ii  libgstreamer0.10-0   0.10.36-1
ii  libhunspell-1.3-01.3.2-4
ii  libhyphen0   2.8.3-2
ii  libice6  2:1.0.8-2
ii  libicu48 4.8.1.1-9
ii  libjpeg8 8d-1
ii  liblcms2-2   2.2+git20110628-2.2
ii  libmythes-1.2-0  2:1.2.2-1
ii  libneon27-gnutls 0.29.6-3
ii  libnspr4 2:4.9.2-1
ii  libnspr4-0d  2:4.9.2-1
ii  libnss3  2:3.13.6-1
ii  libnss3-1d   

Bug#689851: initramfs-tools: Wrong keymap at boot while prompting for the passphrase

2012-10-07 Thread Jean-Luc Coulon (f5ibh)
Package: initramfs-tools
Version: 0.107
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've some encrypted filesystems over lvm.
After upgrading from 0.107 to 0.108, it refuses my passphrase at boot.
I suppose it is related to the keymap.

I've reverted to 0.107 at that fixed the problem.

I've then upgraded to 0.109 and I've the same problem again.
Once again, I've reverted to 0.107 and the probelm is fixed.

Regards

Jean-Luc

- -- Package-specific info:
- -- initramfs sizes
- -- /proc/cmdline
BOOT_IMAGE=/vmlinuz-3.6.0-k8-1 root=/dev/mapper/vg00-root_lv ro quiet

- -- resume
RESUME=UUID=993cd3a8-7837-4c17-bdee-b01ac7bd1d72
- -- /proc/filesystems
ext3
fuseblk
xfs
ext4

- -- lsmod
Module  Size  Used by
snd_hrtimer 1597  1 
cpufreq_stats   2993  0 
cpufreq_conservative 5049  0 
cpufreq_userspace   1992  0 
xt_multiport1678  1 
iptable_filter  1376  1 
ip_tables  16898  1 iptable_filter
x_tables   16463  3 ip_tables,xt_multiport,iptable_filter
cpufreq_powersave942  0 
binfmt_misc 6941  1 
ext4  421844  4 
crc16   1343  1 ext4
jbd2   72041  1 ext4
xfs   695186  4 
exportfs3457  1 xfs
sha256_generic 10117  2 
aes_x86_64  7475  2 
aes_generic26058  1 aes_x86_64
cbc 2528  1 
dm_crypt   14974  1 
it87   27989  0 
hwmon_vid   3084  1 it87
loop   17256  0 
radeon821556  3 
drm_kms_helper 24934  1 radeon
ttm58344  1 radeon
fuse   64729  3 
hid_logitech_dj 9980  0 
joydev  9692  0 
snd_hda_codec_hdmi 23384  1 
snd_hda_codec_realtek57465  1 
snd_hda_intel  22932  5 
snd_hda_codec  82443  3 
snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_pcm_oss21896  0 
snd_mixer_oss  15299  1 snd_pcm_oss
snd_pcm65295  4 
snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
ftdi_sio   38199  1 
snd_seq_dummy   1407  0 
powernow_k812344  0 
usbserial  28932  3 ftdi_sio
snd_seq_oss27288  0 
mperf   1123  1 powernow_k8
usbhid 35411  1 hid_logitech_dj
snd_seq_midi_event  5388  1 snd_seq_oss
snd_seq48394  6 snd_seq_midi_event,snd_seq_oss,snd_seq_dummy
kvm_amd47859  0 
snd_seq_device  4884  3 snd_seq,snd_seq_oss,snd_seq_dummy
kvm   350608  1 kvm_amd
snd_timer  17910  3 snd_hrtimer,snd_pcm,snd_seq
snd56757  22 
snd_hda_codec_realtek,snd_pcm_oss,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec,snd_hda_intel,snd_seq_oss,snd_seq_device,snd_mixer_oss
k10temp 2770  0 
serio_raw   4377  0 
pcspkr  1787  0 
evdev   9574  20 
soundcore   5098  1 snd
snd_page_alloc  6801  2 snd_pcm,snd_hda_intel
processor  25504  1 powernow_k8
button  4433  0 
thermal_sys14115  1 processor
ext3  185144  4 
mbcache 5522  2 ext3,ext4
jbd55499  1 ext3
raid1  26512  3 
md_mod 98696  4 raid1
dm_mirror  12960  0 
dm_region_hash  6751  1 dm_mirror
dm_log  8161  2 dm_region_hash,dm_mirror
dm_mod 68821  72 dm_log,dm_mirror,dm_crypt
hid_generic 1097  0 
hid83072  3 hid_generic,usbhid,hid_logitech_dj
usb_storage45696  0 
sg 22106  0 
sr_mod 14791  0 
sd_mod 36008  10 
crc_t10dif  1316  1 sd_mod
cdrom  34984  1 sr_mod
ahci   21016  10 
libahci18655  1 ahci
pata_atiixp 4819  0 
microcode   8654  0 
ohci_hcd   20480  0 
r8169  53502  0 
mii 3915  1 r8169
libata150364  3 ahci,libahci,pata_atiixp
scsi_mod  166531  5 sg,usb_storage,libata,sd_mod,sr_mod
ehci_hcd   40382  0 

- -- /etc/initramfs-tools/modules
hid_generic

- -- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = yes
do_bootfloppy = no
do_initrd = yes
link_in_boot = no

- -- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=y
COMPRESS=gzip
DEVICE=
NFSROOT=auto

- -- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

- -- /etc/crypttab
md5_crypt UUID=a58c3614-300f-4715-aefe-58b2477bbc71 none luks

- -- /proc/mdstat
Personalities : [raid1] 
md5 : active raid1 sda3[0] sdb3[1]

Bug#685313: librecad: SIGABRT while editing a spline

2012-08-19 Thread Jean-Luc Coulon (f5ibh)
Package: librecad
Version: 2.0.0~alpha4+nolibs-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm trying to edit a spline (append a node).
librecad segfault.

Attached the gdb session

Regards

Jean-Luc


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

Kernel: Linux 3.5.0-k8-1 (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 librecad depends on:
ii  libc6  2.13-35
ii  libgcc11:4.7.1-7
ii  libmuparser2   2.1.0-3
ii  libqt4-help4:4.8.2-2+b1
ii  libqt4-sql 4:4.8.2-2+b1
ii  libqt4-svg 4:4.8.2-2+b1
ii  libqtcore4 4:4.8.2-2+b1
ii  libqtgui4  4:4.8.2-2+b1
ii  librecad-data  2.0.0~alpha4+nolibs-1
ii  libstdc++6 4.7.1-7

librecad recommends no packages.

librecad suggests no packages.

- -- no debconf information

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

iD8DBQFQMQxDXit3lz9m7V4RAsusAKCaBGOJ0Nla7+4z043ZAbiu5mhkpgCcD4cp
bR2ovNSTBcE7lQIY1M5AmAc=
=oB9v
-END PGP SIGNATURE-
(gdb) run
Starting program: /usr/bin/librecad 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffe28bf700 (LWP 14773)]
[New Thread 0x7fffe1899700 (LWP 14774)]
[Thread 0x7fffe28bf700 (LWP 14773) exited]
[Thread 0x7fffe1899700 (LWP 14774) exited]
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'std::out_of_range'
  what():  vector::_M_range_check

Program received signal SIGABRT, Aborted.
0x755ca475 in *__GI_raise (sig=optimized out)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64  ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x755ca475 in *__GI_raise (sig=optimized out)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x755cd6f0 in *__GI_abort () at abort.c:92
#2  0x75e1c6dd in __gnu_cxx::__verbose_terminate_handler() ()
   from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3  0x75e1a7e6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4  0x75e1a813 in std::terminate() ()
   from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5  0x75e1aa86 in __cxa_rethrow ()
   from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6  0x76455dc4 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x7645ad18 in QCoreApplication::exec() ()
   from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x00427582 in ?? ()
#9  0x755b6ead in __libc_start_main (main=optimized out, 
argc=optimized out, ubp_av=optimized out, init=optimized out, 
fini=optimized out, rtld_fini=optimized out, stack_end=0x7fffe4d8)
at libc-start.c:228
#10 0x0042a0e9 in ?? ()
#11 0x7fffe4d8 in ?? ()
#12 0x001c in ?? ()
#13 0x0001 in ?? ()
#14 0x7fffe7c4 in ?? ()
#15 0x in ?? ()
(gdb) 



Bug#557994: rawstudio: Segmentation fault when loading images

2012-07-07 Thread Jean-Luc Coulon (f5ibh)
Package: rawstudio
Version: 2.0-1+b2
Followup-For: Bug #557994

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've (quite) the same problem.
I do File - Open directory
Choose and select a directory - Nothing happens
Right click in the main window and got a segfault.

Attached the gdb bt.

Regards

Jean-Luc

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

Kernel: Linux 3.4.4-k8-1 (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 rawstudio depends on:
ii  gconf-service   3.2.5-1
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-34
ii  libcairo2   1.12.2-2
ii  libcurl3-gnutls 7.26.0-1
ii  libdbus-1-3 1.6.2-2
ii  libexif12   0.6.20-2
ii  libexiv2-12 0.23-1
ii  libfftw3-3  3.3.2-3
ii  libflickcurl0   1.22-1
ii  libfontconfig1  2.9.0-6
ii  libfreetype62.4.9-1
ii  libgcc1 1:4.7.1-3
ii  libgconf-2-43.2.5-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgphoto2-22.4.14-2
ii  libgphoto2-port02.4.14-2
ii  libgtk2.0-0 2.24.10-1
ii  libjpeg88d-1
ii  liblcms11.19.dfsg-1.1
ii  liblensfun0 0.2.6.0-1
ii  libpango1.0-0   1.30.0-1
ii  libsqlite3-03.7.13-1
ii  libstdc++6  4.7.1-3
ii  libtiff43.9.6-6
ii  libx11-62:1.5.0-1
ii  libxml2 2.8.0+dfsg1-4

rawstudio recommends no packages.

rawstudio suggests no packages.

- -- no debconf information

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

iD8DBQFP+AhsXit3lz9m7V4RAocQAJ4kqnaStLP7pRp3PgaIHEXv9GOQCwCgoWeD
W2uIg1c/zYSrgGbT7Gir0CI=
=LhE2
-END PGP SIGNATURE-
rawstudio:30575): GLib-GObject-WARNING **: value 1 of type `gint' is invalid 
or out of range for property `width' of type `gint'

(rawstudio:30575): GLib-GObject-WARNING **: value 1 of type `gint' is invalid 
or out of range for property `height' of type `gint'

Program received signal SIGSEGV, Segmentation fault.
rs_preview_widget_set_zoom_to_fit (preview=0x7d4060, zoom_to_fit=0)
at rs-preview-widget.c:575
575 rs-preview-widget.c: Aucun fichier ou dossier de ce type.
(gdb) bt
#0  rs_preview_widget_set_zoom_to_fit (preview=0x7d4060, zoom_to_fit=0)
at rs-preview-widget.c:575
#1  0x75a75724 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#2  0x75a867b0 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#3  0x75a8e72c in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#4  0x75a8e8c2 in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#5  0x775cf623 in _gtk_action_emit_activate (action=0x749d90)
at /tmp/buildd/gtk+2.0-2.24.10/gtk/gtkaction.c:794
#6  0x775fe1b8 in gtk_check_menu_item_activate (
menu_item=optimized out)
at /tmp/buildd/gtk+2.0-2.24.10/gtk/gtkcheckmenuitem.c:422
#7  0x75a75724 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8  0x75a860d3 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9  0x75a8e72c in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x75a8e8c2 in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
---Type return to continue, or q return to quit---
#11 0x777a964e in IA__gtk_widget_activate (widget=0xa1b100)
at /tmp/buildd/gtk+2.0-2.24.10/gtk/gtkwidget.c:5015
#12 0x776a49bd in IA__gtk_menu_shell_activate_item (
menu_shell=0xa03540, menu_item=0xa1b100, force_deactivate=optimized out)
at /tmp/buildd/gtk+2.0-2.24.10/gtk/gtkmenushell.c:1256
#13 0x776a4d57 in gtk_menu_shell_button_release (widget=0xa03540, 
event=optimized out)
at /tmp/buildd/gtk+2.0-2.24.10/gtk/gtkmenushell.c:683
#14 0x77691538 in _gtk_marshal_BOOLEAN__BOXED (closure=0x6c64c0, 
return_value=0x7fffdc10, n_param_values=optimized out, 
param_values=0x7fffdcc0, invocation_hint=optimized out, 
marshal_data=optimized out)
at /tmp/buildd/gtk+2.0-2.24.10/gtk/gtkmarshalers.c:86
#15 0x75a75724 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#16 0x75a86530 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#17 0x75a8e34b in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#18 0x75a8e8c2 in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#19 0x777aa451 in gtk_widget_event_internal (widget=0xa03540, 
event=0xb45020) at /tmp/buildd/gtk+2.0-2.24.10/gtk/gtkwidget.c:4984
---Type return to continue, or q return to quit---
#20 0x7768f6c3 in IA__gtk_propagate_event 

Bug#663704: freecad: Asking Help-About crahes FreeCad

2012-03-13 Thread Jean-Luc Coulon (f5ibh)
Package: freecad
Version: 0.12.5284-dfsg-4
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

If I open FreeCad then Help - About Freeca, I get a crash (SIGABRT).
In the console, I've abnormal program termination...

Attached the gdb session 

Regards

Jean-Luc

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

Kernel: Linux 3.3.0-rc6-k8-1 (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 freecad depends on:
ii  libboost-filesystem1.48.0   1.48.0-3
ii  libboost-program-options1.48.0  1.48.0-3
ii  libboost-regex1.48.01.48.0-3
ii  libboost-signals1.48.0  1.48.0-3
ii  libboost-system1.48.0   1.48.0-3
ii  libc6   2.13-27
ii  libcoin60   3.1.3-2
ii  libgcc1 1:4.7-20120210-1
ii  libgfortran34.7-20120210-1
ii  libgl1-mesa-glx [libgl1]8.0-2
ii  libglu1-mesa [libglu1]  7.11.2-1
ii  libice6 2:1.0.7-2
ii  liboce-foundation1  0.8.0-1
ii  liboce-modeling10.8.0-1
ii  liboce-ocaf-lite1   0.8.0-1
ii  liboce-ocaf10.8.0-1
ii  liboce-visualization1   0.8.0-1
ii  libpython2.72.7.3~rc1-1
ii  libqt4-network  4:4.8.0-1
ii  libqt4-opengl   4:4.8.0-1
ii  libqt4-qt3support   4:4.8.0-1
ii  libqt4-svg  4:4.8.0-1
ii  libqt4-xml  4:4.8.0-1
ii  libqtcore4  4:4.8.0-1
ii  libqtgui4   4:4.8.0-1
ii  libqtwebkit42.2.0-3
ii  libquadmath04.7-20120210-1
ii  libsm6  2:1.2.0-2
ii  libsoqt4-20 1.5.0-2
ii  libstdc++6  4.7-20120210-1
ii  libx11-62:1.4.99.1-1
ii  libxerces-c28   2.8.0+deb1-2+b2
ii  libxext62:1.3.0-3
ii  libxi6  2:1.4.5-1
ii  libxmu6 2:1.1.0-3
ii  libxt6  1:1.1.1-2
ii  libzipios++0c2a 0.1.5.9+cvs.2007.04.28-5.1
ii  python  2.7.2-10
ii  python-pivy 0.5.0~v609hg-1
ii  python-support  1.0.14
ii  zlib1g  1:1.2.6.dfsg-2

freecad recommends no packages.

Versions of packages freecad suggests:
ii  freecad-doc  0.12.5284-dfsg-4

- -- no debconf information

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

iD8DBQFPX0ZXXit3lz9m7V4RAiJyAJ9mJfSwhufwx0N+qwdm6x9BKkRyywCgyjsx
M5fe1uY82ddb1hhmN+3OPBM=
=ktFM
-END PGP SIGNATURE-
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
FreeCAD 0.12, Libs: 0.12R5382
© Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2011
  #   ###     
  ##  # #   #   # 
  # ##     # #   #  #   # 
    # # #  # #  #  # #  #   # 
  # #      ## # #   # 
  # #   ## ## # #   #  ##  ##  ##
  # #       ### # #    ##  ##  ##

[New Thread 0x7fffdc9e2700 (LWP 847)]

Program received signal SIGABRT, Aborted.
0x70ed8475 in *__GI_raise (sig=optimized out)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64  ../nptl/sysdeps/unix/sysv/linux/raise.c: No such fiel or directory.
(gdb) bt
#0  0x70ed8475 in *__GI_raise (sig=optimized out)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x70edb6f0 in *__GI_abort () at abort.c:92
#2  0x7797c871 in qt_message_output(QtMsgType, char const*) ()
   from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#3  0x7797cc1f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#4  0x7797cdc4 in qFatal(char const*, ...) ()
   from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#5  0x779c866f in 
QtSharedPointer::ExternalRefCountData::setQObjectShared(QObject const*, bool) 
() from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x71c3e8ad in StdCmdAbout::activated(int) ()
   from /usr/lib/freecad/lib/libFreeCADGui.so.2
#7  0x71c337a3 in Gui::Command::invoke(int) ()
   from /usr/lib/freecad/lib/libFreeCADGui.so.2
#8  0x71c07f4a in Gui::Action::qt_metacall(QMetaObject::Call, int, 
void**) () from /usr/lib/freecad/lib/libFreeCADGui.so.2
#9  0x77a99df9 in QMetaObject::activate(QObject*, QMetaObject const*, 
int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#10 0x76e03a12 in QAction::triggered(bool) ()
   from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#11 0x76e03bff in QAction::activate(QAction::ActionEvent) ()
   from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#12 0x77252279 in ?? () 

Bug#662787: Error: core.img unusually large after upgrade

2012-03-06 Thread Jean-Luc Coulon (f5ibh)
Package: grub2
Version: 1.99-15
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

After upgrading from 1.99-14 to 1.99-15, I get the following error:
 warning:  Your core.img is unusually large.  It won't fit in the embedding
 area..
 error: embedding is not possible, but this is required for cross-disk install.

My boot partition is on a raid1
My root partition is on lvm over a raid1

with 1.99-14, the core.img is 29k
with 1.99-15, the core.img is 33k

I've reverted to 1.99-14

Regards

Jean-Luc


- -- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/vg00-root_lv / ext3 
rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered 0 0
/dev/md3 /boot ext3 rw,relatime,errors=continue,barrier=1,data=ordered 0 0
/dev/mapper/vg00-usr_lv /usr ext3 
rw,relatime,errors=continue,barrier=1,data=ordered 0 0
/dev/mapper/vg00-opt_lv /opt xfs rw,relatime,attr2,delaylog,noquota 0 0
/dev/mapper/vg00-var_lv /var ext3 
rw,relatime,errors=continue,barrier=1,data=ordered 0 0
/dev/mapper/vg01-local_lv /usr/local ext4 
rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/mapper/vg01-music_lv /music ext4 
rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/mapper/vg01-photos_lv /photos ext4 
rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/mapper/vg01-extra_lv /extra ext4 
rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/mapper/cryptvg00-home_lv /home xfs rw,relatime,attr2,delaylog,noquota 0 0
/dev/mapper/cryptvg00-tmp_lv /tmp xfs rw,relatime,attr2,delaylog,noquota 0 0
/dev/mapper/cryptvg00-mail_lv /usr/mail xfs rw,relatime,attr2,delaylog,noquota 
0 0
/dev/sdd1 /media/67E8-5672 vfat 
rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0077,codepage=cp437,iocharset=utf8,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
/dev/sdd3 /media/6816-4449 vfat 
rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0077,codepage=cp437,iocharset=utf8,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-Maxtor_6Y080M0_Y2CYZVAE
(hd1)   /dev/disk/by-id/ata-ST3160815AS_9RA3WA0E
(hd2)   /dev/disk/by-id/ata-WDC_WD1600AAJS-00L7A0_WD-WMAV2C353614
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(vg00-usr_lv)'
search --no-floppy --fs-uuid --set=root 8de15247-8730-4a0e-9619-4a9a7628af25
if loadfont /share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod raid
  insmod mdraid09
  insmod part_msdos
  insmod part_msdos
  insmod ext2
  set root='(mduuid/a14b6e84366c9d4061fc100c5d56)'
  search --no-floppy --fs-uuid --set=root 5ead9fb4-19d1-439e-b46a-9012015cba35
  set locale_dir=($root)/grub/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
set timeout=25
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(vg00-usr_lv)'
search --no-floppy --fs-uuid --set=root 8de15247-8730-4a0e-9619-4a9a7628af25
insmod png
if background_image /share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, avec Linux 3.2.9-k8-1' --class debian --class 
gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(mduuid/a14b6e84366c9d4061fc100c5d56)'
search --no-floppy --fs-uuid --set=root 
5ead9fb4-19d1-439e-b46a-9012015cba35
echo'Chargement de Linux 3.2.9-k8-1 ...'
linux   /vmlinuz-3.2.9-k8-1 root=/dev/mapper/vg00-root_lv ro quiet 
echo'Chargement du disque mémoire initial ...'
initrd  /initrd.img-3.2.9-k8-1
}
menuentry 'Debian GNU/Linux, avec Linux 3.2.9-k8-1 (mode de dépannage)' --class 
debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid

Bug#662039: icedtea-7-plugin missing quotes in postinst script

2012-03-03 Thread Jean-Luc Coulon (f5ibh)
Package: icedtea-7-plugin
Version: 1.2~pre3-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

There is a typo in /var/lib/dpkg/info/icedtea-7-plugin.postinst
Line 13? there is a missing quote before the $:

Posted version:
if [ -n (update-alternatives

Corrected version:
if [ -n $(update-alternatives

Regards

Jean-Luc


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

Kernel: Linux 3.2.7-k8-1 (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 icedtea-7-plugin depends on:
ii  icedtea-netx1.2~pre3-1
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-27
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.8-1
ii  libgcc1 1:4.7-20120210-1
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.10-1
ii  libpango1.0-0   1.29.4-2
ii  libstdc++6  4.7-20120210-1
ii  openjdk-7-jre   7~u3-2.1-2

icedtea-7-plugin recommends no packages.

icedtea-7-plugin suggests no packages.

- -- no debconf information

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

iD8DBQFPUnE6Xit3lz9m7V4RAnuEAJ9uzxPAfsoMBJqC3dqMnr4gI7N9GwCeOyRu
EkjDjf1bs/rKtoPpbHBtYeA=
=ON/c
-END PGP SIGNATURE-



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



Bug#661147: libreoffice: SIGSEGV in basic while using draw function

2012-02-24 Thread Jean-Luc Coulon (f5ibh)
Package: libreoffice
Version: 1:3.5.0-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've a calc spreadsheet from which I call a basic macro.
The macro, basically, get data from the sheet and plots schematics in draw.

I experience random segfault.

Attached the gdb backtrace

Regards

Jean-Luc

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

Kernel: Linux 3.2.6-k8-1 (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 libreoffice depends on:
ii  fonts-sil-gentium-basic [ttf-sil-gentium-basic]  1.1-5
ii  liblucene2-java  2.9.4+ds1-4
ii  libreoffice-base 1:3.5.0-2
ii  libreoffice-calc 1:3.5.0-2
ii  libreoffice-core 1:3.5.0-2
ii  libreoffice-draw 1:3.5.0-2
ii  libreoffice-filter-mobiledev 1:3.5.0-2
ii  libreoffice-impress  1:3.5.0-2
ii  libreoffice-java-common  1:3.5.0-2
ii  libreoffice-math 1:3.5.0-2
ii  libreoffice-report-builder-bin   1:3.5.0-2
ii  libreoffice-writer   1:3.5.0-2
ii  ttf-dejavu   2.33-2
ii  ttf-sil-gentium-basic1.1-5

Versions of packages libreoffice recommends:
ii  fonts-liberation [ttf-liberation]  1.07.2-1
ii  libpaper-utils 1.1.24+nmu1
ii  ttf-liberation 1.07.2-1
ii  ttf-mscorefonts-installer  3.4

Versions of packages libreoffice suggests:
ii  cups-bsd   1.5.2-5
ii  default-jre [java5-runtime]1:1.6-46
ii  gcj-4.4-jre [java5-runtime]4.4.6-11
ii  gcj-4.6-jre [java5-runtime]4.6.2-2
ii  gcj-4.7-jre [java5-runtime]4.7-20120210-1
ii  gcj-jre [java5-runtime]4:4.6.2-4
ii  gstreamer0.10-ffmpeg   1:0.10.13-0.2
ii  gstreamer0.10-plugins-bad  0.10.23-1
ii  gstreamer0.10-plugins-base 0.10.36-1
ii  gstreamer0.10-plugins-good 0.10.31-1
ii  gstreamer0.10-plugins-ugly 0.10.19-1
ii  hunspell-fr [hunspell-dictionary]  1:3.3.0-3
ii  hyphen-fr [hyphen-hyphenation-patterns]1:3.3.0-3
ii  icedove9.0.1-1
ii  iceweasel  11.0~b3-1
ii  imagemagick8:6.7.4.0-2
ii  libgl1-mesa-glx [libgl1]   8.0-2
ii  libldap-2.4-2  2.4.28-1.1
ii  libreoffice-filter-binfilter   1:3.5.0-2
ii  libreoffice-gnome  1:3.5.0-2
ii  libreoffice-help-en-us [libreoffice-help-3.5]  1:3.5.0-2
ii  libreoffice-help-fr [libreoffice-help-3.5] 1:3.5.0-2
ii  libreoffice-l10n-fr [libreoffice-l10n-3.5] 1:3.5.0-2
ii  libreoffice-officebean 1:3.5.0-2
ii  libsane1.0.22-7
ii  libxrender11:0.9.6-2
ii  myspell-en-us [myspell-dictionary] 1:3.3.0-3
ii  mythes-en-us [mythes-thesaurus]1:3.3.0-3
ii  mythes-fr [mythes-thesaurus]   1:3.3.0-3
ii  openclipart-libreofficenone
ii  openjdk-6-jre [java5-runtime]  6b24-1.11.1-2
ii  pstoedit   3.60-1
ii  unixodbc   2.2.14p2-5

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-3.1
ii  fonts-opensymbol [ttf-opensymbol]  2:102.2+LibO3.5.0-2
ii  libc6  2.13-26
ii  libcairo2  1.10.2-6.2
ii  libcmis-0.2-0  0.1.0-1
ii  libcurl3-gnutls7.24.0-1
ii  libdb5.1   5.1.29-1
ii  libexpat1  2.0.1-7.2
ii  libexttextcat0 3.2.0-1
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.8-1
ii  libgcc11:4.7-20120210-1
ii  libglib2.0-0   2.30.2-6
ii  libgraphite2-2.0.0 1.1.0-2
ii  libgstreamer-plugins-base0.10-00.10.36-1
ii  libgstreamer0.10-0 0.10.36-1
ii  libhunspell-1.3-0  1.3.2-4
ii  libhyphen0 2.8.3-1
ii  libice62:1.0.7-2
ii  libicu48   4.8.1.1-3
ii  libjpeg8   8d-1
ii  libmythes-1.2-02:1.2.2-1
ii  libneon27-gnutls 

Bug#659455: iceweasel: Segfault while surfing

2012-02-11 Thread Jean-Luc Coulon (f5ibh)
Package: iceweasel
Version: 11.0~b2-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I got many segfaults with iceweasel (11 beta) while surfing.
This applies to b2 as weel as b1.

I've reported the bug upstream, see:
https://bugzilla.mozilla.org/show_bug.cgi?id=726280

Attached the backtrace

Regards

Jean-Luc

- -- Package-specific info:

- -- Extensions information
Name: Adblock Plus extensionfalse
Location: ${PROFILE_EXTENSIONS}/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.xpi
Status: enabled

Name: Brief extensionfalse
Location: ${PROFILE_EXTENSIONS}/br...@mozdev.org.xpi
Status: enabled

Name: FireTray extensionfalse
Location: 
/usr/lib/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{9533f794-00b4-4354-aa15-c2bbda6989f8}
Status: app-disabled

Name: Français Language Pack localefalse
Location: ${PROFILE_EXTENSIONS}/langpack...@firefox.mozilla.org.xpi
Status: user-disabled

Name: Français Language Pack localefalse
Location: /usr/lib/iceweasel/extensions/langpack...@iceweasel.mozilla.org.xpi
Status: enabled

Name: Google Calendar Watcher extensionfalse
Location: ${PROFILE_EXTENSIONS}/g...@devseo.co.uk.xpi
Status: enabled

Name: Greasemonkey extensionfalse
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
Status: enabled

Name: HTTPS-Everywhere extensionfalse
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/https-everywh...@eff.org
Status: enabled

Name: LastPass extensionfalse
Location: ${PROFILE_EXTENSIONS}/supp...@lastpass.com
Status: enabled

Name: Mozilla Archive Format extensionfalse
Location: ${PROFILE_EXTENSIONS}/{7f57cf46-4467-4c2d-adfa-0cba7c507e54}.xpi
Status: enabled

Name: MyBookmarks extensionfalse
Location: ${PROFILE_EXTENSIONS}/mybookma...@ma2ten.catsyawn.net.xpi
Status: enabled

Name: Neo Diggler extensionfalse
Location: ${PROFILE_EXTENSIONS}/{9b84cce7-a817-45d7-865e-9e6e8da1c388}.xpi
Status: enabled

Name: Read It Later extensionfalse
Location: ${PROFILE_EXTENSIONS}/isreaditla...@ideashower.com.xpi
Status: enabled

Name: RSS Icon for Brief extensionfalse
Location: ${PROFILE_EXTENSIONS}/iconforbr...@gmail.com.xpi
Status: enabled

Name: RSS Icon In Awesombar extensionfalse
Location: ${PROFILE_EXTENSIONS}/rssi...@jasnapaka.com.xpi
Status: enabled

Name: Tab Mix Plus extensionfalse
Location: ${PROFILE_EXTENSIONS}/{dc572301-7619-498c-a57d-39143191b318}.xpi
Status: enabled

Name: Thème par défaut themefalse
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Status: enabled

Name: Tilt extensionfalse
Location: ${PROFILE_EXTENSIONS}/t...@mozilla.com
Status: user-disabled

Name: UnMHT extensionfalse
Location: ${PROFILE_EXTENSIONS}/{f759ca51-3a91-4dd1-ae78-9db5eee9ebf0}.xpi
Status: enabled

Name: User Agent Switcher extensionfalse
Location: ${PROFILE_EXTENSIONS}/{e968fc70-8f95-4ab9-9e79-304de2a71ee1}.xpi
Status: enabled

Name: Xmarks extensionfalse
Location: ${PROFILE_EXTENSIONS}/foxma...@kei.com
Status: user-disabled

Name: Yet Another Smooth Scrolling extensionfalse
Location: ${PROFILE_EXTENSIONS}/yetanothersmoothscroll...@kataho.xpi
Status: enabled

- -- Plugins information
Name: DivX® Web Player
Location: /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
Status: enabled

Name: DjView-4.8
Location: /usr/lib/mozilla/plugins/nsdejavu.so
Status: enabled

Name: Gnome Shell Integration
Location: /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so
Status: enabled

Name: IcedTea-Web Plugin (using IcedTea-Web 1.1.4 (1.1.4-1))
Location: /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Status: enabled

Name: LibreOffice Plug-in
Location: /usr/lib/libreoffice/program/libnpsoplugin.so
Status: enabled

Name: MozPlugger 1.14.3 handles QuickTime and Windows Media Player Plugin 
(1.14.3)
Location: /usr/lib/mozilla/plugins/mozplugger.so
Status: enabled

Name: Picasa
Location: /opt/google/picasa/3.0/lib/npPicasa3.so
Status: enabled

Name: QuickTime Plug-in 7.6.6
Location: /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/mozilla/plugins/libflashplayer.so
Status: enabled

Name: VLC Multimedia Plug-in
Location: /usr/lib/mozilla/plugins/libvlcplugin.so
Status: enabled

Name: VLC Multimedia Plugin (compatible Totem 3.2.1)
Location: /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
Status: enabled

Name: Windows Media Player Plug-in 10 (compatible; Totem)
Location: /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
Status: enabled


- -- Addons package information

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

Kernel: Linux 3.2.4-k8-1 (SMP w/2 

Bug#659268: iceweasel: XML parsing error with l10n.fr installed

2012-02-09 Thread Jean-Luc Coulon (f5ibh)
Package: iceweasel
Version: 11.0~b1-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

If I install iceweasel-l10n-fr and activate it, iceweasel refuses to start.
I get the message:

Erreur d'analyse XML : entité non définie
Emplacement : chrome://browser/content/browser.xul
Numéro de ligne 240, Colonne 5 :key id=key_styleeditor
keycode=styleeditor.keycode; modifiers=shift
- ^

(the  arrow is under the  of key id= )

The approximate translation of this message is:

Erreur parsing XML: undefined entity
Location: .
Line number 240, column 5  

- - If I start in safe mode, it starts.
- - If I disable the langage pack from the Tools - Add ons, it starts.
- - If I install the langage pack directly from the fr.xpi file got on mozilla
  ftp, it works fine also.

Regards

Jean-Luc


- -- Package-specific info:


- -- Addons package information

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

Kernel: Linux 3.2.4-k8-1 (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 iceweasel depends on:
ii  debianutils 4.2.1
ii  fontconfig  2.8.0-3.1
ii  libc6   2.13-26
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.9-2
ii  libnspr4-0d 4.8.9-1
ii  libstdc++6  4.7-20120205-1
ii  procps  1:3.3.2-3
ii  xulrunner-11.0  11.0~b1-2

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.10+dfsg~beta1-2
ii  mathematica-fonts [ttf-mathematica4.1]  13
ii  mozplugger  1.14.3-7
ii  ttf-lyx 2.0.2-1
ii  ttf-mathematica4.1  13
ii  xfonts-mathml   4

Versions of packages xulrunner-11.0 depends on:
ii  libasound21.0.24.1-4
ii  libatk1.0-0   2.2.0-2
ii  libbz2-1.01.0.6-1
ii  libc6 2.13-26
ii  libcairo2 1.10.2-6.2
ii  libdbus-1-3   1.5.8-1
ii  libdbus-glib-1-2  0.98-1
ii  libevent-2.0-52.0.16-stable-1
ii  libfontconfig12.8.0-3.1
ii  libfreetype6  2.4.8-1
ii  libgcc1   1:4.7-20120205-1
ii  libgdk-pixbuf2.0-02.24.1-1
ii  libglib2.0-0  2.30.2-6
ii  libgtk2.0-0   2.24.9-2
ii  libhunspell-1.3-0 1.3.2-4
ii  libjpeg8  8d-1
ii  libmozjs11d   11.0~b1-2
ii  libnotify40.7.4-1
ii  libnspr4-0d   4.8.9-1
ii  libnss3-1d3.13.2~beta1-3
ii  libpango1.0-0 1.29.4-2
ii  libpixman-1-0 0.24.2-1
ii  libreadline6  6.2-8
ii  libsqlite3-0  3.7.9-3
ii  libstartup-notification0  0.12-1
ii  libstdc++64.7-20120205-1
ii  libvpx1   1.0.0-1
ii  libx11-6  2:1.4.99.1-1
ii  libxext6  2:1.3.0-3
ii  libxrender1   1:0.9.6-2
ii  libxt61:1.1.1-2
ii  zlib1g1:1.2.3.4.dfsg-3

Versions of packages xulrunner-11.0 suggests:
ii  libcanberra0  0.28-3
ii  libgnomeui-0  2.24.5-2

- -- no debconf information

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

iD8DBQFPNATAXit3lz9m7V4RAqE/AKCBv3oObWPyfZtcM2Z0tqrRV27fUACgshwU
76doFJ9NsXYNecdBG4I0DTY=
=z4Ca
-END PGP SIGNATURE-



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



Bug#658710: icedove: SIGSEGV while trying to print a mail with cups

2012-02-05 Thread Jean-Luc Coulon (f5ibh)
Package: icedove
Version: 9.0.1-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

While trying to print a mail with cups, I get a segmentaiton fault.
Attached: gdb backtrace.
FYI, I've also the same kind of problem with iceweasel.

Regards

Jean-Luc



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

Kernel: Linux 3.2.2-k8-1 (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 icedove depends on:
ii  debianutils   4.2.1
ii  fontconfig2.8.0-3.1
ii  libasound21.0.24.1-4
ii  libatk1.0-0   2.2.0-2
ii  libc6 2.13-26
ii  libcairo2 1.10.2-6.2
ii  libdbus-1-3   1.5.8-1
ii  libevent-2.0-52.0.16-stable-1
ii  libffi5   3.0.10-3
ii  libfontconfig12.8.0-3.1
ii  libfreetype6  2.4.8-1
ii  libgcc1   1:4.7-20120129-1
ii  libgdk-pixbuf2.0-02.24.0-2
ii  libglib2.0-0  2.30.2-6
ii  libgtk2.0-0   2.24.9-1
ii  libhunspell-1.3-0 1.3.2-4
ii  libjpeg8  8d-1
ii  libnspr4-0d   4.8.9-1
ii  libnss3-1d3.13.2~beta1-3
ii  libpango1.0-0 1.29.4-2
ii  libpixman-1-0 0.24.2-1
ii  libsqlite3-0  3.7.9-3
ii  libstartup-notification0  0.12-1
ii  libstdc++64.7-20120129-1
ii  libvpx0   0.9.7.p1-2
ii  libx11-6  2:1.4.99.1-1
ii  libxext6  2:1.3.0-3
ii  libxrender1   1:0.9.6-2
ii  libxt61:1.1.1-2
ii  psmisc22.15-2
ii  zlib1g1:1.2.3.4.dfsg-3

Versions of packages icedove recommends:
ii  hunspell-fr [hunspell-dictionary]   1:3.3.0-3
ii  myspell-en-us [myspell-dictionary]  1:3.3.0-3

Versions of packages icedove suggests:
ii  libdbus-glib-1-2  0.98-1
ii  libgconf2-4   3.2.3-1
ii  libgnomevfs2-01:2.24.4-1
ii  libgssapi-krb5-2  1.10+dfsg~beta1-2
ii  libnotify40.7.4-1
ii  ttf-lyx   2.0.2-1

- -- no debconf information

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

iD8DBQFPLoBgXit3lz9m7V4RAm49AJ9KCOVw5/XJHn64aJzvKBE/SvuIGACfa5FU
DFJZy/m+v0qvANa2wlJbMak=
=yTVy
-END PGP SIGNATURE-
[New Thread 0x7fffc18fc700 (LWP 5213)]

Program received signal SIGSEGV, Segmentation fault.
0x7fffc0cd75b4 in ppdFindChoice ()
   from /usr/lib/x86_64-linux-gnu/libcups.so.2
(gdb) bt
#0  0x7fffc0cd75b4 in ppdFindChoice ()
   from /usr/lib/x86_64-linux-gnu/libcups.so.2
#1  0x7fffbf939472 in ?? ()
   from 
/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so
#2  0x7fffbf93bc77 in ?? ()
   from 
/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so
#3  0x75d9224d in nsDeviceContextSpecGTK::EndDocument (
this=0x7fffde325000)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/widget/src/gtk2/nsDeviceContextSpecG.cpp:624
#4  0x75651a53 in nsDeviceContext::EndDocument (this=0x7fffc0f371a0)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/gfx/src/nsDeviceContext.cpp:609
#5  0x75aae28d in nsPrintData::~nsPrintData (this=0x7fffc35cbc00, 
__in_chrg=optimized out)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/layout/printing/nsPrintData.cpp:117
#6  0x75aa8f4d in nsPrintEngine::Destroy (this=0x7fffc49828e0)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/layout/printing/nsPrintEngine.cpp:284
#7  0x7568197c in DocumentViewerImpl::OnDonePrinting (
---Type return to continue, or q return to quit---
this=0x7fffc35db0c0)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/layout/base/nsDocumentViewer.cpp:4268
#8  0x75aa8cfa in nsPrintCompletionEvent::Run (this=optimized out)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/layout/printing/nsPrintEngine.cpp:3361
#9  0x760c8510 in nsThread::ProcessNextEvent (this=0x7fffe9610a00, 
mayWait=0, result=0x7fffca2c)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/xpcom/threads/nsThread.cpp:631
#10 0x7609cb82 in NS_ProcessNextEvent_P (thread=optimized out, 
mayWait=optimized out)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/xpcom/build/nsThreadUtils.cpp:245
#11 0x760424ca in mozilla::ipc::MessagePump::Run (this=0x7fffe9655ac0, 
aDelegate=0x76dd54a0)
at /build/icedove-XZ7QbM/icedove-9.0.1/mozilla/ipc/glue/MessagePump.cpp:110
#12 0x760e36bf in RunHandler (this=0x76dd54a0)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/ipc/chromium/src/base/message_loop.cc:201
#13 MessageLoop::Run (this=0x76dd54a0)
at 
/build/icedove-XZ7QbM/icedove-9.0.1/mozilla/ipc/chromium/src/base/message_loop.cc:175
---Type return to continue, or q return to 

Bug#658714: iceweasel: SIGSEGV with trying to print a page with cups

2012-02-05 Thread Jean-Luc Coulon (f5ibh)
Package: iceweasel
Version: 10.0-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

When I try to print a page from iceweasel with cups, I get a segmentation fault.
I've opened a bug on mozilla bugzilla with gdb backtrace, see:
https://bugzilla.mozilla.org/show_bug.cgi?id=724370

Regards

Jean-Luc

- -- Package-specific info:

- -- Extensions information
Name: Adblock Plus extensionfalse
Location: ${PROFILE_EXTENSIONS}/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.xpi
Status: enabled

Name: Brief extensionfalse
Location: ${PROFILE_EXTENSIONS}/br...@mozdev.org.xpi
Status: enabled

Name: FireTray extensionfalse
Location: 
/usr/lib/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{9533f794-00b4-4354-aa15-c2bbda6989f8}
Package: xul-ext-firetray
Status: app-disabled

Name: Français Language Pack localefalse
Location: /usr/lib/iceweasel/extensions/langpack...@iceweasel.mozilla.org.xpi
Package: iceweasel-l10n-fr
Status: enabled

Name: Google Calendar Watcher extensionfalse
Location: ${PROFILE_EXTENSIONS}/g...@devseo.co.uk.xpi
Status: enabled

Name: Greasemonkey extensionfalse
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
Status: enabled

Name: HTTPS-Everywhere extensionfalse
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/https-everywh...@eff.org
Status: enabled

Name: LastPass extensionfalse
Location: ${PROFILE_EXTENSIONS}/supp...@lastpass.com
Status: enabled

Name: Mozilla Archive Format extensionfalse
Location: ${PROFILE_EXTENSIONS}/{7f57cf46-4467-4c2d-adfa-0cba7c507e54}.xpi
Status: enabled

Name: MyBookmarks extensionfalse
Location: ${PROFILE_EXTENSIONS}/mybookma...@ma2ten.catsyawn.net.xpi
Status: enabled

Name: Neo Diggler extensionfalse
Location: ${PROFILE_EXTENSIONS}/{9b84cce7-a817-45d7-865e-9e6e8da1c388}.xpi
Status: enabled

Name: Read It Later extensionfalse
Location: ${PROFILE_EXTENSIONS}/isreaditla...@ideashower.com.xpi
Status: enabled

Name: RSS Icon for Brief extensionfalse
Location: ${PROFILE_EXTENSIONS}/iconforbr...@gmail.com.xpi
Status: enabled

Name: RSS Icon In Awesombar extensionfalse
Location: ${PROFILE_EXTENSIONS}/rssi...@jasnapaka.com.xpi
Status: enabled

Name: Tab Mix Plus extensionfalse
Location: ${PROFILE_EXTENSIONS}/{dc572301-7619-498c-a57d-39143191b318}.xpi
Status: enabled

Name: Thème par défaut themefalse
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: Tilt extensionfalse
Location: ${PROFILE_EXTENSIONS}/t...@mozilla.com
Status: user-disabled

Name: UnMHT extensionfalse
Location: ${PROFILE_EXTENSIONS}/{f759ca51-3a91-4dd1-ae78-9db5eee9ebf0}.xpi
Status: enabled

Name: User Agent Switcher extensionfalse
Location: ${PROFILE_EXTENSIONS}/{e968fc70-8f95-4ab9-9e79-304de2a71ee1}.xpi
Status: enabled

Name: Xmarks extensionfalse
Location: ${PROFILE_EXTENSIONS}/foxma...@kei.com
Status: enabled

Name: Yet Another Smooth Scrolling extensionfalse
Location: ${PROFILE_EXTENSIONS}/yetanothersmoothscroll...@kataho.xpi
Status: enabled

- -- Plugins information
Name: DivX® Web Player
Location: /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
Package: totem-mozilla
Status: enabled

Name: DjView-4.8
Location: /usr/lib/mozilla/plugins/nsdejavu.so
Package: djview-plugin
Status: enabled

Name: Gnome Shell Integration
Location: /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so
Package: gnome-shell
Status: enabled

Name: IcedTea-Web Plugin (using IcedTea-Web 1.1.4 (1.1.4-1))
Location: /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so
Package: icedtea-plugin
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled

Name: LibreOffice Plug-in
Location: /usr/lib/libreoffice/program/libnpsoplugin.so
Package: mozilla-libreoffice
Status: enabled

Name: MozPlugger 1.14.3 handles QuickTime and Windows Media Player Plugin 
(1.14.3)
Location: /usr/lib/mozilla/plugins/mozplugger.so
Package: mozplugger
Status: enabled

Name: Picasa
Location: /opt/google/picasa/3.0/lib/npPicasa3.so
Package: picasa
Status: enabled

Name: QuickTime Plug-in 7.6.6
Location: /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
Package: totem-mozilla
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/mozilla/plugins/libflashplayer.so
Status: enabled

Name: VLC Multimedia Plug-in
Location: /usr/lib/mozilla/plugins/libvlcplugin.so
Package: mozilla-plugin-vlc
Status: enabled

Name: VLC Multimedia Plugin (compatible Totem 3.2.1)
Location: /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
Package: totem-mozilla
Status: enabled

Name: Windows Media Player Plug-in 10 (compatible; Totem)
Location: /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
Package: totem-mozilla
Status: enabled


- -- Addons package information
ii  djview-plugin  4.8-3  Browser plugin for 

Bug#649479: argyll: 1.3.5-1 uninstalable, icclu owned also by libicc2

2011-11-21 Thread Jean-Luc Coulon (f5ibh)
Package: argyll
Version: 1.3.4-0.1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, 
while trying to update argyll to 1.3.5-1, I get the following:

The following packages will be upgraded:
  argyll
  1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  Need to get 0 B/4483 kB of archives.
  After this operation, 25.1 MB disk space will be freed.
  Retrieving bug reports... Done
  Parsing Found/Fixed information... Done
  Reading changelogs... Done
  (Reading database ... 583284 files and directories currently installed.)
  Preparing to replace argyll 1.3.4-0.1 (using .../argyll_1.3.5-1_amd64.deb) ...
  Unpacking replacement argyll ...
  dpkg: error processing /var/cache/apt/archives/argyll_1.3.5-1_amd64.deb
  (--unpack):
   trying to overwrite '/usr/bin/icclu', which is also in package libicc2
   2.12+argyll1.3.5-1
   dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
   configured to not write apport reports
   Errors were encountered while processing:
  /var/cache/apt/archives/argyll_1.3.5-1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

Regards

Jean-Luc

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

Kernel: Linux 3.1.1-k8-1.1 (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 argyll depends on:
ii  libc6 2.13-21  
ii  libtiff4  3.9.5-2  
ii  libx11-6  2:1.4.4-4
ii  libxau6   1:1.0.6-4
ii  libxdmcp6 1:1.1.0-4
ii  libxext6  2:1.3.0-3
ii  libxinerama1  2:1.1.1-3
ii  libxrandr22:1.3.2-2
ii  libxss1   1:1.2.1-2
ii  libxxf86vm1   1:1.1.1-2

Versions of packages argyll recommends:
ii  consolekit  0.4.5-1
ii  udev175-2  

argyll suggests no packages.

- -- no debconf information

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

iD8DBQFOyh04Xit3lz9m7V4RAjfOAJ9maVCYpbsBAssOl2NcRH+FX2I6QgCdGuZc
7meWCBv3VK+6+7hIJZiYcMI=
=oFzc
-END PGP SIGNATURE-



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



Bug#648405: icedove: Missing mailto entry in .desktop file

2011-11-11 Thread Jean-Luc Coulon (f5ibh)
Package: icedove
Version: 8.0~b4-2
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi, 
The version  in experimental miss the foollowing entry in .desktop file.
This causes somme annoyance for desktop integration (icedove is not 
available in the list of suitable mailing programs).

MimeType=x-scheme-handler/mailto


Regards

Jean-Luc

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

Kernel: Linux 3.1.0-k8-1 (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 icedove depends on:
ii  debianutils   4.0.4  
ii  fontconfig2.8.0-3
ii  libasound21.0.24.1-4 
ii  libatk1.0-0   2.2.0-2
ii  libc6 2.13-21
ii  libcairo2 1.10.2-6.1 
ii  libdbus-1-3   1.5.8-1
ii  libevent-1.4-21.4.14b-stable-1   
ii  libffi5   3.0.10-3   
ii  libfontconfig12.8.0-3
ii  libfreetype6  2.4.7-2
ii  libgcc1   1:4.6.2-4  
ii  libgdk-pixbuf2.0-02.24.0-1   
ii  libglib2.0-0  2.30.1-2   
ii  libgtk2.0-0   2.24.7-1   
ii  libhunspell-1.3-0 1.3.2-4
ii  libjpeg8  8c-2   
ii  libnspr4-0d   4.8.9-1
ii  libnss3-1d3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0 1.29.4-2   
ii  libpixman-1-0 0.24.0-1   
ii  libsqlite3-0  3.7.9-2
ii  libstartup-notification0  0.12-1 
ii  libstdc++64.6.2-4
ii  libvpx0   0.9.7.p1-2 
ii  libx11-6  2:1.4.4-3  
ii  libxext6  2:1.3.0-3  
ii  libxrender1   1:0.9.6-2  
ii  libxt61:1.1.1-2  
ii  psmisc22.14-1
ii  zlib1g1:1.2.3.4.dfsg-3   

Versions of packages icedove recommends:
ii  hunspell-fr [hunspell-dictionary]   1:3.3.0-3
ii  myspell-en-us [myspell-dictionary]  1:3.3.0-3

Versions of packages icedove suggests:
ii  libdbus-glib-1-2  0.98-1  
ii  libgconf2-4   2.32.4-1
ii  libgnomevfs2-01:2.24.4-1  
ii  libgssapi-krb5-2  1.9.1+dfsg-3
ii  libnotify40.7.4-1 
ii  ttf-lyx   2.0.1-1 

- -- no debconf information

- -- debsums errors found:
debsums: changed file /usr/share/applications/icedove.desktop (from icedove 
package)

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

iD8DBQFOvN00Xit3lz9m7V4RAv6iAJ9lUcCN0J2rAj0Gqrwf+OduhhJ7KwCdFiyj
/tbDZ+h1sfnU2PfgrTpiMww=
=SuJy
-END PGP SIGNATURE-



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



Bug#638551: icedove: Got SIGSEGV while answering a message

2011-08-19 Thread Jean-Luc Coulon (f5ibh)
Package: icedove
Version: 5.0-2
Severity: important
Tags: experimental

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I use icedove 5.0-2 from experimental.
While answering some messages, I get a SIGSEGV.

Attached a BT froom gdm (dbg version of icedove).

Regards

Jean-Luc


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

Kernel: Linux 3.0.0-k8-2 (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 icedove depends on:
ii  debianutils 4.0.2Miscellaneous utilities specific t
ii  fontconfig  2.8.0-3  generic font configuration library
ii  libasound2  1.0.24.1-3   shared library for ALSA applicatio
ii  libatk1.0-0 2.0.1-2  ATK accessibility toolkit
ii  libc6   2.13-16  Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6.1   The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.5.6-1  simple interprocess messaging syst
ii  libevent-1.4-2  1.4.13-stable-1  An asynchronous event notification
ii  libffi5 3.0.9-7  Foreign Function Interface library
ii  libfontconfig1  2.8.0-3  generic font configuration library
ii  libfreetype62.4.6-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.1-7GCC support library
ii  libgdk-pixbuf2.0-0  2.23.5-3 GDK Pixbuf library
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgtk2.0-0 2.24.5-4 GTK+ graphical user interface libr
ii  libhunspell-1.2-0   1.2.14-4 spell checker and morphological an
ii  libjpeg62   6b1-2Independent JPEG Group's JPEG runt
ii  libnspr4-0d 4.8.9-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.11-1Network Security Service libraries
ii  libpango1.0-0   1.28.4-3 Layout and rendering of internatio
ii  libpixman-1-0   0.22.2-1 pixel-manipulation library for X a
ii  libsqlite3-03.7.7-2  SQLite 3 shared library
ii  libstartup-notification 0.12-1   library for program launch feedbac
ii  libstdc++6  4.6.1-7  GNU Standard C++ Library v3
ii  libvpx0 0.9.7.p1-1   VP8 video codec (shared library)
ii  libx11-62:1.4.4-1X11 client-side library
ii  libxext62:1.3.0-3X11 miscellaneous extension librar
ii  libxrender1 1:0.9.6-2X Rendering Extension client libra
ii  libxt6  1:1.1.1-2X11 toolkit intrinsics library
ii  psmisc  22.14-1  utilities that use the proc file s
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages icedove recommends:
ii  hunspell-fr [hunspell-diction 1:3.3.0-3  French dictionary for hunspell

Versions of packages icedove suggests:
ii  libdbus-glib-1-20.94-4   simple interprocess messaging syst
ii  libgconf2-4 2.32.4-1 GNOME configuration database syste
ii  libgnomevfs2-0  1:2.24.4-1   GNOME Virtual File System (runtime
ii  libgssapi-krb5-21.9.1+dfsg-2 MIT Kerberos runtime libraries - k
ii  libnotify4  0.7.3-2  sends desktop notifications to a n
ii  ttf-lyx 2.0.0-1  TrueType versions of some TeX font

- -- no debconf information

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

iD8DBQFOTqCoXit3lz9m7V4RAkuFAKDV9OJl8+T7vTxhksQL4Pvu6eCElQCg8Lbe
CdIR05MXdOP2Hym2natRcOE=
=Hyv7
-END PGP SIGNATURE-
[jean-luc@tangerine] % /usr/bin/icedove -g -d gdb ~
/usr/lib/icedove/run-mozilla.sh -g -d gdb /usr/lib/icedove/icedove-bin
MOZILLA_FIVE_HOME=/usr/lib/icedove
  LD_LIBRARY_PATH=/usr/lib/icedove:/usr/lib/icedove/plugins:/usr/lib/icedove
DISPLAY=:0.0
DYLD_LIBRARY_PATH=/usr/lib/icedove:/usr/lib/icedove
 LIBRARY_PATH=
   SHLIB_PATH=/usr/lib/icedove:/usr/lib/icedove
  LIBPATH=/usr/lib/icedove:/usr/lib/icedove
   ADDON_PATH=
  MOZ_PROGRAM=/usr/lib/icedove/icedove-bin
  MOZ_TOOLKIT=
moz_debug=1
 moz_debugger=gdb
moz_debugger_args=
/usr/bin/gdb  --args /usr/lib/icedove/icedove-bin
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols 

Bug#637899: empathy: Doesnt start: received an X Window System error

2011-08-15 Thread Jean-Luc Coulon (f5ibh)
Package: empathy
Version: 2.30.3-3
Severity: important
Tags: sid

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,,
empathy refuses to start.
When I launch it from a terminal, I get:

[jean-luc@tangerine] % empathy~
The program 'empathy' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
  (Details: serial 136 error_code 1 request_code 135 minor_code 19)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)


Regards

Jean-Luc
- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-k8-1.1 (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 empathy depends on:
ii  dbus-x111.4.14-1 simple interprocess messaging syst
ii  empathy-common  2.30.3-3 GNOME multi-protocol chat and call
ii  gconf2  2.32.4-1 GNOME configuration database syste
ii  geoclue 0.12.0-3 Geographic information framework
ii  gnome-icon-theme3.0.0-4  GNOME Desktop icon theme
ii  libc6   2.13-16  Embedded GNU C Library: Shared lib
ii  libcanberra-gtk00.28-1   Gtk+ helper for playing widget eve
ii  libcanberra00.28-1   a simple abstract interface for pl
ii  libchamplain-0.8-1  0.8.3-1  C library providing ClutterActor t
ii  libchamplain-gtk-0.8-1  0.8.3-1  Gtk+ widget to display maps
ii  libclutter-1.0-01.6.16-1 Open GL based interactive canvas l
ii  libclutter-gtk-0.10-0   0.10.8-2 Open GL based interactive canvas l
ii  libdbus-glib-1-20.94-4   simple interprocess messaging syst
ii  libebook1.2-10  3.0.0-1  Client library for evolution addre
ii  libenchant1c2a  1.6.0-2  a wrapper library for various spel
ii  libgconf2-4 2.32.4-1 GNOME configuration database syste
ii  libgdk-pixbuf2.0-0  2.23.5-3 GDK Pixbuf library
ii  libgeoclue0 0.12.0-3 C API for GeoClue
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgnome-keyring0   3.0.3-1  GNOME keyring services library
ii  libgstfarsight0.10-00.0.29-1 Audio/Video communications framewo
ii  libgstreamer-plugins-base0. 0.10.35-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.35-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.24.5-4 GTK+ graphical user interface libr
ii  libnm-glib2 0.8.4.0-2network management framework (GLib
ii  libnotify4  0.7.3-2  sends desktop notifications to a n
ii  libpango1.0-0   1.28.4-2 Layout and rendering of internatio
ii  libtelepathy-farsight0  0.0.19-1 Glue library between telepathy and
ii  libtelepathy-glib0  0.15.4-1 Telepathy framework - GLib library
ii  libunique-1.0-0 1.1.6-2  Library for writing single instanc
ii  libwebkitgtk-1.0-0  1.4.2-2  Web content engine library for GTK
ii  libx11-62:1.4.4-1X11 client-side library
ii  libxml2 2.7.8.dfsg-4 GNOME XML library
ii  telepathy-mission-control-5 1:5.9.0-1management daemon for Telepathy re

Versions of packages empathy recommends:
ii  freedesktop-sound-theme   0.7.dfsg-1 freedesktop.org sound theme
ii  gvfs-backends 1.8.2-1userspace virtual filesystem - bac
ii  nautilus-sendto-empathy   2.30.3-3   GNOME multi-protocol chat and call
ii  telepathy-gabble  0.13.3-1   Jabber/XMPP connection manager
ii  telepathy-salut   0.5.0-3Link-local XMPP connection manager

Versions of packages empathy suggests:
pn  telepathy-butterfly   none (no description available)
pn  telepathy-hazenone (no description available)
pn  vino  none (no description available)

- -- no debconf information

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

iD8DBQFOSUOCXit3lz9m7V4RAh0FAKDSwNr+oxxnFjwCnu2oEfqx9ewBgACfWzJS
dnw3kmZxq9mT/Pd0Z+DNqgA=
=K4Dh
-END PGP SIGNATURE-



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



Bug#636873: threads still active after leaving libreoffice... and eating lot of CPU

2011-08-06 Thread Jean-Luc Coulon (f5ibh)
Package: libreoffice
Version: 1:3.4.1-4
Severity: normal
Tags: sid

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

After leavind libreoffice, I still have processes running an eating lot of CPU.

  [jean-luc@tangerine] % ps | grep libreoffice
   2464 ?Sl 0:00 /usr/lib/libreoffice/program/soffice.bin -headless
   -norestore -nologo -norestore -nofirststartwizard
   -accept=socket,port=2002;urp;
   22534 ?S  0:00 /bin/sh /usr/bin/libreoffice --calc
   22536 ?Rl87:01 /usr/lib/libreoffice/program/oosplash.bin --calc

If I do a strace on the pids, I get:

[jean-luc@tangerine] % strace -p 22534
Process 22534 attached - interrupt to quit
wait4(-1, ^C unfinished ...
Process 22534 detached

[jean-luc@tangerine] % strace -p 22536
Process 22536 attached - interrupt to quit)

poll([{fd=9184064, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=9184064,
revents=POLLNVAL}])
poll([{fd=9184064, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=9184064,
revents=POLLNVAL}])
poll([{fd=9184064, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=9184064,
revents=POLLNVAL}])
poll([{fd=9184064, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=9184064,
revents=POLLNVAL}])
poll([{fd=9184064, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=9184064,
revents=POLLNVAL}])
poll([{fd=9184064, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=9184064,
revents=POLLNVAL}])
poll([{fd=9184064, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=9184064,
revents=POLLNVAL}])
poll([{fd=9184064, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=9184064,
revents=POLLNVAL}])
^CProcess 22536 detached

This is endless

Regards

Jean-Luc



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

Kernel: Linux 3.0.0-k8-1.1 (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 libreoffice depends on:
ii  liblucene2-java  2.9.4+ds1-2 Full-text search engine library fo
ii  libreoffice-base 1:3.4.1-4   office productivity suite -- datab
ii  libreoffice-calc 1:3.4.1-4   office productivity suite -- sprea
ii  libreoffice-core 1:3.4.1-4   office productivity suite -- arch-
ii  libreoffice-draw 1:3.4.1-4   office productivity suite -- drawi
ii  libreoffice-filter-mobiledev 1:3.4.1-4   office productivity suite -- mobil
ii  libreoffice-impress  1:3.4.1-4   office productivity suite -- prese
ii  libreoffice-java-common  1:3.4.1-4   office productivity suite -- arch-
ii  libreoffice-math 1:3.4.1-4   office productivity suite -- equat
ii  libreoffice-report-builder-b 1:3.4.1-4   LibreOffice extension for building
ii  libreoffice-writer   1:3.4.1-4   office productivity suite -- word 
ii  ttf-dejavu   2.33-1  Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basic1.1-2   smart Unicode font families (Basic

Versions of packages libreoffice recommends:
ii  libpaper-utils   1.1.24+nmu1 library for handling paper charact
ii  ttf-liberation   1.07.0-1Fonts with the same metrics as Tim
ii  ttf-mscorefonts-installer3.3 Installer for Microsoft TrueType c

Versions of packages libreoffice suggests:
ii  cups-bsd   1.4.8-2   Common UNIX Printing System(tm) - 
ii  default-jre [java5-runtime 1:1.6-40  Standard Java or Java compatible R
ii  gcj-4.4-jre [java5-runtime 4.4.6-6   Java runtime environment using GIJ
ii  gcj-4.6-jre [java5-runtime 4.6.1-2   Java runtime environment using GIJ
ii  gcj-jre [java5-runtime]4:4.6.1-2 Java runtime environment using GIJ
ii  graphicsmagick-imagemagick 1.3.12-1.1image processing tools providing I
ii  gstreamer0.10-ffmpeg   1:0.10.11-4.1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad  0.10.22-3 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base 0.10.35-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good 0.10.30-1 GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly 0.10.18-3 GStreamer plugins from the ugly 
ii  hunspell-fr [hunspell-dict 1:3.3.0-3 French dictionary for hunspell
ii  hyphen-fr [hyphen-hyphenat 1:3.3.0-3 French hyphenation patterns for Li
ii  icedove5.0-1 mail/news client with RSS and inte
ii  iceweasel  6.0~b4-1  Web browser based on Firefox
ii  libgl1-mesa-glx [libgl1]   7.11~0-2  free implementation of the OpenGL 
ii  libldap-2.4-2  2.4.25-1.1OpenLDAP libraries
ii  libreoffice-filter-binfilt 1:3.4.1-4 office productivity suite -- legac
ii  libreoffice-gnome  1:3.4.1-4 office productivity suite -- GNOME
ii  libreoffice-help-fr [libre 1:3.4.1-4 office productivity suite -- Frenc
ii  libreoffice-l10n-fr [libre 1:3.4.1-4 office productivity suite -- Frenc
ii  libreoffice-officebean 

Bug#634293: strigi-daemon: SIGSEGV during indexation

2011-07-18 Thread Jean-Luc Coulon (f5ibh)
Package: strigi-daemon
Version: 0.7.2-1+b1
Severity: important
Tags: sid

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I get a SIGSEGV during indexation.

Attached the BT from gdb.

Regards

Jean-Luc

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

Kernel: Linux 3.0.0-rc6-k8-1 (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 strigi-daemon depends on:
ii  dbus1.5.4-3  simple interprocess messaging syst
ii  dbus-x111.4.12-5 simple interprocess messaging syst
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libdbus-1-3 1.5.4-3  simple interprocess messaging syst
ii  libgcc1 1:4.6.1-4GCC support library
ii  libstdc++6  4.6.1-4  GNU Standard C++ Library v3
ii  libstreamanalyzer0  0.7.2-1+b1   streamanalyzer library for Strigi 
ii  libstreams0 0.7.2-1+b1   streams library for for Strigi Des
ii  libxml2 2.7.8.dfsg-3 GNOME XML library
ii  poppler-utils   0.16.7-2 PDF utilities (based on Poppler)

strigi-daemon recommends no packages.

Versions of packages strigi-daemon suggests:
pn  strigi-pluginsnone (no description available)

- -- no debconf information

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

iD8DBQFOJEDXXit3lz9m7V4RAvKHAJ9w3EgCeVGRrr7ST62fJakV8Z+y5QCg8vte
Fxha/LRTnxlnl+jI8KRktrs=
=jZwF
-END PGP SIGNATURE-


strigi-sigsegv.txt
Description: Binary data


Bug#622131: gpointing-device-settings: SIGSEGV at start

2011-04-10 Thread Jean-Luc Coulon (f5ibh)
Package: gpointing-device-settings
Version: 1.5.1-4
Severity: important
Tags: sid

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I get a segfault when I start gpointing-device-settings.
(I started it because my touchepad stopped working)

Here is a gdb session with the bt:

Reading symbols from /usr/bin/gpointing-device-settings...Reading symbols from
/usr/lib/debug/usr/bin/gpointing-device-settings...done.
done.
(gdb) run
Starting program: /usr/bin/gpointing-device-settings 
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x746fc6fa in ?? () from /lib/libc.so.6
(gdb) bt
#0  0x746fc6fa in ?? () from /lib/libc.so.6
#1  0x77bdbfa5 in gpds_xinput_utils_get_device_info (device_name=0x0, 
error=0x0) at gpds-xinput-utils.c:49
#2  0x77bdc1ab in gpds_xinput_utils_exist_device (
device_name=value optimized out) at gpds-xinput-utils.c:133
#3  0x77bd9d0b in is_available (ui=0x6dc6d0, error=0x0)
at gpds-xinput-ui.c:87
#4  0x7fffef315e35 in is_available (ui=0x6dc6d0, error=0x0)
at gpds-mouse-ui.c:431
#5  0x0040219f in append_uis (argc=1, argv=0x7fffe448)
at gpointing-device-settings.c:185
#6  main (argc=1, argv=0x7fffe448) at gpointing-device-settings.c:257


Regards

Jean-Luc

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

Kernel: Linux 2.6.38-k8-3 (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 gpointing-device-settings depends on:
ii  gconf22.32.1-2   GNOME configuration database syste
ii  libatk1.0-0   1.32.0-3   The ATK accessibility toolkit
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.4.6-1simple interprocess messaging syst
ii  libdbus-glib-1-2  0.92-1 simple interprocess messaging syst
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.4-1FreeType 2 font engine, shared lib
ii  libgconf2-4   2.32.1-2   GNOME configuration database syste
ii  libglib2.0-0  2.28.4-1   The GLib library of C routines
ii  libgpds0  1.5.1-4library for configuration of point
ii  libgtk2.0-0   2.24.3-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libxi62:1.4.2-1  X11 Input extension library

gpointing-device-settings recommends no packages.

gpointing-device-settings suggests no packages.

- -- no debconf information

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

iD8DBQFNoZ3YXit3lz9m7V4RAsYTAKC00o145P7kbUOR9r0Vu4t+ezqGbgCfZMJG
efgL2M+reBkr4Xec1hGHVro=
=cclR
-END PGP SIGNATURE-



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



Bug#618571: docbookwiki: French debconf templates translation update

2011-03-16 Thread Jean-Luc Coulon (f5ibh)
Package: docbookwiki
Version: N/A
Severity: wishlist
Tags: patch l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please find attached the French debconf templates translation update,
proofread by the debian-l10n-french mailing list contributors.


Regards

Jean-Luc


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

Kernel: Linux 2.6.38-rc8-k8-2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iD8DBQFNgNu1Xit3lz9m7V4RAjMLAKDGLgvDwomjGxenJRevSLoLQs40tACg9N34
OCSedp1a3YRslGNwZjVEbIQ=
=sOy1
-END PGP SIGNATURE-
# Translation of docbookwiki debconf templates to French
# Copyright (C) 2007 Geoffroy Youri Berret mxondeb...@free.fr
# Copyright (C) 2011 Debian French l10n team 
debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the docbookwiki package.
#
# Geoffroy Your Berret mxondeb...@free.fr, 2007.
# Jean-Luc Coulon jean.luc.cou...@gmail.com, 2011.
msgid 
msgstr 
Project-Id-Version: docbookwiki\n
Report-Msgid-Bugs-To: docbookw...@packages.debian.org\n
POT-Creation-Date: 2011-03-08 07:20+0100\n
PO-Revision-Date: 2011-03-13 13:58+0100\n
Last-Translator: Jean-Luc Coulon (f5ibh) jean.luc.cou...@gmail.com\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms: nplurals=2; plural=(n  1);\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Remove books during purge?
msgstr Voulez vous supprimer les livres à la purge du paquet ?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
If you choose this option, any book uploaded into DocBookWiki, including XML 
source and downloadable formats, will be removed along with the program 
files when the package is purged.
msgstr 
Si vous choisissez cette option, tous les livres téléchargés sur 
DocBookWiki, y compris les sources XML et les formats téléchargeables, seront 
supprimés avec le programme.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Generate downloadable formats now?
msgstr Voulez vous créer des formats téléchargeables maintenant ?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
DocBookWiki can generate downloadable formats (HTML, PDF, etc.) for the 
default set of books during installation, but this will take quite some time 
to do.
msgstr 
DocBookWiki peut, lors de l'installation, créer des formats téléchargeables 
(tels que HTML, PDF, etc.) pour le jeu de livres par défaut, cependant la 
procédure est assez longue.

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
If you do not want to generate these now, they will be generated when the 
next DocBookWiki weekly cron job runs.
msgstr 
Si vous refusez de les générer maintenant, ils seront construits lors de la 
prochaine exécution hebdomadaire des tâches planifiées de DocBookWiki.

#. Type: multiselect
#. Choices
#: ../templates:4001
msgid apache2
msgstr Apache2

#. Type: multiselect
#. Description
#: ../templates:4002
msgid Web server to reconfigure for DocBookWiki:
msgstr Serveur web à reconfigurer pour DocBookWiki :

#. Type: multiselect
#. Description
#: ../templates:4002
msgid 
DocBookWiki supports any web server that PHP does, but this automatic 
configuration process only supports Apache.
msgstr 
DocBookWiki gère les mêmes serveurs web que PHP. Cependant, la procédure de 
configuration automatique ne gère que les serveurs Apache.

#. Type: boolean
#. Description
#: ../templates:5001
msgid Do you want to restart the web server now?
msgstr Voulez-vous redémarrer le serveur web maintenant ?

#. Type: boolean
#. Description
#: ../templates:5001
msgid 
In order to activate the new configuration, the web server has to be 
restarted. You may however prefer doing this manually later.
msgstr 
Pour que la nouvelle configuration soit prise en compte, le serveur web 
doit être redémarré. Si vous choisissez de ne pas le redémarrer, il sera 
nécessaire de le faire plus tard.

#. Type: password
#. Description
#: ../templates:6001
msgid Password for DocBookWiki web-based setup system:
msgstr Mot de passe pour le système de configuration web de DocBookWiki :

#. Type: password
#. Description
#: ../templates:6001
msgid 
DocBookWiki comes with an administration script that can help you with 
managing users. The script is located at http://localhost/books/admin.php. 
For security reasons it requires authorization. The administrator's username 
is \superuser\ and the default password is \admin\.
msgstr 
DocBookWiki fournit un script d'assistance à la gestion des utilisateurs. Ce 
script peut être lancé en pointant un navigateur web sur http://localhost/;
books/admin.php. Pour des raisons de sécurité, une

Bug#608671: gvfs: Error message while umounting an USB volume

2011-01-02 Thread Jean-Luc Coulon (f5ibh)
Package: gvfs
Version: 1.6.4-3
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I use the gnome desktop.
I insert a mass storage volume (USB disk, USB key, Compact flash card, ...).
The system mount it.
After using and before removing the media I umont it via a right clic on the
desktop icon then - Safely remove disk (I've a French desktop so the message is
Retirer le volume sans risque).

I got a popup with the following message:

Error detaching: helper exited with exit code 1: Detaching
device /dev/sdd
USB device:/sys/devices/pci:00/:00/:00:13.2/usb2/2-4)
SYNCHRONIZE CACHE:OK
STOP UNIT: OK
Unbinding USB interface driver: OK
Syspending USB device: FAILED: Cannot open
/sys/devices/pci/:00:13.2/2-4/power/level for writing:
No such file or directory

The device is normally unmounted.
As far as I know, there is no suspend action supported by the device (USB Card
reader with a compact flash inserted) I used to report this error.

If I use the Eject' option, the device is normally unmounted and I've not this
error popup.

Regards

Jean-Luc


- -- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-rc7-k8-1 (SMP w/2 CPU cores; PREEMPT)
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 gvfs depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libdbus-1-3   1.2.24-4   simple interprocess messaging syst
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libgconf2-4   2.32.1-2   GNOME configuration database syste
ii  libgdu0   2.30.1-2   GObject based Disk Utility Library
ii  libglib2.0-0  2.27.5-1   The GLib library of C routines
ii  libgnome-keyring0 2.30.1-1   GNOME keyring services library
ii  libudev0  164-3  libudev shared library
ii  x11-utils 7.6~1  X11 utilities

Versions of packages gvfs recommends:
ii  dbus  1.2.24-4   simple interprocess messaging syst
ii  policykit-1-gnome 0.96-3 GNOME authentication agent for Pol

Versions of packages gvfs suggests:
ii  gvfs-backends 1.6.4-3userspace virtual filesystem - bac

- -- no debconf information

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

iD8DBQFNIJW7UdGGXzzGnNARAkRZAJ4ib9++ZACiJebnJWf3WcPV2iYLCwCfSD64
X7XJotxrf2FulHXEtDMnKzE=
=vnmM
-END PGP SIGNATURE-



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



Bug#608181: /usr/bin/xgettext: xgettext segmentation fault

2010-12-28 Thread Jean-Luc Coulon (f5ibh)
Package: gettext
Version: 0.18.1.1-3
Severity: important
File: /usr/bin/xgettext

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

While trying to extract translatable strings (from WordPress), I get
a Segmentation fault.

I use the following command:

xgettext --width=80 --from-code=utf-8 \
--keyword=__ --keyword=_e --keyword=esc_attr__ --keyword=esc_attr_e \
--keyword=esc_html__ --keyword=esc_html_e \
--keyword=_x:1,2c --keyword=esc_attr_x:1,2c
--keyword=esc_html_x:1,2c \
--keyword=_n:1,2 --keyword=_nx:1,2,4c \
--keyword=_ex:1,2c \
--keyword=_n_noop:1,2 --keyword=_nx_noop:1,2,3c \
--default-domain=wp \
--language=php \
--files-from=fichiersphp.lst \
--exclude-file=cities.pot \
--exclude-file=ms.pot \
--output=wp.pot

If I remove the option --exclude-file=ms.pot (this file is extracted a
similar way), I've not the Segmentation Fault.

If I run it from gdb, I get:
Program received signal SIGSEGV, Segmentation fault.
remember_a_message_plural (mp=0x0, string=0x84bca0 %s users, context=..., 
pos=0x84f570, comment=value optimized out) at xgettext.c:2438
2438  if (mp-msgid_plural == NULL)
(gdb) bt
#0  remember_a_message_plural (mp=0x0, string=0x84bca0 %s users, 
context=..., pos=0x84f570, comment=value optimized out)
at xgettext.c:2438
#1  0x00408aaf in arglist_parser_done (ap=0x84f4d0, 
argnum=value optimized out) at xgettext.c:2937
#2  0x00421e71 in extract_balanced (mlp=value optimized out, 
delim=value optimized out, outer_context=..., context_iter=..., 
argparser=value optimized out) at x-php.c:1513
#3  0x00421f1c in extract_balanced (mlp=value optimized out, 
delim=value optimized out, outer_context=..., context_iter=..., 
argparser=value optimized out) at x-php.c:1466
#4  0x00421f1c in extract_balanced (mlp=value optimized out, 
delim=value optimized out, outer_context=..., context_iter=..., 
argparser=value optimized out) at x-php.c:1466
#5  0x004221ea in extract_php (f=value optimized out, 
real_filename=value optimized out, 
logical_filename=value optimized out, flag_table=0x636580, 
mdlp=value optimized out) at x-php.c:1586
#6  0x0040741f in extract_from_file (
file_name=0x701f60 ../../wp-admin/ms-admin.php, extractor=..., 
mdlp=value optimized out) at xgettext.c:1957
#7  0x00407ed6 in main (argc=value optimized out, 
argv=value optimized out) at xgettext.c:779
(gdb) 


Regards

Jean-Luc


- -- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-rc7-k8-1 (SMP w/2 CPU cores; PREEMPT)
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 gettext depends on:
ii  dpkg  1.15.8.7   Debian package management system
ii  gettext-base  0.18.1.1-3 GNU Internationalization utilities
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libcroco3 0.6.2-1a generic Cascading Style Sheet (C
ii  libglib2.0-0  2.27.5-1   The GLib library of C routines
ii  libgomp1  4.4.5-10   GCC OpenMP (GOMP) support library
ii  libncurses5   5.7+20100313-4 shared libraries for terminal hand
ii  libunistring0 0.9.3-3Unicode string library for C
ii  libxml2   2.7.8.dfsg-2   GNOME XML library

Versions of packages gettext recommends:
ii  autopoint 0.18.1.1-3 The autopoint program from GNU get
ii  curl  7.21.2-4   Get a file from an HTTP, HTTPS or 
ii  wget  1.12-2.1   retrieves files from the web

Versions of packages gettext suggests:
pn  gettext-doc   none (no description available)

- -- no debconf information

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

iD8DBQFNGdE7UdGGXzzGnNARAlY1AKCJU+/NvfVcMetNKpLegB2p+Bp6fACgnRjj
ZZetYEo4utaqhdei91P0V5U=
=W+rO
-END PGP SIGNATURE-



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



Bug#606191: balsa: No rule to make target `../gnome-doc-utils.make'

2010-12-07 Thread Jean-Luc Coulon (f5ibh)
Package: balsa
Version: 2.4.1-1
Severity: serious
Justification: fails to build from source

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I try to build balsa.

I get the following error at build:

Making all in doc
make[3]: Entering directory `/usr/local/src/balsa/balsa-2.4.1/doc'
make[3]: *** No rule to make target `../gnome-doc-utils.make', needed by
`Makefile.in'.  Stop.
make[3]: Leaving directory `/usr/local/src/balsa/balsa-2.4.1/doc'
make[2]: *** [all-recursive] Error 1

I've gnome-doc-utils 0.20.1-1 on my system 
Regards

Jean-Luc


- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36-k8-1 (SMP w/2 CPU cores; PREEMPT)
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 balsa depends on:
ii  gnome-icon-theme2.30.3-2 GNOME Desktop icon theme
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.24.3-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.3-1 The Bonobo UI library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.0-1 The Cairo 2D vector graphics libra
ii  libcomerr2  1.41.12-2common error description library
ii  libcompfaceg1   1:1.5.2-5Compress/decompress images for mai
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libesmtp6   1.0.6-1  LibESMTP SMTP client library
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgconf2-4 2.32.1-1 GNOME configuration database syste
ii  libgdk-pixbuf2.0-0  2.22.1-3 GDK Pixbuf library
ii  libglib2.0-02.27.4-1 The GLib library of C routines
ii  libgmime-2.4-2  2.4.14-1+nmu1MIME message parser and creator li
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgnomeui-02.24.3-1 The GNOME libraries (User Interfac
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgpg-error0   1.6-1library for common error values an
ii  libgpgme11  1.2.0-1.2GPGME - GnuPG Made Easy
ii  libgssapi-krb5-21.8.3+dfsg-3 MIT Kerberos runtime libraries - k
ii  libgtk2.0-0 2.22.0-1 The GTK+ graphical user interface 
ii  libgtkhtml3.14-19   3.30.3-1 HTML rendering/editing library - r
ii  libgtksourceview2.0-0   2.10.4-1 shared libraries for the GTK+ synt
ii  libgtkspell02.0.16-1 a spell-checking addon for GTK's T
ii  libice6 2:1.0.7-1X11 Inter-Client Exchange library
ii  libk5crypto31.8.3+dfsg-3 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.3+dfsg-3 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.23-7 OpenLDAP libraries
ii  libnm-glib2 0.8.1-6  network management framework (GLib
ii  libnotify1 [libnotify1- 0.5.0-2  sends desktop notifications to a n
ii  liborbit2   1:2.14.18-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpopt01.16-1   lib for parsing cmdline parameters
ii  libsm6  2:1.2.0-1X11 Session Management library
ii  libsqlite3-03.7.3-1  SQLite 3 shared library
ii  libssl0.9.8 0.9.8o-4 SSL shared libraries
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages balsa recommends:
ii  aspell   0.60.6-4GNU Aspell spell-checker
ii  ispell   3.1.20.0-7  International Ispell (an interacti
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages balsa suggests:
ii  ca-certificates20090814+nmu2 Common CA certificates
ii  lbdb   0.37  The little brother's database for 

- -- no debconf information

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


Bug#528700: /usr/bin/boinc: Re: Segmentation violation on startup

2010-11-22 Thread Jean-Luc Coulon (f5ibh)
Package: boinc-client
Version: 6.10.58+dfsg-3
Severity: normal
File: /usr/bin/boinc

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I also have this problem.

If I run it in gdb, I get the following trace:


Program received signal SIGSEGV, Segmentation fault.
0x0045fe58 in dir_size (dirpath=value optimized out, 
size=value optimized out, recurse=value optimized out)
at filesys.cpp:402
402 filesys.cpp: No such file or directory.
in filesys.cpp
(gdb) bt
#0  0x0045fe58 in dir_size (dirpath=value optimized out, 
size=value optimized out, recurse=value optimized out)
at filesys.cpp:402
#1  0x2f2f2f2f2f2f2f2f in ?? ()
#2  0x2f2f2f2f2f2f2f2f in ?? ()
#3  0x2f2f2f2f2f2f2f2f in ?? ()
#4  0x2f2f2f2f2f2f2f2f in ?? ()
#5  0x2f2f2f2f2f2f2f2f in ?? ()
#6  0x2f2f2f2f2f2f2f2f in ?? ()
#7  0x2f2f2f2f2f2f2f2f in ?? ()
#8  0x2f2f2f2f2f2f2f2f in ?? ()
#9  0x2f2f2f2f2f2f2f2f in ?? ()
#10 0x2f2f2f2f2f2f2f2f in ?? ()
#11 0x2f2f2f2f2f2f2f2f in ?? ()
#12 0x2f2f2f2f2f2f2f2f in ?? ()
#13 0x2f2f2f2f2f2f2f2f in ?? ()
#14 0x2f2f2f2f2f2f2f2f in ?? ()
#15 0x2f2f2f2f2f2f2f2f in ?? ()
#16 0x2f2f2f2f2f2f2f2f in ?? ()
#17 0x2f2f2f2f2f2f2f2f in ?? ()
#18 0x2f2f2f2f2f2f2f2f in ?? ()
#19 0x2f2f2f2f2f2f2f2f in ?? ()
#20 0x2f2f2f2f2f2f2f2f in ?? ()
- ---Type return to continue, or q return to quit---
#21 0x2f2f2f2f2f2f2f2f in ?? ()
#22 0x2f2f2f2f2f2f2f2f in ?? ()
#23 0x2f2f2f2f2f2f2f2f in ?? ()
#24 0x2f2f2f2f2f2f2f2f in ?? ()
#25 0x2f2f2f2f2f2f2f2f in ?? ()
#26 0x2f65002f2f2f2f2f in ?? ()
#27 0x642f6e6169626564 in ?? ()
#28 0x65722d6e61696265 in ?? ()
#29 0x2d65636e65726566 in ?? ()
#30 0x73752f72622d7470 in ?? ()
#31 0x2f65726168732f72 in ?? ()
#32 0x696265642f636f64 in ?? ()
#33 0x72656665722d6e61 in ?? ()
#34 0x6d6f632d65636e65 in ?? ()
#35 0x6c6d74682f6e6f6d in ?? ()
#36 0x2f2f2f2f2f2f2f2f in ?? ()
#37 0x2f2f2f2f2f2f2f2f in ?? ()
#38 0x2f2f2f2f2f2f2f2f in ?? ()
#39 0x2f2f2f2f2f2f2f2f in ?? ()
#40 0x2f2f2f2f2f2f2f2f in ?? ()
#41 0x2f2f2f2f2f2f2f2f in ?? ()
#42 0x2f2f2f2f2f2f2f2f in ?? ()
#43 0x2f2f2f2f2f2f2f2f in ?? ()
- ---Type return to continue, or q return to quit---
#44 0x2f2f2f2f2f2f2f2f in ?? ()
#45 0x2f2f2f2f2f2f2f2f in ?? ()
#46 0x2f2f2f2f2f2f2f2f in ?? ()
#47 0x2f2f2f2f2f2f2f2f in ?? ()
#48 0x2f2f2f2f2f2f2f2f in ?? ()
#49 0x2f2f2f2f2f2f2f2f in ?? ()
#50 0x2f2f2f2f2f2f2f2f in ?? ()
#51 0x2f2f2f2f2f2f2f2f in ?? ()
#52 0x2f2f2f2f2f2f2f2f in ?? ()
#53 0x2f2f2f2f2f2f2f2f in ?? ()
#54 0x2f2f2f2f2f2f2f2f in ?? ()
#55 0x2f2f2f2f2f2f2f2f in ?? ()
#56 0x2f2f2f2f2f2f2f2f in ?? ()
#57 0x2f2f2f2f2f2f2f2f in ?? ()
#58 0x2f2f2f2f2f2f2f2f in ?? ()
#59 0x2f2f2f2f2f2f2f2f in ?? ()
#60 0x2f2f2f2f2f2f2f2f in ?? ()
#61 0x2f2f2f2f2f2f2f2f in ?? ()
#62 0x2f2f2f2f2f2f2f2f in ?? ()
#63 0x2f2f2f2f2f2f2f2f in ?? ()
#64 0x2f2f2f2f2f2f2f2f in ?? ()
#65 0x2f2f2f2f2f2f2f2f in ?? ()
#66 0x2f2f2f2f2f2f2f2f in ?? ()
- ---Type return to continue, or q return to quit---
#67 0x2f2f2f2f2f2f2f2f in ?? ()
#68 0x2f2f2f2f2f2f2f2f in ?? ()
#69 0x in ?? ()


Regards

Jean-Luc


- -- Package-specific info:
- -- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED=1

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE=1

# The BOINC core client will be started with the permissions of this user.
BOINC_USER=boinc

# This is the data directory of the BOINC core client.
BOINC_DIR=/var/lib/boinc-client

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT=/usr/local/bin/boinc
BOINC_CLIENT=/usr/bin/boinc

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS=--allow_remote_gui_rpc
BOINC_OPTS=

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36-k8-1 (SMP w/2 CPU cores; PREEMPT)
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 boinc-client depends on:
ii  adduser 3.112+nmu1   add and remove users and groups
ii  ca-certificates 20090814+nmu2Common CA certificates
ii  cdebconf [debconf-2.0]  0.152Debian Configuration Management Sy
ii  debconf [debconf-2.0]   1.5.36   Debian configuration management sy
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcurl37.21.2-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.5-8GCC 

Bug#593375: udev: Doesnt create lvm symlinks

2010-08-17 Thread Jean-Luc Coulon (f5ibh)
Package: udev
Version: 160-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

After upgrade from 160 to 161, udev doesnt create lvm volumes symlinks any more.
Here is the related part of the boot log:

Tue Aug 17 09:05:00 2010: Starting early crypto disks...done.
Tue Aug 17 09:05:00 2010: Cleaning up ifupdown
Tue Aug 17 09:05:00 2010: Setting up networking
Tue Aug 17 09:05:00 2010: Loading kernel modules...done.
Tue Aug 17 09:05:00 2010: Setting up LVM Volume Groups  Reading all physical
volumes.  This may take a while...
Tue Aug 17 09:05:00 2010:   Found volume group vg00 using metadata type lvm2
Tue Aug 17 09:05:00 2010:   Found volume group cryptvg00 using metadata type
lvm2
Tue Aug 17 09:05:00 2010:   The link /dev/vg00/root_lv should had been created
by udev but it was not found. Falling back to direct link creation.
Tue Aug 17 09:05:00 2010:   The link /dev/cryptvg00/home_lv should had been
created by udev but it was not found. Falling back to direct link creation.
Tue Aug 17 09:05:00 2010:   The link /dev/cryptvg00/tmp_lv should had been
created by udev but it was not found. Falling back to direct link creation.
Tue Aug 17 09:05:00 2010:   The link /dev/cryptvg00/swap_lv should had been
created by udev but it was not found. Falling back to direct link creation.
Tue Aug 17 09:05:00 2010:   The link /dev/cryptvg00/mail_lv should had been
created by udev but it was not found. Falling back to direct link creation.
Tue Aug 17 09:05:00 2010:   The link /dev/cryptvg00/photos1_lv should had been
created by udev but it was not found. Falling back to direct link creation.
Tue Aug 17 09:05:00 2010:   The link /dev/cryptvg00/music_lv should had been
created by udev but it was not found. Falling back to direct link creation.
Tue Aug 17 09:05:00 2010:   The link /dev/cryptvg00/photos_lv should had been
created by udev but it was not found. Falling back to direct link creation.
Tue Aug 17 09:05:00 2010:   The link /dev/cryptvg00/snap_home should had been
created by udev but it was not found. Falling back to direct link creation.
Tue Aug 17 09:05:00 2010:   6 logical volume(s) in volume group vg00 now
active
Tue Aug 17 09:05:00 2010:   8 logical volume(s) in volume group cryptvg00 now
active
Tue Aug 17 09:05:00 2010: .
Tue Aug 17 09:05:00 2010: Starting remaining crypto disks...done.
Tue Aug 17 09:05:00 2010: Activating lvm and md swap...done.


Reverting to 160 fixes the problem.

Regards

Jean-Luc

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-k8-2 (SMP w/2 CPU cores; PREEMPT)
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 udev depends on:
ii  cdebconf [debconf-2.0]   0.150   Debian Configuration Management Sy
ii  debconf [debconf-2.0]1.5.35  Debian configuration management sy
ii  libc62.11.2-2Embedded GNU C Library: Shared lib
ii  libselinux1  2.0.96-1SELinux runtime shared libraries
ii  libudev0 160-1   libudev shared library
ii  libusb-0.1-4 2:0.1.12-15 userspace USB programming library
ii  lsb-base 3.2-23.1Linux Standard Base 3.2 init scrip
ii  util-linux   2.17.2-3.1  Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils  1:3.1.7-4  Linux PCI Utilities
ii  usbutils  0.87-5 Linux USB utilities

udev suggests no packages.

- -- debconf information:
  udev/new_kernel_needed: false
  udev/title/upgrade:
  udev/reboot_needed:

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

iD8DBQFMasahUdGGXzzGnNARAnDmAJ9g1eMc14wKDniIrQwy1zlt4ES3BwCgqwYe
PWvXOLcSOEu128vUBuZMRxk=
=m0kN
-END PGP SIGNATURE-



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



Bug#591324: udev: Very slow at boot : waiting for /dev to be fully populated.

2010-08-02 Thread Jean-Luc Coulon (f5ibh)
Package: udev
Version: 160-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I apologize if udev is not the culprit but I cannot find anything else...

At boot the system probes for devices and at one moment, I've the message:
waiting for /dev to be fully populated.

It stay 'stalled' for about one full minute in this state before de Done. 
message.

If I request a non quiet boot, the latest messages before the stall are
related to my integrated HD audio device:

Aug  2 09:28:36 tangerine kernel: [   25.584371] HDA Intel :00:14.2: PCI INT
A - GSI 16 (level, low) - IRQ 16
Aug  2 09:28:36 tangerine kernel: [   25.663452] hda_codec: ALC889A: BIOS
auto-probing.
Aug  2 09:28:36 tangerine kernel: [   25.669399] HDA Intel :01:05.1: PCI INT
B - GSI 19 (level, low) - IRQ 19
Aug  2 09:28:36 tangerine kernel: [   25.669478] HDA Intel :01:05.1: setting
latency timer to 64

This device is:
[jean-...@tangerine] % lspci -v | grep HDA~
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
Kernel driver in use: HDA Intel
Kernel driver in use: HDA Intel

Regards

Jean-Luc

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-rc6-k8-2 (SMP w/2 CPU cores; PREEMPT)
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 udev depends on:
ii  cdebconf [debconf-2.0]   0.150   Debian Configuration Management Sy
ii  debconf [debconf-2.0]1.5.33  Debian configuration management sy
ii  libc62.11.2-2Embedded GNU C Library: Shared lib
ii  libselinux1  2.0.96-1SELinux runtime shared libraries
ii  libudev0 160-1   libudev shared library
ii  libusb-0.1-4 2:0.1.12-15 userspace USB programming library
ii  lsb-base 3.2-23.1Linux Standard Base 3.2 init scrip
ii  util-linux   2.17.2-3.1  Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils  1:3.1.7-4  Linux PCI Utilities
ii  usbutils  0.87-5 Linux USB utilities

udev suggests no packages.

- -- debconf information:
  udev/new_kernel_needed: false
  udev/title/upgrade:
  udev/reboot_needed:

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

iD8DBQFMVnoXUdGGXzzGnNARAovnAJ4yUtaZdl4+aA6J5pBUDq5Sx53atwCfd7xp
ga9az6VOcDFcBu6KJA0Y7Kk=
=k6rQ
-END PGP SIGNATURE-



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



Bug#590925: lives: depends on unavailable frei0r-plugins

2010-07-30 Thread Jean-Luc Coulon (f5ibh)
Package: lives
Version: 1.3.4-1
Severity: grave
Tags: sid
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

lives is uninstalable because it depends on frei0r-plugins which has
been removed from the archive.

Regards

Jean-Luc

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-rc6-k8-2 (SMP w/2 CPU cores; PREEMPT)
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 lives depends on:
pn  frei0r-plugins none(no description available)
ii  imagemagick7:6.6.2.6-1   image manipulation programs
ii  libasound2 1.0.23-1  shared library for ALSA applicatio
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libavc1394-0   0.5.3-1+b2control IEEE 1394 audio/video devi
ii  libc6  2.11.2-2  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-4  The Cairo 2D vector graphics libra
ii  libdv4 1.0.0-2   software library for DV format dig
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.0-2   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.25.11-3 The GLib library of C routines
ii  libgtk2.0-02.20.1-1  The GTK+ graphical user interface 
ii  libjack0 [libj 1:0.118+svn3796-7 JACK Audio Connection Kit (librari
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  liboil0.3  0.3.17-1  Library of Optimized Inner Loops
ii  libpango1.0-0  1.28.1-1  Layout and rendering of internatio
ii  libpulse0  0.9.21-3  PulseAudio client libraries
ii  libraw1394-11  2.0.5-2   library for direct access to IEEE 
ii  libsdl1.2debia 1.2.14-6  Simple DirectMedia Layer
ii  libtheora0 1.1.1+dfsg.1-3The Theora Video Compression Codec
pn  libweed0   none(no description available)
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  lives-data 1.3.4-1   Data files for LiVES
ii  mplayer2:1.0~rc3+svn20100726-0.0 The Ultimate Movie Player For Linu
ii  ogmtools   1:1.5-3+b1Tools for manipulating Ogg multime
ii  perl   5.10.1-13 Larry Wall's Practical Extraction 
ii  procps 1:3.2.8-9 /proc file system utilities
ii  python 2.6.5-11  interactive high-level object-orie
ii  sox14.3.1-1+b1   Swiss army knife of sound processi

Versions of packages lives recommends:
ii  dvgrab3.5-1  grab digital video data via IEEE13
ii  icedax9:1.1.10-1 Creates WAV files from audio CDs
ii  libtheora-bin 1.1.1+dfsg.1-3 The Theora Video Compression Codec
ii  mkvtoolnix2.7.0-1Set of command-line tools to work 
ii  pulseaudio0.9.21-3   PulseAudio sound server
ii  x11-utils 7.5+4  X11 utilities

Versions of packages lives suggests:
ii  ffmpeg 5:0.6~svn20100726-0.0 audio/video encoder, streaming ser
pn  libdv-bin  none(no description available)
ii  mencoder   2:1.0~rc3+svn20100726-0.0 MPlayer's Movie Encoder
ii  mjpegtools 1:1.9.0-0.7   MJPEG video capture/editting/playb

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

iD8DBQFMUoRBUdGGXzzGnNARAhOlAJ9qeKWaRnWJD9sZvUx7d8oaUmSC8QCeOsUt
1ZzfezbHTBJHHz0Wakat5vg=
=ZZkC
-END PGP SIGNATURE-



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



Bug#587950: initscripts: /etc/init.d/urandom fails because $PATH is wrong (doesnt include /usr/bin)

2010-07-03 Thread Jean-Luc Coulon (f5ibh)
Package: initscripts
Version: 2.88dsf-10
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

/et/init.d/urandom has a $PATH which doesnt include /usr/bin
but the find command (called without the full path) is in /usr/bin
So, the pool size value is not processed:

/etc/init.d/urandom: 1: find: not found

/etc/init.d/urandom: 76: find: not found
[: 76: Illegal number: 

Adding /usr/bin to $PATH fixes the problem (or maybe calling find with its
full path)

Regards

Jean-Luc

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-k8-2 (SMP w/2 CPU cores; PREEMPT)
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 initscripts depends on:
ii  coreutils 8.5-1  GNU core utilities
ii  debianutils   3.3Miscellaneous utilities specific t
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip
ii  mount 2.17.2-3.1 Tools for mounting and manipulatin
ii  sysv-rc   2.88dsf-10 System-V-like runlevel change mech
ii  sysvinit-utils2.88dsf-10 System-V-like utilities

Versions of packages initscripts recommends:
ii  e2fsprogs 1.41.12-2  ext2/ext3/ext4 file system utiliti
ii  psmisc22.11-1utilities that use the proc file s

initscripts suggests no packages.

- -- Configuration Files:
/etc/default/bootlogd changed:
BOOTLOGD_ENABLE=Yes

/etc/init.d/urandom changed:
set -x
[ -c /dev/urandom ] || exit 0
PATH=/sbin:/bin:/usr/bin
SAVEDFILE=/var/lib/urandom/random-seed
POOLSIZE=512
[ -f /proc/sys/kernel/random/poolsize ]  POOLSIZE=$(cat 
/proc/sys/kernel/random/poolsize)
.. /lib/init/vars.sh
.. /lib/lsb/init-functions
do_status () {
if [ -f $SAVEDFILE ] ; then
return 0
else
return 4
fi
}
case $1 in
  start|)
[ $VERBOSE = no ] || log_action_begin_msg Initializing random number 
generator
# Load and then save $POOLSIZE bytes,
# which is the size of the entropy pool
if [ -f $SAVEDFILE ]
then
# Handle locally increased pool size
SAVEDSIZE=$(find $SAVEDFILE -printf %s)
if [ $SAVEDSIZE -gt $POOLSIZE ]
then
[ -w /proc/sys/kernel/random/poolsize ]  echo 
$POOLSIZE  /proc/sys/kernel/random/poolsize
POOLSIZE=$SAVEDSIZE
fi
cat $SAVEDFILE /dev/urandom
fi
rm -f $SAVEDFILE
# Hm, why is the saved pool re-created at boot? [pere 2009-09-03]
umask 077
dd if=/dev/urandom of=$SAVEDFILE bs=$POOLSIZE count=1 /dev/null 21
ES=$?
umask 022
[ $VERBOSE = no ] || log_action_end_msg $ES
;;
  stop)
# Carry a random seed from shut-down to start-up;
# see documentation in linux/drivers/char/random.c
[ $VERBOSE = no ] || log_action_begin_msg Saving random seed
umask 077
dd if=/dev/urandom of=$SAVEDFILE bs=$POOLSIZE count=1 /dev/null 21
ES=$?
[ $VERBOSE = no ] || log_action_end_msg $ES
;;
  status)
do_status
exit $?
;;
  restart|reload|force-reload)
echo Error: argument '$1' not supported 2
exit 3
;;
  *)
echo Usage: urandom start|stop 2
exit 3
;;
esac
:


- -- no debconf information

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

iD8DBQFMLuQOUdGGXzzGnNARAsLDAKCBXU+yggdHgFGBsZICbPZ1oj4cPwCaAsdM
+uaoQuIf/QbMQ/m3/TyIuTw=
=LMCg
-END PGP SIGNATURE-





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



Bug#587412: texlive-base: Uninstalable

2010-06-28 Thread Jean-Luc Coulon (f5ibh)
Package: texlive-base
Version: 2009-10
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I tried (needed for a build dependancy) to install texlive-generic-recommended
and texlive-latex-base

The following packages were downloaded as well

 texlive-base
 texlive-generic-recommended
 texlive-latex-base
 tex-common

But they failed to configure:


The following partially installed packages will be configured:
  tex-common texlive-base texlive-generic-recommended texlive-latex-base 
  No packages will be installed, upgraded, or removed.
  0 packages upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
  Need to get 0B of archives. After unpacking 0B will be used.
  Setting up tex-common (2.08) ... 
  Running mktexlsr. This may take some time... done.
  texlive-base is not ready, delaying updmap-sys call
  texlive-base is not ready, skipping fmtutil-sys --all call
  Setting up texlive-base (2009-10) ...
  Running mktexlsr. This may take some time... done.
  Building format(s) --all --cnffile /etc/texmf/fmt.d/10texlive-base.cnf.
  This may take some time... 
  fmtutil-sys failed. Output has been stored in
  /tmp/fmtutil.YFlvAXa7
  Please include this file if you report a bug.

  dpkg: error processing texlive-base (--configure):
  subprocess installed post-installation script returned error exit
  status 1
  dpkg: dependency problems prevent configuration of
  texlive-generic-recommended:
  texlive-generic-recommended depends on texlive-base (= 2009-1);
  however:
  Package texlive-base is not configured yet.
  dpkg: error processing texlive-generic-recommended (--configure):
  dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of
  texlive-latex-base:
  texlive-latex-base depends on texlive-base (= 2009-1); however:
  Package texlive-base is not configured yet.
  dpkg: error processing texlive-latex-base (--configure):
  dependency problems - leaving unconfigured
  Processing triggers for menu ...
  Processing triggers for tex-common ...
  texlive-base is not ready, delaying updmap-sys call
  Building e-tex based formats --byhyphen
  /var/lib/texmf/tex/generic/config/language.def.
  This may take some time... 
  fmtutil-sys failed. Output has been stored in
  /tmp/fmtutil.0nqyyfaX
  Please include this file if you report a bug.

  dpkg: error processing tex-common (--configure):
  subprocess installed post-installation script returned
  error exit status 1
  Errors were encountered while processing:
  texlive-base
  texlive-generic-recommended
  texlive-latex-base
  tex-common
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  A package failed to install.  Trying to recover:
  Setting up tex-common (2.08) ...
  Running mktexlsr. This may take some time... done.
  texlive-base is not ready, delaying updmap-sys call
  texlive-base is not ready, skipping fmtutil-sys --all call
  Setting up texlive-base (2009-10) ...
  Running mktexlsr. This may take some time... done.
 Building format(s) --all --cnffile
 /etc/texmf/fmt.d/10texlive-base.cnf.
 This may take some time... 
   fmtutil-sys failed. Output has been stored in /tmp/fmtutil.5PBpj0Qk
  Please include this file if you report a bug.

  dpkg: error processing texlive-base (--configure):
  subprocess installed post-installation script
  returned error exit status 1
 dpkg: dependency problems prevent configuration of texlive-generic-recommended:
  texlive-generic-recommended depends on  texlive-base (= 2009-1); however:
   Package texlive-base is not configured yet.
   dpkg: error processing texlive-generic-recommended (--configure):
   dependency problems - leaving unconfigured
   dpkg: dependency problems prevent configuration of texlive-latex-base:
   texlive-latex-base depends on texlive-base (= 2009-1); however:
   Package texlive-base is not configured yet.
   dpkg: error processing exlive-latex-base (--configure):
   dependency problems - leaving unconfigured
   Processing triggers for menu ...
   Processing triggers for tex-common ...
   texlive-base is not ready, delaying updmap-sys call
   Building e-tex based formats --byhyphen
  /var/lib/texmf/tex/generic/config/language.def.
This may take some time... 
  fmtutil-sys failed. Output has been stored in /tmp/fmtutil.SJCw1nrz
  Please include this file if you report a bug.

  dpkg: error processing tex-common (--configure):
  subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
texlive-base
texlive-generic-recommended
texlive-latex-base
tex-common


Attached the related tmp files


Regards

Jean-Luc

- -- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. Don't forget to also 

Bug#586751: upowerd grab my USB-Serial adapter due to udev rule

2010-06-22 Thread Jean-Luc Coulon (f5ibh)
Package: upower
Version: 0.9.4-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've an USB-Serial adapter.
Due to the rule in /lib/udev/rules.d/95-upower-wup.rules, it is grabbed by
upowerd.

It appears that the IDS (vendorID/ProductID) in that rule is wrong.
My USB-Serial adapter has 0043:6001 which is reported by lsusb as Future
Technology Devices International, Ltd.

In the udev rule, we find: Watts Up, Inc.

Output of lsusb:
Bus 004 Device 002: ID 0403:6001 Future Technology Devices International, Ltd
FT232 USB-Serial (UART) IC

Contents of the usb rule:
SUBSYSTEM==tty, SUBSYSTEMS==usb, ATTRS{idVendor}==0403,
ATTRS{idProduct}==6001, ATTRS{serial}==A80?, ENV{UPOWER_VENDOR}=Watts
Up, Inc., ENV{UPOWER_PRODUCT}=Watts Up? Pro, ENV{UP_MONITOR_TYPE}=wup

http://www.linux-usb.org/usb.ids is consistant with my lsusb output.

Regards

Jean-Luc


- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-k8-2 (SMP w/2 CPU cores; PREEMPT)
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 upower depends on:
ii  dbus 1.2.24-1simple interprocess messaging syst
ii  libc62.11.2-1Embedded GNU C Library: Shared lib
ii  libdbus-1-3  1.2.24-1simple interprocess messaging syst
ii  libdbus-glib-1-2 0.86-1  simple interprocess messaging syst
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libgudev-1.0-0   157-1   GObject-based wrapper library for 
ii  libpolkit-gobject-1-00.96-2  PolicyKit Authorization API
ii  libupower-glib1  0.9.4-2 abstraction for power management -
ii  libusb-0.1-4 2:0.1.12-15 userspace USB programming library
ii  udev 157-1   /dev/ and hotplug management daemo

Versions of packages upower recommends:
ii  pm-utils  1.3.0-2utilities and scripts for power ma
ii  policykit-1   0.96-2 framework for managing administrat

upower suggests no packages.

- -- no debconf information

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

iD8DBQFMIHVBUdGGXzzGnNARAtbrAJ9ULxHZY0OC/YHvDuYG51uIyoVUpACgoXgC
qd85K1ZU3ywQYMUjSPh6WW4=
=LVEj
-END PGP SIGNATURE-





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



Bug#585689: cups: Doesnt find network printer when interface is renamed

2010-06-13 Thread Jean-Luc Coulon (f5ibh)
Package: cups
Version: 1.4.3-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've a computer connected to a router with ethernet
I've a printer connected to the same router with ethernet also

I have renamed the interface on the computer from ethX to something else because
the ehtX name is not consistant from session to session (I get sometimes eth0 
and sometimes eth2)

For that I use nameif in my /etc/network/interfaces :

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto livebox
iface livebox inet static
address 192.168.x.xx
netmask 255.255.255.0
pre-up nameif livebox 00:xx:xx:xx:xx:xxa
up route add default gw 192.168.x.x

With this setup, the printer is not discovered by cups.

The following command (find from the help) returns nothing:
CUPS_DEBUG_LEVEL=2 /usr/lib/cups/backend/snmp 21 | tee snmp.log

snmpwalk find the printer.

If I use eth2, the printer is normally found.

regards

Jean-Luc

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-k8-2 (SMP w/2 CPU cores; PREEMPT)
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 cups depends on:
ii  adduser   3.112  add and remove users and groups
ii  bc1.06.95-2  The GNU bc arbitrary precision cal
ii  cdebconf [debconf-2.0]0.149  Debian Configuration Management Sy
ii  cups-client   1.4.3-1Common UNIX Printing System(tm) - 
ii  cups-common   1.4.3-1Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  ghostscript   8.71~dfsg2-3   The GPL Ghostscript PostScript/PDF
ii  libavahi-client3  0.6.25-3   Avahi client library
ii  libavahi-common3  0.6.25-3   Avahi common library
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libcups2  1.4.3-1Common UNIX Printing System(tm) - 
ii  libcupscgi1   1.4.3-1Common UNIX Printing System(tm) - 
ii  libcupsdriver11.4.3-1Common UNIX Printing System(tm) - 
ii  libcupsimage2 1.4.3-1Common UNIX Printing System(tm) - 
ii  libcupsmime1  1.4.3-1Common UNIX Printing System(tm) - 
ii  libcupsppdc1  1.4.3-1Common UNIX Printing System(tm) - 
ii  libdbus-1-3   1.2.24-1   simple interprocess messaging syst
ii  libgcc1   1:4.4.4-5  GCC support library
ii  libgnutls26   2.8.6-1the GNU TLS library - runtime libr
ii  libgssapi-krb5-2  1.8.1+dfsg-5   MIT Kerberos runtime libraries - k
ii  libijs-0.35   0.35-7 IJS raster image transport protoco
ii  libkrb5-3 1.8.1+dfsg-5   MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.21-1   OpenLDAP libraries
ii  libpam0g  1.1.1-3Pluggable Authentication Modules l
ii  libpaper1 1.1.24 library for handling paper charact
ii  libpoppler5   0.12.4-1   PDF rendering library
ii  libslp1   1.2.1-7.7  OpenSLP libraries
ii  libstdc++64.4.4-5The GNU Standard C++ Library v3
ii  libusb-0.1-4  2:0.1.12-15userspace USB programming library
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip
ii  perl-modules  5.10.1-13  Core Perl modules
ii  poppler-utils 0.12.4-1   PDF utilitites (based on libpopple
ii  procps1:3.2.8-9  /proc file system utilities
ii  ssl-cert  1.0.25 simple debconf wrapper for OpenSSL
ii  ttf-freefont  20090104-7 Freefont Serif, Sans and Mono True
ii  zlib1g1:1.2.5.dfsg-1 compression library - runtime

Versions of packages cups recommends:
ii  cups-driver-gutenprint5.2.5-1printer drivers for CUPS
ii  foomatic-filters  4.0-20090509-1 OpenPrinting printer support - fil
ii  ghostscript-cups  8.71~dfsg2-3   The GPL Ghostscript PostScript/PDF

Versions of packages cups suggests:
ii  cups-bsd1.4.3-1  Common UNIX Printing System(tm) - 
ii  cups-pdf2.5.0-15 PDF printer for CUPS
ii  cups-ppdc   1.4.3-1  Common UNIX Printing System(tm) - 
ii  foomatic-db 20090616-1   OpenPrinting printer support - dat
ii  foomatic-db-engine  4.0-20090509-2.1 OpenPrinting printer support - pro
ii  hplip   3.10.5-1 HP Linux 

Bug#585015: kernel 2.6.34 fails to boot normally with mdadm 3.1.1-1

2010-06-08 Thread Jean-Luc Coulon (f5ibh)
Package: mdadm
Version: 3.1.1-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've a system with lvm2 over raid1 and some filesystems encrypted.
When I updated mdadm from 3.1.1-1 to 3.1.2-1 the system failed to boot kernel
2.6.34 (from experimental).
I tried 3.1.2-2 when it was released, I got the same problem.

The system boot from grub and the wait for the password.

When I enter the password, there is a huge / endless disk activity but the boot
process seems to be frozen.

The system is still living : if I plug/unplug an usb disk, it is reported on the
console.

I've then rebooted with 2.6.33 without any problem.

Reverting to 3.1.1-1 solved also the problem.

Regards

Jean-Luc


- -- Package-specific info:
- --- mount output
/dev/mapper/vg00-root_lv on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md3 on /boot type ext3 (rw)
/dev/mapper/vg00-usr_lv on /usr type ext3 (rw)
/dev/mapper/vg00-opt_lv on /opt type xfs (rw)
/dev/mapper/vg00-var_lv on /var type ext3 (rw)
/dev/mapper/vg00-local_lv on /usr/local type xfs (rw)
/dev/mapper/cryptvg00-home_lv on /home type xfs (rw)
/dev/mapper/cryptvg00-tmp_lv on /tmp type xfs (rw)
/dev/mapper/cryptvg00-mail_lv on /usr/mail type xfs (rw)
/dev/mapper/cryptvg00-photos_lv on /photos type xfs (rw)
/dev/mapper/cryptvg00-music_lv on /music type ext3 (rw)
/dev/sdb1 on /extra type ext4 (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,noexec,nosuid,nodev)
/dev/sr0 on /media/cdrom0 type udf (ro,noexec,nosuid,nodev,user=jean-luc)
/dev/sdd1 on /media/rn int(rand type vfat 
(rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush)

- --- mdadm.conf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE partitions

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes

# automatically tag new arrays as belonging to the local system
HOMEHOST system

# instruct the monitoring daemon where to send mail alerts
MAILADDR root

# definitions of existing MD arrays
ARRAY /dev/md3 UUID=a14b6e84:366c9fff:fd4061fc:100c5d56
ARRAY /dev/md4 UUID=3075c036:528fe022:fd4061fc:100c5d56
ARRAY /dev/md5 UUID=4e8929f4:f9b54516:fd4061fc:100c5d56

# This configuration was auto-generated on Wed, 16 Sep 2009 19:09:44 +0200
# by mkconf 3.0-2

- --- /proc/mdstat:
Personalities : [raid1] 
md5 : active raid1 sda3[0] sdc3[1]
  97450176 blocks [2/2] [UU]
  
md4 : active raid1 sda2[0] sdc2[1]
  58596992 blocks [2/2] [UU]
  
md3 : active raid1 sda1[0] sdc1[1]
  240832 blocks [2/2] [UU]
  
unused devices: none

- --- /proc/partitions:
major minor  #blocks  name

   80  156290904 sda
   81 240943 sda1
   82   58597087 sda2
   83   97450290 sda3
   8   16   80043264 sdb
   8   17   80035798 sdb1
   8   32  156290904 sdc
   8   33 240943 sdc1
   8   34   58597087 sdc2
   8   35   97450290 sdc3
   93 240832 md3
   94   58596992 md4
   95   97450176 md5
 2530 487424 dm-0
   8   48   78150744 sdd
   8   49   19535008 sdd1
   8   50   58613152 sdd2
 2531   97449148 dm-1
 25329277440 dm-2
 25335857280 dm-3
 25347811072 dm-4
 2535 974848 dm-5
 2536   15728640 dm-6
 25375242880 dm-7
 2538   35577856 dm-8
 2539   14680064 dm-9
 253   102768896 dm-10
 253   113903488 dm-11
 253   129437184 dm-12
 253   138773632 dm-13

- --- initrd.img-2.6.34-k8-2:
46277 blocks
d989e6c5bc1ed7cea311c0bc22f4d665  ./etc/mdadm/mdadm.conf
c6ee45b773edd23768bab8ab4067121b  
./lib/modules/2.6.34-k8-2/kernel/drivers/md/dm-mod.ko
c8698139164a8ddf4ec5d791c23d2cab  
./lib/modules/2.6.34-k8-2/kernel/drivers/md/dm-crypt.ko
a939c477d261470e80c87545d697b8c1  
./lib/modules/2.6.34-k8-2/kernel/drivers/md/dm-snapshot.ko
b711c380f2e0afed2b8814645d3cb657  
./lib/modules/2.6.34-k8-2/kernel/drivers/md/dm-log.ko
c43586c1225ed92d8cb8420d5915f7f4  
./lib/modules/2.6.34-k8-2/kernel/drivers/md/dm-region-hash.ko
9c53fd2cd0b67eac709c56b2740345d5  
./lib/modules/2.6.34-k8-2/kernel/drivers/md/dm-mirror.ko
5cb80047c86e1e4576f8c6f04d167489  
./lib/modules/2.6.34-k8-2/kernel/drivers/md/md-mod.ko
ff34331e8c5c7b090d230d72a9831aa4  
./lib/modules/2.6.34-k8-2/kernel/drivers/md/linear.ko
1287f4b136d5b01eaa0c0bf51e14df17  

Bug#573323: libpam0g: pam looks for winbind (and fails) when usin 'passwd' command

2010-03-10 Thread Jean-Luc Coulon (f5ibh)
Package: libpam0g
Version: 1.1.1-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

If I try a 'passwd' command with windbind not running/not installed, I get a
'system error' message.
I have then the following in auth.log:

- 
8--8---8-8--88---
Mar 10 16:29:14 tangerine sudo: jean-luc : TTY=pts/0 ; PWD=/var/log ; USER=root
; COMMAND=/usr/bin/passwd anne-sophie
Mar 10 16:29:14 tangerine sudo: PAM adding faulty module:
/lib/security/pam_winbind.so
Mar 10 16:29:14 tangerine passwd[13888]: PAM unable to
dlopen(/lib/security/pam_winbind.so): /lib/security/pam_winbind.so: Cannot
open the shared library: No such file or directory
- 
8--8---8-8--88---

Then if I start winbind, I get the following:
ar 10 16:37:18 tangerine sudo: jean-luc : TTY=pts/4 ; PWD=/home/jean-luc ;
- 
8--8---8-8--88---
USER=root ; COMMAND=/usr/bin/passwd anne-sophie
Mar 10 16:37:18 tangerine passwd[14222]: pam_winbind(passwd:chauthtok):
valid_user: wbcGetpwnam gave WBC_ERR_DOMAIN_NOT_FOUND
- 
8--8---8-8--88---

I'm not sure it is really related to libpam package so feel free to reassign it
as needed.

Regards

Jean-Luc
- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-k8-2 (SMP w/2 CPU cores; PREEMPT)
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 libpam0g depends on:
ii  cdebconf [debconf-2.0]0.148  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib

libpam0g recommends no packages.

Versions of packages libpam0g suggests:
pn  libpam-docnone (no description available)

- -- debconf information:
* libpam0g/restart-services: samba gdm exim4 cups cron atd
  libpam0g/xdm-needs-restart:
  libpam0g/restart-failed:

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

iD8DBQFLl770UdGGXzzGnNARAtoSAJwJS4jZN9/TEz3mV/eq6JaHaa5HqACglhg6
I5KhlrUcfndAPSlLOuhXSa8=
=oo9S
-END PGP SIGNATURE-





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



Bug#569951: elmer: Uninstalable due to dependancies on unavailable libvtk5.2/libvtk5.2-qt4'

2010-02-15 Thread Jean-Luc Coulon (f5ibh)
Package: elmer
Version: 5.5.0.svn.4298.dfsg-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Elmer is uninstalable.
It depends on libvtk5.2 and libvtk5.2-qt4 which have been replaced with 
libvtk5.4.

Regards

Jean-Luc

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-k8-8 (SMP w/2 CPU cores; PREEMPT)
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 elmer depends on:
ii  cdebconf [debconf- 0.147 Debian Configuration Management Sy
ii  debconf [debconf-2 1.5.28Debian configuration management sy
ii  elmer-common   5.5.0.svn.4298.dfsg-1 finite element multiphysics suite 
ii  libatlas3gf-base [ 3.6.0-24  Automatically Tuned Linear Algebra
ii  libblas3gf [libbla 1.2-3 Basic Linear Algebra Subroutines 3
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
ii  libelmersolver-5.5 5.5.0.svn.4298.dfsg-1 finite element multiphysics suite 
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libftgl2   2.1.3~rc5-3   library to render text in OpenGL u
ii  libgcc11:4.4.3-2 GCC support library
ii  libgfortran3   4.4.3-2   Runtime library for GNU Fortran ap
ii  libgl1-mesa-glx [l 7.7-3 A free implementation of the OpenG
ii  libglu1-mesa [libg 7.7-3 The OpenGL utility library (GLU)
ii  libncurses55.7+20090803-2shared libraries for terminal hand
ii  libopencascade-fou 6.3.0.dfsg.1-4OpenCASCADE CAE platform shared li
ii  libopencascade-mod 6.3.0.dfsg.1-4OpenCASCADE CAE platform shared li
ii  libopenmpi1.3  1.3.3-4   high performance message passing l
ii  libqt4-opengl  4:4.6.0-1 Qt 4 OpenGL module
ii  libqt4-script  4:4.6.0-1 Qt 4 script module
ii  libqt4-xml 4:4.6.0-1 Qt 4 XML module
ii  libqtcore4 4:4.6.0-1 Qt 4 core module
ii  libqtgui4  4:4.6.0-1 Qt 4 GUI module
ii  libqwt5-qt45.2.0-1   Qt4 widgets library for technical 
ii  libreadline6   6.1-1 GNU readline and history libraries
ii  libscotch-5.1  5.1.7.dfsg-1  programs and libraries for graph, 
ii  libstdc++6 4.4.3-2   The GNU Standard C++ Library v3
ii  libvtk5.2  5.2.1-15  Visualization Toolkit - A high lev
ii  libvtk5.2-qt4  5.2.1-15  Visualization Toolkit - A high lev
ii  libx11-6   2:1.3.3-1 X11 client-side library
ii  mpi-default-bin0.6   Standard MPI runtime programs
ii  python2.5  2.5.5-2   An interactive high-level object-o
ii  tcl8.4 8.4.19-4  Tcl (the Tool Command Language) v8
ii  tk8.4  8.4.19-4  Tk toolkit for Tcl and X11, v8.4 -
ii  zlib1g 1:1.2.3.5.dfsg-1  compression library - runtime

elmer recommends no packages.

Versions of packages elmer suggests:
pn  elmer-doc none (no description available)

- -- debconf information:
* elmer/models: helmholtz, navier-stokes, resultoutput, heatequation, 
linearelasticity, k-epsilon, meshdeform, reynolds

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

iD8DBQFLeT5NUdGGXzzGnNARAjQVAJ9TACTY9r+VgPeXXU3qKsGYZmcNdwCfZ6AQ
DluUWpWX1OgShn6QI0FdMOI=
=GSy5
-END PGP SIGNATURE-





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100215123005.11545.25812.report...@tangerine.coulon.evette



Bug#565480: anacron: rule in pm-utils/power.d works the opposite way as it should

2010-01-15 Thread Jean-Luc Coulon (f5ibh)
Package: anacron
Version: 2.3-14
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I hibernate my system via the gnome menu.

At restart, /usr/lib/pm-utils/power.d/anacron is executed.
In pm-powered.log, I can see:
/usr/lib/pm-utils/power.d/anacron true: success.

Unfortunately, the rule in coded the opposite way as it should and the true
entry of the case statement stop anacron.

If I replace stop with start, anacron is started at system wakeup:

case $1 in
false)
/usr/sbin/invoke-rc.d anacron stop /dev/null   
;;
true)
/usr/sbin/invoke-rc.d anacron start /dev/null   
;;
esac

It seems that the rules are coded like a resume parameter is passed 
while waking up after hibernate which is not the case.

Regards

Jean-Luc




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

Kernel: Linux 2.6.32-k8-5 (SMP w/2 CPU cores; PREEMPT)
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 anacron depends on:
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

Versions of packages anacron recommends:
ii  cron  3.0pl1-106 process scheduling daemon
ii  rsyslog [system-log-daemon]   4.4.2-1enhanced multi-threaded syslogd

Versions of packages anacron suggests:
ii  exim4-daemon-light [mail-tran 4.71-3 lightweight Exim MTA (v4) daemon
ii  powermgmt-base1.31   Common utils and configs for power

- -- no debconf information

- -- debsums errors found:
debsums: changed file /usr/lib/pm-utils/power.d/anacron (from anacron package)

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

iD8DBQFLUWJpUdGGXzzGnNARAprIAKCTeTbpAtqHe9OyF8WyxXUSi2E17ACfcku5
601HKHIe3SM6+u6LwOmNqok=
=ek3f
-END PGP SIGNATURE-





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



Bug#562731: gimp-plugin-registry: Not installable, depends on unavailable libcv1, libcvaux1, libhighgui1

2009-12-27 Thread Jean-Luc Coulon (f5ibh)
Package: gimp-plugin-registry
Version: 2.2-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

The package depends on various libs which versions has been deleted from the
repository: libcv1, libcvaux1, libhighgui1.

Regards

Jean-Luc

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

Kernel: Linux 2.6.32-k8-3 (SMP w/2 CPU cores; PREEMPT)
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 gimp-plugin-registry depends on:
ii  gimp   2.6.7-1.1 The GNU Image Manipulation Program
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libatlas3gf-base [libl 3.6.0-24  Automatically Tuned Linear Algebra
ii  libblas3gf [libblas.so 1.2-2 Basic Linear Algebra Subroutines 3
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
pn  libcv1 none(no description available)
pn  libcvaux1  none(no description available)
ii  libfftw3-3 3.2.2-1   library for computing Fast Fourier
ii  libfontconfig1 2.6.0-4.2 generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-7 GCC support library
ii  libgimp2.0 2.6.7-1.1 Libraries for the GNU Image Manipu
ii  libgl1-mesa-glx [libgl 7.7.git20091226.1 A free implementation of the OpenG
ii  libglew1.5 1.5.1-7   The OpenGL Extension Wrangler - ru
ii  libglib2.0-0   2.22.3-2  The GLib library of C routines
ii  libglu1-mesa [libglu1] 7.7.git20091226.1 The OpenGL utility library (GLU)
ii  libgtk2.0-02.18.5-1  The GTK+ graphical user interface 
ii  libgtkglext1   1.2.0-1   OpenGL Extension to GTK+ (shared l
pn  libhighgui1none(no description available)
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  liblapack3gf [liblapac 3.2.1-2   library of linear algebra routines
ii  liblcms1   1.18.dfsg-1.1 Color management library
ii  liblqr-1-0 0.4.1-1   converts plain array images into m
ii  libpango1.0-0  1.26.2-1  Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstdc++6 4.4.2-7   The GNU Standard C++ Library v3
ii  libtiff-tools  3.9.2-1   TIFF manipulation and conversion t
ii  libtiff4   3.9.2-1   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.3.2-1 X11 client-side library
ii  libxmu62:1.0.5-1 X11 miscellaneous utility library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  python 2.5.4-5   An interactive high-level object-o
ii  xdg-utils  1.0.2-6.1 desktop integration utilities from

gimp-plugin-registry recommends no packages.

Versions of packages gimp-plugin-registry suggests:
pn  icc-profiles  none (no description available)

- -- no debconf information

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

iD8DBQFLN2ftUdGGXzzGnNARAjWUAKCPLy21CaPVwHWiihbwzPVjYr1ZYwCePuOy
xpExhPAmg3caua9BLhCZxCk=
=4uW9
-END PGP SIGNATURE-





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



Bug#562739: frei0r-plugins: Is not installable, depends on unavailable libcv1, libcvaux1, libhighgui1

2009-12-27 Thread Jean-Luc Coulon (f5ibh)
Package: frei0r-plugins
Version: 1.1.22git20090109-2
Severity: normal
File: frei0r-plugins

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hi,

The package depends on various libs which versions has been deleted from the
repository: libcv1, libcvaux1, libhighgui1.

(like Bug#562731 [fixed now] for gimp-plugin-registry)

Regards

Jean-Luc

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

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

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

iD8DBQFLN41/UdGGXzzGnNARAqe3AJoCYtzrEOdmZCupJxy6djA6ERaDJwCeIo7+
zb44SjfmDm8Ki9V615uWGRs=
=hEHK
-END PGP SIGNATURE-





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



Bug#561569: fixes for compile.h also

2009-12-25 Thread Jean-Luc Coulon (f5ibh)

The attached patch makes make-kpkg look for utsrelease.h in its new
location.

It is not enough; in ruleset/targets/common.mk compiles.h should also 
be looked for in generated subdirectory

Attached patch fixes this also.

Regards

Jean-Luc
diff -ruN kernel-package-12.031.orig/kernel/ruleset/misc/version_vars.mk kernel-package-12.031/kernel/ruleset/misc/version_vars.mk
--- kernel-package-12.031.orig/kernel/ruleset/misc/version_vars.mk	2009-02-17 09:43:08.0 +0100
+++ kernel-package-12.031/kernel/ruleset/misc/version_vars.mk	2009-12-25 19:26:10.511455581 +0100
@@ -138,8 +138,10 @@
 EXTRAV_ARG :=
 endif
 
-UTS_RELEASE_HEADER=$(call doit,if [ -f include/linux/utsrelease.h ]; then  \
-	   echo include/linux/utsrelease.h;\
+UTS_RELEASE_HEADER=$(call doit,if [ -f include/generated/utsrelease.h ]; then  \
+	   echo include/generated/utsrelease.h ;   \
+			   elif [ -f include/linux/utsrelease.h ]; then \
+			   echo include/linux/utsrelease.h ; \
 	   else\
echo include/linux/version.h ;  \
 	   fi)
diff -ruN kernel-package-12.031.orig/kernel/ruleset/targets/common.mk kernel-package-12.031/kernel/ruleset/targets/common.mk
--- kernel-package-12.031.orig/kernel/ruleset/targets/common.mk	2009-09-11 17:06:22.0 +0200
+++ kernel-package-12.031/kernel/ruleset/targets/common.mk	2009-12-19 11:39:22.432594951 +0100
@@ -336,8 +336,14 @@
 	@echo this was built on a machine with the kernel:  debian/stamp/build/info
 	uname -a  debian/stamp/build/info
 	echo using the compiler:  debian/stamp/build/info
-	grep LINUX_COMPILER include/linux/compile.h | \
-	   sed -e 's/.*LINUX_COMPILER //' -e 's/$$//'  debian/stamp/build/info
+	if [ -f include/generated/compile.h ]; then \
+		grep LINUX_COMPILER include/generated/compile.h | \
+		   sed -e 's/.*LINUX_COMPILER //' -e 's/$$//'  debian/stamp/build/info; \
+	else \
+		grep LINUX_COMPILER include/generated/compile.h | \
+		   sed -e 's/.*LINUX_COMPILER //' -e 's/$$//'  debian/stamp/build/info; \
+   fi	
+
 ifneq ($(strip $(shell test -f version.Debian  cat version.Debian)),)
 	echo kernel source package used:  debian/stamp/build/info
 	echo $(INT_STEM)-source-$(shell cat version.Debian)  debian/stamp/build/info



pgpGHGIgNrLu2.pgp
Description: PGP signature


Bug#561569: UTS_RELEASE definition has been moved

2009-12-18 Thread Jean-Luc Coulon (f5ibh)
Hi,

kernel_package looks in /usr/share/kernel-package/ruleset/misc/
version_vars.mk for UTS_RELEASE the following way:

UTS_RELEASE_HEADER=$(call doit,if [ -f include/linux/utsrelease.h ]; 
then  \
   echo include/linux/utsrelease.h; 
\
   else 
\
   echo include/linux/version.h ;   
\
   fi)

But in 2.6.33-rc1, UTS_RELEASE definition is empty in 
include/linux/utsrelease.h

Looking in vermagic.h, we can see that the included file is:
#include generated/utsrelease.h

while it was #include linux/utsrelease.h in 2.6.32 for instance.

And we can see that generated/utsrelease.h contains the expected 
version.


Regards

Jean-Luc


pgpq47JFNUzuC.pgp
Description: PGP signature


Bug#557453: discus: Disk usage reported inconsistant with df ones

2009-11-22 Thread Jean-Luc Coulon (f5ibh)
Package: discus
Version: 0.2.9-5
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've an ext3 partition (lvm2), it is reported with 346M left with df and 1.07G
with discus, here are the output of both the discus and the df command
together with the structure of the ext2 filesystem.
The filesystem (lvm logical volume) is /dev/cryptvg00/photos_lv, mount point is
/photos.


/dev/sdd1   20G   1.4G19G   7% /media/rn int(rand
[jean-...@tangerine] % discus ~
Mount   Total Used Avail  Prcnt  Graph
/   461.0 Mo 218.7 Mo 242.2 Mo47.5%   [*-]
/boot   227.8 Mo  46.5 Mo 181.3 Mo20.4%   [**]
/usr 9.17 Go  8.09 Go  1.07 Go88.3%   [*-]
/opt 3.71 Go  1.29 Go  2.43 Go34.7%   [***---]
/var 1.83 Go 985.5 Mo 888.5 Mo52.6%   [*-]
/home6.01 Go  4.95 Go  1.06 Go82.4%   [--]
/tmp 5.58 Go   4.9 Mo  5.57 Go 0.1%   [--]
/usr/local   7.65 Go  4.20 Go  3.45 Go54.9%   [*-]
/usr/mail   947.3 Mo   4.2 Mo 943.2 Mo 0.4%   [--]
/photos 14.76 Go 13.69 Go  1.07 Go92.7%   [*-]
/music   4.92 Go  3.26 Go  1.66 Go66.3%   [***---]
/extra  75.13 Go 11.59 Go 63.54 Go15.4%   [**]
+n int(rand 18.62 Go  1.23 Go 17.39 Go 6.6%   [*-]

[jean-...@tangerine] % df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/mapper/vg00-root_lv
472036223998223667  51% /
tmpfs  1900964 4   1900960   1% /lib/init/rw
udev 10240   392  9848   4% /dev
tmpfs  1900964 0   1900964   0% /dev/shm
/dev/md3233225 47577173607  22% /boot
/dev/mapper/vg00-usr_lv
   9611492   8485048638204  94% /usr
/dev/mapper/vg00-opt_lv
   3893248   1350324   2542924  35% /opt
/dev/mapper/vg00-var_lv
   1919048   1009064812500  56% /var
/dev/mapper/cryptvg00-home_lv
   6297600   5188324   1109276  83% /home
/dev/mapper/cryptvg00-tmp_lv
   5847040  4968   5842072   1% /tmp
/dev/mapper/cryptvg00-local_lv
   8017920   4402448   3615472  55% /usr/local
/dev/mapper/cryptvg00-mail_lv
970048  4256965792   1% /usr/mail
/dev/mapper/cryptvg00-photos_lv
  15481840  14358492337084  98% /photos
/dev/mapper/cryptvg00-music_lv
   5160576   3422008   1476424  70% /music
/dev/sdb1 78779268  12156416  62621064  17% /extra
/dev/sdd1 19525456   1294688  18230768   7% /media/rn int(rand


tune2fs 1.41.9 (22-Aug-2009)
Filesystem volume name:   none
Last mounted on:  not available
Filesystem UUID:  3b531f5c-1772-440b-b331-b86d4e1894fc
Filesystem magic number:  0xEF53
Filesystem revision #:1 (dynamic)
Filesystem features:  has_journal ext_attr resize_inode dir_index filetype 
needs_recovery sparse_super large_file
Filesystem flags: signed_directory_hash 
Default mount options:(none)
Filesystem state: clean
Errors behavior:  Continue
Filesystem OS type:   Linux
Inode count:  983040
Block count:  3932160
Reserved block count: 196566
Free blocks:  280837
Free inodes:  977562
First block:  0
Block size:   4096
Fragment size:4096
Reserved GDT blocks:  127
Blocks per group: 32768
Fragments per group:  32768
Inodes per group: 8192
Inode blocks per group:   512
Filesystem created:   Tue Sep 15 18:31:23 2009
Last mount time:  Sun Nov 22 09:50:42 2009
Last write time:  Sun Nov 22 09:50:42 2009
Mount count:  44
Maximum mount count:  -1
Last checked: Mon Nov  9 20:15:03 2009
Check interval:   5184000 (2 months)
Next check after: Fri Jan  8 20:15:03 2010
Reserved blocks uid:  0 (user root)
Reserved blocks gid:  0 (group root)
First inode:  11
Inode size:   256
Required extra isize: 28
Desired extra isize:  28
Journal inode:8
Default directory hash:   half_md4
Directory Hash Seed:  d0dfbdf3-230c-4aab-938f-7e98b58e245e
Journal backup:   inode blocks


Regards

Jean-Luc

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

iD8DBQFLCQveUdGGXzzGnNARAkzEAKCFJEk/3cu2+VGNU0i1gt6EyqGLjwCfR1tZ
Qt/AtY+0xInHV9AaSud7LLc=
=PELG
-END PGP SIGNATURE-





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

Bug#555086: /usr/bin/seahorse-tool: seahorse-tool -d file segfaults

2009-11-08 Thread Jean-Luc Coulon (f5ibh)
Package: seahorse-plugins
Version: 2.28.1-1
Severity: important
File: /usr/bin/seahorse-tool

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

When I try to decrypt a gpg file with seahorse tool, I get a SEGFAULT.
I've rebuilt seahorse-plugins with debugging symbols and here is the gdb
session:

[jean-...@tangerine] % gdb /usr/bin/seahorse-tool ~
GNU gdb (GDB) 7.0-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/seahorse-tool...done.
(gdb) run -d test-seahorse.gpg 
Starting program: /usr/bin/seahorse-tool -d test-seahorse.gpg
[Thread debugging using libthread_db enabled]

** (seahorse-tool:11391): CRITICAL **: seahorse_pgp_operation_init: assertion
`GPG_IS_OK (err)' failed

Program received signal SIGSEGV, Segmentation fault.
0x779b2b19 in ?? () from /usr/lib/libgpgme.so.11
(gdb) bt
#0  0x779b2b19 in ?? () from /usr/lib/libgpgme.so.11
#1  0x779a01b8 in ?? () from /usr/lib/libgpgme.so.11
#2  0x779a10c1 in ?? () from /usr/lib/libgpgme.so.11
#3  0x0040f2c3 in decrypt_start (mode=value optimized out, 
uri=value optimized out, uridata=0x716200, pop=0x6d85b0, 
err=0x7fffe278) at seahorse-tool.c:525
#4  0x0040f99c in step_operation (ctx=0x7fffe240, 
mode=0x7fffe2e0, err=0x7fffe278) at
seahorse-tool-files.c:787
#5  0x00410cb3 in seahorse_tool_files_process
(mode=0x7fffe2e0, 
uris=0x6477f0) at seahorse-tool-files.c:895
#6  0x0040e8ef in main (argc=1, argv=0x7fffe458)
at seahorse-tool.c:749
(gdb) 

- ---
Regards

Jean-Luc
- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental'), (500, 'testing'), (500, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-rc6-git3-k8-2 (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 seahorse-plugins depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.24.2-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.24.2-1   The Bonobo UI library
ii  libc6 2.10.1-5   GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libcryptui0   2.28.1-1   the UI library for DBUS functions 
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.28.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgnome-keyring0 2.28.1-1   GNOME keyring services library
ii  libgpgme111.2.0-1GPGME - GnuPG Made Easy
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libgtksourceview2.0-0 2.8.1-1shared libraries for the GTK+ synt
ii  libnautilus-extension12.28.1-1   libraries for nautilus components 
ii  libnotify1 [libnotify1-gtk2.1 0.4.5-1sends desktop notifications to a n
ii  libpanel-applet2-02.28.0-2   library for GNOME Panel applets
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  seahorse  2.28.1-1   GNOME front end for GnuPG

Versions of packages seahorse-plugins recommends:
ii  openssh-client1:5.1p1-8  secure shell client, an rlogin/rsh

seahorse-plugins suggests no packages.

- -- no debconf information

- -- debsums errors found:
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-it.omf 
(from seahorse-plugins package)
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-es.omf 
(from seahorse-plugins package)
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-sv.omf 
(from seahorse-plugins package)
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-vi.omf 
(from seahorse-plugins package)
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-ru.omf 
(from seahorse-plugins package)
debsums: missing file 

Bug#554362: devicekit-power: Doesnt find my UPS (not a HID device... )

2009-11-04 Thread Jean-Luc Coulon (f5ibh)
Package: devicekit-power
Version: 012-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've an UPS MGE Ellipse (now known as Eaton) with idVendor = 0463 and
idProduct = 

[jean-...@tangerine] % lsusb  ~
Bus 003 Device 002: ID 0463: MGE UPS Systems UPS
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
.

It used to report the right status via the usb link with nut-hal-drivers.

With latest gnome-power-manager and devicekit-power, it fails.

- - It exists in /lib/udev/rules.d/95-devkit-power-hid.rules:
# Eaton
ATTRS{idVendor}==0463, ATTRS{idProduct}==0001, ENV{DKP_BATTERY_TYPE}=ups
ATTRS{idVendor}==0463, ATTRS{idProduct}==, ENV{DKP_BATTERY_TYPE}=ups

- - I've lauched devkit-power as root with --verbose and then plu-in the cable,
I got the following:

 - SYSFS add /sys/devices/pci:00/:00:12.0/usb3/3-3
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,547
 - device now coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,555
 - failed to coldplug /sys/devices/pci:00/:00:12.0/usb3/3-3
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,588
 - device now not coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,547
 - device now coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,555
 - failed to coldplug /sys/devices/pci:00/:00:12.0/usb3/3-3
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,588
 - device now not coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-backend.c 
FN:dkp_backend_uevent_signal_handler_cb,257
 - SYSFS add /sys/devices/pci:00/:00:12.0/usb3/3-3/3-3:1.0
TI:21:50:00 TH:0xacf030 FI:dkp-device.c  FN:dkp_device_coldplug,547
 - device now coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,555
 - failed to coldplug   
/sys/devices/pci:00/:00:12.0/usb3/3-3/3-3:1.0
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,588
 - device now not coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,547
 - device now coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,555
 - failed to coldplug /sys/devices/pci:00/:00:12.0/usb3/3-3/3-3:1.0
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,588
 - device now not coldplug 
TI:21:50:00 TH:0xacf030 FI:dkp-backend.c 
FN:dkp_backend_uevent_signal_handler_cb,257
 - SYSFS add /sys/devices/pci:00/:00:12.0/usb3/3-3/3-3:1.0/usb/hiddev0
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,547
 - device now coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-device-csr.c 
FN:dkp_device_csr_coldplug,153
 - not a recognised csr device
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,555
 - failed to coldplug 
/sys/devices/pci:00/:00:12.0/usb3/3-3/3-3:1.0/usb/hiddev0
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,588
 - device now not coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,547
 - device now coldplug
TI:21:50:00 TH:0xacf030 FI:dkp-device-hid.c 
FN:dkp_device_hid_coldplug,329
 - using device: /dev/usb/hiddev0
TI:21:50:00 TH:0xacf030 FI:dkp-device-hid.c 
FN:dkp_device_hid_coldplug,339
 - not a HID device: /dev/usb/hiddev0
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,555
 - failed to coldplug 
/sys/devices/pci:00/:00:12.0/usb3/3-3/3-3:1.0/usb/hiddev0
TI:21:50:00 TH:0xacf030 FI:dkp-device.c FN:dkp_device_coldplug,588
  - device now not coldplug

- -8---88--88---

We can see that it is reported as not a HID device: /dev/usb/hiddev0

Here is how the device is created in /dev/usb:
[jeann-...@tangerine] % ls /dev/usb/* -l  
crw-rw 1 root root 180, 96 nov.   2 21:48 /dev/usb/hiddev0


Regards

Jean-Luc


System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental'), (500, 'testing'), (500, 
'stable')
Architecture: amd64 (x86_64)

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

Versions of packages devicekit-power depends on:
ii  libc62.10.1-5GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.16-2simple interprocess messaging syst
ii  libdbus-glib-1-2 0.82-2  simple interprocess messaging syst
ii  libdevkit-power-gobject1 012-2   abstraction for power management -
ii  libglib2.0-0 2.22.2-2The GLib library of C routines
ii  libgudev-1.0-0   146-6   GObject-based wrapper library for 
ii  libpolkit-gobject-1-00.94-4  PolicyKit Authorization API
ii 

Bug#550562: Fwd: Re: Bug#550562: firmware-linux: radeon/R200_cp.bin, system freeze on some OpenGl functions [jean-luc.cou...@wanadoo.fr]

2009-10-30 Thread Jean-Luc Coulon (f5ibh)
(sorry, this mail was left in my outbox due to a reconfiguration of my 
mail system)

Hi,
Le 20/10/2009 02:46:23, Ben Hutchings a écrit :
On Mon, 2009-10-19 at 17:38 +0200, Jean-Luc Coulon (f5ibh) wrote:
 Hi,
 
 
 Le 18/10/2009 00:24:40, Ben Hutchings a écrit :
[...]
 Which kernel version were you using previously?
 
 I was using 2.6.29. I built myself as usual from the debian source 
 package and kernel-package.

Please test an official binary package (linux-image-2.6.30-2-686) in
case this is due to your custom configuration.

There is some misunderstanding.

While you answered to thios bug the 1st time, you asked me to try an 
official Debian kernel.

I answered:

quote
I've installed it:
[jean-...@tangerine] % uname -a
Linux tangerine 2.6.30-2-amd64 #1 SMP Fri Sep 25 22:16:56 UTC 2009 
x86_64 GNU/Linux

... and I got the same problem.
/quote


This ia an official Debian package (X86_84), I've never used a 32 
architecture on this machine.

And what I said is that, with this – official – kernel, I've the same 
problem: machine (or display freeze) on some OpenGL stream.

Then, I've tested with an ATI 9500 Pro (R300) and, even if I have some 
rendering problems, I've no freeze.


Then, when you asked me which kernel. I was thinking latet kernel 
without problem with OpenGL.

Regards

Jean-Luc





pgpykmCKTPANg.pgp
Description: PGP signature


Bug#550562: firmware-linux: redeon/R200_cp.bin, system freeze on some OpenGl functions

2009-10-19 Thread Jean-Luc Coulon (f5ibh)
Hi,


Le 18/10/2009 00:24:40, Ben Hutchings a écrit :
On Sat, 2009-10-17 at 08:09 +0200, Jean-Luc Coulon (f5ibh) wrote:
 Hi Ben,
 
 Le 17/10/2009 02:17:21, Ben Hutchings a écrit :
 
 
 This seems to show a problem with the CD driver, not the graphics
 driver.  I've seen at least one similar report.
 
 
 But I've borrowed a Radeon 9500 and this one doesnt trigger the 
 problem.
 If I Uninstall firmware-linux, I've not the problem neither (but no 
 dri..)
 
 This used to works perfectly... when the radeon 92xx drivers were 
 not

 in a separare (now marked nonfree with 0.19) package.
[...]

The radeon DRI driver has not moved; only the firmware has.  I will
reassign this to linux-2.6 because the regression must be due to 
 driver
changes, not firmware changes (there have not been any!).

Which kernel version were you using previously?

I was using 2.6.29. I built myself as usual from the debian source 
package and kernel-package.

Regards

Jean-Luc


pgpgHbv2QjibG.pgp
Description: PGP signature


Bug#550562: firmware-linux: redeon/R200_cp.bin, system freeze on some OpenGl functions

2009-10-17 Thread Jean-Luc Coulon (f5ibh)
Hi Ben,

Le 17/10/2009 02:17:21, Ben Hutchings a écrit :


This seems to show a problem with the CD driver, not the graphics
driver.  I've seen at least one similar report.


But I've borrowed a Radeon 9500 and this one doesnt trigger the 
problem.
If I Uninstall firmware-linux, I've not the problem neither (but no 
dri..)

This used to works perfectly... when the radeon 92xx drivers were not 
in a separare (now marked nonfree with 0.19) package.


The kernel only supports the video parameter for built-in framebuffer
drivers, and the initramfs scripts try to emulate this for modules.  


Oh yes, I've just remarked that Debian kernel use a module for that.

 As
you can see, it doesn't work perfectly and this feature is about to be
removed.  You can set the module parameter explicitly in the modprobe
configuration (options radeonfb mode_option=...).  However, radeonfb
will soon be obsolete as the radeon DRI driver supports KMS now.

Ben.


Regards

Jean-Luc


pgpybfrBUeOKf.pgp
Description: PGP signature


Bug#550562: firmware-linux: redeon/R200_cp.bin, system freeze on some OpenGl functions

2009-10-16 Thread Jean-Luc Coulon (f5ibh)
Hi Ben.

Le 11/10/2009 19:11:06, Ben Hutchings a écrit :
On Sun, 2009-10-11 at 08:55 +0200, Jean-Luc Coulon (f5ibh) wrote:

Try using a Debian kernel package instead of the custom kernel you are
running now.

I've installed it:
[jean-...@tangerine] % uname -a
Linux tangerine 2.6.30-2-amd64 #1 SMP Fri Sep 25 22:16:56 UTC 2009 
x86_64 GNU/Linux

... and I got the same problem.

I've done a MagicKey W then B. Attached the syslog when the problem 
occured.

BTW, I'm not sure the system is totally frozen. I will try find a mean 
to login vua SSH from elsewere and see.


The kernel image from the archive doesnt accept to boot with fb.
I use the followong parameters:

linux   /vmlinuz-2.6.30-2-amd64 root=/dev/mapper/vg00-root_lv ro single 
video=radeonfb:1024x...@100 quiet
initrd  /initrd.img-2.6.30-2-amd64

And got the following:
radeofb: Unknown parameter 'mode'
FATAL: Error inserting radeonfb (/lib/modules/2.6.30-2-amd64/kernel/
drivers/video/aty/radeonfb.ko): Unknown symbol in module or unknown 
parameter (see dmesg).


Regards

Jean-Luc

Oct 16 11:46:36 tangerine acpid: client connected from 3460[0:0]
Oct 16 11:46:36 tangerine acpid: 1 client rule loaded
Oct 16 11:46:37 tangerine kernel: [   76.116497] pci :01:00.0: PCI INT A - 
GSI 16 (level, low) - IRQ 16
Oct 16 11:46:37 tangerine kernel: [   76.313158] [drm] Initialized drm 1.1.0 
20060810
Oct 16 11:46:37 tangerine kernel: [   76.345436] [drm] Initialized radeon 
1.30.0 20080528 for :01:00.0 on minor 0
Oct 16 11:46:37 tangerine kernel: [   76.680013] agpgart-amd64 :00:00.0: 
AGP 3.0 bridge
Oct 16 11:46:37 tangerine kernel: [   76.680053] agpgart-amd64 :00:00.0: 
putting AGP V3 device into 8x mode
Oct 16 11:46:37 tangerine kernel: [   76.680053] pci :01:00.0: putting AGP 
V3 device into 8x mode
Oct 16 11:46:37 tangerine kernel: [   76.905643] [drm] Setting GART location 
based on new memory map
Oct 16 11:46:37 tangerine kernel: [   76.905751] [drm] Loading R200 Microcode
Oct 16 11:46:37 tangerine kernel: [   76.905757] platform radeon_cp.0: 
firmware: requesting radeon/R200_cp.bin
Oct 16 11:46:37 tangerine kernel: [   76.938320] [drm] writeback test succeeded 
in 1 usecs
Oct 16 11:46:38 tangerine anacron[3533]: Anacron 2.3 started on 2009-10-16
Oct 16 11:46:38 tangerine anacron[3533]: Normal exit (0 jobs run)
Oct 16 11:46:38 tangerine /usr/sbin/cron[3560]: (CRON) INFO (pidfile fd = 3)
Oct 16 11:46:38 tangerine /usr/sbin/cron[3561]: (CRON) STARTUP (fork ok)
Oct 16 11:46:38 tangerine /usr/sbin/cron[3561]: (CRON) INFO (Running @reboot 
jobs)
Oct 16 11:46:48 tangerine spamd[3000]: spamd: connection from localhost 
[127.0.0.1] at port 59166
Oct 16 11:46:48 tangerine spamd[3000]: spamd: setuid to jean-luc succeeded
Oct 16 11:46:48 tangerine spamd[3000]: spamd: processing message 
bcf4e68c0910160237x658ba400yb43ca04aa4c5e...@mail.gmail.com for jean-luc:1000
Oct 16 11:46:55 tangerine acpid: client 3460[0:0] has disconnected
Oct 16 11:47:00 tangerine console-kit-daemon[3213]: WARNING: Couldn't read 
/proc/3212/environ: Failed to open file '/proc/3212/environ': No such file or 
directory
Oct 16 11:47:03 tangerine spamd[3000]: spamd: clean message (-2.6/5.0) for 
jean-luc:1000 in 15.4 seconds, 11865 bytes.
Oct 16 11:47:03 tangerine spamd[3000]: spamd: result: . -2 - 
AWL,BAYES_00,HTML_MESSAGE,SPF_PASS 
scantime=15.4,size=11865,user=jean-luc,uid=1000,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=59166,mid=bcf4e68c0910160237x658ba400yb43ca04aa4c5e...@mail.gmail.com,bayes=0.00,autolearn=ham
Oct 16 11:47:03 tangerine spamd[2690]: prefork: child states: II
Oct 16 11:48:01 tangerine acpid: client connected from 3460[0:0]
Oct 16 11:48:01 tangerine acpid: 1 client rule loaded
Oct 16 11:48:01 tangerine kernel: [  160.662190] agpgart-amd64 :00:00.0: 
AGP 3.0 bridge
Oct 16 11:48:01 tangerine kernel: [  160.662230] agpgart-amd64 :00:00.0: 
putting AGP V3 device into 8x mode
Oct 16 11:48:01 tangerine kernel: [  160.662353] pci :01:00.0: putting AGP 
V3 device into 8x mode
Oct 16 11:48:24 tangerine nautilus: Nautilus-Actions 1.12.0 initializing...
Oct 16 11:48:58 tangerine kernel: [  217.338619] QFLR5:4473 freeing invalid 
memtype e0102000-e0112000
Oct 16 11:48:58 tangerine kernel: [  217.338640] QFLR5:4473 freeing invalid 
memtype e0112000-e0122000
Oct 16 11:48:58 tangerine kernel: [  217.338658] QFLR5:4473 freeing invalid 
memtype e0122000-e0132000
Oct 16 11:48:58 tangerine kernel: [  217.338674] QFLR5:4473 freeing invalid 
memtype e0132000-e0142000
Oct 16 11:48:58 tangerine kernel: [  217.338689] QFLR5:4473 freeing invalid 
memtype e0142000-e0152000
Oct 16 11:48:58 tangerine kernel: [  217.338705] QFLR5:4473 freeing invalid 
memtype e0152000-e0162000
Oct 16 11:48:58 tangerine kernel: [  217.338720] QFLR5:4473 freeing invalid 
memtype e0162000-e0172000
Oct 16 11:48:58 tangerine kernel: [  217.338736] QFLR5:4473 freeing invalid 
memtype e0172000-e0182000
Oct 16 11:48:58 tangerine kernel: [  217.338751] QFLR5:4473 freeing invalid

Bug#551035: pmount: external usb disk with vfat partition mounted with crazy name

2009-10-15 Thread Jean-Luc Coulon (f5ibh)
Package: pmount
Version: 0.9.20-2
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've an external disk connected in usb.
When I mount it, it is mounted in /media with a crazy name, 
namely /media/rn int(rand

Attached the output of cfisk an the mount command.

Regards

Jean-Luc

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

Kernel: Linux 2.6.31-k8-2 (SMP w/2 CPU cores; PREEMPT)
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 pmount depends on:
ii  libblkid1 2.16.1-4   block device id library
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libhal-storage1   0.5.13-3   Hardware Abstraction Layer - share
ii  libhal1   0.5.13-3   Hardware Abstraction Layer - share

pmount recommends no packages.

Versions of packages pmount suggests:
ii  cryptsetup2:1.0.7-2  configures encrypted block devices
ii  hal   0.5.13-3   Hardware Abstraction Layer

- -- no debconf information

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

iD8DBQFK1ss/UdGGXzzGnNARAklgAJsHkE+7v0v1ZGygGn7VetVoEsitWwCZASuR
iCznZvFACYWP0pACjAkvv5c=
=lTPk
-END PGP SIGNATURE-
Partition Table for /dev/sde

 ---Starting  Ending-Start Number of
 # Flags Head Sect  Cyl   ID  Head Sect  Cyl SectorSectors
-- -   -    - --- ---
 1  0x0011 0 0x0C  254   63  2431  6339070017
 2  0x0001  2432 0x83  254   63  972839070080   117226305
 3  0x0000 0 0x0000 0   0   0
 4  0x0000 0 0x0000 0   0   0



/dev/sde1 on /media/rn int(rand type vfat 
(rw,nosuid,nodev,uhelper=hal,shortname=lower,uid=1000)


Bug#550937: gvfs: devicekit-disks dependancy breaks lvm2 and cryptsetup

2009-10-14 Thread Jean-Luc Coulon (f5ibh)
Package: gvfs
Version: 1.4.0-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

The latest version of gfvs (1.4.0-3) depends on devicekit-disks.
There is a cascade conflicts / depends which breaks lvm2 and cryptsetup:

- - devicekit-disks conflicts with dmsetup
- - cryptsetup and lvm2 depend on smsetup

Regards

Jean-Luc

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

Kernel: Linux 2.6.32-rc4-git2-k8-1 (SMP w/2 CPU cores; PREEMPT)
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 gvfs depends on:
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libgconf2-4   2.28.0-1   GNOME configuration database syste
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libhal1   0.5.13-3   Hardware Abstraction Layer - share
ii  libudev0  146-5  libudev shared library
ii  x11-utils 7.4+1  X11 utilities

Versions of packages gvfs recommends:
ii  dbus  1.2.16-2   simple interprocess messaging syst
ii  gnome-mount   0.8-2  wrapper for (un)mounting and eject
ii  hal   0.5.13-3   Hardware Abstraction Layer

Versions of packages gvfs suggests:
ii  gvfs-backends 1.4.0-2userspace virtual filesystem - bac

- -- no debconf information

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

iD8DBQFK1X6cUdGGXzzGnNARAgA5AKCHPkQrpw2easxGBJM4RQghLAP2SwCfUpTb
THjwErmo3M5WyAvsHuzsJ4o=
=35o4
-END PGP SIGNATURE-





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



Bug#550562: Acknowledgement (firmware-linux: redeon/R200_cp.bin, system freeze on some OpenGl functions)

2009-10-11 Thread Jean-Luc Coulon (f5ibh)
Le 11/10/2009 09:06:04, Debian Bug Tracking System a écrit :

Sorry, I forgot the glxinfo output.

J-L
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, 
GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 (RV280 5960) 20090101 AGP 8x  TCL
OpenGL version string: 1.3 Mesa 7.6
OpenGL extensions:
GL_ARB_draw_buffers, GL_ARB_imaging, GL_ARB_multisample, 
GL_ARB_multitexture, GL_ARB_point_parameters, GL_ARB_point_sprite, 
GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, 
GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos, 
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, 
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_histogram, 
GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset, 
GL_EXT_rescale_normal, GL_EXT_secondary_color, 
GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array, 
GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate, 
GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
GL_ATI_fragment_shader, GL_IBM_multimode_draw_arrays, 
GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, 
GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, 
GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent, 
GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, 
GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, 
GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

8 GLX Visuals
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x21 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x22 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x69 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x6a 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x6b 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x6c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x6d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x60 32 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 Ncon

8 GLXFBConfigs:
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x61  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x62  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x63 

Bug#549083: mdadm: Since 3.0-3.1, created initrd doesnt allow the system to boot

2009-09-30 Thread Jean-Luc Coulon (f5ibh)
Package: mdadm
Version: 3.0-3.1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I apologize if the problem is related to udev instead of mdadm. In this case,
both packages have been updated as the same time and I've had already the
problem with udev breaking mdadm few days ago.

I've updated both udev and mdadm.

Since this upgrade, the system is not bootable with the updated initrd.

I've an lvm2 system over a raid1 partitions. One of the partitions is luks
encrypted.

It assembles normally the arrays but then stays without asking the passphrase
for the encrypted partition.

Regards 

Jean-Luc


- -- Package-specific info:

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

Kernel: Linux 2.6.32-rc2-k8-1 (SMP w/2 CPU cores; PREEMPT)
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 mdadm depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  makedev   2.3.1-89   creates device files in /dev
ii  udev  146-3  /dev/ and hotplug management daemo

Versions of packages mdadm recommends:
ii  exim4-daemon-light [mail-tran 4.69-11+b1 lightweight Exim MTA (v4) daemon
ii  module-init-tools 3.10-3 tools for managing Linux kernel mo

mdadm suggests no packages.

- -- debconf information:
  mdadm/autostart: true
  mdadm/mail_to: root
  mdadm/initrdstart_msg_errmd:
* mdadm/initrdstart: all
  mdadm/initrdstart_msg_errconf:
  mdadm/initrdstart_notinconf: false
  mdadm/initrdstart_msg_errexist:
  mdadm/initrdstart_msg_intro:
  mdadm/autocheck: true
  mdadm/initrdstart_msg_errblock:
  mdadm/start_daemon: true

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

iD8DBQFKw5E6UdGGXzzGnNARAvmwAJsGG2AFI4SeF3US59aUklZQ4erwKgCcDHIP
/Kaapvv4UwObCGrehMk1b58=
=cxLk
-END PGP SIGNATURE-





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



Bug#548421: libgstfarsight0.10-0: Depends on unavailable libgupnp-1.0-2

2009-09-26 Thread Jean-Luc Coulon (f5ibh)
Package: libgstfarsight0.10-0
Version: 0.0.15-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

libgupnp-1.0-2 has been removed from the archive.
This renders libgstfarsight0.10-0 uninstalable and, as a consequence, empathy 
as well.

Regards

Jean-Luc


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

Kernel: Linux 2.6.30-k8-7 (SMP w/2 CPU cores; PREEMPT)
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 libgstfarsight0.10-0 depends on:
ii  gstreamer0.10-nice  0.0.9-2  ICE library (GStreamer plugin)
ii  gstreamer0.10-plugins-bad   0.10.14-2+b3 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base  0.10.24.3-1  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good  0.10.16-1GStreamer plugins from the good 
ii  libc6   2.9-26   GNU C Library: Shared libraries
ii  libglib2.0-02.22.0-1 The GLib library of C routines
ii  libgssdp-1.0-1  0.6.4-2  GObject-based library for SSDP
ii  libgstreamer-plugins-base0. 0.10.24.3-1  GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.24.3-1  Core GStreamer libraries and eleme
ii  libgupnp-1.0-2  0.12.8-1+b1  GObject-based library for UPnP
ii  libgupnp-igd-1.0-2  0.1.3-3  library to handle UPnP IGD port ma
ii  libnice00.0.9-2  ICE library (shared library)
ii  libsoup2.4-12.28.0-1 an HTTP library implementation in 
ii  libxml2 2.7.5.dfsg-1 GNOME XML library

libgstfarsight0.10-0 recommends no packages.

libgstfarsight0.10-0 suggests no packages.

- -- no debconf information

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

iD8DBQFKvdViUdGGXzzGnNARAlnaAJwKYS3nSTluMJFKSHmceqd71fZ4HgCdHpww
5vG1QlTQa+RpzpL8AHqS6zE=
=zQh9
-END PGP SIGNATURE-





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



Bug#543872: call to update-rc.d is broken

2009-08-27 Thread Jean-Luc Coulon (f5ibh)
Package: readahead-fedora
Version: 1.5.0-2
Severity: normal

Hi,

There is a missing dot in the 3rd update-rc.d in 
/var/lib/dpkg/info/readahead-fedora.postinst

Patch attached

Regards

Jean-Luc

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc7-git4-k8-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages readahead-fedora depends on:
ii  e2fslibs1.41.9-1 ext2/ext3/ext4 file system librari
ii  libaudit0   1.7.13-1 Dynamic library for security audit
ii  libblkid1   2.16-3   block device id library
ii  libc6   2.10.1-0exp1 GNU C Library: Shared libraries

readahead-fedora recommends no packages.

readahead-fedora suggests no packages.

-- no debconf information
diff -ruN readahead-fedora-1.5.0.old/debian/rules readahead-fedora-1.5.0/debian/rules
--- readahead-fedora-1.5.0.old/debian/rules	2009-08-27 15:03:12.0 +0200
+++ readahead-fedora-1.5.0/debian/rules	2009-08-27 15:06:05.421748944 +0200
@@ -35,7 +35,7 @@
 	sed -ri '/Start-Before:/ s/:.+$$/:/' debian/$(PKG)/etc/init.d/later-readahead
 	cp debian/init.d/stop-readahead-fedora debian/$(PKG)/etc/init.d
 	dh_installinit -p$(cdbs_curpkg) -o --no-start --name=stop-readahead-fedora \
-			-- start 99 1 2 3 4 5 . stop 20 0 6
+			-- start 99 1 2 3 4 5 . stop 20 0 6 .
 
 clean::
 	find $(CURDIR) -name '*Makefile.in' -delete


Bug#495949: grub-common: grub-probe segfaults

2009-08-11 Thread Jean-Luc Coulon (f5ibh)
Hi Félix

Well:
grub install (md0)' leads to the same error message

grub-install /dev/sda then grun-install /dev/sdb leads to other 
problems: the device naming is not consistant from one boot to 
 another. Sometimes I've md0 with /dev/sda1 and /dev/sdb1 and 
 sometimes with sdb1 and adc1 while they are the same phisycal disks.
So /boot/grub/device.map doesnt reflects always the real (logcal) 
 configuration of the system. This can produce erroror.

As I've seen there is a new version, I've tried again:

sudo grub-install '(md0)'

... and it failed with the following message


[jean-...@tangerine] % sudo grub-install '(md0)'
grub-setup: warn: Attempting to install GRUB to a partitionless disk.  
This is a BAD idea.
grub-setup: error: Embedding is not possible, but this is required when 
the root device is on a RAID array or LVM volume.

I had a look in my raid configuration:
The devices.map files has

(hd0)   /dev/sda
(hd1)   /dev/sdb

But depending the way the system start, the device name is not 
consistant from a session to an other one. 

This time md0 was /dev/sdb1, /dev/sdc1

Today /dev/sda was grabbed by an external USB disk…

I edited devices.map:

(hd0)   /dev/sdb
(hd1)   /dev/sdc

And this time everything went fine.
jean-...@tangerine] % sudo grub-install '(md0)'
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)   /dev/sdb
(hd1)   /dev/sdc


Is there a mean not to have to edit by hand devices.map each time the 
system is rebooted? Maybe a warning as when the result is successful 
about possibly wrong devices.map?

Regards

Jean-Luc





pgpws4Dj7SEOO.pgp
Description: PGP signature


Bug#540478: libgdal1-1.5.0: Uninstalable because depends on unavailable libhdf4g

2009-08-08 Thread Jean-Luc Coulon (f5ibh)
Package: libgdal1-1.5.0
Version: 1.5.4-4
Severity: grave
Justification: renders package unusable

Hi,

libgdal1-1.5.0 depends on libhdf4g which is no more available.
Thus renders the package uninstalable.

Regards

Jean-Luc

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc5-git3-k8-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgdal1-1.5.0 depends on:
ii  libc6 2.9-23+multiarch.2 GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.19.5-1   Multi-protocol file transfer libra
ii  libexpat1 2.0.1-4XML parsing C library - runtime li
ii  libgcc1   1:4.4.1-1  GCC support library
ii  libgeos-c13.1.0-1Geometry engine for Geographic Inf
ii  libgif4   4.1.6-7library for GIF images (library)
ii  libhdf4g  4.1r4-22   The Hierarchical Data Format libra
ii  libhdf5-serial-1.6.6- 1.6.6-4+b1 Hierarchical Data Format 5 (HDF5) 
ii  libjasper11.900.1-6  The JasPer JPEG-2000 runtime libra
ii  libjpeg62 6b-14  The Independent JPEG Group's JPEG 
ii  libmysqlclient15off   5.0.84-1   MySQL database client library
ii  libnetcdf41:3.6.2-3.1An interface for scientific data a
ii  libogdi3.23.2.0~beta2-4  Open Geographic Datastore Interfac
ii  libpng12-01.2.38-1   PNG library - runtime
ii  libpq58.4.0-2PostgreSQL C client library
ii  libsqlite3-0  3.6.16-1   SQLite 3 shared library
ii  libstdc++64.4.1-1The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-13   Tag Image File Format (TIFF) libra
ii  libxerces-c28 2.8.0-4validating XML parser library for 
ii  odbcinst1debian1  2.2.11-16+b1   Support library and helper program
ii  unixodbc  2.2.11-16+b1   ODBC tools libraries
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

Versions of packages libgdal1-1.5.0 recommends:
ii  proj  4.6.1-5Cartographic projection filter and

libgdal1-1.5.0 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#540147: bug #540147 metapixel Uninstalable: depends on libungif4g which has been removed

2009-08-07 Thread Jean-Luc Coulon (f5ibh)
Hi Peter,

Le 07/08/2009 05:17:09, peter green a écrit :

Package: metapixel
Version: 1.9.2-5
This looks like a typo, can you confirm/deny that you mean 1.0.2-5?

Yes, sorry. 9 is just near 0 on the keyboard :/


[jean-...@tangerine] % apt-cache policy metapixel
metapixel:
  Installé : (aucun)
  Candidat : 1.0.2-5
 Table de version :
 1.0.2-5 0
900 ftp://ftp.fr.debian.org sid/main Packages


Regards

Jean-Luc


pgptT1mXDgREy.pgp
Description: PGP signature


Bug#540317: libcompizconfig0: Uninstalable due to libprotobuf3 removal

2009-08-07 Thread Jean-Luc Coulon (f5ibh)
Package: libcompizconfig0
Version: 0.8.2-2
Severity: grave
Justification: renders package unusable

Hi,

libprotobuf3 has been removed.
So libcompizconfig0 (and the whole compiz stack) is uninstalable.

Regards

Jean-Luc

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc5-git3-k8-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcompizconfig0 depends on:
ii  compiz-core [compiz-c 0.8.2-6OpenGL window and compositing mana
ii  libc6 2.9-23+multiarch.2 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-1  GCC support library
ii  libprotobuf3  2.0.3-2.2  protocol buffer C++ library
ii  libstdc++64.4.1-1The GNU Standard C++ Library v3
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxml2   2.7.3.dfsg-2+b1GNOME XML library

libcompizconfig0 recommends no packages.

libcompizconfig0 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#540147: Uninstalable: depends on libungif4g which has been removed

2009-08-06 Thread Jean-Luc Coulon (f5ibh)
Package: metapixel
Version: 1.9.2-5
Severity: grave
Justification: renders package unusable

Hi,

metapixel cannot be installed because it depends on libugif4g which is no more
available.

Regards

Jean-Luc

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc5-git3-k8-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages metapixel depends on:
ii  libc6 2.9-23+multiarch.2 GNU C Library: Shared libraries
ii  libgif4 [libungif4g]  4.1.6-7library for GIF images (library)
ii  libjpeg62 6b-14  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.38-1   PNG library - runtime
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

metapixel recommends no packages.

metapixel suggests no packages.





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



  1   2   3   4   5   >