From owner-freebsd-gnome@FreeBSD.ORG Sat May 10 21:44:59 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 795CA37B401 for ; Sat, 10 May 2003 21:44:59 -0700 (PDT) Received: from remt30.cluster1.charter.net (remt30.cluster1.charter.net [209.225.8.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D4C743FE0 for ; Sat, 10 May 2003 21:44:58 -0700 (PDT) (envelope-from glennpj@charter.net) Received: from [24.158.214.251] (HELO gforce.johnson.home) by remt30.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 20499902; Sun, 11 May 2003 00:44:57 -0400 Received: from gforce.johnson.home (localhost [127.0.0.1]) by gforce.johnson.home (8.12.9/8.12.9) with ESMTP id h4B4ivuJ068193; Sat, 10 May 2003 23:44:57 -0500 (CDT) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.9/8.12.9/Submit) id h4B4ivmM068192; Sat, 10 May 2003 23:44:57 -0500 (CDT) (envelope-from glenn) Date: Sat, 10 May 2003 23:44:57 -0500 From: Glenn Johnson To: Joe Marcus Clarke , FreeBSD GNOME Users Message-ID: <20030511044457.GA68161@gforce.johnson.home> Mail-Followup-To: Joe Marcus Clarke , FreeBSD GNOME Users 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030511044052.GA68086@gforce.johnson.home> User-Agent: Mutt/1.4.1i 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 04:44:59 -0000 On Sat, May 10, 2003 at 11:40:52PM -0500, Glenn Johnson wrote: > On Sat, May 10, 2003 at 01:43:19AM -0500, Glenn Johnson wrote: > > > On Fri, May 09, 2003 at 01:41:47PM -0400, Joe Marcus Clarke wrote: > > > > > On Fri, 2003-05-09 at 13:28, Glenn Johnson wrote: > > > > > > > On Fri, May 09, 2003 at 01:07:28PM -0400, Joe Marcus Clarke > > > > wrote: > > > > > > > > > Please stick this patch in /usr/ports/x11/gdm2/files, and > > > > > rebuild gdm2. Then, make sure gdm debugging is _OFF_, and try > > > > > running gdm. There should be some XXX messages printed to the > > > > > console. Please send them to me. > > > > > > > > Well, there is nothing to send. Nothing printed out. > > > > > > There was only one code change made between 2.4.1.3 and 2.4.1.4, > > > and those debug messages wrap it. However, g_warning might not be > > > sufficient for gdm. Try this one. You'll need to turn on full > > > gdm debugging, though. > > > > 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. I did attach it but it seems to have been stripped off for some reason. Can we not send attachments to the list? Here it is, in the body of the message: $FreeBSD$ --- ltmain.sh.orig Fri Apr 25 14:18:44 2003 +++ ltmain.sh Sat May 10 23:30:26 2003 @@ -1061,7 +1061,7 @@ esac elif test "X$arg" = "X-lc_r"; then case $host in - *-*-openbsd* | *-*-freebsd*) + *-*-openbsd*) # Do not include libc_r directly, use -pthread flag. continue ;; -- Glenn Johnson glennpj@charter.net