From owner-freebsd-ports@freebsd.org Thu Nov 21 15:39:14 2019 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6BC421C2B32 for ; Thu, 21 Nov 2019 15:39:14 +0000 (UTC) (envelope-from freebsd-database@pp.dyndns.biz) Received: from keymaster.local (ns1.xn--wesstrm-f1a.se [81.4.102.176]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "keymaster.pp.dyndns.biz", Issuer "keymaster.pp.dyndns.biz" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 47JkJ055MMz4Yhj for ; Thu, 21 Nov 2019 15:39:12 +0000 (UTC) (envelope-from freebsd-database@pp.dyndns.biz) Received: from [192.168.69.69] ([192.168.69.69]) by keymaster.local (8.15.2/8.15.2) with ESMTP id xALFbn3d022997 for ; Thu, 21 Nov 2019 16:37:50 +0100 (CET) (envelope-from freebsd-database@pp.dyndns.biz) To: freebsd-ports@freebsd.org From: =?UTF-8?Q?Morgan_Wesstr=c3=b6m?= Subject: Samba 4.10.10 can't find gnutls headers on one machine Message-ID: <600ec0ad-e21d-a651-dfe0-063c7fd9517f@pp.dyndns.biz> Date: Thu, 21 Nov 2019 16:37:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 47JkJ055MMz4Yhj X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-database@pp.dyndns.biz has no SPF policy when checking 81.4.102.176) smtp.mailfrom=freebsd-database@pp.dyndns.biz X-Spamd-Result: default: False [4.03 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; IP_SCORE(-0.04)[asn: 198203(-0.20), country: NL(0.02)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.91)[0.908,0]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_LONG(0.95)[0.955,0]; HFILTER_HELO_IP_A(1.00)[keymaster.local]; R_SPF_NA(0.00)[]; HFILTER_HELO_NORES_A_OR_MX(0.30)[keymaster.local]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:198203, ipnet:81.4.100.0/22, country:NL]; MID_RHS_MATCH_FROM(0.00)[]; DMARC_NA(0.00)[pp.dyndns.biz]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2019 15:39:14 -0000 Dear list, I need some help to figure out what I broke on my system. I have two (almost) identical machines, one running 12.1-RELEASE and one waiting to be upgraded and is still on 12.0-RELEASE-p10. Configuration and software wise I try to keep them identical. I recently upgraded Samba to 4.10.10 and it worked as expected on 12.1 but the same upgrade on 12.0 fails because the configure script can't find the gnutls headers. Here's some command outputs from each machine: 12.1 # pkg info | grep gnutls gnutls-3.6.10 GNU Transport Layer Security library # pkgconf --cflags gnutls -I/usr/local/include -I/usr/local/include/p11-kit-1 # pkgconf --libs gnutls -L/usr/local/lib -lgnutls 12.0 # pkg info | grep gnutls gnutls-3.6.10 GNU Transport Layer Security library # pkgconf --cflags gnutls -I/usr/local/include -I/usr/local/include/p11-kit-1 # pkgconf --libs gnutls -L/usr/local/lib -lgnutls Everything seems identical to me. Files are installed in /usr/local/include/gnutls. Unfortunately I'm too stupid to figure out how the Samba configure script works. It seems to be made in Python and I can't figure out how it checks for gnutls. python27-2.7.17 and python36-3.6.9 are installed on both machines. Any suggestions to help me figure out what I have broken would be appreciated. Regards Morgan Wesström