From owner-freebsd-ports@freebsd.org Fri Mar 8 08:44:48 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A22F1536948 for ; Fri, 8 Mar 2019 08:44:48 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A6CA6AB80 for ; Fri, 8 Mar 2019 08:44:45 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id x288iRXR070166 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 8 Mar 2019 09:44:34 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: devel/valgrind not working [SOLVED] From: Andrea Venturoli To: Kurt Jaeger Cc: freebsd-ports@freebsd.org References: <20190305164343.109d3986@DaemONX> <20190305160643.GB47280@home.opsec.eu> <143665c5-cbb3-57a3-081d-1a48568b8dd3@netfence.it> Message-ID: <7573230c-3a06-e586-98a5-18ebb704e38c@netfence.it> Date: Fri, 8 Mar 2019 09:44:27 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: <143665c5-cbb3-57a3-081d-1a48568b8dd3@netfence.it> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 9A6CA6AB80 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [2.50 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.91)[0.905,0]; IP_SCORE(0.14)[ip: (0.46), ipnet: 2.44.0.0/16(0.23), asn: 30722(-0.06), country: IT(0.05)]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[netfence.it]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.90)[0.899,0]; NEURAL_HAM_LONG(-0.33)[-0.327,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mx.netfence.it,mx.netfence.it,mx.netfence.it,mx.netfence.it,mx.netfence.it,mx.netfence.it,mx.netfence.it,mx.netfence.it]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:30722, ipnet:2.44.0.0/16, country:IT]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; 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: Fri, 08 Mar 2019 08:44:48 -0000 On 3/5/19 5:26 PM, Andrea Venturoli wrote: > I'll try rebuilding and reinstalling world (even if it should not really > change, apart from version number); if something different happens I'll > report back. As expected, upgrading world from 11.2p8 to 11.2p9 did not change anything. I had a suggestion off-list which solved: valgrind needs COMPAT_FREEBSD10 in the kernel configuration. I thought I didn't need this and had removed it. Altough this options comes in GENERIC, I'd suggest mentioning it in pkg message. bye & Thanks av.