Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654562 - x11-plugins/wmix-3.3 : mixer-alsa.c:5:10: fatal error: alsa/asoundlib.h: No such file or directory
Summary: x11-plugins/wmix-3.3 : mixer-alsa.c:5:10: fatal error: alsa/asoundlib.h: No s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-01 20:17 UTC by Toralf Förster
Modified: 2018-08-10 21:56 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.13 KB, text/plain)
2018-05-01 20:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,16.05 KB, text/plain)
2018-05-01 20:17 UTC, Toralf Förster
Details
environment (environment,42.29 KB, text/plain)
2018-05-01 20:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.26 KB, application/x-bzip)
2018-05-01 20:17 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.38 KB, application/x-bzip)
2018-05-01 20:17 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.10 KB, application/x-bzip)
2018-05-01 20:17 UTC, Toralf Förster
Details
x11-plugins:wmix-3.3:20180501-194406.log (x11-plugins:wmix-3.3:20180501-194406.log,4.42 KB, text/plain)
2018-05-01 20:17 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 2018-05-01 20:17:09 UTC
x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"wmix\" -DPACKAGE_TARNAME=\"wmix\" -DPACKAGE_VERSION=\"3.3\" -DPACKAGE_STRING=\"wmix\ 3.3\" -DPACKAGE_BUGREPORT=\"wmaker-dev@lists.windowmaker.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wmix\" -DVERSION=\"3.3\" -DHAVE_LIBM=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -I.     -O2 -pipe -march=native -c -o config.o config.c
x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"wmix\" -DPACKAGE_TARNAME=\"wmix\" -DPACKAGE_VERSION=\"3.3\" -DPACKAGE_STRING=\"wmix\ 3.3\" -DPACKAGE_BUGREPORT=\"wmaker-dev@lists.windowmaker.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wmix\" -DVERSION=\"3.3\" -DHAVE_LIBM=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -I.     -O2 -pipe -march=native -c -o mixer-alsa.o mixer-alsa.c
mixer-alsa.c:5:10: fatal error: alsa/asoundlib.h: No such file or directory
 #include <alsa/asoundlib.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_20180501-112828

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)




emerge -qpv x11-plugins/wmix
[ebuild  N    ] x11-plugins/wmix-3.3
Comment 1 Toralf Förster gentoo-dev 2018-05-01 20:17:12 UTC
Created attachment 529286 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-01 20:17:15 UTC
Created attachment 529288 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-05-01 20:17:18 UTC
Created attachment 529290 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-05-01 20:17:21 UTC
Created attachment 529292 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-05-01 20:17:24 UTC
Created attachment 529294 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-01 20:17:27 UTC
Created attachment 529296 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-01 20:17:30 UTC
Created attachment 529298 [details]
x11-plugins:wmix-3.3:20180501-194406.log
Comment 8 Bernard Cafarelli gentoo-dev 2018-08-10 21:53:24 UTC
Indeed 3.3 now uses alsa instead of oss interface.

Added media-libs/alsa-lib dependency with 3.3-r1 ebuild, thanks!
Comment 9 Larry the Git Cow gentoo-dev 2018-08-10 21:56:16 UTC
The bug has been closed via the following commit(s):

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

commit ebf337041172ccdabbdbb000ff09b6dea77fbb55
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2018-08-10 21:55:00 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2018-08-10 21:56:08 +0000

    x11-plugins/wmix: 3.3 uses alsa mixer, thanks toralf
    
    Closes: https://bugs.gentoo.org/654562
    Package-Manager: Portage-2.3.45, Repoman-2.3.10

 x11-plugins/wmix/{wmix-3.3.ebuild => wmix-3.3-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)