Advertisement
Guest User

Untitled

a guest
Sep 4th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. Preparazione...
  2. Sincronizzazione database dei pacchetti...
  3. Clonazione python-pytaglib file di costruzione in corso...
  4. Creazione informazioni python-pytaglib...
  5. Controllo delle dipendenze di python-pytaglib in corso...
  6. Risoluzione delle dipendenze...
  7. Controllo conflitti tra i pacchetti...
  8.  
  9. Costruzione in corso di python-pytaglib...
  10. ==> Creazione del pacchetto: python-pytaglib 1.5.0-3 (dom 4 set 2022, 18:13:14)
  11. ==> Controllo delle dipendenze durante l'avvio in corso...
  12. ==> Controllo delle dipendenze durante la compilazione in corso...
  13. ==> Download dei sorgenti in corso...
  14. -> È stato trovato v1.5.0.tar.gz
  15. ==> Validazione di source file con sha512sums...
  16. v1.5.0.tar.gz ... Verificato
  17. ==> Rimozione dell'esistente directory $srcdir/ in corso...
  18. ==> Estrazione dei sorgenti in corso...
  19. -> Estrazione di v1.5.0.tar.gz usando bsdtar in corso...
  20. ==> Rimozione dell'esistente directory $pkgdir/ in corso...
  21. ==> Avvio di build() in corso...
  22. running build
  23. running build_py
  24. file src/pytaglib.py (for module pytaglib) not found
  25. creating build
  26. creating build/lib.linux-x86_64-3.10
  27. copying src/pyprinttags.py -> build/lib.linux-x86_64-3.10
  28. file src/pytaglib.py (for module pytaglib) not found
  29. running build_ext
  30. building 'taglib' extension
  31. creating build/temp.linux-x86_64-3.10
  32. creating build/temp.linux-x86_64-3.10/src
  33. gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.10 -c src/taglib.cpp -o build/temp.linux-x86_64-3.10/src/taglib.o
  34. g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.10/src/taglib.o -L/usr/lib -ltag -o build/lib.linux-x86_64-3.10/taglib.cpython-310-x86_64-linux-gnu.so
  35. ==> Avvio di check() in corso...
  36. ============================= test session starts ==============================
  37. platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0
  38. rootdir: /var/tmp/pamac-build-guest/python-pytaglib/src/pytaglib-1.5.0
  39. collected 1 item / 7 errors
  40.  
  41. ==================================== ERRORS ====================================
  42. _________________ ERROR collecting tests/test_bytes_unicode.py _________________
  43. ImportError while importing test module '/var/tmp/pamac-build-guest/python-pytaglib/src/pytaglib-1.5.0/tests/test_bytes_unicode.py'.
  44. Hint: make sure your test modules/packages have valid Python names.
  45. Traceback:
  46. /usr/lib/python3.10/importlib/__init__.py:126: in import_module
  47. return _bootstrap._gcd_import(name[level:], package, level)
  48. tests/test_bytes_unicode.py:9: in <module>
  49. import taglib
  50. E ModuleNotFoundError: No module named 'taglib'
  51. _______________ ERROR collecting tests/test_flac_remove_tags.py ________________
  52. ImportError while importing test module '/var/tmp/pamac-build-guest/python-pytaglib/src/pytaglib-1.5.0/tests/test_flac_remove_tags.py'.
  53. Hint: make sure your test modules/packages have valid Python names.
  54. Traceback:
  55. /usr/lib/python3.10/importlib/__init__.py:126: in import_module
  56. return _bootstrap._gcd_import(name[level:], package, level)
  57. tests/test_flac_remove_tags.py:8: in <module>
  58. import taglib
  59. E ModuleNotFoundError: No module named 'taglib'
  60. __________________ ERROR collecting tests/test_flacunicode.py __________________
  61. ImportError while importing test module '/var/tmp/pamac-build-guest/python-pytaglib/src/pytaglib-1.5.0/tests/test_flacunicode.py'.
  62. Hint: make sure your test modules/packages have valid Python names.
  63. Traceback:
  64. /usr/lib/python3.10/importlib/__init__.py:126: in import_module
  65. return _bootstrap._gcd_import(name[level:], package, level)
  66. tests/test_flacunicode.py:8: in <module>
  67. import taglib
  68. E ModuleNotFoundError: No module named 'taglib'
  69. ______________________ ERROR collecting tests/test_io.py _______________________
  70. ImportError while importing test module '/var/tmp/pamac-build-guest/python-pytaglib/src/pytaglib-1.5.0/tests/test_io.py'.
  71. Hint: make sure your test modules/packages have valid Python names.
  72. Traceback:
  73. /usr/lib/python3.10/importlib/__init__.py:126: in import_module
  74. return _bootstrap._gcd_import(name[level:], package, level)
  75. tests/test_io.py:10: in <module>
  76. import taglib
  77. E ModuleNotFoundError: No module named 'taglib'
  78. ______________________ ERROR collecting tests/test_m4a.py ______________________
  79. ImportError while importing test module '/var/tmp/pamac-build-guest/python-pytaglib/src/pytaglib-1.5.0/tests/test_m4a.py'.
  80. Hint: make sure your test modules/packages have valid Python names.
  81. Traceback:
  82. /usr/lib/python3.10/importlib/__init__.py:126: in import_module
  83. return _bootstrap._gcd_import(name[level:], package, level)
  84. tests/test_m4a.py:9: in <module>
  85. import taglib
  86. E ModuleNotFoundError: No module named 'taglib'
  87. ______________________ ERROR collecting tests/test_mp3.py ______________________
  88. ImportError while importing test module '/var/tmp/pamac-build-guest/python-pytaglib/src/pytaglib-1.5.0/tests/test_mp3.py'.
  89. Hint: make sure your test modules/packages have valid Python names.
  90. Traceback:
  91. /usr/lib/python3.10/importlib/__init__.py:126: in import_module
  92. return _bootstrap._gcd_import(name[level:], package, level)
  93. tests/test_mp3.py:8: in <module>
  94. import taglib
  95. E ModuleNotFoundError: No module named 'taglib'
  96. ____________________ ERROR collecting tests/test_strval.py _____________________
  97. ImportError while importing test module '/var/tmp/pamac-build-guest/python-pytaglib/src/pytaglib-1.5.0/tests/test_strval.py'.
  98. Hint: make sure your test modules/packages have valid Python names.
  99. Traceback:
  100. /usr/lib/python3.10/importlib/__init__.py:126: in import_module
  101. return _bootstrap._gcd_import(name[level:], package, level)
  102. tests/test_strval.py:8: in <module>
  103. import taglib
  104. E ModuleNotFoundError: No module named 'taglib'
  105. =========================== short test summary info ============================
  106. ERROR tests/test_bytes_unicode.py
  107. ERROR tests/test_flac_remove_tags.py
  108. ERROR tests/test_flacunicode.py
  109. ERROR tests/test_io.py
  110. ERROR tests/test_m4a.py
  111. ERROR tests/test_mp3.py
  112. ERROR tests/test_strval.py
  113. !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection !!!!!!!!!!!!!!!!!!!!
  114. ============================== 7 errors in 0.31s ===============================
  115. ==> ERRORE: Si è verificato un errore in check().
  116. L'operazione sta per essere interrotta...
  117.  
  118.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement