Advertisement
Guest User

Untitled

a guest
May 7th, 2011
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. * Package: dev-python/compizconfig-python-0.9.2
  2. * Repository: desktop-effects
  3. * Maintainer: desktop-effects@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU
  5. * FEATURES: sandbox
  6. >>> Unpacking source...
  7. >>> Unpacking compizconfig-python-0.9.2.tar.bz2 to /var/tmp/portage/dev-python/compizconfig-python-0.9.2/work
  8. >>> Source unpacked in /var/tmp/portage/dev-python/compizconfig-python-0.9.2/work
  9. >>> Preparing source in /var/tmp/portage/dev-python/compizconfig-python-0.9.2/work/compizconfig-python-0.9.2 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /var/tmp/portage/dev-python/compizconfig-python-0.9.2/work/compizconfig-python-0.9.2 ...
  12. >>> Source configured.
  13. >>> Compiling source in /var/tmp/portage/dev-python/compizconfig-python-0.9.2/work/compizconfig-python-0.9.2 ...
  14. * Building of dev-python/compizconfig-python-0.9.2 with CPython 2.7...
  15. python2.7 setup.py build -b build-2.7
  16. running build
  17. running build_ext
  18. cythoning src/compizconfig.pyx to src/compizconfig.c
  19.  
  20. Error compiling Cython file:
  21. ------------------------------------------------------------
  22. ...
  23. cdef object info
  24. cdef Plugin plugin
  25. cdef object extendedStrRestrictions
  26. cdef object baseStrRestrictions
  27.  
  28. def __new__ (self, Plugin plugin, name):
  29. ^
  30. ------------------------------------------------------------
  31.  
  32. compizconfig.pyx:573:4: __new__ method of extension type will change semantics in a future version of Pyrex and Cython. Use __cinit__ instead.
  33.  
  34. Error compiling Cython file:
  35. ------------------------------------------------------------
  36. ...
  37. return bool (ccsSettingIsReadOnly (self.ccsSetting))
  38.  
  39. cdef class SSGroup:
  40. cdef object screen
  41.  
  42. def __new__ (self, screen):
  43. ^
  44. ------------------------------------------------------------
  45.  
  46. compizconfig.pyx:677:4: __new__ method of extension type will change semantics in a future version of Pyrex and Cython. Use __cinit__ instead.
  47.  
  48. Error compiling Cython file:
  49. ------------------------------------------------------------
  50. ...
  51. cdef object groups
  52. cdef object loaded
  53. cdef object ranking
  54. cdef object hasExtendedString
  55.  
  56. def __new__ (self, Context context, name):
  57. ^
  58. ------------------------------------------------------------
  59.  
  60. compizconfig.pyx:695:4: __new__ method of extension type will change semantics in a future version of Pyrex and Cython. Use __cinit__ instead.
  61.  
  62. Error compiling Cython file:
  63. ------------------------------------------------------------
  64. ...
  65.  
  66. cdef class Profile:
  67. cdef Context context
  68. cdef char * name
  69.  
  70. def __new__ (self, Context context, name):
  71. ^
  72. ------------------------------------------------------------
  73.  
  74. compizconfig.pyx:1010:4: __new__ method of extension type will change semantics in a future version of Pyrex and Cython. Use __cinit__ instead.
  75.  
  76. Error compiling Cython file:
  77. ------------------------------------------------------------
  78. ...
  79. cdef char * shortDesc
  80. cdef char * longDesc
  81. cdef Bool profileSupport
  82. cdef Bool integrationSupport
  83.  
  84. def __new__ (self, Context context, info):
  85. ^
  86. ------------------------------------------------------------
  87.  
  88. compizconfig.pyx:1032:4: __new__ method of extension type will change semantics in a future version of Pyrex and Cython. Use __cinit__ instead.
  89.  
  90. Error compiling Cython file:
  91. ------------------------------------------------------------
  92. ...
  93. cdef object currentProfile
  94. cdef object backends
  95. cdef object currentBackend
  96. cdef Bool integration
  97.  
  98. def __new__ (self, screenNum = 0, plugins = [], basic_metadata = False):
  99. ^
  100. ------------------------------------------------------------
  101.  
  102. compizconfig.pyx:1075:4: __new__ method of extension type will change semantics in a future version of Pyrex and Cython. Use __cinit__ instead.
  103. building 'compizconfig' extension
  104. creating build-2.7
  105. creating build-2.7/temp.linux-x86_64-2.7
  106. creating build-2.7/temp.linux-x86_64-2.7/src
  107. x86_64-pc-linux-gnu-gcc -pthread -O2 -march=core2 -pipe -fPIC -I/usr/include/compizconfig -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/include/boost-1_46 -I/usr/include/compiz -I/usr/include/python2.7 -c src/compizconfig.c -o build-2.7/temp.linux-x86_64-2.7/src/compizconfig.o
  108. src/compizconfig.c:1:2: ошибка: #error Do not use this file, it is the result of a failed Cython compilation.
  109. error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1
  110. * ERROR: dev-python/compizconfig-python-0.9.2 failed (compile phase):
  111. * Building failed with CPython 2.7 in distutils_building() function
  112. *
  113. * Call stack:
  114. * ebuild.sh, line 56: Called src_compile
  115. * environment, line 3412: Called distutils_src_compile
  116. * environment, line 934: Called python_execute_function 'distutils_building'
  117. * environment, line 2021: Called die
  118. * The specific snippet of code:
  119. * die "${failure_message}";
  120. *
  121. * If you need support, post the output of 'emerge --info =dev-python/compizconfig-python-0.9.2',
  122. * the complete build log and the output of 'emerge -pqv =dev-python/compizconfig-python-0.9.2'.
  123. * This ebuild is from an overlay named 'desktop-effects': '/var/lib/layman/desktop-effects/'
  124. * The complete build log is located at '/var/tmp/portage/dev-python/compizconfig-python-0.9.2/temp/build.log'.
  125. * The ebuild environment file is located at '/var/tmp/portage/dev-python/compizconfig-python-0.9.2/temp/environment'.
  126. * S: '/var/tmp/portage/dev-python/compizconfig-python-0.9.2/work/compizconfig-python-0.9.2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement