After running the command cpack -G DEB, the resulting deb packages have no files. #529
Replies: 2 comments
-
|
Hi, this was already fixed with #521. So v2.2.1 release should work correctly here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! After running the command cpack -G DEB, the resulting deb packages have no files.
Version: sdbus-c++_2.1.0_amd64 (https://github.com/Kistler-Group/sdbus-cpp/tree/v2.1.0)
Steps to reproduce:
Run the commands:
mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_CXX_FLAGS="$SDBUSCPP_EXTRA_CXX_FLAGS" -DCMAKE_VERBOSE_MAKEFILE=ON -DSDBUSCPP_INSTALL=ON -DSDBUSCPP_BUILD_CODEGEN=ON -DSDBUSCPP_BUILD_LIBSYSTEMD=ON -DSDBUSCPP_LIBSYSTEMD_VERSION=252 .. cmake --build . -j2 cpack -G DEBThe build completes without errors, but after the build, the resulting deb packages have no files:
dpkg-deb -c sdbus-c++-dev_2.1.0_amd64.debdrwxr-xr-x root/root 0 2026-03-18 18:57 ./usr/I took the build steps (only excluding tests) from ci.yml
Please advise what the problem might be.
build.log
Beta Was this translation helpful? Give feedback.
All reactions