From owner-freebsd-questions@FreeBSD.ORG Sat Oct 8 00:57:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3BC7416A41F for ; Sat, 8 Oct 2005 00:57:45 +0000 (GMT) (envelope-from kouye@wanadoo.fr) Received: from smtp8.wanadoo.fr (smtp8.wanadoo.fr [193.252.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5DC43D4C for ; Sat, 8 Oct 2005 00:57:43 +0000 (GMT) (envelope-from kouye@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0804.wanadoo.fr (SMTP Server) with ESMTP id 2EC4A1C003DC for ; Sat, 8 Oct 2005 02:57:42 +0200 (CEST) Received: from [192.168.1.3] (ASte-Genev-Bois-151-1-27-139.w83-114.abo.wanadoo.fr [83.114.25.139]) by mwinf0804.wanadoo.fr (SMTP Server) with ESMTP id CBCC21C003CE for ; Sat, 8 Oct 2005 02:57:41 +0200 (CEST) X-ME-UUID: 20051008005741834.CBCC21C003CE@mwinf0804.wanadoo.fr Message-ID: <43471981.3020206@wanadoo.fr> Date: Sat, 08 Oct 2005 02:57:37 +0200 From: edward User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051004) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem installing linuxpluginwrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2005 00:57:45 -0000 Hi all, I'm trying to set up Firefox to use a flash plug-in (video playback went great with mplayerplug-in, thanks Ian, Andrew and Adi...). I installed linux-flashplugin-7.0r25_2 via portinstall. Then tried to install linuxpluginwrapper but installation failed. Seems like it needs glib2-2.2.1-1.i386.rpm but this doesn't install. I get the following : ===> linux-gtk2-2.2.1_5 depends on file: /compat/linux/usr/lib/libglib-2.0.so.0 - not found ===> Verifying reinstall for /compat/linux/usr/lib/libglib-2.0.so.0 in /usr/ports/devel/linux-glib2 ===> Vulnerability check disabled, database not found => glib2-2.2.1-1.i386.rpm doesn't seem to exist in /usr/ports/distfiles/rpm. => Attempting to fetch from ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/. glib2-2.2.1-1.i386.rpm 100% of 374 kB 57 kBps ===> Extracting for linux-glib2-2.2.1_3 => Checksum OK for rpm/glib2-2.2.1-1.i386.rpm. ===> Patching for linux-glib2-2.2.1_3 ===> linux-glib2-2.2.1_3 depends on executable: rpm - found ===> Configuring for linux-glib2-2.2.1_3 ===> Installing for linux-glib2-2.2.1_3 ===> linux-glib2-2.2.1_3 depends on file: /compat/linux/usr/X11R6/lib/libX11.so.6 - found ===> linux-glib2-2.2.1_3 depends on file: /compat/linux/etc/redhat-release - found ===> Generating temporary packing list glib2-2.2.1-1.i386.rpm ELF binary type "3" not known. execution of glib2-2.2.1-1 script failed, exit status 255 ELF binary type "3" not known. /compat/linux/sbin/ldconfig: 1: Syntax error: "(" unexpected *** Error code 2 Stop in /usr/ports/devel/linux-glib2. *** Error code 1 Stop in /usr/ports/devel/linux-glib2. *** Error code 1 Stop in /usr/ports/x11-toolkits/linux-gtk2. *** Error code 1 Stop in /usr/ports/x11-toolkits/linux-gtk2. *** Error code 1 Stop in /usr/ports/multimedia/linux-realplayer. *** Error code 1 Stop in /usr/ports/multimedia/linux-realplayer. *** Error code 1 Stop in /usr/ports/www/linuxpluginwrapper. *** Error code 1 Stop in /usr/ports/www/linuxpluginwrapper. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall2894.0 make reinstall ** Fix the installation problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! www/linuxpluginwrapper (install error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed I then tried to portinstall linux-glib2 but it didn't work either. Haven't found much in /usr/ports/UPDATING, except the following paragraph which I'm not sure applies to me as I'm using KDE. Besides I was installing, not upgrading. 20050312: AFFECTS: all users who have glib/gtk/gnome libraries installed AUTHOR: ahze@FreeBSD.org and the FreeBSD gnome team Gnome has been upgraded to 2.10 and gtk/glib to 2.6. DO NOT USE portupgrade(1) to update any gnome or gtk or any port that depends on them. Using portupgrade will cause problems and you will have to manually upgrade ports. Please use the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh Any suggestions ? Thanks guys, Edward