Subject: BIND-9.9.11 - make[2]: *** No rule to make target `all'. Stop. Message-ID: <2c909e334b087d8701b293d02f2d8df4@www.isc.org> X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.pao1.isc.org To: bind-bugs@isc.org From www@isc.org Wed Nov 22 02:47:02 2017 MIME-Version: 1.0 Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id C442AD78B0A for ; Wed, 22 Nov 2017 02:47:02 +0000 (UTC) Received: from iscwebprod.isc.org (iscwebprod.isc.org [IPv6:2001:4f8:1:d::16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id 2EFAA3B4A29 for ; Wed, 22 Nov 2017 02:46:09 +0000 (UTC) Received: from www (uid 80) (envelope-from www@iscwebprod.isc.org) id 7b7d08 by iscwebprod.isc.org (DragonFly Mail Agent v0.11); Wed, 22 Nov 2017 02:46:09 +0000 Delivered-To: bind9-bugs@bugs.isc.org X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer) X-Original-To: bind9-bugs@bugs.isc.org X-PHP-Originating-Script: 20001:class-phpmailer.php Date: Wed, 22 Nov 2017 02:46:09 +0000 From: "Derek Kuo" Return-Path: X-RT-Incoming-Encryption: Not encrypted X-Spam-Status: No, score=0.2 required=5.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,HK_RANDOM_FROM,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.1 content-type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 X-RT-Interface: Email Content-Length: 1164 Bug Report from www.isc.org: Name: Derek Kuo Email: ldcrgmy@gmail.com Software Version: BIND-9.9.11 OS: CentOS 7 Subject:make[2]: *** No rule to make target `all'. Stop. Bug Detail =========== [root@master bind-9.9.11]# ./configure --with-tuning=default --enable-dnstap --with-pkcs11 --enable-native-pkcs11 --enable-seccomp --enable-querytrace --with-libtool --with-atf --with-python --with-libxml2 --with-libjson --with-lmdb --with-openssl "./configure" is successfull , but make is not as below: [root@master bind-9.9.11]# make making all in /root/bind-9.9.11/make make[1]: Entering directory `/root/bind-9.9.11/make' make[1]: Leaving directory `/root/bind-9.9.11/make' making all in /root/bind-9.9.11/unit make[1]: Entering directory `/root/bind-9.9.11/unit' making all in /root/bind-9.9.11/unit/atf-src make[2]: Entering directory `/root/bind-9.9.11/unit/atf-src' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory `/root/bind-9.9.11/unit/atf-src' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/root/bind-9.9.11/unit' make: *** [subdirs] Error 1 --- This email was received through isc.org Bug Submission Form