From mboxrd@z Thu Jan 1 00:00:00 1970 From: mailings at hupie.com (Ferry Huberts) Date: Mon, 20 Jan 2014 09:44:31 +0100 Subject: Failing builds In-Reply-To: <52DCDE41.9070405@hupie.com> References: <52DCDE41.9070405@hupie.com> Message-ID: <52DCE1EF.8060701@hupie.com> 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 > > -- Ferry Huberts