Advertisement
simo-reby

Untitled

Jan 20th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.07 KB | None | 0 0
  1. yay -S python-asteval Ok
  2. AUR Explicit (1): python-asteval-1.0.6-1
  3. :: PKGBUILD up to date, skipping download: python-asteval
  4. 1 python-asteval (Build Files Exist)
  5. ==> Packages to cleanBuild?
  6. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  7. ==>
  8. 1 python-asteval (Build Files Exist)
  9. ==> Diffs to show?
  10. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  11. ==>
  12. ==> Creazione del pacchetto: python-asteval 1.0.6-1 (lun 20 gen 2025, 22:45:50)
  13. ==> Download dei sorgenti in corso...
  14. -> Aggiornamento del repository asteval git in corso...
  15. ==> ATTENZIONE: Sto ignorando la verifica delle firme PGP.
  16. ==> Validazione di source file con b2sums...
  17. asteval ... Verificato
  18. :: (1/1) Parsing SRCINFO: python-asteval
  19. ==> Creazione del pacchetto: python-asteval 1.0.6-1 (lun 20 gen 2025, 22:45:51)
  20. ==> Controllo delle dipendenze durante l'avvio in corso...
  21. ==> Controllo delle dipendenze durante la compilazione in corso...
  22. ==> Download dei sorgenti in corso...
  23. -> Aggiornamento del repository asteval git in corso...
  24. ==> Validazione di source file con b2sums...
  25. asteval ... Verificato
  26. ==> Rimozione dell'esistente directory $srcdir/ in corso...
  27. ==> Estrazione dei sorgenti in corso...
  28. -> Creazione di una copia di lavoro del repository asteval git in corso...
  29. Clone in 'asteval' in corso...
  30. fatto.
  31. Si è passati a un nuovo branch 'makepkg'
  32. ==> I sorgenti sono pronti.
  33. ==> Creazione del pacchetto: python-asteval 1.0.6-1 (lun 20 gen 2025, 22:45:54)
  34. ==> Controllo delle dipendenze durante l'avvio in corso...
  35. ==> Controllo delle dipendenze durante la compilazione in corso...
  36. ==> ATTENZIONE: Sto usando il tree esistente di $srcdir/
  37. ==> Rimozione dell'esistente directory $pkgdir/ in corso...
  38. ==> Avvio di build() in corso...
  39. * Getting build dependencies for wheel...
  40. ModuleNotFoundError while trying to load entry-point compile_translations: No module named 'compile_translations'
  41. running egg_info
  42. creating asteval.egg-info
  43. writing asteval.egg-info/PKG-INFO
  44. writing dependency_links to asteval.egg-info/dependency_links.txt
  45. writing requirements to asteval.egg-info/requires.txt
  46. writing top-level names to asteval.egg-info/top_level.txt
  47. writing manifest file 'asteval.egg-info/SOURCES.txt'
  48. adding license file 'LICENSE'
  49. writing manifest file 'asteval.egg-info/SOURCES.txt'
  50. * Building wheel...
  51. ModuleNotFoundError while trying to load entry-point compile_translations: No module named 'compile_translations'
  52. running bdist_wheel
  53. running build
  54. running build_py
  55. creating build/lib/asteval
  56. copying asteval/asteval.py -> build/lib/asteval
  57. copying asteval/__init__.py -> build/lib/asteval
  58. copying asteval/version.py -> build/lib/asteval
  59. copying asteval/astutils.py -> build/lib/asteval
  60. running egg_info
  61. writing asteval.egg-info/PKG-INFO
  62. writing dependency_links to asteval.egg-info/dependency_links.txt
  63. writing requirements to asteval.egg-info/requires.txt
  64. writing top-level names to asteval.egg-info/top_level.txt
  65. adding license file 'LICENSE'
  66. writing manifest file 'asteval.egg-info/SOURCES.txt'
  67. installing to build/bdist.linux-x86_64/wheel
  68. running install
  69. running install_lib
  70. creating build/bdist.linux-x86_64/wheel
  71. creating build/bdist.linux-x86_64/wheel/asteval
  72. copying build/lib/asteval/asteval.py -> build/bdist.linux-x86_64/wheel/./asteval
  73. copying build/lib/asteval/__init__.py -> build/bdist.linux-x86_64/wheel/./asteval
  74. copying build/lib/asteval/version.py -> build/bdist.linux-x86_64/wheel/./asteval
  75. copying build/lib/asteval/astutils.py -> build/bdist.linux-x86_64/wheel/./asteval
  76. running install_egg_info
  77. Copying asteval.egg-info to build/bdist.linux-x86_64/wheel/./asteval-1.0.6-py3.13.egg-info
  78. running install_scripts
  79. creating build/bdist.linux-x86_64/wheel/asteval-1.0.6.dist-info/WHEEL
  80. creating '/home/simona/.cache/yay/python-asteval/src/asteval/dist/.tmp-gomcobbk/asteval-1.0.6-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  81. adding 'asteval/__init__.py'
  82. adding 'asteval/asteval.py'
  83. adding 'asteval/astutils.py'
  84. adding 'asteval/version.py'
  85. adding 'asteval-1.0.6.dist-info/LICENSE'
  86. adding 'asteval-1.0.6.dist-info/METADATA'
  87. adding 'asteval-1.0.6.dist-info/WHEEL'
  88. adding 'asteval-1.0.6.dist-info/top_level.txt'
  89. adding 'asteval-1.0.6.dist-info/RECORD'
  90. removing build/bdist.linux-x86_64/wheel
  91. Successfully built asteval-1.0.6-py3-none-any.whl
  92. ==> Avvio di check() in corso...
  93. Traceback (most recent call last):
  94. File "/bin/pytest", line 8, in <module>
  95. sys.exit(console_main())
  96. ~~~~~~~~~~~~^^
  97. File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 201, in console_main
  98. code = main()
  99. File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 156, in main
  100. config = _prepareconfig(args, plugins)
  101. File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 341, in _prepareconfig
  102. config = pluginmanager.hook.pytest_cmdline_parse(
  103. pluginmanager=pluginmanager, args=args
  104. )
  105. File "/usr/lib/python3.13/site-packages/pluggy/_hooks.py", line 513, in __call__
  106. return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  107. ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  108. File "/usr/lib/python3.13/site-packages/pluggy/_manager.py", line 120, in _hookexec
  109. return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  110. ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  111. File "/usr/lib/python3.13/site-packages/pluggy/_callers.py", line 139, in _multicall
  112. raise exception.with_traceback(exception.__traceback__)
  113. File "/usr/lib/python3.13/site-packages/pluggy/_callers.py", line 122, in _multicall
  114. teardown.throw(exception) # type: ignore[union-attr]
  115. ~~~~~~~~~~~~~~^^^^^^^^^^^
  116. File "/usr/lib/python3.13/site-packages/_pytest/helpconfig.py", line 105, in pytest_cmdline_parse
  117. config = yield
  118. ^^^^^
  119. File "/usr/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall
  120. res = hook_impl.function(*args)
  121. File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 1140, in pytest_cmdline_parse
  122. self.parse(args)
  123. ~~~~~~~~~~^^^^^^
  124. File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 1494, in parse
  125. self._preparse(args, addopts=addopts)
  126. ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  127. File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 1381, in _preparse
  128. self.pluginmanager.load_setuptools_entrypoints("pytest11")
  129. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  130. File "/usr/lib/python3.13/site-packages/pluggy/_manager.py", line 421, in load_setuptools_entrypoints
  131. plugin = ep.load()
  132. File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
  133. module = import_module(match.group('module'))
  134. File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
  135. return _bootstrap._gcd_import(name[level:], package, level)
  136. ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  137. File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  138. File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  139. File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  140. File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  141. File "/usr/lib/python3.13/site-packages/_pytest/assertion/rewrite.py", line 184, in exec_module
  142. exec(co, module.__dict__)
  143. ~~~~^^^^^^^^^^^^^^^^^^^^^
  144. File "/usr/lib/python3.13/site-packages/pytest_image_diff/plugin.py", line 17, in <module>
  145. from .image_diff import _diff
  146. File "/usr/lib/python3.13/site-packages/_pytest/assertion/rewrite.py", line 184, in exec_module
  147. exec(co, module.__dict__)
  148. ~~~~^^^^^^^^^^^^^^^^^^^^^
  149. File "/usr/lib/python3.13/site-packages/pytest_image_diff/image_diff.py", line 5, in <module>
  150. from diffimg import diff
  151. ModuleNotFoundError: No module named 'diffimg'
  152. ==> ERRORE: Si è verificato un errore in check().
  153. L'operazione sta per essere interrotta...
  154. -> error making: python-asteval-exit status 4
  155. removing untracked AUR files from cache...
  156. :: Cleaning (1/1): /home/simona/.cache/yay/python-asteval
  157. -> Failed to install the following packages. Manual intervention is required:
  158. python-asteval - exit status 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement