https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-libs/tiff-4.5.0-r2 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: hardened_tinderbox) NOTE: (HARDENED-SYSTEM) in the summary means that the bug was found on a machine that runs an hardened profile with -D_FORTIFY_SOURCE=3 and -D_GLIBCXX_ASSERTIONS (https://www.gentoo.org/support/news-items/2023-01-01-hardening-fortify-assertions.html) but this bug MAY or MAY NOT BE related to the changes related to hardened.
Created attachment 855144 [details] build.log build log and emerge --info
They have a very old autoconf-archive macro in acinclude.m4, updating to the latest version avoids this warning. Also in git they have deleted support for tools, then re-added it... unsure what's going on exactly.
* QA Notice: Found the following implicit function declarations in configure logs: * /var/tmp/portage/media-libs/tiff-4.5.1/work/tiff-4.5.1-abi_x86_64.amd64/config.log:2146 - glBegin * /var/tmp/portage/media-libs/tiff-4.5.1/work/tiff-4.5.1-abi_x86_64.amd64/config.log:2222 - glBegin * /var/tmp/portage/media-libs/tiff-4.5.1/work/tiff-4.5.1-abi_x86_64.amd64/config.log:2307 - glBegin * /var/tmp/portage/media-libs/tiff-4.5.1/work/tiff-4.5.1-abi_x86_64.amd64/config.log:2383 - glBegin * /var/tmp/portage/media-libs/tiff-4.5.1/work/tiff-4.5.1-abi_x86_64.amd64/config.log:2459 - glBegin * /var/tmp/portage/media-libs/tiff-4.5.1/work/tiff-4.5.1-abi_x86_64.amd64/config.log:2544 - glBegin * /var/tmp/portage/media-libs/tiff-4.5.1/work/tiff-4.5.1-abi_x86_64.amd64/config.log:3514 - glutMainLoop * /var/tmp/portage/media-libs/tiff-4.5.1/work/tiff-4.5.1-abi_x86_64.amd64/config.log:3590 - glutMainLoop Clean in 4.6, clean with the patch I forwarded.
> > > Clean in 4.6, clean with the patch I forwarded. 4.6 is stable now everywhere
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65658e69ca2fbab2b6b762bf7631f638f676479f commit 65658e69ca2fbab2b6b762bf7631f638f676479f Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-11-19 20:58:34 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-11-19 20:59:03 +0000 media-libs/tiff: drop 4.5.0-r2, 4.5.1 Closes: https://bugs.gentoo.org/898320 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> media-libs/tiff/Manifest | 4 - .../tiff/files/tiff-4.5.0-CVE-2022-48281.patch | 14 - ...CVE-2023-0797-CVE-2023-0798-CVE-2023-0799.patch | 287 --------------------- ...CVE-2023-0802-CVE-2023-0803-CVE-2023-0804.patch | 131 ---------- .../tiff-4.5.0_rc1-skip-tools-tests-multilib.patch | 52 ---- media-libs/tiff/tiff-4.5.0-r2.ebuild | 92 ------- media-libs/tiff/tiff-4.5.1.ebuild | 84 ------ 7 files changed, 664 deletions(-)
*** Bug 899840 has been marked as a duplicate of this bug. ***