greenbone / gvm-libs

Greenbone Vulnerability Management Libraries
GNU General Public License v2.0
83 stars 79 forks source link

Cpack create empty package #381

Closed Taknok closed 4 years ago

Taknok commented 4 years ago

Expected behavior

Cpack should produce an archive with files inside.

Actual behavior

Cpack (or make package) produce an empty archive.

Steps to reproduce

If using make package_source the archive is not empty (but contain only sources, which is normal).

GVM versions

gvm-libs: v11.0.1

Environment

Operating system:

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04 LTS"

Logfiles

# cpack
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: gvm-libs
CPack: - Install project: gvm-libs []
CPack: Create package
CPack: - package: /build/gvm-libs-11.0.1/build/gvm-libs-11.0.1.tar.gz generated.
#
bjoernricks commented 4 years ago

Oh I am sorry we aren't using cpack since a long time already. Please either use the git checkouts directly or download the release tarballs from github. cpack is just a leftover.