From patchwork Mon Oct 9 20:11:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Borowski X-Patchwork-Id: 9994213 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7882C60223 for ; Mon, 9 Oct 2017 20:11:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6C0A6286C7 for ; Mon, 9 Oct 2017 20:11:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 60E922882A; Mon, 9 Oct 2017 20:11:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7824D286C7 for ; Mon, 9 Oct 2017 20:11:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754085AbdJIULW (ORCPT ); Mon, 9 Oct 2017 16:11:22 -0400 Received: from tartarus.angband.pl ([89.206.35.136]:33829 "EHLO tartarus.angband.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752528AbdJIULV (ORCPT ); Mon, 9 Oct 2017 16:11:21 -0400 Received: from 89-71-161-30.dynamic.chello.pl ([89.71.161.30] helo=umbar.angband.pl) by tartarus.angband.pl with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1e1eOH-000680-Oq; Mon, 09 Oct 2017 22:11:08 +0200 Received: from kilobyte by umbar.angband.pl with local (Exim 4.89) (envelope-from ) id 1e1eOG-0002wY-KY; Mon, 09 Oct 2017 22:11:04 +0200 From: Adam Borowski To: Hannes Reinecke , "James E.J. Bottomley" , "Martin K. Petersen" , linux-scsi@vger.kernel.org Cc: Adam Borowski Date: Mon, 9 Oct 2017 22:11:02 +0200 Message-Id: <20171009201102.5752-1-kilobyte@angband.pl> X-Mailer: git-send-email 2.14.2 X-SA-Exim-Connect-IP: 89.71.161.30 X-SA-Exim-Mail-From: kilobyte@angband.pl Subject: [PATCH] scsi: aic7xxx: explain a mysterious build failure message X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on tartarus.angband.pl) Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP "*** Install db development libraries" doesn't ring a bell that it's talking about libdb (Berkeley DB). Because of BDB's relicensing to Affero, incompatible with many users including Linux, most if not all distributions can be expected to keep version 5.3 for the foreseable future, thus we can point the user directly to libdb5.3-dev as the package to install. Signed-off-by: Adam Borowski --- drivers/scsi/aic7xxx/aicasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/aic7xxx/aicasm/Makefile b/drivers/scsi/aic7xxx/aicasm/Makefile index 45e2d49c1fff..e69ceb71beb7 100644 --- a/drivers/scsi/aic7xxx/aicasm/Makefile +++ b/drivers/scsi/aic7xxx/aicasm/Makefile @@ -54,7 +54,7 @@ $(OUTDIR)/aicdb.h: elif [ -e "/usr/include/db_185.h" ]; then \ echo "#include " > $@; \ else \ - echo "*** Install db development libraries"; \ + echo "*** Install libdb development libraries (usually libdb5.3-dev)";\ fi clean: