Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871249 - media-gfx/aview-1.3.0_rc1-r3 - flip.c: error: call to undeclared function f_getkey; ISO C99 and later
Summary: media-gfx/aview-1.3.0_rc1-r3 - flip.c: error: call to undeclared function f_g...
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: c99-porting
  Show dependency tree
 
Reported: 2022-09-18 10:03 UTC by Toralf Förster
Modified: 2022-10-09 05:31 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.15 KB, text/plain)
2022-09-18 10:03 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,980 bytes, application/x-bzip)
2022-09-18 10:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,101.14 KB, text/plain)
2022-09-18 10:03 UTC, Toralf Förster
Details
environment (environment,75.51 KB, text/plain)
2022-09-18 10:03 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,32.25 KB, application/x-bzip)
2022-09-18 10:03 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,3.89 KB, application/x-bzip)
2022-09-18 10:03 UTC, Toralf Förster
Details
media-gfx:aview-1.3.0_rc1-r3:20220918-095953.log (media-gfx:aview-1.3.0_rc1-r3:20220918-095953.log,10.09 KB, text/plain)
2022-09-18 10:03 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.67 KB, application/x-bzip)
2022-09-18 10:03 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-18 10:03:12 UTC
      between pointers to integer types where one is of the unique plain 'char'
      type and the other is not [-Wpointer-sign]
                index = graph_mem;
                      ^ ~~~~~~~~~
flip.c:589:9: error: call to undeclared function 'f_getkey'; ISO C99 and later
      do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]

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

  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):
  [1]   php8.1 *
GNU Make 4.3.90

  HEAD of ::gentoo
commit 4737e48d935a07ae10cdeb0bcba4f17c85f93223
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 18 08:46:57 2022 +0000

    2022-09-18 08:46:56 UTC

emerge -qpvO media-gfx/aview
[ebuild  N    ] media-gfx/aview-1.3.0_rc1-r3
Comment 1 Toralf Förster gentoo-dev 2022-09-18 10:03:13 UTC
Created attachment 810757 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-18 10:03:14 UTC
Created attachment 810760 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-18 10:03:15 UTC
Created attachment 810763 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-18 10:03:16 UTC
Created attachment 810766 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-18 10:03:18 UTC
Created attachment 810769 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-18 10:03:18 UTC
Created attachment 810772 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-18 10:03:19 UTC
Created attachment 810775 [details]
media-gfx:aview-1.3.0_rc1-r3:20220918-095953.log
Comment 8 Toralf Förster gentoo-dev 2022-09-18 10:03:20 UTC
Created attachment 810778 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2022-10-09 05:31:32 UTC
The bug has been closed via the following commit(s):

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

commit 825bc29ea1ac5c3f1b45041dad97cc1441c9a2ad
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-10-09 04:40:54 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-10-09 05:31:02 +0000

    media-gfx/aview: fix build with upcoming clang16
    
    Closes: https://bugs.gentoo.org/871249
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-gfx/aview/aview-1.3.0_rc1-r3.ebuild           |  1 +
 media-gfx/aview/files/aview-1.3.0_rc1-clang16.patch | 15 +++++++++++++++
 2 files changed, 16 insertions(+)