From nobody Fri Nov 14 12:14:54 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1587741389; cv=none; d=zohomail.com; s=zohoarc; b=nvblLRXeWxLakGfjvsAXzE7fX0ezF4+7lzLRSc0r9KlkWVfF+0HYOkxQ3Bh1gz+xi+Q8WgE2cqZDJBjzXoOt37wS6ovAm8wl5LIoypvN3Ac7bi76UZnB5RyxHnd9kBh1ILb+Wpz0We6nnRmEs3FvvjH+kDkEycJAs1jaYL5WIAU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1587741389; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=TYmNuSOn4IDoELOcOBARb8fVRorxxX2PkhsGkPDGRZA=; b=Gd3NiJ4T7+RUdqI42J7lOaKAZ4TRt0CG41XQ6WeTmNBt8SZk+6Q/ze6hdZF9gNyUE4bEsHyxVh0yyIfO+pbMOrmvEviRtwspKVQh4O7mBta9SwtZRVSCEGOMmX64pFz4JnbN8N4+3w/kL8obDQhh31McEjvKEJyE1Y9xJEVCrdo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1587741389441250.76027792011098; Fri, 24 Apr 2020 08:16:29 -0700 (PDT) Received: from localhost ([::1]:41216 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jS043-0007DZ-RT for importer@patchew.org; Fri, 24 Apr 2020 11:16:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48026) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jS01f-0005W9-UK for qemu-devel@nongnu.org; Fri, 24 Apr 2020 11:14:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jS01f-0003De-El for qemu-devel@nongnu.org; Fri, 24 Apr 2020 11:13:59 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:53087 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jS01f-000380-1b for qemu-devel@nongnu.org; Fri, 24 Apr 2020 11:13:59 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-391-wwlMvF8tNb60uCveNaYckA-1; Fri, 24 Apr 2020 11:13:54 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B2FFB18B644B; Fri, 24 Apr 2020 15:13:51 +0000 (UTC) Received: from catbus.gsslab.fab.redhat.com (mustard.gsslab.fab.redhat.com [10.33.8.112]) by smtp.corp.redhat.com (Postfix) with ESMTP id 65DAC5D76D; Fri, 24 Apr 2020 15:13:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587741236; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=TYmNuSOn4IDoELOcOBARb8fVRorxxX2PkhsGkPDGRZA=; b=XhzOLkHwz1aXmtmDspTE3WRUjBDyMBP3LBOHLVfk29D1TaSTx3BovUmFKOxOD91You9tQu 7H0s9zIeeBxe4ZPnOWL3MYhBhTRac6/sVzAN/U8/JmJsqg1VJ897lik+DXEVlrGOE6HmLT iQu9Zn4PZ4MRzQ4+cKiJ0Rh5+acDs08= X-MC-Unique: wwlMvF8tNb60uCveNaYckA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Subject: [PATCH] travis: explicitly include gnutls to ensure it is updated Date: Fri, 24 Apr 2020 16:08:27 +0100 Message-Id: <20200424150827.3453162-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=207.211.31.81; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/24 03:11:53 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.81 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Travis includes gnutls in the default package set, but it is an outdated version linkng to an incompatible libffi version. The 'update: true' stanza causes the brew toolchain to be updated but not the installed formula. It is possible to run 'brew upgrade' to update installed formula, but this is very slow adding more than 5 minutes to the build time. Listing the gnutls package explicitly causes it to be updated without extending the build time. Signed-off-by: Daniel P. Berrang=C3=A9 --- Note in testing this I got past the libffi.6.dylib error, but eventually hit the Travis 50 minute timeout. So we need to do more to minimize what we build on macOS, splitting the job into two I guess. .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2fd63eceaa..afbb070082 100644 --- a/.travis.yml +++ b/.travis.yml @@ -287,6 +287,7 @@ jobs: - pixman - gnu-sed - python + - gnutls update: true before_script: - brew link --overwrite python --=20 2.24.1