Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785232 - media-libs/libmatemixer-1.24.1 - alsa-backend.c:(.text+<snip>): undefined reference to mate_mixer_backend_get_type
Summary: media-libs/libmatemixer-1.24.1 - alsa-backend.c:(.text+<snip>): undefined ref...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo MATE Desktop
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-04-23 14:51 UTC by Toralf Förster
Modified: 2024-04-15 06:32 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.24 KB, text/plain)
2021-04-23 14:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,182.46 KB, text/plain)
2021-04-23 14:51 UTC, Toralf Förster
Details
environment (environment,128.77 KB, text/plain)
2021-04-23 14:51 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,25.97 KB, application/x-bzip)
2021-04-23 14:51 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,8.94 KB, application/x-bzip)
2021-04-23 14:51 UTC, Toralf Förster
Details
media-libs:libmatemixer-1.24.1:20210423-034417.log (media-libs:libmatemixer-1.24.1:20210423-034417.log,93.83 KB, text/plain)
2021-04-23 14:51 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,36.93 KB, application/x-bzip)
2021-04-23 14:51 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-04-23 14:51:30 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: .libs/libmatemixer_alsa_la-alsa-backend.o: in function `alsa_backend_class_intern_init':
alsa-backend.c:(.text+0x8e): undefined reference to `mate_mixer_backend_get_type'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: .libs/libmatemixer_alsa_la-alsa-backend.o: in function `compare_device_name':
alsa-backend.c:(.text+0x13e): undefined reference to `mate_mixer_device_get_type'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: alsa-backend.c:(.text+0x151): undefined reference to `mate_mixer_device_get_name'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-20210419-131016

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.3.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0
  [2]   rust-1.51.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.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Apr 23 01:20:11 UTC 2021

emerge -qpvO media-libs/libmatemixer
[ebuild  N    ] media-libs/libmatemixer-1.24.1  USE="alsa -oss -pulseaudio"
Comment 1 Toralf Förster gentoo-dev 2021-04-23 14:51:31 UTC
Created attachment 701895 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-23 14:51:32 UTC
Created attachment 701898 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-23 14:51:34 UTC
Created attachment 701901 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-23 14:51:35 UTC
Created attachment 701904 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-23 14:51:36 UTC
Created attachment 701907 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-23 14:51:38 UTC
Created attachment 701910 [details]
media-libs:libmatemixer-1.24.1:20210423-034417.log
Comment 7 Toralf Förster gentoo-dev 2021-04-23 14:51:39 UTC
Created attachment 701913 [details]
temp.tar.bz2
Comment 8 orbea 2022-05-13 01:41:48 UTC
Upstream PR: https://github.com/mate-desktop/libmatemixer/pull/37
Comment 9 Larry the Git Cow gentoo-dev 2022-06-28 06:08:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0d32064e74722ddb1befc80a085648a96cbca7

commit ee0d32064e74722ddb1befc80a085648a96cbca7
Author:     orbea <orbea@riseup.net>
AuthorDate: 2022-06-21 03:32:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-28 06:05:55 +0000

    media-libs/libmatemixer: Add 1.26.0
    
    Includes a patch to fix undefined references exposed with slibtool.
    
    Bug: https://bugs.gentoo.org/785232
    Upstream-PR: https://github.com/mate-desktop/libmatemixer/pull/37
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/26014
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/libmatemixer/Manifest                   |  1 +
 .../files/libmatemixer-1.26.0-slibtool.patch       | 71 ++++++++++++++++++++++
 media-libs/libmatemixer/libmatemixer-1.26.0.ebuild | 46 ++++++++++++++
 3 files changed, 118 insertions(+)
Comment 10 Larry the Git Cow gentoo-dev 2024-04-15 06:32:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06678b44e418a42d5bf9a637cd491f6899fc4497

commit 06678b44e418a42d5bf9a637cd491f6899fc4497
Author:     orbea <orbea@riseup.net>
AuthorDate: 2024-03-18 02:49:45 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-04-15 06:32:25 +0000

    media-libs/libmatemixer: fix undefined references
    
    Restores prematurely removed patch to fix undefined references exposed
    by slibtool.
    
    Bug: https://bugs.gentoo.org/785232
    Closes: https://bugs.gentoo.org/921214
    Upstream-PR: https://github.com/mate-desktop/libmatemixer/pull/37
    Upstream-Commit: https://github.com/mate-desktop/libmatemixer/commit/cb9e62b6d101cb42cdcf3ec7617616e6c4a4bb35
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/35811
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../files/libmatemixer-1.26.1-slibtool.patch       | 74 ++++++++++++++++++++++
 media-libs/libmatemixer/libmatemixer-1.26.1.ebuild |  8 +++
 2 files changed, 82 insertions(+)