User Details
User Details
- User Since
- Apr 23 2018, 11:44 PM (343 w, 4 d)
- Availability
- Available
Nov 10 2020
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.
Apr 28 2018
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 :)
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 27 2018
Apr 27 2018
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.
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