Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900368 - app-misc/tmux-3.4 has implicit function declarations in configure logs (CLANG-17-SYSTEM)
Summary: app-misc/tmux-3.4 has implicit function declarations in configure logs (CLANG...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Shell Tools project
URL:
Whiteboard: fixed in 3.4
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-03-08 14:03 UTC by Agostino Sarubbo
Modified: 2024-11-03 17:01 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,369.25 KB, text/plain)
2023-03-08 14:03 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-03-08 14:03:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/tmux-3.3a-r1 has implicit function declarations in configure logs (CLANG-17-SYSTEM).
Discovered on: amd64 (internal ref: hardened_tinderbox)

NOTE:
(CLANG-17-SYSTEM) in the summary means that the bug was found on a machine that runs clang-17 but this bug MAY or MAY NOT BE related to the new compiler
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-08 14:03:03 UTC
Created attachment 856804 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-15 19:00:33 UTC
tinderbox_musl has reproduced this issue with version 3.4 - Updating summary.
Comment 3 Eli Schwartz gentoo-dev 2024-05-21 05:38:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb48f3bf5ec42b9c74b66056e4d4c737b4bebd3


commit bcb48f3bf5ec42b9c74b66056e4d4c737b4bebd3
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: Thu Feb 15 12:57:08 2024
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: Thu Feb 15 12:57:08 2024

    app-misc/tmux: add 3.4
    
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 app-misc/tmux/Manifest        |  1 +
 app-misc/tmux/tmux-3.4.ebuild | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+)
 create mode 100644 app-misc/tmux/tmux-3.4.ebuild



Also added (without commit message or bug link)

+# BSD only functions
+QA_CONFIG_IMPL_DECL_SKIP=( strtonum recallocarray )
Comment 4 Larry the Git Cow gentoo-dev 2024-11-03 17:01:09 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07aaeb69e11d9881bde14bbb34d7c588486206b

commit a07aaeb69e11d9881bde14bbb34d7c588486206b
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2024-11-03 16:44:46 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2024-11-03 16:44:46 +0000

    app-misc/tmux: drop 3.3a-r1
    
    Bug: https://bugs.gentoo.org/900368
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 app-misc/tmux/Manifest                    |  1 -
 app-misc/tmux/files/tmux-3.3a-clang.patch | 59 ----------------------
 app-misc/tmux/tmux-3.3a-r1.ebuild         | 84 -------------------------------
 3 files changed, 144 deletions(-)