GNU bug report logs - #19015
SDL_mixer not linked against libmikmod

Previous Next

Package: guix;

Reported by: ludo <at> gnu.org (Ludovic Courtès)

Date: Mon, 10 Nov 2014 22:18:02 UTC

Severity: normal

Done: 宋文武 <iyzsong <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 19015-close <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> gmail.com>
To: 19015-close <at> debbugs.gnu.org
Subject: Fixed
Date: Tue, 10 Mar 2015 17:02:24 +0800
Fixed in commit 2cb4ca6 by remove asla-lib from inputs.

SDL_mixer do a testing for libmikmod using libmikmod-config.
libmikmod-config.in has:
  --libs)
    echo -L <at> libdir@ -lmikmod @LIBRARY_LIB@

When built with alsa driver support, @LIBRARY_LIB@ become "-lm -lasound",
require alsa-lib presented to get the test success.  But in fact the
use of libmikmod
library don't depends on the drivers (alsa),  and the libmikmod.pc
file doesn't have them
in Libs (and Libs.private). So I think it's a bug where @LIBRARY_LIB@
contains '-lasound'.

Instead of  dropping @LIBRARY_LIB@ from libmikmod-config.in, I notice
that the only user
of libmikmod is sdl-mixer, which use it's own audio output drivers.
So I'm temped to remove
alsa-lib from libmikmod (the libx11 is unused IIRC).




This bug report was last modified 10 years and 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.