Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940221 - www-apache/mod_qos-11.75 - [gcc-15] qsrotate.c: error: assignment to struct gzFile_s from incompatible pointer type gzFile {aka struct gzFile_s } [-Wincompatib
Summary: www-apache/mod_qos-11.75 - [gcc-15] qsrotate.c: error: assignment to struct g...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Craig Andrews
URL:
Whiteboard: ~arch only
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-09-25 07:29 UTC by Toralf Förster
Modified: 2024-10-25 19:02 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.04 KB, text/plain)
2024-09-25 07:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,231.67 KB, text/plain)
2024-09-25 07:29 UTC, Toralf Förster
Details
environment (environment,86.96 KB, text/plain)
2024-09-25 07:29 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.15 KB, application/x-xz)
2024-09-25 07:29 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,22.95 KB, application/x-xz)
2024-09-25 07:29 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,5.48 KB, application/x-xz)
2024-09-25 07:29 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,57.15 KB, application/x-xz)
2024-09-25 07:29 UTC, Toralf Förster
Details
www-apache:mod_qos-11.75:20240925-012609.log (www-apache:mod_qos-11.75:20240925-012609.log,17.10 KB, text/plain)
2024-09-25 07:29 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-09-25 07:29:16 UTC
too long lines were shrinked:

  647 |       system(command);
      |       ^~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -DLINUX -D_REENTRANT -D_GNU_SOURCE   -I/usr/include/libpng16 -O2 -pipe -march=native -fno-diagnostics-color  -I/usr/include/apr-1   -I/usr/include/apr-1   -c -o qslogger.o qslogger.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -DLINUX -D_REENTRANT -D_GNU_SOURCE   -I/usr/include/libpng16 -O2 -pipe -march=native -fno-diagnostics-color  -I/usr/include/apr-1   -I/usr/include/apr-1   -c -o qsrotate.o qsrotate.c
qsrotate.c: In function compressThread:
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -DLINUX -D_REENTRANT -D_GNU_SOURCE   -I/usr/include/libpng16 -O2 -pipe -march=native -fno-diagnostics-color  -I/usr/include/apr-1   -I/usr/include/apr-1   -c -o qsfilter2.o qsfilter2.c
qsrotate.c:228:13: error: assignment to struct gzFile_s ** from incompatible pointer type gzFile {aka struct gzFile_s *} [-Wincompatible-pointer-types]
  228 |   if((outfp = gzopen(dest,"wb")) == NULL) {
      |             ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_hardened_systemd-20240921-060507

  UNMASKED:
    Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense.
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15

  Block bug #35155 if this looks like a parallel build issue.
  Possible reproducer: MAKEOPTS='...  shuffle=1291954793'

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
clang version 19.1.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/19/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/19
19.1.0
Python 3.12.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

php cli (if any):
go version go1.23.1 linux/amd64

  HEAD of ::gentoo
commit 4de792410c34e401e74667e75e08018f16fb2343
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Sep 25 00:34:00 2024 +0000

    2024-09-25 00:33:59 UTC

emerge -qpvO =www-apache/mod_qos-11.75
[ebuild  N    ] www-apache/mod_qos-11.75
Comment 1 Toralf Förster gentoo-dev 2024-09-25 07:29:17 UTC
Created attachment 903696 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-25 07:29:18 UTC
Created attachment 903697 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-09-25 07:29:19 UTC
Created attachment 903698 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-09-25 07:29:20 UTC
Created attachment 903699 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-09-25 07:29:21 UTC
Created attachment 903700 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-25 07:29:22 UTC
Created attachment 903701 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-09-25 07:29:23 UTC
Created attachment 903703 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-09-25 07:29:24 UTC
Created attachment 903704 [details]
www-apache:mod_qos-11.75:20240925-012609.log