Bug#732993: libc-bin: scanf %f doesn't parse 0e+0 correctly

2013-12-23 Thread Jean-Pierre Flori
Package: libc-bin
Version: 2.18-0experimental0
Severity: normal
Tags: upstream

Dear Maintainer,

glibc 2.18 scanf function cannot parse correctly floating points.
In particular this prevents the build of ATLAS.
This has been reported upstream and will be fixed in 2.19.
See:
* https://sourceware.org/bugzilla/show_bug.cgi?id=15917
Would you consider backporting the fix to 2.18?

Best,
jp

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

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

Versions of packages libc-bin depends on:
ii  libc62.18-0experimental0
ii  libcap2  1:2.22-1.2

libc-bin recommends no packages.

libc-bin suggests no packages.

-- no debconf information


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



Bug#622369: autoconf-archive: with dash as shell, ax_prefix_config_h has a wrong behavior

2011-04-12 Thread Jean-Pierre Flori
Package: autoconf-archive
Version: 20090426-1
Severity: important

The latest dash from experimental (0.5.6.1-1~exp2) gets selected as shell when 
running
some configure scripts whereas bash was before.
(I know get #! /bin/sh instead of #! /bin/bash on top config.status 
generated by configure)
The change could result from the following test (in ac_init I guess?) which 
dash did not pass before:
if test $as_have_required = yes(eval :
(as_func_return () {
  (exit \$1)
}

  as_lineno_1=\$LINENO
  as_lineno_2=\$LINENO
  test \x\$as_lineno_1\ != \x\$as_lineno_2\ 
  test \x\`expr \$as_lineno_1 + 1\`\ = \x\$as_lineno_2\) || { (exit 1); 
exit 1; }
) 2 /dev/null; then
(It may be related to recent LINENO support ?)

Then the code produced by the macro AX_PREFIX_CONFIG_H has an incorrect 
behavior because of those lines:
echo s/#undef  *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]\\)/#undef 
$ac_prefix_conf_UPP_\\1/  conftest.prefix
echo s/#undef  *\\([abcdefghijklmnopqrstuvwxyz]\\)/#undef 
$ac_prefix_conf_LOW_\\1/  conftest.prefix
echo s/#define  
*\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef
 $ac_prefix_conf_UPP_\\1 \\  conftest.prefix
echo #define $ac_prefix_conf_UPP_\\1 \\2 \\  conftest.prefix
echo #endif/ conftest.prefix
echo s/#define  
*\\([abcdefghijklmnopqrstuvwxyz][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef
 $ac_prefix_conf_LOW_\\1 \\  conftest.prefix
echo #define $ac_prefix_conf_LOW_\\1 \\2 \\  conftest.prefix
echo #endif/  conftest.prefix
where \\1 and \\2 get transformed into the Unicode characters U+0001 and U+0002.
With bash they used to produce \1 and \2 (as intended I guess).

Not sure if this should have been reported here or on autoconf or dash page or 
anywhere else.

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

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

autoconf-archive depends on no packages.

Versions of packages autoconf-archive recommends:
ii  autoconf  2.68-1 automatic configure script builder

autoconf-archive suggests no packages.

-- no debconf information



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



Bug#593810: Segfault in libc by cupsd

2011-03-29 Thread Jean-Pierre Flori
Hi,

 Sounds roughly like http://bugs.debian.org/570638.  Is this still
 reproducible?  Could you try cups 1.4.3 and 1.4.4 (available from
 snapshot.debian.org) to see if the problem goes away between?


I've had to reinstall my system a few weeks ago, and I have no problems anymore.
It could related to an update of cups (currently using 1.4.6-3) or
some changes in my system configuration (even if I tried to reset
everything several times, delete old jobs, etc on my old system
without any luck, of course I could have missed something).
Anyway, my cups server did not segfault since then (and I printed a
lot of things).
So the problem is gone for me.

Cheers,

-- 
Jean-Pierre Flori



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



Bug#601389: evince: Glitches when printing pdf file

2010-10-25 Thread Jean-Pierre Flori
Package: evince
Version: 2.30.3-1
Severity: normal

When printing some pdf files, some characters get printed in a wrong place, 
as if they were horizontally shifted to the right.
It happens when the preview is generated, and when printing to a file or a real 
printer.
The pdf located at http://eprint.iacr.org/2009/606 produce a wrong output, look 
especially at the section titles.
It often happens with pdfs produced from latex files but could be unrelated.
Using acroread to print the same file to the same real printer gives a correct 
result, so I filed the bug here and not under Cups package.

It also happened using evince within a VM running Ubuntu Maverick up to date.

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

Kernel: Linux 2.6.36-rc6-jp (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages evince depends on:
ii  evince-common 2.30.3-1   Document (postscript, pdf) viewer 
ii  gconf22.31.5-1   GNOME configuration database syste
ii  gnome-icon-theme  2.30.3-1   GNOME Desktop icon theme
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcairo2 1.9.14-1   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.4.0-1simple interprocess messaging syst
ii  libdbus-glib-1-2  0.88-2 simple interprocess messaging syst
ii  libevince22.30.3-1   Document (postscript, pdf) renderi
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2FreeType 2 font engine, shared lib
ii  libgconf2-4   2.31.5-1   GNOME configuration database syste
ii  libglib2.0-0  2.27.0-1   The GLib library of C routines
ii  libgnome-keyring0 2.30.1-1   GNOME keyring services library
ii  libgtk2.0-0   2.22.0-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libnautilus-extension12.30.1-2   libraries for nautilus components 
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxml2   2.7.7.dfsg-4   GNOME XML library
ii  shared-mime-info  0.71-3 FreeDesktop.org shared MIME databa
ii  zlib1g1:1.2.5.dfsg-1 compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11  1.4.0-1simple interprocess messaging syst
ii  gvfs  1.6.4-2userspace virtual filesystem - ser

Versions of packages evince suggests:
ii  nautilus  2.30.1-2   file manager and graphical shell f
pn  poppler-data  none (no description available)
ii  unrar 1:3.9.10-1 Unarchiver for .rar files (non-fre

-- no debconf information



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



Bug#575177: plymouth: Glitches

2010-09-17 Thread Jean-Pierre Flori
Package: plymouth
Version: 0.8.3-9
Severity: normal

I checked the two files you mentionned above and they contain ...attach..., 
however I still have glitches with the text plugin on two different systems.
After some time (I guess when it enters runlevel ?), the progress bar is 
duplicated (just as if I pushed the enter key)  and some text of services 
starting is printed on the screen (as is I did not use Plymouth) and it goes on 
like that until GDM is up.


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

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

Versions of packages plymouth depends on:
ii  initramfs-tools   0.98.3 tools for generating an initramfs
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcairo2 1.9.14-1   The Cairo 2D vector graphics libra
ii  libdrm-intel1 2.4.21-2   Userspace interface to intel-speci
ii  libdrm-nouveau1   2.4.21-2   Userspace interface to nouveau-spe
ii  libdrm-radeon12.4.21-2   Userspace interface to radeon-spec
ii  libdrm2   2.4.21-2   Userspace interface to kernel DRM 
ii  libglib2.0-0  2.25.15-1  The GLib library of C routines
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  libpng12-01.2.44-1   PNG library - runtime

Versions of packages plymouth recommends:
ii  fontconfig-config 2.8.0-2.1  generic font configuration library
ii  plymouth-themes-all   0.8.3-9Graphical Boot Animation and Logge
ii  ttf-dejavu-core   2.31-1 Vera font family derivate with add

Versions of packages plymouth suggests:
ii  gdm   2.20.11-2  GNOME Display Manager

-- no debconf information



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



Bug#595178: plymouth: bug still present

2010-09-17 Thread Jean-Pierre Flori
Package: plymouth
Version: 0.8.3-9
Severity: normal

Same problem here on two different machines.
I am also using GDM.

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

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

Versions of packages plymouth depends on:
ii  initramfs-tools   0.98.3 tools for generating an initramfs
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcairo2 1.9.14-1   The Cairo 2D vector graphics libra
ii  libdrm-intel1 2.4.21-2   Userspace interface to intel-speci
ii  libdrm-nouveau1   2.4.21-2   Userspace interface to nouveau-spe
ii  libdrm-radeon12.4.21-2   Userspace interface to radeon-spec
ii  libdrm2   2.4.21-2   Userspace interface to kernel DRM 
ii  libglib2.0-0  2.25.15-1  The GLib library of C routines
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  libpng12-01.2.44-1   PNG library - runtime

Versions of packages plymouth recommends:
ii  fontconfig-config 2.8.0-2.1  generic font configuration library
ii  plymouth-themes-all   0.8.3-9Graphical Boot Animation and Logge
ii  ttf-dejavu-core   2.31-1 Vera font family derivate with add

Versions of packages plymouth suggests:
ii  gdm   2.20.11-2  GNOME Display Manager

-- no debconf information



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



Bug#587353:

2010-07-02 Thread Jean-Pierre Flori
I had the same bug, resolved it the same way, but was too lazy to report it.
By the way it wasn't only a problem for init scripts (which however
was quite problematic, preventing the system from booting correctly),
but also for some other scripts.
Typically the iceweasel command which is a shell script didn't work,
whereas running directly the binary was not a problem.
Potentially it could affect more scripts.

Regards,
-- 
Jean-Pierre Flori



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



Bug#551657:

2009-10-20 Thread Jean-Pierre Flori
Thanks for the quick fix !
Unfortunately in the new postinst and postrm files you typed something with
xen?-linux in your regexp and it doesn't match the new value of kimage
(xen0-linux in my case).
I guess xen[0u]-linux would do the trick.

By the way you could also change the package_name variable in those files to
reflect the new package name (even if the current situation doesn't seem
harmful).
Right know it's still equal to linux-image

-- 
Jean-Pierre Flori


Bug#551551:

2009-10-19 Thread Jean-Pierre Flori
I can confirm the same problem on my system testing with qemu or VirtualBox.
/lib/udev/path_id reports a path without any -scsi or -ide so the main
partition (/dev/hda) is ignored by is_nice_device and the partition
(/dev/hda1) with the live system doesn't get checked in find_livefs.

For the /lib/udev/vol_id issue, it's not included in udev anymore so
/sbin/blockid should be used instead.
In /usr/share/initramfs-tool/scripts/live-helpers, /lib/udev/vol_id
-[t|l] should be replaced by something like /sbin/blkid -s [TYPE|LABEL] -o
value and in /usr/share/initramfs-tool/scripts/live-bottom/12fstab
/lib/udev/vol_id by /sbin/blkid -o udev.
It seems to work on my system.

-- 
Jean-Pierre Flori


Bug#551657: kernel-package: postinst file for xen kernel should be modified

2009-10-19 Thread Jean-Pierre Flori
Package: kernel-package
Version: 12.022
Severity: normal

With the latest changes, kernels built with Xen support aren't called vmlinuz 
anymore.
However the postinst file produced and included in the .deb package still looks 
for an vmlinuz image.
kimage variable equals bzImage as for a normal kernel and gets replaced by 
vmlinuz.
It should be replaced by xenu-linux or xen0-linux depending on which 
options were configured.

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

Kernel: Linux 2.6.31-666-jp (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kernel-package depends on:
ii  binutils  2.20-1 The GNU assembler, linker and bina
ii  build-essential   11.4   Informational list of build-essent
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  file  5.03-2 Determines file type using magic
ii  gettext   0.17-8 GNU Internationalization utilities
ii  make  3.81-6 An utility for Directing compilati
ii  module-init-tools 3.11-1 tools for managing Linux kernel mo
ii  po-debconf1.0.16 tool for managing templates file t
ii  util-linux2.16.1-4   Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio  2.10-1 GNU cpio -- a program to manage ar

Versions of packages kernel-package suggests:
ii  bzip21.0.5-3 high-quality block-sorting file co
pn  docbook-utilsnone  (no description available)
ii  e2fsprogs1.41.9-1ext2/ext3/ext4 file system utiliti
ii  initramfs-tools  0.93.4  tools for generating an initramfs
pn  libdb3-dev   none  (no description available)
ii  libncurses5-dev  5.7+20090803-2  developer's libraries and docs for
ii  linux-source-2.6 2.6.30-8Linux kernel source for version 2.
ii  linux-source-2.6 2.6.31-1~experimental.2 Linux kernel source for version 2.
pn  xmltonone  (no description available)

-- no debconf information



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



Bug#547149: Problem now occurring in unstable

2009-10-06 Thread Jean-Pierre Flori
The udev package was updated in unstable (now version 146-4 or 146-3
depending on arch), so the same bug occurs with a live image created without
experimental packages.

-- 
Jean-Pierre Flori


Bug#547149: live-initramfs: udev hook doesn't include cdrom_id anymore

2009-09-17 Thread Jean-Pierre Flori
Package: live-initramfs
Version: 1.157.3-1
Severity: important

The udev hook (/usr/share/initramfs-tools/hooks/udev) from the udev package in 
experimental (version 146-2) doesn't include /lib/udev/cdrom_id in the initrd 
anymore, but the live-initramfs script 
(/usr/share/initramfs-tools/scripts/live) uses it (line 1480).
Because of that the live system created by live-helper package fails to boot 
(cdrom_id not found).
Everything is fine with the udev from unstable, which includes cdrom_id, 
installed.
A similar bug was reported here 
https://bugs.launchpad.net/ubuntu/+source/live-initramfs/+bug/254360 for Ubuntu 
and here http://lists.debian.org/debian-live/2009/06/msg00124.html on 
debian-live mailing list.

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

Kernel: Linux 2.6.30-666-jp (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages live-initramfs depends on:
ii  busybox   1:1.14.2-2 Tiny utilities for small and embed
ii  file  5.03-1 Determines file type using magic
ii  initramfs-tools   0.93.4 tools for generating an initramfs
ii  sudo  1.7.2p1-1  Provide limited super user privile
ii  udev  146-2  /dev/ and hotplug management daemo
pn  user-setupnone (no description available)

Versions of packages live-initramfs recommends:
ii  cryptsetup  2:1.0.7-2configures encrypted block devices
ii  eject   2.1.5+deb1+cvs20081104-6 ejects CDs and operates CD-Changer
ii  uuid-runtime2.16-3   runtime components for the Univers
ii  wget1.11.4-4 retrieves files from the web

Versions of packages live-initramfs suggests:
pn  curlftpfs none (no description available)
pn  genext2fs none (no description available)
pn  httpfs2   none (no description available)
pn  loop-aes-utilsnone (no description available)
pn  mtd-tools none (no description available)
pn  squashfs-toolsnone (no description available)



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



Bug#512419: libsplashy1 should depend on a specific libdirectfb-extra version

2009-09-15 Thread Jean-Pierre Flori
Package: libsplashy1
Version: 0.3.13-5
Severity: normal

I had the same error message as previously reported, so i checked my 
libdirectfb and libdirectfb-extra versions and found that libdirectfb-extra got 
updated to version 1.4 because i use experimental repository.
Downgrading libdirectfb-extra to unstable, ie 1.2 version, made splashy work 
again.
So I guess libsplashy1 dependencies should forbid libdirectfb-extra version 1.4.
Or the libdirectfb-extra package could be split according to its version (just 
like libdirectfb) and libsplashy1 depend on one of these specific package.
I don't know if it's a splashy or a libdirectfb-extra bug so feel free to move 
this report elsewhere.

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

Kernel: Linux 2.6.30-666-jp (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libsplashy1 depends on:
ii  libc6   2.10.1-0exp1 GNU C Library: Shared libraries
ii  libdirectfb-1.2-0   1.2.8-4  direct frame buffer graphics - sha
ii  libdirectfb-extra   1.2.8-4  direct frame buffer graphics - ext
ii  libglib2.0-02.21.6-1 The GLib library of C routines

libsplashy1 recommends no packages.

libsplashy1 suggests no packages.

-- no debconf information



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



Bug#540324: RFP: python-djvulibre -- python-djvulibre is a set of Python bindings for the DjVuLibre library, an open source implementation of DjVu.

2009-08-07 Thread Jean-Pierre Flori
Package: wnpp
Severity: wishlist


* Package name: python-djvulibre
  Version : 0.1.11
  Upstream Author : Jakub Wilk
* URL : http://jwilk.net/software/python-djvulibre.html
* License : (GPL, GPLv2)
  Programming Lang: (C, Python)
  Description : python-djvulibre is a set of Python bindings for the 
DjVuLibre library, an open source implementation of DjVu.

python-djvulibre is a set of Python bindings for the DjVuLibre library, an open 
source implementation of DjVu.



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



Bug#540326: /etc/firestarter/firestarter.sh stop action assumes mangle and nat tables exist

2009-08-07 Thread Jean-Pierre Flori
Package: firestarter
Version: 1.0.3-7
Severity: wishlist

The stop action in the script /etc/firestarter/firestarter.sh assumes mangle 
and nat tables exist and tries to flush them.
When they don't (custom kernel...), the script exists with an error return code 
even if everything that should have been stopped/flushed have been.
Because of that the firestarter GUI doesn't think the firewall have been 
stopped and reports an error and continues to report the firewall as active.
Including a simple check just like the one made in /etc/firestarter/firewall 
with nat_supported and mangle_supported variables solves the problem.

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

Kernel: Linux 2.6.30-666-jp (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages firestarter depends on:
ii  gconf22.26.2-3   GNOME configuration database syste
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  iptables  1.4.4-2administration tools for packet fi
ii  libart-2.0-2  2.3.20-2   Library of functions for 2D graphi
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.24.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.24.1-1   The Bonobo UI library
ii  libc6 2.9-23+multiarch.2 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.26.2-3   GNOME configuration database syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.21.4-1   The GLib library of C routines
ii  libgnome2-0   2.26.0-1   The GNOME library - runtime files
ii  libgnomecanvas2-0 2.26.0-1   A powerful object-oriented display
ii  libgnomeui-0  2.24.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.24.1-3 GNOME Virtual File System (runtime
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  liborbit2 1:2.14.17-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libpixman-1-0 0.15.14-1  pixel-manipulation library for X a
ii  libpng12-01.2.38-1   PNG library - runtime
ii  libpopt0  1.14-4 lib for parsing cmdline parameters
ii  libsm62:1.1.0-2  X11 Session Management library
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxcb-render-util0   0.3.5-1utility libraries for X C Binding 
ii  libxcb-render01.4-1  X C Binding, render extension
ii  libxcb1   1.4-1  X C Binding
ii  libxml2   2.7.3.dfsg-2+b1GNOME XML library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

firestarter recommends no packages.

Versions of packages firestarter suggests:
pn  dhcp3-server  none (no description available)

-- no debconf information



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



Bug#540091: Missing libuuid.so

2009-08-06 Thread Jean-Pierre Flori
As far as I am concerned, libuuid.so.1 was missing and i couldn't
launch googleearth, skype and wine anymore.
Manually unpacking the lib and symlink from i386 package to
/usr/lib32/ fixed the problem.

-- 
Jean-Pierre Flori



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



Bug#475230: patch and new upstream version ?

2009-02-17 Thread Jean-Pierre Flori
I guess the patch didn't make it into the debian package because the
extension doesn't work in nautilus from experimental (2.24.2-2).
I think a new version has also been released (
http://gentoo.ovibes.net/nautilus-share/nautilus-share-0.7.2.tar.gz) and is
used in Ubuntu.

thanx

-- 
Jean-Pierre Flori