Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. mozplugger 1.14.6-1
  2. ( Unsupported package: Potentially dangerous ! )
  3. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  4. ==> ------------------------------------
  5. ==> y
  6.  
  7. Please add $EDITOR to your environment variables
  8. for example:
  9. export EDITOR="vim" (in ~/.bashrc)
  10. (replace vim with your favorite editor)
  11.  
  12. ==> Edit PKGBUILD with: vim
  13.  
  14. ==> mozplugger dependencies:
  15. - m4 (already installed)
  16. - libx11 (already installed)
  17.  
  18. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  19. ==> ------------------------------------
  20. ==> n
  21.  
  22. ==> Edit mozplugger.install ? [Y/n] ("A" to abort)
  23. ==> ----------------------------------------------
  24. ==> n
  25.  
  26. ==> Continue building mozplugger ? [Y/n]
  27. ==> ------------------------------------
  28. ==>
  29. ==> Building and installing package
  30. ==> WARNING: Building package as root is dangerous.
  31. Please run yaourt as a non-privileged user.
  32. ==> Making package: mozplugger 1.14.6-1 (Sun Jul 22 21:07:59 PDT 2012)
  33. ==> Checking runtime dependencies...
  34. ==> Checking buildtime dependencies...
  35. ==> Retrieving Sources...
  36. -> Downloading mozplugger-1.14.6.tar.gz...
  37. % Total % Received % Xferd Average Speed Time Time Time Current
  38. Dload Upload Total Spent Left Speed
  39. 100 137k 100 137k 0 0 72857 0 0:00:01 0:00:01 --:--:-- 82834
  40. ==> Validating source files with sha256sums...
  41. mozplugger-1.14.6.tar.gz ... Passed
  42. ==> Extracting Sources...
  43. -> Extracting mozplugger-1.14.6.tar.gz with bsdtar
  44. ==> Starting build()...
  45. checking for gcc... gcc
  46. checking whether the C compiler works... yes
  47. checking for C compiler default output file name... a.out
  48. checking for suffix of executables...
  49. checking whether we are cross compiling... no
  50. checking for suffix of object files... o
  51. checking whether we are using the GNU C compiler... yes
  52. checking whether gcc accepts -g... yes
  53. checking for gcc option to accept ISO C89... none needed
  54. checking whether ln -s works... yes
  55. checking whether make sets $(MAKE)... yes
  56. checking how to run the C preprocessor... gcc -E
  57. checking for X... libraries /usr/lib, headers
  58. checking for /usr/lib/mozilla/plugins... yes
  59. checking for /usr/lib/mozilla/plugins... (cached) yes
  60. checking for /usr/lib/firefox/plugins... no
  61. checking for XDisplayName in -lX11... no
  62. checking for grep that handles long lines and -e... /usr/bin/grep
  63. checking for egrep... /usr/bin/grep -E
  64. checking for ANSI C header files... yes
  65. checking for sys/types.h... yes
  66. checking for sys/stat.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for memory.h... yes
  70. checking for strings.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for unistd.h... yes
  74. checking fcntl.h usability... yes
  75. checking fcntl.h presence... yes
  76. checking for fcntl.h... yes
  77. checking for inttypes.h... (cached) yes
  78. checking for stdint.h... (cached) yes
  79. checking for stdlib.h... (cached) yes
  80. checking for string.h... (cached) yes
  81. checking sys/socket.h usability... yes
  82. checking sys/socket.h presence... yes
  83. checking for sys/socket.h... yes
  84. checking sys/time.h usability... yes
  85. checking sys/time.h presence... yes
  86. checking for sys/time.h... yes
  87. checking for unistd.h... (cached) yes
  88. checking for stdbool.h that conforms to C99... yes
  89. checking for _Bool... yes
  90. checking for int16_t... yes
  91. checking for int32_t... yes
  92. checking for pid_t... yes
  93. checking for size_t... yes
  94. checking for ssize_t... yes
  95. checking for uint16_t... yes
  96. checking for uint32_t... yes
  97. checking for library containing gethostbyname... none required
  98. checking for library containing socket... none required
  99. checking vfork.h usability... no
  100. checking vfork.h presence... no
  101. checking for vfork.h... no
  102. checking for fork... yes
  103. checking for vfork... yes
  104. checking for working fork... yes
  105. checking for working vfork... (cached) yes
  106. checking for stdlib.h... (cached) yes
  107. checking for GNU libc compatible malloc... yes
  108. checking for alarm... yes
  109. checking for dup2... yes
  110. checking for gethostname... yes
  111. checking for memset... yes
  112. checking for mkdir... yes
  113. checking for putenv... yes
  114. checking for rmdir... yes
  115. checking for select... yes
  116. checking for strcasecmp... yes
  117. checking for strchr... yes
  118. checking for strcspn... yes
  119. checking for strncasecmp... yes
  120. checking for strrchr... yes
  121. checking for strstr... yes
  122. configure: creating ./config.status
  123. config.status: creating Makefile
  124. config.status: creating config.h
  125. gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o mozplugger.o './mozplugger.c'
  126. gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o npunix.o './npapi/common/npunix.c'
  127. gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o mozplugger-common.o './mozplugger-common.c'
  128. gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o debug.o './debug.c'
  129. gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o npn-get-helpers.o './npn-get-helpers.c'
  130. gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib -o mozplugger.so mozplugger.o mozplugger-common.o npunix.o debug.o npn-get-helpers.o
  131. gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o mozplugger-helper.o './mozplugger-helper.c'
  132. gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o child.o './child.c'
  133. gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib -o mozplugger-helper mozplugger-helper.o mozplugger-common.o child.o debug.o
  134. mozplugger-helper.o: In function `error_handler':
  135. mozplugger-helper.c:(.text+0x149): undefined reference to `XGetErrorText'
  136. mozplugger-helper.o: In function `getOwnerFromProperty':
  137. mozplugger-helper.c:(.text+0x262): undefined reference to `XGetWindowProperty'
  138. mozplugger-helper.c:(.text+0x2c9): undefined reference to `XFree'
  139. mozplugger-helper.o: In function `adjust_window_size':
  140. mozplugger-helper.c:(.text+0x3dd): undefined reference to `XMoveResizeWindow'
  141. mozplugger-helper.c:(.text+0x516): undefined reference to `XSendEvent'
  142. mozplugger-helper.o: In function `reparent_window':
  143. mozplugger-helper.c:(.text+0x613): undefined reference to `XReparentWindow'
  144. mozplugger-helper.o: In function `giveSwallowMutex':
  145. mozplugger-helper.c:(.text+0x6d4): undefined reference to `XDeleteProperty'
  146. mozplugger-helper.o: In function `sigTerm':
  147. mozplugger-helper.c:(.text+0x720): undefined reference to `XCloseDisplay'
  148. mozplugger-helper.o: In function `find_victim':
  149. mozplugger-helper.c:(.text+0x8e8): undefined reference to `XFetchName'
  150. mozplugger-helper.c:(.text+0x93d): undefined reference to `XFree'
  151. mozplugger-helper.c:(.text+0x957): undefined reference to `XGetWindowAttributes'
  152. mozplugger-helper.c:(.text+0x9cc): undefined reference to `XFree'
  153. mozplugger-helper.c:(.text+0x9e6): undefined reference to `XGetClassHint'
  154. mozplugger-helper.c:(.text+0xa33): undefined reference to `XFree'
  155. mozplugger-helper.c:(.text+0xa3f): undefined reference to `XFree'
  156. mozplugger-helper.c:(.text+0xaa4): undefined reference to `XFree'
  157. mozplugger-helper.c:(.text+0xab0): undefined reference to `XFree'
  158. mozplugger-helper.c:(.text+0xb37): undefined reference to `XChangeProperty'
  159. mozplugger-helper.c:(.text+0xbed): undefined reference to `XSelectInput'
  160. mozplugger-helper.c:(.text+0xc03): undefined reference to `XSync'
  161. mozplugger-helper.c:(.text+0xc23): undefined reference to `XSelectInput'
  162. mozplugger-helper.o: In function `main':
  163. mozplugger-helper.c:(.text.startup+0x203): undefined reference to `XSetErrorHandler'
  164. mozplugger-helper.c:(.text.startup+0x20b): undefined reference to `XOpenDisplay'
  165. mozplugger-helper.c:(.text.startup+0x235): undefined reference to `XGetWindowAttributes'
  166. mozplugger-helper.c:(.text.startup+0x402): undefined reference to `XInternAtom'
  167. mozplugger-helper.c:(.text.startup+0x43e): undefined reference to `XInternAtom'
  168. mozplugger-helper.c:(.text.startup+0x5ec): undefined reference to `XDeleteProperty'
  169. mozplugger-helper.c:(.text.startup+0x658): undefined reference to `XChangeProperty'
  170. mozplugger-helper.c:(.text.startup+0x712): undefined reference to `XPending'
  171. mozplugger-helper.c:(.text.startup+0x745): undefined reference to `XNextEvent'
  172. mozplugger-helper.c:(.text.startup+0x7a3): undefined reference to `XPending'
  173. mozplugger-helper.o: In function `.L161':
  174. mozplugger-helper.c:(.text.startup+0xb0b): undefined reference to `XWithdrawWindow'
  175. mozplugger-helper.o: In function `.L160':
  176. mozplugger-helper.c:(.text.startup+0xb95): undefined reference to `XGetWMHints'
  177. mozplugger-helper.c:(.text.startup+0xc11): undefined reference to `XSetWMHints'
  178. mozplugger-helper.c:(.text.startup+0xc1d): undefined reference to `XFree'
  179. mozplugger-helper.o: In function `.L174':
  180. mozplugger-helper.c:(.text.startup+0xe90): undefined reference to `XSelectInput'
  181. mozplugger-helper.c:(.text.startup+0xea6): undefined reference to `XSync'
  182. mozplugger-helper.c:(.text.startup+0xec0): undefined reference to `XSelectInput'
  183. mozplugger-helper.o: In function `.L175':
  184. mozplugger-helper.c:(.text.startup+0x10b9): undefined reference to `XSelectInput'
  185. mozplugger-helper.c:(.text.startup+0x1190): undefined reference to `XSetWindowBorderWidth'
  186. mozplugger-helper.c:(.text.startup+0x1242): undefined reference to `XMapWindow'
  187. mozplugger-helper.c:(.text.startup+0x1276): undefined reference to `XSelectInput'
  188. mozplugger-helper.c:(.text.startup+0x1293): undefined reference to `XSelectInput'
  189. mozplugger-helper.c:(.text.startup+0x12a9): undefined reference to `XSync'
  190. mozplugger-helper.c:(.text.startup+0x133c): undefined reference to `XCloseDisplay'
  191. mozplugger-helper.c:(.text.startup+0x145d): undefined reference to `XCloseDisplay'
  192. collect2: error: ld returned 1 exit status
  193. make: *** [mozplugger-helper] Error 1
  194. ==> ERROR: A failure occurred in build().
  195. Aborting...
  196. ==> ERROR: Makepkg was unable to build mozplugger.
  197. ==> Restart building mozplugger ? [y/N]
  198. ==> -----------------------------------
  199. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement