Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898320 - media-libs/tiff-4.5.0-r2 has implicit function declarations in configure logs
Summary: media-libs/tiff-4.5.0-r2 has implicit function declarations in configure logs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Codec Project
URL:
Whiteboard:
Keywords:
: 899840 (view as bug list)
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-02-28 11:21 UTC by Agostino Sarubbo
Modified: 2024-11-19 21:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,271.25 KB, text/plain)
2023-02-28 11:21 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-02-28 11:21:06 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-28 11:21:08 UTC
Created attachment 855144 [details]
build.log

build log and emerge --info
Comment 2 Eli Schwartz gentoo-dev 2024-08-22 23:36:07 UTC
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.
Comment 3 Eli Schwartz gentoo-dev 2024-08-22 23:41:55 UTC
 * 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.
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2024-11-19 20:57:20 UTC
> 
> 
> Clean in 4.6, clean with the patch I forwarded.

4.6 is stable now everywhere
Comment 5 Larry the Git Cow gentoo-dev 2024-11-19 20:59:24 UTC
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(-)
Comment 6 Andreas K. Hüttel archtester gentoo-dev 2024-11-19 21:01:11 UTC
*** Bug 899840 has been marked as a duplicate of this bug. ***