From patchwork Sun Oct 2 18:41:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Famulari X-Patchwork-Id: 16192 Received: (qmail 66807 invoked by uid 89); 2 Oct 2016 18:42:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=preferred, Hx-languages-length:840, skill, Hx-spam-relays-external:ESMTPA X-Spam-Status: No, score=-4.8 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 02 Oct 2016 18:42:14 +0000 Received: from localhost ([::1]:60479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqliH-0004X2-22 for patchwork@sourceware.org; Sun, 02 Oct 2016 14:42:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqlhv-0004Ef-EC for guix-devel@gnu.org; Sun, 02 Oct 2016 14:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqlhr-0004AU-CM for guix-devel@gnu.org; Sun, 02 Oct 2016 14:41:50 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:47912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqlhq-00049T-5c for guix-devel@gnu.org; Sun, 02 Oct 2016 14:41:47 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 65C39204CA; Sun, 2 Oct 2016 14:41:42 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute7.internal (MEProxy); Sun, 02 Oct 2016 14:41:42 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= date:from:in-reply-to:in-reply-to:message-id:references :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=15+Pl 06hot8U+fhKrYXoD1dyQRc=; b=h7TtTkEA1/yb0/UpWL4ww6wX0V3ob/HNHD2to dHbL+uA2cpiSM7lJyf40U49kmb44sj7LGFB4fGHEU+gqFYOw+t3SgwXMckpseCrr Jl9VMLXWAWrK+suV1I8QyC9/UZIpn1J2JoXwAeDl0Iu+BpPSjyA6Cqj3dZVIMprJ M1YqlE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:in-reply-to:in-reply-to :message-id:references:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=15+Pl06hot8U+fhKrYXoD1dyQRc=; b=BKdoc 1k059bijG1f4LhU2+t0yFSrbXgtNl8mkZ9g5gUh7nMfRCop7RPY0f7nBF2+k9otx eB68G60mem1uu87oWJ7l55SJFNzXXFJfNtW0OZGI/Adaa3N7cxtSmUU9aROzdrW8 BhmEUdw5bhctplvKRNiwTOLu0exME+9aSDGuIY= X-Sasl-enc: NsdUzyqGpcIkoVWI0bKDkoPozjFwlLTzEc4vOIGaHHn9 1475433702 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 2505CF2988 for ; Sun, 2 Oct 2016 14:41:42 -0400 (EDT) From: Leo Famulari To: guix-devel@gnu.org Subject: [PATCH 1/1] gnu: e2fsprogs: Disable parallel build. Date: Sun, 2 Oct 2016 14:41:33 -0400 Message-Id: X-Mailer: git-send-email 2.10.0 In-Reply-To: References: In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.28 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" * gnu/packages/linux.scm (e2fsprogs)[arguments]: Add #:parallel-build? #f. --- gnu/packages/linux.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 693558f..27233a9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -595,7 +595,8 @@ slabtop, and skill.") (native-inputs `(("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) ;for the libext2fs Info manual (arguments - '(;; util-linux is the preferred source for some of the libraries and + '(#:parallel-build? #f + ;; util-linux is the preferred source for some of the libraries and ;; commands, so disable them (see, e.g., ;; .) #:configure-flags '("--disable-libblkid"