Your message dated Wed, 29 Jan 2014 01:22:29 +0100
with message-id 
<cag_zyabnvnz55r6nyhq_mdoohzr_ko7cehzjo6w2gkrsw7+...@mail.gmail.com>
and subject line Re: Bug#736957: FTBFS[!linux]: ALSA MIDI not supported
has caused the Debian Bug report #736957,
regarding FTBFS[!linux]: ALSA MIDI not supported
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
736957: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736957
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: drumkv1
Version: 0.3.6-1
Severity: serious
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

debian/rules runs configure with --enable-alsa-midi only on Linux.

Actually on kfreebsd-* and hurd it is necessary to do the opposite:
configure with --disable-alsa-midi, otherwise support for it is
wrongly autodetected due to the presence of salsa headers.

Please see attached patch fixing FTBFS.

Thanks!

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- a/drumkv1-0.3.6/debian/rules	2013-09-10 15:46:03.000000000 +0100
+++ b/drumkv1-0.3.6/debian/rules	2014-01-28 19:06:56.433091722 +0000
@@ -15,6 +15,8 @@
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 EXTRA_CONFIGURE_ARGS += --enable-alsa-midi
+else
+EXTRA_CONFIGURE_ARGS += --disable-alsa-midi
 endif
 
 ifeq ($(DEB_HOST_ARCH_CPU),amd64)

--- End Message ---
--- Begin Message ---
Closed with recent upload.

--- End Message ---

Reply via email to