Re: [Fink-users] Failed: phase compiling: xrootd4-4.5.0-1 failed

2017-01-11 Thread Alexander Hansen

> On Jan 11, 2017, at 16:09, Sean Lake  wrote:
> 
> 
>> On Jan 11, 2017, at 9:48, Alexander Hansen  
>> wrote:
>> 
>> 
>>> On Jan 11, 2017, at 09:35, Sean Lake  wrote:
>>> 
 
 On Jan 9, 2017, at 15:30, Sean Lake  wrote:
 
 Hello all,
 
 I'm trying to update root, and I run into the following build error. Is 
 the problem a missing dependency?
 
 [ 40%] Building CXX object 
 src/CMakeFiles/XrdHttp-4.dir/XrdHttp/XrdHttpProtocol.cc.o
 In file included from 
 /sw/src/fink.build/xrootd4-4.5.0-1/xrootd-4.5.0/src/XrdHttp/XrdHttpProtocol.cc:36:
 /sw/src/fink.build/xrootd4-4.5.0-1/xrootd-4.5.0/src/XrdHttp/XrdHttpProtocol.hh:51:10:
  fatal error: 
   'openssl/ssl.h' file not found
 #include 
  ^
 1 error generated.
 
 System info:
 
 Package manager version: 0.41.1
 Distribution version: selfupdate-rsync Mon Jan  9 15:24:59 2017, 10.10, 
 x86_64
 Trees: local/main stable/main
 Xcode.app: 7.2.1
 Xcode command-line tools: 7.2.0.0.1.1447826929
 Max. Fink build jobs:  1
 
 Thanks,
 Sean Lake
>>> 
>>> 
>>> For what it's worth, I'm still getting this error.
>>> 
>>> Distribution version: selfupdate-rsync Wed Jan 11 09:32:31 2017, 10.10, 
>>> x86_64
>>> Trees: local/main stable/main
>>> Xcode.app: 7.2.1
>>> Xcode command-line tools: 7.2.0.0.1.1447826929
>>> Max. Fink build jobs:  1
>>> 
>>> Thanks,
>>> Sean Lake
>> 
>> 
>> Since 10.10 still has a system OpenSSL, I’m guessing the issue might the 
>> opposite of a missing dependency, where the build process finds the system’s 
>> openssl rather than Fink’s openssl100.  
>> 
>> Let’s start at the configuration stage of the build and look for what you 
>> have at the following point:
>> 
>> -- Found OpenSSL: /sw/lib/libssl.dylib;/sw/lib/libcrypto.dylib  
>> -- Looking for TLSv1_2_method
>> -- Looking for TLSv1_2_method - found
>> -- Looking for TLSv1_1_method
>> -- Looking for TLSv1_1_method - found
>> -- Looking for TLSv1_method
>> -- Looking for TLSv1_method - found
>> -- Found KERBEROS5: /usr/lib/libkrb5.dylib;/usr/lib/libcom_err.dylib  
>> 
>> -- 
>> Alexander Hansen, Ph.D.
>> Fink User Liaison
>> 
> 
> 
> The output in that section is:
> 
> -- Found OpenSSL: /usr/lib/libssl.dylib;/usr/lib/libcrypto.dylib  
> -- Looking for TLSv1_2_method
> -- Looking for TLSv1_2_method - not found
> -- Looking for TLSv1_1_method
> -- Looking for TLSv1_1_method - not found
> -- Looking for TLSv1_method
> -- Looking for TLSv1_method - found
> -- Found KERBEROS5: /usr/lib/libkrb5.dylib;/usr/lib/libcom_err.dylib
> 
> Thanks,
> Sean Lake

Someone saw the same thing on 10.11, too.  There may be some subtlety in the 
OpenSSL detection that isn’t immediately obvious.



-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Re: [Fink-users] Failed: phase compiling: xrootd4-4.5.0-1 failed

2017-01-11 Thread Sean Lake

> On Jan 11, 2017, at 9:48, Alexander Hansen  
> wrote:
> 
> 
>> On Jan 11, 2017, at 09:35, Sean Lake  wrote:
>> 
>>> 
>>> On Jan 9, 2017, at 15:30, Sean Lake  wrote:
>>> 
>>> Hello all,
>>> 
>>> I'm trying to update root, and I run into the following build error. Is the 
>>> problem a missing dependency?
>>> 
>>> [ 40%] Building CXX object 
>>> src/CMakeFiles/XrdHttp-4.dir/XrdHttp/XrdHttpProtocol.cc.o
>>> In file included from 
>>> /sw/src/fink.build/xrootd4-4.5.0-1/xrootd-4.5.0/src/XrdHttp/XrdHttpProtocol.cc:36:
>>> /sw/src/fink.build/xrootd4-4.5.0-1/xrootd-4.5.0/src/XrdHttp/XrdHttpProtocol.hh:51:10:
>>>  fatal error: 
>>>'openssl/ssl.h' file not found
>>> #include 
>>>   ^
>>> 1 error generated.
>>> 
>>> System info:
>>> 
>>> Package manager version: 0.41.1
>>> Distribution version: selfupdate-rsync Mon Jan  9 15:24:59 2017, 10.10, 
>>> x86_64
>>> Trees: local/main stable/main
>>> Xcode.app: 7.2.1
>>> Xcode command-line tools: 7.2.0.0.1.1447826929
>>> Max. Fink build jobs:  1
>>> 
>>> Thanks,
>>> Sean Lake
>> 
>> 
>> For what it's worth, I'm still getting this error.
>> 
>> Distribution version: selfupdate-rsync Wed Jan 11 09:32:31 2017, 10.10, 
>> x86_64
>> Trees: local/main stable/main
>> Xcode.app: 7.2.1
>> Xcode command-line tools: 7.2.0.0.1.1447826929
>> Max. Fink build jobs:  1
>> 
>> Thanks,
>> Sean Lake
> 
> 
> Since 10.10 still has a system OpenSSL, I’m guessing the issue might the 
> opposite of a missing dependency, where the build process finds the system’s 
> openssl rather than Fink’s openssl100.  
> 
> Let’s start at the configuration stage of the build and look for what you 
> have at the following point:
> 
> -- Found OpenSSL: /sw/lib/libssl.dylib;/sw/lib/libcrypto.dylib  
> -- Looking for TLSv1_2_method
> -- Looking for TLSv1_2_method - found
> -- Looking for TLSv1_1_method
> -- Looking for TLSv1_1_method - found
> -- Looking for TLSv1_method
> -- Looking for TLSv1_method - found
> -- Found KERBEROS5: /usr/lib/libkrb5.dylib;/usr/lib/libcom_err.dylib  
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 


The output in that section is:

-- Found OpenSSL: /usr/lib/libssl.dylib;/usr/lib/libcrypto.dylib  
-- Looking for TLSv1_2_method
-- Looking for TLSv1_2_method - not found
-- Looking for TLSv1_1_method
-- Looking for TLSv1_1_method - not found
-- Looking for TLSv1_method
-- Looking for TLSv1_method - found
-- Found KERBEROS5: /usr/lib/libkrb5.dylib;/usr/lib/libcom_err.dylib

Thanks,
Sean Lake
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Re: [Fink-users] Failed: phase compiling: xrootd4-4.5.0-1 failed

2017-01-11 Thread Alexander Hansen

> On Jan 11, 2017, at 09:35, Sean Lake  wrote:
> 
>> 
>> On Jan 9, 2017, at 15:30, Sean Lake  wrote:
>> 
>> Hello all,
>> 
>> I'm trying to update root, and I run into the following build error. Is the 
>> problem a missing dependency?
>> 
>> [ 40%] Building CXX object 
>> src/CMakeFiles/XrdHttp-4.dir/XrdHttp/XrdHttpProtocol.cc.o
>> In file included from 
>> /sw/src/fink.build/xrootd4-4.5.0-1/xrootd-4.5.0/src/XrdHttp/XrdHttpProtocol.cc:36:
>> /sw/src/fink.build/xrootd4-4.5.0-1/xrootd-4.5.0/src/XrdHttp/XrdHttpProtocol.hh:51:10:
>>  fatal error: 
>> 'openssl/ssl.h' file not found
>> #include 
>>^
>> 1 error generated.
>> 
>> System info:
>> 
>> Package manager version: 0.41.1
>> Distribution version: selfupdate-rsync Mon Jan  9 15:24:59 2017, 10.10, 
>> x86_64
>> Trees: local/main stable/main
>> Xcode.app: 7.2.1
>> Xcode command-line tools: 7.2.0.0.1.1447826929
>> Max. Fink build jobs:  1
>> 
>> Thanks,
>> Sean Lake
> 
> 
> For what it's worth, I'm still getting this error.
> 
> Distribution version: selfupdate-rsync Wed Jan 11 09:32:31 2017, 10.10, x86_64
> Trees: local/main stable/main
> Xcode.app: 7.2.1
> Xcode command-line tools: 7.2.0.0.1.1447826929
> Max. Fink build jobs:  1
> 
> Thanks,
> Sean Lake


Since 10.10 still has a system OpenSSL, I’m guessing the issue might the 
opposite of a missing dependency, where the build process finds the system’s 
openssl rather than Fink’s openssl100.  

Let’s start at the configuration stage of the build and look for what you have 
at the following point:

-- Found OpenSSL: /sw/lib/libssl.dylib;/sw/lib/libcrypto.dylib  
-- Looking for TLSv1_2_method
-- Looking for TLSv1_2_method - found
-- Looking for TLSv1_1_method
-- Looking for TLSv1_1_method - found
-- Looking for TLSv1_method
-- Looking for TLSv1_method - found
-- Found KERBEROS5: /usr/lib/libkrb5.dylib;/usr/lib/libcom_err.dylib  

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Re: [Fink-users] Failed: phase compiling: xrootd4-4.5.0-1 failed

2017-01-11 Thread Sean Lake

> On Jan 9, 2017, at 15:30, Sean Lake  wrote:
> 
> Hello all,
> 
> I'm trying to update root, and I run into the following build error. Is the 
> problem a missing dependency?
> 
> [ 40%] Building CXX object 
> src/CMakeFiles/XrdHttp-4.dir/XrdHttp/XrdHttpProtocol.cc.o
> In file included from 
> /sw/src/fink.build/xrootd4-4.5.0-1/xrootd-4.5.0/src/XrdHttp/XrdHttpProtocol.cc:36:
> /sw/src/fink.build/xrootd4-4.5.0-1/xrootd-4.5.0/src/XrdHttp/XrdHttpProtocol.hh:51:10:
>  fatal error: 
>  'openssl/ssl.h' file not found
> #include 
> ^
> 1 error generated.
> 
> System info:
> 
> Package manager version: 0.41.1
> Distribution version: selfupdate-rsync Mon Jan  9 15:24:59 2017, 10.10, x86_64
> Trees: local/main stable/main
> Xcode.app: 7.2.1
> Xcode command-line tools: 7.2.0.0.1.1447826929
> Max. Fink build jobs:  1
> 
> Thanks,
> Sean Lake


For what it's worth, I'm still getting this error.

Distribution version: selfupdate-rsync Wed Jan 11 09:32:31 2017, 10.10, x86_64
Trees: local/main stable/main
Xcode.app: 7.2.1
Xcode command-line tools: 7.2.0.0.1.1447826929
Max. Fink build jobs:  1

Thanks,
Sean Lake
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users