From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 25 07:18:46 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B45216A4DD for ; Tue, 25 Jul 2006 07:18:46 +0000 (UTC) (envelope-from philippe.sam-long@laposte.net) Received: from mx.laposte.net (mx.laposte.net [81.255.54.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id E218843D5E for ; Tue, 25 Jul 2006 07:18:45 +0000 (GMT) (envelope-from philippe.sam-long@laposte.net) Received: from [10.0.11.13] (212.234.86.115) by mx.laposte.net (7.2.060.1) (authenticated as philippe.sam-long) id 449A9F41017E4E61 for freebsd-emulation@freebsd.org; Tue, 25 Jul 2006 09:18:45 +0200 From: Philippe Organization: Erival To: freebsd-emulation@freebsd.org Date: Thu, 13 Jul 2006 20:04:20 +0200 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607132004.21234.philippe.sam-long@laposte.net> Subject: gentoo compat problem X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 07:18:46 -0000 Hello, I'm having a problem with the linux_dist-gentoo-stage3 and linux_base-gentoo-stage3 ports. After installing the port, mounting devfs on /usr/local/gentoo-stage3/dev and linprocfs on /usr/local/gentoo-stage3/proc, I chroot to /usr/local/gentoo-stage3 executing bash, and proceed to an "emerge sync", It's impossible then to bootstrap or even just update portage. In effect, any emerge will install files that should be executable to /usr/bin with unusual mode masks. This problem occurs wether using linux_base-fc4 or linux_base-gentoo-stage3 as a linux base. /usr/local/gentoo-stage3/ is mounted on a separate UFS partition. I'm running FreeBSD 6.1 on an Athlon XP Pro with the current ports tree. Thanks, philippe