Bug 48874

Summary: Прошу пересобрать с новым libxml2 2.12.3
Product: Sisyphus Reporter: AEN <aen>
Component: inkscapeAssignee: 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
Прошу пересобрать inkscapa
Comment 1 Vitaly Lipatov 2023-12-21 00:32: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
Comment 2 AEN 2023-12-21 00:42:34 MSK
(Ответ для 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

Да, видимо так
Comment 3 Repository Robot 2023-12-22 03:08:14 MSK
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)
Comment 4 AEN 2023-12-22 03:09:40 MSK
Спасибо!