# HG changeset patch # User Erkan Yilmaz # Date 1528576808 0 # Node ID 79e6b2230d5c40a94b307767a0b87891cfc3d28a # Parent 5791f6b30f11704b57b2af5c66106ebd22d34e0e debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be diff -r 5791f6b30f11 -r 79e6b2230d5c gnupg/receipt --- a/gnupg/receipt Sat Jun 09 20:31:55 2018 +0000 +++ b/gnupg/receipt Sat Jun 09 20:40:08 2018 +0000 @@ -24,7 +24,8 @@ export LDFLAGS="-lrt" ./configure $CONFIGURE_ARGS && make && make install - #debug + # debug + echo "debug #1:" which gpg find $install/usr/share/man -type f -exec gzip -9 \{\} \; @@ -38,6 +39,8 @@ rm -r $fs/usr/share/doc $fs/usr/share/info $fs/usr/share/locale #debug + echo "debug #2:" ls -la $fs/usr/bin/gpg* + echo "debug #3:" which gpg }