mhx / dwarfs

A fast high compression read-only file system for Linux, Windows and macOS
GNU General Public License v3.0
2.13k stars 56 forks source link

official debian package, allow building without git? #209

Closed alexmyczko closed 5 months ago

alexmyczko commented 5 months ago
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- REAL_SOURCE_DIR: /var/www/debian/dwarfs/dwarfs-0.9.7 (/var/www/debian/dwarfs/dwarfs-0.9.7)
-- GIT_TOPLEVEL: /var/www/debian/dwarfs/dwarfs-0.9.7 ()
-- PRJ_GIT_REV: 
-- PRJ_GIT_DATE: 
CMake Error at cmake/version.cmake:54 (message):
  missing version files
Call Stack (most recent call first):
  CMakeLists.txt:143 (include)

wanted for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068852

mhx commented 5 months ago

You can either build with git, or use the release tarballs, which also contain the version files. Building from the release tarball would potentially be preferable for a Debian package?

You might want to take a look at #155 if neither of the above options work for you.

alexmyczko commented 5 months ago

perfect sorry for the double issue.

mhx commented 5 months ago

FYI, there are several Dockerfiles in the repo that can be helpful in determining the set of dependencies. There's no need to install all the compilers, this is just to have them available in CI.

mhx commented 5 months ago

I'll close this issue assuming that it doesn't require any changes for now. Please re-open or file a new issue if you still need support.