Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900469 - app-misc/gcal-4.1-r3 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
Summary: app-misc/gcal-4.1-r3 has implicit function declarations in configure logs (MU...
Status: CONFIRMED
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:
Keywords:
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-03-09 08:04 UTC by Agostino Sarubbo
Modified: 2024-11-07 08:48 UTC (History)
1 user (show)

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


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

Issue: app-misc/gcal-4.1-r1 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

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

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-04 14:01:53 UTC
tinderbox_musl has reproduced this issue with version 4.1-r2 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2024-06-30 16:11:34 UTC
tinderbox_musl has reproduced this issue with version 4.1-r3 - Updating summary.
Comment 4 Eli Schwartz gentoo-dev 2024-11-07 08:48:17 UTC
 * QA Notice: Found the following implicit function declarations in configure logs:
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:7432 - fpurge
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10778 - re_set_syntax
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10790 - re_compile_pattern
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10796 - re_search
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10799 - re_set_syntax
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10802 - re_compile_pattern
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10808 - re_search
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10811 - re_set_syntax
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10820 - re_compile_pattern
 *   /var/tmp/portage/app-misc/gcal-4.1-r1/work/gcal-4.1/config.log:10826 - re_search




We fixed the re_* stuff in portage: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9728fbba80abeec5adad8ba6cf7580c16c039a45

fpurge is probably still an issue.