Page MenuHome GnuPG

jharvell (Joe Harvell)
User

Projects

User does not belong to any projects.

User Details

User Since
Apr 23 2018, 11:44 PM (309 w, 3 d)
Availability
Available

Recent Activity

Nov 10 2020

jharvell added a comment to T3950: gnupg-2.2.6 fails to find correct library config programs when cross-compiling for ARM.

Thanks for addressing this in master.

Nov 10 2020, 4:14 PM · Feature Request

Apr 28 2018

jharvell added a comment to rP8d73d2a55a00: Respect SYSROOT variable when looking for assuan.

@werner I'm afraid you are too late. Looks like this was merged into master about three years ago. I probably should not have commented on a commit that was merged so long ago :)

Apr 28 2018, 7:19 PM
jharvell added a comment to T3950: gnupg-2.2.6 fails to find correct library config programs when cross-compiling for ARM.

You need to give the --with-foo options for each package.

Apr 28 2018, 7:12 PM · Feature Request

Apr 27 2018

jharvell created T3950: gnupg-2.2.6 fails to find correct library config programs when cross-compiling for ARM.
Apr 27 2018, 7:37 PM · Feature Request
jharvell set External Link to https://bugs.gentoo.org/653938 on T3949: pinentry looks for gpg-error-config and libassuan-config in ${SYSROOT}/bin but they are in ${SYSROOT}/usr/bin.
Apr 27 2018, 7:21 PM · Cross-Compiler, pinentry, Bug Report
jharvell created T3949: pinentry looks for gpg-error-config and libassuan-config in ${SYSROOT}/bin but they are in ${SYSROOT}/usr/bin.
Apr 27 2018, 7:20 PM · Cross-Compiler, pinentry, Bug Report
jharvell raised a concern with rP8d73d2a55a00: Respect SYSROOT variable when looking for assuan.

Why are you looking in ${SYSROOT}/bin and not ${SYSROOT}/usr/bin? I am not sure libassuan-config is installed in different directories for different OS distros. But on my distro it is installed in /usr/bin. Has it moved from /bin to /usr/bin? When cross-compiling for ARM, the check on line 30 does not find it in sysroot and the result is it uses the host libassuan-config. See https://bugs.gentoo.org/653938

Apr 27 2018, 7:02 PM