From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 08:20:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87E5F106566C for ; Fri, 11 Apr 2008 08:20:22 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 149D18FC13 for ; Fri, 11 Apr 2008 08:20:21 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so1763684uge.37 for ; Fri, 11 Apr 2008 01:20:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:received:to:subject:x-php-script:mime-version:date:from:message-id:x-sender:received:user-agent:content-type:content-transfer-encoding; bh=3hm10sFc4g0Q3bzekrz25mmdoXfp7dtCLZL4bIgfPLo=; b=vh2kOhxePlYlIdl4Apgbh7h+UTGPa7Bs04jm7Nr8y+ncvXcmP6ChGOIrAYim4WaD1GcjyIoQYFoH+By6RYLjeXzEI0LqBa1SoowsYNoBvLJC+5pDL4OB/gsnyjS0IqP73KLZN+eoY3cFZ1pivoHQaKYlasqxBOftkanZbF4MTW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:subject:x-php-script:mime-version:date:from:message-id:x-sender:user-agent:content-type:content-transfer-encoding; b=BpVgWeBJeO45srC7gYNgLhr79Vvvt8TRCxRY+EzJAjDPh0WDfs8bgB7ZBDQyGgaYhVnY8tXMHcZCFf0YX/qkRyHfsKonan64ftxDjgyDwc/0Ms6J7Cdg3TfIuK/S6+KIoKbi36G7b8BRcvSu6RvIPGxcuEyfcAAcmBSCJDEVjYY= Received: by 10.66.237.9 with SMTP id k9mr7308160ugh.13.1207902020783; Fri, 11 Apr 2008 01:20:20 -0700 (PDT) Received: from lists.lc-words.com ( [83.19.156.210]) by mx.google.com with ESMTPS id u14sm4764371gvf.9.2008.04.11.01.20.19 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Apr 2008 01:20:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lists.lc-words.com (Postfix) with ESMTP id D68EF28438 for ; Fri, 11 Apr 2008 10:20:16 +0200 (CEST) Received: from lists.lc-words.com ([127.0.0.1]) by localhost (szalbot.homedns.org [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 03528-06 for ; Fri, 11 Apr 2008 10:20:16 +0200 (CEST) Received: by lists.lc-words.com (Postfix, from userid 80) id 6C08E28433; Fri, 11 Apr 2008 10:20:16 +0200 (CEST) To: freebsd-questions@freebsd.org X-PHP-Script: szalbot.homedns.org/roundcube/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Fri, 11 Apr 2008 10:20:16 +0200 From: Zbigniew Szalbot Message-ID: <583fd8f6c65f4f59c2bc893fe19cf621@localhost> X-Sender: zszalbot@gmail.com Received: from 192.168.11.1 [192.168.11.1] with HTTP/1.1 (POST); Fri, 11 Apr 2008 10:20:16 +0200 User-Agent: RoundCube Webmail Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Bind from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 08:20:22 -0000 Hello, When installing bind9 9.3.4.1 from ports, I get the following error. [Updating the pkgdb in /var/db/pkg ... - 60 packages found (-0 +1) . done] [Gathering depends for dns/bind9 done] ---> Installing 'bind9-9.3.4.1' from a port (dns/bind9) ---> Building '/usr/ports/dns/bind9' ===> Cleaning for bind9-9.3.4.1 cd /usr/ports/dns/bind9 && make config; make: don't know how to make /usr/ports/dns/bind9/work/.build_done.bind9._usr_local. Stop *** Error code 2 Stop in /usr/ports/dns/bind9. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.70775.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! dns/bind9 (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed What should I do to get bind installed? $ uname -v FreeBSD 7.0-RELEASE #0: Thanks! Zbigniew Szalbot