Am Sonntag, 9. April 2017, 11:11:13 CEST schrieb darkta...@911networks.com:
> Arch current.
> 
> I downloaded:
> 
> https://github.com/darktable-org/darktable/releases/download/release-2.2.4/d
> arktable-2.2.4.tar.xz
> 
> tar xf  darktable-2.2.4.tar.xz
> mkdir build/
> cd build/
> cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
> 
> worked without problem:
> 
> make
> 
> and I get the error:
> > [  1%] Updating version string (git checkout)
> > fatal: Not a git repository (or any parent up to mount point /home)
> > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> > fatal: Not a git repository (or any parent up to mount point /home)
> > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> > make[2]: *** [CMakeFiles/create_version_gen.dir/build.make:58:
> > CMakeFiles/create_version_gen] Error 128 make[1]: ***
> > [CMakeFiles/Makefile2:137: CMakeFiles/create_version_gen.dir/all] Error 2
> > make: *** [Makefile:150: all] Error 2
> 
> I also tried:
> 
> ./build.sh --prefix /opt/darktable --build-type Release
> 
> and got the same error

I just tried and it works for me. Do you happen to have a ".git" folder in the 
place you unpacked the tarball to? That would make the build scripts assume 
that it's a git checkout and not a source package.

Tobias

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to