From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 08:30:57 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 CA33F1065671 for ; Fri, 11 Apr 2008 08:30:57 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 54F778FC0C for ; Fri, 11 Apr 2008 08:30:55 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so1765594uge.37 for ; Fri, 11 Apr 2008 01:30:55 -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=Vh+YZJwiUIJKyMLpfQG6KeMaBX7iN2nfTmUs8dbyZjM=; b=kt2QtA6S/KZlAeNzk/muzjcE2YrEzaIFBfL4zU7w/4aO6E63wEkm17l63BsSLvQOugZOctAElB1svqvn2uxIt6X5FTu83y0jaQcVf+XuYw4oDVMFcSwtXghkMD4ue1oJ4B+XpEpl2zHJ5ouzKo0/cTXy0W/9RJXi+givxOBKyhs= 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=Qblh0xH+hvBaunuGeWE9TxN39BpBAiEo+OBI19L++ZVpPSflwOQgMjKvlnwGuZYCp2viXf35rKLjQ3nQFCwYX4aloXEBQz7BnFFxp7qgTV6QNAHKn9JSHSXEQnBGiqT2V9gOSMUewo1FvT3oPfkiU6G88WVkoV27uv0cMnEywrA= Received: by 10.66.239.16 with SMTP id m16mr7297599ugh.58.1207902654161; Fri, 11 Apr 2008 01:30:54 -0700 (PDT) Received: from lists.lc-words.com ( [83.19.156.210]) by mx.google.com with ESMTPS id y34sm3838741iky.6.2008.04.11.01.30.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Apr 2008 01:30:53 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lists.lc-words.com (Postfix) with ESMTP id 3FA2628438 for ; Fri, 11 Apr 2008 10:30:50 +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 03955-03 for ; Fri, 11 Apr 2008 10:30:49 +0200 (CEST) Received: by lists.lc-words.com (Postfix, from userid 80) id B72AD28433; Fri, 11 Apr 2008 10:30:49 +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:30:49 +0200 From: Zbigniew Szalbot Message-ID: <0bfb3289f21b99a6a5cba69fe08aef95@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:30:49 +0200 User-Agent: RoundCube Webmail Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Fwd: 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:30:57 -0000 Forget it. I tried one more time and all went well. Sorry to have bothered! Zbigniew Szalbot -------- Original Message -------- Subject: Bind from ports Date: Fri, 11 Apr 2008 10:20:16 +0200 From: Zbigniew Szalbot To: freebsd-questions@freebsd.org 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