Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346633 - sys-devel/autogen-5.11.1 fails on econf: "Cannot find libguile" (=dev-scheme/guile-1.8.7-r2)
Summary: sys-devel/autogen-5.11.1 fails on econf: "Cannot find libguile" (=dev-scheme/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 10:53 UTC by Nikolaj Šujskij
Modified: 2010-12-08 02:30 UTC (History)
1 user (show)

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


Attachments
emerge --info =sys-devel/autogen-5.11.1 (emerge.log,13.19 KB, text/plain)
2010-11-24 10:54 UTC, Nikolaj Šujskij
Details
Full build log (build.log,8.40 KB, text/plain)
2010-11-24 10:55 UTC, Nikolaj Šujskij
Details
`qlist guile` output (guile.list,12.01 KB, text/plain)
2010-11-24 12:13 UTC, Nikolaj Šujskij
Details
autogen-5.11.1 config.log (config.log,76.23 KB, text/plain)
2010-11-24 12:55 UTC, Nikolaj Šujskij
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaj Šujskij 2010-11-24 10:53:49 UTC
sys-devel/autogen-5.11.1 fails on src_configure.

 # emerge =sys-devel/autogen-5.11.1
...
checking whether libguile can be linked with... no
configure: error: Cannot find libguile.  libguile is required.

I run fully updated ~amd64 system and have dev-scheme/guile-1.8.7-r2 installed.

Reproducible: Always

Steps to Reproduce:
Comment 1 Nikolaj Šujskij 2010-11-24 10:54:46 UTC
Created attachment 255305 [details]
emerge --info =sys-devel/autogen-5.11.1
Comment 2 Nikolaj Šujskij 2010-11-24 10:55:12 UTC
Created attachment 255307 [details]
Full build log
Comment 3 Nikolaj Šujskij 2010-11-24 11:14:51 UTC
Compilation succeeds with dev-scheme/guile[deprecated].
Comment 4 Panagiotis Christopoulos (RETIRED) gentoo-dev 2010-11-24 11:30:15 UTC
This is interesting. I have the same versions on my system installed without any issues. Please paste your "emerge -pv guile autogen" and "qlist guile" output. Try with the last guile (=guile-1.8.7-r2). 
Comment 5 Nikolaj Šujskij 2010-11-24 12:13:10 UTC
(In reply to comment #4)
> This is interesting. I have the same versions on my system installed without
> any issues. Please paste your "emerge -pv guile autogen" and "qlist guile"
> output. Try with the last guile (=guile-1.8.7-r2). 
> 

 My colleague has this issue too.

 % emerge -pv guile autogen 

[ebuild   R   ] dev-scheme/guile-1.8.7-r2  USE="nls regex threads -debug -debug-freelist -debug-malloc -deprecated -discouraged -elisp -emacs -networking" 0 kB
[ebuild  N    ] sys-devel/autogen-5.11.1  0 kB

See `qlist guile` output attached.
Comment 6 Nikolaj Šujskij 2010-11-24 12:13:54 UTC
Created attachment 255311 [details]
`qlist guile` output
Comment 7 Panagiotis Christopoulos (RETIRED) gentoo-dev 2010-11-24 12:32:35 UTC
Also upload your /var/tmp/portage/sys-devel/autogen-5.11.1/work/autogen-5.11.1/config.log. 
Comment 8 Nikolaj Šujskij 2010-11-24 12:55:19 UTC
Created attachment 255323 [details]
autogen-5.11.1 config.log
Comment 9 Panagiotis Christopoulos (RETIRED) gentoo-dev 2010-11-24 13:00:54 UTC
Err, ok, my bad. I didn't see the deprecated use flag from the start. 

I will fix this in some hours if someone from @toolchain hasn't done it yet.

For the time being, just *don't* drop the default use flags from guile. There is a reason we have put them that way there. 
Comment 10 Nikolaj Šujskij 2010-11-24 15:13:10 UTC
(In reply to comment #9)
> For the time being, just *don't* drop the default use flags from guile. There
> is a reason we have put them that way there. 

 I just have deprecated flag disabled globally in make.conf. I consider deprecated things, well, deprecated. Old and of a "better-no-to-use" kind. Am I not right there? :-)

Thanks for response, hope fix'll hit the tree soon!
Comment 11 Larik Ishkulov 2010-11-30 16:08:57 UTC
I have the same problem. Will it be fixed?
Comment 12 SpanKY gentoo-dev 2010-12-08 02:30:32 UTC
changed the dep in 5.11.3 to =dev-scheme/guile-1.8[deprecated]