Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 910677

Summary: app-i18n/scim-tomoe-0.6.0-r3 has implicit function declarations in configure logs (PYTHON-3.12-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-07-22 07:34:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-i18n/scim-tomoe-0.6.0-r3 has implicit function declarations in configure logs (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: python-3.12_tinderbox)

NOTE:
(PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-22 07:34:12 UTC
Created attachment 865922 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-22 07:34:13 UTC
Found the following implicit function declarations in configure logs:

config.log:674 - exit
config.log:690 - exit
Comment 3 Larry the Git Cow gentoo-dev 2024-03-07 11:51:02 UTC
The bug has been closed via the following commit(s):

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

commit b66a63a35a46f130af96b806eb6e022d47a5810e
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-03-06 21:59:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-07 11:46:22 +0000

    app-i18n/scim-tomoe: re-run autoreconf to fix LTO
    
    The 2009 era distfile is so old that it probably has many bugs. We are
    particularly concerned by nm detection failing under LTO causing:
    
    ```
    generating symbol list for `tomoe.la'
    /usr/bin/nm -B  .libs/tomoe_la-scim_tomoe.o .libs/tomoe_la-scim_tomoe_prefs_widget.o  |  | /usr/bin/sed 's/.* //' | sort | uniq > .libs/tomoe.exp
    ../libtool: 1: eval: Syntax error: "|" unexpected
    ```
    
    It also causes some implicit function declaration issues in configure
    tests, which we conveniently solve at the same time.
    
    Closes: https://bugs.gentoo.org/854669
    Closes: https://bugs.gentoo.org/910677
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)