Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907383 - net-misc/dahdi-3.1.0-r4 - /.../dahdi-sysfs.c: error: initialization of int ( )(const struct device , struct kobj_uevent_env ) from
Summary: net-misc/dahdi-3.1.0-r4 - /.../dahdi-sysfs.c: error: initialization of int ( ...
Status: RESOLVED DUPLICATE of bug 906179
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jaco Kroon
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-29 19:21 UTC by Toralf Förster
Modified: 2023-05-29 20:00 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,23.03 KB, text/plain)
2023-05-29 19:21 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,99.07 KB, application/x-bzip)
2023-05-29 19:21 UTC, Toralf Förster
Details
environment (environment,124.75 KB, text/plain)
2023-05-29 19:21 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,740 bytes, application/x-bzip)
2023-05-29 19:21 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,37.88 KB, application/x-bzip)
2023-05-29 19:21 UTC, Toralf Förster
Details
net-misc:dahdi-3.1.0-r4:20230529-191816.log (net-misc:dahdi-3.1.0-r4:20230529-191816.log,29.22 KB, text/plain)
2023-05-29 19:21 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,33.31 KB, application/x-bzip)
2023-05-29 19:21 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-05-29 19:21:29 UTC
too long lines were shrinked:

# CC [M]  /var/tmp/portage/net-misc/dahdi-3.1.0-r4/work/dahdi-linux-3.1.0/drivers/dahdi/dahdi-sysfs.o
  x86_64-pc-linux-gnu-gcc -Wp,-MMD,/var/tmp/portage/net-misc/dahdi-3.1.0-r4/work/dahdi-linux-3.1.0/drivers/dahdi/.dahdi-sysfs.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated  -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/gene
# CC [M]  /var/tmp/portage/net-misc/dahdi-3.1.0-r4/work/dahdi-linux-3.1.0/drivers/dahdi/dahdi-sysfs-chan.o
  x86_64-pc-linux-gnu-gcc -Wp,-MMD,/var/tmp/portage/net-misc/dahdi-3.1.0-r4/work/dahdi-linux-3.1.0/drivers/dahdi/.dahdi-sysfs-chan.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated  -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include
# CC [M]  /var/tmp/portage/net-misc/dahdi-3.1.0-r4/work/dahdi-linux-3.1.0/drivers/dahdi/dahdi-version.o
  x86_64-pc-linux-gnu-gcc -Wp,-MMD,/var/tmp/portage/net-misc/dahdi-3.1.0-r4/work/dahdi-linux-3.1.0/drivers/dahdi/.dahdi-version.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated  -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/ge
/var/tmp/portage/net-misc/dahdi-3.1.0-r4/work/dahdi-linux-3.1.0/drivers/dahdi/dahdi-sysfs.c:272:27: error: initialization of int (*)(const struct device *, struct kobj_uevent_env *) from incompatible pointer type int (*)(struct device *, struct kobj_uevent_env *) [-Werror=incompatible-pointer-types]
  272 |         .uevent         = span_uevent,
      |                           ^~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_systemd-j6-20230523-013011

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.4
Python 3.11.3
Available Ruby profiles:
  [1]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.69.0
  [2]   rust-1.69.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.18_p10 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

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

  HEAD of ::gentoo
commit 2e68bcea79f519caac795931a02fc9e1c9b1ef5a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon May 29 18:17:01 2023 +0000

    2023-05-29 18:17:01 UTC

emerge -qpvO net-misc/dahdi
[ebuild  N    ] net-misc/dahdi-3.1.0-r4  USE="-dist-kernel -flash -oslec"
Comment 1 Toralf Förster gentoo-dev 2023-05-29 19:21:30 UTC
Created attachment 862848 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-05-29 19:21:31 UTC
Created attachment 862849 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-05-29 19:21:33 UTC
Created attachment 862850 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-05-29 19:21:33 UTC
Created attachment 862851 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-05-29 19:21:34 UTC
Created attachment 862852 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-05-29 19:21:35 UTC
Created attachment 862853 [details]
net-misc:dahdi-3.1.0-r4:20230529-191816.log
Comment 7 Toralf Förster gentoo-dev 2023-05-29 19:21:36 UTC
Created attachment 862854 [details]
temp.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2023-05-29 20:00:21 UTC

*** This bug has been marked as a duplicate of bug 906179 ***