Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943841 - dev-libs/uulib-0.5.20-r3 - [libtool] [gcc-15] crc32.c: error: conflicting types for crc32; have crc32_t(crc32_t, const unsigned char , unsigned int) {aka long unsigned in
Summary: dev-libs/uulib-0.5.20-r3 - [libtool] [gcc-15] crc32.c: error: conflicting typ...
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 19:23 UTC by Toralf Förster
Modified: 2024-11-19 13:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.80 KB, text/plain)
2024-11-18 19:23 UTC, Toralf Förster
Details
dev-libs:uulib-0.5.20-r3:20241118-182423.log (dev-libs:uulib-0.5.20-r3:20241118-182423.log,16.62 KB, text/plain)
2024-11-18 19:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,204.18 KB, text/plain)
2024-11-18 19:23 UTC, Toralf Förster
Details
environment (environment,78.25 KB, text/plain)
2024-11-18 19:23 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.21 KB, application/x-xz)
2024-11-18 19:23 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,23.30 KB, application/x-xz)
2024-11-18 19:23 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,6.54 KB, application/x-xz)
2024-11-18 19:23 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,58.25 KB, application/x-xz)
2024-11-18 19:23 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 19:23:00 UTC
too long lines were shrinked:

 1528 |     fread (r, 1, 8, datain);
      |     ^~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ./libtool --mode=compile x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -I.  -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.c  -fPIC -DPIC -o .libs/uustring.o
/bin/sh ./libtool --mode=compile x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -I.  -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" crc32.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" crc32.c  -fPIC -DPIC -o .libs/crc32.o
crc32.c:91:9: error: conflicting types for 'crc32'; have 'crc32_t(crc32_t,  const unsigned char *, unsigned int)' {aka 'long unsigned int(long unsigned int,  const unsigned char *, unsigned int)'}
   91 | crc32_t crc32(crc32_t crc, const unsigned char *buf, unsigned int len)
      |         ^~~~~

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

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

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15

  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
Available Ruby profiles:
  [1]   ruby32 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0
  [2]   rust-bin-1.82.0
  [3]   rust-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 8566b21081f24b8ff8c5a8ecadbce83f2bdad484
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Nov 18 17:03:30 2024 +0000

    2024-11-18 17:03:29 UTC

emerge -qpvO =dev-libs/uulib-0.5.20-r3
[ebuild  N    ] dev-libs/uulib-0.5.20-r3
Comment 1 Toralf Förster gentoo-dev 2024-11-18 19:23:01 UTC
Created attachment 909502 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-18 19:23:02 UTC
Created attachment 909503 [details]
dev-libs:uulib-0.5.20-r3:20241118-182423.log
Comment 3 Toralf Förster gentoo-dev 2024-11-18 19:23:03 UTC
Created attachment 909504 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-11-18 19:23:04 UTC
Created attachment 909505 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-11-18 19:23:05 UTC
Created attachment 909506 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-18 19:23:06 UTC
Created attachment 909507 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-18 19:23:07 UTC
Created attachment 909508 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-11-18 19:23:08 UTC
Created attachment 909509 [details]
qlist-info.txt.xz