Advertisement
shakaran

jbuild yep-xsl failed

Feb 18th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.28 KB | None | 0 0
  1. jhbuild build yelp-xsl
  2. *** Verificando itstool *** [1/2]
  3. *** Omitiendo itstool (paquete y dependencias no actualizados) *** [1/2]
  4. *** Verificando yelp-xsl *** [2/2]
  5. git remote set-url origin git://git.gnome.org/yelp-xsl
  6. git remote update origin
  7. Fetching origin
  8. git pull --rebase
  9. Current branch master is up to date.
  10. *** Configurando yelp-xsl *** [2/2]
  11. ./autogen.sh --prefix /opt/gnome --libdir '/opt/gnome/lib'  --disable-static --disable-gtk-doc
  12. autoreconf: Entering directory `.'
  13. autoreconf: configure.ac: not using Gettext
  14. autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
  15. autoreconf: configure.ac: tracing
  16. autoreconf: configure.ac: not using Libtool
  17. autoreconf: running: /opt/gnome/bin/autoconf --force
  18. autoreconf: configure.ac: not using Autoheader
  19. autoreconf: running: automake --add-missing --copy --force-missing
  20. doc/yelp-xsl/Makefile.am:12: filter-out %db2html-suppressed.xsl,            \
  21. doc/yelp-xsl/Makefile.am:12:    $(sort $(patsubst ./%, %,                   \
  22. doc/yelp-xsl/Makefile.am:12:      $(foreach dir,$(xsldoc_dirs: non-POSIX variable name
  23. doc/yelp-xsl/Makefile.am:12: (probably a GNU make extension)
  24. doc/yelp-xsl/Makefile.am:12: wildcard $(dir: non-POSIX variable name
  25. doc/yelp-xsl/Makefile.am:12: (probably a GNU make extension)
  26. doc/yelp-xsl/Makefile.am:15: sort $(foreach xsl,$(xsldoc_xsls: non-POSIX variable name
  27. doc/yelp-xsl/Makefile.am:15: (probably a GNU make extension)
  28. doc/yelp-xsl/Makefile.am:15: basename $(notdir $(xsl: non-POSIX variable name
  29. doc/yelp-xsl/Makefile.am:15: (probably a GNU make extension)
  30. doc/yelp-xsl/Makefile.am:16: patsubst %, C/%.page, $(xsldoc_base: non-POSIX variable name
  31. doc/yelp-xsl/Makefile.am:16: (probably a GNU make extension)
  32. doc/yelp-xsl/Makefile.am:24: filter %/$(basename $(notdir $@: non-POSIX variable name
  33. doc/yelp-xsl/Makefile.am:24: (probably a GNU make extension)
  34. doc/yelp-xsl/Makefile.am:36: wildcard C/*.page: non-POSIX variable name
  35. doc/yelp-xsl/Makefile.am:36: (probably a GNU make extension)
  36. xslt/docbook/html/Makefile.am:30: wildcard db*.xsl: non-POSIX variable name
  37. xslt/docbook/html/Makefile.am:30: (probably a GNU make extension)
  38. autoreconf: Leaving directory `.'
  39. configure: WARNING: unrecognized options: --disable-static, --disable-gtk-doc
  40. checking for a BSD-compatible install... /home/shakaran/.local/bin/install-check
  41. checking whether build environment is sane... yes
  42. checking for a thread-safe mkdir -p... /bin/mkdir -p
  43. checking for gawk... gawk
  44. checking whether make sets $(MAKE)... yes
  45. checking for gawk... (cached) gawk
  46. checking for itstool... itstool
  47. checking for pkg-config... /opt/gnome/bin/pkg-config
  48. checking pkg-config is at least version 0.9.0... yes
  49. checking for YELP_XSL... no
  50. configure: error: Package requirements (
  51.     libxml-2.0 >= 2.6.12
  52.     libxslt    >= 1.1.8
  53. ) were not met:
  54.  
  55. No package 'libxml-2.0' found
  56. No package 'libxslt' found
  57.  
  58. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  59. installed software in a non-standard prefix.
  60.  
  61. Alternatively, you may set the environment variables YELP_XSL_CFLAGS
  62. and YELP_XSL_LIBS to avoid the need to call pkg-config.
  63. See the pkg-config man page for more details.
  64. *** Error durante la fase configure de yelp-xsl: ########## Error de ejecución ./autogen.sh --prefix /opt/gnome --libdir '/opt/gnome/lib'  --disable-static --disable-gtk-doc  *** [2/2]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement