From patchwork Wed Mar 4 05:34:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 446092 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id CAC7D1400B6 for ; Wed, 4 Mar 2015 16:34:54 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=usZnec1a; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4F2DCA2095; Wed, 4 Mar 2015 05:34:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cOx_FfwLOtxv; Wed, 4 Mar 2015 05:34:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7ED95A17A3; Wed, 4 Mar 2015 05:34:51 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 15E3F1C297C for ; Wed, 4 Mar 2015 05:34:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1078F90DCF for ; Wed, 4 Mar 2015 05:34:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yvdgd3zeF+8k for ; Wed, 4 Mar 2015 05:34:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id EB2E791456 for ; Wed, 4 Mar 2015 05:34:48 +0000 (UTC) Received: by widem10 with SMTP id em10so27749630wid.5 for ; Tue, 03 Mar 2015 21:34:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=7oUYkXyxHtkhELbXXL6Rxn4tf5RMbervVj5KyNMcJlg=; b=usZnec1a7vSdkeA+P7FAauCD9+DynvuzGBdgm37E8JPm6ahGguhBlD5QfVqHpbP7h0 R+vDz1182p306gbfLaboRAuccIZE4VTMa1dQY5wgYCBqlv16eHP3jDh7Jgxp3TcXl0PR fCY9SGZIUoisphBqT9Vds9gnTkdUgi1nz3yB4dfmDH72W0YpK6K8f82JSKH/OKoT9qbr 1vRB0UAN4QilQZlotqcZeLW4H2ID+xy4+Y0EPrMsiYYADpx6TA2mA4mLQBqd7RJWlvrQ M6dFsHOL/DIXSa15JK0vsUdF2/LYC2TW2XeGLf42qkSUclmWWU5AfSItYN8HtjjzQfs5 UlWQ== X-Received: by 10.180.87.165 with SMTP id az5mr52225729wib.29.1425447287529; Tue, 03 Mar 2015 21:34:47 -0800 (PST) Received: from mobeast.localdomain (dynamic-adsl-78-15-138-54.clienti.tiscali.it. [78.15.138.54]) by mx.google.com with ESMTPSA id m4sm5384790wik.20.2015.03.03.21.34.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Mar 2015 21:34:45 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Wed, 4 Mar 2015 06:34:40 +0100 Message-Id: <1425447280-21873-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.3.1 Subject: [Buildroot] [PATCH] kmod: needs largefile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Since version 20 it requires largefile support. http://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=481ad14550087c77c9df6d117c7a975a38a4ad33 - Disable --disable-largefile. We already had possible bugs in the index implementation if this were passed. It's now fixed, but it's never tested. Disable it. Fix build failure: configure: error: --disable-largefile is not supported by kmod package/pkg-generic.mk:172: recipe for target 'output/build/kmod-20/.stamp_configured' failed Fixes: http://autobuild.buildroot.net/results/f662d9230e4bc2da7dc56a2ffd493cc37254d377// http://autobuild.buildroot.net/results/233ec8ee346e15d41658cffc6bbb4a6c9dd46746// --- package/kmod/Config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/kmod/Config.in b/package/kmod/Config.in index 8703e82..745c9e2 100644 --- a/package/kmod/Config.in +++ b/package/kmod/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_KMOD bool "kmod" - depends on !BR2_STATIC_LIBS + depends on !BR2_STATIC_LIBS && BR2_LARGEFILE help handle kernel modules @@ -16,3 +16,6 @@ config BR2_PACKAGE_KMOD_TOOLS modinfo, modprobe, rmmod). endif + +comment "kmod needs a toolchain w/ largefile" + depends on !BR2_LARGEFILE