From owner-freebsd-gnome@FreeBSD.ORG Sun May 11 06:02:31 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AC3137B401 for ; Sun, 11 May 2003 06:02:31 -0700 (PDT) Received: from com.bat.ru (world.xs4all.nl [213.84.54.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B64043FE1 for ; Sun, 11 May 2003 06:02:30 -0700 (PDT) (envelope-from timur@com.bat.ru) Received: from com.bat.ru (timur@localhost [127.0.0.1]) by com.bat.ru (8.12.9/8.12.9/bat-1.6) with ESMTP id h4BD2SGp091504; Sun, 11 May 2003 15:02:28 +0200 (CEST) (envelope-from timur@com.bat.ru) Received: (from timur@localhost) by com.bat.ru (8.12.9/8.12.9/Submit) id h4BD2Qnk091503; Sun, 11 May 2003 15:02:26 +0200 (CEST) Date: Sun, 11 May 2003 15:02:25 +0200 From: "Timur I. Bakeyev" To: Joe Marcus Clarke Message-ID: <20030511150225.A84789@bat.ru> References: <20030509160612.GA19809@node1.cluster.srrc.usda.gov> <1052500047.313.14.camel@gyros> <20030509172845.GA76544@node1.cluster.srrc.usda.gov> <1052502107.313.24.camel@gyros> <20030510064319.GC36282@gforce.johnson.home> <20030511044052.GA68086@gforce.johnson.home> <20030511044457.GA68161@gforce.johnson.home> <1052633694.98015.38.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1052633694.98015.38.camel@shumai.marcuscom.com>; from marcus@marcuscom.com on Sun, May 11, 2003 at 02:14:55AM -0400 X-Organization: RIPE Network Coordination Centre X-Phone: +31 20 535 4444 X-Fax: +31 20 535 4445 X-WWW: http://www.ripe.net cc: FreeBSD GNOME Users cc: Glenn Johnson Subject: Re: gdm-2.4.1.4 not launching X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 13:02:31 -0000 On Sun, May 11, 2003 at 02:14:55AM -0400, Joe Marcus Clarke wrote: > On Sun, 2003-05-11 at 00:44, Glenn Johnson wrote: > > > > > > > > Well, version 2.4.1.3 works just fine. I have that version > > > > installed now. It seems like most of the differences, other than > > > > the language support, are in the Makefiles and configure scripts. > > > > Something must be getting built incorrectly for version 2.4.1.4. > > > > > > The attached patch to ltmain.sh gets gdm-2.4.1.4 working for me. > > > Glenn, I owe you a bottle of something. This patch not only fixes gdm, > but nautilus and [maybe] bonobo as well. This crept in, and is only > applicable to -STABLE. -CURRENT _should_ have libc_r linked in. Thanks Glenn for the fix! I spend half of Sunday incrementally applying patches to 2.4.1.3 to make it 2.4.1.4 and reached the stage, where only changes in libtool and configure were not applied and the beast was still working :(). So you saved my other half of the day from investigation :) As a side help - can someone explain me, what is this mess with -lc_r and -pthread is all about? What should be used with wich version of FreeBSD? Thanks a lot, Timur.