Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 578468

Summary: net-misc/curl-7.48.0 creates dylib with undefined symbols
Product: Gentoo/Alt Reporter: * <rfc469>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: environment
build.log

Description * 2016-03-28 15:20:56 UTC
My system is OS X El Capitan (10.11.3).
I'm using an installation built with a successful bootstrap from bug 564814.
When I emerge (or re-emerge) net-misc/curl it creates a libcurl.4.4.0.dylib with undefined symbols.

For example, before re-emerge:
$ nm libcurl.4.4.0.dylib | grep DIGEST_MD5
0000000000052130 s _Curl_DIGEST_MD5

After re-emerge:
$ nm libcurl.4.4.0.dylib | grep DIGEST_MD5
0000000000053d90 s _Curl_DIGEST_MD5
                 U _Curl_DIGEST_MD5

I think this is also an issue with curl-7.47.1. When I restore my gentoo installation back to the point of the successful bootstrap above (Feb 13) I have the same issue re-emerging curl-7.47.1.

Reproducible: Always

Steps to Reproduce:
1. quickpkg net-misc/curl
2. emerge --oneshot =net-misc/curl-7.48.0
Comment 1 * 2016-03-28 15:23:51 UTC
Created attachment 429184 [details]
environment
Comment 2 * 2016-03-28 15:24:20 UTC
Created attachment 429186 [details]
build.log
Comment 3 Fabian Groffen gentoo-dev 2016-03-31 13:42:32 UTC
I cannot seem to reproduce this.
Comment 4 * 2016-04-10 15:44:18 UTC
This was caused by bug 579452. Thanks for trying to reproduce.