Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895824 - dev-tcltk/tkzinc-3.3.6-r1 fails to compile (MUSL-CLANG-SYSTEM): tkZinc.c:9463:59: error: incompatible function pointer types passing void (GLenum, void ) (aka void (unsigned int, void )) to parameter of type _GLUfuncptr (aka void ()(void)) [-Wincompatibl
Summary: dev-tcltk/tkzinc-3.3.6-r1 fails to compile (MUSL-CLANG-SYSTEM): tkZinc.c:9463...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-22 08:16 UTC by Agostino Sarubbo
Modified: 2023-04-15 09:23 UTC (History)
0 users

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


Attachments
build.log (build.log,118.93 KB, text/plain)
2023-02-22 08:16 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-02-22 08:16:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-tcltk/tkzinc-3.3.6-r1 fails to compile (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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-22 08:16:36 UTC
Created attachment 853820 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-22 08:16:38 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


./generic/Field.c:1746:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
./generic/OverlapMan.c:1120:34: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
./generic/OverlapMan.c:503:23: warning: passing arguments to 'SetTrackInitValues' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
./generic/OverlapMan.c:509:25: warning: passing arguments to 'SetTrackInitValues' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
./generic/OverlapMan.c:539:43: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
./generic/PostScript.c:1096:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
./generic/tkZinc.c:9463:59: error: incompatible function pointer types passing 'void (GLenum, void *)' (aka 'void (unsigned int, void *)') to parameter of type '_GLUfuncptr' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types]
Comment 3 Tupone Alfredo gentoo-dev 2023-03-14 20:40:47 UTC
# Alfredo Tupone <tupone@gentoo.org> (2023-03-14)
# Masked for removal in 30 days.
# Bug #895824, no rev dep 
dev-tcltk/tkzinc
Comment 4 Larry the Git Cow gentoo-dev 2023-03-14 20:42:08 UTC
The bug has been referenced in the following commit(s):

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

commit d3ea7fb4c15d3aa82bb016a0b44f51e2755915bd
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2023-03-14 20:41:34 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2023-03-14 20:41:34 +0000

    profiles: last rite for dev-tcltk/tkzinc
    
    Bug: https://bugs.gentoo.org/895824
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 5 Larry the Git Cow gentoo-dev 2023-04-15 09:23:10 UTC
The bug has been closed via the following commit(s):

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

commit 6f7de4e22e76a57de56210b7ec75f5ca660a8f09
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-04-15 09:23:00 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-04-15 09:23:00 +0000

    dev-tcltk/tkzinc: treeclean
    
    Closes: https://bugs.gentoo.org/895824
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-tcltk/tkzinc/Manifest                       |   1 -
 dev-tcltk/tkzinc/files/3.3.6-ldflags.patch      |  14 ---
 dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch |   9 --
 dev-tcltk/tkzinc/files/tkzinc-3.3.6-clang.patch |  29 -------
 dev-tcltk/tkzinc/files/tkzinc-3.3.6-gcc13.patch | 110 ------------------------
 dev-tcltk/tkzinc/metadata.xml                   |   8 --
 dev-tcltk/tkzinc/tkzinc-3.3.6-r2.ebuild         |  66 --------------
 profiles/package.mask                           |   5 --
 8 files changed, 242 deletions(-)