Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893900 - x11-terms/xterm: possible configure breakage with clang 16
Summary: x11-terms/xterm: possible configure breakage with clang 16
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2023-02-11 05:12 UTC by Sam James
Modified: 2024-01-02 06:00 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-11 05:12:20 UTC
```
--- /tmp/clang/home/tinderbox/img/17.1_desktop_plasma-j4-20221203-180005/var/tmp/clang/x11-terms/xterm-377-r1/clang16-safe.log  2023-02-11 03:38:48.310287638 +0000
+++ /tmp/clang/home/tinderbox/img/17.1_desktop_plasma-j4-20221203-180005/var/tmp/clang/x11-terms/xterm-377-r1/clang16-errors.log        2023-02-11 03:38:48.310287638 +0000

-configure:16883:24: warning: incompatible pointer to integer conversion passing 'Widget' (aka 'struct _WidgetRec *') to parameter of type 'Window' (aka 'unsigned long') [-Wint-conversion]
+configure:16883:24: error: incompatible pointer to integer conversion passing 'Widget' (aka 'struct _WidgetRec *') to parameter of type 'Window' (aka 'unsigned long') [-Wint-conversion]
         XkbBell((Display *)0, (Widget)0, 0, y);
                               ^~~~~~~~~
 /usr/include/X11/XKBlib.h:457:20: note: passing argument to parameter here
```
Comment 1 Larry the Git Cow gentoo-dev 2024-01-02 06:00:43 UTC
The bug has been closed via the following commit(s):

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

commit 89ee09303b7093fa9055e446af5fefdc2467ef74
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-02 05:43:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-02 05:43:37 +0000

    x11-terms/xterm: add 389
    
    Closes: https://bugs.gentoo.org/893900
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-terms/xterm/Manifest         |   2 +
 x11-terms/xterm/xterm-389.ebuild | 110 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 112 insertions(+)