Package Details: alsamixergui 0.9.0rc2-6

Git Clone URL: https://aur.archlinux.org/alsamixergui.git (read-only, click to copy)
Package Base: alsamixergui
Description: FLTK based mixer program for use with ALSA.
Upstream URL: https://github.com/LaraCraft304/alsamixergui
Keywords: audio mixer x11
Licenses: GPL
Submitter: bidulock
Maintainer: bidulock
Last Packager: bidulock
Votes: 15
Popularity: 0.000000
First Submitted: 2015-06-18 06:58 (UTC)
Last Updated: 2022-01-24 20:30 (UTC)

Latest Comments

leledumbo commented on 2021-05-08 23:57 (UTC) (edited on 2021-05-08 23:57 (UTC) by leledumbo)

Got this patch below from gentoo, it builds the package, but it's still the maintainer's responsibility to update this package's PKGBUILD.

diff --git a/src/alsamixer.cxx b/src/alsamixer.cxx
index c7fda51..0d17e21 100644
--- a/src/alsamixer.cxx
+++ b/src/alsamixer.cxx
@@ -2081,7 +2081,7 @@ static void
 mixer_signal_handler (int signal)
 {
   if (signal != SIGSEGV)
-    mixer_abort (ERR_SIGNAL, sys_siglist[signal], 0);
+    mixer_abort (ERR_SIGNAL, strsignal(signal), 0);
   else
     {
       fprintf (stderr, "\nSegmentation fault.\n");

IPlayZed commented on 2021-03-15 14:35 (UTC) (edited on 2021-03-15 14:35 (UTC) by IPlayZed)

Hi, during build I get the following error:

alsamixer.cxx: In function ‘void mixer_signal_handler(int)’:
alsamixer.cxx:2089:30: error: ‘sys_siglist’ was not declared in this scope
 2089 |     mixer_abort (ERR_SIGNAL, sys_siglist[signal], 0);
      |                              ^~~~~~~~~~~
make[2]: *** [Makefile:231: alsamixer.o] Error 1
make[2]: Leaving directory '/home/minef/aur/alsamixergui/src/alsamixergui-0.9.0rc2-1.orig/src'
make[1]: *** [Makefile:163: all] Error 2
make[1]: Leaving directory '/home/minef/aur/alsamixergui/src/alsamixergui-0.9.0rc2-1.orig/src'
make: *** [Makefile:160: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

bidulock commented on 2019-07-24 23:47 (UTC)

Updated to unzip the patch if not already unzipped (which was done automatically before).

dreieck commented on 2019-07-24 18:06 (UTC)

A file is missing:

==> Starting prepare()...
patch: **** Can't open patch file ../alsamixergui_0.9.0rc2-1-9.1.diff : No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
==> ERROR: Makepkg was unable to build alsamixergui.

bidulock commented on 2015-12-19 05:14 (UTC)

Works for me.

mozo commented on 2015-12-18 20:49 (UTC)

Failed to install with error: make[1]: *** No rule to make target '.deps/alsamixer.Po'. Stop. make[1]: Leaving directory '/tmp/makepkg/alsamixergui/src/alsamixergui-0.9.0rc2-1.orig/src' Makefile:1651: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1