graphics/librsvg2: missing plugin using libxul

barbara barbara.xxx1975 at libero.it
Tue Apr 28 22:49:50 UTC 2009


Hello,
installing librsvg2 WITH_MOZILLA_PLUGIN, using WITH_GECKO=libxul, result in a missing plugin.

$ ls -l /usr/local/lib/browser_plugins/symlinks/gecko18/libmozsvgdec.so
lrwxr-xr-x  1 root  wheel  55 Apr 27 01:16 /usr/local/lib/browser_plugins/symlinks/gecko18/libmozsvgdec.so -> /usr/local/lib/browser_plugins/librsvg2/libmozsvgdec.so

$ ls /usr/local/lib/browser_plugins/librsvg2/libmozsvgdec.so                                                       
ls: /usr/local/lib/browser_plugins/librsvg2/libmozsvgdec.so: No such file or directory


If this can help, the following are the differences in the config.log after running "make WITH_MOZILLA_PLUGIN=yes WITH_GECKO=firefox configure" and "make WITH_MOZILLA_PLUGIN=yes WITH_GECKO=libxul configure":

@@ -494,11 +494,23 @@
 configure:15258: found /usr/local/bin/gdk-pixbuf-query-loaders
 configure:15271: result: /usr/local/bin/gdk-pixbuf-query-loaders
 configure:15373: checking for MOZILLA
-configure:15381: $PKG_CONFIG --exists --print-errors "firefox-plugin"
-configure:15384: $? = 0
-configure:15399: $PKG_CONFIG --exists --print-errors "firefox-plugin"
-configure:15402: $? = 0
-configure:15440: result: yes
+configure:15381: $PKG_CONFIG --exists --print-errors "libxul-plugin"
+gnome-config: not found
+Package libxul-plugin was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libxul-plugin.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libxul-plugin' found
+configure:15384: $? = 1
+configure:15399: $PKG_CONFIG --exists --print-errors "libxul-plugin"
+gnome-config: not found
+Package libxul-plugin was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libxul-plugin.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libxul-plugin' found
+configure:15402: $? = 1
+No package 'libxul-plugin' found
+configure:15430: result: no
+configure:15432: WARNING: mozilla-config not found. Mozilla/Netscape plugin will not be built
 configure:15503: checking whether to build gtk-doc documentation
 configure:15505: result: no
 configure:15512: checking for gtkdoc-check
@@ -690,8 +702,6 @@
 pkg_cv_LIBGSF_LIBS='-L/usr/local/lib -lgsf-1 -lgobject-2.0 -lxml2 -lglib-2.0  '
 pkg_cv_LIBRSVG_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/cairo -I/usr/local/include/pixman-1  '
 pkg_cv_LIBRSVG_LIBS='-pthread -L/usr/local/lib -lgdk_pixbuf-2.0 -lxml2 -lpangocairo-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lcairo -lpng -lz -lm -lfontconfig -lfreetype  '
-pkg_cv_MOZILLA_CFLAGS='-I/usr/local/include/firefox/java -I/usr/local/include/firefox/plugin -I/usr/local/include/nspr  '
-pkg_cv_MOZILLA_LIBS='-pthread -L/usr/local/lib -lplds4 -lplc4 -lnspr4  '
 
 ## ----------------- ##
 ## Output variables. ##
@@ -784,9 +794,9 @@
 MAINTAINER_MODE_FALSE=''
 MAINTAINER_MODE_TRUE='#'
 MAKEINFO='${SHELL} /usr/ports/graphics/librsvg2/work/librsvg-2.26.0/missing --run makeinfo'
-MOZILLA_CFLAGS='-I/usr/local/include/firefox/java -I/usr/local/include/firefox/plugin -I/usr/local/include/nspr  '
+MOZILLA_CFLAGS=''
 MOZILLA_CONFIG='no'
-MOZILLA_LIBS='-pthread -L/usr/local/lib -lplds4 -lplc4 -lnspr4  '
+MOZILLA_LIBS=''
 NM='/usr/bin/nm -B'
 NMEDIT=''
 OBJDUMP='objdump'
@@ -817,8 +827,8 @@
 VERSION_INFO='28:0:26'
 WITH_LIBGSF_FALSE='#'
 WITH_LIBGSF_TRUE=''
-WITH_MOZILLA_FALSE='#'
-WITH_MOZILLA_TRUE=''
+WITH_MOZILLA_FALSE=''
+WITH_MOZILLA_TRUE='#'
 XMKMF=''
 X_CFLAGS=''
 X_EXTRA_LIBS=''



Regards
Barbara




More information about the freebsd-gnome mailing list