From owner-svn-ports-head@freebsd.org Wed Sep 2 22:46:31 2020 Return-Path: Delivered-To: svn-ports-head@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 615263CC6AD; Wed, 2 Sep 2020 22:46:31 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhfF31lr4z4PYp; Wed, 2 Sep 2020 22:46:31 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2600:1700:a570:11f0:f2ad:4eff:fe0b:a065]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id A179B27BFB; Wed, 2 Sep 2020 22:46:30 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: svn commit: r547161 - in head/www/hypermail: . files To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202008310948.07V9mHpI099433@repo.freebsd.org> From: Craig Leres Message-ID: Date: Wed, 2 Sep 2020 15:46:29 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <202008310948.07V9mHpI099433@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2020 22:46:31 -0000 On 2020-08-31 02:48, Baptiste Daroussin wrote: > Author: bapt > Date: Mon Aug 31 09:48:17 2020 > New Revision: 547161 > URL:https://svnweb.freebsd.org/changeset/ports/547161 > > Log: > Update to 2.4.0 I've been unable to build since this update (12.1-RELEASE-p9), it fails out of configure: configure: checking for system libtrio checking for library containing trio_printf... no configure: error: unable to find trio_copy() function Looking at config.log it's not clear to me how it works anywhere; the configure check isn't use -L/usr/local/lib: configure:4805: cc -o conftest -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing conftest.c -ltrio >&5 ld: error: unable to find library -ltrio Fixing that is not sufficient; the AC_CHECK_HEADERS fails to find trio.h because it's missing -I/usr/local/include. I beat on the autoconf for awhile but ran out of time before I could come up with a patch that solves this. I also tried building on 13.0-CURRENT (r364847) which has the same problems. Finally I see that this is a current pkg-fallout issue: https://docs.freebsd.org/cgi/getmsg.cgi?fetch=189208228+0+current/freebsd-pkg-fallout So I see that this message is not the definition of news. Craig