Summary: | app-backup/bacula-13.0.2 has implicit function declarations in configure logs (CLANG-17-SYSTEM) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Thomas Beierlein <tomjbe> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | fixed in 13.0.2-r1 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 857105 [details]
build.log
build log and emerge --info
The implicit declaration intentional. It is to check if 'makedev' is declared in the used header file. There is one additional implicit declaration in bacula-11.0.6. These one is a real problem and has to be fixed. 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(+) |