From owner-freebsd-emulation@FreeBSD.ORG Sun Jan 16 17:46:05 2005 Return-Path: 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 A7B9716A4CE for ; Sun, 16 Jan 2005 17:46:05 +0000 (GMT) Received: from smtp816.mail.sc5.yahoo.com (smtp816.mail.sc5.yahoo.com [66.163.170.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 7EF6343D46 for ; Sun, 16 Jan 2005 17:46:05 +0000 (GMT) (envelope-from drakcap@pacbell.net) Received: from unknown (HELO desk) (drakcap@pacbell.net@208.152.18.190 with login) by smtp816.mail.sc5.yahoo.com with SMTP; 16 Jan 2005 17:46:02 -0000 Message-ID: <000301c4fbf3$1a6703c0$0701a8c0@desk> From: "Robert" To: Date: Sun, 16 Jan 2005 09:44:56 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: Alexander@Leidinger.net Subject: RE: FreeBSD Port: linux-gtk-1.2_4, still drawing from 7.1 libraries? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 16 Jan 2005 17:46:05 -0000 Thank you for replying, Alexander. See my comments below. > netscape 7 doesn't depend upon linux_base here: Not directly, no - it seems to depend on Linux-GTK directly, and then Linux-GTK depends on Linux_base. So if the versions are out-of-sync between the GTK and the BASE, that could well explain the problems I've experienced with Netscape (i.e. browser shows blank window with non-functional menus). > Please make sure you have the right version of linux-gtk: >% ident Makefile >Makefile: > $FreeBSD: ports/x11-toolkits/linux-gtk/Makefile,v 1.28 2004/12/31 18:24:09 netchild Exp $ Looks like that's the most current version in ports, yes - reading over the 1.28 version of the Makefile, it states plainly that the BASEVERSION is 7.1, not 8. Also, according to the list of master sites in that port, it is still seeking the RPM from the 7.1 folders on the servers and not version 8. What I might try is to go manually to the following FTP directory: ftp://ftp.redhat.com/pub/redhat/linux/8.0/en/os/i386/RedHat/RPMS/ download the "gtk+-1.2.10_22.rpm" and fish out the relevant libraries. Then I'll see if Netscape7 works. As I don't need the Linux GTK for anything besides Netscape7, it shouldn't mess anything else up on my system. RE Previous post: > after a successful upgrade of the linux_base libraries, from version 7 to > version 8 (thanks to all who were involved with that one, by the way - > worked flawlessly on my FreeBSD 4.8 system), I then attempted an > installation of Netscape 7. It operates, that is the program starts and > displays a proper window, but there's nothing showing inside the window > (though files are downloaded judging from modem activity) and none of the > menus work. Deleting the ".mozilla" and ".netscape" folders from the user's > home directory between program starts had no effect. > > In the process of troubleshooting the program, I noted that the > "linux-gtk-1.2.4" port still draws from the 7.1 libraries - the new > linux_base may not be meshing properly with it. Has this posed a problem > for anyone else up to this point, or am I barking up the wrong tree?