Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920312 - sci-mathematics/msieve-1.53-r1 - common/savefile.c: error: assignment to struct gzFile_s from incompatible pointer type gzFile {aka struct gzFile_s }
Summary: sci-mathematics/msieve-1.53-r1 - common/savefile.c: error: assignment to stru...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
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: c99-porting
  Show dependency tree
 
Reported: 2023-12-19 09:57 UTC by Toralf Förster
Modified: 2023-12-19 09:57 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.10 KB, text/plain)
2023-12-19 09:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,151.67 KB, text/plain)
2023-12-19 09:57 UTC, Toralf Förster
Details
environment (environment,58.89 KB, text/plain)
2023-12-19 09:57 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.12 KB, application/x-xz)
2023-12-19 09:57 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,30.64 KB, application/x-xz)
2023-12-19 09:57 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,238.22 KB, text/plain)
2023-12-19 09:57 UTC, Toralf Förster
Details
sci-mathematics:msieve-1.53-r1:20231219-002007.log (sci-mathematics:msieve-1.53-r1:20231219-002007.log,29.93 KB, text/plain)
2023-12-19 09:57 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,17.23 KB, application/x-xz)
2023-12-19 09:57 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 2023-12-19 09:57:24 UTC
too long lines were shrinked:

   38 | static const double are = DBL_EPSILON;
      |                     ^~~
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"Unversioned directory\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/prime_delta.o common/prime_delta.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"Unversioned directory\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/prime_sieve.o common/prime_sieve.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"Unversioned directory\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/savefile.o common/savefile.c
common/savefile.c: In function savefile_open:
common/savefile.c:131:23: error: assignment to struct gzFile_s ** from incompatible pointer type gzFile {aka struct gzFile_s *} [-Wincompatible-pointer-types]
  131 |                 s->fp = gzopen(name_gz, open_string);
      |                       ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-20231215-225005

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.21.5 linux/amd64

  HEAD of ::gentoo
commit 203bf8e078d2b9b5f8be1063ddf39c9aa5684ebe
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Dec 18 23:17:03 2023 +0000

    2023-12-18 23:17:02 UTC

emerge -qpvO sci-mathematics/msieve
[ebuild  N    ] sci-mathematics/msieve-1.53-r1  USE="ecm zlib -mpi"
Comment 1 Toralf Förster gentoo-dev 2023-12-19 09:57:25 UTC
Created attachment 879915 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-19 09:57:26 UTC
Created attachment 879916 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-12-19 09:57:27 UTC
Created attachment 879917 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-19 09:57:28 UTC
Created attachment 879918 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-19 09:57:29 UTC
Created attachment 879919 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-19 09:57:30 UTC
Created attachment 879920 [details]
qlist-info.txt
Comment 7 Toralf Förster gentoo-dev 2023-12-19 09:57:32 UTC
Created attachment 879921 [details]
sci-mathematics:msieve-1.53-r1:20231219-002007.log
Comment 8 Toralf Förster gentoo-dev 2023-12-19 09:57:32 UTC
Created attachment 879922 [details]
temp.tar.xz