Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364881 - dev-lang/erlang-14.2.1: failed to locate shared zlib
Summary: dev-lang/erlang-14.2.1: failed to locate shared zlib
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-26 02:01 UTC by James G. Kim
Modified: 2011-08-28 18:27 UTC (History)
0 users

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 James G. Kim 2011-04-26 02:01:08 UTC
While emerging dev-lang/erlang-14.2.1, it failed to locate shared zlib in the configuration phase.

I guess the following lines should be included in the src_prepare() or src_configure() to reproduce the configure script.


cd "${S}"
./otp_build autoconf

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-lang/erlang-14.2.1
Actual Results:  
configure: error: cannot find any shared zlib

...

 * ERROR: dev-lang/erlang-14.2.1 failed (configure phase):
 *   econf failed
Comment 1 Fabian Groffen gentoo-dev 2011-05-01 10:39:17 UTC
I emerged dev-lang/erlang-14.2.2 successfully, does that still yield in the problem you reported for 14.2.1 for you?
Comment 2 James G. Kim 2011-05-01 14:39:22 UTC
(In reply to comment #1)
> I emerged dev-lang/erlang-14.2.2 successfully, does that still yield in the
> problem you reported for 14.2.1 for you?

I tried to emerge dev-lang/erlang-14.2.2, but it failed with the same reason.
It could also be emerged with the same solution.
Comment 3 Fabian Groffen gentoo-dev 2011-08-28 18:27:43 UTC
14.2.3 has an empty zlib argument for as far as I can see (in configure) so I think if this ever was an issue, it should be obsolete now.