tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Fwd: openssl check in python25's makefile



Oops forgot to cc the list...

---------- Forwarded message ----------
Date: Thu, Sep 24, 2009 at 12:44 PM
Subject: Re: openssl check in python25's makefile

On Thu, Sep 24, 2009 at 8:12 AM, Adam Hoka <adam.hoka%gmail.com@localhost> 
wrote:
> On 09/22/09 12:39, OBATA Akio wrote:
>>
>> On Tue, 22 Sep 2009 18:34:34 +0900, Adam Hoka 
>> <adam.hoka%gmail.com@localhost> wrote:
>>
>>> Malformed conditional (!empty(USE_BUILTIN.openssl:M[yY][eE][sS]) &&
>>> !empty(BUILTIN_PKG.openssl:Mopenssl-0.9.[67]*))
>>> bmake: Fatal errors encountered -- cannot continue
>>>
>>>
>>> Obviously you have to set the first condition to true to see it.
>>> Any idea how to do this correctly?
>>
>> I can't find the situation, USE_BUILTIN.openssl=yes, but
>> BUILTIN_PKG.openssl is not defined.
>> What is the your environment?
>>
>
> Solaris 10, I have no idea, my bmake is quite up-to-date.
> This is odd...

On my solaris 10 box, I find opensslv.h in /usr/sfw/include/openssl/
not in /usr/include/openssl/opensslv.h where
../../security/openssl/builtin.mk looks for it.  You must be setting
USE_BUILTIN.openssl=yes yourself?  It looks like in this case
../../security/openssl/builtin.mk allows BUILTIN_PKG.openssl to remain
undefined.

 - Tim


Home | Main Index | Thread Index | Old Index