Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900663 - app-backup/bacula-13.0.2 has implicit function declarations in configure logs (CLANG-17-SYSTEM)
Summary: app-backup/bacula-13.0.2 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 (vote)
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-03-10 09:24 UTC by Agostino Sarubbo
Modified: 2023-04-30 11:52 UTC (History)
0 users

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


Attachments
build.log (build.log,209.86 KB, text/plain)
2023-03-10 09:24 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-10 09:24:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-backup/bacula-13.0.2 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-10 09:24:37 UTC
Created attachment 857105 [details]
build.log

build log and emerge --info
Comment 2 Thomas Beierlein gentoo-dev 2023-04-30 11:07:27 UTC
The implicit declaration intentional. It is to check if 'makedev' is declared in the used header file.
Comment 3 Thomas Beierlein gentoo-dev 2023-04-30 11:43:35 UTC
There is one additional implicit declaration in bacula-11.0.6. These one is a real problem and has to be fixed.
Comment 4 Larry the Git Cow gentoo-dev 2023-04-30 11:52:42 UTC
The bug has been closed via the following commit(s):

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

commit 5a9cfdbcfc7b6ec8128ba6a561d7c164d4f4217f
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2023-04-30 11:48:39 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2023-04-30 11:52:24 +0000

    app-backup/bacula: Fix implicit function declaration
    
    - supress false positive in bacula-13.0.2 and bacula-11.0.6
    - additional fix real problem in bacula-11.0.2
    
    Closes: https://bugs.gentoo.org/900663
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 app-backup/bacula/bacula-11.0.6-r3.ebuild          | 427 +++++++++++++++++++++
 ...acula-13.0.2.ebuild => bacula-13.0.2-r1.ebuild} |   7 +
 .../bacula/files/bacula-11.0.2-fix-config.patch    |  27 ++
 3 files changed, 461 insertions(+)