From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 23 12:13:34 2004 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 2A4EF16A4CF for ; Tue, 23 Mar 2004 12:13:34 -0800 (PST) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C0D43D79 for ; Tue, 23 Mar 2004 12:13:33 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040323201330.PHYP18400.lakemtao06.cox.net@mezz.mezzweb.com>; Tue, 23 Mar 2004 15:13:30 -0500 To: Simon Barner References: <20040323150135.GA805@zi025.glhnet.mhn.de> Message-ID: From: Jeremy Messenger Content-Type: multipart/mixed; boundary=----------0cRg1I0jJhS4I46SRTSacN MIME-Version: 1.0 Date: Tue, 23 Mar 2004 14:14:00 -0600 In-Reply-To: <20040323150135.GA805@zi025.glhnet.mhn.de> User-Agent: Opera7.23/Linux M2 build 518 cc: FreeBSD GNOME Users Subject: Re: xscreensaver-gnome & threads 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: Tue, 23 Mar 2004 20:13:34 -0000 ------------0cRg1I0jJhS4I46SRTSacN Content-Type: text/plain; format=flowed; charset=iso-8859-1 Content-Transfer-Encoding: 8bit As what Stephen Hilton has said, I have the same problem and I have to apply this patch at the everytime when it needs to rebuild or upgrade xscreensaver-gnome. Are all of you using the Nvidia driver? Cheers, Mezz On Tue, 23 Mar 2004 16:01:35 +0100, Simon Barner wrote: > Hi, > > xscreensaver-gnome did not work on my 5.2.1-p1 system (it mumbled > something like "Could not write ${HOME}/.xscreensaver: Bad file > descriptor)". > > I recompiled it with thread support, and it works like a charm now. > > Simon -- bsdforums.org 's moderator, mezz. ------------0cRg1I0jJhS4I46SRTSacN Content-Disposition: attachment; filename=xscreensaver-gnome.diff Content-Type: text/plain; name=xscreensaver-gnome.diff Content-Transfer-Encoding: 8bit diff -ur xscreensaver-gnome.orig/Makefile xscreensaver-gnome/Makefile --- xscreensaver-gnome.orig/Makefile Tue Mar 2 14:10:15 2004 +++ xscreensaver-gnome/Makefile Tue Mar 23 13:21:13 2004 @@ -31,7 +31,7 @@ --with-jpeg=${LOCALBASE} --without-motif \ --without-kerberos CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" OPTIONS= PAM "Pluggable Authentication Module support" off \ ALL_FORTUNES "Enable support for all fortunes" off ------------0cRg1I0jJhS4I46SRTSacN--