Bug 40403 - Сломалась сборка mariadb
Summary: Сломалась сборка mariadb
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: mariadb (show other bugs)
Version: unstable
Hardware: x86 Linux
: P5 critical
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-08 18:13 MSK by AEN
Modified: 2021-07-11 23:15 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description AEN 2021-07-08 18:13:40 MSK
Прошу исправить
Comment 1 AEN 2021-07-11 19:25:23 MSK
Ищ devel@:

Алексей, как я понимаю, в правиле опечатка, отсюда и получаем
CMake Error at libmariadb/cmake/ConnectorName.cmake:30 (ENDMACRO):
   Flow control statements are not properly nested.
Call Stack (most recent call first):
   libmariadb/CMakeLists.txt:423 (INCLUDE)

Исправляется так:
$ diff -u libmariadb/cmake/ConnectorName.cmake
libmariadb/cmake/ConnectorName.cmake.new
--- libmariadb/cmake/ConnectorName.cmake        2021-07-11 13:39:22.075170376
+0300
+++ libmariadb/cmake/ConnectorName.cmake.new    2021-07-11
13:39:16.929141979 +0300
@@ -22,7 +22,7 @@
      SET(MACHINE_NAME "x64")
    ELSE()
      SET(MACHINE_NAME "32")
-  END()
+  ENDIF()
  ENDIF()
Comment 2 Repository Robot 2021-07-11 23:13:31 MSK
mariadb-10.4.20-alt1 -> sisyphus:

 Sun Jul 11 2021 Alexey Shabalin <shaba@altlinux> 10.4.20-alt1
 - 10.4.20 (ALT #40403)
 - Fixes for the following security vulnerabilities:
   + CVE-2021-27928
   + CVE-2021-2166
   + CVE-2021-2154
Comment 3 AEN 2021-07-11 23:15:37 MSK
Спасибо!