Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.36, 10.0.10
-
None
-
Windows 7 x64, cmake 2.8.12.2
Description
When building --target package the build process completes but then errors out while trying to package the zip file. The error is due to missing .pdb files.
This is not really a bug with mariadb as it's part of cmake but will stop mariadb from building. From my understanding this is due to cmake as of 2.8.12 will not build .pdb files for static libraries (see http://public.kitware.com/Bug/view.php?id=14600 )
I've attached the output of the errors in the building of the zip file. Also attached is a .diff file that alters the cmake/install_macros.cmake file
Attachments
Issue Links
- relates to
-
MDEV-6053 Debug info for static libraries is not included into Windows packages
-
- Closed
-
The attached workaround was suggested by Wlad. He also had additional thoughts on the subject, I hope he will comment with those.
Meanwhile, here is a free translation of his notes: