Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880901 - net-mail/checkpassword-0.90-r5 - buffer_2.c: error: incompatible function pointer types initializing
Summary: net-mail/checkpassword-0.90-r5 - buffer_2.c: error: incompatible function poi...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-11 11:56 UTC by Toralf Förster
Modified: 2022-11-11 11:56 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.47 KB, text/plain)
2022-11-11 11:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,58.05 KB, text/plain)
2022-11-11 11:56 UTC, Toralf Förster
Details
environment (environment,82.98 KB, text/plain)
2022-11-11 11:56 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,703 bytes, application/x-bzip)
2022-11-11 11:56 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,19.38 KB, application/x-bzip)
2022-11-11 11:56 UTC, Toralf Förster
Details
net-mail:checkpassword-0.90-r5:20221111-102342.log (net-mail:checkpassword-0.90-r5:20221111-102342.log,4.34 KB, text/plain)
2022-11-11 11:56 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.08 KB, application/x-bzip)
2022-11-11 11:56 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 2022-11-11 11:56:18 UTC
      prototype is deprecated in all versions of C and is not supported in C2x
      [-Wdeprecated-non-prototype]
  if (s->n > 0) byte_copyr(s->x + s->n,r,s->x);
                          ^
buffer_2.c:5:20: error: incompatible function pointer types initializing
      'int (*)()' with an expression of type 'ssize_t (int, const void *,
      size_t)' (aka 'long (int, const void *, unsigned long)')

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j4-20221111-010005

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.4
Python 3.10.8
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.5_p5 [openjdk-17]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-17  system-vm

php cli (if any):
  [1]   php8.1 *

  HEAD of ::gentoo
commit 662bac4a9630c3ecb61f904350df4f63142b75c0
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Nov 11 08:46:51 2022 +0000

    2022-11-11 08:46:50 UTC

emerge -qpvO net-mail/checkpassword
[ebuild  N    ] net-mail/checkpassword-0.90-r5  USE="-static"
Comment 1 Toralf Förster gentoo-dev 2022-11-11 11:56:19 UTC
Created attachment 830733 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-11 11:56:21 UTC
Created attachment 830735 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-11 11:56:22 UTC
Created attachment 830737 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-11 11:56:23 UTC
Created attachment 830739 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-11 11:56:24 UTC
Created attachment 830741 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-11 11:56:25 UTC
Created attachment 830743 [details]
net-mail:checkpassword-0.90-r5:20221111-102342.log
Comment 7 Toralf Förster gentoo-dev 2022-11-11 11:56:26 UTC
Created attachment 830745 [details]
temp.tar.bz2