[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#669566: jackd2: FTBFS[kfreebsd]: waf configuration fails



Package: src:jackd2
Version: 1.9.8~dfsg.3+20120418gitf82ec715
Severity: serious
Tags: sid wheezy
User: debian-bsd@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-bsd@lists.debian.org
Justification: fails to build from source (but built successfully in the
past)

Hi,

Attached is the complete config.log file which may help to understand
this failure building jackd2 on GNU/kFreeBSD (or Hurd?) :

> ./waf configure --prefix=/usr --classic   
> Setting top to                           : /home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715 
> Setting out to                           : /home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/build 
> Checking for header samplerate.h         : not found 
> The configuration failed

There does not seem to be any problem with samplerate.h (I'm able to
compile the testcase by hand), but rather, some problem with waf means
it can't compile anything at all.  See the attached.

Thanks,
Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org
# project jack (1.9.9) configured on Thu Apr 19 22:51:47 2012 by
# waf 1.6.11 (abi 98, python 20703c2 on gnukfreebsd8)
# using ./waf configure --prefix=/usr --classic
#
----------------------------------------
Setting top to
/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715
----------------------------------------
Setting out to
/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/build
----------------------------------------
Checking for header samplerate.h
==>
#include <samplerate.h>

int main() {
	return 0;
}

<==
from /home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/common: Test does not build: Traceback (most recent call last):
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/Tools/c_config.py", line 445, in run_c_code
    bld.compile()
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/Build.py", line 182, in compile
    self.producer.start()
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/Runner.py", line 149, in start
    self.refill_task_list()
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/Runner.py", line 98, in refill_task_list
    self.outstanding.extend(self.biter.next())
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/Build.py", line 396, in get_build_iterator
    self.post_group()
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/Build.py", line 358, in post_group
    f()
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/extras/compat15.py", line 114, in post
    return old_post(self)
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/TaskGen.py", line 110, in post
    v()
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/TaskGen.py", line 229, in process_source
    self.get_hook(node)(self,node)
  File "/home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/waflib/TaskGen.py", line 121, in get_hook
    raise Errors.WafError("File %r has no mapping in %r (did you forget to load a waf tool?)"%(node,task_gen.mappings.keys()))
WafError: File /home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/build/.conf_check_58def3ddbbfadb33f63d2b9b57b93f9c/test.c has no mapping in ['.obj', '.pc.in', '.o'] (did you forget to load a waf tool?)

not found
from /home/steven/jackd2-1.9.8~dfsg.3+20120418gitf82ec715/common: The configuration failed

Reply to: