Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880937 - sys-cluster/ganglia-3.7.1-r3 - gmond.c: error: incompatible function pointer types passing
Summary: sys-cluster/ganglia-3.7.1-r3 - gmond.c: error: incompatible function pointer ...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-11 12:07 UTC by Toralf Förster
Modified: 2023-01-19 14:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.08 KB, text/plain)
2022-11-11 12:07 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,140.86 KB, text/plain)
2022-11-11 12:07 UTC, Toralf Förster
Details
environment (environment,89.10 KB, text/plain)
2022-11-11 12:07 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,696 bytes, application/x-bzip)
2022-11-11 12:07 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,48.18 KB, application/x-bzip)
2022-11-11 12:07 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,16.59 KB, application/x-bzip)
2022-11-11 12:07 UTC, Toralf Förster
Details
sys-cluster:ganglia-3.7.1-r3:20221111-110821.log (sys-cluster:ganglia-3.7.1-r3:20221111-110821.log,82.68 KB, text/plain)
2022-11-11 12:07 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,33.27 KB, application/x-bzip)
2022-11-11 12:07 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,3.59 KB, application/x-bzip)
2022-11-11 12:07 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-11 12:07:12 UTC
      pointer is always false [-Wtautological-pointer-compare]
  if(x->agentipstr == NULL || x->agentipstr[0] == '\0') {
     ~~~^~~~~~~~~~    ~~~~
clang -DHAVE_CONFIG_H -I. -I.. -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1    -I../lib -I../include/ -I../libmetrics -D_LARGEFILE64_SOURCE -DSFLOW -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include/tirpc -fno-strict-aliasing -Wall -D_REENTRANT -c cmdline.c
gmond.c:2044:68: error: incompatible function pointer types passing
      'void (*)(z_stream *)' (aka 'void (*)(struct z_stream_s *)') to parameter
      of type 'apr_status_t (*)(void *)' (aka 'int (*)(void *)')

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4-20221110-100005

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
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:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

php cli (if any):

  HEAD of ::gentoo
commit 69f0b7550ab587381bffca4687249bd3f505afdf
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Nov 11 10:16:50 2022 +0000

    2022-11-11 10:16:50 UTC

emerge -qpvO sys-cluster/ganglia
[ebuild  N    ] sys-cluster/ganglia-3.7.1-r3  USE="pcre -examples -minimal"
Comment 1 Toralf Förster gentoo-dev 2022-11-11 12:07:13 UTC
Created attachment 831033 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-11 12:07:14 UTC
Created attachment 831035 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-11 12:07:15 UTC
Created attachment 831037 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-11 12:07:16 UTC
Created attachment 831039 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-11 12:07:17 UTC
Created attachment 831041 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-11 12:07:18 UTC
Created attachment 831043 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-11 12:07:20 UTC
Created attachment 831045 [details]
sys-cluster:ganglia-3.7.1-r3:20221111-110821.log
Comment 8 Toralf Förster gentoo-dev 2022-11-11 12:07:21 UTC
Created attachment 831047 [details]
temp.tar.bz2
Comment 9 Toralf Förster gentoo-dev 2022-11-11 12:07:22 UTC
Created attachment 831049 [details]
var.tmp.clang.tar.bz2
Comment 10 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-01-19 14:00:30 UTC
Package removed.