svn commit: r547161 - in head/www/hypermail: . files

Craig Leres leres at freebsd.org
Wed Sep 2 22:46:31 UTC 2020


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


More information about the svn-ports-all mailing list