Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2003 23:44:57 -0500
From:      Glenn Johnson <gjohnson@srrc.ars.usda.gov>
To:        Joe Marcus Clarke <marcus@marcuscom.com>, FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: gdm-2.4.1.4 not launching
Message-ID:  <20030511044457.GA68161@gforce.johnson.home>
In-Reply-To: <20030511044052.GA68086@gforce.johnson.home>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030511044457.GA68161>