Bug 47200 - Сломалось обновление
Summary: Сломалось обновление
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: appstream-data-generator (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-11 14:25 MSK by arbars@altlinux.org
Modified: 2023-08-11 19:35 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arbars@altlinux.org 2023-08-11 14:25:42 MSK

    
Comment 1 arbars@altlinux.org 2023-08-11 14:26:22 MSK
Traceback (most recent call last):
  File "/usr/bin/appstream-data-generator", line 521, in <module>
    xmlinfo_root = ET.parse(xmlfile_name)
                   ^^^^^^^^^^^^^^^^^^^^^^
  File "src/lxml/etree.pyx", line 3541, in lxml.etree.parse
  File "src/lxml/parser.pxi", line 1879, in lxml.etree._parseDocument
  File "src/lxml/parser.pxi", line 1905, in lxml.etree._parseDocumentFromURL
  File "src/lxml/parser.pxi", line 1808, in lxml.etree._parseDocFromFile
  File "src/lxml/parser.pxi", line 1180, in lxml.etree._BaseParser._parseDocFromFile
  File "src/lxml/parser.pxi", line 618, in lxml.etree._ParserContext._handleParseResultDoc
  File "src/lxml/parser.pxi", line 728, in lxml.etree._handleParseResult
  File "src/lxml/parser.pxi", line 655, in lxml.etree._raiseParseError
Comment 2 arbars@altlinux.org 2023-08-11 19:35:06 MSK
Имею подозрения на python3-module-lxml:
Ссылка на багу:
https://bugs.launchpad.net/lxml/+bug/1980767

Ссылка на возможное исправление:

https://github.com/lxml/lxml/pull/379