Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 771864

Summary: app-laptop/pbbuttonsd-0.8.1a - driver_mixer_alsa.c:(.text+<snip>): undefined reference to moddata
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: PPC Porters <ppc>
Status: CONFIRMED ---    
Severity: normal CC: fatzer2, jsmolic, Xeha
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35160
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
app-laptop:pbbuttonsd-0.8.1a:20210220-222249.log
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2

Description Toralf Förster gentoo-dev 2021-02-21 09:43:46 UTC
  /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/l
  d: driver_mixer_alsa.o: in function `alsamixer_is_muted':
  driver_mixer_alsa.c:(.text+0x3): undefined reference to `moddata'
  /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/l
  d: driver_mixer_alsa.o: in function `alsamixer_get_mixer':
  driver_mixer_alsa.c:(.text+0x10): undefined reference to `moddata'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-20210215-185510

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.1
 [3] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.1.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.1.0
Python 3.8.8
Available Rust versions:
  [1]   rust-bin-1.50.0
  [2]   rust-1.50.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.282_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Feb 20 21:07:24 UTC 2021

emerge -qpvO app-laptop/pbbuttonsd
[ebuild  N    ] app-laptop/pbbuttonsd-0.8.1a  USE="acpi alsa -doc -ibam (-macbook) -oss"
Comment 1 Toralf Förster gentoo-dev 2021-02-21 09:43:47 UTC
Created attachment 687843 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-02-21 09:43:49 UTC
Created attachment 687846 [details]
app-laptop:pbbuttonsd-0.8.1a:20210220-222249.log
Comment 3 Toralf Förster gentoo-dev 2021-02-21 09:43:50 UTC
Created attachment 687849 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-02-21 09:43:52 UTC
Created attachment 687852 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-02-21 09:43:53 UTC
Created attachment 687855 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-02-21 09:43:54 UTC
Created attachment 687858 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-02-21 09:43:55 UTC
Created attachment 687861 [details]
temp.tar.bz2
Comment 8 Xeha 2021-08-09 21:28:58 UTC
Same issue on actual ppc hardware.
Comment 9 Fat-Zer 2024-02-03 01:40:54 UTC
The build failure is triggered by `USE="alsa -oss"`. It seems this one is actually kinda caused by pbbuttonsd-0.8.1a-fno-common.patch: it was an attempt to fix bug 771093, but it was erroneous by itself...