Advertisement
RobertBerger

sca - The 'enchant' C library was not found.

Nov 20th, 2019
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 KB | None | 0 0
  1. pokyuser@f87edd979eae:/workdir/build/imx6q-phytec-mira-rdk-nand-wic$ bitbake core-image-minimal
  2. NOTE: Started PRServer with DBfile: /workdir/build/imx6q-phytec-mira-rdk-nand-wic/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 41569, PID: 81
  3. NOTE: Terminating PRServer...
  4. NOTE: Started PRServer with DBfile: /workdir/build/imx6q-phytec-mira-rdk-nand-wic/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 43355, PID: 83
  5. WARNING: /workdir/sources/poky/../meta-sca/recipes-sca-test/code-from-poky/core-image-minimal-scatest.bb: /workdir/sources/poky/bitbake/lib/bb/codeparser.py:331: ResourceWarning: unclosed <socket.socket fd=10, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 41569)>
  6. ast.PyCF_ONLY_AST)
  7.  
  8. WARNING: /workdir/sources/poky/../meta-sca/recipes-sca-test/code-from-elsewhere/bad-html.bb: /workdir/sources/poky/bitbake/lib/bb/codeparser.py:331: ResourceWarning: unclosed <socket.socket fd=10, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 41569)>
  9. ast.PyCF_ONLY_AST)
  10.  
  11. WARNING: /workdir/sources/poky/../meta-sca/recipes-sca-test/code-from-elsewhere/bad-php.bb: /workdir/sources/poky/bitbake/lib/bb/data_smart.py:733: ResourceWarning: unclosed <socket.socket fd=10, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 41569)>
  12. removes = set()
  13.  
  14. WARNING: /workdir/sources/poky/../meta-sca/recipes-sca-test/code-from-elsewhere/bad-python-types.bb: /workdir/sources/poky/bitbake/lib/bb/data_smart.py:89: ResourceWarning: unclosed <socket.socket fd=10, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 41569)>
  15. self.execs = set()
  16.  
  17. Parsing recipes: 100% |#######################################################################################################################################| Time: 0:00:52
  18. Parsing of 1296 .bb files complete (0 cached, 1296 parsed). 1844 targets, 64 skipped, 0 masked, 0 errors.
  19. NOTE: Resolving any missing task queue dependencies
  20.  
  21. Build Configuration:
  22. BB_VERSION = "1.44.0"
  23. BUILD_SYS = "x86_64-linux"
  24. NATIVELSBSTRING = "ubuntu-16.04"
  25. TARGET_SYS = "arm-resy-linux-gnueabi"
  26. MACHINE = "imx6q-phytec-mira-rdk-nand"
  27. DISTRO = "resy"
  28. DISTRO_VERSION = "3.0"
  29. TUNE_FEATURES = "arm armv7a vfp neon"
  30. TARGET_FPU = "softfp"
  31. meta
  32. meta-poky
  33. meta-yocto-bsp = "2019-11-19-zeus-3.0+:8944335c7600a91b770086847d207f85aa421334"
  34. meta-multi-v7-ml-bsp = "zeus-v4.19.x:b80ebd82c097dd8388dfadcdffd7a6633f8cddc0"
  35. meta-u-boot-wic-bsp = "zeus:486733fbd110ec2c220911a717a543f722495183"
  36. meta-resy = "master:1de9fd6078aeac08cedacd74040b2d4ef815de0f"
  37. meta-sca = "2019-11-19-zeus:0eeb42bea117f9c0011e40ddb16c137f0b825e92"
  38. meta-clang = "2019-11-19-zeus:4ec9b68787ddc163c3dc014fcb10b01d05257892"
  39.  
  40. Initialising tasks: 100% |####################################################################################################################################| Time: 0:00:02
  41. Sstate summary: Wanted 1313 Found 136 Missed 1177 Current 0 (10% match, 0% complete)
  42. NOTE: Executing Tasks
  43. NOTE: Setscene tasks completed
  44. ERROR: python3-pyenchant-native-2.0.0-r0 do_configure: Execution of '/workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/temp/run.do_configure.15867' failed with exit code 1:
  45. Traceback (most recent call last):
  46. File "setup.py", line 212, in <module>
  47. import enchant
  48. File "/workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/pyenchant-2.0.0/enchant/__init__.py", line 92, in <module>
  49. from enchant import _enchant as _e
  50. File "/workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/pyenchant-2.0.0/enchant/_enchant.py", line 145, in <module>
  51. raise ImportError(msg)
  52. ImportError: The 'enchant' C library was not found. Please install it via your OS package manager, or use a pre-built binary wheel from PyPI.
  53. WARNING: /workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/temp/run.do_configure.15867:1 exit 1 from 'NO_FETCH_BUILD=1 /workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3 setup.py clean'
  54.  
  55. ERROR: Logfile of failure stored in: /workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/temp/log.do_configure.15867
  56. Log data follows:
  57. | DEBUG: Executing shell function do_configure
  58. | Traceback (most recent call last):
  59. | File "setup.py", line 212, in <module>
  60. | import enchant
  61. | File "/workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/pyenchant-2.0.0/enchant/__init__.py", line 92, in <module>
  62. | from enchant import _enchant as _e
  63. | File "/workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/pyenchant-2.0.0/enchant/_enchant.py", line 145, in <module>
  64. | raise ImportError(msg)
  65. | ImportError: The 'enchant' C library was not found. Please install it via your OS package manager, or use a pre-built binary wheel from PyPI.
  66. | WARNING: /workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/temp/run.do_configure.15867:1 exit 1 from 'NO_FETCH_BUILD=1 /workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3 setup.py clean'
  67. | ERROR: Execution of '/workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/temp/run.do_configure.15867' failed with exit code 1:
  68. | Traceback (most recent call last):
  69. | File "setup.py", line 212, in <module>
  70. | import enchant
  71. | File "/workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/pyenchant-2.0.0/enchant/__init__.py", line 92, in <module>
  72. | from enchant import _enchant as _e
  73. | File "/workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/pyenchant-2.0.0/enchant/_enchant.py", line 145, in <module>
  74. | raise ImportError(msg)
  75. | ImportError: The 'enchant' C library was not found. Please install it via your OS package manager, or use a pre-built binary wheel from PyPI.
  76. | WARNING: /workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/temp/run.do_configure.15867:1 exit 1 from 'NO_FETCH_BUILD=1 /workdir/build/imx6q-phytec-mira-rdk-nand-wic/tmp/work/x86_64-linux/python3-pyenchant-native/2.0.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3 setup.py clean'
  77. |
  78. ERROR: Task (/workdir/sources/poky/../meta-sca/recipes-python/python-pyenchant-native/python3-pyenchant-native_2.0.0.bb:do_configure) failed with exit code '1'
  79. Waiting for 2 running tasks to finish:
  80. 0: cmake-native-3.15.3-r0 do_configure - 1m51s (pid 7937)
  81. 1: gcc-runtime-9.2.0-r0 do_configure - 1m3s (pid 14501)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement