From owner-freebsd-ports@FreeBSD.ORG Wed Oct 15 08:54:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 897E116A4FB for ; Wed, 15 Oct 2003 08:54:46 -0700 (PDT) Received: from cs78133177.pp.htv.fi (cs78133177.pp.htv.fi [62.78.133.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0461F43FBD for ; Wed, 15 Oct 2003 08:54:43 -0700 (PDT) (envelope-from ekarkkai@pp.htv.fi) Received: from thunderbolt.my.domain (thunderbolt.my.domain [192.168.1.30]) h9FFseVZ000223; Wed, 15 Oct 2003 18:54:40 +0300 (EEST) (envelope-from ekarkkai@pp.htv.fi) Received: from thunderbolt.my.domain (localhost [127.0.0.1]) h9FFse97029825; Wed, 15 Oct 2003 18:54:40 +0300 (EEST) (envelope-from ejk@thunderbolt.my.domain) Received: (from ejk@localhost) by thunderbolt.my.domain (8.12.10/8.12.10/Submit) id h9FFsdGA029824; Wed, 15 Oct 2003 18:54:39 +0300 (EEST) (envelope-from ejk) Date: Wed, 15 Oct 2003 18:54:39 +0300 From: Esa Karkkainen To: freebsd-ports@freebsd.org Message-ID: <20031015155439.GA1125@pp.htv.fi> References: <20031015035020.10350.qmail@web80507.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031015035020.10350.qmail@web80507.mail.yahoo.com> User-Agent: Mutt/1.5.4i Subject: Re: Galeon compile fails after Mozilla upgrade - still! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 15:54:46 -0000 On Tue, Oct 14, 2003 at 08:50:20PM -0700, Robert English wrote: > Hello again - Hello > > Something needs to be there that isn't. What else besides > Mozilla, if it were to be deinstalled and reinstalled, would > clear up this problem my system's having with Galeon? If you get the following error message undefined reference to `non-virtual thunk to +GlobalHistory::SetLastPageVisited(char const*)' when compiling galeon-1.2.12_1 from ports then patch included in http://www.freebsd.org/cgi/query-pr.cgi?pr=58072 will probably fix this particular problem. At least this patch worked for me. Or you can fix this problem the following way # cd /usr/ports/www/galeon # make patch # cd work/galeon-1.2.12/src/mozilla # vi GlobalHistory.cpp :s/MOZILLA_SNAPSHOT > 9/MOZILLA_SNAPSHOT >= 9/ # cd ../../../../ # make all && make install Or you can wait until some kind person with commit bit applies patch from PR 58072 to FreeBSD CVS tree. -- "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." -- Douglas Adams 1952 - 2001