I guess it was a typo: I tried compiling gnome-base/gnome-keyring-2.26.3 and it failed with the following: checking for LIBGCRYPT... configure: error: Package requirements (libgcryt >= "1:1.2.2") were not met: No package 'libgcryt' found so I manually edited the configure script in /var/tmp/portage/gnome-base/gnome-keyring-2.26.3/work/gnome-keyring-2.26.3/configure and replaced all instances of 'libcryt' with 'libcrypt', after which it compiled. Reproducible: Always Steps to Reproduce: 1. emerge =gnome-base/gnome-keyring-2.26.3 Actual Results: The configure script fail (see message above) Expected Results: It should run normally and detect that I do have the required dependency
It builds just fine here... - Could you attach the output of emerge --info - Then attach your build.log - and attach your config.log thanks in advance
Sorry, I later figured out it was because I had an the openmoko-target overlay in my portdir and it had pulled libcrypt out of it; Commenting the line in make.conf and rebuilding libcrypt fixed it. Sorry, my bad. (It still sounds strange though, that the typo would come out on the configure script of gnome-keyring, and not directly on libcrypt).
re-opening to set correct resolution