Solved ftp/curl and poudriere

Building ftp/curl with poudriere (version 3.2.3 on 10amd64) ends up with
Code:
[00:00:58] [01] [00:00:00] Building ftp/curl | curl-7.57.0
[00:01:00] [01] [00:00:02] Finished ftp/curl | curl-7.57.0: Ignored: unsupported TLS-SRP in LibreSSL

TLS-SRP is set to off.
 
Set OPTIONS_UNSET = TLS_SRP in poudriere.d/make.conf. That solved it, but I think this is not the normal way.
 
Please have a look in the poudriere log file to confirm if the option is really disabled. I think you are aware of that, the options for port-mgmt/poudriere are usually below /usr/local/etc/poudriere.d/.... I forgot that sometimes already o_O. Therefore I mention this, just to be sure.
 
The option is off (from the log):
.....
Code:
    RTMP=off: RTMP protocol support via librtmp
     SMB=off: SMB/CIFS support
     TLS_SRP=off: TLS-SRP (Secure Remote Password) support
====> GSSAPI Security API support: you have to select exactly one of them
     GSSAPI_BASE=off: GSSAPI support via base system (needs Kerberos)
     GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
     GSSAPI_MIT=off: GSSAPI support via security/krb5
     GSSAPI_NONE=on: Disable GSSAPI support
.....

I just see, the code-snippett is wrong. If I see in the port-dialog (of ftp/curl in poudriere) so is GSSAPI_MIT=on.
 
Here it builds using OpenSSL. I think this is not helpful for you. The only remaining idea I have is that TLS_SRP must be disabled in libressl or one of it dependencies. With the setting in poudriere.d/make.conf this is accomplished.
 
That's the reason I have turned off TLS_SRP. DEFAULT_VERSIONS+=ssl=libressl is set in poudriere.d/make.conf.
Something with the options is not right (see GSSAPI_MIT). And maybe, also TLS_SRP was turned on and I did not know it.
If this is right, then is the question why.
Jail and poudriere is updated. And poudriere has an own ports-tree.
 
Yes, yes ..this is live...! It was my error. My /usr/local/etc/poudriere.d/104amd64-options/ was empty.
The jail is "new" (I upgrade a week ago or so from 10.3. to 10.4). It seems when I set the options I used the wrong commands and forgot the jail in my commands.
 
Back
Top