Closed misterhsp closed 1 year ago
nemo-seahorse does not build on debian-sid
Running compile: Working directory: /build/nemo-seahorse-5.6.0/obj-x86_64-linux-gnu/meson-private/tmpyh0klflh Command line: cc /build/nemo-seahorse-5.6.0/obj-x86_64-linux-gnu/meson-private/tmpyh0klflh/testfile.c -o /build/nemo-seahorse-5.6.0/obj-x86_64-linux-gnu/meson-private/tmpyh0klflh/output.exe -g -O2 -ffile-prefix-map=/build/nemo-seahorse-5.6.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lgpgme -Wl,--end-group -Wl,--allow-shlib-undefined -Wl,-z,relro -Wl,-z,now Code: int main(void) { return 0; } Compiler stdout: Compiler stderr: Library gpgme found: YES Program gpgme-config found: NO ../meson.build:64:0: ERROR: Program 'gpgme-config' not found or not executable dh_auto_configure: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu returned exit code 1 make: *** [debian/rules:6: build] Error 255 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
$ apt-file find gpgme-config librust-gpgme-sys-dev: /usr/share/cargo/registry/gpgme-sys-0.10.0/debian/patches/workaround-gpgme-config-removal.patch
Thanks...
for info related: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023601
nemo-seahorse does not build on debian-sid
Thanks...