Bug#1053245: fluidsynth: Fluidsynth starts at boot and blocks the sound device, no obvious way to disable it

2024-04-03 Thread Alban Browaeys
On Thu, 2 Nov 2023 23:05:28 +0100 at46  wrote:
> I had the same problem and it took me quite some time to find that 
> fluidsynth was the root cause of this. Fluidsynth was installed as
new 
> dependency from lutris 0.5.14 and blocked my sound device each
~second 
> boot.
> 
> @Patrick I could check the status with "systemctl --user status 
> fluidsynth" and disable it with "sudo systemctl --global disable 
> fluidsynth.service"
> 

fluidsynth and pulseaudio are both user session services. They are
started at login (ie not at boot).

>From /usr/lib/systemd/user/fluidsynth.service, it seems only pipewire
is handled, ie not pulseaudio:
"
[Unit]
Description=FluidSynth Daemon
Documentation=man:fluidsynth(1)
After=sound.target
After=pipewire.service

[Service]
# added automatically, for details please see
#
https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=read-only
ProtectHostname=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
# end of automatic additions
# required in order for the above sandboxing options to work on a user
unit
PrivateUsers=yes
Type=notify
NotifyAccess=main
EnvironmentFile=/etc/default/fluidsynth
EnvironmentFile=-%h/.config/fluidsynth
ExecStart=/usr/bin/fluidsynth -is $OTHER_OPTS $SOUND_FONT

[Install]
WantedBy=default.target
"

Seems you are running native pulseaudio and not pipewire-pulse.

Could you try adding pulseaudio.service "pulseaudio.service" to the
"After" directive of fluidsynth.service, via systemctl --user edit
fluidsynth.service by writing in the editor that will open:
"
[Unit]
After=pipewire.service pulseaudio.service
"
then running:
systemctl --user daemon-reload
and logout/login, then check that pulseaudio see your audio device?

Still, fluidsynth should be running, so the issue might be otherwise.
At least with pipewire/pipewire-pulse/fluidsynth I have all of them up
simultaneously for the whole user session.

Best regards,
Alban



Bug#1066898: tracker-extract: always crash - related to sandboxing making chmod from fontconfig to always fail

2024-03-18 Thread Alban Browaeys
Could you publish a tracker-miners 3.7 debian release for unstable?

I was preparing a salsa MR but it turns out that tracker-miners 3.7 was
released today and contains these two fixes.


The chmod sigsys giving an endless loop of coredumps is fixed by:
https://gitlab.gnome.org/GNOME/tracker-miners/-/commit/883f97e32e42df4db66005a1e8f48ba084ec7cac
reported upstream at 


https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/320
[46.rc] Program terminated with signal SIGSYS, Bad system call.
MR:
https://gitlab.gnome.org/GNOME/tracker-miners/-/merge_requests/516
 libtracker-miners-common: Disallow chmod/fchmod with soft errors 



The /etc/fonts/fonts.conf read error is fixed:
https://gitlab.gnome.org/GNOME/tracker-miners/-/commit/ce81b1d1c999ee3c0046f3f09876b00028c5cccd
 libtracker-miners-common: Allow readonly access to /etc/fonts 



Cheers,
Alban


On Fri, 15 Mar 2024 06:30:12 +0100 Alban Browaeys 
wrote:
> Package: tracker-extract
> Version: 3.7~rc-3
> Severity: grave
> Justification: renders package unusable
> 
> Dear Maintainer,
> 
>    * What led up to the situation?
>    I believe upgrading to Sid from Trixie a few days ago.
> 
> 
> mars 15 06:10:37 hermes tracker-miner-fs-3[1633275]: Fontconfig
error: Cannot load default config file: Unable to open
/etc/fonts/fonts.conf
> mars 15 06:10:37 hermes tracker-miner-fs-3[1633275]: Disallowed
syscall "chmod" caught in sandbox
> mars 15 06:10:37 hermes systemd[1]: Started
systemd-coredump@33956-1633288-0.service - Process Core Dump (PID
1633288/UID 0).
> mars 15 06:10:38 hermes systemd[1]: Started
drkonqi-coredump-processor@33956-1633288-0.service - Pass systemd-
coredump journal entries to relevant user for potential DrKonqi
handling.
> mars 15 06:10:38 hermes systemd-coredump[1633289]: Removed old
coredump core.tracker-
extract.1000.4370b7ec7f8d4cf8998826bce50c6f8b.1553954.171047636300.
zst.
> mars 15 06:10:38 hermes drkonqi-coredump-processor[1633290]: Entry
doesn't look like a dump. This may have been a vaccum run. Nothing to
process.
> mars 15 06:10:38 hermes systemd-coredump[1633289]: [🡕] Process
1633275 (tracker-extract) of user 1000 dumped core.
> 
>    Module
libsystemd.so.0 from deb systemd-255.4-1+b1.amd64
>    Module
libudev.so.1 from deb systemd-255.4-1+b1.amd64
>    Module
libarchive.so.13 from deb libarchive-3.7.2-1.1.amd64
>    Module
libzstd.so.1 from deb libzstd-1.5.5+dfsg2-2.amd64
>    Stack trace of
thread 1633287:
>    #0 
0x7f50633aa207 __tgkill (libc.so.6 + 0x10a207)
>    #1 
0x7f50632dc510 __restore_rt (libc.so.6 + 0x3c510)
>    #2 
0x7f50633975a7 __GI___chmod (libc.so.6 + 0xf75a7)
>    #3 
0x7f5062297d68 FcDirCacheWrite (libfontconfig.so.1 + 0xbd68)
>    #4 
0x7f50622a200b FcDirCacheScan (libfontconfig.so.1 + 0x1600b)
>    #5 
0x7f50622a2283 IA__FcDirCacheRead (libfontconfig.so.1 + 0x16283)
>    #6 
0x7f506229c7f1 FcConfigAddDirList (libfontconfig.so.1 + 0x107f1)
>    #7 
0x7f506229c8c4 IA__FcConfigBuildFonts (libfontconfig.so.1 +
0x108c4)
>    #8 
0x7f50622a8d8c FcInitLoadOwnConfigAndFonts (libfontconfig.so.1 +
0x1cd8c)
>    #9 
0x7f5062298f26 FcConfigEnsure (libfontconfig.so.1 + 0xcf26)
>    #10
0x7f5062298f8d FcConfigInit (libfontconfig.so.1 + 0xcf8d)
>    #11
0x7f50573a3415 init_in_thread (libpangoft2-1.0.so.0 + 0xc415)
>    #12
0x7f50638ffab1 g_thread_proxy (libglib-2.0.so.0 + 0x87ab1)
>    #13
0x7f506332845c start_thread (libc.so.6 + 0x8845c)
>    #14
0x7f50633a8bbc __clone3 (libc.so.6 + 0x108bbc)
> 
>    Stack trace of
thread 1633280:
>    #0 
0x7f50633a1059 syscall (libc.so.6 + 0x101059)
>    #1 
0x7f506392dc90 g_cond_wait_until (libglib-2.0.so.0 + 0xb5c90)
>    #2 
0x7f50

Bug#1066898: tracker-extract: always crash - related to sandboxing making chmod from fontconfig to always fail

2024-03-14 Thread Alban Browaeys
Package: tracker-extract
Version: 3.7~rc-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?
   I believe upgrading to Sid from Trixie a few days ago.


mars 15 06:10:37 hermes tracker-miner-fs-3[1633275]: Fontconfig error: Cannot 
load default config file: Unable to open /etc/fonts/fonts.conf
mars 15 06:10:37 hermes tracker-miner-fs-3[1633275]: Disallowed syscall "chmod" 
caught in sandbox
mars 15 06:10:37 hermes systemd[1]: Started 
systemd-coredump@33956-1633288-0.service - Process Core Dump (PID 1633288/UID 
0).
mars 15 06:10:38 hermes systemd[1]: Started 
drkonqi-coredump-processor@33956-1633288-0.service - Pass systemd-coredump 
journal entries to relevant user for potential DrKonqi handling.
mars 15 06:10:38 hermes systemd-coredump[1633289]: Removed old coredump 
core.tracker-extract.1000.4370b7ec7f8d4cf8998826bce50c6f8b.1553954.171047636300.zst.
mars 15 06:10:38 hermes drkonqi-coredump-processor[1633290]: Entry doesn't look 
like a dump. This may have been a vaccum run. Nothing to process.
mars 15 06:10:38 hermes systemd-coredump[1633289]: [🡕] Process 1633275 
(tracker-extract) of user 1000 dumped core.

   Module libsystemd.so.0 from 
deb systemd-255.4-1+b1.amd64
   Module libudev.so.1 from deb 
systemd-255.4-1+b1.amd64
   Module libarchive.so.13 from 
deb libarchive-3.7.2-1.1.amd64
   Module libzstd.so.1 from deb 
libzstd-1.5.5+dfsg2-2.amd64
   Stack trace of thread 
1633287:
   #0  0x7f50633aa207 
__tgkill (libc.so.6 + 0x10a207)
   #1  0x7f50632dc510 
__restore_rt (libc.so.6 + 0x3c510)
   #2  0x7f50633975a7 
__GI___chmod (libc.so.6 + 0xf75a7)
   #3  0x7f5062297d68 
FcDirCacheWrite (libfontconfig.so.1 + 0xbd68)
   #4  0x7f50622a200b 
FcDirCacheScan (libfontconfig.so.1 + 0x1600b)
   #5  0x7f50622a2283 
IA__FcDirCacheRead (libfontconfig.so.1 + 0x16283)
   #6  0x7f506229c7f1 
FcConfigAddDirList (libfontconfig.so.1 + 0x107f1)
   #7  0x7f506229c8c4 
IA__FcConfigBuildFonts (libfontconfig.so.1 + 0x108c4)
   #8  0x7f50622a8d8c 
FcInitLoadOwnConfigAndFonts (libfontconfig.so.1 + 0x1cd8c)
   #9  0x7f5062298f26 
FcConfigEnsure (libfontconfig.so.1 + 0xcf26)
   #10 0x7f5062298f8d 
FcConfigInit (libfontconfig.so.1 + 0xcf8d)
   #11 0x7f50573a3415 
init_in_thread (libpangoft2-1.0.so.0 + 0xc415)
   #12 0x7f50638ffab1 
g_thread_proxy (libglib-2.0.so.0 + 0x87ab1)
   #13 0x7f506332845c 
start_thread (libc.so.6 + 0x8845c)
   #14 0x7f50633a8bbc 
__clone3 (libc.so.6 + 0x108bbc)

   Stack trace of thread 
1633280:
   #0  0x7f50633a1059 
syscall (libc.so.6 + 0x101059)
   #1  0x7f506392dc90 
g_cond_wait_until (libglib-2.0.so.0 + 0xb5c90)
   #2  0x7f506389c143 
g_async_queue_pop_intern_unlocked (libglib-2.0.so.0 + 0x24143)
   #3  0x7f50639004ba 
g_thread_pool_wait_for_new_task (libglib-2.0.so.0 + 0x884ba)
   #4  0x7f50638ffab1 
g_thread_proxy (libglib-2.0.so.0 + 0x87ab1)
   #5  0x7f506332845c 
start_thread (libc.so.6 + 0x8845c)
   #6  0x7f50633a8bbc 
__clone3 (libc.so.6 + 0x108bbc)

   Stack trace of thread 
1633275:
   #0  0x7f50639db4a5 
elf_get_dynamic_info (ld-linux-x86-64.so.2 + 0x74a5)
   #1  0x7f50639dc4e5 
_dl_map_object (ld-linux-x86-64.so.2 + 0x84e5)
   #2  0x7f50639d66d1 
openaux (ld-linux-x86-64.so.2 + 0x26d1)
   #3  0x7f50639d5489 
__GI__dl_catch_exception (ld-linux-x86-64.so.2 + 0x1489)
 

Bug#1057362: lives: depends on libavutil56 which is not available in stable or unstable anymore

2023-12-03 Thread Alban Browaeys
Package: lives
Version: 3.0.2-1.2
Severity: grave
Justification: renders package unusable

Dear Maintainer,
I cannot install lives on a bookworm system as it depends on libvutil56
which is not anymore in Debian stable or unstable repositories.

Cheers,
Alban

-- System Information:
Debian Release: trixie/sid
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'stable-debug'), (500, 
'oldstable-debug'), (500, 'oldoldstable'), (500, 'testing'), (500, 'stable'), 
(500, 'oldstable'), (90, 'unstable-debug'), (90, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.0-rc2+ (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lives depends on:
ii  imagemagick   8:6.9.12.98+dfsg1-4
ii  imagemagick-6.q16 [imagemagick]   8:6.9.12.98+dfsg1-4
ii  libasound21.2.10-1
ii  libatk1.0-0   2.50.0-1
ii  libavc1394-0  0.5.4-5
ii  libavutil56   7:4.3.6-0+deb11u1
ii  libc6 2.37-12
ii  libcairo-gobject2 1.18.0-1
ii  libcairo2 1.18.0-1
ii  libgdk-pixbuf-2.0-0   2.42.10+dfsg-3
ii  libgdk-pixbuf2.0-02.40.2-3
ii  libglib2.0-0  2.78.1-4
ii  libgtk-3-03.24.38-6
ii  libjack-jackd2-0 [libjack-0.125]  1.9.21~dfsg-3
ii  libmjpegutils-2.1-0   1:2.1.0+debian-8
ii  libpango-1.0-01.51.0+ds-3
ii  libpangocairo-1.0-0   1.51.0+ds-3
ii  libpng16-16   1.6.40-2
ii  libpulse0 16.1+dfsg1-2+b1
ii  libraw1394-11 2.1.2-2
ii  libswscale5   7:4.3.6-0+deb11u1
pn  libunicap2
pn  libweed0  
ii  libx11-6  2:1.8.7-1
pn  lives-data
pn  lives-plugins 
ii  mplayer   2:1.5+svn38423-2+b1
ii  mpv   0.36.0-1+b1
pn  ogmtools  
ii  perl  5.36.0-10
ii  procps2:4.0.4-2
ii  sox   14.4.2+git20190427-4
ii  zlib1g1:1.2.13.dfsg-3

Versions of packages lives recommends:
ii  dvgrab  3.5+git20160707.1.e46042e-1+b1
ii  ffmpeg  7:6.1-3
ii  frei0r-plugins  1.8.0-1+b1
pn  icedax  
pn  libtheora-bin   
ii  mencoder2:1.5+svn38423-2+b1
ii  mkvtoolnix  80.0-1
pn  pulseaudio  
ii  x11-utils   7.7+6
pn  youtube-dl  

Versions of packages lives suggests:
pn  libdv-bin   
pn  mjpegtools  



Bug#1028421: salt upstream lifecycle details

2023-07-07 Thread Alban Browaeys
On Sat, 1 Apr 2023 20:34:04 -0400 Federico Grau 
wrote:
> Adding to this thread/bug-report per salt project and Debian
packaging, salt
> is unfortunately probably not a good candidate for the Debian
ecosystem.
> 
> 
> The salt project current (2023-04) published lifecycle only lists 1.5
years of
> support for typical releases.  After that their "extended life
support" is
> really "best-effort technical support for customers" with "No bug
fixes, [or]
> security fixes".
> 
> This is clearly short of the Debian stable target support period of 3
years.
> 
> 

GNOME has way less official security support a period.
If Debian only shipped programs that have upstream security support for
3 years then we could as well stop shipping most of Debian.

The point of Debian is to provide the security support.

Cheers,
Alban



Bug#1031152: system-config-printer: unlock button in system-config-printer provides no elevated permissions dialog

2023-05-11 Thread Alban Browaeys
This unlikely to be a bug in system-config-printer as its delegate
authentication to polkit and cups-pk-helper.
Could you tell if you have cups-pk-helper installed and if running
"pkexec ls" from a graphical terminal works?

Cheers,
Alban

To other participants, you have to include the submitter email address
in the Cc of your email else the bug report only ends up on the web UI.

On Thu, 20 Apr 2023 18:47:25 -0400 Kevin Otte  wrote:
> On my Debian 11 XFCE machine this works correctly. Make sure
"PolicyKit 
> Authentication Agent" is checked under "Session and Startup" -> 
> "Application Autostart".
> 
> In Debian 12 under Sway the GNOME Authentication Agent segfaults, but
I 
> will take this up under separate cover. I was able to work around the
> issue for the moment by using lxpolkit for the authentication agent
instead.
> 
> 



Bug#1028434: kodi: FTBFS in bullseye (fatal error: date/tz.h: No such file or directory)

2023-01-26 Thread Alban Browaeys
Sorted out that libdate-tz-embedded and libhowardhinnant-date-dev are
the from the same source.


On Thu, 26 Jan 2023 08:47:33 +0100 Alban Browaeys
 wrote:
>  date/tz.h: No such file or directory
> 
> This date/tz.h comes from kodi source directory ./libdate-tz-
> embedded/include/date/tz.h
> 
> It is not included in the bullseye debian/rules but in the bullseye-
> backports one it is by 
> DATE_COMPONENT = libdate-tz-embedded
> KODI_OPTS=\
> (...)
> -DDATE_INCLUDE_DIR:PATH=$(CURDIR)/$(DATE_COMPONENT)/include
> 
> 
> override_dh_auto_configure:
> (...)
> dh_auto_configure -- $(KODI_OPTS)
> 
> 
> 
> 
> 
> my pbuilder dh_auto_configure (bullseye build environment but
building
> bullseye-backports kodi 19.4):
> dh_auto_configure -- -DVERBOSE=1 -DUSE_LTO=5 -
> DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_AIRTUNES=ON -
DENABLE_ALSA=ON
> -DENABLE_AVAHI=ON -DENABLE_BLURAY=ON -DENABLE_CEC=ON -DENABLE_DBUS=ON
-
> DENABLE_DEBUGFISSION=OFF -DENABLE_DVDCSS=OFF -DENABLE_EVENTCLIENTS=ON
-
> DENABLE_INTERNAL_CROSSGUID=OFF -DENABLE_INTERNAL_DATE=OFF -
> DENABLE_INTERNAL_FFMPEG=OFF -DENABLE_INTERNAL_KISSFFT=OFF -
> DENABLE_MICROHTTPD=ON -DENABLE_MYSQLCLIENT=ON -DENABLE_NFS=ON -
> DENABLE_OPTICAL=ON -DENABLE_PULSEAUDIO=ON -DENABLE_SMBCLIENT=ON -
> DENABLE_UDEV=ON -DENABLE_UPNP=ON -DENABLE_VAAPI=ON -DENABLE_VDPAU=ON
-
> DENABLE_XSLT=ON -
> DLIBDVDREAD_URL=tools/depends/target/libdvdread/libdvdread-$(grep
> VERSION tools/depends/target/libdvdread/DVDREAD-VERSION | sed
> 's/^[^=]*=//').tar.xz -
> DLIBDVDNAV_URL=tools/depends/target/libdvdnav/libdvdnav-$(grep
VERSION
> tools/depends/target/libdvdnav/DVDNAV-VERSION | sed
> 's/^[^=]*=//').tar.xz -DENABLE_LIRCCLIENT=ON -DNEON=False -
> DCORE_PLATFORM_NAME="x11 wayland gbm" -DAPP_RENDER_SYSTEM=gl -
> DDATE_LIBRARY_RELEASE:FILEPATH=/build/kodi-
19.4+dfsg2/lib/date/libdate-
> tz.a -DDATE_INCLUDE_DIR:PATH=/build/kodi-19.4+dfsg2/libdate-tz-
> embedded/include  -DWITH_ARCH=x86_64-linux
> 
> 
> 
> your dh_auto_configure:
> dh_auto_configure -- -DVERBOSE=1 -DUSE_LTO=1 -
> DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_AIRTUNES=ON -
DENABLE_ALSA=ON
> -DENABLE_AVAHI=ON -DENABLE_BLURAY=ON -DENABLE_CEC=ON -DENABLE_DBUS=ON
-
> DENABLE_DVDCSS=OFF -DENABLE_EVENTCLIENTS=ON -
> DENABLE_INTERNAL_CROSSGUID=OFF -DENABLE_INTERNAL_FFMPEG=OFF -
> DENABLE_MICROHTTPD=ON -DENABLE_MYSQLCLIENT=ON -DENABLE_NFS=ON -
> DENABLE_OPTICAL=ON -DENABLE_PULSEAUDIO=ON -DENABLE_SMBCLIENT=ON -
> DENABLE_UDEV=ON -DENABLE_UPNP=ON -DENABLE_VAAPI=ON -DENABLE_VDPAU=ON
-
> DENABLE_XSLT=ON -DDATE_URL=tools/depends/target/date/libdate-tz-
$(grep
> VERSION tools/depends/target/date/DATE-VERSION | sed
> 's/^[^=]*=//').tar.xz -
> DLIBDVDREAD_URL=tools/depends/target/libdvdread/libdvdread-$(grep
> VERSION tools/depends/target/libdvdread/DVDREAD-VERSION | sed



Bug#1028434: kodi: FTBFS in bullseye (fatal error: date/tz.h: No such file or directory)

2023-01-25 Thread Alban Browaeys
 date/tz.h: No such file or directory

This date/tz.h comes from kodi source directory ./libdate-tz-
embedded/include/date/tz.h

It is not included in the bullseye debian/rules but in the bullseye-
backports one it is by 
DATE_COMPONENT = libdate-tz-embedded
KODI_OPTS=\
(...)
-DDATE_INCLUDE_DIR:PATH=$(CURDIR)/$(DATE_COMPONENT)/include


override_dh_auto_configure:
(...)
dh_auto_configure -- $(KODI_OPTS)





my pbuilder dh_auto_configure (bullseye build environment but building
bullseye-backports kodi 19.4):
dh_auto_configure -- -DVERBOSE=1 -DUSE_LTO=5 -
DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_AIRTUNES=ON -DENABLE_ALSA=ON
-DENABLE_AVAHI=ON -DENABLE_BLURAY=ON -DENABLE_CEC=ON -DENABLE_DBUS=ON -
DENABLE_DEBUGFISSION=OFF -DENABLE_DVDCSS=OFF -DENABLE_EVENTCLIENTS=ON -
DENABLE_INTERNAL_CROSSGUID=OFF -DENABLE_INTERNAL_DATE=OFF -
DENABLE_INTERNAL_FFMPEG=OFF -DENABLE_INTERNAL_KISSFFT=OFF -
DENABLE_MICROHTTPD=ON -DENABLE_MYSQLCLIENT=ON -DENABLE_NFS=ON -
DENABLE_OPTICAL=ON -DENABLE_PULSEAUDIO=ON -DENABLE_SMBCLIENT=ON -
DENABLE_UDEV=ON -DENABLE_UPNP=ON -DENABLE_VAAPI=ON -DENABLE_VDPAU=ON -
DENABLE_XSLT=ON -
DLIBDVDREAD_URL=tools/depends/target/libdvdread/libdvdread-$(grep
VERSION tools/depends/target/libdvdread/DVDREAD-VERSION | sed
's/^[^=]*=//').tar.xz -
DLIBDVDNAV_URL=tools/depends/target/libdvdnav/libdvdnav-$(grep VERSION
tools/depends/target/libdvdnav/DVDNAV-VERSION | sed
's/^[^=]*=//').tar.xz -DENABLE_LIRCCLIENT=ON -DNEON=False -
DCORE_PLATFORM_NAME="x11 wayland gbm" -DAPP_RENDER_SYSTEM=gl -
DDATE_LIBRARY_RELEASE:FILEPATH=/build/kodi-19.4+dfsg2/lib/date/libdate-
tz.a -DDATE_INCLUDE_DIR:PATH=/build/kodi-19.4+dfsg2/libdate-tz-
embedded/include  -DWITH_ARCH=x86_64-linux



your dh_auto_configure:
dh_auto_configure -- -DVERBOSE=1 -DUSE_LTO=1 -
DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_AIRTUNES=ON -DENABLE_ALSA=ON
-DENABLE_AVAHI=ON -DENABLE_BLURAY=ON -DENABLE_CEC=ON -DENABLE_DBUS=ON -
DENABLE_DVDCSS=OFF -DENABLE_EVENTCLIENTS=ON -
DENABLE_INTERNAL_CROSSGUID=OFF -DENABLE_INTERNAL_FFMPEG=OFF -
DENABLE_MICROHTTPD=ON -DENABLE_MYSQLCLIENT=ON -DENABLE_NFS=ON -
DENABLE_OPTICAL=ON -DENABLE_PULSEAUDIO=ON -DENABLE_SMBCLIENT=ON -
DENABLE_UDEV=ON -DENABLE_UPNP=ON -DENABLE_VAAPI=ON -DENABLE_VDPAU=ON -
DENABLE_XSLT=ON -DDATE_URL=tools/depends/target/date/libdate-tz-$(grep
VERSION tools/depends/target/date/DATE-VERSION | sed
's/^[^=]*=//').tar.xz -
DLIBDVDREAD_URL=tools/depends/target/libdvdread/libdvdread-$(grep
VERSION tools/depends/target/libdvdread/DVDREAD-VERSION | sed
's/^[^=]*=//').tar.xz -
DLIBDVDNAV_URL=tools/depends/target/libdvdnav/libdvdnav-$(grep VERSION
tools/depends/target/libdvdnav/DVDNAV-VERSION | sed
's/^[^=]*=//').tar.xz -DENABLE_LIRCCLIENT=ON -DNEON=False -
DCORE_PLATFORM_NAME="x11 wayland gbm" -DAPP_RENDER_SYSTEM=gl


Note the missing:
-DDATE_LIBRARY_RELEASE:FILEPATH=/build/kodi-
19.4+dfsg2/lib/date/libdate-tz.a -DDATE_INCLUDE_DIR:PATH=/build/kodi-
19.4+dfsg2/libdate-tz-embedded/include


Those were added to the bullseye-backports branch
https://salsa.debian.org/multimedia-team/kodi-media-center/kodi/-/commit/e7b14cb2206bebd5668f33a5e076fde124721898

So maybe this should be backported to bullseye versoin as date/tz.h is
not provided by any Debian package in bullseye (and maybe in unrelated
libhowardhinnant-date-dev in bullseye-backports and above).

Cheers,
Alban



Bug#962844: mdadm: Assembling RAID using IMSM in initrd fails due to lack of module efivarfs

2022-12-25 Thread Alban Browaeys
On Sun, 7 Feb 2021 20:32:08 -0800 Felix Lechner
 wrote:
> Hi Chris,
> 
> On Sun, Feb 7, 2021 at 9:22 AM Chris Hofstaedtler 
wrote:
> > 
> > friendly ping here, are you planning to fix this for bullseye?
> 
> Thanks for the reminder! I will probably include efivars in the next
> couple of days.
> 
> Kind regards
> Felix
> 

You probably want to include efivarfs (efivars is obsolete and removed
in linux kernel 6). Thus the current patch has no effect on bullseye-
backports, testing and up.

efivarfs is available since linux 3.10. So maybe including efivarfs
only is a better option (since with efivars being removed I get a
warning at boot from initramfs that it cannot load unavailable efivars
module.

Cheers,
Alban



Bug#897975: [gdm3]

2022-11-17 Thread Alban Browaeys
The wayland issue should be gone in bookworm/sid.
As stated in https://gitlab.gnome.org/GNOME/gdm/-/issues/103,
https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/128 is merged (in
gdm 40).
It supersedes https://gitlab.gnome.org/GNOME/gdm/merge_requests/37

I cannot tell about the initial gdm3 "ICELockAuthFile fail: Already
exists" Xorg related issue. It seems unrelated.

Cheers,

Alban



Bug#897975: [gdm3]

2022-11-17 Thread Alban Browaeys
The wayland issue should be gone in bookworm/sid.
As stated in https://gitlab.gnome.org/GNOME/gdm/-/issues/103,
https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/128 is merged (in
gdm 40).
It supersedes https://gitlab.gnome.org/GNOME/gdm/merge_requests/37

I cannot tell about the initial gdm3 "ICELockAuthFile fail: Already
exists" Xorg related issue. It seems unrelated.

Cheers,

Alban



Bug#1010088: gdm3 - Login fails and returns to login or blank screen

2022-10-20 Thread Alban Browaeys
On Sun, 24 Apr 2022 04:23:21 +0100 Philip Wyett
 wrote:
> Package: gdm3
> Version: 42.0-1
> Severity: serious
> Tags: bookworm sid
> 
> Login fails and returns to login or a blank screen.
> 
> Platform is VM with virtio graphics.


Could you share your VM settings?
sudo virsh dumpxml 


Kind regards,

Alban

 
> Regards
> 
> Phil
> 
> -- 
> *** Playing the game for the games own sake. ***
> 
> Associations:
> 
> * Debian Maintainer (DM)
> * Fedora/EPEL Maintainer.
> * Contributor member of the AlmaLinux foundation.
> 
> WWW: https://kathenas.org
> 
> Twitter: @kathenasorg
> 
> Instagram: @kathenasorg
> 
> IRC: kathenas
> 
> GPG: 724AA9B52F024C8B



Bug#897975: [gdm3]

2022-08-26 Thread alban . browaeys
The wayland issue should be gone in bookworm/sid.
As stated in https://gitlab.gnome.org/GNOME/gdm/-/issues/103,
https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/128 is merged (in
gdm 40).
It supersedes https://gitlab.gnome.org/GNOME/gdm/merge_requests/37

I cannot tell about the initial gdm3 "ICELockAuthFile fail: Already
exists" Xorg related issue. It seems unrelated.

Cheers,

Alban



Bug#865975: docker.io breaks (bridged) network for VMs

2017-10-21 Thread Alban Browaeys
Package: docker.io
Followup-For: Bug #865975


The FORWARD chain policy is set to DROP by docker since 1.13.

The verbose (-V) iptables output (which gives interfaces and packet counters) 
is:
# iptables -L -v -n
Chain INPUT (policy ACCEPT 281 packets, 14176 bytes)
 pkts bytes target prot opt in out source   destination

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target prot opt in out source   destination
0 0 DOCKER-ISOLATION  all  --  *  *   0.0.0.0/0
0.0.0.0/0
0 0 DOCKER all  --  *  docker0  0.0.0.0/00.0.0.0/0
0 0 ACCEPT all  --  *  docker0  0.0.0.0/00.0.0.0/0  
  ctstate RELATED,ESTABLISHED
0 0 ACCEPT all  --  docker0 !docker0  0.0.0.0/00.0.0.0/0
0 0 ACCEPT all  --  docker0 docker0  0.0.0.0/00.0.0.0/0

Chain OUTPUT (policy ACCEPT 225 packets, 27980 bytes)
 pkts bytes target prot opt in out source   destination

Chain DOCKER (1 references)
 pkts bytes target prot opt in out source   destination

Chain DOCKER-ISOLATION (1 references)
 pkts bytes target prot opt in out source   destination
0 0 RETURN all  --  *  *   0.0.0.0/00.0.0.0/0


I reproduced the network setup but not the KVM one.I cannot confirm
that forwarding is broken.

Upstream provides:

- a command line switch to docker daemon "--iptables=false"
or a config item in /etc/docker/daemon.json:
{
  "iptables": false
}

- upstream also tell to revert the FORWARD policy to ACCEPT byhand ...
but I tested and it stay so on docker restart (even stop and start).
If the box is rebooted the change is lost
as confirmed by 
https://docs.docker.com/engine/userguide/networking/default_network/container-communication/
"The iptables settings are lost when the system reboots. If you want the change 
to be permanent,
refer to your Linux distribution’s documentation."
Mind we cannot apply it from /etc/rc.local or anything boot related as it has 
to be applied
after docker is started ... 
with socket activation we activate docker daemon long after boot.



references:

- 
https://docs.docker.com/engine/userguide/networking/default_network/container-communication/
Container communication between hosts
For security reasons, Docker configures the iptables rules to prevent 
containers from forwarding traffic
from outside the host machine, on Linux hosts. Docker sets the default policy 
of the FORWARD chain to DROP.
(...)
Note: In Docker 1.12 and earlier, the default FORWARD chain policy was ACCEPT. 
When you upgrade
to Docker 1.13 or higher, this default is automatically changed for you.



- Also from 
https://docs.docker.com/engine/userguide/networking/default_network/container-communication/
Communication between containers
(...)
Docker will never make changes to your system iptables rules if you set 
--iptables=false when the daemon starts.
Otherwise the Docker server will add a default rule to the FORWARD chain with a 
blanket ACCEPT policy
if you retain the default --icc=true, or else will set the policy to DROP if 
--icc=false.



Best regards
Alban

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

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 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 /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages docker.io depends on:
ii  adduser 3.116
ii  docker-containerd   0.2.3+git+docker1.13.1~ds1-1
ii  docker-runc 1.0.0~rc2+git+docker1.13.1~ds1-2
ii  golang-libnetwork   0.8.0-dev.2+git20170202.599.45b4086-3
ii  iptables1.6.1-2+b1
ii  libapparmor12.11.0-11
ii  libc6   2.24-17
ii  libdevmapper1.02.1  2:1.02.142-1
ii  libsqlite3-03.20.1-2
ii  libsystemd0 235-2
ii  lsb-base9.20170808

Versions of packages docker.io recommends:
ii  ca-certificates  20170717
ii  cgroupfs-mount   1.4
ii  git  1:2.15.0~rc1-1
ii  xz-utils 5.2.2-1.3

Versions of packages docker.io suggests:
ii  aufs-tools   1:4.1+20161219-1
ii  btrfs-progs  4.13.3-1
ii  debootstrap  1.0.91
pn  docker-doc   
ii  rinse3.2
pn  zfs-fuse | zfsutils  

-- no debconf information


Bug#873623: sudo: occasionally stalls infinitely instead of running command

2017-08-29 Thread Alban Browaeys
Package: sudo
Version: 1.8.21-1
Followup-For: Bug #873623

This is likely sssd related.

I upgraded both today (sssd to 1.15.3-1) and "sudo ls" output was empty.
Local workaround was to comment out "sss" on /etc/nsswitch.conf "sudoers:"
sudoers:files sss
to
sudoers:files #sss

Hinted from "pkexec strace -f sudo ls" output:
connect(4, {sa_family=AF_UNIX, sun_path="/var/lib/sss/pipes/sudo"}, 110) = -1 
ECONNREFUSED (Connection refused)


Best regards,
Alban



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

Kernel: Linux 4.11.0-2-amd64 (SMP w/4 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 /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sudo depends on:
ii  libaudit1   1:2.7.7-1+b2
ii  libc6   2.24-17
ii  libpam-modules  1.1.8-3.6
ii  libpam0g1.1.8-3.6
ii  libselinux1 2.6-3+b2
ii  lsb-base9.20170808

sudo recommends no packages.

sudo suggests no packages.

-- Configuration Files:
/etc/sudoers [Errno 13] Permission non accordée: '/etc/sudoers'
/etc/sudoers.d/README [Errno 13] Permission non accordée: 
'/etc/sudoers.d/README'

-- no debconf information


Bug#813949: bluetooth: error causing service to be unusable: Not enough free handles to register service

2016-08-10 Thread Alban Browaeys
Try enabling experimental features from bluetoothd :
that is modify
  /lib/systemd/system/bluetooth.service
to have:
  ExecStart=/usr/lib/bluetooth/bluetoothd -E
instead of:
  ExecStart=/usr/lib/bluetooth/bluetoothd

then:
 sudo systemctl daemon-reload
and:
 sudo systemctl restart bluetooth.service

This fixed the :

Feb 06 15:47:43 servo bluetoothd[801]: Not enough free handles to register 
service
Feb 06 15:47:43 servo bluetoothd[801]: Error adding Link Loss service
Feb 06 15:47:43 servo bluetoothd[801]: Not enough free handles to register 
service
Feb 06 15:47:43 servo bluetoothd[801]: Not enough free handles to register 
service
Feb 06 15:47:43 servo bluetoothd[801]: Not enough free handles to register 
service
Feb 06 15:47:43 servo bluetoothd[801]: Current Time Service could not be 
registered
Feb 06 15:47:43 servo bluetoothd[801]: gatt-time-server: Input/output error (5)
Feb 06 15:47:43 servo bluetoothd[801]: Not enough free handles to register 
service
Feb 06 15:47:43 servo bluetoothd[801]: Not enough free handles to register 
service
Feb 06 15:47:43 servo bluetoothd[801]: Sap driver initialization failed.
Feb 06 15:47:43 servo bluetoothd[801]: sap-server: Operation not permitted (1)

side of the issue (that is "gatt" issues)

but left:
Feb 06 15:47:43 servo bluetoothd[801]: Failed to obtain handles for "Service 
Changed" characteristic

PS: my local issue was not related to those errors YMMV.
The -E flag clue for GATT is from https://bugs.launchpad.net/ubuntu/+so
urce/bluez/+bug/1546603 


NB: you might also add "-d" to enable debugging output .
if nothing obvious shows up , "sudo btmon" output while running the
bluetooth commands will help further.


Cheers
Alban



Bug#821274: libsoup2.4-1: 2.54 upgrade breaks caldav/webdav support in evolution

2016-04-17 Thread Alban Browaeys
Le dimanche 17 avril 2016 à 20:24 +0200, Michael Biebl a écrit :
> 
> Involving upstream might be good idea as well. Alban, do you want to
> take care of this?


Yes, if not too remote.
I will tell upstream in a day.

Alban 



Bug#732207: tvtime: Fails to install + segfault

2013-12-18 Thread Alban Browaeys
Package: tvtime
Followup-For: Bug #732207

Dear Maintainer,
I rebuild with dh_strip off. Which gives:

gdb --args tvtime-configure --configfile=/etc/tvtime/tvtime.xml --norm=SECAM 
--frequencies=france --device=/dev/video0 --vbidevice=/dev/vbi0 --priority=-10

Program received signal SIGSEGV, Segmentation fault.
__strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:42
42  ../sysdeps/x86_64/multiarch/../strlen.S: Aucun fichier ou dossier de ce 
type.
(gdb) bt
#0  __strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:42
#1  0x00401a1e in main (argc=7, argv=0x7fffbce8) at 
tvtime-configure.c:39
(gdb) up
#1  0x00401a1e in main (argc=7, argv=0x7fffbce8) at 
tvtime-configure.c:39
39  if( strlen( getenv( "HOME" ) ) > 230 ) { fprintf( stderr, "HOME is too 
long\n" ); exit( 1 ); }


It turns out that getenv always fails here (amd64), quick test for to reproduce:
$ gdb bash
(gdb) b main
(gdb) r
(gdb) p/s (char *)getenv("HOME")
$1 = 0xea8a 

Definitely looks like libc6 is broken on amd64 for its 2.17-97 deb at least (I 
tested with same libc6 version,
on debian sid too on arm 32 (cortex A9) and i386 also 32 all is fine.

critical indeed , you might want to reassign to libc6 (or I will tomorrow)


BR,
Alban

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

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

Versions of packages tvtime depends on:
ii  debconf [debconf-2.0]  1.5.52
ii  fonts-freefont-ttf [ttf-freefont]  20120503-1
ii  libc6  2.17-97
ii  libfreetype6   2.5.1-1
ii  libgcc11:4.8.2-10
ii  libice62:1.0.8-2
ii  libpng12-0 1.2.49-5
ii  libsm6 2:1.2.1-2
ii  libstdc++6 4.8.2-10
ii  libx11-6   2:1.6.2-1
ii  libxext6   2:1.3.2-1
ii  libxinerama1   2:1.1.3-1
ii  libxml22.9.1+dfsg1-3
ii  libxtst6   2:1.2.2-1
ii  libxv1 2:1.0.9-1
ii  libxxf86vm11:1.1.3-1
ii  perl-modules   5.18.1-5
ii  ttf-freefont   20120503-1
ii  ucf3.0027+nmu1
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages tvtime recommends:
ii  xmltv-util  0.5.63-2

Versions of packages tvtime suggests:
ii  lirc-x  0.9.0~pre1-1
ii  oss-compat  4

-- debconf information:
* tvtime/frequencies-pal: France
* tvtime/norm: SECAM
  tvtime/vbidevice: /dev/vbi0
  tvtime/frequencies-ntsc:
  tvtime/frequencies-jp:
  tvtime/v4ldevice: /dev/video0
  tvtime/processpriority: -10
  tvtime/setuid: false


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



Bug#717401: sosreport: fails to install: SyntaxError: invalid syntax

2013-07-20 Thread Alban Browaeys
Package: sosreport
Version: 2.3~git20130509-1
Followup-For: Bug #717401

The enclosing is starting with "([" and ends with ")]" line 35
of /usr/lib/python2.7/dist-packages/sos/plugins/logs.py,  I switched the
end of the enclosure. and all is fine now.

BR,
Alban

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

Kernel: Linux 3.9-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 sosreport depends on:
ii  python  2.7.5-2

sosreport recommends no packages.

sosreport suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/pyshared/sos/plugins/logs.py (from sosreport 
package)


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



Bug#709856: imagemagick: fails to install: update-alternatives: error: alternative path /usr/bin/compare-im6 doesn't exist

2013-05-29 Thread Alban Browaeys
I got:
> make[2] : on entre dans le répertoire « 
> /home/prahal/Projects/Devel/Gnome/jhbuild/imagemagick/imagemagick/debian/build-quantum-indep
>  »
> doxygen config/MagickCore.dox
> error: tag OUTPUT_DIRECTORY: Output directory `www/api' does not exist and 
> cannot be created
> Exiting...
> make[2]: *** [html] Erreur 1
> make[2] : on quitte le répertoire « 
> /home/prahal/Projects/Devel/Gnome/jhbuild/imagemagick/imagemagick/debian/build-quantum-indep
>  »
> dh_auto_build: make -j1 html V=1 returned exit code 2

I revert commit 33747a8812d17492b1eb68cc810204d10ccc3464 (remove not needed 
mkdir) and retry.

Best regards
Alban

--- Begin Message ---
Alban could you try thé last debian branch on gît?
Le 28 mai 2013 18:46, "Bastien ROUCARIES" <
roucaries.bastien+imagemag...@gmail.com> a écrit :

> On Tue, May 28, 2013 at 5:47 PM, Alban Browaeys  wrote:
> > Ok. From commit eccd15b20e14a737b662e1b9e21f6cda015250aa I thought the
> > move from the symlinks from imagemagick-6.q16 to imagemagick (including
> > postinst, prerm, menu, and so forth) was done as to include the symlinks
> > in the non arch imagemagick .
> > Leaving them in the binary-indep dh_install override and keeping
> > imagemagick arch dependent leads to them not shipping at all.
> >
> > Do you wish to keep them in binary indep override and move them back to
> > imagemagick-6 or move the symlinks into the arch override ?
>
> Hi all,
>
> they are two solutions and it is a trade-off between multiarch and a
> new package
>
> indeed I could reproduce the bug with dpkg-buildpackage -B
>
> imagemagick is set to arch any whereas it is it not builded in arch all.
>
> I have corrected it, but it set every man pages that are arch all to a
> package arch any
>
> Bastien
>
>
> > Alban
> >
> >
> > -- Forwarded message --
> > From: Bastien ROUCARIES 
> > To: Alban Browaeys , 709...@bugs.debian.org
> > Cc:
> > Date: Tue, 28 May 2013 16:33:58 +0200
> > Subject: Re: Bug#709856: imagemagick: fails to install:
> update-alternatives: error: alternative path /usr/bin/compare-im6 doesn't
> exist
> > On Tue, May 28, 2013 at 3:56 PM, Alban Browaeys 
> wrote:
> >> Package: imagemagick
> >> Version: 8:6.8.5.6-2
> >> Followup-For: Bug #709856
> >>
> >> Dear Maintainer,
> >> I ended up switching "imagemagick" main package from architecture "any"
> too
> >> "all" thus making effective the binary-indep debian rule for
> >> "imagemagick" package. Otherwise indeed I was lacking the /usr/bin/*-im6
> >> symbolic links.
> >> Attach is a patch against the git debian repository.
> >> Build and installed fine.
> >>
> >> Best regards,
> >> Alban
> >
> >
> > Thanks for the patch the problem is that the symlink are not arch
> > neutral and point to /usr/lib/arch
> >
> > Bastien
> >>
> >> -- Package-specific info:
> >> ImageMagick program version
> >> ---
> >> animate:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> >> compare:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> >> convert:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> >> composite:  ImageMagick 6.8.5-6 2013-05-28 Q16
> http://www.imagemagick.org
> >> conjure:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> >> display:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> >> identify:  ImageMagick 6.8.5-6 2013-05-28 Q16
> http://www.imagemagick.org
> >> import:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> >> mogrify:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> >> montage:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> >> stream:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> >>
> >> -- System Information:
> >> Debian Release: jessie/sid
> >>   APT prefers unstable
> >>   APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
> 'experimental')
> >> Architecture: amd64 (x86_64)
> >> Foreign Architectures: i386
> >>
> >> Kernel: Linux 3.8-1-amd64 (SMP w/2 CPU cores)
> >> Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
> >> Shell: /bin/sh linked to /bin/dash
> >>
> >> Versions of packages imagemagick depends on:
> >> ii  imagemagick-6.q16  8:6.8.5.6-2
> >>
> >> imagemagick recommends no packages.
> >>
> >> imagemagick suggests no packages.
> >>
> >> -- no debconf information
> >
> >
>
--- End Message ---


Bug#709856: imagemagick: fails to install: update-alternatives: error: alternative path /usr/bin/compare-im6 doesn't exist

2013-05-28 Thread Alban Browaeys
Ok. From commit eccd15b20e14a737b662e1b9e21f6cda015250aa I thought the
move from the symlinks from imagemagick-6.q16 to imagemagick (including
postinst, prerm, menu, and so forth) was done as to include the symlinks
in the non arch imagemagick .
Leaving them in the binary-indep dh_install override and keeping
imagemagick arch dependent leads to them not shipping at all.

Do you wish to keep them in binary indep override and move them back to
imagemagick-6 or move the symlinks into the arch override ?

Alban
--- Begin Message ---
On Tue, May 28, 2013 at 3:56 PM, Alban Browaeys  wrote:
> Package: imagemagick
> Version: 8:6.8.5.6-2
> Followup-For: Bug #709856
>
> Dear Maintainer,
> I ended up switching "imagemagick" main package from architecture "any" too
> "all" thus making effective the binary-indep debian rule for
> "imagemagick" package. Otherwise indeed I was lacking the /usr/bin/*-im6
> symbolic links.
> Attach is a patch against the git debian repository.
> Build and installed fine.
>
> Best regards,
> Alban


Thanks for the patch the problem is that the symlink are not arch
neutral and point to /usr/lib/arch

Bastien
>
> -- Package-specific info:
> ImageMagick program version
> ---
> animate:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> compare:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> convert:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> composite:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> conjure:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> display:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> identify:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> import:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> mogrify:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> montage:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
> stream:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
>
> -- System Information:
> Debian Release: jessie/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
> 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 3.8-1-amd64 (SMP w/2 CPU cores)
> Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages imagemagick depends on:
> ii  imagemagick-6.q16  8:6.8.5.6-2
>
> imagemagick recommends no packages.
>
> imagemagick suggests no packages.
>
> -- no debconf information

--- End Message ---


Bug#709856: imagemagick: fails to install: update-alternatives: error: alternative path /usr/bin/compare-im6 doesn't exist

2013-05-28 Thread Alban Browaeys
Package: imagemagick
Version: 8:6.8.5.6-2
Followup-For: Bug #709856

Dear Maintainer,
I ended up switching "imagemagick" main package from architecture "any" too
"all" thus making effective the binary-indep debian rule for
"imagemagick" package. Otherwise indeed I was lacking the /usr/bin/*-im6
symbolic links.
Attach is a patch against the git debian repository.
Build and installed fine.

Best regards,
Alban

-- Package-specific info:
ImageMagick program version
---
animate:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
compare:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
convert:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
composite:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
conjure:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
display:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
identify:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
import:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
mogrify:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
montage:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org
stream:  ImageMagick 6.8.5-6 2013-05-28 Q16 http://www.imagemagick.org

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

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

Versions of packages imagemagick depends on:
ii  imagemagick-6.q16  8:6.8.5.6-2

imagemagick recommends no packages.

imagemagick suggests no packages.

-- no debconf information
>From 4759a182ad10311617fe71df1186fc5462d0d314 Mon Sep 17 00:00:00 2001
From: Alban Browaeys 
Date: Tue, 28 May 2013 15:45:22 +0200
Subject: [PATCH] Fix imagemagick package missing binary-indep files.

override_dh_install-indep is not run on non indep packages.
Thus switch imagemagick from Archicture: "any" to "all" as
it does not ship any architecture dependent bits and thus makes
it a binary indep package.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8bd193c..725dc58 100644
--- a/debian/control
+++ b/debian/control
@@ -106,7 +106,7 @@ Description: object-oriented C++ interface to ImageMagick - header files
  programs using Magick++.
 
 Package: imagemagick
-Architecture: any
+Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}, imagemagick-6.q16
 Description: image manipulation programs -- binaries
-- 
1.8.3.rc3



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

2012-07-31 Thread Alban Browaeys
Package: libaudit1
Version: 1:2.2.1-1
Followup-For: Bug #682251

Dear Maintainer,
on guidance from jcristau and wRAR on #debian-devel I made up this
debian diff.
It split libauparse.so.0 into its own package :
"If your package contains files whose names do not change with each
change in the library shared object version, you must not put them in
the shared library package. " 8.2
It also move /etc/libaudit.conf - which is the same for two different
libraries and both fallback properly if it is missing - into an examples
directory.

I believe the best would be to also split libauparse.so.0 for libaudit0
too.
Currently I have libaudit1 against the libauparse.so.0 from libaudit0,
ie I did not install the libauparse0 package.

Best regards,
Alban

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

Kernel: Linux 3.5.0-rc7test0-00124-g8a7298b-dirty (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 libaudit1 depends on:
ii  libc6  2.13-35

libaudit1 recommends no packages.

libaudit1 suggests no packages.

-- no debconf information
diff -Nru audit-2.2.1/debian/changelog audit-2.2.1/debian/changelog
--- audit-2.2.1/debian/changelog	2012-07-12 01:54:16.0 +0200
+++ audit-2.2.1/debian/changelog	2012-07-31 14:37:58.0 +0200
@@ -1,3 +1,10 @@
+audit (1:2.2.1-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * split auparse into its own package and put config in examples directory.
+
+ -- Alban Browaeys   Tue, 31 Jul 2012 14:37:34 +0200
+
 audit (1:2.2.1-1) experimental; urgency=low
 
   * Non-maintainer upload (with maintainer's blessing)
diff -Nru audit-2.2.1/debian/control audit-2.2.1/debian/control
--- audit-2.2.1/debian/control	2012-07-12 01:53:38.0 +0200
+++ audit-2.2.1/debian/control	2012-07-26 15:07:45.0 +0200
@@ -26,6 +26,15 @@
  .
  Also contains the audit dispatcher "audisp".
 
+Package: libauparse0
+Architecture: any
+Priority: optional
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Dynamic library for parsing security auditing
+ The audit-libs parse package contains the dynamic libraries needed for
+ applications to use the audit framework. It is used to monitor systems for
+ security related events.
+
 Package: libaudit1
 Architecture: any
 Priority: optional
diff -Nru audit-2.2.1/debian/libaudit1.examples audit-2.2.1/debian/libaudit1.examples
--- audit-2.2.1/debian/libaudit1.examples	1970-01-01 01:00:00.0 +0100
+++ audit-2.2.1/debian/libaudit1.examples	2012-07-26 16:53:21.0 +0200
@@ -0,0 +1 @@
+debian/tmp/etc/libaudit.conf
diff -Nru audit-2.2.1/debian/libaudit1.install audit-2.2.1/debian/libaudit1.install
--- audit-2.2.1/debian/libaudit1.install	2011-07-26 18:34:26.0 +0200
+++ audit-2.2.1/debian/libaudit1.install	2012-07-26 16:40:41.0 +0200
@@ -1,3 +1 @@
 usr/lib/libaudit.so.*	lib
-usr/lib/libauparse.so.*	lib
-etc/libaudit.conf
diff -Nru audit-2.2.1/debian/libaudit1.symbols audit-2.2.1/debian/libaudit1.symbols
--- audit-2.2.1/debian/libaudit1.symbols	2012-07-12 01:28:54.0 +0200
+++ audit-2.2.1/debian/libaudit1.symbols	2012-07-26 18:01:49.0 +0200
@@ -73,45 +73,3 @@
  audit_value_needs_encoding@Base 1.7.13
  get_auditfail_action@Base 1.7.13
  set_aumessage_mode@Base 1.7.13
-libauparse.so.0 libaudit1 #MINVER#
- auparse_add_callback@Base 1.7.13
- auparse_destroy@Base 1.7.13
- auparse_feed@Base 1.7.13
- auparse_find_field@Base 1.7.13
- auparse_find_field_next@Base 1.7.13
- auparse_first_field@Base 1.7.13
- auparse_first_record@Base 1.7.13
- auparse_flush_feed@Base 1.7.13
- auparse_get_field_int@Base 1.7.13
- auparse_get_field_name@Base 1.7.13
- auparse_get_field_str@Base 1.7.13
- auparse_get_field_type@Base 1.7.13
- auparse_get_filename@Base 1.7.13
- auparse_get_line_number@Base 1.7.13
- auparse_get_milli@Base 1.7.13
- auparse_get_node@Base 1.7.13
- auparse_get_num_fields@Base 1.7.13
- auparse_get_num_records@Base 1.7.13
- auparse_get_record_text@Base 1.7.13
- auparse_get_serial@Base 1.7.13
- auparse_get_time@Base 1.7.13
- auparse_get_timestamp@Base 1.7.13
- auparse_get_type@Base 1.7.13
- auparse_goto_record_num@Base 1.7.13
- auparse_init@Base 1.7.13
- auparse_interpret_field@Base 1.7.13
- auparse_next_event@Base 1.7.13
- auparse_next_field@Base 1.7.13
- auparse_next_record@Base 1.7.13
- auparse_node_compare@Base 1.7.13
- auparse_reset@Base 1.7.13
- auparse_timestamp_compare@Base 1.7.13
- auparse_type_t@Base 1.7.13
- ausearch_add_expression@Base 1.7.13
- ausearch_add_interpreted_item@Base 1.7.13
- ausearch_add_item@Base 1.7.13
- ausearch_add_regex@Base 1.7.13
- ausearch_add_timestamp_item@Base 1.7.13
- ausearch_clear@Base 1.7.13
- ausearch_next_event@Base 1.7.13
- ausearch_set_stop@Base 1.7.13
diff -Nru audit-2.2.1/de

Bug#667470: systemd: breaks sudo

2012-04-10 Thread Alban Browaeys
Package: systemd
Version: 44-1
Followup-For: Bug #667470

I found adding pam_loginuid.so fixes the problem in all cases,
except obvously for already running user sessions.
I have plain added it to common-session and
common-session-noninteractive.
Is there an issue with adding it to common-session ? I saw you told to
add it in gdm pam file but would not this let the login console sessions
without a working sudo ?

BR,
Alban

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

Kernel: Linux 3.3.0-rc5test0-00204-gae942ae (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 systemd depends on:
ii  dpkg 1.16.2
ii  initscripts  2.88dsf-22.1
ii  libacl1  2.2.51-5
ii  libaudit01:1.7.18-1.1
ii  libc62.13-27
ii  libcap2  1:2.22-1
ii  libcryptsetup4   2:1.4.1-2
ii  libdbus-1-3  1.5.12-1
ii  libkmod2 6-2
ii  liblzma5 5.1.1alpha+20110809-3
ii  libpam0g 1.1.3-7
ii  libselinux1  2.1.9-4
ii  libsystemd-daemon0   44-1
ii  libsystemd-id128-0   44-1
ii  libsystemd-journal0  44-1
ii  libsystemd-login044-1
ii  libudev0 175-3.1
ii  libwrap0 7.6.q-23
ii  udev 175-3.1
ii  util-linux   2.20.1-4

Versions of packages systemd recommends:
ii  libpam-systemd  44-1

Versions of packages systemd suggests:
ii  python   2.7.2-10
ii  systemd-gui  44-1

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

-- no debconf information



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



Bug#648840: gnome-shell: Execution of main.js threw exception: Type Error: imports is undefined

2011-11-16 Thread Alban Browaeys
Package: gnome-shell
Followup-For: Bug #648840

I fixed this issue locally by rebuilding gjs against the same libmozjs
than gnome-shell. ie libmozjs8d instead of libmodjs7d.
Weird this issue is not happening on amd64 where both libmozjs mix happilly.

This requires a rebuild of gnome-shell and sushi.

BR,
Alban

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

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

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.10.0-2   
ii  gconf2   3.2.3-1
ii  gir1.2-accountsservice-1.0   0.6.15-1   
ii  gir1.2-atk-1.0   2.2.0-2
ii  gir1.2-caribou-1.0   0.4.1-1
ii  gir1.2-clutter-1.0   1.8.2-2
ii  gir1.2-cogl-1.0  1.8.2-1
ii  gir1.2-coglpango-1.0 1.8.2-1
ii  gir1.2-folks-0.6 0.6.5-2
ii  gir1.2-freedesktop   1.31.0-1   
ii  gir1.2-gconf-2.0 3.2.3-1
ii  gir1.2-gdkpixbuf-2.0 2.24.0-1   
ii  gir1.2-gee-1.0   0.6.1-3
ii  gir1.2-gkbd-3.0  3.2.0-1
ii  gir1.2-glib-2.0  1.31.0-1   
ii  gir1.2-gmenu-3.0 3.2.0.1-1  
ii  gir1.2-gnomebluetooth-1.03.2.1-1
ii  gir1.2-gtk-3.0   3.2.2-1
ii  gir1.2-json-1.0  0.14.0-1   
ii  gir1.2-mutter-3.03.2.1-1
ii  gir1.2-networkmanager-1.00.9.2.0-1  
ii  gir1.2-pango-1.0 1.29.4-2   
ii  gir1.2-polkit-1.00.102-1
ii  gir1.2-soup-2.4  2.36.0-1   
ii  gir1.2-telepathyglib-0.120.17.1-1   
ii  gir1.2-telepathylogger-0.2   0.2.10-2   
ii  gir1.2-upowerglib-1.00.9.14-3   
ii  gjs  1.30.0-1.1 
ii  gnome-bluetooth  3.2.1-1
ii  gnome-icon-theme-symbolic3.2.1-1
ii  gnome-settings-daemon3.2.2-1
ii  gsettings-desktop-schemas3.2.0-2
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-21
ii  libcairo-gobject21.10.2-6.1 
ii  libcairo21.10.2-6.1 
ii  libcamel-1.2-29  3.2.1-1
ii  libcanberra0 0.28-3 
ii  libclutter-1.0-0 1.8.2-2
ii  libcogl-pango0   1.8.2-1
ii  libcogl5 1.8.2-1
ii  libcroco30.6.2-2
ii  libdbus-1-3  1.5.8-1
ii  libdbus-glib-1-2 0.98-1 
ii  libdrm2  2.4.27-1   
ii  libebook-1.2-12  3.2.1-1
ii  libecal-1.2-10   3.2.1-1
ii  libedataserver-1.2-153.2.1-1
ii  libedataserverui-3.0-1   3.2.1-1
ii  libffi5  3.0.10-3   
ii  libfolks25   0.6.5-2
ii  libfontconfig1   2.8.0-3
ii  libfreetype6 2.4.7-2
ii  libgconf2-4  3.2.3-1
ii  libgdk-pixbuf2.0-0   2.24.0-1   
ii  libgee2  0.6.1-3
ii  libgirepository-1.0-11.31.0-1   
ii  libgjs0b [libgjs0-libmozjs8d]1.30.0-1.1 
ii  libgl1-mesa-glx [libgl1] 7.11-6 
ii  libglib2.0-0  

Bug#647268: RuntimeError: Failed to load the Progress Indicator plugin [...]

2011-11-03 Thread Alban Browaeys
Package: calibre
Version: 0.8.21+dfsg-1
Followup-For: Bug #647268

Rebuilding calibre against latest python-qt4 (ie 4.8.6-2 here)
fixes this issue about progress_indicator and python-qt4 core module
version mismatch.
I simply rebuild the package:
$ apt-get source calibre
$ apt-get build-dep calibre
$ cd calibre-0.8.21+dfsg
$ dpkg-buildpackage -b -uc -us
$ cd ..
$ su
# dpkg -i calibre_0.8.21+dfsg-1_all.deb calibre-bin_0.8.21+dfsg-1_amd64.deb
# exit
then run calbre:
$ calibre

Best regards
Alban

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

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

Versions of packages calibre depends on:
ii  calibre-bin0.8.21+dfsg-1 
ii  fonts-liberation [ttf-liberation]  1.07.0-2  
ii  imagemagick8:6.6.9.7-5+b1
ii  poppler-utils  0.16.7-2+b1   
ii  python-beautifulsoup   3.2.0-2   
ii  python-cherrypy3   3.1.2-1   
ii  python-cssutils0.9.8~a1-1
ii  python-dateutil1.5-1 
ii  python-dbus0.84.0-2  
ii  python-django-tagging  0.3.1-2   
ii  python-encutils0.9.8~a1-1
ii  python-imaging 1.1.7-4   
ii  python-lxml2.3-0.1+b2
ii  python-mechanize   0.2.5-1   
ii  python-pkg-resources   0.6.24-1  
ii  python-pyparsing   1.5.2-2   
ii  python-qt4 4.8.6-2   
ii  python-routes  1.12.3-1  
ii  python2.7  2.7.2-7   
ii  xdg-utils  1.1.0~rc1-2   

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

calibre suggests no packages.

-- no debconf information



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



Bug#647340: [PATCH] Re: libexpat1-dev: Broken symbolic links

2011-11-01 Thread Alban Browaeys
Package: libexpat1-dev
Version: 2.0.1-7.1
Followup-For: Bug #647340

Attached is a patch that also move the .so to /lib.

I also attach one that avoid installing the .la files that should not
be installed and still point to /usr/lib .

python2.7 "only" need a small fix to the one of its debian patch to also 
look in /lib after that. Then elementtree extension build.

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

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

Versions of packages libexpat1-dev depends on:
ii  libc6-dev [libc-dev]  2.13-21  
ii  libexpat1 2.0.1-7.1

libexpat1-dev recommends no packages.

libexpat1-dev suggests no packages.

-- no debconf information
diff -uNr a/debian/libexpat1-dev.install b/debian/libexpat1-dev.install
--- a/debian/libexpat1-dev.install	2011-11-02 06:22:35.0 +0100
+++ b/debian/libexpat1-dev.install	2011-11-02 06:25:55.243309093 +0100
@@ -1,6 +1,6 @@
 usr/include
 usr/lib/*/*.a
 usr/lib/*/*.la
-usr/lib/*/*.so
+lib/*/*.so
 ../../doc/*	usr/share/doc/libexpat1-dev/expat.html/
 ../../conftools/expat.m4 usr/share/aclocal/
Les fichiers binaires a/debian/.libexpat1-dev.install.swp et b/debian/.libexpat1-dev.install.swp sont différents
diff -uNr a/debian/rules b/debian/rules
--- a/debian/rules	2011-11-02 06:22:35.0 +0100
+++ b/debian/rules	2011-11-02 06:17:09.700488701 +0100
@@ -99,7 +99,7 @@
 endif
 	# Move to /lib so that zfsutils can use it.
 	mkdir -p $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)
-	mv $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so.* \
+	mv $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so* \
 		$(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/
 
 binary-indep: build install
diff -uNr a/debian/libexpat1-dev.install b/debian/libexpat1-dev.install
--- a/debian/libexpat1-dev.install	2011-11-02 06:25:55.243309093 +0100
+++ b/debian/libexpat1-dev.install	2011-11-02 06:27:09.192834061 +0100
@@ -1,6 +1,5 @@
 usr/include
 usr/lib/*/*.a
-usr/lib/*/*.la
 lib/*/*.so
 ../../doc/*	usr/share/doc/libexpat1-dev/expat.html/
 ../../conftools/expat.m4 usr/share/aclocal/
Les fichiers binaires a/debian/.libexpat1-dev.install.swp et b/debian/.libexpat1-dev.install.swp sont différents


Bug#642961: systemd: debian-fixup.service goes berserk in /run, breaks boot

2011-09-29 Thread Alban Browaeys
Package: systemd
Version: 36-1
Followup-For: Bug #642961

Dear Maintainer,
oneshot should be a good answer . Ie it will break at first shot only
but still break.

Using the internals of initscripts /lib/init/mount-functions.sh
run_migrate should do the trick. The offending lines that cause
debian-fixup to break are:
# If both directories are the same, we don't need to do
# anything further.
sold="$(/usr/bin/stat -L --format="%d %i" "$OLD" 2>/dev/null ||
:)"
srun="$(/usr/bin/stat -L --format="%d %i" "$RUN" 2>/dev/null ||
:)"
if [ -n "$sold" ] && [ "$sold" = "$srun" ]; then
return 0
fi

Here:
 /usr/bin/stat -L --format="%d %i" /var/lock
14 5912
/usr/bin/stat -L --format="%d %i" /run/lock/
14 5912

cat /proc/mounts |grep lock
tmpfs /var/lock tmpfs rw,nosuid,relatime,size=717012k,mode=755 0 0
cat /proc/mounts |grep run
tmpfs /run tmpfs rw,nosuid,relatime,size=717012k,mode=755 0 0

ls -ld /var/lock
drwxrwxrwt 6 root root 180 sept. 29 13:51 /var/lock
ls -ld /run/lock/
drwxrwxrwt 6 root root 180 sept. 29 13:51 /run/lock/

I do not know how I ended up with /var/lock and /run/lock behing the
same though syncing with run_migrate (or plain removing the /var/lock 
and /var/run from debian-fixup as debian already has those managed and
fixed) would be great.

Best regards,
Alban


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

Kernel: Linux 3.1.0-rc6test0-00067-gddc34e9 (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 systemd depends on:
ii  initscripts 2.88dsf-13.11
ii  libacl1 2.2.51-3 
ii  libaudit0   1.7.18-1 
ii  libc6   2.13-21  
ii  libcap2 1:2.22-1 
ii  libcryptsetup1  2:1.3.0-3
ii  libdbus-1-3 1.5.8-1  
ii  libpam0g1.1.3-4  
ii  libselinux1 2.1.0-1  
ii  libsystemd-daemon0  36-1 
ii  libsystemd-login0   36-1 
ii  libudev0172-1
ii  libwrap07.6.q-21 
ii  udev172-1
ii  util-linux  2.19.1-5 

Versions of packages systemd recommends:
ii  libpam-systemd  36-1

Versions of packages systemd suggests:
ii  python   2.6.7-3
ii  systemd-gui  36-1   

-- no debconf information

-- debsums errors found:
debsums: changed file /lib/systemd/debian-fixup (from systemd package)



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



Bug#620803: package fails to install

2011-04-05 Thread Alban Browaeys
Package: fp-compiler-2.4.2
Version: 2.4.2-1
Followup-For: Bug #620803

I fixed this with the same fix as for kdm.config in:
«http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=224548
This is a legitimate status for db_input (per debconf-devel(7)), so
please allow that command to fail, at least with status 30: change
   db_input high shared/default-x-display-manager
to
   db_input high shared/default-x-display-manager || true
or, more conservatively,
   db_input high shared/default-x-display-manager || test $? -eq 30
in kdm.config.  Thanks!»

The rationale looks good and I used the more conservative version, ie
"|| test $? -eq 30"
after the db_input command.

BR,
Alban

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

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

Versions of packages fp-compiler-2.4.2 depends on:
ii  debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii  fp-units-rtl-2.4.22.4.2-1Free Pascal - Runtime Library

Versions of packages fp-compiler-2.4.2 recommends:
ii  fp-utils-2.4.22.4.2-1Free Pascal - Utils

Versions of packages fp-compiler-2.4.2 suggests:
ii  fp-docs-2.4.2 2.4.2-1Free Pascal - Documentation

-- debconf information:
* fp-compiler-2.4.2/rename_cfg: true



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



Bug#523644: pdf2djvu: libgraphicsmagick++1 and libgraphicsmagick1 are no longer available in sid

2009-04-11 Thread Alban Browaeys
Package: pdf2djvu
Severity: grave
Justification: renders package unusable

pdf2djvu depends on libgraphicsmagick++1 and libgraphicsmagick1 which have been 
removed from sid.
Thus the package is no longer installable :(
And I bet it could prevents users still having those libraries on their system 
to upgrade if they want
to keep using pdf2djvu.
Please upgrade if doable.

Best Regards,
Alban


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

Kernel: Linux 2.6.29-wleeepc (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/bash




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



Bug#520892: gourmet: Gourmet does not start due to not being able to read ico file

2009-03-23 Thread Alban browaeys
Seems you found out how to reply :) sorry for not telling I had problems
with my email client and had to fix this.

I bet on python-imaging-tk . It is already in the depends but is an OR
with mime-support even though they share nothing in common. Could well
be a typo .

BR,
Alban



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



Bug#520892: gourmet: Gourmet does not start due to not being able to read ico file

2009-03-23 Thread Alban browaeys
Do you have libgdk-pixbuf2 installed ? maybe it was not installed
correctly by the package manager ?

Does installing it fixed the problem ? 

It may means a missing dependency in gourmet or one of its underlying
python libraries...

Best regards,
Alban



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



Bug#518929: current trac-mercurial does not work with mercurial 1.1.2

2009-03-09 Thread Alban Browaeys
Package: trac-mercurial
Version: 0.11.0.5dev~svnr7354-2
Severity: grave
Justification: renders package unusable

Latest 0.11 branch of trac-mercurial fixes thoses issues raised by the changes 
in mercurial 1.1.2 
especially get_version gone and bug about index not being integer in browser 
view.

I made a local package just checking out the svn co 
http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin-0.11 and adding
the debian directory. Then building . This went fine.

Cheers,
Alban

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

Kernel: Linux 2.6.29-rc7-3-g559595a (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/bash

Versions of packages trac-mercurial depends on:
ii  mer 1.1.2+hg20090217-7787-b8d750daadde-1 scalable distributed version contr
ii  pyt 0.90.3   automated rebuilding support for P
ii  tra 0.11.1-2.1   Enhanced wiki and issue tracking s

trac-mercurial recommends no packages.

trac-mercurial suggests no packages.

-- no debconf information



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



Bug#503010: #503010 [G||] [gallery2] gallery2: fails to upgrade / fails to install - fwrite error

2008-10-21 Thread Alban Browaeys
Package: gallery2
Version: 2.3-1
Followup-For: Bug #503010

Hi

I investigate a bit deeper about the second issue (fails to re-install) :
the problem lays down in the fwrite call in 
install/steps/CreateConfigFileStep.class 
line 127.
For me this line returns false after is_writable and fopen succeed.
I am out of clue about what is happening though this may be more dependant on 
my system
than I first thought (I hope this is not a bug introduced in the upgrade to 
php5 5.2.6-5 that 
I upgraded at teh same time as gallery2 be it in the code or if the default 
config has a change
that could explain such an issue ...

I bet this also explains the config.php truncated to 0 on upgrade.


Best regards,
Alban


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

Kernel: Linux 2.6.27-wl (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/bash

Versions of packages gallery2 depends on:
ii  apache [httpd] 1.3.34-4.1versatile, high-performance HTTP s
ii  apache22.2.9-10  Apache HTTP Server metapackage
ii  apache2-mpm-prefork [h 2.2.9-10  Apache HTTP Server - traditional n
ii  caudium [httpd]3:1.4.12-11.1 An extensible WWW server written i
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  imagemagick7:6.4.1.7.dfsg1-1 image manipulation programs
ii  libapache-mod-php4 6:4.4.6-2+b1  server-side, HTML-embedded scripti
ii  libapache2-mod-php55.2.6-5   server-side, HTML-embedded scripti
ii  libphp-adodb   5.05-1The ADOdb database abstraction lay
ii  mysql-client-5.0 [mysq 5.0.51a-15MySQL database client binaries
ii  netpbm 2:10.0-12 Graphics conversion tools
ii  php4   6:4.4.6-2 server-side, HTML-embedded scripti
ii  php4-mysql 6:4.4.6-2+b1  MySQL module for php4
ii  php4-pgsql 6:4.4.6-2+b1  PostgreSQL module for php4
ii  php5   5.2.6-5   server-side, HTML-embedded scripti
ii  php5-mysql 5.2.6-5   MySQL module for php5
ii  php5-pgsql 5.2.6-5   PostgreSQL module for php5
ii  postgresql-client  8.3.4-2   front-end programs for PostgreSQL 
ii  postgresql-client-8.2  8.2.7-2+b1front-end programs for PostgreSQL 
ii  postgresql-client-8.3  8.3.4-2   front-end programs for PostgreSQL 
ii  smarty 2.6.20-1  Template engine for PHP
ii  wwwconfig-common   0.1.2 Debian web auto configuration

Versions of packages gallery2 recommends:
ii  dcraw 8.86-1 decode raw digital camera images
ii  ffmpeg3:20080706-0.2 audio/video encoder, streaming ser
ii  jhead 2.84-1 manipulate the non-image part of E
ii  libjpeg-progs 6b-14  Programs for manipulating JPEG fil
ii  php4-gd   6:4.4.6-2+b1   GD module for php4
ii  php5-gd   5.2.6-5GD module for php5
ii  unzip 5.52-12De-archiver for .zip files
ii  zip   2.32-1 Archiver for .zip files

Versions of packages gallery2 suggests:
ii  mysql-server  5.0.51a-15 MySQL database server (metapackage
ii  mysql-server-5.0 [mysql-serve 5.0.51a-15 MySQL database server binaries
ii  postgresql8.3.4-2object-relational SQL database (su

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#492156: Cannot be upgraded/installed (file conflict with libopencryptoki0) second

2008-07-24 Thread Alban Browaeys
Package: opencryptoki
Followup-For: Bug #492156

# LC_ALL=C dpkg -i /var/cache/apt/archives/opencryptoki_2.2.6+dfsg-1_i386.deb 
(Reading database ... 1105929 files and directories currently installed.)
Preparing to replace opencryptoki 2.2.5+dfsg-2 (using 
.../opencryptoki_2.2.6+dfsg-1_i386.deb) ...
Stopping PKCS#11 slot daemon: invoke-rc.d: initscript opencryptoki, action 
"stop" failed.
Unpacking replacement opencryptoki ...
dpkg: error processing 
/var/cache/apt/archives/opencryptoki_2.2.6+dfsg-1_i386.deb (--install):
 trying to overwrite `/usr/lib/pkcs11/PKCS11_API.so', which is also in package 
libopencryptoki0
Starting PKCS#11 slot daemon: pkcsslotd.
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/opencryptoki_2.2.6+dfsg-1_i386.deb


This is with hacking /var/lib/dpkg/info/opencryptoki.prerm because opencryptoki 
fails to stop zith error 1 :
Preparing to replace opencryptoki 2.2.5+dfsg-2 (using 
.../opencryptoki_2.2.6+dfsg-1_i386.deb) ...
Stopping PKCS#11 slot daemon: invoke-rc.d: initscript opencryptoki, action 
"stop" failed.
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
Stopping PKCS#11 slot daemon: invoke-rc.d: initscript opencryptoki, action 
"stop" failed.
dpkg: error processing 
/var/cache/apt/archives/opencryptoki_2.2.6+dfsg-1_i386.deb (--install):
 subprocess new pre-removal script returned error exit status 1
Starting PKCS#11 slot daemon: pkcsslotd.
Errors were encountered while processing:
 /var/cache/apt/archives/opencryptoki_2.2.6+dfsg-1_i386.deb

this even with opencryptoki started by hand.


Best regards
Alban

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

Kernel: Linux 2.6.26-wl (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/bash

Versions of packages opencryptoki depends on:
ii  adduser 3.108add and remove users and groups
ii  libc6   2.7-12   GNU C Library: Shared libraries
ii  libopencryptoki02.2.6+dfsg-1 PKCS#11 implementation for Linux (

opencryptoki recommends no packages.

opencryptoki suggests no packages.

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#484282: python-bongoproject: depends on < python-2.5 while sid has transitioned to 2.5 as the default runtime

2008-06-03 Thread Alban Browaeys
Package: python-bongoproject
Severity: grave
Justification: renders package unusable

I believe your are aware of the issue though it may help keep track of
the issue for us users. So I post this bug report to track the
python-2.5 transition issue as it has been a while already that this
transition is going on.

Thanks for all the work done,
Alban

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

Kernel: Linux 2.6.25-2-686 (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/bash

Versions of packages python-bongoproject depends on:
ii  libbongoproject-import0   0.2.0-3Integrated mail and calendar syste
ii  libbongoproject0  0.3.1-1Integrated mail and calendar syste
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.6  register and build utility for Pyt
ii  python-dateutil   1.4-1  powerful extensions to the standar
ii  python-simplejson 1.9.1-1Simple, fast, extensible JSON enco
ii  python-vobject0.6.0-1parse iCalendar and VCards in Pyth
ii  python2.4 2.4.5-2An interactive high-level object-o

python-bongoproject recommends no packages.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#454114: gpe-shield: wrong iptables location in init script - break install and removal

2007-12-03 Thread Alban Browaeys
Package: gpe-shield
Version: 0.9-1
Severity: grave
Justification: renders package unusable

the init script uses IPTABLES=/usr/sbin/iptables
instead of IPTABLES=/sbin/iptables

Preparing to replace gpe-shield 0.9-1 (using
.../gpe-shield_0.31-2_i386.deb) ...
Stopping GPE desktop firewall: gpe-shield/etc/init.d/gpe-shield: line
63: /usr/sbin/iptables: No such file or directory
invoke-rc.d: initscript gpe-shield, action "stop" failed.
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
Stopping GPE desktop firewall: gpe-shield/etc/init.d/gpe-shield: line
63: /usr/sbin/iptables: No such file or directory
invoke-rc.d: initscript gpe-shield, action "stop" failed.
dpkg: error processing
/var/cache/apt/archives/gpe-shield_0.31-2_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
 Starting GPE desktop firewall: gpe-shieldChain INPUT (policy ACCEPT)
 target prot opt source   destination 

 Chain FORWARD (policy ACCEPT)
 target prot opt source   destination 

 Chain OUTPUT (policy ACCEPT)
 target prot opt source   destination 
  OK
  .

May be the old initscript from 0.9 if so please close the bug report as
I do not believe gpe-shield was in etch before so no need for upgrade
path.

Best regards
Alban


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

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
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 gpe-shield depends on:
ii  gpe-su  0.19-2   root shell for GPE
ii  iptables1.3.8.0debian1-1 administration tools for packet fi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-3GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libgpewidget1   0.115-3  GPE Palmtop Environment widget lib
ii  libgtk2.0-0 2.12.2-1 The GTK+ graphical user interface 
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra

gpe-shield recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447821: xmms-singit: Depends on removed libssl0.9.7

2007-10-24 Thread Alban Browaeys

Le mercredi 24 octobre 2007 à 22:50 +0200, Florian Ernst a écrit :
> > The package depends on non available libssl0.9.7. Could it be upgraded 
> > to use libssl0.9.8 ?
> 
> Well, it could. However, xmms-singit has been removed from
> testing/unstable, and personally I'm currently not eager to bring it
> back. And the version in experimental most definitely isn't fit for
> release, either!
> Do you have an old version from the time when it was still in testing /
> unstable or rather the version from experimental installed? Your
> bugreport doesn't say ...
> 
> Either way, as long as nobody picks up this package soon the Debian
> support for it will cease to exist. Please see
> 
> for some background info.
> 
Thank you for the quick reply and the background input. I was merely
doing a sanity check of the other packages that had dependencies on old
libssl0.9.7 and found out there were no reports of this peculiar issues
in xmms-singit. Thus the bug report.

I wish you the best
Alban




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447821: xmms-singit: Depends on removed libssl0.9.7

2007-10-23 Thread Alban Browaeys
Package: xmms-singit
Severity: grave
Justification: renders package unusable

The package depends on non available libssl0.9.7. Could it be upgraded 
to use libssl0.9.8 ?

Best regards
Alban

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

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447815: vmware-package: Recommands remove libssl0.9.7

2007-10-23 Thread Alban Browaeys
Package: vmware-package
Version: 0.14
Severity: grave
Justification: renders package unusable

Maybe the severity is too high. Sorry if so. libssl0.9.7 is just a 
recommands but is not provided by sid repository anymore. Please upgrade 
to libssl0.9.8 .

Best regards
Alban


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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
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 vmware-package depends on:
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  debhelper 5.0.59 helper programs for debian/rules
ii  dpkg-dev  1.14.7 package building tools for Debian
ii  fakeroot  1.8.2  Gives a fake root environment
ii  file  4.21-3 Determines file type using "magic"
ii  make  3.81-3 The GNU version of the "make" util
ii  module-assistant  0.10.11tool to make module package creati
ii  python2.4.4-6An interactive high-level object-o

Versions of packages vmware-package recommends:
pn  ia32-libs  (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#444829: java6 plugin crashes when java5 does not

2007-10-10 Thread Alban Browaeys
Package: sun-java6-bin
Version: 6-03-2
Followup-For: Bug #444829

http://www.google.com/url?sa=t&ct=res&cd=10&url=http%3A%2F%2Fwww.walter-fendt.de%2Fph14f%2Fprojectile_f.htm&ei=qosMR6yIMI-4nQPN7tjxAQ&usg=AFQjCNHQV-TyfzEHEbwC855KzRDPc6r9kw&sig2=Ai6uQyeat_z6XUn0r8TvLQ
and 
http://jfod.cnam.fr/NFP121/Intro/index.html
applets crashes java6 jvm while switching to java5 one "fixes" it.

 rm /etc/alternatives/mozilla-javaplugin.so
 ln -s /usr/lib/jvm/java-1.5.0-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so 
/etc/alternatives/mozilla-javaplugin.so
 rm /etc/alternatives/iceweasel-javaplugin.so
 ln -s /usr/lib/jvm/java-1.5.0-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so 
/etc/alternatives/iceweasel-javaplugin.so

then restarting the browser fixed it for me.
Btw why is not there any alternative for iceweasel-javaplugin.so and
mozilla-javaplugin.so (it only registers java6 plugin) while I have both
sun-java5-plugin and sun-java6-plugin ?


Best regards
Alban

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
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 sun-java6-bin depends on:
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libstdc++51:3.3.6-15 The GNU Standard C++ Library v3
ii  sun-java6-jre 6-03-2 Sun Java(TM) Runtime Environment (
ii  unixodbc  2.2.11-16  ODBC tools libraries

Versions of packages sun-java6-bin recommends:
ii  libasound21.0.14a-2  ALSA library
ii  libgcc1   1:4.2.2-1  GCC support library
ii  libnss-mdns   0.10-3 NSS module for Multicast DNS name 
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxi62:1.1.3-1  X11 Input extension library
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxtst6  2:1.0.3-1  X11 Testing -- Resource extension 

-- debconf-show failed
System: Linux 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 1040
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: Tango

Memory status: size: 239116288 vsize: 239116288 resident: 33206272 share: 
18317312 rss: 33206272 rss_rlim: 4294967295
CPU usage: start_time: 1192001725 rtime: 1319 utime: 658 stime: 661 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/lib/bug-buddy/'

Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 0xb7d716b0 (LWP 22724)]
[New Thread 0xb4352b90 (LWP 22765)]
[New Thread 0xb43e5b90 (LWP 22764)]
[New Thread 0xb42b0b90 (LWP 22763)]
[New Thread 0xb4301b90 (LWP 22762)]
[New Thread 0xb4436b90 (LWP 22759)]
[New Thread 0xb4487b90 (LWP 22758)]
[New Thread 0xb44d8b90 (LWP 22757)]
[New Thread 0xb4eeeb90 (LWP 22754)]
[New Thread 0xb4f3fb90 (LWP 22745)]
[New Thread 0xb4f90b90 (LWP 22744)]
[New Thread 0xb51e5b90 (LWP 22743)]
[New Thread 0xb5296b90 (LWP 22737)]
[New Thread 0xb5845b90 (LWP 22736)]
[New Thread 0xb5896b90 (LWP 22735)]
[New Thread 0xb5917b90 (LWP 22734)]
[New Thread 0xb5968b90 (LWP 22733)]
[New Thread 0xb5af2b90 (LWP 22732)]
[New Thread 0xb5b43b90 (LWP 22731)]
[New Thread 0xb5bc4b90 (LWP 22730)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7ecb1fb in read () from /lib/i686/cmov/libpthread.so.0
#2  0x0626d1fc in JVM_Read ()
   from /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/libjvm.so
#3  0xb7cebdb6 in readSingle ()
   from /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libjava.so
#4  0xb7ce76c2 in Java_java_io_FileInputStream_read ()
   from /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/libjava.so
#5  0xb5ce566e in ?? ()
#6  0x080524ec in ?? ()
#7  0xbf80cac8 in ?? ()
#8  0x08052400 in ?? ()
#9  0xbf80cac8 in ?? ()
#10 0xb5ceb12a in ?? ()
#11 0x08052400 in ?? ()
#12 0xbf80ca98 in ?? ()
#13 0x in ?? ()

Thread 20 (Thread 0xb5bc4b90 (LWP 22730)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7e29d5c in sched_yield () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0x0633ab7c in SafepointSynchronize::begin ()
   from /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/libjvm.so
No symbol table info available.
#3  0x063c487c in VMThread::loop ()
   from /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/libjvm.so
No symbol table info available.
#4  0x063c446f in VMThread::run ()
   from /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/i386/client/libjvm.so
No symbol table info available.
#5  0x06

Bug#442242: sshmenu: still missing dependencies on libgnome2-ruby and libgconf2-ruby

2007-09-15 Thread Alban Browaeys
Package: sshmenu
Version: 3.14-1
Followup-For: Bug #442242

 /usr/lib/gnome-panel/sshmenu-applet -window
/usr/lib/ruby/1.8/gnome-sshmenu.rb:2:in `require': no such file to load -- 
gconf2 (LoadError)
from /usr/lib/ruby/1.8/gnome-sshmenu.rb:2
from /usr/lib/gnome-panel/sshmenu-applet:11:in `require'
from /usr/lib/gnome-panel/sshmenu-applet:11
installing libgconf2-ruby

$ /usr/lib/gnome-panel/sshmenu-applet -window
/usr/lib/ruby/1.8/panelapplet2.rb:1:in `require': no such file to load -- 
gnome2 (LoadError)
from /usr/lib/ruby/1.8/panelapplet2.rb:1
from /usr/lib/gnome-panel/sshmenu-applet:13:in `require'
from /usr/lib/gnome-panel/sshmenu-applet:13
installing libgnome2-ruby and now the applet start.

Though the wizard that tells it will import from known hosts file does not 
succeed in doing so.

Regards
Alban

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
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 sshmenu depends on:
ii  libgtk2-ruby  0.16.0-7   GTK+ bindings for the Ruby languag
ii  libpanel-applet2-ruby 0.16.0-7   GNOME 2 panel applet library bindi
ii  libruby1.81.8.6.36-3 Libraries necessary to run Ruby 1.
ii  libyaml-ruby  1.8.2-1YAML for Ruby
ii  ruby  1.8.2-1An interpreter of object-oriented 
ii  ruby1.8   1.8.6.36-3 Interpreter of object-oriented scr
ii  ssh-askpass-gnome [ssh-askpas 1:4.6p1-5  interactive X program to prompt us

sshmenu recommends no packages.

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#442146: seahorse: broken Xsession startup script ... breaks applets using dbus for example

2007-09-13 Thread Alban Browaeys
Package: seahorse
Version: 1.0.1-6
Severity: critical
Justification: breaks unrelated software

/etc/X11/Xsession.d/60seahorse contains --execute switch for seahorse.
This switch does not exists anymore and thus this produce an error when
STARTUP variable get executed (and thus breaks for example dbus-launch
which is in it).
I guess this is also alter the notification daemon.

Regards
Alban

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
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 seahorse depends on:
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libavahi-client30.6.21-2 Avahi client library
ii  libavahi-common30.6.21-2 Avahi common library
ii  libavahi-glib1  0.6.21-2 Avahi glib integration library
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.6.1-3  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2.1-5GCC support library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeprint2.2-0  2.18.1-1 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-02.18.0-2 GNOME 2.2 print architecture User 
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-5   GNOME Virtual File System (runtime
ii  libgnutls13 1.7.19-1 the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libgpgme11  1.1.5-2  GPGME - GnuPG Made Easy
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libgtksourceview1.0-0   1.8.5-1  shared libraries for the GTK+ synt
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libldap22.1.30.dfsg-13.5 OpenLDAP libraries
ii  libnautilus-extension1  2.18.3-3 libraries for nautilus components 
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications to a n
ii  libnspr4-0d 4.6.7-1  NetScape Portable Runtime Library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0  2.18.3-2 library for GNOME Panel applets
ii  libpango1.0-0   1.18.1-1 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libsoup2.2-82.2.100-1an HTTP library implementation in 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.3-1X Rendering Extension client libra
ii  libxul0d1.8.1.6-1Gecko engine library
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages seahorse recommends:
ii  openssh-client1:4.6p1-5  secure shell client, an rlogin/rsh

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#437696: wine don't start and freeze the computer

2007-09-06 Thread Alban Browaeys
Could you check that your soundcard is not managed by the alsa
snd-ice1724 driver ? There are reports of wine freezing the computer
when this driver is used.
If so as a temporary workaround you can
move /usr/lib/wine/wineoss.drv.so somewhere else and run winecfg to
choose alsa in the sound section.

cf http://ubuntuforums.org/archive/index.php/t-426900.html
and https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3383

Thank you,
Alban


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#439619: vlock: upgrade fails - dpkg-statoverride needs 4 arguments due to typo

2007-08-25 Thread Alban Browaeys
Package: vlock
Version: 2.0-3
Severity: grave
Tags: patch
Justification: renders package unusable

 got this error in postinst:
Setting up vlock (2.0-3) ...
++ getent group vlock
++ cut -d : -f 3
+ gid=132
+ '[' -z 132 ']'
+ for i in /usr/sbin/vlock-nosysrq /usr/sbin/vlock-new
+ dpkg-statoverride --list /usr/sbin/vlock-nosysrq
+ for i in /usr/sbin/vlock-nosysrq /usr/sbin/vlock-new
+ dpkg-statoverride --list /usr/sbin/vlock-new
+ dpkg-statoverride --list /usr/sbin/vlock-current
+ dpkg-statoverride --update --add root root 
$'4711\356\200\200/usr/sbin/vlock-current'
dpkg-statoverride: --add needs four arguments

Usage: dpkg-statoverride [ ...] 

Commands:
  --add
   add a new entry into the database.
  --remove   remove file from the database.
  --list []  list current overrides in the database.

Options:
  --admindirset the directory with the statoverride file.
  --update immediately update file permissions.
  --force  force an action even if a sanity check fails.
  --quiet  quiet operation, minimal output.
  --help   show this help message.
  --versionshow the version.
dpkg: error processing vlock (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 vlock
E: Sub-process /usr/bin/dpkg returned an error code (1)

postinstall contains :
dpkg-statoverride --update --add root root [EMAIL 
PROTECTED]@/usr/sbin/vlock-currr
on line 29. I fixed it by removing the [EMAIL PROTECTED]@.


Best regards
Alban


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

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
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 vlock depends on:
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii  libpam-modules0.79-4 Pluggable Authentication Modules f
ii  libpam0g  0.99.7.1-1 Pluggable Authentication Modules l

vlock recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#435653: software-properties: fails with new python-apt

2007-08-02 Thread Alban Browaeys
Package: software-properties
Version: 0.59.4-2
Severity: grave
Justification: renders package unusable

software-properties-gtk or -kde fails with :
software-properties-kde 
Traceback (most recent call last):
  File "/usr/bin/software-properties-kde", line 30, in ?
from aptsources.sourceslist import SourcesList
  File "/usr/lib/python2.4/site-packages/aptsources/sourceslist.py", line 29, 
in ?
import apt_pkg
ImportError: /usr/lib/python2.4/site-packages/apt_pkg.so: undefined symbol: 
pkgCPU


Regards
Alban



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

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#422693: rhythmbox freeze since last glib and gnome-vfs update

2007-05-07 Thread Alban Browaeys
Package: rhythmbox
Version: 0.10.0-1
Severity: grave
Justification: renders package unusable

Since updrade to latest glib 2.12.12-1 and gnomevfs 2.18.1-2 rhythmbox
freeze playing songs (mp3, m4a, ...).
I also tried with rhythmbox in sid and it freezes too.


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

Kernel: Linux 2.6.21-rc6
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 rhythmbox depends on:
ii  dbus  1.0.2-4simple interprocess messaging syst
ii  gconf22.18.0.1-3 GNOME configuration database syste
ii  gnome-icon-theme  2.18.0-2   GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gstre 0.10.12-2  GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gstrea 0.10.5-5   GStreamer plugin for ESD
ii  gstreamer0.10-gnomevfs0.10.12-2  GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-bas 0.10.12-2  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-goo 0.10.5-5   GStreamer plugins from the "good" 
ii  gstreamer0.10-plugins-ugl 0.10.5-2   GStreamer plugins from the "ugly" 
ii  gstreamer0.10-x   0.10.12-2  GStreamer plugins for X11 and Pang
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.18-5   Avahi client library
ii  libavahi-common3  0.6.18-5   Avahi common library
ii  libavahi-glib10.6.18-5   Avahi glib integration library
ii  libbonobo2-0  2.18.0-2   Bonobo CORBA interfaces library
ii  libbonoboui2-02.18.0-5   The Bonobo UI library
ii  libc6 2.5-5  GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-4simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libgcrypt11   1.2.4-2LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgnome-keyring0 0.8.1-2GNOME keyring services library
ii  libgnome-media0   2.18.0-2+b1runtime libraries for the GNOME me
ii  libgnome2-0   2.18.0-4   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.18.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.18.1-2 GNOME Virtual File System (runtime
ii  libgnutls13   1.6.2-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.4-2  library for common error values an
ii  libgpod1  0.4.2-0.1  a library to read and write songs 
ii  libgstreamer-plugins-base 0.10.12-2  GStreamer libraries from the "base
ii  libgstreamer0.10-00.10.12-5  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.10.12-1  The GTK+ graphical user interface 
ii  libhal1   0.5.8.1-9  Hardware Abstraction Layer - share
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  liblircclient00.8.0-9.2  LIRC client library
ii  libmusicbrainz4c2a2.1.4-1Second generation incarnation of t
ii  libnautilus-burn3 2.14.3-8+b1Nautilus Burn Library - runtime ve
ii  libnotify10.4.4-3sends desktop notifications to a n
ii  liborbit2 1:2.14.7-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.16.2-2   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsexy2  0.1.11-1   collection of additional GTK+ widg
ii  libsm61:1.0.2-2  X11 Session Management library
ii  libsoup2.2-8  2.2.100-1  an HTTP library implementation in 
ii  libtasn1-30.3.9-1Manage ASN.1 structures (r

Bug#384119: etherconf should die

2006-08-21 Thread Alban BROWAEYS
Package: etherconf
Severity: grave
Justification: renders package unusable

etherconf has issues and overwrite the settings from
udeb netcfg.
It does not set the default host name to 127.0.1.1,
fill /etc/resolv.conf with garbage,
overwrite netcfg /etc/hosts, fails to apply chanages
to /etc/network/interfaces.


I believe it to be harmfull in all use case (more to
fix by hand afterwards than the
 configuration it provides).
If only it could grab its data from the installation
stages ... there would be a point in
fixing it though as it is I believe it not to.
Ought not it to be removed for etch ?


Regards
Alban



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)



 p5.vert.ukl.yahoo.com uncompressed/chunked Mon Aug 21 22:15:46 GMT 2006 


___ 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet 
! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos 
expériences. 
http://fr.answers.yahoo.com 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#315405: Bug #315405 - ncurses-term: share the same file with ncurses-base

2005-06-23 Thread Alban browaeys
Le jeudi 23 juin 2005 à 15:33 +0200, Jörg Sommer a écrit :

> No, the diversion is made by me to make the package is installable.
> 
> > Maybe there was a cleanup in previous scripts which was removed ...
> > where there a long time switch between the upgrade ? (maybe from woody
> > ...)

so my best bet is you had the bug when rxvt-unicode was shipped by both
ncurses-term and ncurses-base (maybe i was even the reported , i remind
sending such an issue to those packages). 
The diversion helps you worked around the bug though now it breaks it
even if ncurses-term does not ship this file anymore.
THe upgrade script did not cleanup the diversion as usual as it was a
local change :-/

I guess the bug can be safely closed now that ncurses-term guenine bug
(shipping rxvt-unicode) is fixed.

Sincerely
Alban




Bug#315361: Bug #315361 - [keyboard shortcuts] Music player shortcuts doesn't work

2005-06-23 Thread Alban browaeys
Le jeudi 23 juin 2005 à 06:28 +0200, Rémy Saissy a écrit :

> ok, look at the picture, the is the 0x49 which is F7 and
> XF86AudioPause which is F7 too. First bound gave me XF86AudioPrevious,
> second one XF86AudioStop... I tried it on a fresh installed system and
> on an older one.


Hum i have been through X symbols. XF86AudioStop and such are only
defined in the "inet" symbols file. This one defines special keys (named
after firsts internet keyboards) for specific keyboard layout . Like
ltcd for Logitech keyboards. 

You might have to find out if your keyboard is supported in
gnome-keyboard-properties -> layout 

or the hard way : /etc/X11/xkb/rules/xfree86 , inetkbds variable list
all the supported "inet" keyboards. (gnome
uses /etc/X11/xkb/rules/xfree86.xml though the previous one is easier
for humans to read).

The available keys for each keyboards are listed
in : /etc/X11/xkb/symbols/inet . Mine only support XF86WWW, XF86Search
and XF86Search for example.

If i want to map "Pause" in gnome to f7 , "F7" is the proper key name
('symbol'). 
Though if you want the other way round. That F7 fires up an
XF86AudioStop events that even non gnome applications can understand,
you would have to plays with the symbol file.

For example creating your own "inet" keyboard:

//my keyboard

partial alphanumeric_keys
xkb_symbols "my_keyboard" {
name[Group1]= "My keyboard";

key <###>   {   [ XF86AudioPlay, XF86AudioPause ] };
};

replacing ### by the X internal key name. 

To find out which is the key name for F7 :
$  grep F7 /etc/X11/xkb/symbols/*

for my keyboard (french ) there is no mapping defined so it fails back
to the us : 
/etc/X11/xkb/symbols/us: key  { [F7 ]   };

Thus :

key{   [ XF86AudioPlay, XF86AudioPause ] };

then add "my_keyboard" to the inetkbds variable
in /etc/X11/xkb/rules/xfree86 .
And to /etc/X11/xkb/rules/xfree86.xml (copying from say ltcd example) if
you want it to shows up in your gnome-keyboard-properties keyboard
layout list .


Confusing isn't it ?

It all depends on what you are trying to achieve. Map a key to "Pause"
in gnome keyboard properties or make F7 fires up an XF86AudioStop X
event ...

Regards
Alban




Bug#315361: Bug #315361 - [keyboard shortcuts] Music player shortcuts doesn't work

2005-06-23 Thread Alban browaeys
Le jeudi 23 juin 2005 à 06:28 +0200, Rémy Saissy a écrit :
> yes it worked before as I said before gnome 2.4.
> My keyboard layout is pc105-US and on another computer pc105-FR
> both doesn' t work.
> The locale is Czech cs_cz.
> $uname -a
> Linux Fondcombe 2.6.11-1-686-smp #1 SMP Mon Jun 20 20:18:45 MDT 2005
> i686 GNU/Linux
> so this is an intel processor
> The debian version is an unstable.

thank you. So this is an "acme" only problem (no ppc and such)

> I know that the hexadecimal code isn't supported actually,
> when the hexdecimal code or XF86... is printed as shortcut, the shortcut
> doesn't work.
> acme... this software is currently not installed on my computers.

acme was the "multimedia"/special keys manager before 2.4 (2.6 ?). It
has been included in gnome afterwards though it does not supported
hexadecimals anymore as  far as i know.

you can reset  the keybinding in gconf
apps>gnome-settings-daemon>keybinding

you could also remove all apps>acme though i believe they are not used
anymore.

>From my problems with acme/keybindings i would say the hexa breaks all
other settings. Removing it and retrying with only X symbols would fix
it.

I won't go into X symbols yet as it is pretty confusing. If the above
does not help or if you already tried it , we 'll go there (and maybe
reassign the bug to the package which ship those X symbols).
It could be that the problem comes from the X keyboard works that have
happened some monthes ago. It fixed all alyout though may have changed
the way your XF86AUdio keys where mapped.


Cheers
Alban

PS: you can remove any hexa by remapping the keybindings to other keys
or typing backspace. Though to find out i did delete/reset all the
bindings in gconf. Thus i may have done more than just removing the
hexa. Please tell which fixed the problem if so.




Bug#315433: Bug #315433 - kdelibs-bin: laptop can't wake up when kded was running when i slept it

2005-06-22 Thread Alban browaeys
Le jeudi 23 juin 2005 à 01:52 +0200, Jorge Salamero a écrit :

Thank you for the informations. This at least close a few tracks.

> i stop dbus wich also "kills" kded, i start kded manually and sleep the 
> computer, when i wake up the same proble, no message no, x display, frozen

Hum i meant to stop dbus before starting kde (and before sleeping) . I
disabled dbus monthes ago though kded still starts.
I guess that after killing dbus, starting a new kde application should
restart kded without dbus (thohg i could not check having dbus
disabled :(

It would help to know if the issue bug is in dbus-qt/suspend or in
kded/suspend (and redirect to the adhoc maintainer).

Greetings
Alban





Bug#313067: Bug #313067 - defoma: Defoma prevents ghostscript from rendering fonts properly

2005-06-14 Thread Alban Browaeys
This is  followup for your report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313067

The report looks like an issue with fonts not providing the "best" alias
to gs. Would you mind reporting against the packages with "bogus"
hints ?

Sorry i cannot make up a fix , as i learned defoma framework but lack
the required practice with fonts themselves to find out the wanted
aliasing. Moreover, defoma as is is unmaintained though stable (no
serious bugs are known on the registering of the hints). Thus wrong
aliasing problems wont be coordinated by any defoma team. It will have
to be done for each font packages .

This may seems like a too heavy burden though in fact we are quite a few
to deal with such problems. The TeX team would be the best reference if
things get too technicals ... 
Anything you can grab about what the problems are and ideas of how to
fix it would be of help. 
I am mainly focused and fixing new font packages that have hints so
broken the fonts is not available on the system, which looks of no help
for your problem. though feel free to ask me (cc the bts)  about those
if you feel otherwise.

The real bug with defoma is that it miss a hint generation easy enough
to avoid such bugs from the font maintainers :(

Regards
Alban



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#302684: re : zeroconf links to localhost - produce some strange problems

2005-04-06 Thread Alban browaeys
06 april 2005 à 18:52 +1000, Anand Kumria wrote :

> It is hard to say at the moment; it certainly could be an interaction
> with zeroconf but I'm not sure.
> 
> Please send the output of '/sbin/ip addr' and '/sbin/ip route' if
> possible.

This problem is pretty unreproducible. Though i will keep the command
you gave and if it happens again open a new bug for it.

Regards
Alban




Bug#302741: Bug #302741 - scilab: Scilab starts with a very small window and an unreadable small font

2005-04-04 Thread Alban browaeys
> Do you know, how can I check what particular font (and what options) are
> being used by a running scilab? This way I could compare my two
> instalations and find out why one of them it is working and not the
> other one.
There are still a few black area for me regarding the way gnome manage
fonts (it supports the standard linux fontconfig but also have microsoft
and support for pre fontconfig system ... i need to understand the later
ones yet).

By now i know how to compare the fontconfig part :
fc-list output the list of all fonts registered to fontconfig.
You can save its output on both system and compare them.
Please send the difference. I will then reproduce the broken system font
installation.
(could you tell the dpi setting on you system. This would help reproduce
the problem as the available fonts depends on the dpi range used).

Sadly as i told there are other font backend so the problem could be
with those. But we can at least check this one first.

Cheers
Alban



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#297771: files missing in directory listing from smbclient 'dir' command with windows xp server

2005-03-12 Thread Alban BROWAEYS
Just wanted to point out that the problem is fixed
upstream.

It was not a winxp problem, it affected all windows
servers.

https://bugzilla.samba.org/show_bug.cgi?id=2271
the patches are:
- Patch I've committed 
- Additional patch

It was tested by the reported and fixed the issue (the
second patch fixing afteraffects of the first :
slowness)

Cheers
Alban







Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#298688: CAN-2005-0683: Disclosure of installation path

2005-03-10 Thread Alban browaeys
>For the record:
>
> ; Print out errors (as a part of the output).  For production web sites,
> ; you're strongly encouraged to turn this feature off, and use error logging
> ; instead (see below).  Keeping display_errors enabled on a production web 
> site
> ; may reveal security information to end users, such as file paths on your Web
> ; server, your database schema or other information.
> display_errors = On

So it does, what is your personal view about this ? 
As a php developper i would say that default should not be the debug
mode, would you reassign it to php ?

Regards
Alban



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#294431: Re : FQDN and squid

2005-02-09 Thread Alban browaeys
Le mercredi 09 février 2005 à 22:28 +0100, Oliver Siegmar a écrit :
> Hi Alban,
> 
> On Wednesday 09 February 2005 21:47, [EMAIL PROTECTED] wrote:
> > squid is installed after the base setup is complete.
> > The base setup should set the FQDN. Did you refuse to set it
> > during the install ?
> > Or is there a bug in the installer ...
> 
> I haven't set up that box by myself. I guess the guy who did, had left the 
> domain name field blank. Maybe it shouldn't be optional?
> 
> > I don't think package should check things that are already
> > managed by the dependency system. This in itself is a policy
> > violation.
> 
> How was this handled in woody? I can't remember a similar problem.

>From osdir.com screenshots:
host:
http://shots.osdir.com/slideshows/slideshow.php?release=184&slide=7
domain:
http://shots.osdir.com/slideshows/slideshow.php?release=184&slide=8 

I don't know if the fqdn is build from those . My main point is that the
installer ask those data. Maybe it just fill /etc/hostname and this may
not be enough for squid to setup properly. 

I would let you and the squid maintenair determine if the bug is in the
installer not filling all configuration files, that the box was not
setup with a valid domain during base setup, or if etherconf or such
package is required before squid.

Maybe even the squid installer script could check if a valid fqdn is
available. But if something was done wrong during the install, it s not
squid job to fix the network configuration.


I am considering reassigning it to the installer , they know what they
setup better. 
Luigi if you don't know either would you mind if i reassign it ?

Sorry i know few about the installer internals. I am confident that it
at least set the fqdn build from installer query about hostname + domain
in /etc/hostname. Mine contains somthing like :
test.domain.net

Regards
Alban




Bug#285098: Bug #285098 - Can't input anything to gdm

2005-02-08 Thread Alban browaeys
Le mardi 08 février 2005 à 16:01 +0100, Patrizio Bruno a écrit : 
> VTAllocation is set to 7 and kdm works nicely, I found that problem just
> with gdm. I solved the problem using X.org instead of xfree86, but when
> I use xfree the problem is still there... dunno why.
> 

Kdm does not have VTAllocation option . THis option does not mean
allocate X to VT number X , but enable automatic VT allocation (gdm
search the first available VT).
/etc/kde3/kdm/kdmrc

Gdm is the only to expose the bug because the other miss this feature.
Before reassigning this to xfree86, could you narrow the problem:
- have you changed /etc/inittab (where the VT are defined), i guess you
don't but it ll avoid loosing time.
- can you try with VTAllocation=false, does gdm now start on VT7
- can you try latest xfree86 packages (.10), it fixed a VT switching bug
for me , something like in :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195964
Maybe it s only a dependency that was fixed, it may be safer to upgrade.

I also had a bug which made input in gdm sometimes stop (i have SCIM
isntalled, multinlingual input method) which wass fixed by yesterday
libgtk2.0 2.6.2 upload in sid. As you are using experimental, this may
have happened to you too.

If the bug is still in the new xfree86 , please cc me or reassign the
bug to xserver-xfree86.

Cheers
Alban




Bug#260808: avifile-player: Aviplay works fine in my system

2005-01-17 Thread Alban browaeys
>I haven't isolated the bug or anything more beyond knowing that it
>crashed my X. If this bug report is not particularly useful, please
>feel free to trash it. I apologise if I'm wasting your time. Thanks
>much,

X crash are due to X drivers bugs. Could you try with the current
 release of xserver-xfree86 ?

Also can you tell which graphic card you have , maybe the bug is
 already report on xserver-xfree86. avifile use Xv (Xserver video
 extension) , which is not yet supported by old cards (ex. my s3 virge
 does not). BUt a lot of fixes for bugs with those where applied a 
few monthes ago (thanks Alan Cox !)


Also you can check that your card support Xv yourself , using :
$ xdpyinfo |grep XVideo
in an X terminal (xterm, konsole,...). If nothing is outputed it does
not and there is a bug in avifile-player too, as it should check if
it is supported before using it. (even though X ought not to crash anyway).
You could also check the newest avifile-player 


Please test those before reporting the bug to xserver-xfree86, their list
of bug is overcrowded (though its dropping fastly). Adding those information
would fastened the bug process a lot.

If you do not have this video file anymore, maybe you could download the one
 from :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=274730
it crash avifile here (but not Xfree, i got an Xv error. I guess my driver
xvideo support is stable).

For example i did not have crash with applications using xv on radeon,
nvidia and s3 , but had on a trident (it was around your test time, i also have
to recheck with current release).


Cheers
Alban



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]