Bug#526073: gvfs: FTBFS on non-linux ports
Samuel Thibault
samuel.thibault at ens-lyon.org
Wed Apr 29 02:11:45 UTC 2009
Package: gvfs
Version: 1.0.3-3
Severity: important
Tags: patch
Hello,
gvfs currently FTBFS on non-linux ports because it build-depends on
several linux-only packages, see attached patch. The gvfs-fuse package
should also be enabled only for linux archs, else we get:
dh_install -pgvfs-fuse
cp: cannot stat `./debian/tmp/usr/lib/gvfs/gvfs-fuse-daemon': No such
file or directory
Samuel
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29 (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 gvfs depends on:
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libdbus-1-3 1.2.12-1 simple interprocess messaging syst
ii libgconf2-4 2.26.0-1 GNOME configuration database syste
ii libglib2.0-0 2.20.0-2 The GLib library of C routines
ii libgvfscommo 1.0.3-3 userspace virtual filesystem - lib
ii libhal1 0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
Versions of packages gvfs recommends:
ii dbus 1.2.12-1 simple interprocess messaging syst
ii hal 0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer
Versions of packages gvfs suggests:
pn gvfs-backends <none> (no description available)
-- no debconf information
--
Samuel
<s> bah, j'aime bien les feux d'artifices, mais j'ai peur de me prendre un boeing sur le coin de la gueule si je vais sur le pont de brooklyn
-+- #ens-mim - 11 septembre forever -+-
-------------- next part --------------
--- debian/control.in.orig 2009-04-28 23:08:27.000000000 +0000
+++ debian/control.in 2009-04-28 23:29:13.000000000 +0000
@@ -11,10 +11,10 @@
libglib2.0-dev (>= 2.17.6),
libdbus-1-dev,
libdbus-glib-1-dev,
- libfuse-dev,
+ libfuse-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
libexpat1-dev,
libsmbclient-dev (>= 3.0),
- libcdio-paranoia-dev (>= 0.78.2),
+ libcdio-paranoia-dev (>= 0.78.2) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
libhal-dev (>= 0.5.10),
libsoup2.4-dev (>= 2.23.91),
libgconf2-dev,
@@ -23,7 +23,7 @@
libgphoto2-2-dev (>= 2.4.0),
libgnome-keyring-dev,
libxml2-dev,
- libbluetooth-dev (>= 3.12),
+ libbluetooth-dev (>= 3.12) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
libltdl-dev,
libarchive-dev,
openssh-client
More information about the pkg-gnome-maintainers
mailing list