CPack DEB generator: control-file-has-bad-permissions mdsums 0644 != 0644

孤者浪人 提交于 2019-12-05 04:26:13

Good day, i stuck with same problem. After googling and some failed attempts i create workaround. After cpack i start my own script where i fix permissions on mdsums file. You can see my solution on next link: https://github.com/paralect/robomongo/blob/master/install/linux/fixup_deb.sh.in

This is fixed in the develop branch of CMake, upcoming version 3.3.

Can confirm, CMake 3.3.0-rc2 fixes it, but if you have your source files on NTFS-formatted hard drive (like me), the error will still be there. As a workaround you can build your package from any available EXT partition, it worked in my case.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!