Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2018 17:33:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 226652] x11-toolkits/vte3 fails to build on 11.1
Message-ID:  <bug-226652-6497-zJKnbS7h04@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226652-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226652-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226652

--- Comment #12 from Ting-Wei Lan <lantw44@gmail.com> ---
(In reply to w.schwarzenfeld from comment #11)
Thanks, your 'config.log' is useful.

The problem is that Templates/config.site sets 'ac_cv_func_floor=3Dyes', wh=
ich
causes the configure script to skip the check of 'floor' function and assum=
e it
is always available. However, this assumption is not always correct. You ha=
ve
to link with '-lm' to use 'floor' function, and vte only tries to add '-lm'
when it cannot find 'floor'. If we skip the check with config.site file, '-=
lm'
is not added and the check for 'round' fails.

It should already be fixed by removing 'ac_cv_func_floor=3Dyes' from config=
.site.
https://svnweb.freebsd.org/changeset/ports/464654

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226652-6497-zJKnbS7h04>