| Summary: | Прошу пересобрать с новым libxml2 2.12.3 | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | AEN <aen> |
| Component: | inkscape | Assignee: | Vitaly Lipatov <lav> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | lav |
| Version: | unstable | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
AEN
2023-12-20 19:42:37 MSK
Я так понимаю, причина провала сборки в обновлении libxml2 с 2.10.4-alt1 до 2.12.3-alt1
/usr/src/RPM/BUILD/inkscape-1.3/src/object/uri.cpp: In constructor 'Inkscape::URI::URI(const gchar*, const char*)':
/usr/src/RPM/BUILD/inkscape-1.3/src/object/uri.cpp:86:9: error: 'xmlFree' was not declared in this scope; did you mean 'xmlFreeURI'?
86 | xmlFree(full);
| ^~~~~~~
| xmlFreeURI
(Ответ для Vitaly Lipatov на комментарий #1) > Я так понимаю, причина провала сборки в обновлении libxml2 с 2.10.4-alt1 до > 2.12.3-alt1 > > /usr/src/RPM/BUILD/inkscape-1.3/src/object/uri.cpp: In constructor > 'Inkscape::URI::URI(const gchar*, const char*)': > /usr/src/RPM/BUILD/inkscape-1.3/src/object/uri.cpp:86:9: error: 'xmlFree' > was not declared in this scope; did you mean 'xmlFreeURI'? > 86 | xmlFree(full); > | ^~~~~~~ > | xmlFreeURI Да, видимо так inkscape-1.3.2-alt1 -> sisyphus: Thu Dec 21 2023 Vitaly Lipatov <lav@altlinux.ru> 1.3.2-alt1 - new version 1.3.2 (with rpmrb script) - fix build with libxml2-2.12.3 (ALT bug 48874) Спасибо! |