Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942425 - net-analyzer/nfdump-1.7.4 - [ncurses-6.5] [meson] [libtool] profile.c: error: passing argument 2 of rrd_update from incompatible pointer type [-Wincompatible-pointer-type
Summary: net-analyzer/nfdump-1.7.4 - [ncurses-6.5] [meson] [libtool] profile.c: error:...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2024-10-28 21:44 UTC by Toralf Förster
Modified: 2024-11-03 21:11 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,21.38 KB, text/plain)
2024-10-28 21:44 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,93.26 KB, application/x-xz)
2024-10-28 21:44 UTC, Toralf Förster
Details
environment (environment,103.44 KB, text/plain)
2024-10-28 21:44 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-10-28 21:44 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,25.49 KB, application/x-xz)
2024-10-28 21:44 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,16.38 KB, application/x-xz)
2024-10-28 21:44 UTC, Toralf Förster
Details
net-analyzer:nfdump-1.7.4:20241028-213836.log (net-analyzer:nfdump-1.7.4:20241028-213836.log,77.45 KB, text/plain)
2024-10-28 21:44 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,104.62 KB, application/x-xz)
2024-10-28 21:44 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,26.40 KB, application/x-xz)
2024-10-28 21:44 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 2024-10-28 21:44:48 UTC
too long lines were shrinked:

libtool: link: x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_DEFAULT_SOURCE -O2 -pipe -march=native -fno-diagnostics-color -std=gnu17 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing -DNSEL -Wl,-O1 -Wl,--as-needed -Wl,-z -Wl,pack-relative-reloc
make[2]: Leaving directory '/var/tmp/portage/net-analyzer/nfdump-1.7.4/work/nfdump-1.7.4/src/nfpcapd'
Making all in src/nfsen
make[2]: Entering directory '/var/tmp/portage/net-analyzer/nfdump-1.7.4/work/nfdump-1.7.4/src/nfsen'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..  -I.. -I../include -I../lib -I../inline -I../collector    -O2 -pipe -march=native -fno-diagnostics-color -std=gnu17 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing -DNSEL -pthread -c -o 
profile.c: In function UpdateRRD:
profile.c:448:31: error: passing argument 2 of rrd_update from incompatible pointer type [-Wincompatible-pointer-types]
  448 |     if ((i = rrd_update(argc, rrd_arg)) != 0) {
      |                               ^~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_gnome_systemd-20241017-150503

  UNMASKED:
    Please re-assign to ztrawhcse@ if you cannot reproduced it with regular meson.
  <dev-build/meson-9999
    Issues involving opaque types / incomplete typedefs should block bug 930805
  >=sys-libs/ncurses-6.5

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang version 19.1.2
llvm-config: 19.1.2
Python 3.12.7
go version go1.23.2 linux/amd64
  [1]   php8.3 *
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.82.0
  [2]   rust-1.82.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.25_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17]
3)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
*)	Eclipse Temurin JDK 8.432_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21 

The Glorious Glasgow Haskell Compilation System, version 9.2.8

  HEAD of ::gentoo
commit d983f535fcaf953adbc5343c1572c1892ffc110a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 28 20:48:32 2024 +0000

    2024-10-28 20:48:32 UTC

emerge -qpvO =net-analyzer/nfdump-1.7.4
[ebuild  N    ] net-analyzer/nfdump-1.7.4  USE="nfpcapd nfprofile nftrack nsel -debug -doc -ftconv -jnat -readpcap -sflow -zstd"
Comment 1 Toralf Förster gentoo-dev 2024-10-28 21:44:49 UTC
Created attachment 907190 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-10-28 21:44:51 UTC
Created attachment 907191 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-10-28 21:44:52 UTC
Created attachment 907192 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-10-28 21:44:53 UTC
Created attachment 907193 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-10-28 21:44:54 UTC
Created attachment 907194 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-10-28 21:44:55 UTC
Created attachment 907195 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-10-28 21:44:56 UTC
Created attachment 907196 [details]
net-analyzer:nfdump-1.7.4:20241028-213836.log
Comment 8 Toralf Förster gentoo-dev 2024-10-28 21:44:58 UTC
Created attachment 907197 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-10-28 21:44:59 UTC
Created attachment 907198 [details]
temp.tar.xz