Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 10.5
-
Fix Version/s: N/A
-
Component/s: Packaging
-
Labels:None
-
Environment:CentOS7
Description
I tested on 10.5. Maybe it is reproducible even earlier.
$env|grep CMAKE
|
CMAKE_GENERATOR=Ninja
|
CMAKE_BUILD_PARALLEL_LEVEL=8
|
 |
$ cmake -DRPM=centos7 ../../src/10.5
|
$ cpack -G RPM .
|
In CPackGenerator -> set(CPACK_CMAKE_GENERATOR "Ninja") .
Note when we unset CMAKE_GENERATOR it uses MakeFiles and has different error, that is already known MDEV-16758 and MDEV-22276 comment
Attachments or errors provided.
Attachments
Issue Links
- relates to
-
MDEV-16758 opensuse 15.0 builds fail with cpack error
-
- Closed
-
-
MDEV-22276 No debuginfo RPMs for RHEL6?
-
- Closed
-