I always end up building darktable from scratch, myself, but I use the darktable-org git repository, here….
> git clone --recurse-submodules --depth 1 > https://github.com/darktable-org/darktable.git > cd darktable > git fetch --tags > git checkout tags/release-3.8.1 or I download the tarball from the website, here…. > > https://github.com/darktable-org/darktable/releases/download/release-3.8.1/darktable-3.8.1.tar.xz Now, regarding, “wherami,” the README.MD file states,… > Note that [LibXCF](https://github.com/houz/libxcf.git), [OpenCL]( > https://github.com/KhronosGroup/OpenCL-Headers.git), [rawspeed]( > https://github.com/darktable-org/rawspeed), [whereami]( > https://github.com/gpakosz/whereami) and [LibRaw]( > https://github.com/LibRaw/LibRaw) are tracked via git submodules, so > after checking-out darktable, you need to update/checkout the submodules > too: > > *bash* *git submodule update --init* > so that when you do… > ./build.sh --prefix $yourBinOrOpt/DarktableDirectoryHere --build-type > Release --install --sudo everything is handled. I actually handle most dependencies myself, building the following; exiftool, exiv2 gphoto2, libraw, libYUV, OpenEXR, WebP, AOM, HEIF, & AVIF. Other dependencies I tend to get from my distos —Ubuntu— repositories, being careful to also mark the, [dependency-dev] files. I then do the build using [cmake ..], [make -j16], & [sudo make -j16 install], watching the output to see what I may have missed. After upgrading to 22.04 from 21.10, my darktable 3.8.1 stopped working, so I just finished a new build. Few errors I had to fix, (and some warnings which I ignored), but everything eventually went off smoothly. I had no issues with, “whereami”. Sincerely, Karim Hosein Top Rock Photography 754.999.1652 On Fri, 29 Apr 2022 at 00:39, David Vincent-Jones <[email protected]> wrote: > I am building a new system from scratch and have the following failure: > > Cloning into bare repository > '/var/tmp/pamac-build-david/darktable-git/whereami'... > fatal: unable to access 'https://github.com/gpakosz/whereami/': Could not > resolve host: github.com > ==> ERROR: Failure while downloading whereami git repo > Aborting... > Failed to build darktable-git > > Any ideas? > > ____________________________________________________________________________ > darktable user mailing list to unsubscribe send a mail to > [email protected] > ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
