From owner-freebsd-current@FreeBSD.ORG Sun Apr 19 16:14:11 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A21871065672 for ; Sun, 19 Apr 2009 16:14:11 +0000 (UTC) (envelope-from c.r.n.a@wanadoo.fr) Received: from smtp19.orange.fr (smtp19.orange.fr [80.12.242.1]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7758FC08 for ; Sun, 19 Apr 2009 16:14:11 +0000 (UTC) (envelope-from c.r.n.a@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1903.orange.fr (SMTP Server) with ESMTP id 1C58D20000AC; Sun, 19 Apr 2009 18:14:10 +0200 (CEST) Received: from [192.168.1.27] (ABordeaux-157-1-149-99.w86-210.abo.wanadoo.fr [86.210.156.99]) by mwinf1903.orange.fr (SMTP Server) with ESMTP id 9D92320000A9; Sun, 19 Apr 2009 18:14:09 +0200 (CEST) X-ME-UUID: 20090419161409645.9D92320000A9@mwinf1903.orange.fr Message-ID: <49EB4D5D.2000800@wanadoo.fr> Date: Sun, 19 Apr 2009 18:12:13 +0200 From: Nicolas User-Agent: Thunderbird 2.0.0.21 (X11/20090414) MIME-Version: 1.0 To: Matthias Apitz , freebsd-current@freebsd.org References: <49EAF042.6030209@wanadoo.fr> <20090419111105.GA11449@rebelion.Sisis.de> <49EB0FED.4060408@wanadoo.fr> <20090419143537.GA19064@rebelion.Sisis.de> In-Reply-To: <20090419143537.GA19064@rebelion.Sisis.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 19 Apr 2009 16:28:28 +0000 Cc: Subject: Re: linux-flashplugin-9 && firefox-3.0.7, 1 does not play in -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 16:14:12 -0000 Hi Matthias, Great if it's working ! This is my installed packages: linux-f8-aspell-0.60.5 linux-f8-atk-1.20.0 linux-f8-cairo-1.4.14 linux-f8-curl-7.18.2 linux-f8-expat-2.0.1 linux-f8-fontconfig-2.4.2 linux-f8-gtk2-2.12.8 linux-f8-hicolor-icon-theme-0.5 linux-f8-jpeg-6b linux-f8-libidn-0.6.14 linux-f8-libsigc++20-2.0.18 linux-f8-libssh2-0.18 linux-f8-nspr-4.7.3 linux-f8-nss-3.12.2.0 linux-f8-openssl-0.9.8b linux-f8-pango-1.18.4 linux-f8-png-1.2.22 linux-f8-scim-libs-1.4.7 linux-f8-sqlite3-3.4.2 linux-f8-tiff-3.8.2 linux-f8-xorg-libs-7.3_2 linux-flashplugin-9.0r159 linux_base-f9-9 This is my " ls -l /compat/linux" total 26 drwxr-xr-x 2 root wheel 1024 16 avr 14:40 bin drwxr-xr-x 22 root wheel 1536 16 avr 16:12 etc drwxr-xr-x 6 root wheel 3072 16 avr 17:19 lib drwxr-xr-x 2 root wheel 512 16 avr 14:40 media drwxr-xr-x 2 root wheel 512 16 avr 14:40 mnt drwxr-xr-x 2 root wheel 512 16 avr 14:40 opt dr-xr-xr-x 1 root wheel 0 19 avr 17:58 proc drwxr-xr-x 2 root wheel 512 16 avr 14:40 sbin drwxr-xr-x 2 root wheel 512 16 avr 14:40 selinux drwxr-xr-x 2 root wheel 512 16 avr 14:40 srv drwxr-xr-x 2 root wheel 512 16 avr 14:40 sys drwxr-xr-x 13 root wheel 512 16 avr 14:40 usr drwxr-xr-x 14 root wheel 512 16 avr 14:40 var In your previous message, i see you have old linux compat (fedora 4) with new compat (fedora 8), so i think it's better to delete all files related to the old emulator and install a fresh version of the new. For the last question, i don't know ! :-) You know, you can do anything directly on the eeepc, in fact, there is no real build, just download and install, no build! In near future, if you have some problem, you can reinstall all directly on the eeepc ! Nicolas. > Hi Nicolas, > > As I said I build the ports + resulting packages on a faster host > (vm-naranja), moved all packages resulting from > > # pkg_create -Rnb xxxxx > > to an EeePC and pkg_add'ed them there; before following your procedure > above I was trying to understand what your procedure means in my case of > the flow of installation and espec. I've checked /usr/compat/linux/lib > on the target host, the EeePC; and there is no /usr/compat/linux/lib: > > tiny# cd /usr/compat/linux/ > tiny# ls -l > total 0 > dr-xr-xr-x 1 root wheel 0 19 abr 16:05 proc > > while /usr/compat/linux/lib is there on > the host where the ports have been compiled and installed during 'make > install'; this could mean that something is wrong in my procedure at > all; for example the file libreadline.so.5.2 in /usr/compat/linux/lib > was created there yesterday (when I build the linux_base-f8) but is not > visible as a part of any package: > > vm-naranja# cd /usr/compat/linux/lib > vm-naranja# pkg_info -W libreadline.so.5.2 > vm-naranja# ls -l libreadline.so.5.2 > -rwxr-xr-x 1 root wheel 212996 Apr 18 13:54 libreadline.so.5.2 > > the package linux_base-f8-8_11.tbz itself does contain it: > > tiny# cd /PKGDIR-CURRENT > tiny# tar tzf linux_base-f8-8_11.tbz | fgrep libread > lib/libreadline.so.5 > lib/libreadline.so.5.2 > tiny# find / -name libreadline.so.5.2 -exec ls -l {} \; > -rwxr-xr-x 1 root wheel 212996 18 abr 13:54 /compat/linux/lib/libreadline.so.5.2 > > i.e. the 'pkg_add linux_base-f8-8_11.tbz' put the libs below > /compat/linux/lib... > > yes, all stuff from the package is below /compat/linux: > > tiny# ls -l /compat/linux > total 28 > drwxr-xr-x 2 root wheel 1024 19 abr 10:21 bin > drwxr-xr-x 22 root wheel 1024 19 abr 10:22 etc > drwxr-xr-x 7 root wheel 4096 19 abr 10:22 lib > drwxr-xr-x 2 root wheel 512 19 abr 10:22 media > drwxr-xr-x 2 root wheel 512 19 abr 10:22 mnt > ... > > and /usr/compat/linux/proc only exist because I've created it by hand as > said in http://crnl.org/blog/2008/11/01/flash-9-for-freebsd-71 > > # mkdir -p /usr/compat/linux/proc > # mount /usr/compat/linux/proc > > I followd a wild gues and changed /etc/fstab for linproc to: > > linproc /compat/linux/proc linprocfs rw 0 0 > > rebooted and now it plays fine; > > but: what does this mean concerning the package linux_base-f8-8_11.tbz? > why are some files (libreadline.so.5.2) not registered? and why they are > installed on the building host in /usr/compat/linux/ and on the target > host with pkg_add in /compat/linux? > > Thanks for your time in any case; > > matthias >