Open SantjagoCorkez opened 2 years ago
on which version of debian is that?
First row of my report: Debian Bullseye
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
your cpack
fails as it tries to do something on the system, and you're only user without permission to do so.
Since I haven't modified any line of the source code prior to building it, that means it's the project's source code which defines some actions which my operating system prohibits. Like unprivileged modification of /usr/local/lib
. Seems it tries to commit these actions on live filesystem instead of a chroot sandbox as, for example, dpkg
does.
cpack is not the preferred way of creating debs. but debian source package, the official from debian.org. maybe close this issue?
@unxed close this issue? too many open issues? or is there a plan to improve cpack debs?
Let's ask @elfmz. I do not have closing permissions.
Debian Bullseye,
Built with:
cmake -DUSEWX=yes -DCMAKE_BUILD_TYPE=Release -DPYTHON=yes -G Ninja ..
Repo state:
cpack fails to build full-featured package: