Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943316 - dev-tcltk/tdom-0.9.5 has implicit function declarations in configure logs
Summary: dev-tcltk/tdom-0.9.5 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
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-11-12 09:04 UTC by Agostino Sarubbo
Modified: 2025-03-05 07:07 UTC (History)
0 users

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


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

Issue: dev-tcltk/tdom-0.9.5 has implicit function declarations in configure logs.
Discovered on: arm (internal ref: tinderbox_arm)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-12 09:04:15 UTC
Created attachment 908572 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-12 09:04:16 UTC
Found the following implicit function declarations in configure logs:

config.log:492 - readdir64
config.log:610 - readdir64
Comment 3 Larry the Git Cow gentoo-dev 2025-03-05 07:07:50 UTC
The bug has been closed via the following commit(s):

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

commit bfb9558c8736e04010c64a8f5f6aea8e49eedfc8
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2025-03-05 02:34:44 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2025-03-05 07:07:32 +0000

    dev-tcltk/tdom: add readdir64 to QA_CONFIG_IMPL_DECL_SKIP
    
    * It's used in tclconfig/tcl.m4 AC_CACHE_CHECK([for DIR64]) alongside
      rewinddir64 and closedir64.
    
    Closes: https://bugs.gentoo.org/943316
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/40904
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-tcltk/tdom/tdom-0.9.3.ebuild | 4 ++--
 dev-tcltk/tdom/tdom-0.9.5.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)