Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2020 15:46:29 -0700
From:      Craig Leres <leres@freebsd.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r547161 - in head/www/hypermail: . files
Message-ID:  <b84c3bb3-c14b-e68a-3208-347bb3124af6@freebsd.org>
In-Reply-To: <202008310948.07V9mHpI099433@repo.freebsd.org>
References:  <202008310948.07V9mHpI099433@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b84c3bb3-c14b-e68a-3208-347bb3124af6>