When emerging gnotime-2.1.6 the configuration fails while checking for guile: "checking for Guile... ERROR: Unbound variable: include-deprecated-features" "configure: cannot find guile-config; is Guile installed?" the answer is yes... Guile is installed. dev-util/guile version 1.6.4-r1 Reproducible: Always Steps to Reproduce: 1.emerge gnotime 2. 3. Actual Results: the build runs until it gets the below errors: "checking for Guile... ERROR: Unbound variable: include-deprecated-features" "configure: cannot find guile-config; is Guile installed?" Expected Results: emerged gnotime 2.1.6
I had a similar error with texmacs-1.0.3-r1. After a remerge of guile-1.4-r3 with -O2 instead of -O3 it worked. I don't know about later guile versions, but it seems to have problems with optimization.
After following David Baehrens suggestion of reemerging guile, gnotime now compiles. - From my standpoint this is fixed, but I am not sure what the root cause is. I am going to resove the bug as fixed, but please feel free to change the status to anything else. Thank you