Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56902 - gnotime fails to build, problems detecting guile
Summary: gnotime fails to build, problems detecting guile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-13 07:50 UTC by Jason S.
Modified: 2004-07-14 09:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason S. 2004-07-13 07:50:34 UTC
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
Comment 1 David Baehrens 2004-07-14 08:23:17 UTC
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.
Comment 2 Jason S. 2004-07-14 09:33:49 UTC
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