Advertisement
Guest User

Untitled

a guest
Oct 1st, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. $ makepkg -si
  2. ==> Determining latest git revision...
  3. -> Version found: 20111001
  4. ==> Making package: xcompmgr_tint2-git 20111001-1 (Sat Oct 1 18:18:34 FET 2011)
  5. ==> Checking runtime dependencies...
  6. ==> Checking buildtime dependencies...
  7. ==> Retrieving Sources...
  8. -> Found tint2transparency.patch
  9. ==> Validating source files with md5sums...
  10. tint2transparency.patch ... Passed
  11. ==> Extracting Sources...
  12. ==> Entering fakeroot environment...
  13. ==> Starting build()...
  14. ==> Connecting to git.freedesktop.org GIT server....
  15. Cloning into xcompmgr...
  16. remote: Counting objects: 310, done.
  17. remote: Compressing objects: 100% (135/135), done.
  18. remote: Total 310 (delta 185), reused 292 (delta 174)
  19. Receiving objects: 100% (310/310), 70.93 KiB | 82 KiB/s, done.
  20. Resolving deltas: 100% (185/185), done.
  21. ==> GIT checkout done or server timeout
  22. ==> Patching for tint2 real transparency
  23. patching file xcompmgr.c
  24. Hunk #1 succeeded at 2028 (offset 104 lines).
  25. ==> Starting make...
  26. autoreconf: Entering directory `.'
  27. autoreconf: configure.ac: not using Gettext
  28. autoreconf: running: aclocal
  29. autoreconf: configure.ac: tracing
  30. autoreconf: configure.ac: not using Libtool
  31. autoreconf: running: /usr/bin/autoconf
  32. autoreconf: running: /usr/bin/autoheader
  33. autoreconf: running: automake --add-missing --copy --no-force
  34. configure.ac:19: installing `./config.guess'
  35. configure.ac:19: installing `./config.sub'
  36. configure.ac:12: installing `./install-sh'
  37. configure.ac:12: installing `./missing'
  38. Makefile.am: installing `./depcomp'
  39. autoreconf: Leaving directory `.'
  40. checking for a BSD-compatible install... /bin/install -c
  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 whether to enable maintainer-specific portions of Makefiles... no
  46. checking for style of include used by make... GNU
  47. checking for gcc... gcc
  48. checking whether the C compiler works... yes
  49. checking for C compiler default output file name... a.out
  50. checking for suffix of executables...
  51. checking whether we are cross compiling... no
  52. checking for suffix of object files... o
  53. checking whether we are using the GNU C compiler... yes
  54. checking whether gcc accepts -g... yes
  55. checking for gcc option to accept ISO C89... none needed
  56. checking dependency style of gcc... gcc3
  57. checking for gcc option to accept ISO C99... -std=gnu99
  58. checking how to run the C preprocessor... gcc -std=gnu99 -E
  59. checking for grep that handles long lines and -e... /bin/grep
  60. checking for egrep... /bin/grep -E
  61. checking for ANSI C header files... yes
  62. checking for sys/types.h... yes
  63. checking for sys/stat.h... yes
  64. checking for stdlib.h... yes
  65. checking for string.h... yes
  66. checking for memory.h... yes
  67. checking for strings.h... yes
  68. checking for inttypes.h... yes
  69. checking for stdint.h... yes
  70. checking for unistd.h... yes
  71. checking whether __clang__ is declared... no
  72. checking whether __INTEL_COMPILER is declared... no
  73. checking whether __SUNPRO_C is declared... no
  74. checking for pkg-config... /usr/bin/pkg-config
  75. checking pkg-config is at least version 0.9.0... yes
  76. checking build system type... i686-pc-linux-gnu
  77. checking host system type... i686-pc-linux-gnu
  78. checking for a sed that does not truncate output... /bin/sed
  79. checking if gcc -std=gnu99 supports -Werror=attributes... no
  80. checking for XCOMPMGR... yes
  81. configure: creating ./config.status
  82. config.status: creating Makefile
  83. config.status: creating config.h
  84. config.status: executing depfiles commands
  85. make all-am
  86. make[1]: Entering directory `/tmp/xcompmgr_tint2-git/xcompmgr_tint2-git/src/xcompmgr'
  87. CC xcompmgr.o
  88. xcompmgr.c: In function ‘make_gaussian_map’:
  89. xcompmgr.c:397:22: warning: cast from function call of type ‘double’ to non-matching type ‘int’ [-Wbad-function-cast]
  90. xcompmgr.c: In function ‘register_cm’:
  91. xcompmgr.c:2031:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  92. xcompmgr.c: At top level:
  93. xcompmgr.c:1763:1: warning: ‘shape_kind’ defined but not used [-Wunused-function]
  94. CCLD xcompmgr
  95. xcompmgr.o: In function `add_win':
  96. xcompmgr.c:(.text+0x25fa): undefined reference to `XShapeSelectInput'
  97. xcompmgr.o: In function `main':
  98. xcompmgr.c:(.text.startup+0x703): undefined reference to `XShapeQueryExtension'
  99. xcompmgr.c:(.text.startup+0x1b5a): undefined reference to `XShapeSelectInput'
  100. collect2: ld returned 1 exit status
  101. make[1]: *** [xcompmgr] Error 1
  102. make[1]: Leaving directory `/tmp/xcompmgr_tint2-git/xcompmgr_tint2-git/src/xcompmgr'
  103. make: *** [all] Error 2
  104. ==> ERROR: A failure occurred in build().
  105. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement