From patchwork Sun Aug 30 19:36:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brendan Heading X-Patchwork-Id: 512260 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 7419C1401CB for ; Mon, 31 Aug 2015 05:36:29 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=lywD9jwW; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B61748B791; Sun, 30 Aug 2015 19:36: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 8PS_oc9LR-Sc; Sun, 30 Aug 2015 19:36:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1D3908B797; Sun, 30 Aug 2015 19:36:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id C66511C0FCC for ; Sun, 30 Aug 2015 19:36:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C413A8B797 for ; Sun, 30 Aug 2015 19:36:25 +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 ftfD8mpLpc6M for ; Sun, 30 Aug 2015 19:36:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by fraxinus.osuosl.org (Postfix) with ESMTPS id DFC2D8B791 for ; Sun, 30 Aug 2015 19:36:24 +0000 (UTC) Received: by wicne3 with SMTP id ne3so57206388wic.0 for ; Sun, 30 Aug 2015 12:36:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=QUJRsY3Wr5NUM934DuQ8yeVFhGEHFcnmDIJsSvL/9jo=; b=lywD9jwWYhkmiVbPIN4a1mlbFoPxkcn7fEEfIjozVs/WEU/fzLZMYkaNodUG/h8KM2 2xS06ZIqZXIb96HmB1Xldhhz6x/XE6f+HMzM6+OEoSZX9Y44kAWepFlZf6AE0DQ8w0/1 zE5DbJW8oClhBeW7RbN+AgLq+I+rG+2X//amwoSjO0WSh95DKuySbawPw5Ex0wAtV1Xw ch+C+eA6WkkPX0yf7CoHuwehSFggMweji8mFSd1bhCCLmL1VQdV4EHuU+Kroz3mdmzNI WrLlmZVIV9daFiNG/XRTQzZMsliHj4+7OBPzS/sLIRad+SFJNzwRLTM9mYGMAEou9tlL 2U0Q== X-Received: by 10.194.122.97 with SMTP id lr1mr23130733wjb.26.1440963383383; Sun, 30 Aug 2015 12:36:23 -0700 (PDT) Received: from bhfedora.localdomain ([82.15.84.251]) by smtp.gmail.com with ESMTPSA id yu4sm18662257wjc.43.2015.08.30.12.36.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Aug 2015 12:36:22 -0700 (PDT) From: Brendan Heading To: buildroot@buildroot.org Date: Sun, 30 Aug 2015 20:36:20 +0100 Message-Id: <1440963380-6449-1-git-send-email-brendanheading@gmail.com> X-Mailer: git-send-email 2.4.3 Cc: Brendan Heading Subject: [Buildroot] [PATCH 1/1] package/bootutils: fix musl compilation issue 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" Fixes: http://autobuild.buildroot.net/results/389/38914a0a7ff0aa79acbbbe6c46ab701325dfceb8/ http://autobuild.buildroot.net/results/c0d/c0d09f5dd0e26c0d2454ebb2ea5317db1135db89/ musl requires strict inclusion of for makedev(3). note - upstream project appears dead since 2009. Signed-off-by: Brendan Heading --- .../0001-fix-musl-compilation-issue.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 package/bootutils/0001-fix-musl-compilation-issue.patch diff --git a/package/bootutils/0001-fix-musl-compilation-issue.patch b/package/bootutils/0001-fix-musl-compilation-issue.patch new file mode 100644 index 0000000..ccb6ef6 --- /dev/null +++ b/package/bootutils/0001-fix-musl-compilation-issue.patch @@ -0,0 +1,31 @@ +From e4c2c18b9d1d7a6dc17d8f7705b26fc2e2efc5a9 Mon Sep 17 00:00:00 2001 +From: Brendan Heading +Date: Sun, 30 Aug 2015 20:12:40 +0100 +Subject: [PATCH 1/1] fix musl compilation issue + +makedev(3) requires sys/types.h to be included. + +Note upstream has not issued releases since 2009. No mailing list activity +since January 2010, and even before then it seems to be mostly spam. + +Upstream-Status: dormant +Signed-off-by: Brendan Heading +--- + raidscan.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/raidscan.c b/raidscan.c +index fab3b02..3cb1a0d 100644 +--- a/raidscan.c ++++ b/raidscan.c +@@ -22,6 +22,7 @@ + #include "config.h" + + #include ++#include + #include + #include + #include +-- +2.4.3 +