Bug 197865 - clang autoconf conftest behaving different from 10.1 with libs from ports
Summary: clang autoconf conftest behaving different from 10.1 with libs from ports
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 10.0-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-20 21:33 UTC by Bernard Spil
Modified: 2017-03-26 18:58 UTC (History)
0 users

See Also:


Attachments
config.log from 10.0/clang3.3 (57.00 KB, text/plain)
2015-02-20 21:34 UTC, Bernard Spil
no flags Details
config.log from 10.1/clang3.4 (57.51 KB, application/x-gzip)
2015-02-20 21:35 UTC, Bernard Spil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2015-02-20 21:33:35 UTC
During a build of curl with LibreSSL as SSL library the build fails due to detecting an unavailable function during configure.
What I've noticed is that the order in which the libraries are searched differs between 10.0/clang3.3 and 10.1/clang3.4

Attaching config.log for both versions.
If you wish to test this, add 
WITH_OPENSSL_PORT=    yes
OPENSSL_PORT=         security/libressl
to your make.conf and build ftp/curl
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2015-02-20 21:34:56 UTC
Created attachment 153247 [details]
config.log from 10.0/clang3.3

> 1000 KB so gzipped
Comment 2 Bernard Spil freebsd_committer freebsd_triage 2015-02-20 21:35:20 UTC
Created attachment 153248 [details]
config.log from 10.1/clang3.4

> 1000 KB so gzipped