Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871120 - dev-tcltk/tkzinc-3.3.6-r1 - ./.../Window.c: error: incompatible pointer to integer conversion
Summary: dev-tcltk/tkzinc-3.3.6-r1 - ./.../Window.c: error: incompatible pointer to in...
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: 2022-09-17 21:21 UTC by Toralf Förster
Modified: 2023-01-17 18:45 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.67 KB, text/plain)
2022-09-17 21:21 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,2.02 KB, application/x-bzip)
2022-09-17 21:21 UTC, Toralf Förster
Details
dev-tcltk:tkzinc-3.3.6-r1:20220917-211926.log (dev-tcltk:tkzinc-3.3.6-r1:20220917-211926.log,65.80 KB, text/plain)
2022-09-17 21:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,63.67 KB, text/plain)
2022-09-17 21:21 UTC, Toralf Förster
Details
environment (environment,75.53 KB, text/plain)
2022-09-17 21:21 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,31.80 KB, application/x-bzip)
2022-09-17 21:22 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,8.26 KB, application/x-bzip)
2022-09-17 21:22 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,29.16 KB, application/x-bzip)
2022-09-17 21:22 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-09-17 21:21:52 UTC
./generic/OverlapMan.c:28:19: warning: unused variable 'compile_id'
      [-Wunused-const-variable]
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __...
                  ^
./generic/Window.c:353:25: error: incompatible pointer to integer conversion
      assigning to 'Window' (aka 'unsigned long') from 'void *'
      [-Wint-conversion]

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20220917-010004

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3.90

  HEAD of ::gentoo
commit 1432d3faf6166f3856590c5b877925ddd87c268d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 20:46:50 2022 +0000

    2022-09-17 20:46:49 UTC

emerge -qpvO dev-tcltk/tkzinc
[ebuild  N    ] dev-tcltk/tkzinc-3.3.6-r1  USE="-debug -doc -threads"
Comment 1 Toralf Förster gentoo-dev 2022-09-17 21:21:53 UTC
Created attachment 809965 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 21:21:54 UTC
Created attachment 809968 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-17 21:21:55 UTC
Created attachment 809971 [details]
dev-tcltk:tkzinc-3.3.6-r1:20220917-211926.log
Comment 4 Toralf Förster gentoo-dev 2022-09-17 21:21:57 UTC
Created attachment 809974 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-09-17 21:21:59 UTC
Created attachment 809977 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-09-17 21:22:00 UTC
Created attachment 809980 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-17 21:22:01 UTC
Created attachment 809983 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-09-17 21:22:02 UTC
Created attachment 809986 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-01-17 18:45:10 UTC
The bug has been closed via the following commit(s):

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

commit 3def5aac5dced458b28b32b54dd4391917e8da34
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2023-01-17 18:44:22 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2023-01-17 18:44:52 +0000

    dev-tcltk/tkzinc: fix incomp pointer conversion
    
    Closes: https://bugs.gentoo.org/871120
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-tcltk/tkzinc/files/tkzinc-3.3.6-clang.patch | 29 +++++++++++++++++++++++++
 dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild         |  5 +++--
 2 files changed, 32 insertions(+), 2 deletions(-)