Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898762 - dev-lang/erlang-27.0 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: dev-lang/erlang-27.0 has implicit function declarations in configure logs (GC...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Smith
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-03-02 09:10 UTC by Agostino Sarubbo
Modified: 2024-05-24 09:09 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,67.19 KB, application/x-xz)
2023-03-02 09:10 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-02 09:10:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/erlang-25.2.2 has implicit function declarations in configure logs (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 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-02 09:10:46 UTC
Created attachment 855636 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-04-02 08:36:06 UTC
ci has reproduced this issue with version 25.3 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2023-12-20 12:25:57 UTC
gcc14_tinderbox has reproduced this issue with version 26.2 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2023-12-30 09:56:07 UTC
gcc14_tinderbox has reproduced this issue with version 26.2.1 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2024-02-25 19:31:25 UTC
ci has reproduced this issue with version 26.2.2 - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2024-04-15 18:50:57 UTC
ci has reproduced this issue with version 26.2.4 - Updating summary.
Comment 7 Agostino Sarubbo gentoo-dev 2024-05-21 14:18:21 UTC
ci has reproduced this issue with version 27.0 - Updating summary.
Comment 8 Larry the Git Cow gentoo-dev 2024-05-24 09:09:30 UTC
The bug has been referenced in the following commit(s):

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

commit a095d139a222122359bbf01c16bdb4b685fbb4da
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2024-05-24 09:07:40 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2024-05-24 09:09:15 +0000

    dev-lang/erlang: ignore pthread_set_name_np implicit decl
    
    pthread_set_name_np is defined in OpenBSD and FreeBSD. It is expected to
    fail on Linux systems.
    
    Bug: https://bugs.gentoo.org/898762
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 dev-lang/erlang/erlang-27.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)