From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FF10138334 for ; Thu, 17 Jan 2019 22:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 653BEE0AF3; Thu, 17 Jan 2019 22:10:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 412E9E0AF3 for ; Thu, 17 Jan 2019 22:10:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B7AE335D47 for ; Thu, 17 Jan 2019 22:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4653744B for ; Thu, 17 Jan 2019 22:10:21 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1547763009.904df96a0ef54656d6bc7fa5ce90bc452416d91c.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-abrmd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch X-VCS-Directories: app-crypt/tpm2-abrmd/files/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 904df96a0ef54656d6bc7fa5ce90bc452416d91c X-VCS-Branch: master Date: Thu, 17 Jan 2019 22:10:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb1488b3-5789-46ee-aca7-849085306d41 X-Archives-Hash: 38e4ec16eb57b8042066d7afd9bcee62 commit: 904df96a0ef54656d6bc7fa5ce90bc452416d91c Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Jan 17 22:09:13 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Jan 17 22:10:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904df96a app-crypt/tpm2-abrmd: succeed tests without X Closes: https://bugs.gentoo.org/show_bug.cgi?id=675738 Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/app-crypt/tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch b/app-crypt/tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch index 72e823405e9..07c607579f1 100644 --- a/app-crypt/tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch +++ b/app-crypt/tpm2-abrmd/files/tpm2-abrmd-2.0.3-build.patch @@ -30,3 +30,42 @@ index ecbc3bb..5973ff5 100644 AC_SUBST([PATH]) +From 353c5e962f46e3739b1e92cbf6b1f3eb500157fc Mon Sep 17 00:00:00 2001 +From: Alon Bar-Lev +Date: Thu, 17 Jan 2019 23:56:50 +0200 +Subject: [PATCH] tests: run without X + +Solves: + +$ DISPLAY= make check + +FAIL: test/tss2-tcti-tabrmd_unit + +** (process:17633): CRITICAL **: 23:53:22.403: failed to allocate dbus proxy object: +Error spawning command line ?dbus-launch --autolaunch=4f9189e347d5cdf343 + +Signed-off-by: Alon Bar-Lev + +https://github.com/tpm2-software/tpm2-abrmd/pull/577 +--- + .travis.yml | 2 +- + Makefile.am | 3 ++- + 2 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index b32a5fb..2598f13 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -76,7 +76,8 @@ XFAIL_TESTS = \ + TEST_EXTENSIONS = .int + AM_TESTS_ENVIRONMENT = \ + TEST_FUNC_LIB=$(srcdir)/scripts/int-test-funcs.sh \ +- PATH=./src:$(PATH) ++ PATH=./src:$(PATH) \ ++ dbus-launch + INT_LOG_COMPILER = $(srcdir)/scripts/int-test-setup.sh + INT_LOG_FLAGS = --tabrmd-tcti=$(TABRMD_TCTI) + +-- +2.19.2 +