Advertisement
Guest User

Untitled

a guest
May 2nd, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. >>> Verifying ebuild manifests
  2.  
  3. >>> Emerging (1 of 1) media-gfx/mypaint-1.0.0-r1
  4. * mypaint-1.0.0.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
  5. >>> Unpacking source...
  6. >>> Unpacking mypaint-1.0.0.tar.bz2 to /var/tmp/portage/media-gfx/mypaint-1.0.0-r1/work
  7. >>> Source unpacked in /var/tmp/portage/media-gfx/mypaint-1.0.0-r1/work
  8. >>> Preparing source in /var/tmp/portage/media-gfx/mypaint-1.0.0-r1/work/mypaint-1.0.0 ...
  9. * Applying mypaint-0.9.1-gentoo.patch ... [ ok ]
  10. >>> Source prepared.
  11. >>> Configuring source in /var/tmp/portage/media-gfx/mypaint-1.0.0-r1/work/mypaint-1.0.0 ...
  12. >>> Source configured.
  13. >>> Compiling source in /var/tmp/portage/media-gfx/mypaint-1.0.0-r1/work/mypaint-1.0.0 ...
  14. scons -j3
  15. scons: Reading SConscript files ...
  16. Building for python2.7
  17. swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
  18. python2.7 generate.py
  19. Writing brushsettings.hpp
  20. set umask to 0022 (was 0022)
  21. scons: done reading SConscript files.
  22. scons: Building targets ...
  23. x86_64-pc-linux-gnu-g++ -o lib/mypaintlib_wrap.os -c -Wall -Wno-sign-compare -Wno-write-strings -march=core2 -O2 -pipe -mfpmath=sse -fno-strict-aliasing -march=core2 -O2 -pipe -mfpmath=both -msse -msse2 -msse3 -mmmx -mcx16 -msahf -msse4.1 --param -mtune=core2 -g0 -fwrapv -Xlinker -export-dynamic -march=core2 -O2 -pipe -mfpmath=sse -fPIC -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 lib/mypaintlib_wrap.cpp
  24. burn_python_version(["mypaint"], ["mypaint.py"])
  25. Chmod("mypaint", 0755)
  26. cc1plus: error: invalid --param value ‘core2’
  27. scons: *** [lib/mypaintlib_wrap.os] Error 1
  28. msgfmt po/cs.po -o po/cs/LC_MESSAGES/mypaint.mo
  29. scons: building terminated because of errors.
  30. * ERROR: media-gfx/mypaint-1.0.0-r1::gentoo failed (compile phase):
  31. * escons failed.
  32. *
  33. * Call stack:
  34. * ebuild.sh, line 93: Called src_compile
  35. * environment, line 4905: Called escons
  36. * environment, line 1390: Called die
  37. * The specific snippet of code:
  38. * [[ ${ret} -ne 0 ]] && has "${EAPI:-0}" 4 5 && die "escons failed.";
  39. *
  40. * If you need support, post the output of `emerge --info '=media-gfx/mypaint-1.0.0-r1::gentoo'`,
  41. * the complete build log and the output of `emerge -pqv '=media-gfx/mypaint-1.0.0-r1::gentoo'`.
  42. * The complete build log is located at '/var/tmp/portage/media-gfx/mypaint-1.0.0-r1/temp/build.log'.
  43. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/mypaint-1.0.0-r1/temp/environment'.
  44. * Working directory: '/var/tmp/portage/media-gfx/mypaint-1.0.0-r1/work/mypaint-1.0.0'
  45. * S: '/var/tmp/portage/media-gfx/mypaint-1.0.0-r1/work/mypaint-1.0.0'
  46.  
  47. >>> Failed to emerge media-gfx/mypaint-1.0.0-r1, Log file:
  48.  
  49. >>> '/var/tmp/portage/media-gfx/mypaint-1.0.0-r1/temp/build.log'
  50.  
  51. * Messages for package media-gfx/mypaint-1.0.0-r1:
  52.  
  53. * ERROR: media-gfx/mypaint-1.0.0-r1::gentoo failed (compile phase):
  54. * escons failed.
  55. *
  56. * Call stack:
  57. * ebuild.sh, line 93: Called src_compile
  58. * environment, line 4905: Called escons
  59. * environment, line 1390: Called die
  60. * The specific snippet of code:
  61. * [[ ${ret} -ne 0 ]] && has "${EAPI:-0}" 4 5 && die "escons failed.";
  62. *
  63. * If you need support, post the output of `emerge --info '=media-gfx/mypaint-1.0.0-r1::gentoo'`,
  64. * the complete build log and the output of `emerge -pqv '=media-gfx/mypaint-1.0.0-r1::gentoo'`.
  65. * The complete build log is located at '/var/tmp/portage/media-gfx/mypaint-1.0.0-r1/temp/build.log'.
  66. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/mypaint-1.0.0-r1/temp/environment'.
  67. * Working directory: '/var/tmp/portage/media-gfx/mypaint-1.0.0-r1/work/mypaint-1.0.0'
  68. * S: '/var/tmp/portage/media-gfx/mypaint-1.0.0-r1/work/mypaint-1.0.0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement