From owner-freebsd-questions@FreeBSD.ORG Thu Mar 4 11:38:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC57616A4CE for ; Thu, 4 Mar 2004 11:38:20 -0800 (PST) Received: from relay01.roc.ny.frontiernet.net (relay01.roc.ny.frontiernet.net [66.133.131.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 812A043D2F for ; Thu, 4 Mar 2004 11:38:20 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: (qmail 19808 invoked from network); 4 Mar 2004 19:34:11 -0000 Received: from unknown (HELO blacklamb.mykitchentable.net) ([67.51.117.104]) (envelope-sender ) by relay01.roc.ny.frontiernet.net (FrontierMTA 2.3.6) with SMTP for ; 4 Mar 2004 19:34:11 -0000 Received: from mykitchentable.net (unknown [165.107.42.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id CA2113BF41F for ; Thu, 4 Mar 2004 11:34:09 -0800 (PST) Message-ID: <404784B1.9070607@mykitchentable.net> Date: Thu, 04 Mar 2004 11:34:09 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Ruby 1.8 - Makefile Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 19:38:21 -0000 I have two machines running 4.9. On "blacklamb", I have the ports collection installed and am running Samba 2.2.8a . On blacksheep, I mount blacklamb's /usr/ports at blacksheep's /usr/ports using smbfs. This system has worked fine for over 2 years. However on blacksheep, I tried to upgrade from ruby 1.6 to ruby 1.8 following the instructions in /usr/ports/UPDATING. When running 'make install clean', I get the following error: blacksheep# make install clean ===> Building for ruby-1.8.1_2 make: cannot open makefile. *** Error code 2 Yet if I run the same command on blacklamb, the port builds just fine. Other ports build OK on blacksheep using this method. Any ideas on why ruby 1.8 won't build? Thanks, Drew