Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 771864 - app-laptop/pbbuttonsd-0.8.1a - driver_mixer_alsa.c:(.text+<snip>): undefined reference to moddata
Summary: app-laptop/pbbuttonsd-0.8.1a - driver_mixer_alsa.c:(.text+<snip>): undefined...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-02-21 09:43 UTC by Toralf Förster
Modified: 2024-02-03 05:28 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.76 KB, text/plain)
2021-02-21 09:43 UTC, Toralf Förster
Details
app-laptop:pbbuttonsd-0.8.1a:20210220-222249.log (app-laptop:pbbuttonsd-0.8.1a:20210220-222249.log,20.35 KB, text/plain)
2021-02-21 09:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,235.48 KB, text/plain)
2021-02-21 09:43 UTC, Toralf Förster
Details
environment (environment,85.72 KB, text/plain)
2021-02-21 09:43 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,18.29 KB, application/x-bzip)
2021-02-21 09:43 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,10.61 KB, application/x-bzip)
2021-02-21 09:43 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,25.46 KB, application/x-bzip)
2021-02-21 09:43 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 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...