Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880603 - media-sound/jack-audio-connection-kit-0.125.0-r1 - evmon.c: error: incompatible function pointer types passing void (jack_port_id_
Summary: media-sound/jack-audio-connection-kit-0.125.0-r1 - evmon.c: error: incompatib...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on: 880683
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-09 14:05 UTC by Toralf Förster
Modified: 2022-11-10 06:51 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.85 KB, text/plain)
2022-11-09 14:05 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,39.95 KB, text/plain)
2022-11-09 14:05 UTC, Toralf Förster
Details
environment (environment,80.11 KB, text/plain)
2022-11-09 14:05 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,699 bytes, application/x-bzip)
2022-11-09 14:05 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,9.61 KB, application/x-bzip)
2022-11-09 14:05 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,10.32 KB, application/x-bzip)
2022-11-09 14:05 UTC, Toralf Förster
Details
media-sound:jack-audio-connection-kit-0.125.0-r1:20221109-135658.log (media-sound:jack-audio-connection-kit-0.125.0-r1:20221109-135658.log,142.92 KB, text/plain)
2022-11-09 14:05 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,36.17 KB, application/x-bzip)
2022-11-09 14:05 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,1.96 KB, application/x-bzip)
2022-11-09 14:05 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-11-09 14:05:22 UTC
too long lines were shrinked:

clang -DHAVE_CONFIG_H -I. -I..    -I.. -I../config -I.. -I../include -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall  -g -I/usr/include/opus  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I../config -I.. -I../include -I../includ
clang -DHAVE_CONFIG_H -I. -I..    -I.. -I../config -I.. -I../include -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall  -g -I/usr/include/opus  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I../config -I.. -I../include -I../includ
clang -DHAVE_CONFIG_H -I. -I..    -I.. -I../config -I.. -I../include -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall  -g -I/usr/include/opus  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I../config -I.. -I../include -I../includ
clang -DHAVE_CONFIG_H -I. -I..    -I.. -I../config -I.. -I../include -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall  -g -I/usr/include/opus  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I../config -I.. -I../include -I../includ
evmon.c:114:45: error: incompatible function pointer types passing 'void (jack_port_id_t, const char *, const char *)' (aka 'void (unsigned int, const char *, const char *)') to parameter of type 'JackPortRenameCallback' (aka 'void (*)(unsigned int, const char *, const char *, void *)') [-Werror,-Wi
        if (jack_set_port_rename_callback (client, port_rename_callback, NULL)) {
                                                   ^~~~~~~~~~~~~~~~~~~~

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

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

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

CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.4
Python 3.10.8
Available Ruby profiles:
  [1]   ruby31 *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 7e6deb46c649c8c02c53df7b77801fc54e158393
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Nov 9 12:46:54 2022 +0000

    2022-11-09 12:46:53 UTC

emerge -qpvO media-sound/jack-audio-connection-kit
[ebuild  N    ] media-sound/jack-audio-connection-kit-0.125.0-r1  USE="alsa pam (-coreaudio) -debug -doc -examples -oss" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse -3dnow"
Comment 1 Toralf Förster gentoo-dev 2022-11-09 14:05:23 UTC
Created attachment 830065 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-09 14:05:24 UTC
Created attachment 830067 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-09 14:05:25 UTC
Created attachment 830069 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-09 14:05:26 UTC
Created attachment 830071 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-09 14:05:27 UTC
Created attachment 830073 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-09 14:05:28 UTC
Created attachment 830075 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-09 14:05:30 UTC
Created attachment 830077 [details]
media-sound:jack-audio-connection-kit-0.125.0-r1:20221109-135658.log
Comment 8 Toralf Förster gentoo-dev 2022-11-09 14:05:31 UTC
Created attachment 830079 [details]
temp.tar.bz2
Comment 9 Toralf Förster gentoo-dev 2022-11-09 14:05:32 UTC
Created attachment 830081 [details]
var.tmp.clang.tar.bz2
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-10 06:48:44 UTC
This is gone in 0.126: https://github.com/jackaudio/jack1/commit/6e9ccc9a39769a6f0df948a5b7c9e451d7af6a49, now in media-sound/jack-example-tools.