Advertisement
Guest User

Untitled

a guest
Jun 28th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. >>> Emerging (16 of 19) x11-terms/terminology-9999 from enlightenment
  2. >>> Unpacking source...
  3. * subversion switch start -->
  4. * old repository: http://svn.enlightenment.org/svn/e/trunk/terminology@72968
  5. * new repository: http://svn.enlightenment.org/svn/e/trunk//terminology
  6. U configure.ac
  7. D src/bin/keycomp.h
  8. U src/bin/keyin.h
  9. U src/bin/Makefile.am
  10. U src/bin/termio.c
  11. U src/bin/keyin.c
  12. Updated to revision 72988.
  13. * working copy: /usr/portage/distfiles/svn-src/enlightenment//terminology
  14.  
  15. >>> Source unpacked in /var/tmp/portage/x11-terms/terminology-9999/work
  16. >>> Preparing source in /var/tmp/portage/x11-terms/terminology-9999/work/terminology ...
  17. * Running eautoreconf in '/var/tmp/portage/x11-terms/terminology-9999/work/terminology' ...
  18. * Running aclocal -I m4 ... [ ok ]
  19. * Running autoconf ... [ ok ]
  20. * Running autoheader ... [ ok ]
  21. * Running automake --add-missing --copy ... [ ok ]
  22. * Removing useless C++ checks ... [ ok ]
  23. >>> Source prepared.
  24. >>> Configuring source in /var/tmp/portage/x11-terms/terminology-9999/work/terminology ...
  25. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
  26. checking for a BSD-compatible install... /usr/bin/install -c
  27. checking whether build environment is sane... yes
  28. checking for a thread-safe mkdir -p... /bin/mkdir -p
  29. checking for gawk... gawk
  30. checking whether make sets $(MAKE)... yes
  31. checking for style of include used by make... GNU
  32. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  33. checking whether the C compiler works... yes
  34. checking for C compiler default output file name... a.out
  35. checking for suffix of executables...
  36. checking whether we are cross compiling... no
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  40. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  41. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  42. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking minix/config.h usability... no
  56. checking minix/config.h presence... no
  57. checking for minix/config.h... no
  58. checking whether it is safe to define __EXTENSIONS__... yes
  59. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  60. checking whether we are using the GNU C compiler... (cached) yes
  61. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  62. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  63. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
  64. checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  65. checking for __attribute__... yes
  66. checking for x86_64-pc-linux-gnu-pkg-config... no
  67. checking for pkg-config... /usr/bin/pkg-config
  68. checking pkg-config is at least version 0.9.0... yes
  69. checking for TERMINOLOGY... yes
  70. configure: edje_cc set to /usr/bin/edje_cc
  71. configure: creating ./config.status
  72. config.status: creating Makefile
  73. config.status: creating src/Makefile
  74. config.status: creating src/bin/Makefile
  75. config.status: creating data/Makefile
  76. config.status: creating data/desktop/Makefile
  77. config.status: creating data/icons/Makefile
  78. config.status: creating data/images/Makefile
  79. config.status: creating data/fonts/Makefile
  80. config.status: creating data/themes/Makefile
  81. config.status: creating data/themes/images/Makefile
  82. config.status: creating terminology_config.h
  83. config.status: executing depfiles commands
  84.  
  85.  
  86.  
  87. ------------------------------------------------------------------------
  88. terminology 0.1.0
  89. ------------------------------------------------------------------------
  90.  
  91. Configuration Options Summary:
  92. Ecore IMF................:
  93.  
  94. Compilation................: make (or gmake)
  95. CPPFLAGS.................:
  96. CFLAGS...................: -march=native -O2 -pipe
  97. LDFLAGS..................: -Wl,-O1 -Wl,--as-needed
  98.  
  99. Installation...............: make install (as root if needed, with 'su' or 'sudo')
  100. prefix...................: /usr
  101.  
  102. >>> Source configured.
  103. >>> Compiling source in /var/tmp/portage/x11-terms/terminology-9999/work/terminology ...
  104. make -j5 -l12.8
  105. make all-recursive
  106. make[1]: Entering directory `/var/tmp/portage/x11-terms/terminology-9999/work/terminology'
  107. Making all in src
  108. make[2]: Entering directory `/var/tmp/portage/x11-terms/terminology-9999/work/terminology/src'
  109. Making all in bin
  110. make[3]: Entering directory `/var/tmp/portage/x11-terms/terminology-9999/work/terminology/src/bin'
  111. CC terminology-col.o
  112. CC terminology-config.o
  113. CC terminology-controls.o
  114. CC terminology-keyin.o
  115. CC terminology-main.o
  116. CC terminology-media.o
  117. CC terminology-options.o
  118. CC terminology-options_behavior.o
  119. CC terminology-options_font.o
  120. CC terminology-options_video.o
  121. CC terminology-options_theme.o
  122. CC terminology-options_wallpaper.o
  123. CC terminology-termio.o
  124. CC terminology-termpty.o
  125. CC terminology-utf8.o
  126. CC terminology-win.o
  127. CC terminology-utils.o
  128. CCLD terminology
  129. terminology-termio.o: In function `_take_selection':
  130. termio.c:(.text+0x241b): undefined reference to `elm_cnp_selection_loss_callback_set'
  131. collect2: ld returned 1 exit status
  132. make[3]: *** [terminology] Error 1
  133. make[3]: Leaving directory `/var/tmp/portage/x11-terms/terminology-9999/work/terminology/src/bin'
  134. make[2]: *** [all-recursive] Error 1
  135. make[2]: Leaving directory `/var/tmp/portage/x11-terms/terminology-9999/work/terminology/src'
  136. make[1]: *** [all-recursive] Error 1
  137. make[1]: Leaving directory `/var/tmp/portage/x11-terms/terminology-9999/work/terminology'
  138. make: *** [all] Error 2
  139. emake failed
  140. * ERROR: x11-terms/terminology-9999 failed (compile phase):
  141. * (no error message)
  142. *
  143. * Call stack:
  144. * ebuild.sh, line 85: Called src_compile
  145. * environment, line 2929: Called enlightenment_src_compile
  146. * environment, line 1511: Called die
  147. * The specific snippet of code:
  148. * emake || die;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement