From patchwork Sun Sep 6 09:20:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 514907 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id D74521401DA for ; Sun, 6 Sep 2015 19:20:28 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0686E87573; Sun, 6 Sep 2015 09:20:28 +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 1A3xWzu0NNLv; Sun, 6 Sep 2015 09:20:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 60F2887707; Sun, 6 Sep 2015 09:20:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 011B21C2BC9 for ; Sun, 6 Sep 2015 09:20:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F046A916DD for ; Sun, 6 Sep 2015 09:20:25 +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 PhXwvAOHtAxl for ; Sun, 6 Sep 2015 09:20:24 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by whitealder.osuosl.org (Postfix) with ESMTPS id B77BC916D4 for ; Sun, 6 Sep 2015 09:20:24 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id 80F449400C8; Sun, 6 Sep 2015 11:20:21 +0200 (CEST) From: Romain Naour To: buildroot@buildroot.org Date: Sun, 6 Sep 2015 11:20:16 +0200 Message-Id: <1441531217-21814-1-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 Subject: [Buildroot] [PATCH v2 1/2] package/gdb (7.9): remove documentation 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" If makeinfo is not found in the system then the missing script is used to warn the user. Before commit e30465112ed4c6320dd19107302057a5f7712cf2 the missing script returned 0 after printing the message. Now, missing return 127 (command not found) to the Makefile and the build fail. As suggested [1], disable the documentation by removing "doc" directory from SUBDIRS. [1] http://lists.busybox.net/pipermail/buildroot/2015-September/138824.html Fixes: http://autobuild.buildroot.net/results/dee/dee1326baf26ad1eb6e12a7d033428eca50d00bc/build-end.log Signed-off-by: Romain Naour Reviewed-by: "Yann E. MORIN" --- .../gdb/7.9.1/0004-gdb-disable-documentation.patch | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 package/gdb/7.9.1/0004-gdb-disable-documentation.patch diff --git a/package/gdb/7.9.1/0004-gdb-disable-documentation.patch b/package/gdb/7.9.1/0004-gdb-disable-documentation.patch new file mode 100644 index 0000000..c04ff50 --- /dev/null +++ b/package/gdb/7.9.1/0004-gdb-disable-documentation.patch @@ -0,0 +1,43 @@ +From 5b7cb9de2cebb6a26ad649dfef346b43e0cacfbb Mon Sep 17 00:00:00 2001 +From: Romain Naour +Date: Sun, 6 Sep 2015 10:54:28 +0200 +Subject: [PATCH] gdb: disable documentation + +If makeinfo is not found in the system then the missing +script is used to warn the user. + +Before commit e30465112ed4c6320dd19107302057a5f7712cf2 the missing +script returned 0 after printing the message. + +Now, missing return 127 (command not found) to the Makefile and +the build fail. + +As suggested [1], disable the documentation by removing "doc" +directory from SUBDIRS. + +[1] http://lists.busybox.net/pipermail/buildroot/2015-September/138824.html + +Fixes: +http://autobuild.buildroot.net/results/dee/dee1326baf26ad1eb6e12a7d033428eca50d00bc/build-end.log + +Signed-off-by: Romain Naour +--- + gdb/Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gdb/Makefile.in b/gdb/Makefile.in +index 7937801..f4da17e 100644 +--- a/gdb/Makefile.in ++++ b/gdb/Makefile.in +@@ -1065,7 +1065,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ + + TSOBS = inflow.o + +-SUBDIRS = doc @subdirs@ data-directory $(GNULIB_BUILDDIR) ++SUBDIRS = @subdirs@ data-directory $(GNULIB_BUILDDIR) + CLEANDIRS = $(SUBDIRS) + + # List of subdirectories in the build tree that must exist. +-- +2.4.3 +