Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882201 - dev-java/commons-daemon-1.3.1 - jsvc-unix.c: error: incompatible function pointer types assigning to
Summary: dev-java/commons-daemon-1.3.1 - jsvc-unix.c: error: incompatible function poi...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-20 15:09 UTC by Toralf Förster
Modified: 2023-11-30 17:27 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.87 KB, text/plain)
2022-11-20 15:09 UTC, Toralf Förster
Details
dev-java:commons-daemon-1.3.1:20221120-122123.log (dev-java:commons-daemon-1.3.1:20221120-122123.log,6.52 KB, text/plain)
2022-11-20 15:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,69.52 KB, text/plain)
2022-11-20 15:10 UTC, Toralf Förster
Details
environment (environment,132.39 KB, text/plain)
2022-11-20 15:10 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,702 bytes, application/x-bzip)
2022-11-20 15:10 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,12.58 KB, application/x-bzip)
2022-11-20 15:10 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,3.77 KB, application/x-bzip)
2022-11-20 15:10 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-20 15:09:56 UTC
too long lines were shrinked:

clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DOS_LINUX -DDSO_DLFCN -DCPU=\"amd64\" -Wall -Wstrict-prototypes -DHAVE_LIBCAP   -I/opt/openjdk-bin-17.0.5_p8/include -I/opt/openjdk-bin-17.0.5_p8/include/linux -c arguments.c -o arguments
clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DOS_LINUX -DDSO_DLFCN -DCPU=\"amd64\" -Wall -Wstrict-prototypes -DHAVE_LIBCAP   -I/opt/openjdk-bin-17.0.5_p8/include -I/opt/openjdk-bin-17.0.5_p8/include/linux -c debug.c -o debug.o
clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DOS_LINUX -DDSO_DLFCN -DCPU=\"amd64\" -Wall -Wstrict-prototypes -DHAVE_LIBCAP   -I/opt/openjdk-bin-17.0.5_p8/include -I/opt/openjdk-bin-17.0.5_p8/include/linux -c dso-dlfcn.c -o dso-dlfcn
clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DOS_LINUX -DDSO_DLFCN -DCPU=\"amd64\" -Wall -Wstrict-prototypes -DHAVE_LIBCAP   -I/opt/openjdk-bin-17.0.5_p8/include -I/opt/openjdk-bin-17.0.5_p8/include/linux -c dso-dyld.c -o dso-dyld.o
jsvc-unix.c:1311:20: error: incompatible function pointer types assigning to
      '__sighandler_t' (aka 'void (*)(int)') from 'void (int, siginfo_t *, void
      *)' [-Werror,-Wincompatible-function-pointer-types]

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

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

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

CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.5
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.5
Python 3.10.8
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.65.0 *
GENTOO_VM=openjdk-bin-17  CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-17.0.5_p8"
JAVACFLAGS="-source 1.8 -target 1.8" COMPILER=""
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0 *

  HEAD of ::gentoo
commit 7f9ddcde16b1e5d8eb5959c6a1bdc12798dafa78
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Nov 20 11:17:01 2022 +0000

    2022-11-20 11:17:01 UTC

emerge -qpvO dev-java/commons-daemon
[ebuild  N    ] dev-java/commons-daemon-1.3.1  USE="-doc -source"
Comment 1 Toralf Förster gentoo-dev 2022-11-20 15:09:58 UTC
Created attachment 834613 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-20 15:10:00 UTC
Created attachment 834615 [details]
dev-java:commons-daemon-1.3.1:20221120-122123.log
Comment 3 Toralf Förster gentoo-dev 2022-11-20 15:10:02 UTC
Created attachment 834617 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-20 15:10:03 UTC
Created attachment 834619 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-20 15:10:05 UTC
Created attachment 834621 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-20 15:10:06 UTC
Created attachment 834623 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-20 15:10:07 UTC
Created attachment 834625 [details]
logs.tar.bz2
Comment 8 Volkmar W. Pogatzki 2023-01-27 09:04:24 UTC
Affected version removed via cammit f3fccb3c80ff27ef61711f3dddeb75bff11d597b
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-27 09:10:30 UTC
(In reply to Volkmar W. Pogatzki from comment #8)
> Affected version removed via cammit f3fccb3c80ff27ef61711f3dddeb75bff11d597b

You're sure it's fixed?
Comment 10 Toralf Förster gentoo-dev 2023-11-30 17:27:29 UTC
(In reply to Volkmar W. Pogatzki from comment #8)
> Affected version removed via cammit f3fccb3c80ff27ef61711f3dddeb75bff11d597b

https://bugs.gentoo.org/918912