https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-libs/coinasl-2.0.1 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Created attachment 905767 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:338 - getrusage
also: * QA Notice: econf called in src_compile instead of src_configure
Acknowledged. Will fix shortly. There's actually a patch in an attempt to fix the getrusage call but I guess it did not work.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bc74a917a14155521ad67fefd5f119353f8442 commit 07bc74a917a14155521ad67fefd5f119353f8442 Author: Andrew Udvare <audvare@gmail.com> AuthorDate: 2024-10-15 08:04:14 +0000 Commit: Andrew Ammerlaan <andrewammerlaan@gentoo.org> CommitDate: 2024-10-21 12:08:34 +0000 sci-libs/coinasl: fix implicit declaration issue - Correctly detect getrusage(). The patch was present before but eautoreconf was never run before because it was failing due to missing includes. This is resolved by pulling in coin-or BuildTools. - Move econf to the correct phase function. Closes: https://bugs.gentoo.org/941516 Signed-off-by: Andrew Udvare <audvare@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38997 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> sci-libs/coinasl/Manifest | 1 + .../{coinasl-2.0.1.ebuild => coinasl-2.0.1-r1.ebuild} | 14 ++++++++++++-- sci-libs/coinasl/files/coinasl-2.0.1-getrusage.patch | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-)