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

Bug#801478: rakudo: FTBFS on kfreebsd-*



Package: rakudo
Version: 2015.09-2
Severity: normal
Tags: patch

Hi!

moarvm uses some functions of libkvm on kfreebsd, and therefore
rakudo is linked with this configure line:
    libs: -ltommath -latomic_ops -lm -lpthread -lkvm -lrt -ldl

Therefore, rakudo should Build-Depend on it too.  Please find
patch attached.

Thanks a lot!

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm-ipsec
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian/control.orig	2015-10-10 09:32:03.000000000 +0100
+++ debian/control	2015-10-10 23:52:40.794658887 +0100
@@ -8,6 +8,7 @@
                libgmp-dev,
                libreadline-dev,
                libtommath-dev,
+               libkvm-dev [kfreebsd-any],
                libuv1-dev,
                moarvm-dev (>= 2015.09-3),
                nqp (>= 2015.09.1-2),

Reply to: