Re: /bzr/squid3/trunk/ r12925: Bug 3297: Fix openSSL related build failures

2013-07-03 Thread Tsantilas Christos
On 07/01/2013 01:41 PM, Tsantilas Christos wrote: The problem looks that it is that is is uses an older version to configure openSSL which is installed under the /usr/ and finally builds with a newer version which installed under the /usr/local/ This is because it finds an other component

Re: /bzr/squid3/trunk/ r12925: Bug 3297: Fix openSSL related build failures

2013-07-03 Thread Amos Jeffries
On 3/07/2013 9:50 p.m., Tsantilas Christos wrote: On 07/01/2013 01:41 PM, Tsantilas Christos wrote: The problem looks that it is that is is uses an older version to configure openSSL which is installed under the /usr/ and finally builds with a newer version which installed under the /usr/local/

Re: /bzr/squid3/trunk/ r12925: Bug 3297: Fix openSSL related build failures

2013-07-01 Thread Tsantilas Christos
The script which check for const SSL_METHOD * fails on FreeBSD using clang compiler... On 07/01/2013 07:38 AM, Amos Jeffries wrote: On 1/07/2013 3:54 a.m., Christos Tsantilas wrote: revno: 12925 fixes bug(s):

Re: /bzr/squid3/trunk/ r12925: Bug 3297: Fix openSSL related build failures

2013-07-01 Thread Tsantilas Christos
I need to see again in config.log script (I suppose the ws/btlayer-02-maximus/lonfig.log file or something like that). I can not find it anywhere in Jenkins web interface. Is there any standard way to find out build files without have to bother you? On 07/01/2013 07:38 AM, Amos Jeffries wrote:

Re: /bzr/squid3/trunk/ r12925: Bug 3297: Fix openSSL related build failures

2013-07-01 Thread Amos Jeffries
On 1/07/2013 8:02 p.m., Tsantilas Christos wrote: I need to see again in config.log script (I suppose the ws/btlayer-02-maximus/lonfig.log file or something like that). I can not find it anywhere in Jenkins web interface. Is there any standard way to find out build files without have to bother

Re: /bzr/squid3/trunk/ r12925: Bug 3297: Fix openSSL related build failures

2013-07-01 Thread Tsantilas Christos
The problem looks that it is that is is uses an older version to configure openSSL which is installed under the /usr/ and finally builds with a newer version which installed under the /usr/local/ This is because it finds an other component under the /usr/local and include these locations to build

Re: /bzr/squid3/trunk/ r12925: Bug 3297: Fix openSSL related build failures

2013-07-01 Thread Amos Jeffries
On 1/07/2013 10:41 p.m., Tsantilas Christos wrote: The problem looks that it is that is is uses an older version to configure openSSL which is installed under the /usr/ and finally builds with a newer version which installed under the /usr/local/ This is because it finds an other component

Re: /bzr/squid3/trunk/ r12925: Bug 3297: Fix openSSL related build failures

2013-07-01 Thread Kinkie
We should include the /usr/local/ include and library paths for clang compiler too. Yes I think so. I'm also reviewing this patch - the new configure macros don't use caching which is bad form. Expect a patch from me soon. -- /kinkie

Re: /bzr/squid3/trunk/ r12925: Bug 3297: Fix openSSL related build failures

2013-06-30 Thread Amos Jeffries
On 1/07/2013 3:54 a.m., Christos Tsantilas wrote: revno: 12925 fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=3297 http://bugs.squid-cache.org/show_bug.cgi?id=3759 committer: Christos Tsantilas