Bug#309195: epiphany-browser should Build-Depend on libgnomevfs2-dev (>= 2.9.2)

Kurt Roeckx Kurt Roeckx <kurt@roeckx.be>, 309195@bugs.debian.org
Sun, 15 May 2005 14:56:55 +0200


Package: epiphany-browser
Version: 1.6.3-1
Severity: serious
Tags: experimental

Hi,

When building the package in experimental, it fails with:
checking for              glib-2.0 >= 2.6.0               pango >= 1.8.0
 gtk+-2.0 >= 2.6.3                libxml-2.0 >= 2.6.12            libxslt >= 1.1.7                libgnomeui-2.0 >= 2.6.0                 libglade-2.0 >= 2.3.1
  bonobo-activation-2.0                   ORBit-2.0               gnome-vfs-2.0
>= 2.9.2                  gnome-vfs-module-2.0            gconf-2.0
 gnome-desktop-2.0 >= 2.9.91              libstartup-notification-1.0
 ... Requested 'gnome-vfs-2.0 >= 2.9.2' but version of gnome-vfs is 2.8.4
configure: error: Library requirements (                  glib-2.0 >= 2.6.0
 pango >= 1.8.0                   gtk+-2.0 >= 2.6.3               libxml-2.0 >=
2.6.12            libxslt >= 1.1.7                libgnomeui-2.0 >= 2.6.0
 libglade-2.0 >= 2.3.1            bonobo-activation-2.0                   ORBit-2.0               gnome-vfs-2.0 >= 2.9.2                  gnome-vfs-module-2.0
 gconf-2.0                gnome-desktop-2.0 >= 2.9.91             libstartup-notification-1.0             ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.


It currently build depends on libgnomevfs2-dev (>= 2.3.1),
which should probably be changed to (>= 2.9.2)

You should probably check the other versions too.  For
instance it it shows lixbml-2.0 >= 2.6.12 while you build
depend on libxml2-dev (>= 2.6.11)


Kurt