From mboxrd@z Thu Jan 1 00:00:00 1970 From: mailings at hupie.com (Ferry Huberts) Date: Mon, 20 Jan 2014 09:57:28 +0100 Subject: Failing builds In-Reply-To: <52DCE1EF.8060701@hupie.com> References: <52DCDE41.9070405@hupie.com> <52DCE1EF.8060701@hupie.com> Message-ID: <52DCE4F8.8040900@hupie.com> On 20/01/14 09:44, Ferry Huberts wrote: > BTW the culprit (probably) is > http://git.zx2c4.com/cgit/commit/?id=caf557a2ba666ad87a1ebd5b40750feaf1bd631f > > > On 20/01/14 09:28, Ferry Huberts wrote: >> Hi guys, >> >> I've been on vacation and not following the discussions. >> >> Has anything changed in the build and/or build dependencies? >> I've been having build failures on my Jenkins, see (for example) >> https://hupie.dyndns.org:15051/jenkins/job/cgit%20-%20upstream%20-%20master/122/consoleText >> >> >> >> I build by executing: >>> #!/bin/bash >>> set -e >>> make DESTDIR="$(pwd)/dist" all test install install-man install-html >> >> > Ok, I needed to install lua-devel (Fedora 20) This should probably be detected. For example by using pkg-config, like mentioned in the other thread I just read while catching up :-) IMHO It's a good idea to use pkg-config to get/test dependencies -- Ferry Huberts