From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 15:06:14 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 3698216A4CE for ; Mon, 29 Mar 2004 15:06:14 -0800 (PST) Received: from thong.s2s.msu.ru (thong.s2s.msu.ru [193.232.119.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C9C43D31 for ; Mon, 29 Mar 2004 15:06:13 -0800 (PST) (envelope-from epbox@yandex.ru) Received: from hq.sectorb.msk.ru (petaflop.lcm.msu.ru [193.232.113.220]) by thong.s2s.msu.ru (Postfix) with ESMTP id 2AD576EC6 for ; Tue, 30 Mar 2004 03:06:12 +0400 (MSD) Received: from yandex.ru (vik.local [172.16.14.42]) by hq.sectorb.msk.ru (Postfix) with ESMTP id D47D519F1 for ; Tue, 30 Mar 2004 03:06:11 +0400 (MSD) Message-ID: <4068ABBA.40900@yandex.ru> Date: Tue, 30 Mar 2004 03:05:30 +0400 From: Vlad Kozin User-Agent: Mozilla Thunderbird 0.5 (X11/20040309) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: problem while building ports 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: Mon, 29 Mar 2004 23:06:14 -0000 I've run into the following problem with my ports collection. Whatever port I'm trying to install the process stops returning this: >cd /path/to/some/port >make install ... ... make all-recursive Making all in lib cd: can't cd to lib *** Error code 1 Stop in /usr/ports/graphics/libungif/work/libungif-4.1.0b1. *** Error code 1 ... ... In this example I was trying to install "fluxspace". I faced the same problem with "mutt" and a couple of other ports. "libungif" is specific for the above example, it changes from port to port. The important and common thing about this problem is that the process claims: creating lib/Makefile but it cannot cd to the newly created directory cd: can't cd to lib Any ideas are very wellcome, cause right now I'm stuck having no chance to install the programms I need :( Please CC me, cause I'm not currently on this list. Vlad Kozin