[Bug 2072462] Re: checkinstall failed to create symlinks in deb package generation due to the bug in the cmake in ubuntu 24
Paul White
2072462 at bugs.launchpad.net
Mon Jul 8 08:08:08 UTC 2024
** Package changed: ubuntu => cmake (Ubuntu)
** Tags added: noble
** Summary changed:
- checkinstall failed to create symlinks in deb package generation due to the bug in the cmake in ubuntu 24
+ checkinstall failed to create symlinks in deb package generation due to the bug in the cmake in ubuntu 24.04
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to cmake in Ubuntu.
https://bugs.launchpad.net/bugs/2072462
Title:
checkinstall failed to create symlinks in deb package generation due
to the bug in the cmake in ubuntu 24.04
Status in cmake package in Ubuntu:
New
Bug description:
The following cmake version as part of ubuntu24.04 creating a deb
file(through checkinstall after cmake and make) and could not able to
create a symlinks for library files inside the deb package
These are the details:
#cmake --version
cmake version 3.28.3
#dpkg -l | grep cmake
ii cmake 3.28.3-1build7 amd64 cross-platform, open-source make system
ii cmake-data 3.28.3-1build7 all CMake data files (modules, templates and documentation)
When we download the cmake, the same version from the following git repo and we could not see this issue.
1. curl -sSL -o cmake-linux.sh https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-Linux-x86_64.sh ${'\\'}
2. sh cmake-linux.sh -- --skip-license --prefix=/usr ${'\\'}
3. rm cmake-linux.sh
All links are getting created. This is true and deb package creating
from the source after cmake and make and checkinstall --noinstall
command.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/2072462/+subscriptions
More information about the foundations-bugs
mailing list