From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 16 22:42:08 2008 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 3A7701065670 for ; Wed, 16 Apr 2008 22:42:08 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id E7F458FC26 for ; Wed, 16 Apr 2008 22:42:07 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JmGKN-000Kxf-26; Thu, 17 Apr 2008 02:42:07 +0400 To: "Philip M. Gollucci" References: <48042ED7.2060500@p6m7g8.com> <94190718@bb.ipt.ru> <480445FB.80407@p6m7g8.com> <28117966@bb.ipt.ru> <48044FE3.3050306@p6m7g8.com> <20080415125526.16702475@peedub.jennejohn.org> <48051D56.1080000@p6m7g8.com> <19141647@bb.ipt.ru> <48064D8D.5060709@p6m7g8.com> <42330739@bb.ipt.ru> <48067578.4000601@p6m7g8.com> From: Boris Samorodov Date: Thu, 17 Apr 2008 02:42:07 +0400 In-Reply-To: <48067578.4000601@p6m7g8.com> (Philip M. Gollucci's message of "Wed\, 16 Apr 2008 17\:54\:00 -0400") Message-ID: <94171856@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: Acroread 8 dies on 8-current [SOLVED]! 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: Wed, 16 Apr 2008 22:42:08 -0000 On Wed, 16 Apr 2008 17:54:00 -0400 Philip M. Gollucci wrote: > | Which port did you mean? I know none such ports. If it is really > | so then the port is broken and needs updating. > #!/bin/sh > pkgs="\ > ~ shells/bash \ > ~ security/sudo \ > ~ editors/vim-lite \ > ~ net/rsync \ > ~ ftp/curl \ > ~ devel/strace \ > ~ sysutils/screen \ > ~ ftp/ncftp \ > ~ security/nmap \ > ~ security/strobe \ > ~ mail/swaks \ > ~ security/makepasswd \ > ~ benchmarks/siege \ > ~ devel/subversion \ > ~ sysutils/fastest_cvsup \ > ~ java/javavmwrapper \ > ~ irc/irssi \ > \ > ~ x11/xorg \ > ~ x11/nvidia-driver \ > ~ x11/nvidia-settings \ > ~ x11/nvidia-xconfig \ > ~ x11-wm/xfce4-wm \ > ~ www/firefox-devel \ > ~ www/nspluginwrapper \ > ~ mail/enigmail-thunderbird \ > ~ security/pinentry \ > ~ deskutils/lightning-xpi \ > ~ security/pidgin-otr \ > ~ editors/abiword \ > ~ math/gnumeric \ > ~ x11/xlockmore \ > ~ multimedia/xfce4-plugins-xmms \ > ~ graphics/gimp \ > ~ editors/xemacs \ > ~ net/rdesktop \ > ~ net/wireshark-lite \ > ~ sysutils/conky \ > ~ print/acroread8 \ > ~ print/hplip \ > \ > ~ ports-mgmt/tinderbox \ > ~ ports-mgmt/portaudit \ > ~ ports-mgmt/portaudit-db \ > ~ ports-mgmt/portlint \ > ~ ports-mgmt/portupgrade \ > ~ ports-mgmt/porteasy \ > ~ security/vuxml \ > ~ devel/ccache \ > \ > ~ databases/mysql51-server \ > ~ www/apache22 \ > ~ databases/memcached \ > ~ www/rubygem-mongrel_cluster \ > ~ sysutils/rubygem-capistrano \ > " All those ports are commonly used and are not known to create home at /compat/linux. > cd /var/db/pkg > #pkg_delete -af > #rm -rf /usr/local/* Please, do here 'rm -rf /compat/linux/*' . > for pkg in $pkgs; do > ~ cd /usr/ports/$pkg > # make fetch-recursive > done > for pkg in $pkgs; do > ~ cd /usr/ports/$pkg > ~ make all install > done > for pkg in $pkgs; do > ~ cd /usr/ports/$pkg > ~ make package-recursive > # make smart-package-recursive > done > for pkg in $pkgs; do > ~ cd /usr/ports/$pkg > # make clean > done If you want to test whether any of those ports create LINUXBASE/home directory then you may create a file (# touch /compat/linux/home) or something like that. And check up which port will raise an error or warning. After some (small) investigation I found only one port that may install that directory. This port is linux_dist-gentoo-stage1 and it has it's reasons to do it. But by default this port doesn't use (it is not recommended and clearly documented) /compat/linux as it's prefix. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve