From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFJug-0003pW-HQ for qemu-devel@nongnu.org; Tue, 21 Jun 2016 07:32:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFJuc-000590-1B for qemu-devel@nongnu.org; Tue, 21 Jun 2016 07:32:14 -0400 Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:34600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFJub-00058p-PW for qemu-devel@nongnu.org; Tue, 21 Jun 2016 07:32:09 -0400 Received: by mail-lf0-x232.google.com with SMTP id h129so19217267lfh.1 for ; Tue, 21 Jun 2016 04:32:09 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 21 Jun 2016 12:32:05 +0100 Message-Id: <1466508727-31297-2-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1466508727-31297-1-git-send-email-alex.bennee@linaro.org> References: <1466508727-31297-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 1/3] .travis.yml: add libnfs-dev for NFS block driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , =?UTF-8?q?Alex=20Benn=C3=A9e?= From: Stefan Hajnoczi Let's ensure that block/nfs.o is built in Travis. This patch depends on the following build fixes: 1. block/nfs: add missing #include "qapi/error.h" 2. block/nfs: add missing #include "qemu/cutils.h" This patch also depends on Travis adding libnfs-dev to the list of approved packages. This patch can be safely committed but will not do anything until the Travis maintainers allow libnfs-dev to be installed. Please see the GitHub Issue I raised here: https://github.com/travis-ci/apt-package-whitelist/issues/2788 Signed-off-by: Stefan Hajnoczi Signed-off-by: Alex Bennée --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 50ac17f..beb98d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ addons: - libgtk-3-dev - libiscsi-dev - liblttng-ust-dev + - libnfs-dev - libncurses5-dev - libnss3-dev - libpixman-1-dev -- 2.7.4