Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943788 - app-misc/digitemp-3.7.2 - [meson] [libtool] [gcc-15] src/digitemp.c: error: conflicting types for free_coupler; have void(int)
Summary: app-misc/digitemp-3.7.2 - [meson] [libtool] [gcc-15] src/digitemp.c: error: c...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
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: c23-porting
  Show dependency tree
 
Reported: 2024-11-18 18:50 UTC by Toralf Förster
Modified: 2024-11-19 13:45 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.58 KB, text/plain)
2024-11-18 18:50 UTC, Toralf Förster
Details
app-misc:digitemp-3.7.2:20241118-054154.log (app-misc:digitemp-3.7.2:20241118-054154.log,4.39 KB, text/plain)
2024-11-18 18:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,184.81 KB, text/plain)
2024-11-18 18:50 UTC, Toralf Förster
Details
environment (environment,63.42 KB, text/plain)
2024-11-18 18:50 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.21 KB, application/x-xz)
2024-11-18 18:50 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,18.41 KB, application/x-xz)
2024-11-18 18:50 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,2.71 KB, application/x-xz)
2024-11-18 18:50 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,51.58 KB, application/x-xz)
2024-11-18 18:50 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,15.38 KB, application/x-xz)
2024-11-18 18:50 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-11-18 18:50:16 UTC
too long lines were shrinked:

rm -rf digitemp-3.7.2
make -O -j4 CC=x86_64-pc-linux-gnu-gcc LOCK=no ds9097u 
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -I/var/tmp/portage/app-misc/digitemp-3.7.2/work/digitemp-3.7.2/src -I/var/tmp/portage/app-misc/digitemp-3.7.2/work/digitemp-3.7.2/userial   -c -o src/device_name.o src/device_name.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -I/var/tmp/portage/app-misc/digitemp-3.7.2/work/digitemp-3.7.2/src -I/var/tmp/portage/app-misc/digitemp-3.7.2/work/digitemp-3.7.2/userial   -c -o userial/crcutil.o userial/crcutil.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -I/var/tmp/portage/app-misc/digitemp-3.7.2/work/digitemp-3.7.2/src -I/var/tmp/portage/app-misc/digitemp-3.7.2/work/digitemp-3.7.2/userial   -c -o src/ds2438.o src/ds2438.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -I/var/tmp/portage/app-misc/digitemp-3.7.2/work/digitemp-3.7.2/src -I/var/tmp/portage/app-misc/digitemp-3.7.2/work/digitemp-3.7.2/userial   -c -o src/digitemp.o src/digitemp.c
src/digitemp.c:171:6: error: conflicting types for free_coupler; have void(int)
  171 | void free_coupler( int free_only )
      |      ^~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma-20241113-212003

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15
    Please re-assign to ztrawhcse@ if you cannot reproduced it with regular meson.
  <dev-build/meson-9999

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

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


  HEAD of ::gentoo
commit 8ed31d0957c2228d200e4fad60a04e6ccbff4989
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Nov 18 04:33:40 2024 +0000

    2024-11-18 04:33:40 UTC

emerge -qpvO =app-misc/digitemp-3.7.2
[ebuild  N    ] app-misc/digitemp-3.7.2  USE="-ds2490 -ds9097 -ds9097u"
Comment 1 Toralf Förster gentoo-dev 2024-11-18 18:50:17 UTC
Created attachment 909052 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-18 18:50:18 UTC
Created attachment 909053 [details]
app-misc:digitemp-3.7.2:20241118-054154.log
Comment 3 Toralf Förster gentoo-dev 2024-11-18 18:50:19 UTC
Created attachment 909054 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-11-18 18:50:21 UTC
Created attachment 909055 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-11-18 18:50:21 UTC
Created attachment 909056 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-18 18:50:22 UTC
Created attachment 909057 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-18 18:50:23 UTC
Created attachment 909058 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-11-18 18:50:24 UTC
Created attachment 909059 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-11-18 18:50:25 UTC
Created attachment 909060 [details]
temp.tar.xz