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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19015 in the body.
You can then email your comments to 19015 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#19015; Package guix. (Mon, 10 Nov 2014 22:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ludo <at> gnu.org (Ludovic Courtès):
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 10 Nov 2014 22:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: bug-guix <at> gnu.org
Subject: SDL_mixer not linked against libmikmod
Date: Mon, 10 Nov 2014 23:16:48 +0100
Contrary to what’s intended, SDL_mixer ends up not linking against
libmikmod.  Its ./configure run goes like this:

--8<---------------cut here---------------start------------->8---
checking for fork... yes
checking for vfork... yes
checking for libmikmod-config... /gnu/store/32mqj92g8bmq8bmr84sw2gckifld0ga0-libmikmod-3.3.3/bin/libmikmod-config
checking for libmikmod - version >= 3.1.10... configure: WARNING: *** Unable to find MikMod library (http://mikmod.raphnet.net/)
configure: WARNING: MOD support disabled
--8<---------------cut here---------------end--------------->8---

So it’s failing somewhere after the AC_PATH_PROG for libmikmod-config.

Ludo’.




Reply sent to 宋文武 <iyzsong <at> gmail.com>:
You have taken responsibility. (Tue, 10 Mar 2015 09:03:02 GMT) Full text and rfc822 format available.

Notification sent to ludo <at> gnu.org (Ludovic Courtès):
bug acknowledged by developer. (Tue, 10 Mar 2015 09:03:02 GMT) Full text and rfc822 format available.

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).




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 07 Apr 2015 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 14 days ago.

Previous Next


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