Summary: | net-misc/curl-7.83.1 compile error with ldap useflag | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | b2c |
Component: | Current packages | Assignee: | Matt Jolly <Matt.Jolly> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | base-system |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
curl buildlog |
Description
b2c
2022-05-21 13:59:04 UTC
Created attachment 779675 [details]
emerge --info
Please include the full build.log. Created attachment 779684 [details]
curl buildlog
attached buildlog
Hi Sam, buildlog attached now, also: ~# emerge -pqv '=net-misc/curl-7.83.1::gentoo' [ebuild R ] net-misc/curl-7.83.1 USE="brotli ftp hsts http2 idn kerberos openssl progress-meter ssl threads zstd -adns -alt-svc -gnutls -gopher -imap -ipv6 -ldap -mbedtls (-nghttp3) -nss -pop3 (-quiche) -rtmp -samba -smtp -ssh -sslv3 -static-libs -telnet -test -tftp -verify-sig" ABI_X86="32 (64) (-x32)" CURL_SSL="openssl -gnutls -mbedtls -nss" Sorry, last emerge output was missing the ldap useflag, I had already changed it back. When it fails to build it looks like this: ~# emerge -pqv '=net-misc/curl-7.83.1::gentoo' [ebuild R ] net-misc/curl-7.83.1 USE="brotli ftp hsts http2 idn kerberos ldap openssl progress-meter ssl threads zstd -adns -alt-svc -gnutls -gopher -imap -ipv6 -mbedtls (-nghttp3) -nss -pop3 (-quiche) -rtmp -samba -smtp -ssh -sslv3 -static-libs -telnet -test -tftp -verify-sig" ABI_X86="32 (64) (-x32)" CURL_SSL="openssl -gnutls -mbedtls -nss" I have the same issues here too on those machines which have +ldap but -imap set. With +ldap and +imap it compiles fine. Unable to repro with `USE=ldap -imap` for cURL 7.88.1. Please let me know if this is still occurring; if I don't hear back I'll close the ticket next time I look in on it. Hi Matt, works here now with curl-7.87: --- emerge -pqv '=net-misc/curl-7.87.0-r2::gentoo' [ebuild R ] net-misc/curl-7.87.0-r2 USE="brotli ftp hsts http2 idn kerberos ldap openssl progress-meter ssl zstd -adns -alt-svc -gnutls -gopher -imap -ipv6 -mbedtls (-nghttp3) -nss -pop3 (-quiche) -rtmp (-rustls) -samba -smtp -ssh -sslv3 -static-libs -telnet -test -tftp -verify-sig -websockets" ABI_X86="32 (64) (-x32)" CURL_SSL="openssl -gnutls -mbedtls -nss (-rustls)" --- Thanks, ticket can be closed I presume. |