Bug 48874 - Прошу пересобрать с новым libxml2 2.12.3
Summary: Прошу пересобрать с новым libxml2 2.12.3
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: inkscape (show other bugs)
Version: unstable
Hardware: x86 Linux
: P5 normal
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-20 19:42 MSK by AEN
Modified: 2023-12-22 03:09 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 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
Спасибо!