From owner-freebsd-emulation@FreeBSD.ORG Sat May 29 09:05:43 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC2B01065673 for ; Sat, 29 May 2010 09:05:43 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 3CC598FC18 for ; Sat, 29 May 2010 09:05:42 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so72218fga.13 for ; Sat, 29 May 2010 02:05:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=Z9O4ZMPtIYqf0ithxAEznZk/x7BThRW2xZkDQzt8Ndc=; b=AdvdcPPJztposGBQN6duefMDgJze+pSONZ+PqaW3XJdhMtw5tyEUNmhjjM3wPGsdY0 OhdHELWMez41KB5JKfY5pLBM+in3MY6s6vn+NVYMZAM+cqhXzwWSqQAXTfFaXh8tVhun 8uA3T0YuLQ7hQndJcQzomJ7Ed3FOT/DGgJDnk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=xDAlx4VMD0hRYNmKBT7RK8x8gXFmFAkHH9SF3K4UWTM+PzNaYCWFpULiMeoh2YUUTS jwcjFODUIxyXApmLtUo3tR51V7yw82/dmtEB4bkrdAnhhUhBrYFwRViwiVV9+HpBPpuO TWeLzbRv5POCboTcmN3N2ybZ8ej3shY7WLMVY= Received: by 10.87.72.2 with SMTP id z2mr4489568fgk.29.1275123941879; Sat, 29 May 2010 02:05:41 -0700 (PDT) Received: from ernst.jennejohn.org (p578E1639.dip.t-dialin.net [87.142.22.57]) by mx.google.com with ESMTPS id l12sm1105271fgb.22.2010.05.29.02.05.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 29 May 2010 02:05:41 -0700 (PDT) Date: Sat, 29 May 2010 11:05:39 +0200 From: Gary Jennejohn To: zaxis Message-ID: <20100529110539.514027d0@ernst.jennejohn.org> In-Reply-To: <28714342.post@talk.nabble.com> References: <28506270.post@talk.nabble.com> <28542585.post@talk.nabble.com> <28565709.post@talk.nabble.com> <20100516173749.31e67898@ernst.jennejohn.org> <28578262.post@talk.nabble.com> <20100517154922.30e5fac1@ernst.jennejohn.org> <28641261.post@talk.nabble.com> <20100522104937.1d4dc951@ernst.jennejohn.org> <28647103.post@talk.nabble.com> <28647327.post@talk.nabble.com> <28647697.post@talk.nabble.com> <28652745.post@talk.nabble.com> <28714342.post@talk.nabble.com> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 3.2.0 port X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2010 09:05:43 -0000 On Sat, 29 May 2010 00:12:30 -0700 (PDT) zaxis wrote: > > %cd /var/db > %mv ports ports-old > > %cd /usr/ports/emulators/virtualbox-ose > %make config > %ls -l /var/db/ports > drwxr-xr-x 2 root wheel 512 5 29 14:55 virtualbox-ose/ > > %ls -l /var/db/ports/virtualbox-ose/ > total 0 > > `make config` still cannot create options file. > > BTW, > >cat ~/.cshrc | grep -i prompt > set prompt="[%P]%n@%~%#" > > So the prompt is customized by myself. > > cd /usr/ports/x11/dmenu/ > sudo make config Why are you using sudo if you're already root, as you claim to be? Do "id" and check that you really are root beforehand. -- Gary Jennejohn