Package: yelp Version: 2.26.0-2 Severity: wishlist Tags: patch Please read http://glandium.org/blog/?p=416.
Yelp may have a problem running properly when xulrunner-1.9.1 is installed. Please try forcing to use xulrunner-1.9.1 with one of the methods given in the above blog post, inverting 1.9.1 and 1.9, as the instructions are to force using xulrunner 1.9. If it causes problems, please apply the attached patch. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages yelp depends on: ii docbook-xml 4.5-6 standard XML documentation system, ii gconf2 2.26.2-1 GNOME configuration database syste ii gnome-doc-utils 0.16.1-1 a collection of documentation util ii libatk1.0-0 1.26.0-1 The ATK accessibility toolkit ii libbz2-1.0 1.0.5-3 high-quality block-sorting file co ii libc6 2.9-13 GNU C Library: Shared libraries ii libdbus-glib-1-2 0.80-4 simple interprocess messaging syst ii libgcc1 1:4.4.0-7 GCC support library ii libgconf2-4 2.26.2-1 GNOME configuration database syste ii libglade2-0 1:2.6.4-1 library to load .glade files at ru ii libglib2.0-0 2.20.4-1 The GLib library of C routines ii libgnome2-0 2.26.0-1 The GNOME library - runtime files ii libgnomeui-0 2.24.1-1 The GNOME 2 libraries (User Interf ii libgtk2.0-0 2.16.4-1 The GTK+ graphical user interface ii libpango1.0-0 1.24.3-1 Layout and rendering of internatio ii librarian0 0.8.1-3 Rarian is a documentation meta-dat ii libstartup-notificatio 0.10-1 library for program launch feedbac ii libstdc++6 4.4.0-7 The GNU Standard C++ Library v3 ii libx11-6 2:1.2.1-1 X11 client-side library ii libxml2 2.7.3.dfsg-1.1 GNOME XML library ii libxslt1.1 1.1.24-2 XSLT processing library - runtime ii man-db 2.5.5-2 on-line manual pager ii xml-core 0.12 XML infrastructure and XML catalog ii xulrunner-1.9 1.9.0.11-1 XUL + XPCOM application runner ii zlib1g 1:1.2.3.3.dfsg-14 compression library - runtime Versions of packages yelp recommends: pn gnome-user-guide <none> (no description available) ii ttf-dejavu 2.29-2 Metapackage to pull in ttf-dejavu- yelp suggests no packages. -- no debconf information
--- ./yelp-2.26.0/src/yelp-gecko-utils.cpp.orig 2009-07-11 21:25:52.254710336 +0200 +++ ./yelp-2.26.0/src/yelp-gecko-utils.cpp 2009-07-11 21:26:06.190702627 +0200 @@ -214,7 +214,7 @@ #ifdef XPCOM_GLUE static const GREVersionRange greVersion = { "1.9a", PR_TRUE, - "2", PR_TRUE + "1.9.1", PR_FALSE }; char xpcomLocation[PATH_MAX]; rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, sizeof (xpcomLocation));