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 sush

Bug#648709: python-extractor 0.6 depends upon libextractor1c2a instead of libextractor3

2011-11-14 Thread Alban Browaeys
Package: python-extractor Version: 1:0.6.2-3 Severity: normal Because python-extractor 0.6.2-3 depends upon libextractor1c2a >=0.6 instead of libextractor3 >= 0.6 it drag libextractor1c2a 1:0.5.23+dfsg-7.1 which is in conflict with libextractor3 0.6 thus prevents installing itself. I believe rep

Bug#648560: libclutter-gtk-1.0-dev: should conflict against libclutter-gtk-0.10-dev as provide the same include but different API

2011-11-12 Thread Alban Browaeys
Package: libclutter-gtk-1.0-dev Version: 1.0.4-1 Severity: normal libclutter-gtk-0.10-dev provides /usr/include/clutter-1.0/clutter-gtk/clutter-gtk.h as libclutter-gtk-1.0-dev pkgconfig incirectly drag /usr/include/clutter-1.0 then when a program has the 0.10 one comes before the 1.0 /usr/include

Bug#648189: iceweasel: error in browser.xul at startup due to old language pack used (7.0.1 fr)

2011-11-09 Thread Alban Browaeys
Package: iceweasel Version: 8.0-2 Severity: important Startup failed due to chrome/content/browser.xul error . This turned out to be the iceweasel-l10n-fr that is still at 7.0.1 and against which there is no versioned conflict. It might affect all language packs. A versioned conflict against ol

Bug#631807: segfault in libcap-ng0 is back on armel - filecap , bluetoothd etc

2011-11-04 Thread Alban Browaeys
Package: libcap-ng0 Version: 0.6.6-1 Followup-For: Bug #631807 This time I rebuild the package libcap-ng vanilla (ie without any tweaks) on the freerunner and it worked. One diff with https://buildd.debian.org/status/fetch.php?pkg=libcap-ng&arch=armel&ver=0.6.6-1&stamp=1309007854 is that I do not

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

Bug#647419: python2.7: fails to build when not using dpkg-buildpackage on amd64 - DPKG_VARS not defined in rules

2011-11-02 Thread Alban Browaeys
Package: python2.7 Version: 2.7.2-7 Severity: normal When building on amd64 via : fakeroot ./debian/rules binary (build already done) DPKG_VARS is not set as I dit not use dpkg-buildpackage. This patch fixes this issue. The error was: dh_makeshlibs -plibpython2.7 -V 'libpython2.7' dpkg-gensymbols

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 patc

Bug#647326: zfs-fuse: fails to run, segfault or invalid option due to wrong argv[0] when read cfg file is called from main

2011-11-01 Thread Alban Browaeys
he /etc/zfs/zfsrc argv item as there is no such option and it breaks long_opts with error: "unrecognized option '--/etc/zfs/zfsrc'" Author: Alban Browaeys --- --- zfs-fuse-0.7.0.orig/src/zfs-fuse/main.c +++ zfs-fuse-0.7.0/src/zfs-fuse/main.c @@ -358,15 +358,18 @@ static void re

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

Bug#639892: libpulse-mainloop-glib0: symbols file define wrong package name (ie old libpulse-glib-mainloop0)

2011-08-31 Thread Alban Browaeys
Package: libpulse-mainloop-glib0 Version: 0.99.2-2 Severity: important Dear Maintainer, current experimental package shoips a symbols file: /var/lib/dpkg/info/libpulse-mainloop-glib0.symbols which stills points to the old package name from 0.9.23. THis breaks installing packages build against libp

Bug#631807: segfault in libcap-ng0 is back on armel - filecap , bluetoothd etc

2011-06-27 Thread Alban Browaeys
Hi, One important change I made to the 0.6.6 packages is that I enabled the hardening wrapper, which adds some flags to the compiler. Could you test if the problem is related to the optimization (as in #546823), or if commenting the line export DEB_BUILD_HARDENING=1 on top of debian/rules solves

Bug#631807: segfault in libcap-ng0 is back on armel - filecap , bluetoothd etc

2011-06-27 Thread Alban Browaeys
Package: libcap-ng0 Version: 0.6.6-1 Severity: important The issue about memset is back . I used gcc-4.6.real (Debian 4.6.0-14) 4.6.1 20110616 (prerelease). I rebuild the package locally first with dpkg-buildpackage -rfakeroot -b -uc -us then make; make install to get the debugging symbols (usi

Bug#630431: systemd: v28 debian git branch fixes

2011-06-13 Thread Alban Browaeys
Package: systemd Version: 28-1 Severity: wishlist Attached are two patches I used to get the debian branch from v28 on git.err.no to build and run so far well. First is a patch for the build ( ie remove the rm of hwclock which is no more, and add the tmpfiles.d to appropriate packages install fil

Bug#627868: provides eeze and build e17 against it (so to use udev instead of hal)

2011-05-24 Thread Alban Browaeys
Package: e17 Version: 0.16.999.55225-1 Followup-For: Bug #627868 to add more to the hal removal I found out why I get the value of the charge divided by two : hal-info shows: 33: udi = '/org/freedesktop/Hal/devices/computer_power_supply_battery_archos_usb' linux.sysfs_path = '/sys/devices/pla

Bug#593156: battery gadget does not work for /sys/class/power_supply/.../capacity

2011-05-24 Thread Alban Browaeys
Package: e17 Version: 0.16.999.55225-1 Followup-For: Bug #593156 This could be due to http://svn.enlightenment.org/svn/e/trunk/e/src/modules/battery/batget.c linux_sys_class_power_supply_sysev_init(Sys_Class_Power_Supply_Uevent *sysev): snprintf(buf, sizeof(buf), "/sys/class/power_supply/%s/vo

Bug#627868: please provides eeze and build e17 against it (so to use udev instead of hal)

2011-05-24 Thread Alban Browaeys
Package: e17 Version: 0.16.999.55225-1 Severity: wishlist battery module fails to behave correctly as is reported in #593156 (hal works though is obsolete and needlessly add more power usage as udev is also installed). Could eeze which is needed by e17 for to provide udev options in modules be

Bug#624094: systemd: Fix bus_manager_append_n_jobs : let system boot

2011-04-25 Thread Alban Browaeys
2.6.6-14 interactive high-level object-orie ii systemd-gui 25-1.1 system and service manager - GUI -- no debconf information >From 583ae4427c5ee81682c8a81f92ef18d407b88cd9 Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Mon,

Bug#623781: network-manager-gnome: failure to start gnome-control-center-bluetooth : nma plugin load conflicting symbols

2011-04-22 Thread Alban Browaeys
Package: network-manager-gnome Version: 0.8.998-1.1 Severity: normal Currently : $ lsof -p $(pidof gnome-control-center) |grep bluetooth (...) gnome-con 18794 prahal memREG8,1 9456 7610588 /usr/lib/gnome-bluetooth/plugins/libgbtgeoclue.so gnome-con 18794 prahal mem

Bug#622383: bash-completion: completion only works from left to right: error : bash: $index: substring expression < 0

2011-04-12 Thread Alban Browaeys
Le mardi 12 avril 2011 à 22:15 +0200, David Paleino a écrit : > tags 622383 fixed-upstream > thanks > > Hello Alban, > > On Tue, 12 Apr 2011 19:43:02 +0200, Alban Browaeys wrote: > > > [..] > > bash: $index: substring expression < 0 > > I think I fi

Bug#622394: nfs-common: breaks systemd - dependency cycle in require-start leads to removal of critical jobs

2011-04-12 Thread Alban Browaeys
Package: nfs-common Version: 1:1.2.3-2 Severity: normal Tox fix this issue I only let 'S' runlevel in require-start LSB header in init script and postinst. (I also remove 0 1 6 from require-stop as they look weird for a 'S' runlevel started service). I had to do the same in rpcbind (should I clo

Bug#622383: [Bash-completion-devel] Bug#622383: bash-completion: completion only works from left to right: error : bash: $index: substring expression < 0

2011-04-12 Thread Alban Browaeys
Le mardi 12 avril 2011 à 19:16 +0200, David Paleino a écrit : > tags 622383 unreproducible moreinfo > thanks > > Hello, > > On Tue, 12 Apr 2011 18:56:58 +0200, Alban Browaeys wrote: > > > Typing : > > $ ls a > > then moving the cursor between '

Bug#622383: bash-completion: completion only works from left to right: error : bash: $index: substring expression < 0

2011-04-12 Thread Alban Browaeys
Package: bash-completion Version: 1:1.3-2 Severity: wishlist Typing : $ ls a then moving the cursor between 'ls' and 'a' and pressing leads to: bash: $index: substring expression < 0 Thus completion only works right to the last character in a command. Is a fix at reach ? Or is it by design ? I c

Bug#622375: libgexiv2-0: segfault when shotwell load photo with 0.3.1-1

2011-04-12 Thread Alban Browaeys
Package: libgexiv2-0 Version: 0.3.1-1 Severity: important Shotwell segfault when loading photo with libgexiv2-0 0.3.1-1 from experimental. Downgrading to 0.2.2-4 from sid fixes the issue. Reading symbols from /usr/bin/shotwell...(no debugging symbols found)...done. (gdb) r Starting program: /usr

Bug#622366: cups-pk-helper: upgrade needed for gnome-control-center 3

2011-04-12 Thread Alban Browaeys
Package: cups-pk-helper Version: 0.1.0-2 Severity: normal Opening the printer item in gnome-control-center 3 leads to this warning: (gnome-control-center:6526): printers-cc-panel-WARNING **: Your system does not have the cups-pk-helper's policy "org.opensuse.cupspkhelper.mechanism.all-edit" in

Bug#622283: gnome-icon-theme-extras: dependency breakage with 3.0.0-1 : 2.92 < gnome-theme >= 3.0

2011-04-11 Thread Alban Browaeys
Package: gnome-icon-theme-extras Version: 3.0.0-1 Severity: important gnome-icon-theme-extras 3.0.0-1 depends on gnome-theme bheing less than 2.92 and at the same time >= 3.0 . Thus it cannot be installed. BR, Alban -- System Information: Debian Release: wheezy/sid APT prefers unstable APT p

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

Bug#619796: accountsservice: missing systemd service file

2011-03-26 Thread Alban Browaeys
Package: accountsservice Version: 0.6.6-2 Severity: normal This prevents gnome-control-center accounts from working. I added "lib" to the accountsservice.install to get /lib/systemd/system/accounts-daemon.service in a local build (and as I am using systemd issue is fixed after a systemctl daemo

Bug#618721: python-evas: missing pkgconfig file

2011-03-17 Thread Alban Browaeys
Package: python-evas Version: 0.7.3-1 Severity: wishlist The removal of the pkgconfig file prevents one from building upstream python-elementary. As the one in debian misses the focus_custom_chain_* it is an issue for to run editje. Best regards, Alban -- System Information: Debian Release: whee

Bug#615634: sed use of 0 instead of 1 start addess leads to no locales behing selected

2011-02-27 Thread Alban Browaeys
Package: locales Version: 2.13-0exp2 Severity: important In postinst: # Uncomment selected locales echo "$SELECTED_LOCALES" | while read locale ; do sed -i -e "0,/^[# ]*$locale *$/ s/^[# ]*$locale *$/$locale/" $LG done should become : # Uncomment selected locales

Bug#615266: cgroup-bin: cpu mounted as cgroup instead of cgroup/cpu

2011-02-26 Thread Alban Browaeys
Package: cgroup-bin Version: 0.37-2 Severity: important cpu = /sys/fs/cgroup hide the other mounts. Using cpu = /sys/fs/cgroup/cpu fixes this and let systemd works. Best regards Alban -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500,

Bug#611774: broken with current inetutils-inetd init script

2011-02-01 Thread Alban Browaeys
Package: inetutils-inetd Version: 2:1.8-3 Severity: normal SOrry for the wrong fix. --name does not change the process name so it does nto fix the update-inetd breakage. Please reassign to update-inetd if the only way to fix this is to modify the latter. Cheers Alban -- System Information: Debia

Bug#611774: update-inetd broken with current inetutils-inetd init script

2011-02-01 Thread Alban Browaeys
Package: inetutils-inetd Version: 2:1.8-3 Severity: important DebianNet.pm wake_inetd() routine check the /proc//dev/null; then log_warning_msg "Not starting internet superserver: no services enabled." exit 0 fi } case "$1" in start) check_no_services log_daemon_msg "St

Bug#610013: python-speechd: spd-conf is broken in experimental (python paths points to the build paths)

2011-01-14 Thread Alban Browaeys
Package: python-speechd Version: 0.7.1-2 Severity: important $ spd-conf Speech Dispatcher configuration tool Do you want to setup a completely new configuration? [yes] : > Do you want to create/setup a 'user' or 'system' configuration [user] : > Traceback (most recent call last): File "/usr/bi

Bug#609098: ghostscript: gs 9 build fails to use external ijs

2011-01-14 Thread Alban Browaeys
Le jeudi 06 janvier 2011 à 15:21 +0100, Jonas Smedegaard a écrit : > On Thu, Jan 06, 2011 at 10:13:11AM +0100, Alban Browaeys wrote: > >Since I rebuild gs 9 with a copy of ijs sources into the gs 9 soource > >tree printing works well with at least hp printers. I had issues wi

Bug#609098: ghostscript: gs 9 build fails to use external ijs

2011-01-06 Thread Alban Browaeys
Package: ghostscript Version: 9.00~dfsg-2 Severity: important Since I rebuild gs 9 with a copy of ijs sources into the gs 9 soource tree printing works well with at least hp printers. I had issues with both ijs driver (printing only ijs driver not found) and cups driver failing print properly.

Bug#607580: ntop: fails to stop/start, break on upgrade . probably a local issue still there are bugs in postinst

2010-12-22 Thread Alban Browaeys
Le mardi 21 décembre 2010 à 20:10 -0500, jor...@linuxgen.com a écrit : > I think the reason that the second db_input was not trigger was because I > did not set "seen" to false. > > db_fset ntop/admin_password seen false > db_fset ntop/admin_password_again seen false > Do we want to ask the pass

Bug#607580: ntop: fails to stop/start, break on upgrade . probably a local issue still there are bugs in postinst

2010-12-21 Thread Alban Browaeys
Le mardi 21 décembre 2010 à 22:37 +0100, Ludovico Cavedon a écrit : > On 12/21/2010 10:20 PM, Alban Browaeys wrote: > >> But now I have a question without answer: if > >> -the question about the password was never asked, and > >> -there is no way to ask the user

Bug#607580: ntop: fails to stop/start, break on upgrade . probably a local issue still there are bugs in postinst

2010-12-21 Thread Alban Browaeys
Le lundi 20 décembre 2010 à 18:26 +0100, Ludovico Cavedon a écrit : > But now I have a question without answer: if > -the question about the password was never asked, and > -there is no way to ask the user (e.g. running non-interactive) > should the postinst phase: > -fail, or > -set a randomly ge

Bug#607580: ntop: fails to stop/start, break on upgrade . probably a local issue still there are bugs in postinst

2010-12-19 Thread Alban Browaeys
Package: ntop Version: 3:4.0.3+dfsg1-1 Severity: normal in the postinst the loop test while [ 1 ] I prefer while [ true ]; . In shell true is 0 not 1. I don't know for [] ie "test" command but I guess it is the same. the postinst fails with an status error 30 on my station. This comes from : db_

Bug#604542: python-speechd: spd-conf is broken in experimental (python paths points to the build paths)

2010-11-22 Thread Alban Browaeys
Package: python-speechd Version: 0.7.1-2 Severity: important $ spd-conf Speech Dispatcher configuration tool Do you want to setup a completely new configuration? [yes] : > Do you want to create/setup a 'user' or 'system' configuration [user] : > Traceback (most recent call last): File "/usr/bi

Bug#584331: libbuilder-ruby1.8: an external plugin for redmine is broken when xml.instruct (which calls to_xs in builder)

2010-06-03 Thread Alban Browaeys
Package: libbuilder-ruby1.8 Version: 2.1.2-2 Severity: normal Tags: patch I have installed redminemylyn connector to find out (after much hurdle) that it failed due to /usr/lib/ruby/1.8/active_support/core_ext/string/xchar.rb defining to_xs as fast_xs (no arguments) and /usr/lib/ruby/1.8/build

Bug#578408: cnetworkmanager dbus config prevents nm-applet from asking about password

2010-04-19 Thread Alban Browaeys
Package: cnetworkmanager Version: 0.21.1-1 Severity: important The rule I comment below : is at_console thus overides the nm-applet.conf user="root" rule that allow the : ie:

Bug#568343: git-core: alias in example for not server.com/gitweb/ ie git.server.com is now wrong

2010-03-08 Thread Alban Browaeys
Le 07/03/2010 03:27, Jonathan Nieder a écrit : since the change in gitweb to make http://localhost/gitweb/ work out of the box the aliases for /usr/share/gitweb/ stuff are wrong. Could you send a patch for git-core.README.Debian? If Gerrit’s repository mentioned in /usr/share/doc/git-co

Bug#569288: bacula-common: postinst chown /var/run/bacula which is not there at this point

2010-02-11 Thread Alban Browaeys
Package: bacula-common Version: 5.0.0-3 Severity: important postinst fails on chown /var/run/bacula because it is not there (removed from the package itself. I guess that if the init scripts are in charge of creating it the code for to set the properties of this directory should be moved to them

Bug#568343: git-core: alias in example for not server.com/gitweb/ ie git.server.com is now wrong

2010-02-03 Thread Alban Browaeys
Package: git-core Version: 1:1.6.6.1-1 Severity: normal In git-core README.Debian : ServerName git.example.org ServerAdmin webmas...@example.org HeaderName HEADER # bogus but safe DocumentRoot DocumentRoot /var/cache/git ErrorLog /var/log/apache-ssl/git.example.org-error.

Bug#568260: setroubleshoot: browser requires report python modules which are only available in fedora

2010-02-03 Thread Alban Browaeys
Package: setroubleshoot Version: 2.2.61-1 Severity: important /usr/share/pyshared/setroubleshoot/browser.py import report : https://fedorahosted.org/report/browser https://fedorahosted.org/released/report/ but debian does not ship it . Thus a missing dependency but unresolvable. I am starting a

Bug#567562: missing /var/run/setroubleshoot directory

2010-01-29 Thread Alban Browaeys
Package: setroubleshoot Version: 2.2.52-1 Severity: important Adding this directory make sealert -b shows the messages while it was outputting an error in the status bar (which was not giving much insightsi : "Error while trying to check the policy version). The : setroubleshootd -f -v -V 2010-0

Bug#563591: /etc/init.d/console-screen.sh fails unless run from virtual console

2010-01-03 Thread Alban Browaeys
Package: console-tools Version: 1:0.2.3dbs-67 Severity: normal Another patch that goes another way that is isolate the command and test true (0). -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i68

Bug#555462: [Pkg-samba-maint] Bug#555462: libsmbclient: cannot list servers in workgroup with 3.4.3

2009-11-14 Thread Alban Browaeys
Christian Perrier a écrit : > Well, upstream bug clearly mentions this will be fixed in 3.4.4. I'm > not sure that I see the point in duplicating each upstream bug in our > BTS (unless you want us to fix this ASAP in unstable but I don't think > the issue warrants this), but anyway marking this as

Bug#555462: libsmbclient: cannot list servers in workgroup with 3.4.3

2009-11-09 Thread Alban Browaeys
Package: libsmbclient Version: 2:3.4.3-1 Severity: important There is a patch for this issue in upstream bugzilla. I tested it on debian sources , rebuilding the package (thus the .1 in my version of the package): https://bugzilla.samba.org/show_bug.cgi?id=6880 With the patch I can indeed list t

Bug#545476: timidity: [FIX] Does not play with pulseaudio

2009-09-08 Thread Alban Browaeys
Joost Yervante Damad a écrit : > Hello, > > On Monday 07 September 2009 14:48:11 Alban Browaeys wrote: > >> Package: timidity >> Version: 2.13.2-33.1 >> Severity: normal >> >> Attached patch from fedora: >> * Wed Jun 03 2009 Hans de Goede 2.13.2

Bug#545476: timidity: [FIX] Does not play with pulseaudio

2009-09-07 Thread Alban Browaeys
Package: timidity Version: 2.13.2-33.1 Severity: normal Attached patch from fedora: * Wed Jun 03 2009 Hans de Goede 2.13.2-19 - Don't crash when started in daemon mode (with -iAD) (#501051) fixes the pulse_new assert when using -iAD. There is also the need for to add timidity user to pulse-rt

Bug#544068: emdebian-tools: supportbinary and fixfindlatestgcc in emchain

2009-08-28 Thread Alban Browaeys
Package: emdebian-tools Version: 2.1.0 Severity: important Emdebian/Tools.pm find_latest_gcc looks for first argument arch then suite, the "gcc" used in emchain as first argument leads to the error : Unsupported architecture : gcc this patch fixes this by removing "gcc" from the calls. It also

Bug#536010: current gpsd.config is broken for the brokenconfig state

2009-07-06 Thread Alban Browaeys
Package: gpsd Version: 2.39-3 Severity: normal The "seen" mark is of no use in the "brokenconfig" state as the priorityy of the question is low. Thus they are skipped by GO even if in this specific state they ought to become visible (medium) or even high (maybe critical). I choosed "high" in the

Bug#527566: #527566 mediatomb-daemon: Installation error due to postinst script

2009-06-01 Thread Alban Browaeys
Package: mediatomb-daemon Version: 0.12.0~svn2018-3 Severity: normal Also I found out that the test: if dpkg --compare-versions "$2" le "0.12.0~svn2018-1"; then is triggered on new installs. And there seems to be a bug in the mv_db is triggers: [ -e /var/lib/mediatomb/sqlite3.db ] && \ cp

Bug#527566: #527566 mediatomb-daemon: Installation error due to postinst script

2009-06-01 Thread Alban Browaeys
Package: mediatomb-daemon Version: 0.12.0~svn2018-3 Severity: normal I believe the -f may be added to the update-rc.d remove as in all case the init.d filez will be there (just that users upgrading from 0.11 won't be left withthe bug. BR, Alban -- System Information: Debian Release: squeeze/si

Bug#493185: v86d doesn't work from initramfs

2009-04-21 Thread Alban Browaeys
I workedaround this issue by removing the "vga=..." from the kernel command line . Having it with the video="" switch made it fails this way under my setup (could be a conflict with vesafb legacy). Is this the same issue ? Cheers, Alban -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

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

Bug#521286: debianutils: installkernel has a trailing ] after "test" line 48 . Breaks install kernel

2009-03-26 Thread Alban Browaeys
Package: debianutils Version: 2.32.2 Severity: important Removing ] line 48 of /sbin/installkernel : from if test -L "$dir/$1" ]; then to if test -L "$dir/$1" ; then fixes the issue. BR, Alban -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500,

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 UNSUBSCR

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

Bug#519905: kile: does not let user input '^' character

2009-03-15 Thread Alban Browaeys
Package: kile Version: 1:2.1.0~svn933829-1 Severity: normal I cannot input '^' in kile editor. Weird and really annoying. Cheers, Alban -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kerne

Bug#519472: education-desktop-other: should susggest gtk-qt-engine instead of gtk2-engines-gtk-qt

2009-03-12 Thread Alban Browaeys
Package: education-desktop-other Severity: minor gtk2-engines-gtk-qt is no more and was a transitional package for gtk-qt-engine for a while. Best, Alban -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture:

Bug#519428: evolution: crash on startup with sqlite3 3.6.10-1 (experimental).

2009-03-12 Thread Alban Browaeys
Package: evolution Version: 2.24.5-2 Severity: normal This issue is fixed by downgrading libsqlite3 from 3.6.10-1 to 3.5.9-6. Thus the normal severity. But the crash happens always. Please upgrade severity if sqlite3 3.6.10 is supposed to transition soon to unstable. If the problem is on sqlite3

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

Bug#518752: update-exim4.conf: line 38: $@: unbound variable

2009-03-08 Thread Alban browaeys
>From \amethyst on freenode #bash (Neil Moore) : <\amethyst> it is a bug I think <\amethyst> that you still get the error even with $...@-foo} <\amethyst> but $...@+"$@"} probably shouldn't error out <\amethyst> since ${foo+bar} does not <\amethyst> or ${foo+"$foo"} I believe this should be clo

Bug#518826: python 2.6 minimal tells python-support.pth should be shipped in dist-packages

2009-03-08 Thread Alban Browaeys
Package: python-support Version: 0.90.3 Severity: important While trying to install python2.6-minimal it fails with : new installation of python2.6-minimal; /usr/lib/python2.6/site-packages is a directory which is expected a symlink to /usr/local/lib/python2.6/dist-packages. please find the pack

Bug#518645: leafnode: missing conflict against inn2-inews

2009-03-07 Thread Alban Browaeys
Package: leafnode Version: 1.11.7.rc2-1 Severity: important Preparing to replace leafnode 1.11.7.rc2-1 (using .../leafnode_2.0.0.alpha20070602a-2_i386.deb) ... Unpacking replacement leafnode ... dpkg: error processing /var/cache/apt/archives/leafnode_2.0.0.alpha20070602a-2_i386.deb (--unpack):

Bug#518641: libpulsecore9: should conflict with libpulsecore8 not versioned

2009-03-07 Thread Alban Browaeys
Package: libpulsecore9 Severity: normal The conflict is against libpulsecore8 is not triggered because it is against libpulsecore8 0.9.14 and libpulsecore8 is at 0.9.14-1. Not important as this happens in experimental and libpulsecore8 is not in sid so the conflict could be non existant whatsoev

Bug#515131: setroubleshoot: Updated patch to not exit in the middle while calling selinuxenabled if selinux is not enabled

2009-03-07 Thread Alban Browaeys
Package: setroubleshoot Version: 2.0.12-2 Severity: normal the call to selinuxenabled in the previous patch terminate the script if selinux is not enabled. Thus the error message is not printed. This patch fixes this. Cheers, Alban -- System Information: Debian Release: squeeze/sid APT pref

Bug#515131: setroubleshoot: if patch is applied - add dependency to selinux-utils

2009-03-07 Thread Alban Browaeys
Package: setroubleshoot Version: 2.0.12-2 Severity: normal The above patch is very usefull though one need to add the dependency to selinux-utils for it to work. Thanks, Alban -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experi

Bug#518560: trac should depend upon python 2.5 or python-pysqlite2 not only the latter

2009-03-06 Thread Alban Browaeys
Package: trac Severity: important Tags: patch trac should allow the python-pysqlite2 dependecy to be fullfiled by python 2.5 builtin version. Attached patch does what zenmap and others does that is add a or condition to this dependency. -- System Information: Debian Release: squeeze/sid APT p

Bug#517149: eeepc-acpi-scripts: /etc/acpi/actions/volume.sh is incompatible with pulseaudio

2009-02-25 Thread Alban Browaeys
Package: eeepc-acpi-scripts Version: 1.0.11 Severity: normal /etc/acpi/actions/volume.sh uses amixer -q $VOLUME_LABEL 2- unmute and 2+ replacing those by 5%- and 5%+ (the value does not matter only the percent is what makes it works with pulseaudio) fixes it. Best regards, Alban -- System Inf

Bug#512419: Couldn't splashy_start_splash error -3

2009-02-10 Thread Alban Browaeys
I encountered the same issue and fixed it by downgrading libdirectfb-extra from 1.2.7-1 to 1.0.1-11. This was a mistake while upgrading experimental packages. Is your issue the same (you can test as root in a console by running "splashy test"). Best regards Alban -- To UNSUBSCRIBE, email t

Bug#503656: system-config-audit: fails to start in two cases : auditd not installed or not run as root

2008-10-27 Thread Alban Browaeys
Package: system-config-audit Version: 1.7.8-1 Severity: wishlist Could system-config-audit be run via gksu when started from the menu so one could use it on debian without having to open a terminal ? Also could a recommands or suggest on auditd be added to the control file so one could know that

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 succe

Bug#499835: libpg-java: eclipse 3.5 M2 depends on postgresql jdbc 8.3 . Please provides it.

2008-09-22 Thread Alban Browaeys
Package: libpg-java Version: 8.2-504-2 Severity: normal p2 console log (not shown in the UI) while upgrading to 3.5 M2 (http://wiki.eclipse.org/Eclipse_Project_Update_Sites). !MESSAGE Unable to satisfy dependency from org.eclipse.net4j.db.postgresql 1.0.0.v200809110620 to requiredCapability: j

Bug#498182: libxklavier12: experimental 3.7-1 suggests iso-cods instead of iso-codes

2008-09-07 Thread Alban Browaeys
Package: libxklavier12 Version: 3.7-1 Severity: normal THere is a typo in the suggest for iso-codes . The "e" is missing from the experimental package. Best regards Alban -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental')

Bug#496508: xulrunner-1.9: Invalid memory reference

2008-08-25 Thread Alban Browaeys
Package: xulrunner-1.9 Version: 1.9.0.1-1 Severity: important File: /usr/lib/xulrunner-1.9/xulrunner-stub *** Please describe what you were doing when the application crashed *** 0xe424 in ?? () #0 0xe424 in ?? () -- System Information: Debian Release: lenny/sid APT prefers unstable

Bug#492398: evolution-data-server: Program committed suicide

2008-07-25 Thread Alban Browaeys
Package: evolution-data-server Version: 2.22.3-1 Severity: important File: /usr/lib/evolution/evolution-data-server-2.22 *** Please describe what you were doing when the application crashed *** Starting evolution with a remote davical caldav server. Two calendars where bound on this server (the s

Bug#492166: dvb-apps: trying to overwrite `/usr/bin/zap', which is also in package libxdb-dev

2008-07-24 Thread Alban Browaeys
Package: dvb-apps Severity: normal # LC_ALL=C dpkg -i /var/cache/apt/archives/dvb-apps_1.1.1+rev1207-1_i386.deb (Reading database ... 1105929 files and directories currently installed.) Unpacking dvb-apps (from .../dvb-apps_1.1.1+rev1207-1_i386.deb) ... dpkg: error processing /var/cache/apt/arch

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

Bug#491370: enblend: compile cvs version with debian/ from current version

2008-07-18 Thread Alban Browaeys
Package: enblend Version: 3.0+dfsg-2 Followup-For: Bug #491370 apt-get source enblend cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/enblend co -P enblend cp -R enblend-3.0+dfsg/debian/ to the enblend/ directory replace debian/type_mismatch.dpatch with attached one add libopenexr-dev to Build-De

Bug#491370: [hugin] calling enblend with wrong option --compression - failure to assemble images

2008-07-18 Thread Alban Browaeys
Package: hugin Version: 0.7.0~svn3191-1 Severity: important --- Please enter the report below this line. --- The problem is shown in the stitch it window : nona -z PACKBITS -r ldr -m TIFF_m -o a -i 1 /tmp/huginpto_ovwf1i nona -z PACKBITS -r ldr -m TIFF_m -o a -i 2 /tmp/huginpto_ovwf1i enblend --

Bug#489869: [PATCH] fix debreaper to find correct reportbug python modules (without requiring change to reportbug )

2008-07-18 Thread Alban Browaeys
Package: debreaper Version: 0.2.1 Followup-For: Bug #489869 My first attempt required a change in reportbug.py http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491219 As per this response to my bugreport I made this new version of the patch. Best regards Alban -- System Information: Debian Rele

Bug#383386: kchmviewer: failure to render some part of chm file (prado_wiki.chm)

2008-07-17 Thread Alban Browaeys
Package: kchmviewer Version: 3.1-2 Followup-For: Bug #383386 More info : kchmviewer and okular output this while loading this file : LCHMFileImpl::ParseAndFillTopicsTree: tag is parsed, but both name and url are empty. gnochm also fails to load the API section . Only xchm works. Best regards Al

Bug#489869: debreaper: [PATCH] fix path to reportbug.py

2008-07-17 Thread Alban Browaeys
Package: debreaper Version: 0.2.1 Followup-For: Bug #489869 reportbug.py from reportbug have move to /usr/share/reportbug/reportbuglib (note the new subdirectory). This patch fix this. Best regards Alban -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500,

Bug#491219: [PATCH] python-debianbts takes precedance over /usr/share/reportbug/reportbuglib/debianbts.py

2008-07-17 Thread Alban Browaeys
ort search path. Best regards Alban -- Package-specific info: ** /home/prahal/.reportbugrc: reportbug_version "3.29.5" mode standard realname "Alban Browaeys" email "[EMAIL PROTECTED]" no-cc header "X-Debbugs-CC: [EMAIL PROTECTED]" -- System Inf

Bug#490526: libpam-usb: [PATCH] for non configured users quiet service does not apply (it is called too late in the code).

2008-07-12 Thread Alban Browaeys
Package: libpam-usb Version: 0.4.2-1.1 Severity: important Tags: patch This really fix the gksu calls (otherwise one get a * No device configured for user "root".). I moved the parsing of the options before the check for the if a user is assigned to a device. Thus the quiet option apply also

Bug#490049: could we have a gdb-dbg version ? and a switch to compat mode 5

2008-07-09 Thread Alban Browaeys
Package: gdb Version: 6.8-3.3 Severity: wishlist Sorry not to include patch but my attempt failed. I had to build gdb with DEB_BUILD_OPTIONS=nostrip to workaround my inability to build multiple -dbg packages in compat 4 mode . Even with control file changed and DEB_DH_STRIP_ARGS := --dbg-package=

Bug#490046: gdb: [PATCH] segfault while debugging eclipse 3.4 via sun jvm (thread issue)

2008-07-09 Thread Alban Browaeys
Package: gdb Version: 6.8-3.3 Severity: important Tags: patch Re: [RFC] Fix for gdb crash in "info thread" after exec(). http://sourceware.org/ml/gdb-patches/2008-05/msg00710.html fixes the issue for me though http://sourceware.org/ml/gdb-patches/2008-05/msg00727.html is told to be better (sorr

Bug#489869: debreaper: missing module reportbug

2008-07-08 Thread Alban Browaeys
Package: debreaper Version: 0.2.1 Severity: normal Traceback (most recent call last): File "/usr/share/debreaper/debreaper", line 63, in from bug_iface import * File "/usr/share/debreaper/bug_iface.py", line 7, in import reportbug ImportError: No module named reportbug is the error

Bug#489867: gnome-reportbug: ui files in wrong location

2008-07-08 Thread Alban Browaeys
Package: gnome-reportbug Version: 0.2.1 Severity: normal reportbug_ui_gnome2.py and pyc are in /usr/share/reportbug instead of /usr/share/reportbug/reportbuglib Thus one ends up with : $ reportbug debreaper Traceback (most recent call last): File "/usr/bin/reportbug", line 1820, in main()

Bug#484382: epiphany-gecko: Program committed suicide

2008-06-03 Thread Alban Browaeys
Package: epiphany-gecko Version: 2.22.1.1-1 Severity: important File: /usr/bin/epiphany-gecko *** Please describe what you were doing when the application crashed *** [Thread debugging using libthread_db enabled] [New Thread 0xb5e48a00 (LWP 6033)] [New Thread 0xac7f3b90 (LWP 6095)] [New Thread 0x

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

Bug#473543: grub-common: if grub.cfg is to big grub-pc (and maybe others) fails to load it and reboot infinitely

2008-04-02 Thread Alban Browaeys
On lun, 2008-03-31 at 14:43 +0200, Robert Millan wrote: > On Mon, Mar 31, 2008 at 11:15:16AM +0200, Alban Browaeys wrote: > > Package: grub-common > > Version: 1.96+20080228-1 > > Severity: important > > > > While testing a lot of kernels I found that if I hav

Bug#473543: grub-common: if grub.cfg is to big grub-pc (and maybe others) fails to load it and reboot infinitely

2008-03-31 Thread Alban Browaeys
Package: grub-common Version: 1.96+20080228-1 Severity: important While testing a lot of kernels I found that if I have more than around 25 of them with long name (git versions) grub fails to load grub.cfg at boot and restart the computer. I don't know if this is the number of lines or the size

Bug#473112: [Splashy-devel] Bug#473112: splashy: breaks udev - log_daemon_msg does not play well with -e switch from udev script

2008-03-28 Thread Alban Browaeys
On ven, 2008-03-28 at 15:58 +0100, John Hughes wrote: > So it would be simpler to get rid of the "pidof splashy" call: > > splashy_update "scroll $1: $2" 2>/dev/null || true > But doing some tests it looks like most (all?) shells don't treat a > command that contains && as an error: > >

Bug#473112: splashy: breaks udev - log_daemon_msg does not play well with -e switch from udev script

2008-03-28 Thread Alban Browaeys
Package: splashy Version: 0.3.8-1 Severity: important Tags: patch udev use sh -e and fails in log_daemon_msg because pidof splashy fails . The patch fix it (this only happens when splashy is started from initramfs though the fix is rational in any case). Best regards Alban -- System Informatio

<    1   2   3   4   5   >