Advertisement
Guest User

Animatrix

a guest
Jan 29th, 2009
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.73 KB | None | 0 0
  1. >>> Emerging (1 of 1) dev-python/compizconfig-python-9999 from desktop-effects
  2. * checking ebuild checksums ;-) ... [ ok ]
  3. * checking auxfile checksums ;-) ... [ ok ]
  4. * checking miscfile checksums ;-) ... [ ok ]
  5. >>> Unpacking source...
  6. * git update start -->
  7. * repository: git://anongit.compiz-fusion.org/fusion/compizconfig/compizconfig-python
  8. * local clone: /usr/portage/distfiles/git-src/compizconfig-python
  9. * committish: master
  10. >>> Unpacked to /var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python
  11. >>> Source unpacked in /var/tmp/portage/dev-python/compizconfig-python-9999/work
  12. * Running eautoreconf in '/var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python' ...
  13. * Running aclocal ... [ ok ]
  14. * Running libtoolize --copy --force --install --automake ... [ ok ]
  15. * Running aclocal ... [ ok ]
  16. * Running autoconf ... [ ok ]
  17. * Running autoheader ... [ ok ]
  18. * Running automake --add-missing --copy --foreign ... [ ok ]
  19. * Running elibtoolize in: compizconfig-python
  20. * Applying sed-1.5.6.patch ...
  21. >>> Configuring source in /var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python ...
  22. * econf: updating compizconfig-python/config.guess with /usr/share/gnuconfig/config.guess
  23. * econf: updating compizconfig-python/config.sub with /usr/share/gnuconfig/config.sub
  24. ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
  25. checking for a BSD-compatible install... /usr/bin/install -c
  26. checking whether build environment is sane... yes
  27. checking for a thread-safe mkdir -p... /bin/mkdir -p
  28. checking for gawk... gawk
  29. checking whether make sets $(MAKE)... yes
  30. checking whether to enable maintainer-specific portions of Makefiles... no
  31. checking for style of include used by make... GNU
  32. checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
  33. checking for C compiler default output file name... a.out
  34. checking whether the C compiler works... yes
  35. checking whether we are cross compiling... no
  36. checking for suffix of executables...
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether i686-pc-linux-gnu-gcc accepts -g... yes
  40. checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
  41. checking dependency style of i686-pc-linux-gnu-gcc... gcc3
  42. checking for library containing strerror... none required
  43. checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
  44. checking whether we are using the GNU C compiler... (cached) yes
  45. checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
  46. checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  47. checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3
  48. checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
  49. checking build system type... i686-pc-linux-gnu
  50. checking host system type... i686-pc-linux-gnu
  51. checking for a sed that does not truncate output... /bin/sed
  52. checking for grep that handles long lines and -e... /bin/grep
  53. checking for egrep... /bin/grep -E
  54. checking for fgrep... /bin/grep -F
  55. checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
  56. checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
  57. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  58. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  59. checking whether ln -s works... yes
  60. checking the maximum length of command line arguments... 805306365
  61. checking whether the shell understands some XSI constructs... yes
  62. checking whether the shell understands "+="... yes
  63. checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
  64. checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump
  65. checking how to recognize dependent libraries... pass_all
  66. checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
  67. checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
  68. checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
  69. checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok
  70. checking for ANSI C header files... yes
  71. checking for sys/types.h... yes
  72. checking for sys/stat.h... yes
  73. checking for stdlib.h... yes
  74. checking for string.h... yes
  75. checking for memory.h... yes
  76. checking for strings.h... yes
  77. checking for inttypes.h... yes
  78. checking for stdint.h... yes
  79. checking for unistd.h... yes
  80. checking for dlfcn.h... yes
  81. checking for objdir... .libs
  82. checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  83. checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  84. checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  85. checking if i686-pc-linux-gnu-gcc static flag -static works... yes
  86. checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
  87. checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  88. checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
  89. checking whether -lc should be explicitly linked in... no
  90. checking dynamic linker characteristics... GNU/Linux ld.so
  91. checking how to hardcode library paths into programs... immediate
  92. checking whether stripping libraries is possible... yes
  93. checking if libtool supports shared libraries... yes
  94. checking whether to build shared libraries... yes
  95. checking whether to build static libraries... yes
  96. checking for ANSI C header files... (cached) yes
  97. checking for i686-pc-linux-gnu-pkg-config... no
  98. checking for pkg-config... /usr/bin/pkg-config
  99. checking pkg-config is at least version 0.9.0... yes
  100. checking for CCS... yes
  101. checking for python... /usr/bin/python
  102. checking for python version... 2.5
  103. checking for python platform... linux2
  104. checking for python script directory... ${prefix}/lib/python2.5/site-packages
  105. checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages
  106. checking whether /usr/bin/python version is >= 2.5.0... yes
  107. checking for python version... (cached) 2.5
  108. checking for python platform... (cached) linux2
  109. checking for python script directory... (cached) ${prefix}/lib/python2.5/site-packages
  110. checking for python extension module directory... (cached) ${exec_prefix}/lib/python2.5/site-packages
  111. checking for pyrexc... pyrexc
  112. configure: creating ./config.status
  113. config.status: creating compizconfig-python.pc
  114. config.status: creating Makefile
  115. config.status: creating src/Makefile
  116. config.status: creating config.h
  117. config.status: executing depfiles commands
  118. config.status: executing libtool commands
  119. >>> Source configured.
  120. >>> Compiling source in /var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python ...
  121. make -s -j3
  122. Making all in src
  123. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/__init__.pyc
  124. sandbox memory corruption free(0x08095a80): Invalid argument
  125. /usr/lib/libsandbox.so[0x4004055d]
  126. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Compiler/__init__.pyc
  127. sandbox memory corruption free(0x0806eb20): Invalid argument
  128. /usr/lib/libsandbox.so[0x4004055d]
  129. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Compiler/Options.pyc
  130. sandbox memory corruption free(0x0805a1e8): Invalid argument
  131. /usr/lib/libsandbox.so[0x4004055d]
  132. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Plex/__init__.pyc
  133. sandbox memory corruption free(0x080e8bf8): Invalid argument
  134. /usr/lib/libsandbox.so[0x4004055d]
  135. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Plex/Actions.pyc
  136. sandbox memory corruption free(0x080f6040): Invalid argument
  137. /usr/lib/libsandbox.so[0x4004055d]
  138. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Plex/Lexicons.pyc
  139. sandbox memory corruption free(0x080f68c8): Invalid argument
  140. /usr/lib/libsandbox.so[0x4004055d]
  141. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Plex/DFA.pyc
  142. sandbox memory corruption free(0x080e8c30): Invalid argument
  143. /usr/lib/libsandbox.so[0x4004055d]
  144. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Plex/Machines.pyc
  145. sandbox memory corruption free(0x080ba628): Invalid argument
  146. /usr/lib/libsandbox.so[0x4004055d]
  147. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Plex/Transitions.pyc
  148. sandbox memory corruption free(0x080fc168): Invalid argument
  149. /usr/lib/libsandbox.so[0x4004055d]
  150. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Plex/Errors.pyc
  151. sandbox memory corruption free(0x080f1958): Invalid argument
  152. /usr/lib/libsandbox.so[0x4004055d]
  153. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Plex/Regexps.pyc
  154. sandbox memory corruption free(0x080fb018): Invalid argument
  155. /usr/lib/libsandbox.so[0x4004055d]
  156. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Plex/Scanners.pyc
  157. sandbox memory corruption free(0x080ea7a0): Invalid argument
  158. /usr/lib/libsandbox.so[0x4004055d]
  159. ACCESS DENIED unlink: /usr/lib/python2.5/site-packages/Pyrex/Debugging.pyc
  160. sandbox memory corruption free(0x08107010): Invalid argument
  161. /usr/lib/libsandbox.so[0x4004055d]
  162. /var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python/src/compizconfig.pyx:586:4: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead.
  163. /var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python/src/compizconfig.pyx:692:4: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead.
  164. /var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python/src/compizconfig.pyx:718:4: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead.
  165. /var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python/src/compizconfig.pyx:1059:4: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead.
  166. /var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python/src/compizconfig.pyx:1081:4: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead.
  167. /var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python/src/compizconfig.pyx:1125:4: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead.
  168. libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/compizconfig -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -MT compizconfig.lo -MD -MP -MF .deps/compizconfig.Tpo -c compizconfig.c -fPIC -DPIC -o .libs/compizconfig.o
  169. libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/compizconfig -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -MT compizconfig.lo -MD -MP -MF .deps/compizconfig.Tpo -c compizconfig.c -o compizconfig.o >/dev/null 2>&1
  170. libtool: link: /usr/bin/nm -B .libs/compizconfig.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/compizconfig.exp
  171. libtool: link: /bin/grep -E -e "initcompizconfig" ".libs/compizconfig.exp" > ".libs/compizconfig.expT"
  172. libtool: link: mv -f ".libs/compizconfig.expT" ".libs/compizconfig.exp"
  173. libtool: link: echo "{ global:" > .libs/compizconfig.ver
  174. libtool: link: cat .libs/compizconfig.exp | sed -e "s/\(.*\)/\1;/" >> .libs/compizconfig.ver
  175. libtool: link: echo "local: *; };" >> .libs/compizconfig.ver
  176. libtool: link: i686-pc-linux-gnu-gcc -shared .libs/compizconfig.o /usr/lib/libcompizconfig.so -L/usr/lib /usr/lib/libX11-xcb.so /usr/lib/libXcomposite.so /usr/lib/libXdamage.so /usr/lib/libXrandr.so /usr/lib/libXrender.so /usr/lib/libXinerama.so /usr/lib/libXext.so /usr/lib/libxslt.so /usr/lib/libstartup-notification-1.so /usr/lib/libSM.so -luuid /usr/lib/libxcb-xlib.so /usr/lib/libxcb.so /usr/lib/libXfixes.so /usr/lib/libX11.so /usr/lib/libXau.so /usr/lib/libXdmcp.so /usr/lib/libICE.so /usr/lib/libxml2.so -ldl -lz -lm /usr/lib/libglib-2.0.so -march=prescott -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -Wl,-soname -Wl,compizconfig.so -Wl,-version-script -Wl,.libs/compizconfig.ver -o .libs/compizconfig.so
  177. libtool: link: i686-pc-linux-gnu-ar cru .libs/compizconfig.a compizconfig.o
  178. libtool: link: i686-pc-linux-gnu-ranlib .libs/compizconfig.a
  179. libtool: link: ( cd ".libs" && rm -f "compizconfig.la" && ln -s "../compizconfig.la" "compizconfig.la" )
  180. >>> Source compiled.
  181. --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
  182. LOG FILE "/var/log/sandbox/sandbox-10336.log"
  183.  
  184. VERSION 1.0
  185. FORMAT: F - Function called
  186. FORMAT: S - Access Status
  187. FORMAT: P - Path as passed to function
  188. FORMAT: A - Absolute Path (not canonical)
  189. FORMAT: R - Canonical Path
  190. FORMAT: C - Command Line
  191.  
  192. F: unlink
  193. S: deny
  194. P: /usr/lib/python2.5/site-packages/Pyrex/__init__.pyc
  195. A: /usr/lib/python2.5/site-packages/Pyrex/__init__.pyc
  196. R: /usr/lib/python2.5/site-packages/Pyrex/__init__.pyc
  197. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  198.  
  199. F: unlink
  200. S: deny
  201. P: /usr/lib/python2.5/site-packages/Pyrex/Compiler/__init__.pyc
  202. A: /usr/lib/python2.5/site-packages/Pyrex/Compiler/__init__.pyc
  203. R: /usr/lib/python2.5/site-packages/Pyrex/Compiler/__init__.pyc
  204. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  205.  
  206. F: unlink
  207. S: deny
  208. P: /usr/lib/python2.5/site-packages/Pyrex/Compiler/Options.pyc
  209. A: /usr/lib/python2.5/site-packages/Pyrex/Compiler/Options.pyc
  210. R: /usr/lib/python2.5/site-packages/Pyrex/Compiler/Options.pyc
  211. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  212.  
  213. F: unlink
  214. S: deny
  215. P: /usr/lib/python2.5/site-packages/Pyrex/Plex/__init__.pyc
  216. A: /usr/lib/python2.5/site-packages/Pyrex/Plex/__init__.pyc
  217. R: /usr/lib/python2.5/site-packages/Pyrex/Plex/__init__.pyc
  218. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  219.  
  220. F: unlink
  221. S: deny
  222. P: /usr/lib/python2.5/site-packages/Pyrex/Plex/Actions.pyc
  223. A: /usr/lib/python2.5/site-packages/Pyrex/Plex/Actions.pyc
  224. R: /usr/lib/python2.5/site-packages/Pyrex/Plex/Actions.pyc
  225. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  226.  
  227. F: unlink
  228. S: deny
  229. P: /usr/lib/python2.5/site-packages/Pyrex/Plex/Lexicons.pyc
  230. A: /usr/lib/python2.5/site-packages/Pyrex/Plex/Lexicons.pyc
  231. R: /usr/lib/python2.5/site-packages/Pyrex/Plex/Lexicons.pyc
  232. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  233.  
  234. F: unlink
  235. S: deny
  236. P: /usr/lib/python2.5/site-packages/Pyrex/Plex/DFA.pyc
  237. A: /usr/lib/python2.5/site-packages/Pyrex/Plex/DFA.pyc
  238. R: /usr/lib/python2.5/site-packages/Pyrex/Plex/DFA.pyc
  239. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  240.  
  241. F: unlink
  242. S: deny
  243. P: /usr/lib/python2.5/site-packages/Pyrex/Plex/Machines.pyc
  244. A: /usr/lib/python2.5/site-packages/Pyrex/Plex/Machines.pyc
  245. R: /usr/lib/python2.5/site-packages/Pyrex/Plex/Machines.pyc
  246. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  247.  
  248. F: unlink
  249. S: deny
  250. P: /usr/lib/python2.5/site-packages/Pyrex/Plex/Transitions.pyc
  251. A: /usr/lib/python2.5/site-packages/Pyrex/Plex/Transitions.pyc
  252. R: /usr/lib/python2.5/site-packages/Pyrex/Plex/Transitions.pyc
  253. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  254.  
  255. F: unlink
  256. S: deny
  257. P: /usr/lib/python2.5/site-packages/Pyrex/Plex/Errors.pyc
  258. A: /usr/lib/python2.5/site-packages/Pyrex/Plex/Errors.pyc
  259. R: /usr/lib/python2.5/site-packages/Pyrex/Plex/Errors.pyc
  260. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  261.  
  262. F: unlink
  263. S: deny
  264. P: /usr/lib/python2.5/site-packages/Pyrex/Plex/Regexps.pyc
  265. A: /usr/lib/python2.5/site-packages/Pyrex/Plex/Regexps.pyc
  266. R: /usr/lib/python2.5/site-packages/Pyrex/Plex/Regexps.pyc
  267. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  268.  
  269. F: unlink
  270. S: deny
  271. P: /usr/lib/python2.5/site-packages/Pyrex/Plex/Scanners.pyc
  272. A: /usr/lib/python2.5/site-packages/Pyrex/Plex/Scanners.pyc
  273. R: /usr/lib/python2.5/site-packages/Pyrex/Plex/Scanners.pyc
  274. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  275.  
  276. F: unlink
  277. S: deny
  278. P: /usr/lib/python2.5/site-packages/Pyrex/Debugging.pyc
  279. A: /usr/lib/python2.5/site-packages/Pyrex/Debugging.pyc
  280. R: /usr/lib/python2.5/site-packages/Pyrex/Debugging.pyc
  281. C: /usr/bin/python /usr/bin/pyrexc compizconfig.pyx
  282. --------------------------------------------------------------------------------
  283.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement