Advertisement
Guest User

splashy-full error1

a guest
Apr 28th, 2011
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.81 KB | None | 0 0
  1. the compilation of splashy-full, 2 errors found in xml_parser.c
  2.  
  3.  
  4.  
  5.  
  6. splashy 0.3.13
  7.  
  8. Print debugging messages...... :
  9.  
  10. configure complete, now type 'make'
  11.  
  12. make  all-recursive
  13. make[1]: Entering directory `/tmp/yaourt-tmp-quarkup/aur-splashy-full/src/splashy-0.3.13'
  14. Making all in po
  15. make[2]: Entering directory `/tmp/yaourt-tmp-quarkup/aur-splashy-full/src/splashy-0.3.13/po'
  16. make[2]: Nothing to be done for `all'.
  17. make[2]: Leaving directory `/tmp/yaourt-tmp-quarkup/aur-splashy-full/src/splashy-0.3.13/po'
  18. Making all in doc
  19. make[2]: Entering directory `/tmp/yaourt-tmp-quarkup/aur-splashy-full/src/splashy-0.3.13/doc'
  20. pod2man --section 1 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy.pod > splashy.1
  21. pod2man --section 1 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy_config.pod > splashy_config.1
  22. pod2man --section 1 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy_update.pod > splashy_update.1
  23. pod2man --section 5 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy-config.xml.pod > splashy-config.xml.5
  24. pod2man --section 5 --center "Splashy POSIX boot splash system" --date `date +%Y-%m-%d` splashy-theme.xml.pod > splashy-theme.xml.5
  25. make[2]: Leaving directory `/tmp/yaourt-tmp-quarkup/aur-splashy-full/src/splashy-0.3.13/doc'
  26. Making all in src
  27. make[2]: Entering directory `/tmp/yaourt-tmp-quarkup/aur-splashy-full/src/splashy-0.3.13/src'
  28. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb      -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_config.lo -MD -MP -MF ".deps/xml_config.Tpo" -c -o xml_config.lo xml_config.c; \
  29.        then mv -f ".deps/xml_config.Tpo" ".deps/xml_config.Plo"; else rm -f ".deps/xml_config.Tpo"; exit 1; fi
  30. mkdir .libs
  31. gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_config.lo -MD -MP -MF .deps/xml_config.Tpo -c xml_config.c  -fPIC -DPIC -o .libs/xml_config.o
  32. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb      -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_parser.lo -MD -MP -MF ".deps/xml_parser.Tpo" -c -o xml_parser.lo xml_parser.c; \
  33.        then mv -f ".deps/xml_parser.Tpo" ".deps/xml_parser.Plo"; else rm -f ".deps/xml_parser.Tpo"; exit 1; fi
  34. gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT xml_parser.lo -MD -MP -MF .deps/xml_parser.Tpo -c xml_parser.c  -fPIC -DPIC -o .libs/xml_parser.o
  35. xml_parser.c: In function ‘xml_parser_xpath_pop’:
  36. xml_parser.c:94:25: error: variable ‘_last’ set but not used [-Werror=unused-but-set-variable]
  37. xml_parser.c: In function ‘xml_parser_stack_pop’:
  38. xml_parser.c:109:21: error: variable ‘_last’ set but not used [-Werror=unused-but-set-variable]
  39. cc1: all warnings being treated as errors
  40.  
  41. make[2]: *** [xml_parser.lo] Error 1
  42. make[2]: Leaving directory `/tmp/yaourt-tmp-quarkup/aur-splashy-full/src/splashy-0.3.13/src'
  43. make[1]: *** [all-recursive] Error 1
  44. make[1]: Leaving directory `/tmp/yaourt-tmp-quarkup/aur-splashy-full/src/splashy-0.3.13'
  45. make: *** [all] Error 2
  46. ==> ERRO: Uma falha ocorreu em build().
  47.    A cancelar...
  48. ==> ERROR: Makepkg was unable to build splashy-full.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement