Advertisement
Guest User

Untitled

a guest
Dec 9th, 2011
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. checking for a BSD-compatible install... /bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking for gconftool-2... /usr/bin/gconftool-2
  7. checking for style of include used by make... GNU
  8. checking for gcc... gcc
  9. checking whether the C compiler works... yes
  10. checking for C compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking dependency style of gcc... gcc3
  18. checking for library containing strerror... none required
  19. checking for gcc... (cached) gcc
  20. checking whether we are using the GNU C compiler... (cached) yes
  21. checking whether gcc accepts -g... (cached) yes
  22. checking for gcc option to accept ISO C89... (cached) none needed
  23. checking dependency style of gcc... (cached) gcc3
  24. checking for gcc... (cached) gcc
  25. checking whether we are using the GNU C compiler... (cached) yes
  26. checking whether gcc accepts -g... (cached) yes
  27. checking for gcc option to accept ISO C89... (cached) none needed
  28. checking dependency style of gcc... (cached) gcc3
  29. checking for /proc/self/maps... yes
  30. checking whether everything is installed to the same prefix... no
  31. checking whether binary relocation support should be enabled... no
  32. checking how to run the C preprocessor... gcc -E
  33. checking for grep that handles long lines and -e... /bin/grep
  34. checking for egrep... /bin/grep -E
  35. checking for ANSI C header files... yes
  36. checking for pkg-config... /usr/bin/pkg-config
  37. checking pkg-config is at least version 0.9.0... yes
  38. checking for PACKAGE... yes
  39. checking for JACK... yes
  40. Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  41. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  42. configure: creating ./config.status
  43. config.status: creating Makefile
  44. config.status: creating src/Makefile
  45. config.status: creating config.h
  46. config.status: executing depfiles commands
  47.  
  48. Configuration:
  49.  
  50. Install path: /usr
  51. Jack transport support: yes
  52.  
  53. Now type 'make' to build Tutka.
  54. make all-recursive
  55. make[1]: Entering directory `/tmp/yaourt-tmp-jauthu/aur-tutka/src/tutka-0.12.5'
  56. Making all in src
  57. make[2]: Entering directory `/tmp/yaourt-tmp-jauthu/aur-tutka/src/tutka-0.12.5/src'
  58. ( glib-genmarshal --prefix=trackerwidget_marshal trackerwidget-marshal.list --body > trackerwidget-marshal.tmp \
  59. && mv trackerwidget-marshal.tmp trackerwidget-marshal.c ) \
  60. || ( rm -f trackerwidget-marshal.tmp && exit 1 )
  61. ( glib-genmarshal --prefix=trackerwidget_marshal trackerwidget-marshal.list --header > trackerwidget-marshal.tmp \
  62. && mv trackerwidget-marshal.tmp trackerwidget-marshal.h ) \
  63. || ( rm -f trackerwidget-marshal.tmp && exit 1 )
  64. mv: cannot stat `trackerwidget-marshal.tmp': No such file or directory
  65. make[2]: *** [trackerwidget-marshal.h] Error 1
  66. make[2]: Leaving directory `/tmp/yaourt-tmp-jauthu/aur-tutka/src/tutka-0.12.5/src'
  67. make[1]: *** [all-recursive] Error 1
  68. make[1]: Leaving directory `/tmp/yaourt-tmp-jauthu/aur-tutka/src/tutka-0.12.5'
  69. make: *** [all] Error 2
  70.  
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement