From owner-freebsd-mozilla Sun Feb 2 4:51:16 2003 Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 000E137B40A for ; Sun, 2 Feb 2003 04:51:14 -0800 (PST) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E3B43F93 for ; Sun, 2 Feb 2003 04:51:11 -0800 (PST) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id NAA04013; Sun, 2 Feb 2003 13:51:08 +0100 Date: Sun, 2 Feb 2003 13:51:07 +0100 From: "Christoph P. Kukulies" To: Christoph Kukulies Cc: mozilla@freebsd.org Subject: Re: libgtk-1.2.so.0 Message-ID: <20030202135107.A3997@gilberto.physik.rwth-aachen.de> References: <200301271050.LAA05553@accms33.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200301271050.LAA05553@accms33.physik.rwth-aachen.de>; from kuku@physik.rwth-aachen.de on Mon, Jan 27, 2003 at 11:50:47AM +0100 Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 27, 2003 at 11:50:47AM +0100, Christoph Kukulies wrote: > When I start the mozilla 1.1 port build (I built it prior to installing > java ) I'm getting an error that some plugin could not be initialized. > (This is predicted in a banner at the end of the build). > > But I'm wondering which process is building libgtk-1.2.so.0. > Could it be that it has to be supplied by some of the > linux compat ports? Just want to let everyone participate (and maybe as a hint to the port maintainer) My solution: cd /usr/X11R6/lib ln -s libgtk12.so.2 libgtk-1.2.so.0 And the nasty No running window found. LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1_06/jre/plugin/i386/ns600/libjavaplugin_oji.so [Shared object "libgtk-1.2.so.0" not found] is gone. :-) -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Sun Feb 2 5:10:43 2003 Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04CEF37B407 for ; Sun, 2 Feb 2003 05:10:42 -0800 (PST) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F1F43E4A for ; Sun, 2 Feb 2003 05:10:40 -0800 (PST) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id OAA04366; Sun, 2 Feb 2003 14:10:38 +0100 Date: Sun, 2 Feb 2003 14:10:38 +0100 From: "Christoph P. Kukulies" To: "Christoph P. Kukulies" Cc: mozilla@FreeBSD.ORG Subject: Re: libgtk-1.2.so.0 Message-ID: <20030202141038.A4298@gilberto.physik.rwth-aachen.de> References: <200301271050.LAA05553@accms33.physik.rwth-aachen.de> <"from kuku"@physik.rwth-aachen.de> <20030202135107.A3997@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030202135107.A3997@gilberto.physik.rwth-aachen.de>; from kuku@physik.rwth-aachen.de on Sun, Feb 02, 2003 at 01:51:07PM +0100 Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Feb 02, 2003 at 01:51:07PM +0100, Christoph P. Kukulies wrote: > On Mon, Jan 27, 2003 at 11:50:47AM +0100, Christoph Kukulies wrote: > > When I start the mozilla 1.1 port build (I built it prior to installing > > java ) I'm getting an error that some plugin could not be initialized. > > (This is predicted in a banner at the end of the build). > > > > But I'm wondering which process is building libgtk-1.2.so.0. > > Could it be that it has to be supplied by some of the > > linux compat ports? > > Just want to let everyone participate (and maybe as a hint to > the port maintainer) > > > My solution: > cd /usr/X11R6/lib > ln -s libgtk12.so.2 libgtk-1.2.so.0 > > And the nasty > No running window found. > LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1_06/jre/plugin/i386/ns600/libjavaplugin_oji.so [Shared object "libgtk-1.2.so.0" not found] > > > is gone. :-) Sorry, false alarm. I had a Mozilla instance open and the message doesn't appear then anyway because the instance isn't doubled. The effect is that the next shared lib mozilla is searching for then is libgdk-1.2.so.0 and once you have satisfied this the game goes on and it looks for other shared libs which one could satisfy subsequently but I stopped this game when it came to libc.so.6. Probably I'd set out to get the native FreeBSD java working. Though I'm not sure which mechanism is responsible for the naming of these libs. I suspect they are wired in /usr/local/jdk1.3.1_06/jre/plugin/i386/ns600/libjavaplugin_oji.so > -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Sun Feb 2 6:51:44 2003 Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E162C37B401 for ; Sun, 2 Feb 2003 06:51:41 -0800 (PST) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id C073443E4A for ; Sun, 2 Feb 2003 06:51:40 -0800 (PST) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id PAA05677 for freebsd-mozilla@freebsd.org; Sun, 2 Feb 2003 15:51:39 +0100 Date: Sun, 2 Feb 2003 15:51:39 +0100 From: "Christoph P. Kukulies" To: freebsd-mozilla@freebsd.org Subject: need other datapoint - mozilla doesn't connect Message-ID: <20030202155139.A5674@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I cvs checked out the mozilla tree today, built and installed. But mozilla doesn't do connections. It says: $ /usr/local/bin/mozilla Type Manifest File: /usr/local/lib/mozilla-1.3b/components/xpti.dat +++ JavaScript debugging hooks installed. nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) WARNING: Trying to set p, file prefapi.cpp, line 1017 WARNING: dependent window created without a parent, file nsWindowCreator.cpp, line 122 WARNING: nsXKBModeSwitch::ControlWorkaround:, file nsKeyboardUtils.cpp, line 78 WARNING: grab_during, file nsKeyboardUtils.cpp, line 79 WARNING: ungrab_duri, file nsKeyboardUtils.cpp, line 80 WARNING: nsXKBModeSwitch::HandleMappingNotify: no Mode_switch , file nsKeyboardUtils.cpp, line 155 WARNING: nsXKBModeSwitch::HandleMappingNotify:, file nsKeyboardUtils.cpp, line 157 WARNING: gModeSwitch, file nsKeyboardUtils.cpp, line 158 WARNING: gModeSwitch, file nsKeyboardUtils.cpp, line 159 GFX: dpi=140 t2p=0.1 p2t=10 depth=24 we don't handle eBorderStyle_close yet... please fix me WEBSHELL+ = 1 IsPluginFile(/usr/local/lib/mozilla-1.3b/plugins/libnullplugin.so) == TRUE LoadPlugin() /usr/local/lib/mozilla-1.3b/plugins/libnullplugin.so returned 81bf320 GetMIMEDescription() returned "*:.*:All types" WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsExternalHelperAppService.cpp, line 223 Note: verifyreflow is disabled Note: styleverifytree is disabled Note: frameverifytree is disabled WARNING: charset = ISO, file nsFontMetricsGTK.cpp, line 2234 CSS Error (chrome://global/skin/button.css :137.4): Expected ',' or '{' but found '='. Ruleset ignored due to bad selector. New location for profile registry and user profile directories is -> /home/kuku/.mozilla WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsExternalHelperAppService.cpp, line 223 ### nsCacheProfilePrefObserver::Observe [topic=profile-after-change data=startup] WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsChromeRegistry.cpp, line 3141 WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsChromeRegistry.cpp, line 3141 WEBSHELL- = 0 WEBSHELL+ = 1 WEBSHELL+ = 2 /usr/X11R6/lib/mozilla/chrome/xmlterm.jar mtime changed, invalidating FastLoad file WARNING: charset = ISO, file nsFontMetricsGTK.cpp, line 2234 CSS Error (chrome://communicator/skin/sidebar/sidebar.css :172.9): Expected ',' or '{' but found ';'. Ruleset ignored due to bad selector. CSS Error (chrome://communicator/skin/bookmarks/bookmarksToolbar.css :140.6): Expected ',' or '{' but found '='. Ruleset ignored due to bad selector. CSS Error (chrome://global/skin/formatting.css :230.15): Expected identifier for pseudo-class selector not found ' '. Selector expected. Ruleset ignored due to bad selector. WARNING: Droping timer event because thread is dead, file nsTimerImpl.cpp, line 498 WEBSHELL+ = 3 Start reading in bookmarks.html Finished reading in bookmarks.html (20146 microseconds) Error loading URL http://www.mozilla.org/start/ : 80004005 (NS_ERROR_FAILURE) Document about:blank loaded successfully ------------------------------------------- Is there anything pathological in the above? -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message