From owner-freebsd-gnome Sun Jul 21 4:39:15 2002 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 0A13A37B400; Sun, 21 Jul 2002 04:38:58 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DAB943E42; Sun, 21 Jul 2002 04:38:57 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LBYase010862; Sun, 21 Jul 2002 12:34:36 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LBYapB010861; Sun, 21 Jul 2002 12:34:36 +0100 To: Subject: gnome2 install fails at "building for gle-3.0.3": More info Message-ID: <1027251276.3d3a9c4cb87e2@netmail.pipex.net> Date: Sun, 21 Jul 2002 12:34:36 +0100 From: Cc: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-MOQ10272512762f7ba47fbb88f9c123367cc393e0e5af" User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. ---MOQ10272512762f7ba47fbb88f9c123367cc393e0e5af Content-Type: text/plain Content-Transfer-Encoding: 8bit Hi, I've collected the out put from the failing gle make here for anyone that might be able to assist me with the gnome2 install failures. Do get back to me as and when you might hav some information on this, please. Stacey ---MOQ10272512762f7ba47fbb88f9c123367cc393e0e5af Content-Type: text/plain; name="gleFails" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="gleFails" ===> Extracting for gle-3.0.3 >> Checksum OK for gle-3.0.3.tar.gz. ===> gle-3.0.3 depends on executable: libtool - found ===> gle-3.0.3 depends on shared library: glut.3 - found ===> gle-3.0.3 depends on shared library: X11.6 - found ===> Patching for gle-3.0.3 ===> Configuring for gle-3.0.3 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... found checking for working automake... missing checking for working autoheader... found checking for working makeinfo... found checking host system type... i386-portbld-freebsd4.6 checking build system type... i386-portbld-freebsd4.6 checking for ranlib... ranlib checking for gcc... cc checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works... yes checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes updating cache ./config.cache checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... -static checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... freebsd4.6 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... (cached) ranlib checking for gcc... (cached) cc checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works... yes checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for POSIXized ISC... no checking whether make sets ${MAKE}... (cached) yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for memcpy... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XmuLookupStandardColormap in -lXmu... yes checking for glGetError in -lGL... yes checking for gluNewQuadric in -lGLU... yes checking for glutSwapBuffers in -lglut... yes updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating examples/Makefile creating man/Makefile creating public_html/Makefile creating config.h ===> Building for gle-3.0.3 make all-recursive Making all in src /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -march=pentiumpro -Wall -c ex_angle.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -march=pentiumpro -Wall -c ex_angle.c -fPIC -DPIC -o .libs/ex_angle.lo In file included from ex_angle.c:26: port.h:191: GL/gl.h: No such file or directory port.h:192: GL/glu.h: No such file or directory ex_angle.c: In function `draw_angle_style_front_cap': ex_angle.c:81: `GLUtriangulatorObj' undeclared (first use in this function) ex_angle.c:81: (Each undeclared identifier is reported only once ex_angle.c:81: for each function it appears in.) ex_angle.c:81: `tobj' undeclared (first use in this function) ex_angle.c:81: warning: statement with no effect ex_angle.c:83: syntax error before `int' ex_angle.c:107: warning: implicit declaration of function `glNormal3dv' ex_angle.c:109: warning: implicit declaration of function `gluNewTess' ex_angle.c:110: warning: implicit declaration of function `gluTessCallback' ex_angle.c:110: `GLU_BEGIN' undeclared (first use in this function) ex_angle.c:110: `glBegin' undeclared (first use in this function) ex_angle.c:111: `GLU_VERTEX' undeclared (first use in this function) ex_angle.c:111: `glVertex3dv' undeclared (first use in this function) ex_angle.c:112: `GLU_END' undeclared (first use in this function) ex_angle.c:112: `glEnd' undeclared (first use in this function) ex_angle.c:127: warning: implicit declaration of function `gluBeginPolygon' ex_angle.c:129: `first_vertex' undeclared (first use in this function) ex_angle.c:130: `previous_vertex' undeclared (first use in this function) ex_angle.c:132: `is_colinear' undeclared (first use in this function) ex_angle.c:134: warning: implicit declaration of function `gluTessVertex' ex_angle.c:144: warning: implicit declaration of function `gluEndPolygon' ex_angle.c:147: warning: implicit declaration of function `gluDeleteTess' ex_angle.c: In function `draw_angle_style_back_cap': ex_angle.c:160: `GLUtriangulatorObj' undeclared (first use in this function) ex_angle.c:160: `tobj' undeclared (first use in this function) ex_angle.c:160: warning: statement with no effect ex_angle.c:162: syntax error before `int' ex_angle.c:189: `GLU_BEGIN' undeclared (first use in this function) ex_angle.c:189: `glBegin' undeclared (first use in this function) ex_angle.c:190: `GLU_VERTEX' undeclared (first use in this function) ex_angle.c:190: `glVertex3dv' undeclared (first use in this function) ex_angle.c:191: `GLU_END' undeclared (first use in this function) ex_angle.c:191: `glEnd' undeclared (first use in this function) ex_angle.c:204: `first_vertex' undeclared (first use in this function) ex_angle.c:205: `previous_vertex' undeclared (first use in this function) ex_angle.c:207: `is_colinear' undeclared (first use in this function) ex_angle.c: In function `extrusion_angle_join': ex_angle.c:335: warning: implicit declaration of function `glPushMatrix' ex_angle.c:336: warning: implicit declaration of function `glMultMatrixd' ex_angle.c:336: syntax error before `GLdouble' ex_angle.c:461: warning: implicit declaration of function `glColor3fv' ex_angle.c:563: warning: implicit declaration of function `glPopMatrix' *** Error code 1 Stop in /usr/ports/graphics/gle/work/gle-3.0.3/src. *** Error code 1 Stop in /usr/ports/graphics/gle/work/gle-3.0.3. *** Error code 1 Stop in /usr/ports/graphics/gle/work/gle-3.0.3. *** Error code 1 Stop in /usr/ports/graphics/gle. ---MOQ10272512762f7ba47fbb88f9c123367cc393e0e5af-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 5:49: 7 2002 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 1178337B400; Sun, 21 Jul 2002 05:49:02 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2FEE43E4A; Sun, 21 Jul 2002 05:49:00 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.5/8.12.5) with ESMTP id g6LCmwXZ027726; Sun, 21 Jul 2002 13:48:58 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.5/8.12.5/Submit) id g6LCmpn7027725; Sun, 21 Jul 2002 13:48:51 +0100 (BST) Date: Sun, 21 Jul 2002 13:48:51 +0100 From: Matthew Seaman To: sroberts@dsl.pipex.com Cc: freebsd-questions@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG Subject: Re: gnome2 install fails at "building for gle-3.0.3": More info Message-ID: <20020721124851.GA27676@happy-idiot-talk.infracaninophi> References: <1027251276.3d3a9c4cb87e2@netmail.pipex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1027251276.3d3a9c4cb87e2@netmail.pipex.net> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jul 21, 2002 at 12:34:36PM +0100, sroberts@dsl.pipex.com wrote: > cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -march=pentiumpro -Wall -c ex_angle.c -fPIC -DPIC -o .libs/ex_angle.lo > In file included from ex_angle.c:26: > port.h:191: GL/gl.h: No such file or directory > port.h:192: GL/glu.h: No such file or directory You are apparently missing the files /usr/X11R6/include/GL/gl.h and /usr/X11R6/include/GL/glu.h Those files should have been installed as part of XFree86: happy-idiot-talk:~:% pkg_info -W /usr/X11R6/include/GL/gl.h /usr/X11R6/include/GL/gl.h was installed by package XFree86-libraries-4.2.0_2 happy-idiot-talk:~:% pkg_info -W /usr/X11R6/include/GL/glu.h /usr/X11R6/include/GL/glu.h was installed by package XFree86-libraries-4.2.0_2 Indeed, the configure script has found the corresponding shared libraries: /usr/X11R6/lib/libGLU.so /usr/X11R6/lib/libGL.so Assuming you are running a relatively recent XFree86 version 4.x , you can try running: pkg_info -g XFree86-libraries-\* to see if your package system thinks anything else has gone AWOL. If so, you need to delete and re-install that package. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 7: 9:58 2002 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 D0AD537B401; Sun, 21 Jul 2002 07:09:49 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5039D43E72; Sun, 21 Jul 2002 07:09:48 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LE5Jse012067; Sun, 21 Jul 2002 15:05:19 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LE5JRB012066; Sun, 21 Jul 2002 15:05:19 +0100 To: Matthew Seaman Subject: Re: gnome2 install fails at "building for gle-3.0.3": More info Message-ID: <1027260319.3d3abf9f93e04@netmail.pipex.net> Date: Sun, 21 Jul 2002 15:05:19 +0100 From: Cc: , , MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-MOQ1027260319e5054dcb37018122af24f0be8f4e8d25" User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. ---MOQ1027260319e5054dcb37018122af24f0be8f4e8d25 Content-Type: text/plain Content-Transfer-Encoding: 8bit Hi Matthew, Thanks for getting back to me. I'm not as experienced with this - I only just last night installed XFree86- 420, and I'm trying to get gnome2 installed. I've included the output of the pkg_info -g for XFree-libraries here. Please look at this and let me know where I should go from here. Thanks again for the assistance. Stacey Quoting Matthew Seaman : > On Sun, Jul 21, 2002 at 12:34:36PM +0100, sroberts@dsl.pipex.com wrote: > > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe > -march=pentiumpro -Wall -c ex_angle.c -fPIC -DPIC -o .libs/ex_angle.lo > > In file included from ex_angle.c:26: > > port.h:191: GL/gl.h: No such file or directory > > port.h:192: GL/glu.h: No such file or directory > > You are apparently missing the files /usr/X11R6/include/GL/gl.h and > /usr/X11R6/include/GL/glu.h > > Those files should have been installed as part of XFree86: > > happy-idiot-talk:~:% pkg_info -W /usr/X11R6/include/GL/gl.h > /usr/X11R6/include/GL/gl.h was installed by package > XFree86-libraries-4.2.0_2 > happy-idiot-talk:~:% pkg_info -W /usr/X11R6/include/GL/glu.h > /usr/X11R6/include/GL/glu.h was installed by package > XFree86-libraries-4.2.0_2 > > Indeed, the configure script has found the corresponding shared > libraries: > > /usr/X11R6/lib/libGLU.so > /usr/X11R6/lib/libGL.so > > Assuming you are running a relatively recent XFree86 version 4.x , you > can try running: > > pkg_info -g XFree86-libraries-\* > > to see if your package system thinks anything else has gone AWOL. If > so, you need to delete and re-install that package. > > Cheers, > > Matthew > > -- > Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks > Savill Way > Tel: +44 1628 476614 Marlow > Fax: +44 0870 0522645 Bucks., SL7 1TH UK > ---MOQ1027260319e5054dcb37018122af24f0be8f4e8d25 Content-Type: text/plain; name="xfree86Libs" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="xfree86Libs" Information for XFree86-libraries-4.2.0_2: Mismatched Checksums: /usr/X11R6/lib/libXfont.a fails the original MD5 checksum ---MOQ1027260319e5054dcb37018122af24f0be8f4e8d25-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 8:11:19 2002 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 CBA6737B400; Sun, 21 Jul 2002 08:11:16 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D4A43E5E; Sun, 21 Jul 2002 08:11:15 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LF6rse012538; Sun, 21 Jul 2002 16:06:53 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LF6rMX012537; Sun, 21 Jul 2002 16:06:53 +0100 To: Subject: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <1027264013.3d3ace0d2ae43@netmail.pipex.net> Date: Sun, 21 Jul 2002 16:06:53 +0100 From: Cc: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have a few questions concerning the above task:- 1] From the *one* reply I've had to my earlier post concerning the gnome2 install failure, it appear that I have to re-install XFree86-4.2.0. Why is that after running pkg_delete on XFree86-4.0.2, "make" doesn't go out and get a fresh set of files for the re-install? Am I missing something about the make process here? Presumably there was something wrong with the XFree86-4 sources I got yesterday when I installed it, so I would have thought it logical that I should be obtaining a fresh set of source files for the new install. 2] To do the install of XFree86-4 anyways, what I did was pkg_delete of XFree86- 3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf to reflect that the XFree version is now 4 Is there something that I missed here? I ask in case it's the reason that /usr/ports/graphics/gle repeatedly flaking out on the gnome2 install. Replies from *anyone* is appreciated. Regards, Stacey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 8:30:13 2002 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 75D6D37B401; Sun, 21 Jul 2002 08:30:06 -0700 (PDT) Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A6143E42; Sun, 21 Jul 2002 08:30:06 -0700 (PDT) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-35.mail.demon.net with esmtp (Exim 3.36 #2) id 17WIer-0007Iu-0U; Sun, 21 Jul 2002 16:30:05 +0100 Message-ID: Date: Sun, 21 Jul 2002 16:28:55 +0100 To: sroberts@dsl.pipex.com Cc: freebsd-questions@FreeBSD.org, freebsd-gnome@FreeBSD.org From: Kevin Golding Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> In-Reply-To: <1027264013.3d3ace0d2ae43@netmail.pipex.net> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Someone, quite probably Stacey Roberts, once wrote: >1] From the *one* reply I've had to my earlier post concerning the gnome2 >install failure, it appear that I have to re-install XFree86-4.2.0. Why is that >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out and get a >fresh set of files for the re-install? > >Am I missing something about the make process here? Presumably there was >something wrong with the XFree86-4 sources I got yesterday when I installed it, >so I would have thought it logical that I should be obtaining a fresh set of >source files for the new install. To fetch new sources you need to remove the old ones from /usr/ports/distfiles. You can either manually rm each tarball or just run "make distclean" before "make". It can also be worth running "make fetch" as your first step to install a port as that simply downloads any files you are missing for that port (although not dependencies). >2] To do the install of XFree86-4 anyways, what I did was pkg_delete of XFree86- >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf to reflect >that the XFree version is now 4 Since 4.6 I believe the default X has been 4 making such a config redundant. It might be worth running through /etc/defaults/make.conf and seeing if you need to change anything else. If you're not using 4.6 then don't worry about it. Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 9: 3:39 2002 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 AFD6137B400; Sun, 21 Jul 2002 09:03:34 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A7743E4A; Sun, 21 Jul 2002 09:03:33 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LFxAse012972; Sun, 21 Jul 2002 16:59:10 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LFxAL5012971; Sun, 21 Jul 2002 16:59:10 +0100 To: Kevin Golding Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <1027267150.3d3ada4e19ce0@netmail.pipex.net> Date: Sun, 21 Jul 2002 16:59:10 +0100 From: Cc: , References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Kevin, Thanks for taking the time to answer the queries I posed. I'm actually running the re-install of XFree86-4 at the moment wihtout having done a make distclean. Is this the reason why for each component, it fails with "error: XFree86-4 already installed, perhaps an older version..,"? Would it be in my interest then to stop this and restart from the beginning? Thanks again. Stacey Quoting Kevin Golding : > Someone, quite probably Stacey Roberts, once wrote: > >1] From the *one* reply I've had to my earlier post concerning the > gnome2 > >install failure, it appear that I have to re-install XFree86-4.2.0. Why > is that > >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out and > get a > >fresh set of files for the re-install? > > > >Am I missing something about the make process here? Presumably there > was > >something wrong with the XFree86-4 sources I got yesterday when I > installed it, > >so I would have thought it logical that I should be obtaining a fresh > set of > >source files for the new install. > > To fetch new sources you need to remove the old ones from > /usr/ports/distfiles. You can either manually rm each tarball or just > run "make distclean" before "make". > > It can also be worth running "make fetch" as your first step to install > a port as that simply downloads any files you are missing for that port > (although not dependencies). > > >2] To do the install of XFree86-4 anyways, what I did was pkg_delete of > XFree86- > >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf to > reflect > >that the XFree version is now 4 > > Since 4.6 I believe the default X has been 4 making such a config > redundant. It might be worth running through /etc/defaults/make.conf > and seeing if you need to change anything else. If you're not using 4.6 > then don't worry about it. > > Kevin > -- > kevin@caomhin.demon.co.uk > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 9:42:25 2002 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 D3BA737B401; Sun, 21 Jul 2002 09:42:20 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A796D43E31; Sun, 21 Jul 2002 09:42:19 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LGbuse013344; Sun, 21 Jul 2002 17:37:56 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LGbutd013343; Sun, 21 Jul 2002 17:37:56 +0100 To: Subject: re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <1027269476.3d3ae3643e6c3@netmail.pipex.net> Date: Sun, 21 Jul 2002 17:37:56 +0100 From: Cc: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please let me know if I've sent my earlier post (below) to the wrong lists. I'm hoping to get an idea as to how to proceed with this without having to re-build the box from scratch. So, if I'm barking up the wrong tree here, could someone kindly let me know? I'll then try looking for help elsewhere. Hello, I have a few questions concerning the above task:- 1] From the *one* reply I've had to my earlier post concerning the gnome2 install failure, it appear that I have to re-install XFree86-4.2.0. Why is that after running pkg_delete on XFree86-4.0.2, "make" doesn't go out and get a fresh set of files for the re-install? Am I missing something about the make process here? Presumably there was something wrong with the XFree86-4 sources I got yesterday when I installed it, so I would have thought it logical that I should be obtaining a fresh set of source files for the new install. 2] To do the install of XFree86-4 anyways, what I did was pkg_delete of XFree86- 3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf to reflect that the XFree version is now 4 Is there something that I missed here? I ask in case it's the reason that /usr/ports/graphics/gle repeatedly flaking out on the gnome2 install. Replies from *anyone* is appreciated. Regards, Stacey ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 10:52:45 2002 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 33DDA37B400 for ; Sun, 21 Jul 2002 10:52:43 -0700 (PDT) Received: from tepa.com.mx (intertep.tepa.com.mx [148.245.162.66]) by mx1.FreeBSD.org (Postfix) with SMTP id 4585843E31 for ; Sun, 21 Jul 2002 10:52:42 -0700 (PDT) (envelope-from AvisoDeVirus@tepa.com.mx) Received: from intertep.tepa.com.mx (unverified [127.0.0.1]) by 127.0.0.1 (EMWAC SMTPRS 0.83) with SMTP id ; Sun, 21 Jul 2002 12:51:40 -0600 Message-ID: Subject: =?iso-8859-1?Q?Aviso_de_Virus?= From: "=?iso-8859-1?Q?Anti-Viral_Plugin?=" Date: Sun, 21 Jul 2002 12:51:40 -0600 To: "=?iso-8859-1?Q?gnome@freebsd=2Eorg?=" X-Priority: 3 X-MSMail-Priority: Normal Content-Transfer-Encoding: Quoted-Printable MIME-Version: 1.0 X-Mailer: JMail 4.1.2 Free Version by Dimac X-VirusAlertServer: =?iso-8859-1?Q?tepa=2Ecom=2Emx?= Content-Type: text/plain; charset="iso-8859-1" X-Antirelay: Good relay from local net1 127.0.0.1/32 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG El Mensaje ; Sun, 21 Jul 2002 11:23:58 -0700 (PDT) Received: from mail5.ksc.th.com (mail5.ksc.th.com [203.155.0.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1929E43E67 for ; Sun, 21 Jul 2002 11:23:57 -0700 (PDT) (envelope-from easytoberich01@yahoo.com) Received: from ksc.th.com ([203.107.241.168]) by mail5.ksc.th.com (8.12.1/8.12.0) with SMTP id g6LILZVQ010927 for ; Mon, 22 Jul 2002 01:23:54 +0700 Message-Id: <200207211823.g6LILZVQ010927@mail5.ksc.th.com> Date: Mon, 22 Jul 2002 01:25:56 To: "FreeBSD GNOME team" From: easytoberich01@yahoo.com (chancetoberich) Subject: ÊÓËÃѺ¼Ùé·Õèµéͧ¡ÒÃâÍ¡ÒÊ㹡ÒÃà»ÅÕè¹á»Å§ªÕÇÔµ Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG !!!!! Part-Time Job!! ÊÓËÃѺ¹Ñ¡àÃÕ¹ ¹Ñ¡ÈÖ¡ÉÒ áÅмÙé·Ó§Ò¹»ÃÐ¨Ó ¤Ø³µéͧ¡ÒçҹẺ¹ÕéºéÒ§äËÁ…?? -§Ò¹ parttime ·Ó§Ò¹·ÕèºéÒ¹ä´é ¶éҤسãªé Internet à»ç¹ -·Ó§Ò¹à¾Õ§ÇѹÅÐ 2-3 ªÁ. -ÃÒÂä´é 5,000 – 15,000 ºÒ· ¶éҤسà»ç¹¤¹Ë¹Ö觷Õè·Ó§Ò¹»ÃШÓËÃ×ÍÂѧäÁèÁÕ§Ò¹·Ó ¹Ñ¡ÈÖ¡ÉÒ·Õè¡ÓÅѧÈÖ¡ÉÒÍÂÙè ¼ÙéÇèÒ§§Ò¹ ËÃ×ͼÙé·ÕèÂѧ¾ÍÁÕàÇÅÒÇèÒ§¨Ò¡§Ò¹»ÃÐ¨Ó ÁդسÊÁºÑµÔàº×éͧµé¹´Ñ§¹Õé 1. ÁÕ·Ñȹ¤µÔ·Õè´Õ 2. ¾ÃéÍÁ·Õè¨ÐàÃÕ¹ÃÙé à¹×èͧ¨Ò¡à»ç¹ÃкºãËÁè¨Ö§µéͧãËéÁÕ¡ÒÃͺÃÁãËéµÒÁ¤ÇÒÁàËÁÒÐÊÁ 3. µéͧ¡Ò÷Õè¨Ð·Ó§Ò¹ÍÂèÒ§¨ÃÔ§¨Ñ§ ÍÂÒ¡·Õè¨Ðà»ÅÕ蹰ҹзҧ¡ÒÃà§Ô¹¢Í§µ¹àͧ áÅÐÍÂÒ¡ÁÕÃÒÂä´é¨Ò¡¡Ò÷ӧҹµÃ§¹Õé¨ÃÔ§æ ·Ø¡ÍÂèÒ§à»ç¹ä»ä´é ã¹ http://www.geocities.com/getchances2000/ ÍÂèÒ !…………….. à»ç¹á¤èà¾Õ§¤¹·Õè¹Ñè§ÃÍâÍ¡ÒÊ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 12: 2:57 2002 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 2026537B401; Sun, 21 Jul 2002 12:02:51 -0700 (PDT) Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id E41A043E4A; Sun, 21 Jul 2002 12:02:49 -0700 (PDT) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 17WLyj-000LWk-0Y; Sun, 21 Jul 2002 20:02:49 +0100 Message-ID: Date: Sun, 21 Jul 2002 20:02:42 +0100 To: sroberts@dsl.pipex.com Cc: freebsd-questions@FreeBSD.org, freebsd-gnome@FreeBSD.org From: Kevin Golding Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> In-Reply-To: <1027267150.3d3ada4e19ce0@netmail.pipex.net> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Someone, quite probably , once wrote: >I'm actually running the re-install of XFree86-4 at the moment wihtout having >done a make distclean. Is this the reason why for each component, it fails >with "error: XFree86-4 already installed, perhaps an older >version..,"? > >Would it be in my interest then to stop this and restart from the beginning? It sounds like everything wasn't quite removed when you deinstalled. ls /var/db/pkg | grep -i xfree That should show up a few things that might need removing. Else make sure your ports tree is fully up to date and then run: portversion -L = That may show up a few out of date things that could be worth upgrading. portupgrade -rR XFree86-4 The above might resolve a few issues if you are out of date. Else it might be worth thinking about packages this time: pkg_add -r XFree86-4 Will get the latest binary and hopefully get you back to a working state. Then you could probably track X using portupgrade to reduce hassle. Kevin >Quoting Kevin Golding : > >> Someone, quite probably Stacey Roberts, once wrote: >> >1] From the *one* reply I've had to my earlier post concerning the >> gnome2 >> >install failure, it appear that I have to re-install XFree86-4.2.0. Why >> is that >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out and >> get a >> >fresh set of files for the re-install? >> > >> >Am I missing something about the make process here? Presumably there >> was >> >something wrong with the XFree86-4 sources I got yesterday when I >> installed it, >> >so I would have thought it logical that I should be obtaining a fresh >> set of >> >source files for the new install. >> >> To fetch new sources you need to remove the old ones from >> /usr/ports/distfiles. You can either manually rm each tarball or just >> run "make distclean" before "make". >> >> It can also be worth running "make fetch" as your first step to install >> a port as that simply downloads any files you are missing for that port >> (although not dependencies). >> >> >2] To do the install of XFree86-4 anyways, what I did was pkg_delete of >> XFree86- >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf to >> reflect >> >that the XFree version is now 4 >> >> Since 4.6 I believe the default X has been 4 making such a config >> redundant. It might be worth running through /etc/defaults/make.conf >> and seeing if you need to change anything else. If you're not using 4.6 >> then don't worry about it. >> >> Kevin >> -- >> kevin@caomhin.demon.co.uk >> > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 12: 6: 9 2002 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 3AB2D37B400 for ; Sun, 21 Jul 2002 12:06:08 -0700 (PDT) Received: from mail5.ksc.th.com (mail5.ksc.th.com [203.155.0.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 452BA43E3B for ; Sun, 21 Jul 2002 12:06:07 -0700 (PDT) (envelope-from easytoberich01@yahoo.com) Received: from ksc.th.com ([203.107.241.168]) by mail5.ksc.th.com (8.12.1/8.12.0) with SMTP id g6LILZ1X010927 for ; Mon, 22 Jul 2002 02:06:05 +0700 Message-Id: <200207211906.g6LILZ1X010927@mail5.ksc.th.com> Date: Mon, 22 Jul 2002 02:08:07 To: gnome@FreeBSD.org From: easytoberich01@yahoo.com (chancetoberich) Subject: ÊÓËÃѺ¼Ùé·Õèµéͧ¡ÒÃâÍ¡ÒÊ㹡ÒÃà»ÅÕè¹á»Å§ªÕÇÔµ Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG !!!!! Part-Time Job!! ÊÓËÃѺ¹Ñ¡àÃÕ¹ ¹Ñ¡ÈÖ¡ÉÒ áÅмÙé·Ó§Ò¹»ÃÐ¨Ó ¤Ø³µéͧ¡ÒçҹẺ¹ÕéºéÒ§äËÁ…?? -§Ò¹ parttime ·Ó§Ò¹·ÕèºéÒ¹ä´é ¶éҤسãªé Internet à»ç¹ -·Ó§Ò¹à¾Õ§ÇѹÅÐ 2-3 ªÁ. -ÃÒÂä´é 5,000 – 15,000 ºÒ· ¶éҤسà»ç¹¤¹Ë¹Ö觷Õè·Ó§Ò¹»ÃШÓËÃ×ÍÂѧäÁèÁÕ§Ò¹·Ó ¹Ñ¡ÈÖ¡ÉÒ·Õè¡ÓÅѧÈÖ¡ÉÒÍÂÙè ¼ÙéÇèÒ§§Ò¹ ËÃ×ͼÙé·ÕèÂѧ¾ÍÁÕàÇÅÒÇèÒ§¨Ò¡§Ò¹»ÃÐ¨Ó ÁդسÊÁºÑµÔàº×éͧµé¹´Ñ§¹Õé 1. ÁÕ·Ñȹ¤µÔ·Õè´Õ 2. ¾ÃéÍÁ·Õè¨ÐàÃÕ¹ÃÙé à¹×èͧ¨Ò¡à»ç¹ÃкºãËÁè¨Ö§µéͧãËéÁÕ¡ÒÃͺÃÁãËéµÒÁ¤ÇÒÁàËÁÒÐÊÁ 3. µéͧ¡Ò÷Õè¨Ð·Ó§Ò¹ÍÂèÒ§¨ÃÔ§¨Ñ§ ÍÂÒ¡·Õè¨Ðà»ÅÕ蹰ҹзҧ¡ÒÃà§Ô¹¢Í§µ¹àͧ áÅÐÍÂÒ¡ÁÕÃÒÂä´é¨Ò¡¡Ò÷ӧҹµÃ§¹Õé¨ÃÔ§æ ·Ø¡ÍÂèÒ§à»ç¹ä»ä´é ã¹ http://www.geocities.com/getchances2000/ ÍÂèÒ !…………….. à»ç¹á¤èà¾Õ§¤¹·Õè¹Ñè§ÃÍâÍ¡ÒÊ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 12:19:21 2002 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 473DE37B400; Sun, 21 Jul 2002 12:19:12 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FEE43E64; Sun, 21 Jul 2002 12:19:11 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LJEjse014687; Sun, 21 Jul 2002 20:14:45 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LJEjw6014686; Sun, 21 Jul 2002 20:14:45 +0100 To: Kevin Golding Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <1027278885.3d3b0825bd614@netmail.pipex.net> Date: Sun, 21 Jul 2002 20:14:45 +0100 From: Cc: , References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Kevin, Okay.., I'm at the point of considering rebuilding the box here. Before I do, I'd appreciate though, frank answers to two scenarios if you can.., 1] Stop the current re-install of XFree86-4 (with the constant failings due to components being already installed:- Can I stop this re-install? Is there a procedure for then ensuring that I *copmpletely* wipe all instances of XFree- from the system, before attempting installing via a package? 2] Seeing that this whole situation is all about my initial failed attempts to install gnome2,: After completion of the XFree86-4 install (via ports or packages), should I proceed on from the point where the gnome2 install fails (at the gle error)? If not, and I have to re-fetch fresh gnome2 sources, is there a procedure for *completely* removing ALL instances of gnome from the system? For both scenarios above, how do I ensure that I get the latest (hopefully correct) binaries for installation? Thanks again Kevin., Please don't think that I mean to place you in a spot or anything., you're just the *only* person that's bothered to reply to my post on this list. Stacey Quoting Kevin Golding : > Someone, quite probably , once wrote: > >I'm actually running the re-install of XFree86-4 at the moment wihtout > having > >done a make distclean. Is this the reason why for each component, it > fails > >with "error: XFree86-4 already installed, perhaps an older > >version..,"? > > > >Would it be in my interest then to stop this and restart from the > beginning? > > It sounds like everything wasn't quite removed when you deinstalled. > > ls /var/db/pkg | grep -i xfree > > That should show up a few things that might need removing. Else make > sure your ports tree is fully up to date and then run: > > portversion -L = > > That may show up a few out of date things that could be worth upgrading. > > portupgrade -rR XFree86-4 > > The above might resolve a few issues if you are out of date. Else it > might be worth thinking about packages this time: > > pkg_add -r XFree86-4 > > Will get the latest binary and hopefully get you back to a working > state. Then you could probably track X using portupgrade to reduce > hassle. > > Kevin > > >Quoting Kevin Golding : > > > >> Someone, quite probably Stacey Roberts, once wrote: > >> >1] From the *one* reply I've had to my earlier post concerning the > >> gnome2 > >> >install failure, it appear that I have to re-install XFree86-4.2.0. > Why > >> is that > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out and > >> get a > >> >fresh set of files for the re-install? > >> > > >> >Am I missing something about the make process here? Presumably there > >> was > >> >something wrong with the XFree86-4 sources I got yesterday when I > >> installed it, > >> >so I would have thought it logical that I should be obtaining a > fresh > >> set of > >> >source files for the new install. > >> > >> To fetch new sources you need to remove the old ones from > >> /usr/ports/distfiles. You can either manually rm each tarball or > just > >> run "make distclean" before "make". > >> > >> It can also be worth running "make fetch" as your first step to > install > >> a port as that simply downloads any files you are missing for that > port > >> (although not dependencies). > >> > >> >2] To do the install of XFree86-4 anyways, what I did was pkg_delete > of > >> XFree86- > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf > to > >> reflect > >> >that the XFree version is now 4 > >> > >> Since 4.6 I believe the default X has been 4 making such a config > >> redundant. It might be worth running through /etc/defaults/make.conf > >> and seeing if you need to change anything else. If you're not using > 4.6 > >> then don't worry about it. > >> > >> Kevin > >> -- > >> kevin@caomhin.demon.co.uk > >> > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > -- > kevin@caomhin.demon.co.uk > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 12:30:39 2002 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 1079137B400; Sun, 21 Jul 2002 12:30:18 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8085043E65; Sun, 21 Jul 2002 12:30:17 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (2806fb7cef415df913e68cb2568768bd@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6LJTF2e099475; Sun, 21 Jul 2002 12:29:15 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6LJTFgF099474; Sun, 21 Jul 2002 12:29:15 -0700 (PDT) (envelope-from monkey) Date: Sun, 21 Jul 2002 12:29:15 -0700 From: Adam Weinberger To: sroberts@dsl.pipex.com Cc: Kevin Golding , freebsd-questions@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <20020721192915.GH94707@vectors.cx> References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1027278885.3d3b0825bd614@netmail.pipex.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG if you have sysutils/portupgrade installed, do ~/# pkg_deinstall -r gnome\* that will delete anything gnome, and everything built that depends on it. -Adam >> (07.21.2002 @ 1214 PST): sroberts@dsl.pipex.com said, in 4.2K: << > > Hi Kevin, > Okay.., I'm at the point of considering rebuilding the box here. > > Before I do, I'd appreciate though, frank answers to two scenarios if you can.., > > 1] Stop the current re-install of XFree86-4 (with the constant failings due to > components being already installed:- > > Can I stop this re-install? > Is there a procedure for then ensuring that I *copmpletely* wipe all instances > of XFree- from the system, before attempting installing via a package? > > 2] Seeing that this whole situation is all about my initial failed attempts to > install gnome2,: > > After completion of the XFree86-4 install (via ports or packages), should I > proceed on from the point where the gnome2 install fails (at the gle error)? > > If not, and I have to re-fetch fresh gnome2 sources, is there a procedure for > *completely* removing ALL instances of gnome from the system? > > For both scenarios above, how do I ensure that I get the latest (hopefully > correct) binaries for installation? > > Thanks again Kevin., Please don't think that I mean to place you in a spot or > anything., you're just the *only* person that's bothered to reply to my post on > this list. > > Stacey > > Quoting Kevin Golding : > > > Someone, quite probably , once wrote: > > >I'm actually running the re-install of XFree86-4 at the moment wihtout > > having > > >done a make distclean. Is this the reason why for each component, it > > fails > > >with "error: XFree86-4 already installed, perhaps an older > > >version..,"? > > > > > >Would it be in my interest then to stop this and restart from the > > beginning? > > > > It sounds like everything wasn't quite removed when you deinstalled. > > > > ls /var/db/pkg | grep -i xfree > > > > That should show up a few things that might need removing. Else make > > sure your ports tree is fully up to date and then run: > > > > portversion -L = > > > > That may show up a few out of date things that could be worth upgrading. > > > > portupgrade -rR XFree86-4 > > > > The above might resolve a few issues if you are out of date. Else it > > might be worth thinking about packages this time: > > > > pkg_add -r XFree86-4 > > > > Will get the latest binary and hopefully get you back to a working > > state. Then you could probably track X using portupgrade to reduce > > hassle. > > > > Kevin > > > > >Quoting Kevin Golding : > > > > > >> Someone, quite probably Stacey Roberts, once wrote: > > >> >1] From the *one* reply I've had to my earlier post concerning the > > >> gnome2 > > >> >install failure, it appear that I have to re-install XFree86-4.2.0. > > Why > > >> is that > > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out and > > >> get a > > >> >fresh set of files for the re-install? > > >> > > > >> >Am I missing something about the make process here? Presumably there > > >> was > > >> >something wrong with the XFree86-4 sources I got yesterday when I > > >> installed it, > > >> >so I would have thought it logical that I should be obtaining a > > fresh > > >> set of > > >> >source files for the new install. > > >> > > >> To fetch new sources you need to remove the old ones from > > >> /usr/ports/distfiles. You can either manually rm each tarball or > > just > > >> run "make distclean" before "make". > > >> > > >> It can also be worth running "make fetch" as your first step to > > install > > >> a port as that simply downloads any files you are missing for that > > port > > >> (although not dependencies). > > >> > > >> >2] To do the install of XFree86-4 anyways, what I did was pkg_delete > > of > > >> XFree86- > > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf > > to > > >> reflect > > >> >that the XFree version is now 4 > > >> > > >> Since 4.6 I believe the default X has been 4 making such a config > > >> redundant. It might be worth running through /etc/defaults/make.conf > > >> and seeing if you need to change anything else. If you're not using > > 4.6 > > >> then don't worry about it. > > >> > > >> Kevin > > >> -- > > >> kevin@caomhin.demon.co.uk > > >> > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe freebsd-questions" in the body of the message > > > > -- > > kevin@caomhin.demon.co.uk > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > >> end of "Re: Installing gnome2 with XFree86-4 - Why is this so difficilt?????" from sroberts@dsl.pipex.com << -- "Oh good, my dog found the chainsaw." -Lilo, "Lilo & Stitch" Adam Weinberger adam@vectors.cx http://vectors.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 12:30:53 2002 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 55D4037B406 for ; Sun, 21 Jul 2002 12:30:38 -0700 (PDT) Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-80.oz.net [216.39.147.80]) by mx1.FreeBSD.org (Postfix) with SMTP id 0827543E65 for ; Sun, 21 Jul 2002 12:30:37 -0700 (PDT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 10237 invoked from network); 21 Jul 2002 19:30:35 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 21 Jul 2002 19:30:35 -0000 Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? From: Joe Kelsey To: sroberts@dsl.pipex.com Cc: Kevin Golding , freebsd-questions@FreeBSD.org, freebsd-gnome@FreeBSD.org In-Reply-To: <1027278885.3d3b0825bd614@netmail.pipex.net> References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 21 Jul 2002 12:30:35 -0700 Message-Id: <1027279835.9621.166.camel@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Step 0. cvsup your ports tree. Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn how to properly use the new tools, especially the -R and -r flags to portinstall/portupgrade. On Sun, 2002-07-21 at 12:14, sroberts@dsl.pipex.com wrote: > > Hi Kevin, > Okay.., I'm at the point of considering rebuilding the box here. > > Before I do, I'd appreciate though, frank answers to two scenarios if you can.., > > 1] Stop the current re-install of XFree86-4 (with the constant failings due to > components being already installed:- > > Can I stop this re-install? You can stop any re-install at any point. > Is there a procedure for then ensuring that I *copmpletely* wipe all instances > of XFree- from the system, before attempting installing via a package? pkg_delete -f 'XFree*' > 2] Seeing that this whole situation is all about my initial failed attempts to > install gnome2,: > > After completion of the XFree86-4 install (via ports or packages), should I > proceed on from the point where the gnome2 install fails (at the gle error)? portinstall -R gnome2 > If not, and I have to re-fetch fresh gnome2 sources, is there a procedure for > *completely* removing ALL instances of gnome from the system? > > For both scenarios above, how do I ensure that I get the latest (hopefully > correct) binaries for installation? > > Thanks again Kevin., Please don't think that I mean to place you in a spot or > anything., you're just the *only* person that's bothered to reply to my post on > this list. > > Stacey > > Quoting Kevin Golding : > > > Someone, quite probably , once wrote: > > >I'm actually running the re-install of XFree86-4 at the moment wihtout > > having > > >done a make distclean. Is this the reason why for each component, it > > fails > > >with "error: XFree86-4 already installed, perhaps an older > > >version..,"? > > > > > >Would it be in my interest then to stop this and restart from the > > beginning? > > > > It sounds like everything wasn't quite removed when you deinstalled. > > > > ls /var/db/pkg | grep -i xfree > > > > That should show up a few things that might need removing. Else make > > sure your ports tree is fully up to date and then run: > > > > portversion -L = > > > > That may show up a few out of date things that could be worth upgrading. > > > > portupgrade -rR XFree86-4 > > > > The above might resolve a few issues if you are out of date. Else it > > might be worth thinking about packages this time: > > > > pkg_add -r XFree86-4 > > > > Will get the latest binary and hopefully get you back to a working > > state. Then you could probably track X using portupgrade to reduce > > hassle. > > > > Kevin > > > > >Quoting Kevin Golding : > > > > > >> Someone, quite probably Stacey Roberts, once wrote: > > >> >1] From the *one* reply I've had to my earlier post concerning the > > >> gnome2 > > >> >install failure, it appear that I have to re-install XFree86-4.2.0. > > Why > > >> is that > > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out and > > >> get a > > >> >fresh set of files for the re-install? > > >> > > > >> >Am I missing something about the make process here? Presumably there > > >> was > > >> >something wrong with the XFree86-4 sources I got yesterday when I > > >> installed it, > > >> >so I would have thought it logical that I should be obtaining a > > fresh > > >> set of > > >> >source files for the new install. > > >> > > >> To fetch new sources you need to remove the old ones from > > >> /usr/ports/distfiles. You can either manually rm each tarball or > > just > > >> run "make distclean" before "make". > > >> > > >> It can also be worth running "make fetch" as your first step to > > install > > >> a port as that simply downloads any files you are missing for that > > port > > >> (although not dependencies). > > >> > > >> >2] To do the install of XFree86-4 anyways, what I did was pkg_delete > > of > > >> XFree86- > > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf > > to > > >> reflect > > >> >that the XFree version is now 4 > > >> > > >> Since 4.6 I believe the default X has been 4 making such a config > > >> redundant. It might be worth running through /etc/defaults/make.conf > > >> and seeing if you need to change anything else. If you're not using > > 4.6 > > >> then don't worry about it. > > >> > > >> Kevin > > >> -- > > >> kevin@caomhin.demon.co.uk > > >> > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe freebsd-questions" in the body of the message > > > > -- > > kevin@caomhin.demon.co.uk > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 12:38: 7 2002 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 3313837B400; Sun, 21 Jul 2002 12:37:54 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E64743E64; Sun, 21 Jul 2002 12:37:53 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LJUIse014790; Sun, 21 Jul 2002 20:30:18 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LJUIS0014789; Sun, 21 Jul 2002 20:30:18 +0100 To: Adam Weinberger Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <1027279818.3d3b0bca6f416@netmail.pipex.net> Date: Sun, 21 Jul 2002 20:30:18 +0100 From: Cc: , Kevin Golding , , References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> <20020721192915.GH94707@vectors.cx> In-Reply-To: <20020721192915.GH94707@vectors.cx> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks Adam, But do I do this instead of continuing with the gnome2 bins that I already have? The reply I had to the gnome2 build errorlog I submitted earlier led me to believe that the gnome2 installation errors center on the fact that something wasn't quite right in the XFree86-4 install I did yesterday. Or., is your post for general information? Thanks all the same. Stacey Quoting Adam Weinberger : > if you have sysutils/portupgrade installed, do > > ~/# pkg_deinstall -r gnome\* > > that will delete anything gnome, and everything built that depends on > it. > > -Adam > > > >> (07.21.2002 @ 1214 PST): sroberts@dsl.pipex.com said, in 4.2K: << > > > > Hi Kevin, > > Okay.., I'm at the point of considering rebuilding the box here. > > > > Before I do, I'd appreciate though, frank answers to two scenarios if > you can.., > > > > 1] Stop the current re-install of XFree86-4 (with the constant > failings due to > > components being already installed:- > > > > Can I stop this re-install? > > Is there a procedure for then ensuring that I *copmpletely* wipe all > instances > > of XFree- from the system, before attempting installing via > a package? > > > > 2] Seeing that this whole situation is all about my initial failed > attempts to > > install gnome2,: > > > > After completion of the XFree86-4 install (via ports or packages), > should I > > proceed on from the point where the gnome2 install fails (at the gle > error)? > > > > If not, and I have to re-fetch fresh gnome2 sources, is there a > procedure for > > *completely* removing ALL instances of gnome from the system? > > > > For both scenarios above, how do I ensure that I get the latest > (hopefully > > correct) binaries for installation? > > > > Thanks again Kevin., Please don't think that I mean to place you in a > spot or > > anything., you're just the *only* person that's bothered to reply to > my post on > > this list. > > > > Stacey > > > > Quoting Kevin Golding : > > > > > Someone, quite probably , once wrote: > > > >I'm actually running the re-install of XFree86-4 at the moment > wihtout > > > having > > > >done a make distclean. Is this the reason why for each component, > it > > > fails > > > >with "error: XFree86-4 already installed, perhaps an > older > > > >version..,"? > > > > > > > >Would it be in my interest then to stop this and restart from the > > > beginning? > > > > > > It sounds like everything wasn't quite removed when you deinstalled. > > > > > > ls /var/db/pkg | grep -i xfree > > > > > > That should show up a few things that might need removing. Else > make > > > sure your ports tree is fully up to date and then run: > > > > > > portversion -L = > > > > > > That may show up a few out of date things that could be worth > upgrading. > > > > > > portupgrade -rR XFree86-4 > > > > > > The above might resolve a few issues if you are out of date. Else > it > > > might be worth thinking about packages this time: > > > > > > pkg_add -r XFree86-4 > > > > > > Will get the latest binary and hopefully get you back to a working > > > state. Then you could probably track X using portupgrade to reduce > > > hassle. > > > > > > Kevin > > > > > > >Quoting Kevin Golding : > > > > > > > >> Someone, quite probably Stacey Roberts, once wrote: > > > >> >1] From the *one* reply I've had to my earlier post concerning > the > > > >> gnome2 > > > >> >install failure, it appear that I have to re-install > XFree86-4.2.0. > > > Why > > > >> is that > > > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out > and > > > >> get a > > > >> >fresh set of files for the re-install? > > > >> > > > > >> >Am I missing something about the make process here? Presumably > there > > > >> was > > > >> >something wrong with the XFree86-4 sources I got yesterday when > I > > > >> installed it, > > > >> >so I would have thought it logical that I should be obtaining a > > > fresh > > > >> set of > > > >> >source files for the new install. > > > >> > > > >> To fetch new sources you need to remove the old ones from > > > >> /usr/ports/distfiles. You can either manually rm each tarball or > > > just > > > >> run "make distclean" before "make". > > > >> > > > >> It can also be worth running "make fetch" as your first step to > > > install > > > >> a port as that simply downloads any files you are missing for > that > > > port > > > >> (although not dependencies). > > > >> > > > >> >2] To do the install of XFree86-4 anyways, what I did was > pkg_delete > > > of > > > >> XFree86- > > > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing > /etc/make.conf > > > to > > > >> reflect > > > >> >that the XFree version is now 4 > > > >> > > > >> Since 4.6 I believe the default X has been 4 making such a config > > > >> redundant. It might be worth running through > /etc/defaults/make.conf > > > >> and seeing if you need to change anything else. If you're not > using > > > 4.6 > > > >> then don't worry about it. > > > >> > > > >> Kevin > > > >> -- > > > >> kevin@caomhin.demon.co.uk > > > >> > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > -- > > > kevin@caomhin.demon.co.uk > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > >> end of "Re: Installing gnome2 with XFree86-4 - Why is this so > difficilt?????" from sroberts@dsl.pipex.com << > > > -- > "Oh good, my dog found the chainsaw." > -Lilo, "Lilo & Stitch" > Adam Weinberger > adam@vectors.cx > http://vectors.cx > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 12:51:25 2002 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 3A0E937B400; Sun, 21 Jul 2002 12:51:01 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A7043E6A; Sun, 21 Jul 2002 12:49:44 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (4d744e97827544d2d2a20c99de3354d8@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6LJng2e099583; Sun, 21 Jul 2002 12:49:42 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6LJnf1C099582; Sun, 21 Jul 2002 12:49:41 -0700 (PDT) (envelope-from monkey) Date: Sun, 21 Jul 2002 12:49:41 -0700 From: Adam Weinberger To: sroberts@dsl.pipex.com Cc: Adam Weinberger , Kevin Golding , freebsd-questions@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <20020721194941.GK94707@vectors.cx> References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> <20020721192915.GH94707@vectors.cx> <1027279818.3d3b0bca6f416@netmail.pipex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1027279818.3d3b0bca6f416@netmail.pipex.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG my post was in direct response to your questions about "how do i completely remove gnome." some components seem to be installed, and some aren't. if you have no particular schedule, just remove everything having to do with Xwindows and start again. pkg_deinstall -r XFree\* cd /usr/ports/x11/XFree86 make install clean cd /usr/ports/x11/gnome2 make install clean -Adam >> (07.21.2002 @ 1230 PST): sroberts@dsl.pipex.com said, in 5.7K: << > > Thanks Adam, > But do I do this instead of continuing with the gnome2 bins that I > already have? The reply I had to the gnome2 build errorlog I submitted earlier > led me to believe that the gnome2 installation errors center on the fact that > something wasn't quite right in the XFree86-4 install I did yesterday. > > Or., is your post for general information? > > Thanks all the same. > > Stacey > > Quoting Adam Weinberger : > > > if you have sysutils/portupgrade installed, do > > > > ~/# pkg_deinstall -r gnome\* > > > > that will delete anything gnome, and everything built that depends on > > it. > > > > -Adam > > > > > > >> (07.21.2002 @ 1214 PST): sroberts@dsl.pipex.com said, in 4.2K: << > > > > > > Hi Kevin, > > > Okay.., I'm at the point of considering rebuilding the box here. > > > > > > Before I do, I'd appreciate though, frank answers to two scenarios if > > you can.., > > > > > > 1] Stop the current re-install of XFree86-4 (with the constant > > failings due to > > > components being already installed:- > > > > > > Can I stop this re-install? > > > Is there a procedure for then ensuring that I *copmpletely* wipe all > > instances > > > of XFree- from the system, before attempting installing via > > a package? > > > > > > 2] Seeing that this whole situation is all about my initial failed > > attempts to > > > install gnome2,: > > > > > > After completion of the XFree86-4 install (via ports or packages), > > should I > > > proceed on from the point where the gnome2 install fails (at the gle > > error)? > > > > > > If not, and I have to re-fetch fresh gnome2 sources, is there a > > procedure for > > > *completely* removing ALL instances of gnome from the system? > > > > > > For both scenarios above, how do I ensure that I get the latest > > (hopefully > > > correct) binaries for installation? > > > > > > Thanks again Kevin., Please don't think that I mean to place you in a > > spot or > > > anything., you're just the *only* person that's bothered to reply to > > my post on > > > this list. > > > > > > Stacey > > > > > > Quoting Kevin Golding : > > > > > > > Someone, quite probably , once wrote: > > > > >I'm actually running the re-install of XFree86-4 at the moment > > wihtout > > > > having > > > > >done a make distclean. Is this the reason why for each component, > > it > > > > fails > > > > >with "error: XFree86-4 already installed, perhaps an > > older > > > > >version..,"? > > > > > > > > > >Would it be in my interest then to stop this and restart from the > > > > beginning? > > > > > > > > It sounds like everything wasn't quite removed when you deinstalled. > > > > > > > > ls /var/db/pkg | grep -i xfree > > > > > > > > That should show up a few things that might need removing. Else > > make > > > > sure your ports tree is fully up to date and then run: > > > > > > > > portversion -L = > > > > > > > > That may show up a few out of date things that could be worth > > upgrading. > > > > > > > > portupgrade -rR XFree86-4 > > > > > > > > The above might resolve a few issues if you are out of date. Else > > it > > > > might be worth thinking about packages this time: > > > > > > > > pkg_add -r XFree86-4 > > > > > > > > Will get the latest binary and hopefully get you back to a working > > > > state. Then you could probably track X using portupgrade to reduce > > > > hassle. > > > > > > > > Kevin > > > > > > > > >Quoting Kevin Golding : > > > > > > > > > >> Someone, quite probably Stacey Roberts, once wrote: > > > > >> >1] From the *one* reply I've had to my earlier post concerning > > the > > > > >> gnome2 > > > > >> >install failure, it appear that I have to re-install > > XFree86-4.2.0. > > > > Why > > > > >> is that > > > > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out > > and > > > > >> get a > > > > >> >fresh set of files for the re-install? > > > > >> > > > > > >> >Am I missing something about the make process here? Presumably > > there > > > > >> was > > > > >> >something wrong with the XFree86-4 sources I got yesterday when > > I > > > > >> installed it, > > > > >> >so I would have thought it logical that I should be obtaining a > > > > fresh > > > > >> set of > > > > >> >source files for the new install. > > > > >> > > > > >> To fetch new sources you need to remove the old ones from > > > > >> /usr/ports/distfiles. You can either manually rm each tarball or > > > > just > > > > >> run "make distclean" before "make". > > > > >> > > > > >> It can also be worth running "make fetch" as your first step to > > > > install > > > > >> a port as that simply downloads any files you are missing for > > that > > > > port > > > > >> (although not dependencies). > > > > >> > > > > >> >2] To do the install of XFree86-4 anyways, what I did was > > pkg_delete > > > > of > > > > >> XFree86- > > > > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing > > /etc/make.conf > > > > to > > > > >> reflect > > > > >> >that the XFree version is now 4 > > > > >> > > > > >> Since 4.6 I believe the default X has been 4 making such a config > > > > >> redundant. It might be worth running through > > /etc/defaults/make.conf > > > > >> and seeing if you need to change anything else. If you're not > > using > > > > 4.6 > > > > >> then don't worry about it. > > > > >> > > > > >> Kevin > > > > >> -- > > > > >> kevin@caomhin.demon.co.uk > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > -- > > > > kevin@caomhin.demon.co.uk > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > >> end of "Re: Installing gnome2 with XFree86-4 - Why is this so > > difficilt?????" from sroberts@dsl.pipex.com << > > > > > > -- > > "Oh good, my dog found the chainsaw." > > -Lilo, "Lilo & Stitch" > > Adam Weinberger > > adam@vectors.cx > > http://vectors.cx > > > > > > > >> end of "Re: Installing gnome2 with XFree86-4 - Why is this so difficilt?????" from sroberts@dsl.pipex.com << -- "Oh good, my dog found the chainsaw." -Lilo, "Lilo & Stitch" Adam Weinberger adam@vectors.cx http://vectors.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 12:54:18 2002 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 CC02937B400; Sun, 21 Jul 2002 12:54:01 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 632A943E31; Sun, 21 Jul 2002 12:51:07 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LJcsse014881; Sun, 21 Jul 2002 20:38:54 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LJcsIP014880; Sun, 21 Jul 2002 20:38:54 +0100 To: Joe Kelsey Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <1027280334.3d3b0dce10b27@netmail.pipex.net> Date: Sun, 21 Jul 2002 20:38:54 +0100 From: Cc: , Kevin Golding , , References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> <1027279835.9621.166.camel@zircon.zircon.seattle.wa.us> In-Reply-To: <1027279835.9621.166.camel@zircon.zircon.seattle.wa.us> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'll answer for each point here, if its okay: > Step 0. cvsup your ports tree. Ports tree already cvsup'd (three times since yesterday morning) > Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn how to > properly use the new tools, especially the -R and -r flags to > portinstall/portupgrade. Portupgrade is already installed ( and I can't upgrade something that isn't already installed, or am I wrong?) I haven't tried portinstall.., how is this different to running "make && make install clean in /usr/ports/x11/gnome2? > portinstall -R gnome2 Again, I've not tried portinstall for gnome2 either. Seeing that gnome2 flaked out on the gle error, would "make distclean" be sufficient for removing the bins that got downloaded for this failed install? Thanks for the information here. Stacey Quoting Joe Kelsey : > Step 0. cvsup your ports tree. > > Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn how to > properly use the new tools, especially the -R and -r flags to > portinstall/portupgrade. > > On Sun, 2002-07-21 at 12:14, sroberts@dsl.pipex.com wrote: > > > > Hi Kevin, > > Okay.., I'm at the point of considering rebuilding the box here. > > > > Before I do, I'd appreciate though, frank answers to two scenarios if > you can.., > > > > 1] Stop the current re-install of XFree86-4 (with the constant > failings due to > > components being already installed:- > > > > Can I stop this re-install? > > You can stop any re-install at any point. > > > > Is there a procedure for then ensuring that I *copmpletely* wipe all > instances > > of XFree- from the system, before attempting installing via > a package? > > pkg_delete -f 'XFree*' > > > 2] Seeing that this whole situation is all about my initial failed > attempts to > > install gnome2,: > > > > After completion of the XFree86-4 install (via ports or packages), > should I > > proceed on from the point where the gnome2 install fails (at the gle > error)? > > portinstall -R gnome2 > > > If not, and I have to re-fetch fresh gnome2 sources, is there a > procedure for > > *completely* removing ALL instances of gnome from the system? > > > > For both scenarios above, how do I ensure that I get the latest > (hopefully > > correct) binaries for installation? > > > > Thanks again Kevin., Please don't think that I mean to place you in a > spot or > > anything., you're just the *only* person that's bothered to reply to > my post on > > this list. > > > > Stacey > > > > Quoting Kevin Golding : > > > > > Someone, quite probably , once wrote: > > > >I'm actually running the re-install of XFree86-4 at the moment > wihtout > > > having > > > >done a make distclean. Is this the reason why for each component, > it > > > fails > > > >with "error: XFree86-4 already installed, perhaps an > older > > > >version..,"? > > > > > > > >Would it be in my interest then to stop this and restart from the > > > beginning? > > > > > > It sounds like everything wasn't quite removed when you deinstalled. > > > > > > ls /var/db/pkg | grep -i xfree > > > > > > That should show up a few things that might need removing. Else > make > > > sure your ports tree is fully up to date and then run: > > > > > > portversion -L = > > > > > > That may show up a few out of date things that could be worth > upgrading. > > > > > > portupgrade -rR XFree86-4 > > > > > > The above might resolve a few issues if you are out of date. Else > it > > > might be worth thinking about packages this time: > > > > > > pkg_add -r XFree86-4 > > > > > > Will get the latest binary and hopefully get you back to a working > > > state. Then you could probably track X using portupgrade to reduce > > > hassle. > > > > > > Kevin > > > > > > >Quoting Kevin Golding : > > > > > > > >> Someone, quite probably Stacey Roberts, once wrote: > > > >> >1] From the *one* reply I've had to my earlier post concerning > the > > > >> gnome2 > > > >> >install failure, it appear that I have to re-install > XFree86-4.2.0. > > > Why > > > >> is that > > > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out > and > > > >> get a > > > >> >fresh set of files for the re-install? > > > >> > > > > >> >Am I missing something about the make process here? Presumably > there > > > >> was > > > >> >something wrong with the XFree86-4 sources I got yesterday when > I > > > >> installed it, > > > >> >so I would have thought it logical that I should be obtaining a > > > fresh > > > >> set of > > > >> >source files for the new install. > > > >> > > > >> To fetch new sources you need to remove the old ones from > > > >> /usr/ports/distfiles. You can either manually rm each tarball or > > > just > > > >> run "make distclean" before "make". > > > >> > > > >> It can also be worth running "make fetch" as your first step to > > > install > > > >> a port as that simply downloads any files you are missing for > that > > > port > > > >> (although not dependencies). > > > >> > > > >> >2] To do the install of XFree86-4 anyways, what I did was > pkg_delete > > > of > > > >> XFree86- > > > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing > /etc/make.conf > > > to > > > >> reflect > > > >> >that the XFree version is now 4 > > > >> > > > >> Since 4.6 I believe the default X has been 4 making such a config > > > >> redundant. It might be worth running through > /etc/defaults/make.conf > > > >> and seeing if you need to change anything else. If you're not > using > > > 4.6 > > > >> then don't worry about it. > > > >> > > > >> Kevin > > > >> -- > > > >> kevin@caomhin.demon.co.uk > > > >> > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > -- > > > kevin@caomhin.demon.co.uk > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 12:55: 0 2002 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 73E5037B401; Sun, 21 Jul 2002 12:54:39 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04FB043E5E; Sun, 21 Jul 2002 12:54:08 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LJnase014990; Sun, 21 Jul 2002 20:49:36 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LJnaTg014989; Sun, 21 Jul 2002 20:49:36 +0100 To: Adam Weinberger Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <1027280976.3d3b1050e470b@netmail.pipex.net> Date: Sun, 21 Jul 2002 20:49:36 +0100 From: Cc: , Adam Weinberger , Kevin Golding , , References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> <20020721192915.GH94707@vectors.cx> <1027279818.3d3b0bca6f416@netmail.pipex.net> <20020721194941.GK94707@vectors.cx> In-Reply-To: <20020721194941.GK94707@vectors.cx> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks Adam, Just wanted to ensure I read your post in the correct perspective. Stacey Quoting Adam Weinberger : > my post was in direct response to your questions about "how do i > completely remove gnome." > > some components seem to be installed, and some aren't. if you have no > particular schedule, just remove everything having to do with Xwindows > and start again. > > pkg_deinstall -r XFree\* > cd /usr/ports/x11/XFree86 > make install clean > cd /usr/ports/x11/gnome2 > make install clean > > -Adam > > > >> (07.21.2002 @ 1230 PST): sroberts@dsl.pipex.com said, in 5.7K: << > > > > Thanks Adam, > > But do I do this instead of continuing with the gnome2 bins that > I > > already have? The reply I had to the gnome2 build errorlog I submitted > earlier > > led me to believe that the gnome2 installation errors center on the > fact that > > something wasn't quite right in the XFree86-4 install I did yesterday. > > > > Or., is your post for general information? > > > > Thanks all the same. > > > > Stacey > > > > Quoting Adam Weinberger : > > > > > if you have sysutils/portupgrade installed, do > > > > > > ~/# pkg_deinstall -r gnome\* > > > > > > that will delete anything gnome, and everything built that depends > on > > > it. > > > > > > -Adam > > > > > > > > > >> (07.21.2002 @ 1214 PST): sroberts@dsl.pipex.com said, in 4.2K: << > > > > > > > > Hi Kevin, > > > > Okay.., I'm at the point of considering rebuilding the box > here. > > > > > > > > Before I do, I'd appreciate though, frank answers to two scenarios > if > > > you can.., > > > > > > > > 1] Stop the current re-install of XFree86-4 (with the constant > > > failings due to > > > > components being already installed:- > > > > > > > > Can I stop this re-install? > > > > Is there a procedure for then ensuring that I *copmpletely* wipe > all > > > instances > > > > of XFree- from the system, before attempting installing > via > > > a package? > > > > > > > > 2] Seeing that this whole situation is all about my initial failed > > > attempts to > > > > install gnome2,: > > > > > > > > After completion of the XFree86-4 install (via ports or packages), > > > should I > > > > proceed on from the point where the gnome2 install fails (at the > gle > > > error)? > > > > > > > > If not, and I have to re-fetch fresh gnome2 sources, is there a > > > procedure for > > > > *completely* removing ALL instances of gnome from the system? > > > > > > > > For both scenarios above, how do I ensure that I get the latest > > > (hopefully > > > > correct) binaries for installation? > > > > > > > > Thanks again Kevin., Please don't think that I mean to place you > in a > > > spot or > > > > anything., you're just the *only* person that's bothered to reply > to > > > my post on > > > > this list. > > > > > > > > Stacey > > > > > > > > Quoting Kevin Golding : > > > > > > > > > Someone, quite probably , once wrote: > > > > > >I'm actually running the re-install of XFree86-4 at the moment > > > wihtout > > > > > having > > > > > >done a make distclean. Is this the reason why for each > component, > > > it > > > > > fails > > > > > >with "error: XFree86-4 already installed, perhaps an > > > older > > > > > >version..,"? > > > > > > > > > > > >Would it be in my interest then to stop this and restart from > the > > > > > beginning? > > > > > > > > > > It sounds like everything wasn't quite removed when you > deinstalled. > > > > > > > > > > ls /var/db/pkg | grep -i xfree > > > > > > > > > > That should show up a few things that might need removing. Else > > > make > > > > > sure your ports tree is fully up to date and then run: > > > > > > > > > > portversion -L = > > > > > > > > > > That may show up a few out of date things that could be worth > > > upgrading. > > > > > > > > > > portupgrade -rR XFree86-4 > > > > > > > > > > The above might resolve a few issues if you are out of date. > Else > > > it > > > > > might be worth thinking about packages this time: > > > > > > > > > > pkg_add -r XFree86-4 > > > > > > > > > > Will get the latest binary and hopefully get you back to a > working > > > > > state. Then you could probably track X using portupgrade to > reduce > > > > > hassle. > > > > > > > > > > Kevin > > > > > > > > > > >Quoting Kevin Golding : > > > > > > > > > > > >> Someone, quite probably Stacey Roberts, once wrote: > > > > > >> >1] From the *one* reply I've had to my earlier post > concerning > > > the > > > > > >> gnome2 > > > > > >> >install failure, it appear that I have to re-install > > > XFree86-4.2.0. > > > > > Why > > > > > >> is that > > > > > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go > out > > > and > > > > > >> get a > > > > > >> >fresh set of files for the re-install? > > > > > >> > > > > > > >> >Am I missing something about the make process here? > Presumably > > > there > > > > > >> was > > > > > >> >something wrong with the XFree86-4 sources I got yesterday > when > > > I > > > > > >> installed it, > > > > > >> >so I would have thought it logical that I should be > obtaining a > > > > > fresh > > > > > >> set of > > > > > >> >source files for the new install. > > > > > >> > > > > > >> To fetch new sources you need to remove the old ones from > > > > > >> /usr/ports/distfiles. You can either manually rm each > tarball or > > > > > just > > > > > >> run "make distclean" before "make". > > > > > >> > > > > > >> It can also be worth running "make fetch" as your first step > to > > > > > install > > > > > >> a port as that simply downloads any files you are missing for > > > that > > > > > port > > > > > >> (although not dependencies). > > > > > >> > > > > > >> >2] To do the install of XFree86-4 anyways, what I did was > > > pkg_delete > > > > > of > > > > > >> XFree86- > > > > > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing > > > /etc/make.conf > > > > > to > > > > > >> reflect > > > > > >> >that the XFree version is now 4 > > > > > >> > > > > > >> Since 4.6 I believe the default X has been 4 making such a > config > > > > > >> redundant. It might be worth running through > > > /etc/defaults/make.conf > > > > > >> and seeing if you need to change anything else. If you're > not > > > using > > > > > 4.6 > > > > > >> then don't worry about it. > > > > > >> > > > > > >> Kevin > > > > > >> -- > > > > > >> kevin@caomhin.demon.co.uk > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > -- > > > > > kevin@caomhin.demon.co.uk > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > >> end of "Re: Installing gnome2 with XFree86-4 - Why is this so > > > difficilt?????" from sroberts@dsl.pipex.com << > > > > > > > > > -- > > > "Oh good, my dog found the chainsaw." > > > -Lilo, "Lilo & Stitch" > > > Adam Weinberger > > > adam@vectors.cx > > > http://vectors.cx > > > > > > > > > > > > > >> end of "Re: Installing gnome2 with XFree86-4 - Why is this so > difficilt?????" from sroberts@dsl.pipex.com << > > > -- > "Oh good, my dog found the chainsaw." > -Lilo, "Lilo & Stitch" > Adam Weinberger > adam@vectors.cx > http://vectors.cx > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 13: 0:58 2002 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 0A6FB37B400; Sun, 21 Jul 2002 13:00:57 -0700 (PDT) Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 716F043E3B; Sun, 21 Jul 2002 13:00:56 -0700 (PDT) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-35.mail.demon.net with esmtp (Exim 3.36 #2) id 17WMsx-00024R-0U; Sun, 21 Jul 2002 21:00:55 +0100 Message-ID: Date: Sun, 21 Jul 2002 20:59:16 +0100 To: sroberts@dsl.pipex.com Cc: freebsd-questions@FreeBSD.org, freebsd-gnome@FreeBSD.org From: Kevin Golding Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> <1027279835.9621.166.camel@zircon.zircon.seattle.wa.us> <1027280334.3d3b0dce10b27@netmail.pipex.net> In-Reply-To: <1027280334.3d3b0dce10b27@netmail.pipex.net> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Someone, quite probably S Roberts, once wrote: >Seeing that gnome2 flaked out on the gle error, would "make distclean" be >sufficient for removing the bins that got downloaded for this failed install? You have to "make deinstall" to remove the binaries you have installed, "make clean" tidies up the port you're in and "make distclean" tidies up /usr/ports/distfiles too. Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 13:13:13 2002 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 8CD6037B400; Sun, 21 Jul 2002 13:12:57 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E560443E4A; Sun, 21 Jul 2002 13:12:56 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id NAA13817; Sun, 21 Jul 2002 13:12:46 -0700 Message-ID: <3D3B15BD.7050609@owt.com> Date: Sun, 21 Jul 2002 13:12:45 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Joe Kelsey Cc: sroberts@dsl.pipex.com, Kevin Golding , freebsd-questions@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> <1027279835.9621.166.camel@zircon.zircon.seattle.wa.us> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Kelsey wrote: > Step 0. cvsup your ports tree. Don't forget that 0.1 is portsdb -uU after the cvsup. Kent > > Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn how to > properly use the new tools, especially the -R and -r flags to > portinstall/portupgrade. > > On Sun, 2002-07-21 at 12:14, sroberts@dsl.pipex.com wrote: > >>Hi Kevin, >> Okay.., I'm at the point of considering rebuilding the box here. >> >>Before I do, I'd appreciate though, frank answers to two scenarios if you can.., >> >>1] Stop the current re-install of XFree86-4 (with the constant failings due to >>components being already installed:- >> >>Can I stop this re-install? >> > > You can stop any re-install at any point. > > > >>Is there a procedure for then ensuring that I *copmpletely* wipe all instances >>of XFree- from the system, before attempting installing via a package? >> > > pkg_delete -f 'XFree*' > > >>2] Seeing that this whole situation is all about my initial failed attempts to >>install gnome2,: >> >>After completion of the XFree86-4 install (via ports or packages), should I >>proceed on from the point where the gnome2 install fails (at the gle error)? >> > > portinstall -R gnome2 > > >>If not, and I have to re-fetch fresh gnome2 sources, is there a procedure for >>*completely* removing ALL instances of gnome from the system? >> >>For both scenarios above, how do I ensure that I get the latest (hopefully >>correct) binaries for installation? >> >>Thanks again Kevin., Please don't think that I mean to place you in a spot or >>anything., you're just the *only* person that's bothered to reply to my post on >>this list. >> >>Stacey >> >>Quoting Kevin Golding : >> >> >>>Someone, quite probably , once wrote: >>> >>>>I'm actually running the re-install of XFree86-4 at the moment wihtout >>>> >>>having >>> >>>>done a make distclean. Is this the reason why for each component, it >>>> >>>fails >>> >>>>with "error: XFree86-4 already installed, perhaps an older >>>>version..,"? >>>> >>>>Would it be in my interest then to stop this and restart from the >>>> >>>beginning? >>> >>>It sounds like everything wasn't quite removed when you deinstalled. >>> >>>ls /var/db/pkg | grep -i xfree >>> >>>That should show up a few things that might need removing. Else make >>>sure your ports tree is fully up to date and then run: >>> >>>portversion -L = >>> >>>That may show up a few out of date things that could be worth upgrading. >>> >>>portupgrade -rR XFree86-4 >>> >>>The above might resolve a few issues if you are out of date. Else it >>>might be worth thinking about packages this time: >>> >>>pkg_add -r XFree86-4 >>> >>>Will get the latest binary and hopefully get you back to a working >>>state. Then you could probably track X using portupgrade to reduce >>>hassle. >>> >>>Kevin >>> >>> >>>>Quoting Kevin Golding : >>>> >>>> >>>>>Someone, quite probably Stacey Roberts, once wrote: >>>>> >>>>>>1] From the *one* reply I've had to my earlier post concerning the >>>>>> >>>>>gnome2 >>>>> >>>>>>install failure, it appear that I have to re-install XFree86-4.2.0. >>>>>> >>>Why >>> >>>>>is that >>>>> >>>>>>after running pkg_delete on XFree86-4.0.2, "make" doesn't go out and >>>>>> >>>>>get a >>>>> >>>>>>fresh set of files for the re-install? >>>>>> >>>>>>Am I missing something about the make process here? Presumably there >>>>>> >>>>>was >>>>> >>>>>>something wrong with the XFree86-4 sources I got yesterday when I >>>>>> >>>>>installed it, >>>>> >>>>>>so I would have thought it logical that I should be obtaining a >>>>>> >>>fresh >>> >>>>>set of >>>>> >>>>>>source files for the new install. >>>>>> >>>>>To fetch new sources you need to remove the old ones from >>>>>/usr/ports/distfiles. You can either manually rm each tarball or >>>>> >>>just >>> >>>>>run "make distclean" before "make". >>>>> >>>>>It can also be worth running "make fetch" as your first step to >>>>> >>>install >>> >>>>>a port as that simply downloads any files you are missing for that >>>>> >>>port >>> >>>>>(although not dependencies). >>>>> >>>>> >>>>>>2] To do the install of XFree86-4 anyways, what I did was pkg_delete >>>>>> >>>of >>> >>>>>XFree86- >>>>> >>>>>>3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing /etc/make.conf >>>>>> >>>to >>> >>>>>reflect >>>>> >>>>>>that the XFree version is now 4 >>>>>> >>>>>Since 4.6 I believe the default X has been 4 making such a config >>>>>redundant. It might be worth running through /etc/defaults/make.conf >>>>>and seeing if you need to change anything else. If you're not using >>>>> >>>4.6 >>> >>>>>then don't worry about it. >>>>> >>>>>Kevin >>>>>-- >>>>>kevin@caomhin.demon.co.uk >>>>> >>>>> >>>> >>>> >>>> >>>>To Unsubscribe: send mail to majordomo@FreeBSD.org >>>>with "unsubscribe freebsd-questions" in the body of the message >>>> >>>-- >>>kevin@caomhin.demon.co.uk >>> >>> >> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-gnome" in the body of the message >> >> > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 13:51: 1 2002 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 BA1D137B401 for ; Sun, 21 Jul 2002 13:50:43 -0700 (PDT) Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-80.oz.net [216.39.147.80]) by mx1.FreeBSD.org (Postfix) with SMTP id ACC1543E42 for ; Sun, 21 Jul 2002 13:50:42 -0700 (PDT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 10461 invoked from network); 21 Jul 2002 20:50:22 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 21 Jul 2002 20:50:22 -0000 Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? From: Joe Kelsey To: sroberts@dsl.pipex.com Cc: Kevin Golding , freebsd-questions@FreeBSD.org, freebsd-gnome@FreeBSD.org In-Reply-To: <1027280334.3d3b0dce10b27@netmail.pipex.net> References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> <1027279835.9621.166.camel@zircon.zircon.seattle.wa.us> <1027280334.3d3b0dce10b27@netmail.pipex.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 21 Jul 2002 13:50:22 -0700 Message-Id: <1027284622.9621.175.camel@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2002-07-21 at 12:38, sroberts@dsl.pipex.com wrote: > > I'll answer for each point here, if its okay: > > > Step 0. cvsup your ports tree. > Ports tree already cvsup'd (three times since yesterday morning) > > > Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn how to > > properly use the new tools, especially the -R and -r flags to > > portinstall/portupgrade. > Portupgrade is already installed ( and I can't upgrade something that isn't > already installed, or am I wrong?) > > I haven't tried portinstall.., how is this different to running "make && make > install clean in /usr/ports/x11/gnome2? portinstall and portupgrade are virtually the same thing relative to the install first time/upgrade already installed ports. The important thing to remember is the -R and -r switches which distinguish the entire portupgrade system from make install. With the -R switch, everything that the port depends on will be upgraded *before* the port is upgraded. This solves many problems with meta-ports like gnome2. The problem with make install in a meta-port is that the make system is not smart enough to do the portupgrade -R function. Embrace portupgrade and all of its attendant stuff like pkgdb, pkg_delete, ports_glob and pkg_glob. The make system is not good enough. make deinstall in the make system *will not* remove installed executables if you have already done a cvsup! makedeinstall fails more times than it succeeds. pkg_delete works off the /var/db/pkg area. make deinstall works off the /usr/ports area. There is a difference. Do not rely on make deinstall. That is why I recommended that you read the portupgrade man page and all related man pages in order to learn what the entire system of ruby tools can do for you. /Joe > > portinstall -R gnome2 > Again, I've not tried portinstall for gnome2 either. > > Seeing that gnome2 flaked out on the gle error, would "make distclean" be > sufficient for removing the bins that got downloaded for this failed install? > > Thanks for the information here. > > Stacey > > > Quoting Joe Kelsey : > > > Step 0. cvsup your ports tree. > > > > Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn how to > > properly use the new tools, especially the -R and -r flags to > > portinstall/portupgrade. > > > > On Sun, 2002-07-21 at 12:14, sroberts@dsl.pipex.com wrote: > > > > > > Hi Kevin, > > > Okay.., I'm at the point of considering rebuilding the box here. > > > > > > Before I do, I'd appreciate though, frank answers to two scenarios if > > you can.., > > > > > > 1] Stop the current re-install of XFree86-4 (with the constant > > failings due to > > > components being already installed:- > > > > > > Can I stop this re-install? > > > > You can stop any re-install at any point. > > > > > > > Is there a procedure for then ensuring that I *copmpletely* wipe all > > instances > > > of XFree- from the system, before attempting installing via > > a package? > > > > pkg_delete -f 'XFree*' > > > > > 2] Seeing that this whole situation is all about my initial failed > > attempts to > > > install gnome2,: > > > > > > After completion of the XFree86-4 install (via ports or packages), > > should I > > > proceed on from the point where the gnome2 install fails (at the gle > > error)? > > > > portinstall -R gnome2 > > > > > If not, and I have to re-fetch fresh gnome2 sources, is there a > > procedure for > > > *completely* removing ALL instances of gnome from the system? > > > > > > For both scenarios above, how do I ensure that I get the latest > > (hopefully > > > correct) binaries for installation? > > > > > > Thanks again Kevin., Please don't think that I mean to place you in a > > spot or > > > anything., you're just the *only* person that's bothered to reply to > > my post on > > > this list. > > > > > > Stacey > > > > > > Quoting Kevin Golding : > > > > > > > Someone, quite probably , once wrote: > > > > >I'm actually running the re-install of XFree86-4 at the moment > > wihtout > > > > having > > > > >done a make distclean. Is this the reason why for each component, > > it > > > > fails > > > > >with "error: XFree86-4 already installed, perhaps an > > older > > > > >version..,"? > > > > > > > > > >Would it be in my interest then to stop this and restart from the > > > > beginning? > > > > > > > > It sounds like everything wasn't quite removed when you deinstalled. > > > > > > > > ls /var/db/pkg | grep -i xfree > > > > > > > > That should show up a few things that might need removing. Else > > make > > > > sure your ports tree is fully up to date and then run: > > > > > > > > portversion -L = > > > > > > > > That may show up a few out of date things that could be worth > > upgrading. > > > > > > > > portupgrade -rR XFree86-4 > > > > > > > > The above might resolve a few issues if you are out of date. Else > > it > > > > might be worth thinking about packages this time: > > > > > > > > pkg_add -r XFree86-4 > > > > > > > > Will get the latest binary and hopefully get you back to a working > > > > state. Then you could probably track X using portupgrade to reduce > > > > hassle. > > > > > > > > Kevin > > > > > > > > >Quoting Kevin Golding : > > > > > > > > > >> Someone, quite probably Stacey Roberts, once wrote: > > > > >> >1] From the *one* reply I've had to my earlier post concerning > > the > > > > >> gnome2 > > > > >> >install failure, it appear that I have to re-install > > XFree86-4.2.0. > > > > Why > > > > >> is that > > > > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go out > > and > > > > >> get a > > > > >> >fresh set of files for the re-install? > > > > >> > > > > > >> >Am I missing something about the make process here? Presumably > > there > > > > >> was > > > > >> >something wrong with the XFree86-4 sources I got yesterday when > > I > > > > >> installed it, > > > > >> >so I would have thought it logical that I should be obtaining a > > > > fresh > > > > >> set of > > > > >> >source files for the new install. > > > > >> > > > > >> To fetch new sources you need to remove the old ones from > > > > >> /usr/ports/distfiles. You can either manually rm each tarball or > > > > just > > > > >> run "make distclean" before "make". > > > > >> > > > > >> It can also be worth running "make fetch" as your first step to > > > > install > > > > >> a port as that simply downloads any files you are missing for > > that > > > > port > > > > >> (although not dependencies). > > > > >> > > > > >> >2] To do the install of XFree86-4 anyways, what I did was > > pkg_delete > > > > of > > > > >> XFree86- > > > > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing > > /etc/make.conf > > > > to > > > > >> reflect > > > > >> >that the XFree version is now 4 > > > > >> > > > > >> Since 4.6 I believe the default X has been 4 making such a config > > > > >> redundant. It might be worth running through > > /etc/defaults/make.conf > > > > >> and seeing if you need to change anything else. If you're not > > using > > > > 4.6 > > > > >> then don't worry about it. > > > > >> > > > > >> Kevin > > > > >> -- > > > > >> kevin@caomhin.demon.co.uk > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > -- > > > > kevin@caomhin.demon.co.uk > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 15: 0:37 2002 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 7C75637B401; Sun, 21 Jul 2002 15:00:13 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1A543E42; Sun, 21 Jul 2002 15:00:11 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6LLtjse016458; Sun, 21 Jul 2002 22:55:45 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6LLtjBY016457; Sun, 21 Jul 2002 22:55:45 +0100 To: Joe Kelsey , Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? Message-ID: <1027288545.3d3b2de110097@netmail.pipex.net> Date: Sun, 21 Jul 2002 22:55:45 +0100 From: Cc: References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> <1027279835.9621.166.camel@zircon.zircon.seattle.wa.us> <1027280334.3d3b0dce10b27@netmail.pipex.net> <1027284622.9621.175.camel@zircon.zircon.seattle.wa.us> In-Reply-To: <1027284622.9621.175.camel@zircon.zircon.seattle.wa.us> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the explanation of the points I raised. For this point you've made: > The important thing to remember is the -R and -r switches which > distinguish the entire portupgrade system from make install. With the > -R switch, everything that the port depends on will be upgraded *before* > the port is upgraded. This solves many problems with meta-ports like > gnome2. The problem with make install in a meta-port is that the make > system is not smart enough to do the portupgrade -R function. To get this clear (taking for granted that you've written this as you really meant), whilst I understand what portupgrade -R does (this has been my preferred method of upgrading ports), what effect does portinstall have for attempts to install new apps, as against running make install? Thanks for taking the time. Stacey Quoting Joe Kelsey : > On Sun, 2002-07-21 at 12:38, sroberts@dsl.pipex.com wrote: > > > > I'll answer for each point here, if its okay: > > > > > Step 0. cvsup your ports tree. > > Ports tree already cvsup'd (three times since yesterday morning) > > > > > Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn > how to > > > properly use the new tools, especially the -R and -r flags to > > > portinstall/portupgrade. > > Portupgrade is already installed ( and I can't upgrade something that > isn't > > already installed, or am I wrong?) > > > > I haven't tried portinstall.., how is this different to running "make > && make > > install clean in /usr/ports/x11/gnome2? > > portinstall and portupgrade are virtually the same thing relative to the > install first time/upgrade already installed ports. > > The important thing to remember is the -R and -r switches which > distinguish the entire portupgrade system from make install. With the > -R switch, everything that the port depends on will be upgraded *before* > the port is upgraded. This solves many problems with meta-ports like > gnome2. The problem with make install in a meta-port is that the make > system is not smart enough to do the portupgrade -R function. > > Embrace portupgrade and all of its attendant stuff like pkgdb, > pkg_delete, ports_glob and pkg_glob. > > The make system is not good enough. make deinstall in the make system > *will not* remove installed executables if you have already done a > cvsup! makedeinstall fails more times than it succeeds. pkg_delete > works off the /var/db/pkg area. make deinstall works off the /usr/ports > area. There is a difference. Do not rely on make deinstall. > > That is why I recommended that you read the portupgrade man page and all > related man pages in order to learn what the entire system of ruby tools > can do for you. > > /Joe > > > > > portinstall -R gnome2 > > Again, I've not tried portinstall for gnome2 either. > > > > Seeing that gnome2 flaked out on the gle error, would "make distclean" > be > > sufficient for removing the bins that got downloaded for this failed > install? > > > > Thanks for the information here. > > > > Stacey > > > > > > Quoting Joe Kelsey : > > > > > Step 0. cvsup your ports tree. > > > > > > Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn > how to > > > properly use the new tools, especially the -R and -r flags to > > > portinstall/portupgrade. > > > > > > On Sun, 2002-07-21 at 12:14, sroberts@dsl.pipex.com wrote: > > > > > > > > Hi Kevin, > > > > Okay.., I'm at the point of considering rebuilding the box > here. > > > > > > > > Before I do, I'd appreciate though, frank answers to two scenarios > if > > > you can.., > > > > > > > > 1] Stop the current re-install of XFree86-4 (with the constant > > > failings due to > > > > components being already installed:- > > > > > > > > Can I stop this re-install? > > > > > > You can stop any re-install at any point. > > > > > > > > > > Is there a procedure for then ensuring that I *copmpletely* wipe > all > > > instances > > > > of XFree- from the system, before attempting installing > via > > > a package? > > > > > > pkg_delete -f 'XFree*' > > > > > > > 2] Seeing that this whole situation is all about my initial failed > > > attempts to > > > > install gnome2,: > > > > > > > > After completion of the XFree86-4 install (via ports or packages), > > > should I > > > > proceed on from the point where the gnome2 install fails (at the > gle > > > error)? > > > > > > portinstall -R gnome2 > > > > > > > If not, and I have to re-fetch fresh gnome2 sources, is there a > > > procedure for > > > > *completely* removing ALL instances of gnome from the system? > > > > > > > > For both scenarios above, how do I ensure that I get the latest > > > (hopefully > > > > correct) binaries for installation? > > > > > > > > Thanks again Kevin., Please don't think that I mean to place you > in a > > > spot or > > > > anything., you're just the *only* person that's bothered to reply > to > > > my post on > > > > this list. > > > > > > > > Stacey > > > > > > > > Quoting Kevin Golding : > > > > > > > > > Someone, quite probably , once wrote: > > > > > >I'm actually running the re-install of XFree86-4 at the moment > > > wihtout > > > > > having > > > > > >done a make distclean. Is this the reason why for each > component, > > > it > > > > > fails > > > > > >with "error: XFree86-4 already installed, perhaps an > > > older > > > > > >version..,"? > > > > > > > > > > > >Would it be in my interest then to stop this and restart from > the > > > > > beginning? > > > > > > > > > > It sounds like everything wasn't quite removed when you > deinstalled. > > > > > > > > > > ls /var/db/pkg | grep -i xfree > > > > > > > > > > That should show up a few things that might need removing. Else > > > make > > > > > sure your ports tree is fully up to date and then run: > > > > > > > > > > portversion -L = > > > > > > > > > > That may show up a few out of date things that could be worth > > > upgrading. > > > > > > > > > > portupgrade -rR XFree86-4 > > > > > > > > > > The above might resolve a few issues if you are out of date. > Else > > > it > > > > > might be worth thinking about packages this time: > > > > > > > > > > pkg_add -r XFree86-4 > > > > > > > > > > Will get the latest binary and hopefully get you back to a > working > > > > > state. Then you could probably track X using portupgrade to > reduce > > > > > hassle. > > > > > > > > > > Kevin > > > > > > > > > > >Quoting Kevin Golding : > > > > > > > > > > > >> Someone, quite probably Stacey Roberts, once wrote: > > > > > >> >1] From the *one* reply I've had to my earlier post > concerning > > > the > > > > > >> gnome2 > > > > > >> >install failure, it appear that I have to re-install > > > XFree86-4.2.0. > > > > > Why > > > > > >> is that > > > > > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go > out > > > and > > > > > >> get a > > > > > >> >fresh set of files for the re-install? > > > > > >> > > > > > > >> >Am I missing something about the make process here? > Presumably > > > there > > > > > >> was > > > > > >> >something wrong with the XFree86-4 sources I got yesterday > when > > > I > > > > > >> installed it, > > > > > >> >so I would have thought it logical that I should be > obtaining a > > > > > fresh > > > > > >> set of > > > > > >> >source files for the new install. > > > > > >> > > > > > >> To fetch new sources you need to remove the old ones from > > > > > >> /usr/ports/distfiles. You can either manually rm each > tarball or > > > > > just > > > > > >> run "make distclean" before "make". > > > > > >> > > > > > >> It can also be worth running "make fetch" as your first step > to > > > > > install > > > > > >> a port as that simply downloads any files you are missing for > > > that > > > > > port > > > > > >> (although not dependencies). > > > > > >> > > > > > >> >2] To do the install of XFree86-4 anyways, what I did was > > > pkg_delete > > > > > of > > > > > >> XFree86- > > > > > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing > > > /etc/make.conf > > > > > to > > > > > >> reflect > > > > > >> >that the XFree version is now 4 > > > > > >> > > > > > >> Since 4.6 I believe the default X has been 4 making such a > config > > > > > >> redundant. It might be worth running through > > > /etc/defaults/make.conf > > > > > >> and seeing if you need to change anything else. If you're > not > > > using > > > > > 4.6 > > > > > >> then don't worry about it. > > > > > >> > > > > > >> Kevin > > > > > >> -- > > > > > >> kevin@caomhin.demon.co.uk > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > -- > > > > > kevin@caomhin.demon.co.uk > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 16:19:58 2002 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 DEC0F37B400 for ; Sun, 21 Jul 2002 16:19:36 -0700 (PDT) Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-80.oz.net [216.39.147.80]) by mx1.FreeBSD.org (Postfix) with SMTP id D5D1843E42 for ; Sun, 21 Jul 2002 16:19:34 -0700 (PDT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 10759 invoked from network); 21 Jul 2002 23:19:33 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 21 Jul 2002 23:19:33 -0000 Subject: Re: Installing gnome2 with XFree86-4 - Why is this so difficilt????? From: Joe Kelsey To: sroberts@dsl.pipex.com Cc: freebsd-questions@FreeBSD.org, freebsd-gnome@FreeBSD.org In-Reply-To: <1027288545.3d3b2de110097@netmail.pipex.net> References: <1027264013.3d3ace0d2ae43@netmail.pipex.net> <1027267150.3d3ada4e19ce0@netmail.pipex.net> <1027278885.3d3b0825bd614@netmail.pipex.net> <1027279835.9621.166.camel@zircon.zircon.seattle.wa.us> <1027280334.3d3b0dce10b27@netmail.pipex.net> <1027284622.9621.175.camel@zircon.zircon.seattle.wa.us> <1027288545.3d3b2de110097@netmail.pipex.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 21 Jul 2002 16:19:33 -0700 Message-Id: <1027293573.9621.187.camel@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2002-07-21 at 14:55, sroberts@dsl.pipex.com wrote: > > Thanks for the explanation of the points I raised. For this point you've made: > > The important thing to remember is the -R and -r switches which > > distinguish the entire portupgrade system from make install. With the > > -R switch, everything that the port depends on will be upgraded *before* > > the port is upgraded. This solves many problems with meta-ports like > > gnome2. The problem with make install in a meta-port is that the make > > system is not smart enough to do the portupgrade -R function. > > To get this clear (taking for granted that you've written this as you really > meant), whilst I understand what portupgrade -R does (this has been my > preferred method of upgrading ports), what effect does portinstall have for > attempts to install new apps, as against running make install? Spicifically, in a meta-port, if you look at how the dependencies are written, they are based on the existence of a specific file as installed, for instance the existence of the gnome-session file or the libfreetype.so.9 file. That is all that make can do. It cannot verify that the file was installed from the latest incarnation of the port, especially if the file name does not change between port revisions. portinstall works exactly like portupgrade in that it uses a combination of the /var/db/pkg information *and* the dependency list from the Makefiles, except that it recurses *outside* of the make system to determine whether or not the version installed as listed in /var/db/pkg is older than the version called for in the Makefile. Also, it uses pkg_delete to remove packages rather than make deinstall. If you use make deinstall *after* doing a cvsup, it will *not* remove an installation which has a different port revision number! That means that you package database becomes corrupted and you end up with multiple registered installations of the same port. Use pkgdb -F to see this. In other words, portinstall/portupgrade take care of all of the nitty-gritty details of making sure that you have a consistent installation. make install corrupts your package installation more often than not. I suggest that you try pkgdb -F and see what it says. /Joe > Thanks for taking the time. > > Stacey > > > Quoting Joe Kelsey : > > > On Sun, 2002-07-21 at 12:38, sroberts@dsl.pipex.com wrote: > > > > > > I'll answer for each point here, if its okay: > > > > > > > Step 0. cvsup your ports tree. > > > Ports tree already cvsup'd (three times since yesterday morning) > > > > > > > Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn > > how to > > > > properly use the new tools, especially the -R and -r flags to > > > > portinstall/portupgrade. > > > Portupgrade is already installed ( and I can't upgrade something that > > isn't > > > already installed, or am I wrong?) > > > > > > I haven't tried portinstall.., how is this different to running "make > > && make > > > install clean in /usr/ports/x11/gnome2? > > > > portinstall and portupgrade are virtually the same thing relative to the > > install first time/upgrade already installed ports. > > > > The important thing to remember is the -R and -r switches which > > distinguish the entire portupgrade system from make install. With the > > -R switch, everything that the port depends on will be upgraded *before* > > the port is upgraded. This solves many problems with meta-ports like > > gnome2. The problem with make install in a meta-port is that the make > > system is not smart enough to do the portupgrade -R function. > > > > Embrace portupgrade and all of its attendant stuff like pkgdb, > > pkg_delete, ports_glob and pkg_glob. > > > > The make system is not good enough. make deinstall in the make system > > *will not* remove installed executables if you have already done a > > cvsup! makedeinstall fails more times than it succeeds. pkg_delete > > works off the /var/db/pkg area. make deinstall works off the /usr/ports > > area. There is a difference. Do not rely on make deinstall. > > > > That is why I recommended that you read the portupgrade man page and all > > related man pages in order to learn what the entire system of ruby tools > > can do for you. > > > > /Joe > > > > > > > > portinstall -R gnome2 > > > Again, I've not tried portinstall for gnome2 either. > > > > > > Seeing that gnome2 flaked out on the gle error, would "make distclean" > > be > > > sufficient for removing the bins that got downloaded for this failed > > install? > > > > > > Thanks for the information here. > > > > > > Stacey > > > > > > > > > Quoting Joe Kelsey : > > > > > > > Step 0. cvsup your ports tree. > > > > > > > > Step 0.5 Install portupgrade from /usr/ports/portupgrade. Learn > > how to > > > > properly use the new tools, especially the -R and -r flags to > > > > portinstall/portupgrade. > > > > > > > > On Sun, 2002-07-21 at 12:14, sroberts@dsl.pipex.com wrote: > > > > > > > > > > Hi Kevin, > > > > > Okay.., I'm at the point of considering rebuilding the box > > here. > > > > > > > > > > Before I do, I'd appreciate though, frank answers to two scenarios > > if > > > > you can.., > > > > > > > > > > 1] Stop the current re-install of XFree86-4 (with the constant > > > > failings due to > > > > > components being already installed:- > > > > > > > > > > Can I stop this re-install? > > > > > > > > You can stop any re-install at any point. > > > > > > > > > > > > > Is there a procedure for then ensuring that I *copmpletely* wipe > > all > > > > instances > > > > > of XFree- from the system, before attempting installing > > via > > > > a package? > > > > > > > > pkg_delete -f 'XFree*' > > > > > > > > > 2] Seeing that this whole situation is all about my initial failed > > > > attempts to > > > > > install gnome2,: > > > > > > > > > > After completion of the XFree86-4 install (via ports or packages), > > > > should I > > > > > proceed on from the point where the gnome2 install fails (at the > > gle > > > > error)? > > > > > > > > portinstall -R gnome2 > > > > > > > > > If not, and I have to re-fetch fresh gnome2 sources, is there a > > > > procedure for > > > > > *completely* removing ALL instances of gnome from the system? > > > > > > > > > > For both scenarios above, how do I ensure that I get the latest > > > > (hopefully > > > > > correct) binaries for installation? > > > > > > > > > > Thanks again Kevin., Please don't think that I mean to place you > > in a > > > > spot or > > > > > anything., you're just the *only* person that's bothered to reply > > to > > > > my post on > > > > > this list. > > > > > > > > > > Stacey > > > > > > > > > > Quoting Kevin Golding : > > > > > > > > > > > Someone, quite probably , once wrote: > > > > > > >I'm actually running the re-install of XFree86-4 at the moment > > > > wihtout > > > > > > having > > > > > > >done a make distclean. Is this the reason why for each > > component, > > > > it > > > > > > fails > > > > > > >with "error: XFree86-4 already installed, perhaps an > > > > older > > > > > > >version..,"? > > > > > > > > > > > > > >Would it be in my interest then to stop this and restart from > > the > > > > > > beginning? > > > > > > > > > > > > It sounds like everything wasn't quite removed when you > > deinstalled. > > > > > > > > > > > > ls /var/db/pkg | grep -i xfree > > > > > > > > > > > > That should show up a few things that might need removing. Else > > > > make > > > > > > sure your ports tree is fully up to date and then run: > > > > > > > > > > > > portversion -L = > > > > > > > > > > > > That may show up a few out of date things that could be worth > > > > upgrading. > > > > > > > > > > > > portupgrade -rR XFree86-4 > > > > > > > > > > > > The above might resolve a few issues if you are out of date. > > Else > > > > it > > > > > > might be worth thinking about packages this time: > > > > > > > > > > > > pkg_add -r XFree86-4 > > > > > > > > > > > > Will get the latest binary and hopefully get you back to a > > working > > > > > > state. Then you could probably track X using portupgrade to > > reduce > > > > > > hassle. > > > > > > > > > > > > Kevin > > > > > > > > > > > > >Quoting Kevin Golding : > > > > > > > > > > > > > >> Someone, quite probably Stacey Roberts, once wrote: > > > > > > >> >1] From the *one* reply I've had to my earlier post > > concerning > > > > the > > > > > > >> gnome2 > > > > > > >> >install failure, it appear that I have to re-install > > > > XFree86-4.2.0. > > > > > > Why > > > > > > >> is that > > > > > > >> >after running pkg_delete on XFree86-4.0.2, "make" doesn't go > > out > > > > and > > > > > > >> get a > > > > > > >> >fresh set of files for the re-install? > > > > > > >> > > > > > > > >> >Am I missing something about the make process here? > > Presumably > > > > there > > > > > > >> was > > > > > > >> >something wrong with the XFree86-4 sources I got yesterday > > when > > > > I > > > > > > >> installed it, > > > > > > >> >so I would have thought it logical that I should be > > obtaining a > > > > > > fresh > > > > > > >> set of > > > > > > >> >source files for the new install. > > > > > > >> > > > > > > >> To fetch new sources you need to remove the old ones from > > > > > > >> /usr/ports/distfiles. You can either manually rm each > > tarball or > > > > > > just > > > > > > >> run "make distclean" before "make". > > > > > > >> > > > > > > >> It can also be worth running "make fetch" as your first step > > to > > > > > > install > > > > > > >> a port as that simply downloads any files you are missing for > > > > that > > > > > > port > > > > > > >> (although not dependencies). > > > > > > >> > > > > > > >> >2] To do the install of XFree86-4 anyways, what I did was > > > > pkg_delete > > > > > > of > > > > > > >> XFree86- > > > > > > >> >3 in /var/db/pkg; rm -rf /usr/X11R6/*, then editing > > > > /etc/make.conf > > > > > > to > > > > > > >> reflect > > > > > > >> >that the XFree version is now 4 > > > > > > >> > > > > > > >> Since 4.6 I believe the default X has been 4 making such a > > config > > > > > > >> redundant. It might be worth running through > > > > /etc/defaults/make.conf > > > > > > >> and seeing if you need to change anything else. If you're > > not > > > > using > > > > > > 4.6 > > > > > > >> then don't worry about it. > > > > > > >> > > > > > > >> Kevin > > > > > > >> -- > > > > > > >> kevin@caomhin.demon.co.uk > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > -- > > > > > > kevin@caomhin.demon.co.uk > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jul 21 23:33:10 2002 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 A804937B400 for ; Sun, 21 Jul 2002 23:33:07 -0700 (PDT) Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70AE43E42 for ; Sun, 21 Jul 2002 23:33:05 -0700 (PDT) (envelope-from kosta_k@phreaker.net) Received: from phreaker.net (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id EAE6C74980 for ; Mon, 22 Jul 2002 06:32:56 +0000 (UTC) Received: from windows (c17014.eburwd3.vic.optusnet.com.au [210.49.194.127]) by smtp-2.hotpop.com (Postfix) with SMTP id AAB7F1B8409 for ; Mon, 22 Jul 2002 06:32:58 +0000 (UTC) Message-ID: <001401c23149$a13c6a60$2900a8c0@windows> From: "Kosta K" To: Subject: gnome2 and write permissions? Date: Mon, 22 Jul 2002 16:33:00 +1000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0011_01C2319D.71784890" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0011_01C2319D.71784890 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Does anyone have any idea how come the following is occuring? could not resolve address = "xml:readonly:/usr/X11R6/etc/gconf/gconf.xml.mandatory" in the = configuration file "/usr/X11R6/etc/gconf/2/path": Couldn't resolve address for = configuration source: Can't read from or write to XML root directory in address = 'xml:readonly:/usr/X11R6/etc/gconf/gconf.xml.mandatory'=20 ?? I sent an email to the list before, haven't seen anyone comment on it. ANY help in getting back my settings woudl be appreciated. Even if = someone told me where my old icons, etc are gone... Regards, Kosta ------=_NextPart_000_0011_01C2319D.71784890 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Does anyone have any idea how come the = following is=20 occuring?
 
could not resolve address=20 "xml:readonly:/usr/X11R6/etc/gconf/gconf.xml.mandatory" in the = configuration=20 file
 "/usr/X11R6/etc/gconf/2/path": Couldn't resolve address = for=20 configuration source: Can't read from or write to XML root
directory = in=20 address 'xml:readonly:/usr/X11R6/etc/gconf/gconf.xml.mandatory' =
 
??
I sent an email to the list before, = haven't seen=20 anyone comment on it.
 
ANY help in getting back my settings = woudl be=20 appreciated.  Even if someone told me where my old icons, etc are=20 gone...
 
Regards,
       =20 Kosta
------=_NextPart_000_0011_01C2319D.71784890-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jul 22 10:38:49 2002 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 7B5EB37B401 for ; Mon, 22 Jul 2002 10:38:47 -0700 (PDT) Received: from shumai.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABBE943E3B for ; Mon, 22 Jul 2002 10:38:46 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (marcus@localhost.marcuscom.com [127.0.0.1]) by shumai.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6MHdLid021337; Mon, 22 Jul 2002 13:39:21 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.12.5/8.12.5/Submit) with ESMTP id g6MHdL5Q021334; Mon, 22 Jul 2002 13:39:21 -0400 (EDT) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 22 Jul 2002 13:39:21 -0400 (EDT) From: Joe Clarke To: Kosta K Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: gnome2 and write permissions? In-Reply-To: <001401c23149$a13c6a60$2900a8c0@windows> Message-ID: <20020722133422.B21315-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 22 Jul 2002, Kosta K wrote: > Does anyone have any idea how come the following is occuring? > > could not resolve address > "xml:readonly:/usr/X11R6/etc/gconf/gconf.xml.mandatory" in the > configuration file > "/usr/X11R6/etc/gconf/2/path": Couldn't resolve address for > configuration source: Can't read from or write to XML root directory in > address 'xml:readonly:/usr/X11R6/etc/gconf/gconf.xml.mandatory' > > ?? > I sent an email to the list before, haven't seen anyone comment on it. > > ANY help in getting back my settings woudl be appreciated. Even if > someone told me where my old icons, etc are gone... I'm not sure why you're seeing this error. I have never seen it on any of the three machines on which I've installed GNOME 2.0. I looked at my /usr/X11R6/etc/gconf/2/path file, and it does reference a readonly XML source of /usr/X11R6/etc/gconf/gconf.xml.mandatory. This directory does exist, and has permissions 0755 owned by root:wheel. The only file in the directory is the .keep_me file from gnomehier. You might also want to check that each parent directory has permissions allowing you to read and search directories. I'm also not sure why your settings are gone. All local settings should be stored in ~/.gconf and ~/.gconf2. Make sure those directories grant you read-write access, and that all files are owned by your user id. Joe > > Regards, > Kosta > PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jul 22 11: 1:30 2002 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 964FF37B400 for ; Mon, 22 Jul 2002 11:01:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 566EB43E42 for ; Mon, 22 Jul 2002 11:01:29 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MI1TJU059215 for ; Mon, 22 Jul 2002 11:01:29 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MI1SPC059212 for gnome@freebsd.org; Mon, 22 Jul 2002 11:01:28 -0700 (PDT) Date: Mon, 22 Jul 2002 11:01:28 -0700 (PDT) Message-Id: <200207221801.g6MI1SPC059212@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Subject: Current problem reports assigned to you Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/07/10] ports/40434 gnome Screensaver not appearing in gnome Contro 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/01/20] ports/34103 gnome [NEW PORT] gfax (missing-in-action for fi o [2002/06/02] ports/38821 gnome graphics/gimp1 complains about missing Gi o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/06/17] ports/39417 gnome gtk-config and glib-config filename conve o [2002/06/19] ports/39504 gnome textproc/libxml2 & invalid XML catalogs i o [2002/07/20] ports/40804 gnome /usr/devel/atk port depends on pkgconfig 6 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jul 22 23:51:28 2002 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 02FDC37B400 for ; Mon, 22 Jul 2002 23:51:12 -0700 (PDT) Received: from mx1.q9.com (mx1.q9.com [216.220.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4785C43E42 for ; Mon, 22 Jul 2002 23:51:11 -0700 (PDT) (envelope-from Ned.Mandaric@Q9.com) Received: from cheetah.zoo.q9networks.com (225.35.220-216.q9.net [216.220.35.225]) by mx1.q9.com (Postfix) with ESMTP id 43D0C2AF95 for ; Tue, 23 Jul 2002 02:51:05 -0400 (EDT) Received: by cheetah.zoo.q9networks.com with Internet Mail Service (5.5.2650.21) id <3ZC03YVR>; Tue, 23 Jul 2002 02:51:05 -0400 Message-ID: <05924A4A9DEDAD46A21EE3C8C64B090DFCDD12@cheetah.zoo.q9networks.com> From: Ned Mandaric To: "'freebsd-gnome@FreeBSD.org'" Subject: Problem installing Gnome 2.0 port Date: Tue, 23 Jul 2002 02:50:55 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C23215.50570E2B" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C23215.50570E2B Content-Type: text/plain; charset="iso-8859-1" Hi, I seem to be having issues installing the Gnome2 port. configure:9722: checking for glib-2.0 >= 2.0.3 gmodule-2.0 >= 2.0.3 gnome-vfs-2.0 >= 1.9.16 libxml-2.0 >= 2.4.22 libbonobo-2.0 >= 2.0.0 gconf-2.0 >= 1.1.11 audiofile >= 0.2.3 esound >= 0.2.26 configure:9771: error: Library requirements (glib-2.0 >= 2.0.3 gmodule-2.0 >= 2.0.3 gnome-vfs-2.0 >= 1.9.1 6 libxml-2.0 >= 2.4.22 libbonobo-2.0 >= 2.0.0 gconf-2.0 >= 1.1.11 audiofile >= 0.2.3 esound >= 0.2.26) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard p refix so pkg-config can find them. ls /var/db/pkg BitchX-1.0c19_1 liba52-0.7.3_2 Mesa-3.4.2_2 libart_lgpl2-2.3.10 ORBit-0.5.15_1 libaudiofile-0.2.3 ORBit2-2.4.0 libbonobo-2.0.0 XFree86-4.2.0_1,1 libdivxdecore-devel-0.4.0.50_1 XFree86-FontServer-4.2.0 libflash-0.4.10 XFree86-Server-4.2.0_3 libglade2-2.0.0 XFree86-clients-4.2.0_2 libgnomecanvas-2.0.1 XFree86-documents-4.2.0 libgnugetopt-1.1 XFree86-font100dpi-4.2.0 libiconv-1.7_5 XFree86-font75dpi-4.2.0 libmikmod-3.1.10 XFree86-fontCyrillic-4.2.0 libmng-1.0.3 XFree86-fontDefaultBitmaps-4.2.0 libogg-1.0.r3_1,2 XFree86-fontEncodings-4.2.0 libtool-1.3.4_4 XFree86-fontScalable-4.2.0 libungif-4.1.0b1 XFree86-libraries-4.2.0_1 libvorbis-1.0.r3_1,2 aalib-1.4.r5_1 libwnck-0.14 acroread-3.02 libxine-0.9.12 acroread-5.05 libxml-1.8.17_1 arts-1.0.0_1 libxml2-2.4.21 atk-1.0.2 libxslt-1.0.17 autoconf-2.53 linc-0.5.0 autoconf213-2.13.000227_1 linux-divxplayer-0.2.0 automake14-1.4.5 linux-netscape-navigator-4.79 bash-2.05a linux_base-6.1_1 bison-1.35_1 m4-1.4_1 bonobo-activation-1.0.2 mkcatalog-1.1 cidr-2.3.1 mozilla-1.0.rc3,1 cups-base-1.1.14 mpeg_lib-1.3.1 cvsup-16.1f mplayer-fonts-0.50 cvsupit-3.1 mplayer-gtk-0.90.0.5 db3-3.2.9_3,1 nasm-0.98.33,1 divx4linux-5.0.20020418 nat-20 djbfft-0.76 nbtscan-1.0.2 docbook-xml-4.1.2_1 netscape-remote-1.0_1 docbook-xsl-1.51.1 netscape-wrapper-2000.07.07 esound-0.2.28 nmap-2.54.b34 ethereal-0.9.5 openldap-2.0.23 expat-1.95.2 pango-1.0.3_1 expat-1.95.4 pcre-3.7 fam-2.6.4 pkgconfig-0.12.0 ffmpeg-0.4.5_1 png-1.2.2_4 flashplugin-mozilla-0.4.10_1 popt-1.5.1_1 freetype2-2.0.9 py22-expat-2.2.1_1 gconf2-1.2.0 python-2.2.1 gettext-0.10.35_2 qt-3.0.3_5 gettext-0.11.1_3 rar-3.0,1 gle-3.0.3 rpm-3.0.6_6 glib-1.2.10_5 rtc-2001.09.16.1 glib-2.0.4_1 samba-2.2.5_3 gmake-3.79.1_2 scanssh-1.60b gnomehier-1.0_3 scrollkeeper-0.3.9,1 gnomemimedata-2.0.0 sdl-1.2.4_1 gnomevfs2-2.0.1 sdocbook-xml-4.1.2.5 gtk-1.2.10_4 sniffit-0.3.7b_1 gtk-2.0.5 svgalib-1.4.2_1 imake-4.2.0_1 t1lib-1.3.1 imlib-1.9.14_1 tcpshow-1.74 imwheel-0.9.9 tiff-3.5.7 intltool-0.22 ucd-snmp-4.2.5 jpeg-6b_1 unzip-5.50 kde-3.0_1 uulib-0.5.13 kdebase-3.0_1 wget-1.8.2 kdegames-3.0_1 win32-codecs-011002.0.0.60 kdegraphics-3.0_2 wrapper-1.0_2 kdelibs-3.0_1 xanim-2.80.2 kdemultimedia-3.0_1 xine-0.9.12 kdenetwork-3.0_1 xmms-1.2.7_1 kdeutils-3.0 xmms-esound-1.2.7_1 koffice-1.1.1,1 xpdf-1.01 lame-gtk-3.91 xscreensaver-4.05 lcms-1.08 xtail-2.1 libIDL-0.8.0 zip-2.3_1 uname -a FreeBSD monsoon 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 23:53:29 EDT 2002 root@monsoon:/usr/obj/usr/src/sys/MONSOON i386 The error seems to be referencing old libraries and is failing to install because it can't find them. Ned Mandaric Network Operations Analyst Q9 Networks Inc. 100 Wellington St. Suite 900 Ned.Mandaric@Q9.com ------_=_NextPart_001_01C23215.50570E2B Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Problem installing Gnome 2.0 port

Hi,

I seem to be having issues installing = the Gnome2 port.

configure:9722: checking for glib-2.0 = >=3D 2.0.3 gmodule-2.0 >=3D 2.0.3 gnome-vfs-2.0 >=3D 1.9.16 = libxml-2.0 >=3D
2.4.22 libbonobo-2.0 >=3D 2.0.0 = gconf-2.0 >=3D 1.1.11 audiofile >=3D 0.2.3 esound >=3D = 0.2.26
configure:9771: error: Library = requirements (glib-2.0 >=3D 2.0.3 gmodule-2.0 >=3D 2.0.3 = gnome-vfs-2.0 >=3D 1.9.1
6 libxml-2.0 >=3D 2.4.22 = libbonobo-2.0 >=3D 2.0.0 gconf-2.0 >=3D 1.1.11 audiofile >=3D = 0.2.3 esound >=3D 0.2.26) not
 met; consider adjusting the = PKG_CONFIG_PATH environment variable if your libraries are in a = nonstandard p
refix so pkg-config can find = them.

ls /var/db/pkg
BitchX-1.0c19_1       =             =       liba52-0.7.3_2
Mesa-3.4.2_2       &nb= sp;           &nb= sp;        = libart_lgpl2-2.3.10
ORBit-0.5.15_1       &= nbsp;           &= nbsp;      libaudiofile-0.2.3
ORBit2-2.4.0       &nb= sp;           &nb= sp;        libbonobo-2.0.0
XFree86-4.2.0_1,1      &nbs= p;           &nbs= p;    libdivxdecore-devel-0.4.0.50_1
XFree86-FontServer-4.2.0     &nb= sp;          = libflash-0.4.10
XFree86-Server-4.2.0_3      = ;            = libglade2-2.0.0
XFree86-clients-4.2.0_2     &nbs= p;           = libgnomecanvas-2.0.1
XFree86-documents-4.2.0     &nbs= p;           = libgnugetopt-1.1
XFree86-font100dpi-4.2.0     &nb= sp;          = libiconv-1.7_5
XFree86-font75dpi-4.2.0     &nbs= p;           = libmikmod-3.1.10
XFree86-fontCyrillic-4.2.0     &= nbsp;        libmng-1.0.3
XFree86-fontDefaultBitmaps-4.2.0    &= nbsp;   libogg-1.0.r3_1,2
XFree86-fontEncodings-4.2.0     =         libtool-1.3.4_4
XFree86-fontScalable-4.2.0     &= nbsp;        libungif-4.1.0b1
XFree86-libraries-4.2.0_1     &n= bsp;         = libvorbis-1.0.r3_1,2
aalib-1.4.r5_1       &= nbsp;           &= nbsp;      libwnck-0.14
acroread-3.02       &n= bsp;           &n= bsp;       libxine-0.9.12
acroread-5.05       &n= bsp;           &n= bsp;       libxml-1.8.17_1
arts-1.0.0_1       &nb= sp;           &nb= sp;        libxml2-2.4.21
atk-1.0.2        =             =            = libxslt-1.0.17
autoconf-2.53       &n= bsp;           &n= bsp;       linc-0.5.0
autoconf213-2.13.000227_1     &n= bsp;         = linux-divxplayer-0.2.0
automake14-1.4.5       = ;            = ;     linux-netscape-navigator-4.79
bash-2.05a        = ;            = ;          = linux_base-6.1_1
bison-1.35_1       &nb= sp;           &nb= sp;        m4-1.4_1
bonobo-activation-1.0.2     &nbs= p;           = mkcatalog-1.1
cidr-2.3.1        = ;            = ;          = mozilla-1.0.rc3,1
cups-base-1.1.14       = ;            = ;     mpeg_lib-1.3.1
cvsup-16.1f       &nbs= p;           &nbs= p;         = mplayer-fonts-0.50
cvsupit-3.1       &nbs= p;           &nbs= p;         = mplayer-gtk-0.90.0.5
db3-3.2.9_3,1       &n= bsp;           &n= bsp;       nasm-0.98.33,1
divx4linux-5.0.20020418     &nbs= p;           = nat-20
djbfft-0.76       &nbs= p;           &nbs= p;         nbtscan-1.0.2
docbook-xml-4.1.2_1      &n= bsp;           &n= bsp;  netscape-remote-1.0_1
docbook-xsl-1.51.1      &nb= sp;           &nb= sp;   netscape-wrapper-2000.07.07
esound-0.2.28       &n= bsp;           &n= bsp;       nmap-2.54.b34
ethereal-0.9.5       &= nbsp;           &= nbsp;      openldap-2.0.23
expat-1.95.2       &nb= sp;           &nb= sp;        pango-1.0.3_1
expat-1.95.4       &nb= sp;           &nb= sp;        pcre-3.7
fam-2.6.4        =             =            = pkgconfig-0.12.0
ffmpeg-0.4.5_1       &= nbsp;           &= nbsp;      png-1.2.2_4
flashplugin-mozilla-0.4.10_1     = ;       popt-1.5.1_1
freetype2-2.0.9       =             =       py22-expat-2.2.1_1
gconf2-1.2.0       &nb= sp;           &nb= sp;        python-2.2.1
gettext-0.10.35_2      &nbs= p;           &nbs= p;    qt-3.0.3_5
gettext-0.11.1_3       = ;            = ;     rar-3.0,1
gle-3.0.3        =             =            = rpm-3.0.6_6
glib-1.2.10_5       &n= bsp;           &n= bsp;       rtc-2001.09.16.1
glib-2.0.4_1       &nb= sp;           &nb= sp;        samba-2.2.5_3
gmake-3.79.1_2       &= nbsp;           &= nbsp;      scanssh-1.60b
gnomehier-1.0_3       =             =       scrollkeeper-0.3.9,1
gnomemimedata-2.0.0      &n= bsp;           &n= bsp;  sdl-1.2.4_1
gnomevfs2-2.0.1       =             =       sdocbook-xml-4.1.2.5
gtk-1.2.10_4       &nb= sp;           &nb= sp;        sniffit-0.3.7b_1
gtk-2.0.5        =             =            = svgalib-1.4.2_1
imake-4.2.0_1       &n= bsp;           &n= bsp;       t1lib-1.3.1
imlib-1.9.14_1       &= nbsp;           &= nbsp;      tcpshow-1.74
imwheel-0.9.9       &n= bsp;           &n= bsp;       tiff-3.5.7
intltool-0.22       &n= bsp;           &n= bsp;       ucd-snmp-4.2.5
jpeg-6b_1        =             =            = unzip-5.50
kde-3.0_1        =             =            = uulib-0.5.13
kdebase-3.0_1       &n= bsp;           &n= bsp;       wget-1.8.2
kdegames-3.0_1       &= nbsp;           &= nbsp;      win32-codecs-011002.0.0.60
kdegraphics-3.0_2      &nbs= p;           &nbs= p;    wrapper-1.0_2
kdelibs-3.0_1       &n= bsp;           &n= bsp;       xanim-2.80.2
kdemultimedia-3.0_1      &n= bsp;           &n= bsp;  xine-0.9.12
kdenetwork-3.0_1       = ;            = ;     xmms-1.2.7_1
kdeutils-3.0       &nb= sp;           &nb= sp;        = xmms-esound-1.2.7_1
koffice-1.1.1,1       =             =       xpdf-1.01
lame-gtk-3.91    &= nbsp;           &= nbsp;          = xscreensaver-4.05
lcms-1.08        =             =            = xtail-2.1
libIDL-0.8.0       &nb= sp;           &nb= sp;        zip-2.3_1

uname -a
FreeBSD monsoon 4.6-STABLE FreeBSD = 4.6-STABLE #0: Sat Jul  6 23:53:29 EDT = 2002     = root@monsoon:/usr/obj/usr/src/sys/MONSOON  i386

The error seems to be referencing old = libraries and is failing to install because it can't find them.

Ned Mandaric
Network Operations Analyst
Q9 Networks Inc.
100 Wellington St. Suite 900
Ned.Mandaric@Q9.com

------_=_NextPart_001_01C23215.50570E2B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jul 23 0: 3:25 2002 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 7348837B400 for ; Tue, 23 Jul 2002 00:03:21 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF92543E3B for ; Tue, 23 Jul 2002 00:03:20 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.200] (vpn-client.marcuscom.com [10.2.1.200]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6N71nkx069017; Tue, 23 Jul 2002 03:01:51 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Problem installing Gnome 2.0 port From: Joe Marcus Clarke To: Ned Mandaric Cc: "'freebsd-gnome@FreeBSD.org'" In-Reply-To: <05924A4A9DEDAD46A21EE3C8C64B090DFCDD12@cheetah.zoo.q9networks.com> References: <05924A4A9DEDAD46A21EE3C8C64B090DFCDD12@cheetah.zoo.q9networks.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 23 Jul 2002 03:02:48 -0400 Message-Id: <1027407772.656.9.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-07-23 at 02:50, Ned Mandaric wrote: > Hi, > > I seem to be having issues installing the Gnome2 port. > > configure:9722: checking for glib-2.0 >= 2.0.3 gmodule-2.0 >= 2.0.3 > gnome-vfs-2.0 >= 1.9.16 libxml-2.0 >= > 2.4.22 libbonobo-2.0 >= 2.0.0 gconf-2.0 >= 1.1.11 audiofile >= 0.2.3 esound > >= 0.2.26 > configure:9771: error: Library requirements (glib-2.0 >= 2.0.3 gmodule-2.0 > >= 2.0.3 gnome-vfs-2.0 >= 1.9.1 > 6 libxml-2.0 >= 2.4.22 libbonobo-2.0 >= 2.0.0 gconf-2.0 >= 1.1.11 audiofile > >= 0.2.3 esound >= 0.2.26) not > met; consider adjusting the PKG_CONFIG_PATH environment variable if your > libraries are in a nonstandard p > refix so pkg-config can find them. Look at the error. It's telling you some of your components are out-of-date. I see right off the bat that you need to upgrade libxml2. Joe > > ls /var/db/pkg > BitchX-1.0c19_1 liba52-0.7.3_2 > Mesa-3.4.2_2 libart_lgpl2-2.3.10 > ORBit-0.5.15_1 libaudiofile-0.2.3 > ORBit2-2.4.0 libbonobo-2.0.0 > XFree86-4.2.0_1,1 libdivxdecore-devel-0.4.0.50_1 > XFree86-FontServer-4.2.0 libflash-0.4.10 > XFree86-Server-4.2.0_3 libglade2-2.0.0 > XFree86-clients-4.2.0_2 libgnomecanvas-2.0.1 > XFree86-documents-4.2.0 libgnugetopt-1.1 > XFree86-font100dpi-4.2.0 libiconv-1.7_5 > XFree86-font75dpi-4.2.0 libmikmod-3.1.10 > XFree86-fontCyrillic-4.2.0 libmng-1.0.3 > XFree86-fontDefaultBitmaps-4.2.0 libogg-1.0.r3_1,2 > XFree86-fontEncodings-4.2.0 libtool-1.3.4_4 > XFree86-fontScalable-4.2.0 libungif-4.1.0b1 > XFree86-libraries-4.2.0_1 libvorbis-1.0.r3_1,2 > aalib-1.4.r5_1 libwnck-0.14 > acroread-3.02 libxine-0.9.12 > acroread-5.05 libxml-1.8.17_1 > arts-1.0.0_1 libxml2-2.4.21 > atk-1.0.2 libxslt-1.0.17 > autoconf-2.53 linc-0.5.0 > autoconf213-2.13.000227_1 linux-divxplayer-0.2.0 > automake14-1.4.5 linux-netscape-navigator-4.79 > bash-2.05a linux_base-6.1_1 > bison-1.35_1 m4-1.4_1 > bonobo-activation-1.0.2 mkcatalog-1.1 > cidr-2.3.1 mozilla-1.0.rc3,1 > cups-base-1.1.14 mpeg_lib-1.3.1 > cvsup-16.1f mplayer-fonts-0.50 > cvsupit-3.1 mplayer-gtk-0.90.0.5 > db3-3.2.9_3,1 nasm-0.98.33,1 > divx4linux-5.0.20020418 nat-20 > djbfft-0.76 nbtscan-1.0.2 > docbook-xml-4.1.2_1 netscape-remote-1.0_1 > docbook-xsl-1.51.1 netscape-wrapper-2000.07.07 > esound-0.2.28 nmap-2.54.b34 > ethereal-0.9.5 openldap-2.0.23 > expat-1.95.2 pango-1.0.3_1 > expat-1.95.4 pcre-3.7 > fam-2.6.4 pkgconfig-0.12.0 > ffmpeg-0.4.5_1 png-1.2.2_4 > flashplugin-mozilla-0.4.10_1 popt-1.5.1_1 > freetype2-2.0.9 py22-expat-2.2.1_1 > gconf2-1.2.0 python-2.2.1 > gettext-0.10.35_2 qt-3.0.3_5 > gettext-0.11.1_3 rar-3.0,1 > gle-3.0.3 rpm-3.0.6_6 > glib-1.2.10_5 rtc-2001.09.16.1 > glib-2.0.4_1 samba-2.2.5_3 > gmake-3.79.1_2 scanssh-1.60b > gnomehier-1.0_3 scrollkeeper-0.3.9,1 > gnomemimedata-2.0.0 sdl-1.2.4_1 > gnomevfs2-2.0.1 sdocbook-xml-4.1.2.5 > gtk-1.2.10_4 sniffit-0.3.7b_1 > gtk-2.0.5 svgalib-1.4.2_1 > imake-4.2.0_1 t1lib-1.3.1 > imlib-1.9.14_1 tcpshow-1.74 > imwheel-0.9.9 tiff-3.5.7 > intltool-0.22 ucd-snmp-4.2.5 > jpeg-6b_1 unzip-5.50 > kde-3.0_1 uulib-0.5.13 > kdebase-3.0_1 wget-1.8.2 > kdegames-3.0_1 win32-codecs-011002.0.0.60 > kdegraphics-3.0_2 wrapper-1.0_2 > kdelibs-3.0_1 xanim-2.80.2 > kdemultimedia-3.0_1 xine-0.9.12 > kdenetwork-3.0_1 xmms-1.2.7_1 > kdeutils-3.0 xmms-esound-1.2.7_1 > koffice-1.1.1,1 xpdf-1.01 > lame-gtk-3.91 xscreensaver-4.05 > lcms-1.08 xtail-2.1 > libIDL-0.8.0 zip-2.3_1 > > uname -a > FreeBSD monsoon 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 23:53:29 EDT > 2002 root@monsoon:/usr/obj/usr/src/sys/MONSOON i386 > > The error seems to be referencing old libraries and is failing to install > because it can't find them. > > Ned Mandaric > Network Operations Analyst > Q9 Networks Inc. > 100 Wellington St. Suite 900 > Ned.Mandaric@Q9.com > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jul 23 8:17:37 2002 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 54E9137B400 for ; Tue, 23 Jul 2002 08:17:29 -0700 (PDT) Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id C64C843E42 for ; Tue, 23 Jul 2002 08:17:28 -0700 (PDT) (envelope-from burningclown@westhost43.westhost.net) Received: from localhost (burningclown@localhost) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g6NFJHP25232 for ; Tue, 23 Jul 2002 10:19:17 -0500 Date: Tue, 23 Jul 2002 10:19:17 -0500 (CDT) From: burningclown@westhost43.westhost.net To: gnome@FreeBSD.ORG Subject: gnome2 build problem: gconf-editor [attn: maintainer] Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="1205380948-355679622-1027437557=:24989" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --1205380948-355679622-1027437557=:24989 Content-Type: TEXT/PLAIN; charset=US-ASCII Greetings, I've been unable to build Gnome2 due to a persistent error building gconf-editor. No one on the freebsd-questions list was able to offer a clue as to what might be happening, so I'm following the instructions that appeared on my screen at the last failure. :) I have attached two files: the error output from make and a list of packages installed on my system. Thanks in advance for any light you might be able to shed on this. Regards, Glenn Becker +----------------+ http://www.burningclown.com "Everyone's Portal to Nothing At All" +----------------+ --1205380948-355679622-1027437557=:24989 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="gnomeinstallerr.txt" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: gnome2 make error Content-Disposition: attachment; filename="gnomeinstallerr.txt" TWFraW5nIGFsbCBpbiBzcmMNCmdtYWtlWzJdOiBFbnRlcmluZyBkaXJlY3Rv cnkgYC91c3IvcG9ydHMvc3lzdXRpbHMvZ2NvbmYtZWRpdG9yL3dvcmsvZ2Nv bmYtZWRpdG9yLTAuMi9zcmMnDQpjYyAtREhBVkVfQ09ORklHX0ggLUkuIC1J LiAtSS4uIC1ETE9DQUxFRElSPVwiIi91c3IvWDExUjYvc2hhcmUvbG9jYWxl IlwiIAkJLURHQ09ORl9FRElUT1JfSU1BR0VESVI9XCIiL3Vzci9YMTFSNi9z aGFyZS9nbm9tZS9waXhtYXBzL2djb25mLWVkaXRvciJcIiAJLURJTUFHRURJ Uj1cIiIvdXNyL1gxMVI2L3NoYXJlL2dub21lL3BpeG1hcHMiXCIgCS1JL3Vz ci9YMTFSNi9pbmNsdWRlCQkJLURHX0RJU0FCTEVfREVQUkVDQVRFRCAtREdU S19ESVNBQkxFX0RFUFJFQ0FURUQgCS1ER0RLX0RJU0FCTEVfREVQUkVDQVRF RCAtREdES19QSVhCVUZfRElTQUJMRV9ERVBSRUNBVEVEIAktREdOT01FX0RJ U0FCTEVfREVQUkVDQVRFRCAtREdOT01FX1ZGU19ESVNBQkxFX0RFUFJFQ0FU RUQgCS1EX1JFRU5UUkFOVCAtRF9USFJFQURfU0FGRSAgICAgICAgLURPUkJJ VDI9MSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAtSS91c3Iv bG9jYWwvaW5jbHVkZS9vcmJpdC0yLjAgLUkvdXNyL2xvY2FsL2luY2x1ZGUv bGluYy0xLjAgLUkvdXNyL2xvY2FsL2luY2x1ZGUvZ2xpYi0yLjAgLUkvdXNy L2xvY2FsL2xpYi9nbGliLTIuMC9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNs dWRlL2F0ay0xLjAgLUkvdXNyL1gxMVI2L2luY2x1ZGUvZ2NvbmYvMiAtSS91 c3IvWDExUjYvaW5jbHVkZS9ndGstMi4wIC1JL3Vzci9YMTFSNi9saWIvZ3Rr LTIuMC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlL3BhbmdvLTEuMCAt SS91c3IvWDExUjYvaW5jbHVkZSAgCSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUg IC1PIC1waXBlICAtV2FsbCAtYyBnY29uZi1ib29rbWFya3MuYw0KSW4gZmls ZSBpbmNsdWRlZCBmcm9tIGdjb25mLWJvb2ttYXJrcy5jOjI1Og0KL3Vzci9Y MTFSNi9pbmNsdWRlL2d0ay0yLjAvZ3RrL2d0a2ltYWdlLmg6ODU6IHN5bnRh eCBlcnJvciBiZWZvcmUgYEdka1BpeGJ1ZkFuaW1hdGlvbkl0ZXInDQpnbWFr ZVsyXTogKioqIFtnY29uZi1ib29rbWFya3Mub10gRXJyb3IgMQ0KZ21ha2Vb Ml06IExlYXZpbmcgZGlyZWN0b3J5IGAvdXNyL3BvcnRzL3N5c3V0aWxzL2dj b25mLWVkaXRvci93b3JrL2djb25mLWVkaXRvci0wLjIvc3JjJw0KZ21ha2Vb MV06ICoqKiBbYWxsLXJlY3Vyc2l2ZV0gRXJyb3IgMQ0KZ21ha2VbMV06IExl YXZpbmcgZGlyZWN0b3J5IGAvdXNyL3BvcnRzL3N5c3V0aWxzL2djb25mLWVk aXRvci93b3JrL2djb25mLWVkaXRvci0wLjInDQpnbWFrZTogKioqIFthbGwt cmVjdXJzaXZlLWFtXSBFcnJvciAyDQoqKiogRXJyb3IgY29kZSAyDQoNClN0 b3AgaW4gL3Vzci9wb3J0cy9zeXN1dGlscy9nY29uZi1lZGl0b3IuDQoqKiog RXJyb3IgY29kZSAxDQoNClN0b3AgaW4gL3Vzci9wb3J0cy94MTEvZ25vbWUy Lg0K --1205380948-355679622-1027437557=:24989 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="installed.txt" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: installed packages Content-Disposition: attachment; filename="installed.txt" M2Rwb25nLTAuNA0KNDRic2QtY3NoLTIwMDAxMTA2DQpBYmlXb3JkLTAuOS42 LjENCkJpdGNoWC0xLjBjMTlfMQ0KSGVybWVzLTEuMy4yDQpJbWFnZU1hZ2lj ay01LjQuNy4xXzENCk1lc2EtMy40LjJfMg0KT1JCaXQtMC41LjE3DQpPUkJp dDItMi40LjANClNTTHRlbG5ldC0wLjEzDQpWaXN1YWxPUy0xLjAuNA0KWEZy ZWU4Ni00LjIuMF8xLDENClhGcmVlODYtRm9udFNlcnZlci00LjIuMA0KWEZy ZWU4Ni1TZXJ2ZXItNC4yLjBfMw0KWEZyZWU4Ni1hb3V0bGlicy0zLjMuNi45 DQpYRnJlZTg2LWNsaWVudHMtNC4yLjBfMg0KWEZyZWU4Ni1kb2N1bWVudHMt NC4yLjANClhGcmVlODYtZm9udDEwMGRwaS00LjIuMA0KWEZyZWU4Ni1mb250 NzVkcGktNC4yLjANClhGcmVlODYtZm9udEN5cmlsbGljLTQuMi4wDQpYRnJl ZTg2LWZvbnREZWZhdWx0Qml0bWFwcy00LjIuMA0KWEZyZWU4Ni1mb250RW5j b2RpbmdzLTQuMi4wDQpYRnJlZTg2LWZvbnRTY2FsYWJsZS00LjIuMA0KWEZy ZWU4Ni1saWJyYXJpZXMtNC4yLjBfMg0KWFBvc3RpdFBsdXMtMi4zXzENClhh dzNkLTEuNQ0KYWFsaWItMS40LnI1XzENCmFmdGVyc3RlcC0xLjBfMQ0KYWdy ZXAtMi4wNA0KYWxsZWdyby00LjAuMF8xDQphbmdiYW5kLTIuOS4wDQphbnRp d29yZC0wLjMyDQphcGFjaGUtMi4wLjM5XzcNCmFwZWwtZW1hY3MyMC0xMC4z DQphcmNoaWUtMS40LjENCmFyY2hpZS5lbC0zLjAuMg0KYXJ0cy0xLjAuMiwx DQphc2VkaXQtMS4zLjJfMQ0KYXRrLTEuMC4yDQphdXRvY29uZi0yLjUzDQph dXRvY29uZjIxMy0yLjEzLjAwMDIyN18yDQphdXRvbWFrZS0xLjUsMQ0KYXV0 b21ha2UxNC0xLjQuNV8xDQpheHlmdHAtMC41LjENCmJhY2tmcmFjdC0xLjEu Mg0KYmFzaC0yLjA1YQ0KYmNjLTE5OTUuMDMuMTINCmJlZWNyeXB0LTIuMS4w DQpiaXNvbi0xLjM1XzENCmJpdG1hcC1lbWFjczIwLTguNQ0KYml0bWFwLWZv bnRzLTEuMA0KYmxhY2tib3gtMC42Mi4xDQpibHQtMi40dQ0KYmx1ZS0yLjQN CmJsdWVmaXNoLTAuNw0KYm9laG0tZ2MtNi4wDQpib25vYm8tMS4wLjIwXzIN CmJvbm9iby1hY3RpdmF0aW9uLTEuMC4yDQpib3R0bGVyb2NrZXQtMC4wNGMN CmJveGVzLTEuMC4xDQpid2Jhc2ljLTIuMjBwMg0KYnppcDItMS4wLjENCmNh bGN0b29sLTIuNC4xMw0KY2Zsb3ctMi4wDQpjaGtyb290a2l0LTAuMzYNCmNo cm9vdHVpZC0xLjMNCmNvZGUyaHRtbC0wLjkNCmNvbG9yLW1hdGUtMTAuNQ0K Y29sb3J0YWlsLTAuMy4wDQpjb29sZWRpdC0zLjE3LjVfMQ0KY29yZXdhcnMt MC45LjEyDQpjb3dzYXktMy4wM18xDQpjcm9ub2xvZy0xLjYuMg0KY3Njb3Bl LTE1LjNfMQ0KY3NzLW1vZGUtZWxpc3AtMC4xMQ0KY3RhZ3MtNS4zDQpjdWVj YXQtMS4xDQpjdXBzLWJhc2UtMS4xLjE1LjENCmN1dGlscy0xLjYNCmN2c3Vw LTE2LjFmDQpjd2ViLTMuNjMNCmN4cmVmLTEuNWQNCmRiMy0zLjIuOV8zLDEN CmRlY3NzLTEuMA0KZGVtb3JvbmlzZXItMS4wDQpkZXNwb29mLTAuOQ0KZGlj dGQtMS43LjFfMQ0KZGljdGQtZGF0YWJhc2UtMjAwMjA2MTANCmRpZmYtbW9k ZS5lbC0xLjhfMQ0KZGlsbG8tMC42LjYNCmRsbWFsbG9jLTIuNi41DQpkb2Ni b29rLTEuMg0KZG9jYm9vay0yNDENCmRvY2Jvb2stMy4wDQpkb2Nib29rLTMu MQ0KZG9jYm9vay00LjANCmRvY2Jvb2stNC4xDQpkb2Nib29rLXhtbC00LjEu Ml8xDQpkb2Nib29rLXhzbC0xLjUxLjENCmRvcGV3YXJzLTEuNS42DQpkdGQt Y2F0YWxvZ3MtMS4yDQpkdW5nZW9uLTEuMA0KZWRiLTEuMC4zDQplZWwtMS4w LjJfMQ0KZWxlY3RyaWNmZW5jZS0yLjIuMg0KZWxpYi1lbWFjczIwLTEuMF8x DQplbWFjcy0yMC43XzENCmVtYWNzLTIxLjJfMQ0KZW1hY3MtdzNtLWVtYWNz MjAtMS4yLjcNCmVtaWNsb2NrLTIuMC4yDQplbXBpcmUtMS4yDQplb2cyLTEu MC4xDQplcGVybC0yLjIuMTQNCmVwaGVtLTQuMjgNCmVzb3VuZC0wLjIuMjgN CmV4cGF0LTEuOTUuNA0KZXhwZWN0LTUuMzcuMg0KZXptMy0xLjANCmZhY2Vz LTEuNi4xXzENCmZhbS0yLjYuOA0KZmFzdGphci0wLjkwDQpmYmJpLTAuOTgN CmZldGNobWFpbC01LjkuMTENCmZpcmV3YWxrLTEuMA0KZmxhc2hwbHVnaW4t MC40LjMNCmZyYWdyb3V0ZXItMS42DQpmcmVlZm9udHMtMC4xMF8xDQpmcmVl dHlwZS0xLjMuMV8yDQpmcmVldHlwZTItMi4xLjINCmZ1bm5lbHdlYi0zLjIN CmdhaWwtMC4xNg0KZ2FsLTAuMTkuMw0KZ2FsYXhpcy0xLjINCmdhbGVvbi0x LjIuNQ0KZ2F3ay0zLjEuMQ0KZ2NjMzAtMy4wLjQNCmdjb2xvci0wLjQNCmdj b25mLTEuMC45DQpnY29uZjItMS4yLjANCmdkYm0tMS44LjANCmdkaWN0LTAu Nw0KZ2RrLXBpeGJ1Zi0wLjE4LjANCmdkbS0yLjIuNS41DQpnZWVrY29kZS0x LjcNCmdldHRleHQtMC4xMC4zNV8yDQpnZXR0ZXh0LTAuMTEuMl8xDQpnZ3Yt MS4wLjJfMQ0KZ2hleC0xLjIuMQ0KZ2hvc3RzY3JpcHQtZ251LTcuMDVfMQ0K Z2hvc3R2aWV3LTEuNQ0KZ2libGliLTEuMi4yDQpnaWNxLTAuMzMNCmdpZnNp Y2xlLTEuMzANCmdpbXAtMS4yLjNfMSwxDQpna3JlbGxtLTEuMi4xMw0KZ2ty ZWxsbW9vbi0wLjMNCmdsZS0zLjAuMw0KZ2xpYi0xLjIuMTBfNw0KZ2xpYi0y LjAuNF8xDQpnbGlid3d3LTAuMl8xDQpnbGlmZS0wLjIuMV8xDQpnbGltcHNl LTQuMTIuNg0KZ21ha2UtMy43OS4xXzINCmdtYW4tMC45LjMNCmdub21lMndt YWtlci0xLjINCmdub21lYXBwbGV0czItMi4wLjENCmdub21lYXVkaW8tMS40 LjANCmdub21lY2FudmFzLTAuMTguMA0KZ25vbWVjb250cm9sY2VudGVyLTEu NC4wLjVfMQ0KZ25vbWVjb250cm9sY2VudGVyMi0yLjAuMA0KZ25vbWVjb3Jl LTEuNC4xDQpnbm9tZWNvcmUtMS40LjFfMQ0KZ25vbWVkYi0wLjIuOTZfMQ0K Z25vbWVkZXNrdG9wLTIuMC4zDQpnbm9tZWhpZXItMS4wXzMNCmdub21lbGli cy0xLjQuMS43XzENCmdub21lbWMtNC41LjU1DQpnbm9tZW1lZGlhMi0yLjAu MA0KZ25vbWVtaW1lZGF0YS0yLjAuMA0KZ25vbWVtbS0xLjIuMg0KZ25vbWVw YW5lbC0yLjAuMl8xDQpnbm9tZXBpbG90LTAuMS42NQ0KZ25vbWVwaWxvdC1j b25kdWl0cy0wLjkNCmdub21lcGltLTEuNC42XzENCmdub21lcHJpbnQtMC4z Ng0KZ25vbWV1c2VyZG9jcy0xLjQuMS4xDQpnbm9tZXV0aWxzMi0yLjAuMCwx DQpnbm9tZXZmcy0xLjAuNV80DQpnbm9tZXZmczItMi4wLjENCmdudXBnLTEu MC43DQpnb2ItMS4wLjEyDQpncmFjdWxhLTMuMA0KZ3NtLTEuMC4xMA0KZ3Rr LTEuMi4xMF83DQpndGstMi4wLjUNCmd0ay1lbmdpbmVzLTAuMTJfMg0KZ3Rr Z2xhcmVhLTEuMi4yDQpndGtodG1sLTEuMC40DQpndGttbS0xLjIuOA0KZ3Rr cG9ydHNjYW4tMS4yDQpndWlsZS0xLjQuMV8xDQpndWlsZS1nbm9tZS0wLjIw XzMNCmd1aWxlLWd0ay0wLjIwXzENCmd4YW5pbS0wLjUwDQpneXJvc2NvcGUt MS4wDQpoZXNpb2QtMy4wLjINCmhuYi0xLjguMQ0KaHRtbC00LjAxDQpodW50 LTEuMA0KaTE4bi1tYW4tMS4xDQppY2VwcmVmLTEuMQ0KaWNld20tZXNvdW5k LWdub21lLTEuMC45LjINCmljb252LTIuMF8zDQppZDNlbC0wLjA1DQppZGVu dGlmeS0wLjcNCmltYWtlLTQuMi4wXzENCmltbGliLTEuOS4xNF8xDQppbWxp YjItMS4wLjUNCmludGx0b29sLTAuMjINCmlzbzEyMDgzLTE5OTMNCmlzbzg4 NzktMTk4Ng0KaXNwZWxsLTMuMi4wNl8yDQpqYS1saWJpbWctMS4yYjINCmph ZGUtMS4yLjFfMQ0KamF2YXZtd3JhcHBlci0xLjQNCmpiaWdraXQtMS40DQpq ZGstMS4xLjgNCmppdmUtMS4xDQpqbGV4LTEuMi4zDQpqcGVnLTZiXzENCmpy ZS0xLjEuOA0KanVua2J1c3Rlci0yLjAuMl8yDQprZGUtMy4wLjINCmtkZWFy dHdvcmstMi4yLjINCmtkZWJhc2UtMy4wLjJfMQ0Ka2RlZ2FtZXMtMy4wLjIN CmtkZWdyYXBoaWNzLTMuMC4yXzENCmtkZWxpYnMtMi4yLjJfMw0Ka2RlbGli cy0zLjAuMg0Ka2RlbXVsdGltZWRpYS0yLjIuMl8yDQprZGVuZXR3b3JrLTMu MC4yXzENCmtkZXV0aWxzLTIuMi4yDQprb2ZmaWNlLTEuMS4xLDENCmtzaDkz LTIwMDIwNjI4DQprc3RhcnMtMC45DQpreG1sZWRpdG9yLTAuNy4yDQpsYW1i ZGFtb28tMS44LjENCmxjbXMtMS4wOA0KbGVpbS0yMS4yDQpsZXNzLTM3Ng0K bGliSURMLTAuOC4wDQpsaWJhcnRfbGdwbDItMi4zLjEwDQpsaWJhdWRpb2Zp bGUtMC4yLjMNCmxpYmJvbm9iby0yLjAuMA0KbGliYm9ub2JvdWktMi4wLjAN CmxpYmZweC0xLjIuMC40DQpsaWJnZGEtMC4yLjk2XzENCmxpYmdodHRwLTEu MC45DQpsaWJnbGFkZS0wLjE3XzINCmxpYmdsYWRlMi0yLjAuMA0KbGliZ25v bWUtMi4wLjFfMQ0KbGliZ25vbWVjYW52YXMtMi4wLjENCmxpYmdub21lcHJp bnQtMS4xMTUuMA0KbGliZ25vbWV1aS0yLjAuMQ0KbGliZ251Z2V0b3B0LTEu MQ0KbGliZ3RvcDItMi4wLjANCmxpYmljb252LTEuOA0KbGliaWNxLTAuMzMN CmxpYm1uZy0xLjAuMw0KbGlibXBlZzItMC4yLjFfMQ0KbGlibmV0LTEuMC4y YQ0KbGlib2dnLTEuMCwzDQpsaWJwYW5lbC0xLjQuMQ0KbGlicGFyYW5vaWEt MS40DQpsaWJwcm9wbGlzdC0wLjEwLjENCmxpYnJlcC0wLjE2LjFfMQ0KbGli cnN2Zy0xLjAuM18xDQpsaWJyc3ZnMi0yLjAuMA0KbGlic2hoY2FyZHMtMS4w LjUNCmxpYnNoaG1zZy0xLjQuMQ0KbGlic2hob3B0LTEuMS43DQpsaWJzaWdj KystMS4wLjMNCmxpYnNsYW5nLTEuNC41DQpsaWJ0b29sLTEuMy40XzQNCmxp YnVuZ2lmLTQuMS4wYjENCmxpYnVuaWNvZGUtMC40XzMNCmxpYnZvcmJpcy0x LjAsMw0KbGlid21mLTAuMi41XzENCmxpYnduY2stMC4xNA0KbGlid3d3LTUu NC4wDQpsaWJ4YWxsb2MtMS4wLjQNCmxpYnhtbC0xLjguMTdfMQ0KbGlieG1s Mi0yLjQuMjMNCmxpYnhzbHQtMS4wLjE5DQpsaW5ib3QtMS4wXzMNCmxpbmMt MC41LjANCmxpbnV4X2Jhc2UtNy4xDQpsaW51eGRvYy0xLjENCmxvZ2NoZWNr LTEuMS4xDQpsb3NlcmphYmJlci0yLjEuNQ0KbHJ6c3otMC4xMi4yMA0KbHVu YS0xLjkNCmx5bngtMi44LjQuMWJfMQ0KbTQtMS40XzENCm1hbGJvbGdlLTEu MA0KbWF3ay0xLjMuMw0KbWVkdXNhLTAuNS4xDQptaW5pY29tLTIuMDAuMA0K bWtjYXRhbG9nLTEuMQ0KbW9zdC00LjkuMg0KbW96aWxsYS0xLjBfMSwxDQpt b3ppbGxhLWVtYmVkZGVkLTEuMF8xLDENCm1vemlsbGEtaGVhZGVycy0xLjBf MSwxDQptcGVnMnBsYXktMS4xYg0KbXBlZ19saWItMS4zLjENCm1wZWdfcGxh eS0yLjQNCm1wZWdfc3RhdC0yLjJiDQptcGcxMjMtZXNvdW5kLTAuNTlyXzgN Cm1wZzEyMy5lbC0xLjI0DQptdWRzaC0yMDAxMDMxMQ0KbXV0dC0xLjQNCm11 dHR6aWxsYS0wLjQwDQpuYXV0aWx1cy0xLjAuNl82DQpuYXdrLTIwMDIwMjEw DQpuY2Z0cC0yLjQuMw0KbmNmdHAxLTEuOS41DQpuZW1lc2lzLTEuMzINCm5l dGhhY2stMy4yLjMNCm5ldGhhY2stMy4zLjFfMQ0KbmV0cGJtLTEwLjUNCm5l dHJpcy0wLjUNCm5ldHNjYXBlLWNvbW11bmljYXRvci00Ljc2DQpuZXRzY2Fw ZS1yZW1vdGUtMS4wXzENCm5ldHNjYXBlLXdyYXBwZXItMjAwMC4wNy4wNw0K bm9uc2Vuc2UtMC42DQpvYWYtMC42LjEwDQpvYmpwcmVsaW5rLTEuMF8yDQpv bWVnYS0wLjkwLjQNCm9wZW4tbW90aWYtMi4xLjMwXzINCm9wZW5qaXQtMS4x LjE1DQpvcGVudW5pdmVyc2UtMS4wLmIzDQpvcGVudnJtbC0wLjEwLjENCnA1 LVRlcm0tQU5TSUNvbG9yLTEuMDMNCnA1LVRlcm0tUmVhZEtleS0yLjE0DQpw NS1UZXJtLVNjcmVlbi0xLjAwDQpwNS1YTUwtUGFyc2VyLTIuMzBfMg0KcDUt WE1MLVdyaXRlci0wLjRfMQ0KcGFuZWxtbS0wLjMuMQ0KcGFuZ28tMS4wLjNf MQ0KcGNyZS0zLjcNCnBka3NoLTUuMi4xNHAyDQpwZXBzLTEuMA0KcGVybHNo LTAuMDA5XzENCnBoeXNjYWxjLTIuNA0KcGlsb3QtbGluay0wLjkuNV80DQpw a2dfdGFydXAtMS4yXzMNCnBrZ2NvbmZpZy0wLjEyLjANCnBrZ2RiLmRiDQpw bmctMS4yLjQNCnBuZ2NydXNoLTEuNS44DQpwb3B0LTEuNi40DQpwb3J0c2Nh bm5lci0xLjINCnBvcnRzZW50cnktMS4xDQpwb3J0dXBncmFkZS0yMDAyMDcw Ng0KcG92cmF5LTMuMC4xDQpwcm9jbWFpbC0zLjIyDQpwcm9tLW1ldy0xLjkz LjRfMQ0KcHJvbS13bC0xLjEuMl8xDQpwc2ljb252LTAuOC4zDQpwc3BlbGwt MC4xMi4yXzENCnB5LUh5cGVyVGV4dC0xLjAuMQ0KcHktU1FMRGljdC0xLjAu MA0KcHktZnJlZXR5cGUtMC42NQ0KcHktZ25vbWUtMS40LjINCnB5LWd0ay0w LjYuOQ0KcHkta3F1ZXVlLTEuM18xDQpweTIxLW9yYml0LTAuMy4xDQpweTIy LTRzdWl0ZS0wLjExLjFfMQ0KcHkyMi1hc3YtMC40XzQNCnB5MjItY3N2LTAu NQ0KcHkyMi1leHBhdC0yLjIuMV8xDQpweTIyLWdkYm0tMi4yLjENCnB5MjIt a2pidWNrZXRzLTEuMC4wLDENCnB5MjItbmN1cnNlcy0wLjNfMQ0KcHkyMi1u dW1lcmljLTIxLjANCnB5MjItcG13LTAuOC41DQpweTIyLXRraW50ZXItMi4y LjENCnB5MjItdHJleC0wLjcuMg0KcHkyMi14bWwtMC43LjENCnB5V2VhdGhl ci0wLjFiDQpweWJlbmNoLTEuMA0KcHljaGVja2VyLTAuOC44DQpweWZpbmQt MC4xMC4yDQpweWdteS0wLjYuMA0KcHl0aG9uLTIuMi4xDQpxaXgtMS4yDQpx dC0zLjAuM181DQpxdWFudGEtMi4wcDFfMQ0KcmFkaXVzbmlmZi0wLjINCnJl cC1ndGstZ25vbWUtMC4xNV8xDQpybWFuLTMuMC45DQpycGxheS0zLjMuMg0K cnBtLTMuMC42XzYNCnJ1YnktMS42LjcuMjAwMi4wNy4xNQ0KcnVieS1iZGIx LTAuMS43DQpydWJ5LWJ5YWNjci0wLjENCnJ1YnktbWFuLTEuNC42DQpydWJ5 LW9wdHBhcnNlLTAuOQ0KcnVieS1wcm9ncmFtbWluZ3J1YnktMC4zYQ0KcnVi eS1yZWZlcmVuY2UtMS4wXzENCnJ1Ynktc2hpbS1ydWJ5MTgtMS43LjIuMjAw Mi4wNS4yMQ0KcnVieS11c2Vyc2d1aWRlLTIwMDIwMzIzDQpzYXBwaGlyZS0w LjE1LjYNCnNhd2Zpc2gtZ25vbWUtMS4xDQpzY2Fuc3NoLTEuNjBiDQpzY2Vk LTEuMDMNCnNjcmVlbi0zLjkuMTFfMQ0Kc2Nyb2xsa2VlcGVyLTAuMy45LDEN CnNjcm90LTAuNg0Kc2N3bS0wLjk5LjYuMQ0Kc2N3bS1pY29ucy0wLjk5LjIN CnNkb2Nib29rLXhtbC00LjEuMi41DQpzZWRfaW5wbGFjZS0yMDAyLjA2LjI4 DQpzaHVqaXQtMC43LjEyDQpzaXAtMi41DQpzaXJjLTIuMjExDQpzbmlmZi0x LjANCnNuaWZmaXQtMC4zLjdiXzENCnNub3J0LTEuOC42DQpzb2wtMS4wLjYN CnNveC0xMi4xNy4zXzENCnNwZWxsY2FzdC0xLjINCnNwaWRlci0xLjENCnN0 YXJsYW5lcy0xLjIuMg0Kc3RhcnMtMS4wDQpzdWNrYmxvdy0xLjENCnN1ZG8t MS42LjYNCnN1cmZyYXctMS4wLjcNCnN2Z2FsaWItMS40LjJfMQ0Kc3dpc3N3 YXRjaC0wLjA2DQp0Y2wtOC4wLjUNCnRjbC04LjIuM18yDQp0Y2wtOC4zLjRf NA0KdGNsLW1lbWNoYW4tMi4yYTINCnRjbEdldE9wdHMtMS4wDQp0Y2x0dXRv ci0yLmIuNA0KdGNzaC02LjExLjAwDQp0ZHRkLmVsLTAuNy4xDQp0ZVRlWC0x LjAuN18xDQp0ZXh0bWF6ZS0xLjANCnRpZmYtMy41LjcNCnRrLTguMi4zXzEN CnRrLTguMy40XzMNCnRraW5mby0yLjUNCnRrbWFuLTIuMQ0KdHJhbnNmaWct My4yLjNkDQp0eWEtMS43LjMNCnVkZS0wLjIuN2IuMV8xDQp1bWwtMS4wLjIN CnVuY2x1dHRlci04DQp1bnppcC01LjUwDQp1dWxpYi0wLjUuMTMNCnZpLXZu dGVybS0zLjQNCnZpLXZueGZvbnRzLTEuMS4xDQp2aWV3Y3ZzLTAuOS4yDQp2 aW0tNS44LjgNCnZpbS02LjEuMTE4DQp2c2hudS0xLjAwMDgNCnczbS1tMTdu LTAuMysyMDAyMDMxMQ0Kd2VibGludC0xLjAyMA0Kd2hpcmxnaWYtMy4wNA0K d2luZG93bWFrZXItMC44MC4xDQp3bVdlYXRoZXItMS4zMQ0Kd21ha2VyY29u Zi0yLjguMQ0Kd21jdWJlLTAuOThfMQ0Kd21sLTIuMC44DQp3bXRoZW1laW5z dGFsbC0wLjYyDQp3cmFwcGVyLTEuMF8yDQp3dS1mdHBkLTIuNi4yDQp4YWxh bi1qLTIuMS4wDQp4YW5pbS0yLjgwLjINCnhhbnRmYXJtLTEuMTYNCnhibG9v ZC0yLjANCnhibG9vZHktMS4wMA0KeGNhbGVuZGFyLTQuMC4yMDAyXzENCnhj aGF0LWdub21lLTEuOC45DQp4Y29sb3JzLTEuMw0KeGNvbG9yc2VsLTEuMWEN CnhjcnVpc2UtMC4yNA0KeGVub24tMC42LjcNCnhlcGhlbS0zLjUuMg0KeGZp Zy0zLjIuM2QNCnhmaXJld29ya3MtMS4zDQp4Zm9ybXMtMS4wLDENCnhmcmFj dGludC0zLjEwDQp4aHRtbC0xLjANCnhpbnZhZGVyczNkLTEuMy42DQp4aXNw LTIuNg0KeGxlc3MtMS43DQp4bGlmZS0zLjANCnhtYWRkcmVzc2Jvb2stMS41 LjMNCnhtYW5kZWwtMS4wDQp4bWwtaTE4bi10b29scy0wLjkNCnhtbDRqLTMu MS4xDQp4cG0tMy40aw0KeHNjcmVlbnNhdmVyLTQuMDUNCnhzcGFjZXdhcnAt MS4yDQp4c3ByaW5naWVzLTEuMQ0KeHN0YXJyb2xsLTEuMDQNCnh0YXItMS40 DQp4dW5pY29kZS0wLjMuMw0KeHYtMy4xMGFfMg0KeHZpZXctMy4yLjFfMQ0K eHZtYWhqb25nZy0yLjENCnh3aG9pcy0wLjQuMA0KeXRhbGstMy4xLjENCnl0 cmVlLTEuNzQNCnpoLWhhbnppbS0xLjINCnpoLWx1bmFyLTIuMV8xDQp6aWxl LTEuNi4xDQp6aXAtMi4zXzENCnpzaC00LjAuNA0K --1205380948-355679622-1027437557=:24989-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jul 23 8:38: 2 2002 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 2C65B37B400 for ; Tue, 23 Jul 2002 08:38:01 -0700 (PDT) Received: from shumai.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A44343E3B for ; Tue, 23 Jul 2002 08:38:00 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (marcus@localhost.marcuscom.com [127.0.0.1]) by shumai.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6NFchid022710; Tue, 23 Jul 2002 11:38:43 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.12.5/8.12.5/Submit) with ESMTP id g6NFch37022707; Tue, 23 Jul 2002 11:38:43 -0400 (EDT) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 23 Jul 2002 11:38:43 -0400 (EDT) From: Joe Clarke To: burningclown@westhost43.westhost.net Cc: gnome@FreeBSD.ORG Subject: Re: gnome2 build problem: gconf-editor [attn: maintainer] In-Reply-To: Message-ID: <20020723113523.S22699-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 23 Jul 2002 burningclown@westhost43.westhost.net wrote: > > Greetings, > > I've been unable to build Gnome2 due to a persistent error building > gconf-editor. No one on the freebsd-questions list was able to offer a clue as > to what might be happening, so I'm following the instructions that appeared on > my screen at the last failure. :) I replied to you on questions@, and didn't receive anything in return. Now, with your pkg_info, I do have an idea. > > I have attached two files: the error output from make and a list of packages > installed on my system. > > Thanks in advance for any light you might be able to shed on this. Do you have a /usr/X11R6/include/gdk directory? If so, delete it? Chances are you either have that directory, or some other legacy gdk* directory lying around that's screwing up this build. gconf-editor builds just fine for me on -stable. Joe > > Regards, > > Glenn Becker > > +----------------+ > http://www.burningclown.com > "Everyone's Portal to Nothing At All" > +----------------+ > > PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jul 23 8:45: 3 2002 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 8F2AC37B400 for ; Tue, 23 Jul 2002 08:45:00 -0700 (PDT) Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4CD343E3B for ; Tue, 23 Jul 2002 08:44:59 -0700 (PDT) (envelope-from burningclown@westhost43.westhost.net) Received: from localhost (burningclown@localhost) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g6NFkdU29966; Tue, 23 Jul 2002 10:46:39 -0500 Date: Tue, 23 Jul 2002 10:46:37 -0500 (CDT) From: burningclown@westhost43.westhost.net To: Joe Clarke Cc: gnome@FreeBSD.ORG Subject: Re: gnome2 build problem: gconf-editor [attn: maintainer] In-Reply-To: <20020723113523.S22699-100000@shumai.marcuscom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I replied to you on questions@, and didn't receive anything in return. > Now, with your pkg_info, I do have an idea. Joe - apologies. I swear I sent a response to you and a later followup "thanks Joe Clarke" message to -questions with this newer problem. I appreciate your help, really! > Do you have a /usr/X11R6/include/gdk directory? If so, delete it? > Chances are you either have that directory, or some other legacy gdk* > directory lying around that's screwing up this build. > > gconf-editor builds just fine for me on -stable. Thanks again - checking it out now. G +----------------+ http://www.burningclown.com "Everyone's Portal to Nothing At All" +----------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jul 23 14:36:47 2002 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 35E1A37B400; Tue, 23 Jul 2002 14:36:45 -0700 (PDT) Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811CC43E4A; Tue, 23 Jul 2002 14:36:44 -0700 (PDT) (envelope-from burningclown@westhost43.westhost.net) Received: from localhost (burningclown@localhost) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g6NLccp25343; Tue, 23 Jul 2002 16:38:38 -0500 Date: Tue, 23 Jul 2002 16:38:37 -0500 (CDT) From: burningclown@westhost43.westhost.net To: freebsd-questions Cc: gnome@FreeBSD.ORG Subject: Gnome2 build problem SOLVED! Thanks Joe! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG All - I'd like to thank Joe Marcus Clarke for his assistance in getting past the fact that a repeated error building gconf-editor was keeping me from getting to Gnome2. The culprit was yet another outdated /usr/X11R6/include directory (gdk-pixbuf, to be precise). Thank you Joe. I hope I have learned something in this process. Regards, Glenn Becker +----------------+ http://www.burningclown.com "Everyone's Portal to Nothing At All" +----------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jul 23 16:44:34 2002 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 4269237B405 for ; Tue, 23 Jul 2002 16:44:27 -0700 (PDT) Received: from c000.snv.cp.net (h001.c000.snv.cp.net [209.228.32.65]) by mx1.FreeBSD.org (Postfix) with SMTP id A5E9043E42 for ; Tue, 23 Jul 2002 16:44:26 -0700 (PDT) (envelope-from henry@koren.com) Received: (cpmta 15540 invoked from network); 23 Jul 2002 16:44:20 -0700 Received: from 64.169.240.184 (HELO there) by smtp.koren.com (209.228.32.65) with SMTP; 23 Jul 2002 16:44:20 -0700 X-Sent: 23 Jul 2002 23:44:20 GMT From: Henry Koren Subject: Fwd: falure on /usr/ports/devel/gnomevfs Date: Tue, 23 Jul 2002 16:44:41 -0700 X-Mailer: KMail [version 1.4] To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_HA7QTHGDIATA38W8OPRD" Message-Id: <200207231644.41133.henry@koren.com> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_HA7QTHGDIATA38W8OPRD Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Btw, I fixed this by issuing the following command export PKG_CONFIG_PATH=3D/usr/X11R6/libdata/pkgconfig ---------- Forwarded Message ---------- Subject: falure on /usr/ports/devel/gnomevfs Date: Tue, 23 Jul 2002 16:03:08 -0700 From: Henry Koren To: gnome@FreeBSD.org attached is my /usr/ports/devel/gnomevfs/work/gnome-vfs-1.0.5/config.log Thanks ------------------------------------------------------- --------------Boundary-00=_HA7QTHGDIATA38W8OPRD Content-Type: text/x-log; charset="us-ascii"; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:781: checking for a BSD compatible install configure:834: checking whether build environment is sane configure:891: checking whether gmake sets ${MAKE} configure:937: checking for working aclocal configure:950: checking for working autoconf configure:963: checking for working automake configure:976: checking for working autoheader configure:989: checking for working makeinfo configure:1046: checking for perl configure:1116: checking whether to enable maintainer-specific portions of Makefiles configure:1141: checking for strerror in -lcposix configure:1160: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c -lcposix -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot find -lcposix configure: failed program was: #line 1149 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror(); int main() { strerror() ; return 0; } configure:1185: checking for gcc configure:1298: checking whether the C compiler (cc -O -pipe ) works configure:1314: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:1340: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1345: checking whether we are using GNU C configure:1354: cc -E conftest.c configure:1373: checking whether cc accepts -g configure:1405: checking how to run the C preprocessor configure:1426: cc -E -D_THREAD_SAFE -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1489: checking for gawk configure:1489: checking for mawk configure:1489: checking for nawk configure:1489: checking for awk configure:1519: checking for Cygwin environment configure:1535: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1531: `__CYGWIN32__' undeclared (first use in this function) configure:1531: (Each undeclared identifier is reported only once configure:1531: for each function it appears in.) configure: failed program was: #line 1524 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1552: checking for mingw32 environment configure:1564: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1560: `__MINGW32__' undeclared (first use in this function) configure:1560: (Each undeclared identifier is reported only once configure:1560: for each function it appears in.) configure: failed program was: #line 1557 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1656: checking host system type configure:1677: checking build system type configure:1706: checking for ld used by GCC configure:1774: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD]) configure:1791: checking for /usr/libexec/elf/ld option to reload object files configure:1803: checking for BSD-compatible nm configure:1841: checking whether ln -s works configure:1862: checking how to recognise dependant libraries configure:2045: checking for object suffix configure:2051: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 configure:2071: checking for executable suffix configure:2081: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:2112: checking command to parse /usr/bin/nm -B output configure:2192: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 configure:2195: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:2246: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c conftstm.o 1>&5 configure:2295: checking for dlfcn.h configure:2305: cc -E -D_THREAD_SAFE -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:2473: checking for ranlib configure:2540: checking for strip configure:2783: checking for objdir configure:2810: checking for cc option to produce PIC configure:2962: checking if cc PIC flag -fPIC works configure:2976: cc -c -O -pipe -fPIC -DPIC -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 configure:3028: checking if cc static flag -static works configure:3043: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include -static conftest.c -L/usr/local/lib 1>&5 configure:3070: checking if cc supports -c -o file.o configure:3089: cc -c -O -pipe -o out/conftest2.o -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 configure:3118: checking if cc supports -c -o file.lo configure:3136: cc -c -O -pipe -c -o conftest.lo -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 configure:3186: checking if cc supports -fno-rtti -fno-exceptions configure:3199: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 configure:3226: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:3882: checking how to hardcode library paths into programs configure:3910: checking whether stripping libraries is possible configure:3924: checking dynamic linker characteristics configure:4321: checking if libtool supports shared libraries configure:4325: checking whether to build shared libraries configure:4348: checking whether to build static libraries configure:4884: checking whether -lc should be explicitly linked in configure:4891: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 configure:4904: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 configure:5493: checking for pkg-config configure:5539: checking for gnome-mime-data-2.0 --------------Boundary-00=_HA7QTHGDIATA38W8OPRD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jul 23 17:27:44 2002 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 7F79637B400 for ; Tue, 23 Jul 2002 17:27:39 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B14F043E67 for ; Tue, 23 Jul 2002 17:27:38 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.200] (vpn-client.marcuscom.com [10.2.1.200]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6O0Pvkx072811; Tue, 23 Jul 2002 20:25:58 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Fwd: falure on /usr/ports/devel/gnomevfs From: Joe Marcus Clarke To: Henry Koren Cc: gnome@FreeBSD.ORG In-Reply-To: <200207231644.41133.henry@koren.com> References: <200207231644.41133.henry@koren.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 23 Jul 2002 20:27:00 -0400 Message-Id: <1027470424.463.3.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-07-23 at 19:44, Henry Koren wrote: > Btw, I fixed this by issuing the following command > > export PKG_CONFIG_PATH=/usr/X11R6/libdata/pkgconfig Without the output of make configure, I can't be certain, but do you have gnomemimedata installed? If so, what version? Joe > > ---------- Forwarded Message ---------- > > Subject: falure on /usr/ports/devel/gnomevfs > Date: Tue, 23 Jul 2002 16:03:08 -0700 > From: Henry Koren > To: gnome@FreeBSD.org > > attached is my > > /usr/ports/devel/gnomevfs/work/gnome-vfs-1.0.5/config.log > > Thanks > > ------------------------------------------------------- > > ---- > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > configure:781: checking for a BSD compatible install > configure:834: checking whether build environment is sane > configure:891: checking whether gmake sets ${MAKE} > configure:937: checking for working aclocal > configure:950: checking for working autoconf > configure:963: checking for working automake > configure:976: checking for working autoheader > configure:989: checking for working makeinfo > configure:1046: checking for perl > configure:1116: checking whether to enable maintainer-specific portions of Makefiles > configure:1141: checking for strerror in -lcposix > configure:1160: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c -lcposix -L/usr/local/lib 1>&5 > /usr/libexec/elf/ld: cannot find -lcposix > configure: failed program was: > #line 1149 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char strerror(); > > int main() { > strerror() > ; return 0; } > configure:1185: checking for gcc > configure:1298: checking whether the C compiler (cc -O -pipe ) works > configure:1314: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 > configure:1340: checking whether the C compiler (cc -O -pipe ) is a cross-compiler > configure:1345: checking whether we are using GNU C > configure:1354: cc -E conftest.c > configure:1373: checking whether cc accepts -g > configure:1405: checking how to run the C preprocessor > configure:1426: cc -E -D_THREAD_SAFE -I/usr/local/include conftest.c >/dev/null 2>conftest.out > configure:1489: checking for gawk > configure:1489: checking for mawk > configure:1489: checking for nawk > configure:1489: checking for awk > configure:1519: checking for Cygwin environment > configure:1535: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 > configure: In function `main': > configure:1531: `__CYGWIN32__' undeclared (first use in this function) > configure:1531: (Each undeclared identifier is reported only once > configure:1531: for each function it appears in.) > configure: failed program was: > #line 1524 "configure" > #include "confdefs.h" > > int main() { > > #ifndef __CYGWIN__ > #define __CYGWIN__ __CYGWIN32__ > #endif > return __CYGWIN__; > ; return 0; } > configure:1552: checking for mingw32 environment > configure:1564: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 > configure: In function `main': > configure:1560: `__MINGW32__' undeclared (first use in this function) > configure:1560: (Each undeclared identifier is reported only once > configure:1560: for each function it appears in.) > configure: failed program was: > #line 1557 "configure" > #include "confdefs.h" > > int main() { > return __MINGW32__; > ; return 0; } > configure:1656: checking host system type > configure:1677: checking build system type > configure:1706: checking for ld used by GCC > configure:1774: checking if the linker (/usr/libexec/elf/ld) is GNU ld > GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD]) > configure:1791: checking for /usr/libexec/elf/ld option to reload object files > configure:1803: checking for BSD-compatible nm > configure:1841: checking whether ln -s works > configure:1862: checking how to recognise dependant libraries > configure:2045: checking for object suffix > configure:2051: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 > configure:2071: checking for executable suffix > configure:2081: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 > configure:2112: checking command to parse /usr/bin/nm -B output > configure:2192: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 > configure:2195: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm > configure:2246: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c conftstm.o 1>&5 > configure:2295: checking for dlfcn.h > configure:2305: cc -E -D_THREAD_SAFE -I/usr/local/include conftest.c >/dev/null 2>conftest.out > configure:2473: checking for ranlib > configure:2540: checking for strip > configure:2783: checking for objdir > configure:2810: checking for cc option to produce PIC > configure:2962: checking if cc PIC flag -fPIC works > configure:2976: cc -c -O -pipe -fPIC -DPIC -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 > configure:3028: checking if cc static flag -static works > configure:3043: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/local/include -static conftest.c -L/usr/local/lib 1>&5 > configure:3070: checking if cc supports -c -o file.o > configure:3089: cc -c -O -pipe -o out/conftest2.o -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 > configure:3118: checking if cc supports -c -o file.lo > configure:3136: cc -c -O -pipe -c -o conftest.lo -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 > configure:3186: checking if cc supports -fno-rtti -fno-exceptions > configure:3199: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 > configure:3226: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries > configure:3882: checking how to hardcode library paths into programs > configure:3910: checking whether stripping libraries is possible > configure:3924: checking dynamic linker characteristics > configure:4321: checking if libtool supports shared libraries > configure:4325: checking whether to build shared libraries > configure:4348: checking whether to build static libraries > configure:4884: checking whether -lc should be explicitly linked in > configure:4891: cc -c -O -pipe -D_THREAD_SAFE -I/usr/local/include conftest.c 1>&5 > configure:4904: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 > configure:5493: checking for pkg-config > configure:5539: checking for gnome-mime-data-2.0 -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jul 23 18:30:25 2002 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 0C69937B400; Tue, 23 Jul 2002 18:30:24 -0700 (PDT) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D4E43E65; Tue, 23 Jul 2002 18:30:23 -0700 (PDT) (envelope-from s.wingate@cox.net) Received: from daemon.velosystems.net ([68.15.85.238]) by fed1mtao03.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20020724013022.XYDC1378.fed1mtao03.cox.net@daemon.velosystems.net>; Tue, 23 Jul 2002 21:30:22 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Steve Wingate To: burningclown@westhost43.westhost.net, freebsd-questions Subject: Re: Gnome2 build problem SOLVED! Thanks Joe! Date: Tue, 23 Jul 2002 18:30:22 -0700 User-Agent: KMail/1.4.2 Cc: gnome@FreeBSD.ORG References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207231830.22900.s.wingate@cox.net> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 23 July 2002 02:38 pm, burningclown@westhost43.westhost.net wrote: > All - > > I'd like to thank Joe Marcus Clarke for his assistance in getting past the > fact that a repeated error building gconf-editor was keeping me from > getting to Gnome2. The culprit was yet another outdated /usr/X11R6/include > directory (gdk-pixbuf, to be precise). > Joe has been a big help to me several times. He's a good guy to have on the team. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 9:32:23 2002 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 80BBE37B400; Wed, 24 Jul 2002 09:32:20 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9405D43E67; Wed, 24 Jul 2002 09:32:19 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6OGUckx076434; Wed, 24 Jul 2002 12:30:38 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Gnome2 build problem SOLVED! Thanks Joe! From: Joe Marcus Clarke To: Steve Wingate Cc: burningclown@westhost43.westhost.net, freebsd-questions , gnome@FreeBSD.ORG In-Reply-To: <200207231830.22900.s.wingate@cox.net> References: <200207231830.22900.s.wingate@cox.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 24 Jul 2002 12:31:47 -0400 Message-Id: <1027528308.445.4.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-07-23 at 21:30, Steve Wingate wrote: > On Tuesday 23 July 2002 02:38 pm, burningclown@westhost43.westhost.net wrote: > > All - > > > > I'd like to thank Joe Marcus Clarke for his assistance in getting past the > > fact that a repeated error building gconf-editor was keeping me from > > getting to Gnome2. The culprit was yet another outdated /usr/X11R6/include > > directory (gdk-pixbuf, to be precise). > > > Joe has been a big help to me several times. He's a good guy to have on the > team. Glad I can be of some help. Now that I'm back from vacation, I can focus more on getting some other GNOME 2 stuff fixed. Joe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 9:39:44 2002 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 EE9B837B400 for ; Wed, 24 Jul 2002 09:39:42 -0700 (PDT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAA743E6E for ; Wed, 24 Jul 2002 09:39:13 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id GQF37091 for ; Wed, 24 Jul 2002 09:39:11 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 1A3975D03 for ; Wed, 24 Jul 2002 09:39:11 -0700 (PDT) To: gnome@freebsd.org Subject: Status of xscreensaver-gnome Date: Wed, 24 Jul 2002 09:39:11 -0700 From: "Kevin Oberman" Message-Id: <20020724163911.1A3975D03@ptavv.es.net> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Last week there were messages from sobomax and dougb about creating a new xscreensaver-gnome port that would be maintained by sobomax/gnome. Is anything happening? I've had to hand fix-up the screensaver functionality on several system that have been recently upgraded and several more are coming soon. I've got the steps pretty well down by now, but, if a real fix is close, I'd just as soon wait. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 10:25:27 2002 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 4599737B400; Wed, 24 Jul 2002 10:25:25 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4869143E67; Wed, 24 Jul 2002 10:25:24 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6OHN7kx076630; Wed, 24 Jul 2002 13:23:07 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Status of xscreensaver-gnome From: Joe Marcus Clarke To: Kevin Oberman Cc: gnome@FreeBSD.ORG, dougb@FreeBSD.ORG In-Reply-To: <20020724163911.1A3975D03@ptavv.es.net> References: <20020724163911.1A3975D03@ptavv.es.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 24 Jul 2002 13:24:16 -0400 Message-Id: <1027531456.445.8.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2002-07-24 at 12:39, Kevin Oberman wrote: > Last week there were messages from sobomax and dougb about creating a new > xscreensaver-gnome port that would be maintained by sobomax/gnome. Is > anything happening? > > I've had to hand fix-up the screensaver functionality on several system > that have been recently upgraded and several more are coming > soon. I've got the steps pretty well down by now, but, if a real fix > is close, I'd just as soon wait. I haven't heard from sobomax in a while, and I'm beginning to get worried. I'm not sure what Doug thought of the patches, so I'm adding him to the distribution. Joe > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 10:47:43 2002 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 8497737B400 for ; Wed, 24 Jul 2002 10:47:41 -0700 (PDT) Received: from boise.neuroflux.com (ns1.neuroflux.com [204.228.228.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id E374243E65 for ; Wed, 24 Jul 2002 10:47:40 -0700 (PDT) (envelope-from ryans@gamersimpact.com) Received: from boise.neuroflux.com (ryans@localhost.neuroflux.com [127.0.0.1]) by boise.neuroflux.com (8.12.5/8.11.6) with ESMTP id g6OHlYAT076415 for ; Wed, 24 Jul 2002 13:47:38 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: Host ryans@localhost.neuroflux.com [127.0.0.1] claimed to be boise.neuroflux.com Received: from localhost (ryans@localhost) by boise.neuroflux.com (8.12.5/8.12.4/Submit) with ESMTP id g6OHlXMq076412 for ; Wed, 24 Jul 2002 13:47:34 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: ryans owned process doing -bs Date: Wed, 24 Jul 2002 13:47:33 -0400 (EDT) From: Ryan Sommers X-X-Sender: ryans@boise.neuroflux.com To: freebsd-gnome@FreeBSD.org Subject: Failed Ports Compilation Message-ID: <20020724134451.H76401-100000@boise.neuroflux.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm receiving the following error when I try to compile x11/gnomelibs: cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -DNEED_GNOMESUPPORT_H -I../support -I../support -I../intl -I../intl -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -DGNOMELIBDIR=\""/usr/X11R6/lib"\" -DGNOMEDATADIR=\""/usr/X11R6/share/gnome"\" -DGNOMEBINDIR=\""/usr/X11R6/bin"\" -DGNOMELOCALSTATEDIR=\""/usr/X11R6/share/gnome"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNOMESYSCONFDIR=\""/usr/X11R6/etc"\" -DVERSION=\""1.4.1.7"\" -DG_LOG_DOMAIN=\"Gnome\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -Wunused -c gnome-moz-remote.c gnome-moz-remote.c:50: X11/Xlib.h: No such file or directory gnome-moz-remote.c:51: X11/Xatom.h: No such file or directory In file included from gnome-moz-remote.c:60: vroot.h:62: syntax error before `VirtualRootWindowOfScreen' vroot.h:63: syntax error before `Screen' vroot.h:63: warning: type defaults to `int' in declaration of `screen' vroot.h:63: warning: data definition has no type or storage class vroot.h:64: syntax error before `{' gmake[2]: *** [gnome-moz-remote.o] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.7/libgnome' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.7' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11/gnomelibs. su-2.05a# If it matters I installed X from binaries, not ports. -- Ryan "leadZERO" Sommers Gamer's Impact President ryans@gamersimpact.com ICQ: 1019590 AIM/MSN: leadZERO -= http://www.gamersimpact.com =- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 11: 9:27 2002 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 C1CCB37B401 for ; Wed, 24 Jul 2002 11:09:23 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4AAA43E5E for ; Wed, 24 Jul 2002 11:09:22 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6OI7kkx076823; Wed, 24 Jul 2002 14:07:48 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Failed Ports Compilation From: Joe Marcus Clarke To: Ryan Sommers Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <20020724134451.H76401-100000@boise.neuroflux.com> References: <20020724134451.H76401-100000@boise.neuroflux.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 24 Jul 2002 14:08:55 -0400 Message-Id: <1027534137.445.35.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2002-07-24 at 13:47, Ryan Sommers wrote: > I'm receiving the following error when I try to compile x11/gnomelibs: > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -DNEED_GNOMESUPPORT_H -I../support -I../support -I../intl -I../intl -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -DGNOMELIBDIR=\""/usr/X11R6/lib"\" -DGNOMEDATADIR=\""/usr/X11R6/share/gnome"\" -DGNOMEBINDIR=\""/usr/X11R6/bin"\" -DGNOMELOCALSTATEDIR=\""/usr/X11R6/share/gnome"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNOMESYSCONFDIR=\""/usr/X11R6/etc"\" -DVERSION=\""1.4.1.7"\" -DG_LOG_DOMAIN=\"Gnome\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -Wunused -c gnome-moz-remote.c > gnome-moz-remote.c:50: X11/Xlib.h: No such file or directory > gnome-moz-remote.c:51: X11/Xatom.h: No such file or directory > In file included from gnome-moz-remote.c:60: > vroot.h:62: syntax error before `VirtualRootWindowOfScreen' > vroot.h:63: syntax error before `Screen' > vroot.h:63: warning: type defaults to `int' in declaration of `screen' > vroot.h:63: warning: data definition has no type or storage class > vroot.h:64: syntax error before `{' > gmake[2]: *** [gnome-moz-remote.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.7/libgnome' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.7' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /usr/ports/x11/gnomelibs. > su-2.05a# > > > If it matters I installed X from binaries, not ports. Do you have the XFree86 headers installed: XFree86-libraries-4.2.0_2 You should have a /usr/X11R6/include/X11/Xlib.h file on your system. If not, reinstall the above port/package. Joe > > -- > Ryan "leadZERO" Sommers > Gamer's Impact President > ryans@gamersimpact.com > ICQ: 1019590 > AIM/MSN: leadZERO > > -= http://www.gamersimpact.com =- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 11:33:45 2002 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 CBABD37B400 for ; Wed, 24 Jul 2002 11:33:41 -0700 (PDT) Received: from boise.neuroflux.com (ns1.neuroflux.com [204.228.228.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA2843E91 for ; Wed, 24 Jul 2002 11:33:40 -0700 (PDT) (envelope-from ryans@gamersimpact.com) Received: from boise.neuroflux.com (ryans@localhost.neuroflux.com [127.0.0.1]) by boise.neuroflux.com (8.12.5/8.11.6) with ESMTP id g6OIXhAT076619; Wed, 24 Jul 2002 14:33:44 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: Host ryans@localhost.neuroflux.com [127.0.0.1] claimed to be boise.neuroflux.com Received: from localhost (ryans@localhost) by boise.neuroflux.com (8.12.5/8.12.4/Submit) with ESMTP id g6OIXhg7076616; Wed, 24 Jul 2002 14:33:43 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: ryans owned process doing -bs Date: Wed, 24 Jul 2002 14:33:43 -0400 (EDT) From: Ryan Sommers X-X-Sender: ryans@boise.neuroflux.com To: Joe Marcus Clarke Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: Failed Ports Compilation In-Reply-To: <1027534137.445.35.camel@gyros.marcuscom.com> Message-ID: <20020724143239.Y76577-100000@boise.neuroflux.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When I try to install XFree86-libraries it fails with the following errors, any ideas? s/scripts/configure grep: /usr/X11R6/lib/X11/config/host.def: No such file or directory cp: /usr/X11R6/lib/X11/config/xf86site.def: No such file or directory cp: /usr/X11R6/lib/X11/config/version.def: No such file or directory Configuring Release 6.6 of the X Window System: - Wed Jul 24 12:39:01 CDT 2002 make Makefile.boot cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= in config/imake cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend In file included from config/cf/Imake.tmpl:45, from Imakefile.c:14: config/cf/site.def:58: xf86site.def: No such file or directory In file included from config/cf/FreeBSD.cf:570, from config/cf/Imake.tmpl:94, from Imakefile.c:14: config/cf/xfree86.cf:14: version.def: No such file or directory ./config/imake/imake: Exit code 1. Stop. *** Error code 1 -- Ryan "leadZERO" Sommers Gamer's Impact President ryans@gamersimpact.com ICQ: 1019590 AIM/MSN: leadZERO -= http://www.gamersimpact.com =- On 24 Jul 2002, Joe Marcus Clarke wrote: > On Wed, 2002-07-24 at 13:47, Ryan Sommers wrote: > > I'm receiving the following error when I try to compile x11/gnomelibs: > > > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -DNEED_GNOMESUPPORT_H -I../support -I../support -I../intl -I../intl -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -DGNOMELIBDIR=\""/usr/X11R6/lib"\" -DGNOMEDATADIR=\""/usr/X11R6/share/gnome"\" -DGNOMEBINDIR=\""/usr/X11R6/bin"\" -DGNOMELOCALSTATEDIR=\""/usr/X11R6/share/gnome"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGNOMESYSCONFDIR=\""/usr/X11R6/etc"\" -DVERSION=\""1.4.1.7"\" -DG_LOG_DOMAIN=\"Gnome\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -Wunused -c gnome-moz-remote.c > > gnome-moz-remote.c:50: X11/Xlib.h: No such file or directory > > gnome-moz-remote.c:51: X11/Xatom.h: No such file or directory > > In file included from gnome-moz-remote.c:60: > > vroot.h:62: syntax error before `VirtualRootWindowOfScreen' > > vroot.h:63: syntax error before `Screen' > > vroot.h:63: warning: type defaults to `int' in declaration of `screen' > > vroot.h:63: warning: data definition has no type or storage class > > vroot.h:64: syntax error before `{' > > gmake[2]: *** [gnome-moz-remote.o] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.7/libgnome' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory > > `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.7' > > gmake: *** [all-recursive-am] Error 2 > > *** Error code 2 > > > > Stop in /usr/ports/x11/gnomelibs. > > su-2.05a# > > > > > > If it matters I installed X from binaries, not ports. > > Do you have the XFree86 headers installed: > > XFree86-libraries-4.2.0_2 > > You should have a /usr/X11R6/include/X11/Xlib.h file on your system. If > not, reinstall the above port/package. > > Joe > > > > > -- > > Ryan "leadZERO" Sommers > > Gamer's Impact President > > ryans@gamersimpact.com > > ICQ: 1019590 > > AIM/MSN: leadZERO > > > > -= http://www.gamersimpact.com =- > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 20: 0:55 2002 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 3F77B37B405 for ; Wed, 24 Jul 2002 20:00:54 -0700 (PDT) Received: from mta10.srv.hcvlny.cv.net (mta10.srv.hcvlny.cv.net [167.206.5.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C75E43E65 for ; Wed, 24 Jul 2002 20:00:48 -0700 (PDT) (envelope-from agapon@excite.com) Received: from edge.foundation.invalid (ool-182f9041.dyn.optonline.net [24.47.144.65]) by mta10.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0GZS00JBN8W3GB@mta10.srv.hcvlny.cv.net> for gnome@freebsd.org; Wed, 24 Jul 2002 22:14:27 -0400 (EDT) Received: from localhost.foundation.invalid (localhost.foundation.invalid [127.0.0.1]) by edge.foundation.invalid (8.12.3/8.12.3) with ESMTP id g6P2EQq5041084 for ; Wed, 24 Jul 2002 22:14:26 -0400 (EDT envelope-from agapon@excite.com) Date: Wed, 24 Jul 2002 22:14:26 -0400 (EDT) From: Andriy Gapon Subject: serialized dns lookups in mozilla X-X-Sender: avg@edge.foundation.invalid To: gnome@freebsd.org Message-id: <20020724220305.I40910-100000@edge.foundation.invalid> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Guys, this is a really annoying feature/bug of Mozilla, probably those of you who use it a lot, encountered it more than once -- if you try to open something that has a "bad" name (like lame or very slow dns servers), mozilla blocks until it gets a response or a timeout, meanwhile you can not open any URLs with names in any window. Looks like there is a patch for that, but mozilla folks seem to be swamped with other work or to have just forgot about it. http://bugzilla.mozilla.org/show_bug.cgi?id=70213 especially comment #13 Could you please take a look at it and see if we can use it in the port. Thank you. -- Andriy Gapon * "I don't mind going nowhere as long as it's an interesting path." (c) Ronald Mabbitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 20:34:16 2002 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 652AF37B400 for ; Wed, 24 Jul 2002 20:34:15 -0700 (PDT) Received: from smak.floondoon.com (12-235-54-229.client.attbi.com [12.235.54.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAF143E97 for ; Wed, 24 Jul 2002 20:34:14 -0700 (PDT) (envelope-from james@floondoon.com) Received: from knight.floondoon.com (unknown [192.168.235.69]) by smak.floondoon.com (Postfix) with ESMTP id D63FE1326BD for ; Wed, 24 Jul 2002 20:12:35 -0700 (PDT) Subject: Why doesn't the gnome mixer remember my settings? From: James Satterfield To: gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 24 Jul 2002 20:34:06 -0700 Message-Id: <1027568055.57354.1.camel@knight.floondoon.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG So I'm a little picky. I just don't like having to set it every time I login. James. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 20:55:36 2002 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 612BD37B400 for ; Wed, 24 Jul 2002 20:55:30 -0700 (PDT) Received: from 12-234-90-219.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC21043E31 for ; Wed, 24 Jul 2002 20:55:29 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from master.gorean.org (master.gorean.org [10.0.0.2]) by 12-234-90-219.client.attbi.com (8.12.5/8.12.5) with ESMTP id g6P3t1RD009948; Wed, 24 Jul 2002 20:55:01 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.12.5/8.12.5/Submit) with ESMTP id g6P3sxcJ011987; Wed, 24 Jul 2002 20:55:00 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Date: Wed, 24 Jul 2002 20:54:59 -0700 (PDT) From: Doug Barton To: Joe Marcus Clarke Cc: Kevin Oberman , Subject: Re: Status of xscreensaver-gnome In-Reply-To: <1027531456.445.8.camel@gyros.marcuscom.com> Message-ID: <20020724205333.V11986-100000@master.gorean.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 24 Jul 2002, Joe Marcus Clarke wrote: > On Wed, 2002-07-24 at 12:39, Kevin Oberman wrote: > > Last week there were messages from sobomax and dougb about creating a new > > xscreensaver-gnome port that would be maintained by sobomax/gnome. Is > > anything happening? > > > > I've had to hand fix-up the screensaver functionality on several system > > that have been recently upgraded and several more are coming > > soon. I've got the steps pretty well down by now, but, if a real fix > > is close, I'd just as soon wait. > > I haven't heard from sobomax in a while, and I'm beginning to get > worried. I'm not sure what Doug thought of the patches, so I'm adding > him to the distribution. sobomax sent me some patches last week, and I need to finish reviewing them. I had some friends drop in from out of town, so I plan to get to those patches friday. Sorry for the delay. I'm targeting "before 4.6.1" as my date to get this fixed "for good." Doug -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 22:22:30 2002 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 04F3037B400 for ; Wed, 24 Jul 2002 22:22:26 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDE943E9B for ; Wed, 24 Jul 2002 22:22:25 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6P5Kgkx079993; Thu, 25 Jul 2002 01:20:42 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Failed Ports Compilation From: Joe Marcus Clarke To: Ryan Sommers Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <20020724143239.Y76577-100000@boise.neuroflux.com> References: <20020724143239.Y76577-100000@boise.neuroflux.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wqSN/VHdaUwsIqSr6Qzq" X-Mailer: Ximian Evolution 1.0.8 Date: 25 Jul 2002 01:23:08 -0400 Message-Id: <1027574588.7361.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-wqSN/VHdaUwsIqSr6Qzq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2002-07-24 at 14:33, Ryan Sommers wrote: > When I try to install XFree86-libraries it fails with the following > errors, any ideas? Reinstall _all_ of your XFree86 4.2.0 components from ports. Looks like you may have an imake problem. Joe >=20 > s/scripts/configure > grep: /usr/X11R6/lib/X11/config/host.def: No such file or directory > cp: /usr/X11R6/lib/X11/config/xf86site.def: No such file or directory > cp: /usr/X11R6/lib/X11/config/version.def: No such file or directory >=20 > Configuring Release 6.6 of the X Window System: - >=20 > Wed Jul 24 12:39:01 CDT 2002 >=20 > make Makefile.boot > cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS=3D"" CC=3D"cc= " > making imake with BOOTSTRAPCFLAGS=3D in config/imake > cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 > ccimake.c > cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` > imake.c > cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o > rm -f ./config/makedepend/Makefile.proto > ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto > -f ./config/makedepend/Imakefile -DTOPDIR=3D../.. > -DCURDIR=3D./config/makedepend > In file included from config/cf/Imake.tmpl:45, > from Imakefile.c:14: > config/cf/site.def:58: xf86site.def: No such file or directory > In file included from config/cf/FreeBSD.cf:570, > from config/cf/Imake.tmpl:94, > from Imakefile.c:14: > config/cf/xfree86.cf:14: version.def: No such file or directory > ./config/imake/imake: Exit code 1. > Stop. > *** Error code 1 >=20 > --=20 > Ryan "leadZERO" Sommers > Gamer's Impact President > ryans@gamersimpact.com > ICQ: 1019590 > AIM/MSN: leadZERO >=20 > -=3D http://www.gamersimpact.com =3D- >=20 >=20 > On 24 Jul 2002, Joe Marcus Clarke wrote: >=20 > > On Wed, 2002-07-24 at 13:47, Ryan Sommers wrote: > > > I'm receiving the following error when I try to compile x11/gnomelibs= : > > > > > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -DNEED_GNOMESUPPORT_H -I.= ./support -I../support -I../intl -I../intl -I/usr/X11R6/include -I/usr/loca= l/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/loc= al/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/in= clude -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -DGNOM= ELIBDIR=3D\""/usr/X11R6/lib"\" -DGNOMEDATADIR=3D\""/usr/X11R6/share/gnome"\= " -DGNOMEBINDIR=3D\""/usr/X11R6/bin"\" -DGNOMELOCALSTATEDIR=3D\""/usr/X11R6= /share/gnome"\" -DGNOMELOCALEDIR=3D\""/usr/X11R6/share/locale"\" -DGNOMESYS= CONFDIR=3D\""/usr/X11R6/etc"\" -DVERSION=3D\""1.4.1.7"\" -DG_LOG_DOMAIN=3D\= "Gnome\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/incl= ude/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -Wunu= sed -c gnome-moz-remote.c > > > gnome-moz-remote.c:50: X11/Xlib.h: No such file or directory > > > gnome-moz-remote.c:51: X11/Xatom.h: No such file or directory > > > In file included from gnome-moz-remote.c:60: > > > vroot.h:62: syntax error before `VirtualRootWindowOfScreen' > > > vroot.h:63: syntax error before `Screen' > > > vroot.h:63: warning: type defaults to `int' in declaration of `screen= ' > > > vroot.h:63: warning: data definition has no type or storage class > > > vroot.h:64: syntax error before `{' > > > gmake[2]: *** [gnome-moz-remote.o] Error 1 > > > gmake[2]: Leaving directory > > > `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.7/libgnome' > > > gmake[1]: *** [all-recursive] Error 1 > > > gmake[1]: Leaving directory > > > `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.7' > > > gmake: *** [all-recursive-am] Error 2 > > > *** Error code 2 > > > > > > Stop in /usr/ports/x11/gnomelibs. > > > su-2.05a# > > > > > > > > > If it matters I installed X from binaries, not ports. > > > > Do you have the XFree86 headers installed: > > > > XFree86-libraries-4.2.0_2 > > > > You should have a /usr/X11R6/include/X11/Xlib.h file on your system. I= f > > not, reinstall the above port/package. > > > > Joe > > > > > > > > -- > > > Ryan "leadZERO" Sommers > > > Gamer's Impact President > > > ryans@gamersimpact.com > > > ICQ: 1019590 > > > AIM/MSN: leadZERO > > > > > > -=3D http://www.gamersimpact.com =3D- > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > -- > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > >=20 >=20 --=-wqSN/VHdaUwsIqSr6Qzq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9P4s8b2iPiv4Uz4cRAjBhAKCuyM+g3XxsPNPxnMLUgYMT2FtF2QCeKH22 tQjoBdf9ne9YTHcaiwlHNJs= =xBI9 -----END PGP SIGNATURE----- --=-wqSN/VHdaUwsIqSr6Qzq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 22:23:18 2002 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 1731437B400 for ; Wed, 24 Jul 2002 22:23:16 -0700 (PDT) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.5.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC2743E88 for ; Wed, 24 Jul 2002 22:23:15 -0700 (PDT) (envelope-from agapon@excite.com) Received: from edge.foundation.invalid (ool-182f9041.dyn.optonline.net [24.47.144.65]) by mta1.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 0.3 (built May 13 2002)) with ESMTP id <0GZS006RXHNN4A@mta1.srv.hcvlny.cv.net> for gnome@freebsd.org; Thu, 25 Jul 2002 01:23:48 -0400 (EDT) Received: from localhost.foundation.invalid (localhost.foundation.invalid [127.0.0.1]) by edge.foundation.invalid (8.12.3/8.12.3) with ESMTP id g6P5N6q5096524 for ; Thu, 25 Jul 2002 01:23:07 -0400 (EDT envelope-from agapon@excite.com) Date: Thu, 25 Jul 2002 01:23:06 -0400 (EDT) From: Andriy Gapon Subject: serialized dns lookups in mozilla (follow-up) X-X-Sender: avg@edge.foundation.invalid To: gnome@freebsd.org Message-id: <20020725011632.O96436-100000@edge.foundation.invalid> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Guys, my bad, besides the patch another thing should be done. Sorry that this is not a patch, just a description: configure in nsprpub/ should be changed to define _PR_HAVE_THREADSAFE_GETHOST for FreeBSD. I'm pertty much sure that FreeBSD pthreads (libc_r) has threadsafe versions of gethost*(), but without this macro it is assumed that they are not threadsafe and so all requests are serialized by mutex which totally defeats the purpose of dns resolving in parallel. -- Andriy Gapon * "I don't mind going nowhere as long as it's an interesting path." (c) Ronald Mabbitt ---------- Forwarded message ---------- Date: Wed, 24 Jul 2002 22:14:26 -0400 (EDT) From: Andriy Gapon To: gnome@freebsd.org Subject: serialized dns lookups in mozilla Guys, this is a really annoying feature/bug of Mozilla, probably those of you who use it a lot, encountered it more than once -- if you try to open something that has a "bad" name (like lame or very slow dns servers), mozilla blocks until it gets a response or a timeout, meanwhile you can not open any URLs with names in any window. Looks like there is a patch for that, but mozilla folks seem to be swamped with other work or to have just forgot about it. http://bugzilla.mozilla.org/show_bug.cgi?id=70213 especially comment #13 Could you please take a look at it and see if we can use it in the port. Thank you. -- Andriy Gapon * "I don't mind going nowhere as long as it's an interesting path." (c) Ronald Mabbitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jul 24 22:37:56 2002 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 57D7B37B400 for ; Wed, 24 Jul 2002 22:37:54 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB83E43E7B for ; Wed, 24 Jul 2002 22:37:53 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6P5aEkx080049; Thu, 25 Jul 2002 01:36:14 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Why doesn't the gnome mixer remember my settings? From: Joe Marcus Clarke To: James Satterfield Cc: gnome@FreeBSD.ORG In-Reply-To: <1027568055.57354.1.camel@knight.floondoon.com> References: <1027568055.57354.1.camel@knight.floondoon.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Aj0Rz/QBOjZ/HnhjmOKq" X-Mailer: Ximian Evolution 1.0.8 Date: 25 Jul 2002 01:38:41 -0400 Message-Id: <1027575521.7361.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-Aj0Rz/QBOjZ/HnhjmOKq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2002-07-24 at 23:34, James Satterfield wrote: > So I'm a little picky. I just don't like having to set it every time I > login. This works fine for me. In Volume Control, I go to Settings->Preferences, and make sure "Restore saved mixer levels on startup" is checked. I verified, and this does appear to work on reloads. Joe >=20 > James. >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=-Aj0Rz/QBOjZ/HnhjmOKq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9P47hb2iPiv4Uz4cRAsaYAJ47G0a4OOtulNI1faI/gQe8qbOUjgCgpLuw nFhPVtVWZq6WJSR9xI/T+0Y= =kpMs -----END PGP SIGNATURE----- --=-Aj0Rz/QBOjZ/HnhjmOKq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 0:48:42 2002 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 2AB3037B400 for ; Thu, 25 Jul 2002 00:48:41 -0700 (PDT) Received: from oak.FernUni-Hagen.de (oak.fernuni-hagen.de [132.176.114.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C761C43E99 for ; Thu, 25 Jul 2002 00:47:33 -0700 (PDT) (envelope-from jfh@es-i2.FernUni-Hagen.de) Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 17XdLP-0002Sv-00 for gnome@freebsd.org; Thu, 25 Jul 2002 09:47:31 +0200 Received: from es-i2.fernuni-hagen.de ([132.176.7.81]) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 17XdLF-0002RU-00; Thu, 25 Jul 2002 09:47:21 +0200 Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by es-i2.fernuni-hagen.de (8.12.5/8.12.5) with ESMTP id g6P7lKA2027404; Thu, 25 Jul 2002 09:47:20 +0200 (CEST) (envelope-from jfh@es-i2.fernuni-hagen.de) Received: from jfh00.fernuni-hagen.de (localhost [127.0.0.1]) by jfh00.fernuni-hagen.de (8.12.5/8.12.5) with ESMTP id g6P7lKnr012864; Thu, 25 Jul 2002 09:47:20 +0200 (CEST) (envelope-from jfh@jfh00.fernuni-hagen.de) Received: (from jfh@localhost) by jfh00.fernuni-hagen.de (8.12.5/8.12.5/Submit) id g6P7lJbW012863; Thu, 25 Jul 2002 09:47:19 +0200 (CEST) Date: Thu, 25 Jul 2002 09:47:19 +0200 From: Fritz Heinrichmeyer To: gnome@freebsd.org Subject: newest nautilus hangs when selecting list view Message-ID: <20020725074719.GA98515@jfh00.fernuni-hagen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Subject says most. Nautilus works fine as long as i use icon views. It is here and at home since this week (nautilus2-2.0.1). Greetings -- Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 3:45: 1 2002 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 2FC9537B400 for ; Thu, 25 Jul 2002 03:45:00 -0700 (PDT) Received: from rabbit.netstyle.com.ua (rabbit.netstyle.com.ua [193.193.194.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146EB43E67 for ; Thu, 25 Jul 2002 03:44:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (root@[195.5.51.243]) by rabbit.netstyle.com.ua (8.12.5/8.12.5) with ESMTP id g6PAh3wN068395; Thu, 25 Jul 2002 13:43:05 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.11.3) with ESMTP id g6PAh1tq002839; Thu, 25 Jul 2002 13:43:02 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D3FD64C.B0AEE3CC@FreeBSD.org> Date: Thu, 25 Jul 2002 13:43:24 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Fritz Heinrichmeyer Cc: gnome@FreeBSD.org Subject: Re: newest nautilus hangs when selecting list view References: <20020725074719.GA98515@jfh00.fernuni-hagen.de> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Fritz Heinrichmeyer wrote: > > Subject says most. > > Nautilus works fine as long as i use icon views. It is here and at home > since this week (nautilus2-2.0.1). I am observing it as well. 2.0.0 doesn't have this problem. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 4:21:56 2002 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 EBA2F37B400 for ; Thu, 25 Jul 2002 04:21:54 -0700 (PDT) Received: from rabbit.netstyle.com.ua (rabbit.netstyle.com.ua [193.193.194.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B8B543E91 for ; Thu, 25 Jul 2002 04:21:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (root@[195.5.51.243]) by rabbit.netstyle.com.ua (8.12.5/8.12.5) with ESMTP id g6PBLRwN068845; Thu, 25 Jul 2002 14:21:32 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.11.3) with ESMTP id g6PBLQtq002919; Thu, 25 Jul 2002 14:21:26 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D3FDF4B.728E2C63@FreeBSD.org> Date: Thu, 25 Jul 2002 14:21:47 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Fritz Heinrichmeyer , gnome@FreeBSD.org Subject: Re: newest nautilus hangs when selecting list view References: <20020725074719.GA98515@jfh00.fernuni-hagen.de> <3D3FD64C.B0AEE3CC@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > > Fritz Heinrichmeyer wrote: > > > > Subject says most. > > > > Nautilus works fine as long as i use icon views. It is here and at home > > since this week (nautilus2-2.0.1). > > I am observing it as well. 2.0.0 doesn't have this problem. After lurking around a bit I discovered that the problem isn't FreeBSD-specific and was already fixed by Nautilus developers in their CVS tree (http://bugzilla.gnome.org/show_bug.cgi?id=88931). I'm planning to incorporate the temporary patch into ports shortly. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 7:11:55 2002 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 E3B2337B400 for ; Thu, 25 Jul 2002 07:11:52 -0700 (PDT) Received: from rabbit.netstyle.com.ua (rabbit.netstyle.com.ua [193.193.194.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B005E43EB2 for ; Thu, 25 Jul 2002 07:11:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (root@[195.5.51.243]) by rabbit.netstyle.com.ua (8.12.5/8.12.5) with ESMTP id g6PEBRwN070152; Thu, 25 Jul 2002 17:11:28 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.11.3) with ESMTP id g6PEBRtq003385; Thu, 25 Jul 2002 17:11:27 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D400723.23D391D8@FreeBSD.org> Date: Thu, 25 Jul 2002 17:11:47 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Fritz Heinrichmeyer , gnome@FreeBSD.org Subject: Re: newest nautilus hangs when selecting list view References: <20020725074719.GA98515@jfh00.fernuni-hagen.de> <3D3FD64C.B0AEE3CC@FreeBSD.org> <3D3FDF4B.728E2C63@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > > Maxim Sobolev wrote: > > > > Fritz Heinrichmeyer wrote: > > > > > > Subject says most. > > > > > > Nautilus works fine as long as i use icon views. It is here and at home > > > since this week (nautilus2-2.0.1). > > > > I am observing it as well. 2.0.0 doesn't have this problem. > > After lurking around a bit I discovered that the problem isn't > FreeBSD-specific and was already fixed by Nautilus developers in their > CVS tree (http://bugzilla.gnome.org/show_bug.cgi?id=88931). I'm > planning to incorporate the temporary patch into ports shortly. Update to eel-2.0.1_1/nautilus-2.0.1_2 and you should be fixed. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 7:33:30 2002 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 C8C7337B400; Thu, 25 Jul 2002 07:33:29 -0700 (PDT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7B743E88; Thu, 25 Jul 2002 07:33:29 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id GQF37091; Thu, 25 Jul 2002 07:33:28 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id E8AA85D03; Thu, 25 Jul 2002 07:33:26 -0700 (PDT) To: Doug Barton Cc: Joe Marcus Clarke , gnome@FreeBSD.org Subject: Re: Status of xscreensaver-gnome In-reply-to: Your message of "Wed, 24 Jul 2002 20:54:59 PDT." <20020724205333.V11986-100000@master.gorean.org> Date: Thu, 25 Jul 2002 07:33:26 -0700 From: "Kevin Oberman" Message-Id: <20020725143327.E8AA85D03@ptavv.es.net> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Doug, Thanks for the info. Just what I was looking for. It's just my innate desire to no more work than required and fixing up the screensaver problem was kind of fun the first time, but it's just a pain in the neck by now. I'll recommend holding off updating the remaining systems for a bit until the issue is properly resolved. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 11:36:24 2002 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 4BC0737B400 for ; Thu, 25 Jul 2002 11:36:21 -0700 (PDT) Received: from boise.neuroflux.com (ns1.neuroflux.com [204.228.228.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33BED43E4A for ; Thu, 25 Jul 2002 11:36:20 -0700 (PDT) (envelope-from ryans@gamersimpact.com) Received: from boise.neuroflux.com (ryans@localhost.neuroflux.com [127.0.0.1]) by boise.neuroflux.com (8.12.5/8.11.6) with ESMTP id g6PIaEAT081831 for ; Thu, 25 Jul 2002 14:36:14 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: Host ryans@localhost.neuroflux.com [127.0.0.1] claimed to be boise.neuroflux.com Received: from localhost (ryans@localhost) by boise.neuroflux.com (8.12.5/8.12.4/Submit) with ESMTP id g6PIaDUW081828 for ; Thu, 25 Jul 2002 14:36:14 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: ryans owned process doing -bs Date: Thu, 25 Jul 2002 14:36:13 -0400 (EDT) From: Ryan Sommers X-X-Sender: ryans@boise.neuroflux.com To: freebsd-gnome@FreeBSD.org Subject: New to GNOME help. Message-ID: <20020725143025.B81812-100000@boise.neuroflux.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was wondering if someone could take a few minutes and answer a few questions I have about GNOME, X and FreeBSD. I installed all the above from FTP. FreeBSD lobo 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE Every screenshot of "GNOME" I see has icons on the desktop. I start GNOME/Enlightenment and I see no icons. Is that a different WM? If so, which one? Second bunch of questions are all related. How can you figure out what version of GNOME you have? Which, 1.x or 2.0, gets installed with 4.6? Thank you in advance, Ryan -- Ryan "leadZERO" Sommers Gamer's Impact President ryans@gamersimpact.com ICQ: 1019590 AIM/MSN: leadZERO -= http://www.gamersimpact.com =- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 14: 5: 8 2002 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 0789D37B400 for ; Thu, 25 Jul 2002 14:05:07 -0700 (PDT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1568143E70 for ; Thu, 25 Jul 2002 14:05:06 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP id GQF37091; Thu, 25 Jul 2002 14:05:05 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 811F65D03; Thu, 25 Jul 2002 14:05:04 -0700 (PDT) To: Ryan Sommers Cc: freebsd-gnome@FreeBSD.org Subject: Re: New to GNOME help. In-reply-to: Your message of "Thu, 25 Jul 2002 14:36:13 EDT." <20020725143025.B81812-100000@boise.neuroflux.com> Date: Thu, 25 Jul 2002 14:05:04 -0700 From: "Kevin Oberman" Message-Id: <20020725210504.811F65D03@ptavv.es.net> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Thu, 25 Jul 2002 14:36:13 -0400 (EDT) > From: Ryan Sommers > Sender: owner-freebsd-gnome@FreeBSD.ORG > > I was wondering if someone could take a few minutes and answer a few > questions I have about GNOME, X and FreeBSD. > > I installed all the above from FTP. > > FreeBSD lobo 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE > > Every screenshot of "GNOME" I see has icons on the desktop. I start > GNOME/Enlightenment and I see no icons. Is that a different WM? If so, > which one? > > Second bunch of questions are all related. How can you figure out what > version of GNOME you have? Which, 1.x or 2.0, gets installed with 4.6? The icons on the desktop are part of nautilus, a management utility that is installed with gnome, but which you probably are not running. Just enter "nautilus" in a terminal window to start it. It's not a WM, so you still need Enlightenment or Sawfish or some other WM. If you just installed "gnome", it's 1.4. You need to explicitly install gnome2 to get V2. Unless you want to play with it, I'd suggest waiting a bit before trying V2. Monitor the gnome list and watch for word that all of the new .mk files are working and that support for gnome v1 apps in gnome v2 is stable. (Others may disagree with this opinion.) R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 14:27:44 2002 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 0405737B400 for ; Thu, 25 Jul 2002 14:27:44 -0700 (PDT) Received: from pd4mo1so.prod.shaw.ca (h24-71-223-10.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B0343E77 for ; Thu, 25 Jul 2002 14:27:43 -0700 (PDT) (envelope-from jamesearl@shaw.ca) Received: from pd4mr1so.prod.shaw.ca (pd4mr1so-qfe3.prod.shaw.ca [10.0.141.212]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0GZT00F06QA703@l-daemon> for freebsd-gnome@freebsd.org; Thu, 25 Jul 2002 15:27:43 -0600 (MDT) Received: from pn2ml6so.prod.shaw.ca (pn2ml6so-qfe0.prod.shaw.ca [10.0.121.150]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0GZT009CMQA733@l-daemon> for freebsd-gnome@freebsd.org; Thu, 25 Jul 2002 15:27:43 -0600 (MDT) Received: from h24-66-221-69 (h24-66-221-69.lb.shawcable.net [24.66.221.69]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with SMTP id <0GZT006INQA6U0@l-daemon> for freebsd-gnome@freebsd.org; Thu, 25 Jul 2002 15:27:43 -0600 (MDT) Date: Thu, 25 Jul 2002 15:35:00 -0600 From: James Earl Subject: Session management To: freebsd-gnome@freebsd.org Message-id: <20020725153500.6fb3ba88.jamesearl@shaw.ca> MIME-version: 1.0 X-Mailer: Sylpheed version 0.8.0 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there a way to tell GNOME 2.0 that the window manager that is being used does not use session management, without using the old control center? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 14:34:26 2002 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 70EB237B400 for ; Thu, 25 Jul 2002 14:34:25 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8794A43E42 for ; Thu, 25 Jul 2002 14:34:24 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6PLWfkx085863; Thu, 25 Jul 2002 17:32:41 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Session management From: Joe Marcus Clarke To: James Earl Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <20020725153500.6fb3ba88.jamesearl@shaw.ca> References: <20020725153500.6fb3ba88.jamesearl@shaw.ca> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 25 Jul 2002 17:33:57 -0400 Message-Id: <1027632838.321.140.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 2002-07-25 at 17:35, James Earl wrote: > Is there a way to tell GNOME 2.0 that the window manager that is being used does not use session management, without using the old control center? You may try poking through gconf-editor to see if there's such an option. I haven't looked, though. Joe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 14:49:10 2002 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 DE8BC37B400; Thu, 25 Jul 2002 14:49:06 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A2E43E70; Thu, 25 Jul 2002 14:49:06 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6PLn4se009972; Thu, 25 Jul 2002 22:49:04 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6PLn4eT009971; Thu, 25 Jul 2002 22:49:04 +0100 To: Subject: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish Message-ID: <1027633744.3d407250466bc@netmail.pipex.net> Date: Thu, 25 Jul 2002 22:49:04 +0100 From: Cc: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, First of all I'd like to thank the list members that have taken the time to assist me in getting to the stage where I have a stable system now. I'm having problems getting gnome / Sawfish to play together though. I gnomecontrolcenter, I have selected Sawfish as the current window manager, but when I click the Sawfish configuration tool, I get a beep, and the error: "Sawfish isn't running." Could someone let me know if I've missed something out, or what I might check in order to get Sawfish set up as the default window manager for my gnome- 1.4_latest, please? Thanks again.., Stacey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 17: 0:27 2002 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 D220037B401; Thu, 25 Jul 2002 17:00:21 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDAB643E77; Thu, 25 Jul 2002 17:00:01 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6PNwFkx086999; Thu, 25 Jul 2002 19:58:15 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: FreeBSD User Questions List , freebsd-gnome@freebsd.org In-Reply-To: <1027633744.3d407250466bc@netmail.pipex.net> References: <1027633744.3d407250466bc@netmail.pipex.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-J8tCQxfMrt0zsb15+Xfp" X-Mailer: Ximian Evolution 1.0.8 Date: 25 Jul 2002 20:00:49 -0400 Message-Id: <1027641650.21180.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-J8tCQxfMrt0zsb15+Xfp Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2002-07-25 at 17:49, sroberts@dsl.pipex.com wrote: >=20 > Hello, > First of all I'd like to thank the list members that have taken the = time=20 > to assist me in getting to the stage where I have a stable system now. >=20 > I'm having problems getting gnome / Sawfish to play together though. I=20 > gnomecontrolcenter, I have selected Sawfish as the current window manager= , but=20 > when I click the Sawfish configuration tool, I get a beep, and the=20 > error: "Sawfish isn't running." >=20 > Could someone let me know if I've missed something out, or what I might c= heck=20 > in order to get Sawfish set up as the default window manager for my gnome= - > 1.4_latest, please? Did you update librep _after_ compiling sawfish? If so, recompile sawfish, and your problem should be fixed. If not, please send me either your ~/.gnomerc-errors (if running gdm) or the output from the console when trying to start sawfish (if you don't see any errors, bring up an xterm, and run sawfish manually). Thanks. Joe >=20 > Thanks again.., >=20 > Stacey >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=-J8tCQxfMrt0zsb15+Xfp Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9QJExb2iPiv4Uz4cRAqDBAJ40z9C/onY7GgEVUapswqgIcJ7npgCeNrol Sqckqnpft28NjmgyGmmJ8Vc= =F6z3 -----END PGP SIGNATURE----- --=-J8tCQxfMrt0zsb15+Xfp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jul 25 22:57:47 2002 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 6AE6D37B400; Thu, 25 Jul 2002 22:57:41 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73BAD43E31; Thu, 25 Jul 2002 22:57:40 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6Q5vdse012353; Fri, 26 Jul 2002 06:57:39 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6Q5vclG012352; Fri, 26 Jul 2002 06:57:38 +0100 To: Joe Marcus Clarke Subject: Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish Message-ID: <1027663058.3d40e4d2c23a1@netmail.pipex.net> Date: Fri, 26 Jul 2002 06:57:38 +0100 From: Cc: FreeBSD User Questions List , References: <1027633744.3d407250466bc@netmail.pipex.net> <1027641650.21180.8.camel@shumai.marcuscom.com> In-Reply-To: <1027641650.21180.8.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, I don't actually recall doing an update for librep after installing the system. I'll first try to locate it but, what version (if any) should I have for librep? Also, in terms of recompiling librep, it the following procedure safe to perform:- cd /us/ports//librep make deinstall clean && make reinstall clean I take it if I find that I don't have librep (by chance), then I'll have to install it and reinstall Sawfish as well? Thanks for taking the time. Stacey Quoting Joe Marcus Clarke : > On Thu, 2002-07-25 at 17:49, sroberts@dsl.pipex.com wrote: > > > > Hello, > > First of all I'd like to thank the list members that have taken > the time > > to assist me in getting to the stage where I have a stable system now. > > > > I'm having problems getting gnome / Sawfish to play together though. I > > > gnomecontrolcenter, I have selected Sawfish as the current window > manager, but > > when I click the Sawfish configuration tool, I get a beep, and the > > error: "Sawfish isn't running." > > > > Could someone let me know if I've missed something out, or what I > might check > > in order to get Sawfish set up as the default window manager for my > gnome- > > 1.4_latest, please? > > Did you update librep _after_ compiling sawfish? If so, recompile > sawfish, and your problem should be fixed. If not, please send me > either your ~/.gnomerc-errors (if running gdm) or the output from the > console when trying to start sawfish (if you don't see any errors, bring > up an xterm, and run sawfish manually). Thanks. > > Joe > > > > > Thanks again.., > > > > Stacey > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 0:44:53 2002 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 B84A037B400 for ; Fri, 26 Jul 2002 00:44:44 -0700 (PDT) Received: from lilbuddy.antsclimbtree.com (dsl-64-130-38-189.telocity.com [64.130.38.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7532C43E75 for ; Fri, 26 Jul 2002 00:44:41 -0700 (PDT) (envelope-from mark@antsclimbtree.com) Received: from meemee.antsclimbtree.com (meemee.antsclimbtree.com [192.168.1.2]) (authenticated bits=0) by lilbuddy.antsclimbtree.com (8.12.3/8.12.3) with ESMTP id g6Q7ibPA082704 for ; Fri, 26 Jul 2002 00:44:37 -0700 (PDT) (envelope-from mark@antsclimbtree.com) Date: Fri, 26 Jul 2002 00:42:40 -0700 Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: From: Mark Edwards To: gnome@FreeBSD.org Content-Transfer-Encoding: 7bit Message-Id: <43312A34-A06B-11D6-91E5-000A278CC960@antsclimbtree.com> X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Having a difficult time installing gnomemimedata as part of a full gnome install. This is on a machine that previously had gnome installed, but I removed all of the ports and now I'm trying to reinstall them. Any ideas? Here's the config.log, followed by the make output, followed by the package list: > cat /usr/ports/misc/gnomemimedata/work/gnome-mime-data-2.0.0/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.52. Invocation command line was $ ./configure --x-libraries=/usr/X11R6/lib --x- includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --prefix=/usr/X11R6 --target=i386-unknown-freebsd4.6 ## ---------- ## ## Platform. ## ## ---------- ## hostname = lilbuddy.antsclimbtree.com uname -m = i386 uname -r = 4.6-RELEASE-p1 uname -s = FreeBSD uname -v = FreeBSD 4.6-RELEASE-p1 #0: Sun Jun 30 12:21:36 PDT 2002 root@ :/usr/obj/usr/src/sys/ANTKERNEL /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/ bin:/usr/X11R6/bin:/home/paimin/bin ## ------------ ## ## Core tests. ## ## ------------ ## configure:958: PATH=".;."; conftest.sh conftest.sh: not found configure:961: $? = 127 configure:1012: checking for a BSD compatible install configure:1061: result: /usr/bin/install -c -o root -g wheel configure:1072: checking whether build environment is sane configure:1115: result: yes configure:1139: WARNING: `missing' script is too old or missing configure:1147: checking for mawk configure:1173: result: no configure:1147: checking for gawk configure:1173: result: no configure:1147: checking for nawk configure:1173: result: no configure:1147: checking for awk configure:1162: found /usr/bin/awk configure:1170: result: awk configure:1180: checking whether make sets ${MAKE} configure:1200: result: yes configure:1330: checking whether to enable maintainer-specific portions of Makefiles configure:1339: result: no configure:1392: checking for perl configure:1409: found /usr/bin/perl configure:1420: result: /usr/bin/perl configure:1465: checking for style of include used by make configure:1492: result: GNU configure:1557: checking for gcc configure:1580: result: cc configure:1808: checking for C compiler version configure:1811: cc --version &5 2.95.3 configure:1814: $? = 0 configure:1816: cc -v &5 Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] configure:1819: $? = 0 configure:1821: cc -V &5 cc: argument to `-V' is missing configure:1824: $? = 1 configure:1844: checking for C compiler default output configure:1847: cc -O -pipe -I/usr/local/include conftest.c -L/usr/local/ lib -lintl >&5 /usr/libexec/elf/ld: cannot find -lintl configure:1850: $? = 1 configure: failed program was: #line 1828 "configure" #include "confdefs.h" int main () { ; return 0; } configure:1873: error: C compiler cannot create executables ## ----------------- ## ## Cache variables. ## ## ----------------- ## ac_cv_path_INTLTOOL_PERL='/usr/bin/perl' ac_cv_env_LDFLAGS_set='' ac_cv_env_CFLAGS_set='set' ac_cv_env_CPP_value='' ac_cv_env_CPPFLAGS_set='set' ac_cv_env_host_alias_set='' ac_cv_env_build_alias_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_target_alias_set='set' ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set='set' ac_cv_prog_make_make_set='yes' ac_cv_env_CPPFLAGS_value='-I/usr/local/include' ac_cv_env_host_alias_value='' ac_cv_prog_AWK='awk' ac_cv_env_build_alias_value='' ac_cv_prog_ac_ct_CC='cc' ac_cv_env_target_alias_value='i386-unknown-freebsd4.6' ac_cv_env_CC_value='cc' ac_cv_env_CPP_set='' ## ------------ ## ## confdefs.h. ## ## ------------ ## #define PACKAGE "gnome-mime-data" #define VERSION "2.0.0" configure: exit 77 > sudo make clean install ===> Cleaning for gmake-3.79.1_2 ===> Cleaning for imake-4.2.0_1 ===> Cleaning for libtool-1.3.4_4 ===> Cleaning for gnomehier-1.0_3 ===> Cleaning for freetype2-2.1.2 ===> Cleaning for sed_inplace-2002.06.28 ===> Cleaning for XFree86-libraries-4.2.0_2 ===> Cleaning for gnomemimedata-2.0.0 ===> Extracting for gnomemimedata-2.0.0 >> Checksum OK for gnome/gnome-mime-data-2.0.0.tar.bz2. ===> gnomemimedata-2.0.0 depends on file: /usr/local/bin/sed_inplace - found ===> gnomemimedata-2.0.0 depends on shared library: X11.6 - found ===> Patching for gnomemimedata-2.0.0 ===> Configuring for gnomemimedata-2.0.0 checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes /usr/ports/misc/gnomemimedata/work/gnome-mime-data-2.0.0/missing: Unknown `--run' option Try `/usr/ports/misc/gnomemimedata/work/gnome-mime-data-2.0.0/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for mawk... no checking for gawk... no checking for nawk... no checking for awk... awk checking whether make sets ${MAKE}... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for perl... /usr/bin/perl checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output... configure: error: C compiler cannot create executables ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/misc/gnomemimedata/work/gnome-mime-data-2.0.0/config. log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/misc/gnomemimedata. > ls /var/db/pkg/ XFree86-libraries-4.2.0_2 p5-Authen-PAM-0.13 Xaw3d-1.5 p5-DBI-1.28 analog-5.22,1 p5-Data-ShowTable-3.3 apache+mod_ssl-1.3.26+2.8.10 p5-Mysql-modules-1.2216 bash-2.05a p5-Net-Daemon-0.36 cvsup-16.1f p5-Net-SSLeay-1.14 cvsupit-3.1 p5-PlRPC-0.2016 cyrus-sasl-1.5.27_4 p5-Storable-2.04 db3-3.2.9_3,1 p5-Test-Simple-0.42 emacs-21.2_1 pdksh-5.2.14p2 eterm-0.9.1_1 pkg_tarup-1.2_3 freetype-1.3.1_2 pkgdb.db freetype2-2.1.2 pkgdb.db.old gd-1.8.4_6 png-1.2.4 gmake-3.79.1_2 portupgrade-20020706 imake-4.2.0_1 python-2.2.1 imlib2-1.0.5 ruby-1.6.7.2002.07.15 isc-dhcp3-3.0.1.r9 ruby-bdb1-0.1.7 jpeg-6b_1 ruby-optparse-0.9 libast-0.4 ruby-shim-ruby18-1.7.2.2002.05.21 libtool-1.3.4_4 sed_inplace-2002.06.28 libungif-4.1.0b1 sniff-1.0 linux_base-7.1 sudo-1.6.6 lynx-2.8.4.1b_1 tcsh-6.11.00 man2html-3.0.1 tiff-3.5.7 mm-1.1.3 webalizer-2.1.10_1 mod_php4-4.2.2 webmin-0.980_4 mysql-client-3.23.51 xpm-3.4k mysql-server-3.23.51 zsh-4.0.4 -- Mark Edwards San Francisco, CA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 2:50:20 2002 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 F2A1A37B405 for ; Fri, 26 Jul 2002 02:50:12 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884A143E67 for ; Fri, 26 Jul 2002 02:50:11 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 36977 invoked from network); 26 Jul 2002 10:00:54 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 26 Jul 2002 10:00:54 -0000 Message-ID: <3D411AAB.18E09550@liwing.de> Date: Fri, 26 Jul 2002 11:47:23 +0200 From: Jens Rehsack Organization: LiWing IT-Services X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: libxml2-2.4.23 fails compiling when USE_GCC=3.1 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSD Port: libxml2-2.4.23 fails compiling when USE_GCC=3.1 ===> Building for libxml2-2.4.23 gmake all-recursive gmake[1]: Entering directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23' Making all in include gmake[2]: Entering directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23/include' Making all in libxml gmake[3]: Entering directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23/include/libx ml' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23/include/libxm l' gmake[3]: Entering directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23/include' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23/include' gmake[2]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23/include' Making all in . gmake[2]: Entering directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23' /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -I/usr/local/include -I/usr/local/include -O3 -pipe -fexpensive-optimizations -fstrengt h-reduce -frerun-cse-after-loop -fcse-follow-jumps -fcse-skip-blocks -march=pentium2 -Wall -c nanohttp.c rm -f .libs/nanohttp.lo cc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -I/usr/local/include -I/usr/local/i nclude -O3 -pipe -fexpensive-optimizations -fstrength-reduce -frerun-cse-after-loop -fcse- follow-jumps -fcse-skip-blocks -march=pentium2 -Wall -c nanohttp.c -fPIC -DPIC cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory nanohttp.c: In function `xmlNanoHTTPConnectAttempt': nanohttp.c:807: `len' undeclared (first use in this function) nanohttp.c:807: (Each undeclared identifier is reported only once nanohttp.c:807: for each function it appears in.) gmake[2]: *** [nanohttp.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.4.23' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/textproc/libxml2. *** Error code 1 Stop in /usr/ports/textproc/libxml2. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade3173.0 make -DFORCE_P KG_REGISTER reinstall ---> Restoring the old version ** Fix the installation problem and try again. -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g Friesenstraße 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 9:10:38 2002 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 74BC737B400 for ; Fri, 26 Jul 2002 09:10:30 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B655043E31 for ; Fri, 26 Jul 2002 09:10:29 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6QGAC9I006242; Fri, 26 Jul 2002 12:10:12 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: From: Joe Marcus Clarke To: Mark Edwards Cc: gnome@FreeBSD.ORG In-Reply-To: <43312A34-A06B-11D6-91E5-000A278CC960@antsclimbtree.com> References: <43312A34-A06B-11D6-91E5-000A278CC960@antsclimbtree.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 26 Jul 2002 12:09:49 -0400 Message-Id: <1027699790.879.14.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-07-26 at 03:42, Mark Edwards wrote: > Having a difficult time installing gnomemimedata as part of a full gnome > install. This is on a machine that previously had gnome installed, but I > removed all of the ports and now I'm trying to reinstall them. Any ideas? Install /usr/ports/devel/gettext, and you'll be set. Joe > > Here's the config.log, followed by the make output, followed by the package > list: > > > > > cat /usr/ports/misc/gnomemimedata/work/gnome-mime-data-2.0.0/config.log > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.52. Invocation command line was > > $ ./configure --x-libraries=/usr/X11R6/lib --x- > includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome > --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc > --disable-gtk-doc --prefix=/usr/X11R6 --target=i386-unknown-freebsd4.6 > > ## ---------- ## > ## Platform. ## > ## ---------- ## > > hostname = lilbuddy.antsclimbtree.com > uname -m = i386 > uname -r = 4.6-RELEASE-p1 > uname -s = FreeBSD > uname -v = FreeBSD 4.6-RELEASE-p1 #0: Sun Jun 30 12:21:36 PDT 2002 root@ > :/usr/obj/usr/src/sys/ANTKERNEL > > /usr/bin/uname -p = i386 > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/ > bin:/usr/X11R6/bin:/home/paimin/bin > > ## ------------ ## > ## Core tests. ## > ## ------------ ## > > configure:958: PATH=".;."; conftest.sh > conftest.sh: not found > configure:961: $? = 127 > configure:1012: checking for a BSD compatible install > configure:1061: result: /usr/bin/install -c -o root -g wheel > configure:1072: checking whether build environment is sane > configure:1115: result: yes > configure:1139: WARNING: `missing' script is too old or missing > configure:1147: checking for mawk > configure:1173: result: no > configure:1147: checking for gawk > configure:1173: result: no > configure:1147: checking for nawk > configure:1173: result: no > configure:1147: checking for awk > configure:1162: found /usr/bin/awk > configure:1170: result: awk > configure:1180: checking whether make sets ${MAKE} > configure:1200: result: yes > configure:1330: checking whether to enable maintainer-specific portions of > Makefiles > configure:1339: result: no > configure:1392: checking for perl > configure:1409: found /usr/bin/perl > configure:1420: result: /usr/bin/perl > configure:1465: checking for style of include used by make > configure:1492: result: GNU > configure:1557: checking for gcc > configure:1580: result: cc > configure:1808: checking for C compiler version > configure:1811: cc --version &5 > 2.95.3 > configure:1814: $? = 0 > configure:1816: cc -v &5 > Using builtin specs. > gcc version 2.95.3 20010315 (release) [FreeBSD] > configure:1819: $? = 0 > configure:1821: cc -V &5 > cc: argument to `-V' is missing > configure:1824: $? = 1 > configure:1844: checking for C compiler default output > configure:1847: cc -O -pipe -I/usr/local/include conftest.c -L/usr/local/ > lib -lintl >&5 > /usr/libexec/elf/ld: cannot find -lintl > configure:1850: $? = 1 > configure: failed program was: > #line 1828 "configure" > #include "confdefs.h" > > int > main () > { > > ; > return 0; > } > configure:1873: error: C compiler cannot create executables > > ## ----------------- ## > ## Cache variables. ## > ## ----------------- ## > > ac_cv_path_INTLTOOL_PERL='/usr/bin/perl' > ac_cv_env_LDFLAGS_set='' > ac_cv_env_CFLAGS_set='set' > ac_cv_env_CPP_value='' > ac_cv_env_CPPFLAGS_set='set' > ac_cv_env_host_alias_set='' > ac_cv_env_build_alias_set='' > ac_cv_env_LDFLAGS_value='' > ac_cv_env_target_alias_set='set' > ac_cv_env_CFLAGS_value='-O -pipe ' > ac_cv_env_CC_set='set' > ac_cv_prog_make_make_set='yes' > ac_cv_env_CPPFLAGS_value='-I/usr/local/include' > ac_cv_env_host_alias_value='' > ac_cv_prog_AWK='awk' > ac_cv_env_build_alias_value='' > ac_cv_prog_ac_ct_CC='cc' > ac_cv_env_target_alias_value='i386-unknown-freebsd4.6' > ac_cv_env_CC_value='cc' > ac_cv_env_CPP_set='' > > ## ------------ ## > ## confdefs.h. ## > ## ------------ ## > > #define PACKAGE "gnome-mime-data" > #define VERSION "2.0.0" > > > configure: exit 77 > > > > > sudo make clean install > ===> Cleaning for gmake-3.79.1_2 > ===> Cleaning for imake-4.2.0_1 > ===> Cleaning for libtool-1.3.4_4 > ===> Cleaning for gnomehier-1.0_3 > ===> Cleaning for freetype2-2.1.2 > ===> Cleaning for sed_inplace-2002.06.28 > ===> Cleaning for XFree86-libraries-4.2.0_2 > ===> Cleaning for gnomemimedata-2.0.0 > ===> Extracting for gnomemimedata-2.0.0 > >> Checksum OK for gnome/gnome-mime-data-2.0.0.tar.bz2. > ===> gnomemimedata-2.0.0 depends on file: /usr/local/bin/sed_inplace - > found > ===> gnomemimedata-2.0.0 depends on shared library: X11.6 - found > ===> Patching for gnomemimedata-2.0.0 > ===> Configuring for gnomemimedata-2.0.0 > checking for a BSD compatible install... /usr/bin/install -c -o root -g > wheel > checking whether build environment is sane... yes > /usr/ports/misc/gnomemimedata/work/gnome-mime-data-2.0.0/missing: Unknown > `--run' option > Try `/usr/ports/misc/gnomemimedata/work/gnome-mime-data-2.0.0/missing > --help' for more information > configure: WARNING: `missing' script is too old or missing > checking for mawk... no > checking for gawk... no > checking for nawk... no > checking for awk... awk > checking whether make sets ${MAKE}... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking for perl... /usr/bin/perl > checking for style of include used by make... GNU > checking for gcc... cc > checking for C compiler default output... configure: error: C compiler > cannot create executables > ===> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and attach > the "/usr/ports/misc/gnomemimedata/work/gnome-mime-data-2.0.0/config. > log" > including the output of the failure of your make command. Also, it > might > be a good idea to provide an overview of all packages installed on > your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/misc/gnomemimedata. > > > > > ls /var/db/pkg/ > XFree86-libraries-4.2.0_2 p5-Authen-PAM-0.13 > Xaw3d-1.5 p5-DBI-1.28 > analog-5.22,1 p5-Data-ShowTable-3.3 > apache+mod_ssl-1.3.26+2.8.10 p5-Mysql-modules-1.2216 > bash-2.05a p5-Net-Daemon-0.36 > cvsup-16.1f p5-Net-SSLeay-1.14 > cvsupit-3.1 p5-PlRPC-0.2016 > cyrus-sasl-1.5.27_4 p5-Storable-2.04 > db3-3.2.9_3,1 p5-Test-Simple-0.42 > emacs-21.2_1 pdksh-5.2.14p2 > eterm-0.9.1_1 pkg_tarup-1.2_3 > freetype-1.3.1_2 pkgdb.db > freetype2-2.1.2 pkgdb.db.old > gd-1.8.4_6 png-1.2.4 > gmake-3.79.1_2 portupgrade-20020706 > imake-4.2.0_1 python-2.2.1 > imlib2-1.0.5 ruby-1.6.7.2002.07.15 > isc-dhcp3-3.0.1.r9 ruby-bdb1-0.1.7 > jpeg-6b_1 ruby-optparse-0.9 > libast-0.4 ruby-shim-ruby18-1.7.2.2002.05.21 > libtool-1.3.4_4 sed_inplace-2002.06.28 > libungif-4.1.0b1 sniff-1.0 > linux_base-7.1 sudo-1.6.6 > lynx-2.8.4.1b_1 tcsh-6.11.00 > man2html-3.0.1 tiff-3.5.7 > mm-1.1.3 webalizer-2.1.10_1 > mod_php4-4.2.2 webmin-0.980_4 > mysql-client-3.23.51 xpm-3.4k > mysql-server-3.23.51 zsh-4.0.4 > > > -- > Mark Edwards > San Francisco, CA > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 9:16:12 2002 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 5EF2237B400; Fri, 26 Jul 2002 09:16:05 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98FAA43E4A; Fri, 26 Jul 2002 09:16:04 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6QGFw9I006279; Fri, 26 Jul 2002 12:15:58 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: FreeBSD User Questions List , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027663058.3d40e4d2c23a1@netmail.pipex.net> References: <1027633744.3d407250466bc@netmail.pipex.net> <1027641650.21180.8.camel@shumai.marcuscom.com> <1027663058.3d40e4d2c23a1@netmail.pipex.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 26 Jul 2002 12:15:35 -0400 Message-Id: <1027700137.879.23.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-07-26 at 01:57, sroberts@dsl.pipex.com wrote: > > Hi Joe, > I don't actually recall doing an update for librep after installing the > system. I'll first try to locate it but, what version (if any) should I have > for librep? You should have librep-0.16.1_1. > > Also, in terms of recompiling librep, it the following procedure safe to > perform:- > > cd /us/ports//librep > make deinstall clean && make reinstall clean I use sysutils/portupgrade to do such things, but your method should work as well. > > I take it if I find that I don't have librep (by chance), then I'll have to > install it and reinstall Sawfish as well? Yes, you will have to update both. Joe > > Thanks for taking the time. > > Stacey > > Quoting Joe Marcus Clarke : > > > On Thu, 2002-07-25 at 17:49, sroberts@dsl.pipex.com wrote: > > > > > > Hello, > > > First of all I'd like to thank the list members that have taken > > the time > > > to assist me in getting to the stage where I have a stable system now. > > > > > > I'm having problems getting gnome / Sawfish to play together though. I > > > > > gnomecontrolcenter, I have selected Sawfish as the current window > > manager, but > > > when I click the Sawfish configuration tool, I get a beep, and the > > > error: "Sawfish isn't running." > > > > > > Could someone let me know if I've missed something out, or what I > > might check > > > in order to get Sawfish set up as the default window manager for my > > gnome- > > > 1.4_latest, please? > > > > Did you update librep _after_ compiling sawfish? If so, recompile > > sawfish, and your problem should be fixed. If not, please send me > > either your ~/.gnomerc-errors (if running gdm) or the output from the > > console when trying to start sawfish (if you don't see any errors, bring > > up an xterm, and run sawfish manually). Thanks. > > > > Joe > > > > > > > > Thanks again.., > > > > > > Stacey > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 14: 1:45 2002 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 806FD37B401; Fri, 26 Jul 2002 14:01:36 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4720343E4A; Fri, 26 Jul 2002 14:01:34 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6QL1Xse006227; Fri, 26 Jul 2002 22:01:33 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6QL1Wgm006226; Fri, 26 Jul 2002 22:01:32 +0100 To: Joe Marcus Clarke Subject: Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish Message-ID: <1027717292.3d41b8ac642ad@netmail.pipex.net> Date: Fri, 26 Jul 2002 22:01:32 +0100 From: Cc: FreeBSD User Questions List , References: <1027633744.3d407250466bc@netmail.pipex.net> <1027641650.21180.8.camel@shumai.marcuscom.com> <1027663058.3d40e4d2c23a1@netmail.pipex.net> <1027700137.879.23.camel@gyros.marcuscom.com> In-Reply-To: <1027700137.879.23.camel@gyros.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, I had a check for librep on the box, it *is* librep-0.16.1_1 that I have. With this in mind: 1] Should I still think about recompiling Sawfish? 2] You mentioned in your earlier reply that your use sysutils/portupgrade for this purpose, how would I use portupgrade in this scenario? That is, presumably as cvsup of my ports tree didn't flag Sawfish as requiring an upgrade, how do I use portupgrade to re-compile Sawfish? 3] And a bit off-topic here, I did see that XFree86-4 Server had an available upgrade, so I ran portupgrade -R for this. Do I need to re-run XFree86 - configure for XFree86-4 again? Thank you very much for the time, Joe. Hope to hear from you again soon. Stacey Quoting Joe Marcus Clarke : > On Fri, 2002-07-26 at 01:57, sroberts@dsl.pipex.com wrote: > > > > Hi Joe, > > I don't actually recall doing an update for librep after installing > the > > system. I'll first try to locate it but, what version (if any) should > I have > > for librep? > > You should have librep-0.16.1_1. > > > > > Also, in terms of recompiling librep, it the following procedure safe > to > > perform:- > > > > cd /us/ports//librep > > make deinstall clean && make reinstall clean > > I use sysutils/portupgrade to do such things, but your method should > work as well. > > > > > I take it if I find that I don't have librep (by chance), then I'll > have to > > install it and reinstall Sawfish as well? > > Yes, you will have to update both. > > Joe > > > > > Thanks for taking the time. > > > > Stacey > > > > Quoting Joe Marcus Clarke : > > > > > On Thu, 2002-07-25 at 17:49, sroberts@dsl.pipex.com wrote: > > > > > > > > Hello, > > > > First of all I'd like to thank the list members that have > taken > > > the time > > > > to assist me in getting to the stage where I have a stable system > now. > > > > > > > > I'm having problems getting gnome / Sawfish to play together > though. I > > > > > > > gnomecontrolcenter, I have selected Sawfish as the current window > > > manager, but > > > > when I click the Sawfish configuration tool, I get a beep, and the > > > > > error: "Sawfish isn't running." > > > > > > > > Could someone let me know if I've missed something out, or what I > > > might check > > > > in order to get Sawfish set up as the default window manager for > my > > > gnome- > > > > 1.4_latest, please? > > > > > > Did you update librep _after_ compiling sawfish? If so, recompile > > > sawfish, and your problem should be fixed. If not, please send me > > > either your ~/.gnomerc-errors (if running gdm) or the output from > the > > > console when trying to start sawfish (if you don't see any errors, > bring > > > up an xterm, and run sawfish manually). Thanks. > > > > > > Joe > > > > > > > > > > > Thanks again.., > > > > > > > > Stacey > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 14:51:37 2002 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 3427A37B400; Fri, 26 Jul 2002 14:51:26 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FECC43E31; Fri, 26 Jul 2002 14:51:25 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6QLpG9I008150; Fri, 26 Jul 2002 17:51:16 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: FreeBSD User Questions List , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027717292.3d41b8ac642ad@netmail.pipex.net> References: <1027633744.3d407250466bc@netmail.pipex.net> <1027641650.21180.8.camel@shumai.marcuscom.com> <1027663058.3d40e4d2c23a1@netmail.pipex.net> <1027700137.879.23.camel@gyros.marcuscom.com> <1027717292.3d41b8ac642ad@netmail.pipex.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 26 Jul 2002 17:50:54 -0400 Message-Id: <1027720255.879.124.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-07-26 at 17:01, sroberts@dsl.pipex.com wrote: > > Hi Joe, > I had a check for librep on the box, it *is* librep-0.16.1_1 that I have. > > With this in mind: > > 1] Should I still think about recompiling Sawfish? Yes. > > 2] You mentioned in your earlier reply that your use sysutils/portupgrade for > this purpose, how would I use portupgrade in this scenario? That is, presumably > as cvsup of my ports tree didn't flag Sawfish as requiring an upgrade, how do I > use portupgrade to re-compile Sawfish? portupgrade -f sawfish > > 3] And a bit off-topic here, I did see that XFree86-4 Server had an available > upgrade, so I ran portupgrade -R for this. Do I need to re-run XFree86 - > configure for XFree86-4 again? No. Joe > > Thank you very much for the time, Joe. Hope to hear from you again soon. > > Stacey > > > Quoting Joe Marcus Clarke : > > > On Fri, 2002-07-26 at 01:57, sroberts@dsl.pipex.com wrote: > > > > > > Hi Joe, > > > I don't actually recall doing an update for librep after installing > > the > > > system. I'll first try to locate it but, what version (if any) should > > I have > > > for librep? > > > > You should have librep-0.16.1_1. > > > > > > > > Also, in terms of recompiling librep, it the following procedure safe > > to > > > perform:- > > > > > > cd /us/ports//librep > > > make deinstall clean && make reinstall clean > > > > I use sysutils/portupgrade to do such things, but your method should > > work as well. > > > > > > > > I take it if I find that I don't have librep (by chance), then I'll > > have to > > > install it and reinstall Sawfish as well? > > > > Yes, you will have to update both. > > > > Joe > > > > > > > > Thanks for taking the time. > > > > > > Stacey > > > > > > Quoting Joe Marcus Clarke : > > > > > > > On Thu, 2002-07-25 at 17:49, sroberts@dsl.pipex.com wrote: > > > > > > > > > > Hello, > > > > > First of all I'd like to thank the list members that have > > taken > > > > the time > > > > > to assist me in getting to the stage where I have a stable system > > now. > > > > > > > > > > I'm having problems getting gnome / Sawfish to play together > > though. I > > > > > > > > > gnomecontrolcenter, I have selected Sawfish as the current window > > > > manager, but > > > > > when I click the Sawfish configuration tool, I get a beep, and the > > > > > > > error: "Sawfish isn't running." > > > > > > > > > > Could someone let me know if I've missed something out, or what I > > > > might check > > > > > in order to get Sawfish set up as the default window manager for > > my > > > > gnome- > > > > > 1.4_latest, please? > > > > > > > > Did you update librep _after_ compiling sawfish? If so, recompile > > > > sawfish, and your problem should be fixed. If not, please send me > > > > either your ~/.gnomerc-errors (if running gdm) or the output from > > the > > > > console when trying to start sawfish (if you don't see any errors, > > bring > > > > up an xterm, and run sawfish manually). Thanks. > > > > > > > > Joe > > > > > > > > > > > > > > Thanks again.., > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > -- > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > > > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 14:58:14 2002 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 9922037B400 for ; Fri, 26 Jul 2002 14:58:12 -0700 (PDT) Received: from hotmail.com (oe142.pav0.hotmail.com [64.4.33.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A9043E42 for ; Fri, 26 Jul 2002 14:58:12 -0700 (PDT) (envelope-from shieronymus@msn.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 26 Jul 2002 14:58:12 -0700 X-Originating-IP: [63.230.78.41] Reply-To: "Seth Hieronymus" From: "Seth Hieronymus" To: Cc: Subject: Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish Date: Fri, 26 Jul 2002 15:58:17 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 26 Jul 2002 21:58:12.0165 (UTC) FILETIME=[89179F50:01C234EF] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Stacey, >1] Should I still think about recompiling Sawfish? I missed what your problems were, but when I installed Gnome2, I was switching back and forth between Sawfish and Metacity window managers. I don't know if this might help, but the best way I found was to put 'sawfish &' or 'metacity &' before the 'exec gnome-session' in my .initrc. Recompiling never hurts, though. >2] You mentioned in your earlier reply that your use sysutils/portupgrade for >this purpose, how would I use portupgrade in this scenario? That is, presumably >as cvsup of my ports tree didn't flag Sawfish as requiring an upgrade, how do I >use portupgrade to re-compile Sawfish? If you have used 'portsdb -Uu' after your port cvsups, then 'portupgrade -rR gnome2' works, ie upgrades all depending and dependent ports in gnome2, in the correct order. >3] And a bit off-topic here, I did see that XFree86-4 Server had an available >upgrade, so I ran portupgrade -R for this. Do I need to re-run XFree86 - >configure for XFree86-4 again? I haven't needed to. The configure just produces the config text file. I just save that file everywhere I go, and modify by hand. Hope that helps, Seth Hieronymus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 15:23:48 2002 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 D7B2E37B400; Fri, 26 Jul 2002 15:23:34 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3831643E6E; Fri, 26 Jul 2002 15:23:33 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6QMNWse006888; Fri, 26 Jul 2002 23:23:32 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6QMNVRh006887; Fri, 26 Jul 2002 23:23:31 +0100 To: Joe Marcus Clarke Subject: Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish Message-ID: <1027722211.3d41cbe3bdf12@netmail.pipex.net> Date: Fri, 26 Jul 2002 23:23:31 +0100 From: Cc: FreeBSD User Questions List , References: <1027633744.3d407250466bc@netmail.pipex.net> <1027641650.21180.8.camel@shumai.marcuscom.com> <1027663058.3d40e4d2c23a1@netmail.pipex.net> <1027700137.879.23.camel@gyros.marcuscom.com> <1027717292.3d41b8ac642ad@netmail.pipex.net> <1027720255.879.124.camel@gyros.marcuscom.com> In-Reply-To: <1027720255.879.124.camel@gyros.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, Thanks for getting back to me, and for the straight-forward answers. I'm happy with what you've advised here (I'll take a closer look at the -f switch for portupgrade, too), and go with the following: Log off of X cd /usr/ports/x11-wm/sawfish portupgrade -f sawfish Hopefully that'll sort out the "Sawfish not running error" I keep getting, so that I can go ahead and complete the setting up of gnome / Sawfish desktop env. Thanks again for your help. Stacey Quoting Joe Marcus Clarke : > On Fri, 2002-07-26 at 17:01, sroberts@dsl.pipex.com wrote: > > > > Hi Joe, > > I had a check for librep on the box, it *is* librep-0.16.1_1 that I > have. > > > > With this in mind: > > > > 1] Should I still think about recompiling Sawfish? > > Yes. > > > > > 2] You mentioned in your earlier reply that your use > sysutils/portupgrade for > > this purpose, how would I use portupgrade in this scenario? That is, > presumably > > as cvsup of my ports tree didn't flag Sawfish as requiring an upgrade, > how do I > > use portupgrade to re-compile Sawfish? > > portupgrade -f sawfish > > > > > 3] And a bit off-topic here, I did see that XFree86-4 Server had an > available > > upgrade, so I ran portupgrade -R for this. Do I need to re-run XFree86 > - > > configure for XFree86-4 again? > > No. > > Joe > > > > > Thank you very much for the time, Joe. Hope to hear from you again > soon. > > > > Stacey > > > > > > Quoting Joe Marcus Clarke : > > > > > On Fri, 2002-07-26 at 01:57, sroberts@dsl.pipex.com wrote: > > > > > > > > Hi Joe, > > > > I don't actually recall doing an update for librep after > installing > > > the > > > > system. I'll first try to locate it but, what version (if any) > should > > > I have > > > > for librep? > > > > > > You should have librep-0.16.1_1. > > > > > > > > > > > Also, in terms of recompiling librep, it the following procedure > safe > > > to > > > > perform:- > > > > > > > > cd /us/ports//librep > > > > make deinstall clean && make reinstall clean > > > > > > I use sysutils/portupgrade to do such things, but your method should > > > work as well. > > > > > > > > > > > I take it if I find that I don't have librep (by chance), then > I'll > > > have to > > > > install it and reinstall Sawfish as well? > > > > > > Yes, you will have to update both. > > > > > > Joe > > > > > > > > > > > Thanks for taking the time. > > > > > > > > Stacey > > > > > > > > Quoting Joe Marcus Clarke : > > > > > > > > > On Thu, 2002-07-25 at 17:49, sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > Hello, > > > > > > First of all I'd like to thank the list members that have > > > taken > > > > > the time > > > > > > to assist me in getting to the stage where I have a stable > system > > > now. > > > > > > > > > > > > I'm having problems getting gnome / Sawfish to play together > > > though. I > > > > > > > > > > > gnomecontrolcenter, I have selected Sawfish as the current > window > > > > > manager, but > > > > > > when I click the Sawfish configuration tool, I get a beep, and > the > > > > > > > > > error: "Sawfish isn't running." > > > > > > > > > > > > Could someone let me know if I've missed something out, or > what I > > > > > might check > > > > > > in order to get Sawfish set up as the default window manager > for > > > my > > > > > gnome- > > > > > > 1.4_latest, please? > > > > > > > > > > Did you update librep _after_ compiling sawfish? If so, > recompile > > > > > sawfish, and your problem should be fixed. If not, please send > me > > > > > either your ~/.gnomerc-errors (if running gdm) or the output > from > > > the > > > > > console when trying to start sawfish (if you don't see any > errors, > > > bring > > > > > up an xterm, and run sawfish manually). Thanks. > > > > > > > > > > Joe > > > > > > > > > > > > > > > > > Thanks again.., > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > -- > > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > > > > > > > > > > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 15:29:54 2002 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 294EA37B400; Fri, 26 Jul 2002 15:29:41 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3971543E65; Fri, 26 Jul 2002 15:29:40 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6QMTO9I008352; Fri, 26 Jul 2002 18:29:24 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: FreeBSD User Questions List , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027722211.3d41cbe3bdf12@netmail.pipex.net> References: <1027633744.3d407250466bc@netmail.pipex.net> <1027641650.21180.8.camel@shumai.marcuscom.com> <1027663058.3d40e4d2c23a1@netmail.pipex.net> <1027700137.879.23.camel@gyros.marcuscom.com> <1027717292.3d41b8ac642ad@netmail.pipex.net> <1027720255.879.124.camel@gyros.marcuscom.com> <1027722211.3d41cbe3bdf12@netmail.pipex.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 26 Jul 2002 18:29:02 -0400 Message-Id: <1027722543.879.131.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-07-26 at 18:23, sroberts@dsl.pipex.com wrote: > > Hi Joe, > Thanks for getting back to me, and for the straight-forward answers. > > I'm happy with what you've advised here (I'll take a closer look at the -f > switch for portupgrade, too), and go with the following: > > Log off of X > cd /usr/ports/x11-wm/sawfish > portupgrade -f sawfish You don't need to be in the sawfish directory to use portupgrade. > > Hopefully that'll sort out the "Sawfish not running error" I keep getting, so > that I can go ahead and complete the setting up of gnome / Sawfish desktop env. If it doesn't, you're going to have to get me the output of sawfish when run manually from the CLI. Joe > > Thanks again for your help. > > Stacey > > > Quoting Joe Marcus Clarke : > > > On Fri, 2002-07-26 at 17:01, sroberts@dsl.pipex.com wrote: > > > > > > Hi Joe, > > > I had a check for librep on the box, it *is* librep-0.16.1_1 that I > > have. > > > > > > With this in mind: > > > > > > 1] Should I still think about recompiling Sawfish? > > > > Yes. > > > > > > > > 2] You mentioned in your earlier reply that your use > > sysutils/portupgrade for > > > this purpose, how would I use portupgrade in this scenario? That is, > > presumably > > > as cvsup of my ports tree didn't flag Sawfish as requiring an upgrade, > > how do I > > > use portupgrade to re-compile Sawfish? > > > > portupgrade -f sawfish > > > > > > > > 3] And a bit off-topic here, I did see that XFree86-4 Server had an > > available > > > upgrade, so I ran portupgrade -R for this. Do I need to re-run XFree86 > > - > > > configure for XFree86-4 again? > > > > No. > > > > Joe > > > > > > > > Thank you very much for the time, Joe. Hope to hear from you again > > soon. > > > > > > Stacey > > > > > > > > > Quoting Joe Marcus Clarke : > > > > > > > On Fri, 2002-07-26 at 01:57, sroberts@dsl.pipex.com wrote: > > > > > > > > > > Hi Joe, > > > > > I don't actually recall doing an update for librep after > > installing > > > > the > > > > > system. I'll first try to locate it but, what version (if any) > > should > > > > I have > > > > > for librep? > > > > > > > > You should have librep-0.16.1_1. > > > > > > > > > > > > > > Also, in terms of recompiling librep, it the following procedure > > safe > > > > to > > > > > perform:- > > > > > > > > > > cd /us/ports//librep > > > > > make deinstall clean && make reinstall clean > > > > > > > > I use sysutils/portupgrade to do such things, but your method should > > > > work as well. > > > > > > > > > > > > > > I take it if I find that I don't have librep (by chance), then > > I'll > > > > have to > > > > > install it and reinstall Sawfish as well? > > > > > > > > Yes, you will have to update both. > > > > > > > > Joe > > > > > > > > > > > > > > Thanks for taking the time. > > > > > > > > > > Stacey > > > > > > > > > > Quoting Joe Marcus Clarke : > > > > > > > > > > > On Thu, 2002-07-25 at 17:49, sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > Hello, > > > > > > > First of all I'd like to thank the list members that have > > > > taken > > > > > > the time > > > > > > > to assist me in getting to the stage where I have a stable > > system > > > > now. > > > > > > > > > > > > > > I'm having problems getting gnome / Sawfish to play together > > > > though. I > > > > > > > > > > > > > gnomecontrolcenter, I have selected Sawfish as the current > > window > > > > > > manager, but > > > > > > > when I click the Sawfish configuration tool, I get a beep, and > > the > > > > > > > > > > > error: "Sawfish isn't running." > > > > > > > > > > > > > > Could someone let me know if I've missed something out, or > > what I > > > > > > might check > > > > > > > in order to get Sawfish set up as the default window manager > > for > > > > my > > > > > > gnome- > > > > > > > 1.4_latest, please? > > > > > > > > > > > > Did you update librep _after_ compiling sawfish? If so, > > recompile > > > > > > sawfish, and your problem should be fixed. If not, please send > > me > > > > > > either your ~/.gnomerc-errors (if running gdm) or the output > > from > > > > the > > > > > > console when trying to start sawfish (if you don't see any > > errors, > > > > bring > > > > > > up an xterm, and run sawfish manually). Thanks. > > > > > > > > > > > > Joe > > > > > > > > > > > > > > > > > > > > Thanks again.., > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > -- > > > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > > > > > > > > > > > > > > > > > -- > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > > > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 16:57:12 2002 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 7331037B400 for ; Fri, 26 Jul 2002 16:57:11 -0700 (PDT) Received: from boise.neuroflux.com (ns1.neuroflux.com [204.228.228.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C1843E65 for ; Fri, 26 Jul 2002 16:57:10 -0700 (PDT) (envelope-from ryans@gamersimpact.com) Received: from boise.neuroflux.com (ryans@localhost.neuroflux.com [127.0.0.1]) by boise.neuroflux.com (8.12.5/8.11.6) with ESMTP id g6QNvAAT088119 for ; Fri, 26 Jul 2002 19:57:10 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: Host ryans@localhost.neuroflux.com [127.0.0.1] claimed to be boise.neuroflux.com Received: from localhost (ryans@localhost) by boise.neuroflux.com (8.12.5/8.12.4/Submit) with ESMTP id g6QNv93d088116 for ; Fri, 26 Jul 2002 19:57:09 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: ryans owned process doing -bs Date: Fri, 26 Jul 2002 19:57:09 -0400 (EDT) From: Ryan Sommers X-X-Sender: ryans@boise.neuroflux.com To: freebsd-gnome@freebsd.org Subject: GNOME 2.0 & WM's Message-ID: <20020726195627.L88115-100000@boise.neuroflux.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How do you change the window-manager in GNOME2? I'd really like to run Enlightenment instead of Sawfish. -- Ryan "leadZERO" Sommers Gamer's Impact President ryans@gamersimpact.com ICQ: 1019590 AIM/MSN: leadZERO -= http://www.gamersimpact.com =- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 19:10:49 2002 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 2743237B400 for ; Fri, 26 Jul 2002 19:10:46 -0700 (PDT) Received: from mailer.nsmex.com (minerva.nsmex.com [148.243.116.14]) by mx1.FreeBSD.org (Postfix) with SMTP id 769EF43E4A for ; Fri, 26 Jul 2002 19:10:45 -0700 (PDT) (envelope-from claudia@netsolutions.com.mx) From: "Claudia" To: "Gnome" Subject: Ruteador DSL para Prodigy Infinitum de Telmex Date: Fri, 26 Jul 2002 21:11:06 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Message-ID: <60832604494110410@netsolutions.com.mx> Reply-To: "Claudia" Organization: Net Solutions X-Mailer: Internet Mail Service Content-Type: multipart/alternative; boundary="----_NextPart_0185283626" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------_NextPart_0185283626 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: QUOTED-PRINTABLE Ruteador DSL para Prodigy Infinitum de Telmex ADSL (Asymmetric Digital Suscriber Line) o bien conocido como Prodigy Infinitum, es el nuevo servicio de acceso a Internet que hace de la l=EDnea telef=F3nica un canal de acceso de alta velocidad a Internet. ADSL es ideal para aquellos clientes que utilicen intensamente la Red y requieran una conexi=F3n permanente a Internet, sin necesidad de marcar. Si a=FAn no cuenta con el servicio de Prodigy Infinitum visite: http://www.telmex.com/internos/infinitum/info/ El Ruteador Linksys EtherFast Cable/DSL es la opci=F3n perfecta para que m=FAltiples computadoras dentro de su red naveguen el Internet a una gran velocidad, permitiendo conectar arriba de 253 usuarios. Con su tecnolog=EDa de ruteo, la navegaci=F3n ser=E1 mucho m=E1s eficiente y mucho m=E1s r=E1pida que por el m=E9todo convencional de compartir el Internet a trav=E9s de software. =A1GARANTIZADO! Y como esta construido con tecnolog=EDa NAT act=FAa como un firewall que protege su red interna. Visite esta p=E1gina para adquirir el ruteador Linksys http://www.netsolutions.com.mx/servicios/ADSL/adsl.shtml Net Solutions Tel: +52(55)5148-9888 Fax: +52(55)5148-9895 E-mail: info@netsolutions.com.mx http://www.netsolutions.com.mx Para ser removido de la lista da click aqu=ED. ------_NextPart_0185283626 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: QUOTED-PRINTABLE

Ruteador DSL para Prodigy Infinitum de Telmex

ADSL (Asymmetric Digital Suscriber Line) o bien conocido como Prodigy Infinitum, es el nuevo servicio de acceso a Internet que hace de la l=EDnea telef=F3nica un canal de acceso de alta velocidad a Internet.

ADSL es ideal para aquellos clientes que utilicen intensamente la Red y requieran una conexi=F3n permanente a Internet, sin necesidad de marcar.

Si a=FAn no cuenta con el servicio de Prodigy Infinitum visite:
http://www.telmex.com/internos/infinitum/info/

El Ruteador Linksys EtherFast Cable/DSL es la opci=F3n perfecta para que m=FAltiples computadoras dentro de su red naveguen el Internet a una gran velocidad, permitiendo conectar arriba de 253 usuarios.
Con su tecnolog=EDa de ruteo, la navegaci=F3n ser=E1 mucho m=E1s eficiente y mucho m=E1s r=E1pida que por el m=E9todo convencional de compartir el Internet a trav=E9s de software. =A1GARANTIZADO!
Y como esta construido
con tecnolog=EDa NAT act=FAa como un firewall que protege su red interna.

Visite esta p=E1gina para adquirir el ruteador Linksys
http://www.netsolutions.com.mx/servicios/ADSL/adsl.shtml


Net Solutions
Tel: +52(55)5148-9888
Fax: +52(55)5148-9895
E-mail: info@netsolutions.com.mx
http://www.netsolutions.com.mx

 

Para ser removido de la lista da click aqu=ED.

------_NextPart_0185283626-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 19:19:29 2002 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 B778E37B400 for ; Fri, 26 Jul 2002 19:19:26 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0011043E70 for ; Fri, 26 Jul 2002 19:19:25 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6R2JI9I009647; Fri, 26 Jul 2002 22:19:18 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: GNOME 2.0 & WM's From: Joe Marcus Clarke To: Ryan Sommers Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <20020726195627.L88115-100000@boise.neuroflux.com> References: <20020726195627.L88115-100000@boise.neuroflux.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Xj05k/GrjvFgIa5o49gd" X-Mailer: Ximian Evolution 1.0.8 Date: 26 Jul 2002 22:19:27 -0400 Message-Id: <1027736367.40142.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-Xj05k/GrjvFgIa5o49gd Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2002-07-26 at 19:57, Ryan Sommers wrote: > How do you change the window-manager in GNOME2? I'd really like to run > Enlightenment instead of Sawfish. I'm not sure enlightenment will work well in GNOME 2.0. It may not like the new GNOME 2.0 hooks. However, there is no good way to switch window managers yet. It's being worked on. I use: killall sawfish ; metacity& To switch from sawfish to metacity. Joe >=20 > --=20 > Ryan "leadZERO" Sommers > Gamer's Impact President > ryans@gamersimpact.com > ICQ: 1019590 > AIM/MSN: leadZERO >=20 > -=3D http://www.gamersimpact.com =3D- >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=-Xj05k/GrjvFgIa5o49gd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9QgMvb2iPiv4Uz4cRApBoAJ9wJ/9A7a3nAk84JL6n9EVmA3cCFQCeLYWy k2CUcqW48ne8d9uXi9IkviI= =qlvY -----END PGP SIGNATURE----- --=-Xj05k/GrjvFgIa5o49gd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jul 26 21:11:24 2002 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 29C2437B401 for ; Fri, 26 Jul 2002 21:11:22 -0700 (PDT) Received: from hotmail.com (f220.pav1.hotmail.com [64.4.31.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2414C43E6A for ; Fri, 26 Jul 2002 21:11:20 -0700 (PDT) (envelope-from verbophobe@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 26 Jul 2002 21:11:10 -0700 Received: from 24.201.67.71 by pv1fd.pav1.hotmail.msn.com with HTTP; Sat, 27 Jul 2002 04:11:10 GMT X-Originating-IP: [24.201.67.71] From: "Maxime Romano" To: freebsd-gnome@FreeBSD.ORG Subject: Re: GNOME 2.0 & WM's Date: Sat, 27 Jul 2002 00:11:10 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 27 Jul 2002 04:11:10.0289 (UTC) FILETIME=[A37E5C10:01C23523] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (I always godamn forget to forward to the list, so here's an approximation of what I sadly sent to Joe only. I blame Hotmail and George Clooney.) >From: Joe Marcus Clarke >To: Ryan Sommers >CC: freebsd-gnome@FreeBSD.ORG >Subject: Re: GNOME 2.0 & WM's >Date: 26 Jul 2002 22:19:27 -0400 > >On Fri, 2002-07-26 at 19:57, Ryan Sommers wrote: > > How do you change the window-manager in GNOME2? I'd really like to run > > Enlightenment instead of Sawfish. > >I'm not sure enlightenment will work well in GNOME 2.0. It may not like >the new GNOME 2.0 hooks. However, there is no good way to switch window >managers yet. It's being worked on. I use: > >killall sawfish ; metacity& > >To switch from sawfish to metacity. > >Joe I've never tried Joe's way, but this worked for me: Fire up gconf-editor and go to /desktop/gnome/applications/window_manager/ and change "default" and "current" to match the path of enlightenment, which would usually be something like /usr/X11R6/bin/enlightenment . -Maxime Romano (Again, sorry for forgetting to forward this to the list, Joe. I have this phobia of crowding people's inboxes... Almost as if they were gonna send the mob on me or something...) > > > > > -- > > Ryan "leadZERO" Sommers > > Gamer's Impact President > > ryans@gamersimpact.com > > ICQ: 1019590 > > AIM/MSN: leadZERO > > > > -= http://www.gamersimpact.com =- > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 2:32:46 2002 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 9C7AD37B400; Sat, 27 Jul 2002 02:32:30 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 824EC43E31; Sat, 27 Jul 2002 02:32:29 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6R9WSse009336; Sat, 27 Jul 2002 10:32:28 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6R9WRYb009335; Sat, 27 Jul 2002 10:32:27 +0100 To: Joe Marcus Clarke Subject: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish] Message-ID: <1027762347.3d4268abead03@netmail.pipex.net> Date: Sat, 27 Jul 2002 10:32:27 +0100 From: Cc: FreeBSD User Questions List , References: <1027633744.3d407250466bc@netmail.pipex.net> <1027641650.21180.8.camel@shumai.marcuscom.com> <1027663058.3d40e4d2c23a1@netmail.pipex.net> <1027700137.879.23.camel@gyros.marcuscom.com> <1027717292.3d41b8ac642ad@netmail.pipex.net> <1027720255.879.124.camel@gyros.marcuscom.com> <1027722211.3d41cbe3bdf12@netmail.pipex.net> <1027722543.879.131.camel@gyros.marcuscom.com> In-Reply-To: <1027722543.879.131.camel@gyros.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, I recompiled Sawfish, but now startx only works for root. For each user, there already exists the .xinitrc file with: /usr/X11R6/bin/gnome-session being the only line in there. The error I get is: Fatal Server Error: Cannnot open log file /var/log/XFree86.0.log Please help me with this. Stacey Quoting Joe Marcus Clarke : > On Fri, 2002-07-26 at 18:23, sroberts@dsl.pipex.com wrote: > > > > Hi Joe, > > Thanks for getting back to me, and for the straight-forward > answers. > > > > I'm happy with what you've advised here (I'll take a closer look at > the -f > > switch for portupgrade, too), and go with the following: > > > > Log off of X > > cd /usr/ports/x11-wm/sawfish > > portupgrade -f sawfish > > You don't need to be in the sawfish directory to use portupgrade. > > > > > Hopefully that'll sort out the "Sawfish not running error" I keep > getting, so > > that I can go ahead and complete the setting up of gnome / Sawfish > desktop env. > > If it doesn't, you're going to have to get me the output of sawfish when > run manually from the CLI. > > Joe > > > > > Thanks again for your help. > > > > Stacey > > > > > > Quoting Joe Marcus Clarke : > > > > > On Fri, 2002-07-26 at 17:01, sroberts@dsl.pipex.com wrote: > > > > > > > > Hi Joe, > > > > I had a check for librep on the box, it *is* librep-0.16.1_1 > that I > > > have. > > > > > > > > With this in mind: > > > > > > > > 1] Should I still think about recompiling Sawfish? > > > > > > Yes. > > > > > > > > > > > 2] You mentioned in your earlier reply that your use > > > sysutils/portupgrade for > > > > this purpose, how would I use portupgrade in this scenario? That > is, > > > presumably > > > > as cvsup of my ports tree didn't flag Sawfish as requiring an > upgrade, > > > how do I > > > > use portupgrade to re-compile Sawfish? > > > > > > portupgrade -f sawfish > > > > > > > > > > > 3] And a bit off-topic here, I did see that XFree86-4 Server had > an > > > available > > > > upgrade, so I ran portupgrade -R for this. Do I need to re-run > XFree86 > > > - > > > > configure for XFree86-4 again? > > > > > > No. > > > > > > Joe > > > > > > > > > > > Thank you very much for the time, Joe. Hope to hear from you again > > > soon. > > > > > > > > Stacey > > > > > > > > > > > > Quoting Joe Marcus Clarke : > > > > > > > > > On Fri, 2002-07-26 at 01:57, sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > Hi Joe, > > > > > > I don't actually recall doing an update for librep after > > > installing > > > > > the > > > > > > system. I'll first try to locate it but, what version (if > any) > > > should > > > > > I have > > > > > > for librep? > > > > > > > > > > You should have librep-0.16.1_1. > > > > > > > > > > > > > > > > > Also, in terms of recompiling librep, it the following > procedure > > > safe > > > > > to > > > > > > perform:- > > > > > > > > > > > > cd /us/ports//librep > > > > > > make deinstall clean && make reinstall clean > > > > > > > > > > I use sysutils/portupgrade to do such things, but your method > should > > > > > work as well. > > > > > > > > > > > > > > > > > I take it if I find that I don't have librep (by chance), then > > > I'll > > > > > have to > > > > > > install it and reinstall Sawfish as well? > > > > > > > > > > Yes, you will have to update both. > > > > > > > > > > Joe > > > > > > > > > > > > > > > > > Thanks for taking the time. > > > > > > > > > > > > Stacey > > > > > > > > > > > > Quoting Joe Marcus Clarke : > > > > > > > > > > > > > On Thu, 2002-07-25 at 17:49, sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > Hello, > > > > > > > > First of all I'd like to thank the list members that > have > > > > > taken > > > > > > > the time > > > > > > > > to assist me in getting to the stage where I have a stable > > > system > > > > > now. > > > > > > > > > > > > > > > > I'm having problems getting gnome / Sawfish to play > together > > > > > though. I > > > > > > > > > > > > > > > gnomecontrolcenter, I have selected Sawfish as the current > > > window > > > > > > > manager, but > > > > > > > > when I click the Sawfish configuration tool, I get a beep, > and > > > the > > > > > > > > > > > > > error: "Sawfish isn't running." > > > > > > > > > > > > > > > > Could someone let me know if I've missed something out, or > > > what I > > > > > > > might check > > > > > > > > in order to get Sawfish set up as the default window > manager > > > for > > > > > my > > > > > > > gnome- > > > > > > > > 1.4_latest, please? > > > > > > > > > > > > > > Did you update librep _after_ compiling sawfish? If so, > > > recompile > > > > > > > sawfish, and your problem should be fixed. If not, please > send > > > me > > > > > > > either your ~/.gnomerc-errors (if running gdm) or the output > > > from > > > > > the > > > > > > > console when trying to start sawfish (if you don't see any > > > errors, > > > > > bring > > > > > > > up an xterm, and run sawfish manually). Thanks. > > > > > > > > > > > > > > Joe > > > > > > > > > > > > > > > > > > > > > > > Thanks again.., > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > with "unsubscribe freebsd-gnome" in the body of the > message > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > -- > > > > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > > > > > > > > > > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 2:43:57 2002 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 B107637B400 for ; Sat, 27 Jul 2002 02:43:54 -0700 (PDT) Received: from web12901.mail.yahoo.com (web12901.mail.yahoo.com [216.136.174.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 28F2743E5E for ; Sat, 27 Jul 2002 02:43:54 -0700 (PDT) (envelope-from robbakfreebsd@yahoo.co.uk) Message-ID: <20020727094350.11665.qmail@web12901.mail.yahoo.com> Received: from [203.221.120.22] by web12901.mail.yahoo.com via HTTP; Sat, 27 Jul 2002 02:43:50 PDT Date: Sat, 27 Jul 2002 02:43:50 -0700 (PDT) From: robert Backhaus Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish] To: sroberts@dsl.pipex.com, Joe Marcus Clarke Cc: FreeBSD User Questions List , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027762347.3d4268abead03@netmail.pipex.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- sroberts@dsl.pipex.com wrote: > > Hi Joe, > I recompiled Sawfish, but now startx only works > for root. > > For each user, there already exists the .xinitrc > file > with: /usr/X11R6/bin/gnome-session being the only > line in there. > > The error I get is: > Fatal Server Error: > Cannnot open log file /var/log/XFree86.0.log > > Please help me with this. > > Stacey > > Check the ownership of /var/log/Free86.0.log ls /var/log/XFree86.0.log it should be something like rwx_w__w_ do chmod a+w /var/log//XFree86.0.log I hope. Robert Backhaus __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 2:53:34 2002 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 4732137B400; Sat, 27 Jul 2002 02:53:29 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCBB43E3B; Sat, 27 Jul 2002 02:53:28 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6R9rRse009588; Sat, 27 Jul 2002 10:53:27 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6R9rR7P009587; Sat, 27 Jul 2002 10:53:27 +0100 To: robert Backhaus Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish] Message-ID: <1027763607.3d426d977139b@netmail.pipex.net> Date: Sat, 27 Jul 2002 10:53:27 +0100 From: Cc: Joe Marcus Clarke , FreeBSD User Questions List , References: <20020727094350.11665.qmail@web12901.mail.yahoo.com> In-Reply-To: <20020727094350.11665.qmail@web12901.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Robert, I did as you suggested, but that only gives me a new error: Fatal server error: xf86OpenConsole: server must be suid root Silly question, how do I get the permissions to revert back to what they were: "rw r r root wheel" ???? Stacey Quoting robert Backhaus : > > --- sroberts@dsl.pipex.com wrote: > > > > Hi Joe, > > I recompiled Sawfish, but now startx only works > > for root. > > > > For each user, there already exists the .xinitrc > > file > > with: /usr/X11R6/bin/gnome-session being the only > > line in there. > > > > The error I get is: > > Fatal Server Error: > > Cannnot open log file /var/log/XFree86.0.log > > > > Please help me with this. > > > > Stacey > > > > > Check the ownership of /var/log/Free86.0.log > ls /var/log/XFree86.0.log > it should be something like rwx_w__w_ > do chmod a+w /var/log//XFree86.0.log > I hope. > > Robert Backhaus > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - Feel better, live better > http://health.yahoo.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 3:21:19 2002 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 5F83137B400 for ; Sat, 27 Jul 2002 03:21:16 -0700 (PDT) Received: from hotmail.com (f87.pav1.hotmail.com [64.4.31.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCA343E42 for ; Sat, 27 Jul 2002 03:21:16 -0700 (PDT) (envelope-from verbophobe@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 27 Jul 2002 03:21:16 -0700 Received: from 24.201.67.71 by pv1fd.pav1.hotmail.msn.com with HTTP; Sat, 27 Jul 2002 10:21:15 GMT X-Originating-IP: [24.201.67.71] From: "Maxime Romano" To: sroberts@dsl.pipex.com Cc: freebsd-gnome@freebsd.org Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed Date: Sat, 27 Jul 2002 06:21:15 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 27 Jul 2002 10:21:16.0043 (UTC) FILETIME=[572785B0:01C23557] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No, no! To use startx, your X server must be SUID root! Do to that, just chmod +s /usr/X11R6/bin/XFree86 as root and you're set. (Oh, and try to set the permissions on XFree86.0.log to what they were. Something might break.) -Maxime Romano >From: >To: robert Backhaus >CC: Joe Marcus Clarke ,FreeBSD User Questions List >, >Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: >Newly installed 4.6Stable+gnome1.4x = Broken Sawfish] >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > >Hi Robert, > I did as you suggested, but that only gives me a new error: > >Fatal server error: >xf86OpenConsole: server must be suid root > >Silly question, how do I get the permissions to revert back to what they >were: > >"rw r r root wheel" > >???? > >Stacey > >Quoting robert Backhaus : > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > Hi Joe, > > > I recompiled Sawfish, but now startx only works > > > for root. > > > > > > For each user, there already exists the .xinitrc > > > file > > > with: /usr/X11R6/bin/gnome-session being the only > > > line in there. > > > > > > The error I get is: > > > Fatal Server Error: > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > Please help me with this. > > > > > > Stacey > > > > > > > > Check the ownership of /var/log/Free86.0.log > > ls /var/log/XFree86.0.log > > it should be something like rwx_w__w_ > > do chmod a+w /var/log//XFree86.0.log > > I hope. > > > > Robert Backhaus > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Health - Feel better, live better > > http://health.yahoo.com > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-gnome" in the body of the message _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 3:42:51 2002 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 77C2837B400 for ; Sat, 27 Jul 2002 03:42:47 -0700 (PDT) Received: from nmail1.systems.pipex.net (nmail1.systems.pipex.net [62.241.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3066B43E4A for ; Sat, 27 Jul 2002 03:42:46 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from nmail1.systems.pipex.net (localhost [127.0.0.1]) by nmail1.systems.pipex.net (8.12.4/8.12.4) with ESMTP id g6RAdase010013; Sat, 27 Jul 2002 11:39:36 +0100 Received: (from nobody@localhost) by nmail1.systems.pipex.net (8.12.4/8.12.4/Submit) id g6RAdZcm010012; Sat, 27 Jul 2002 11:39:35 +0100 To: Maxime Romano Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed Message-ID: <1027766375.3d427867e2fc8@netmail.pipex.net> Date: Sat, 27 Jul 2002 11:39:35 +0100 From: Cc: , References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: PIPEX NetMail 2.2.0-pre13 X-PIPEX-username: sroberts%dsl.pipex.com X-Originating-IP: 81.86.129.77 X-Usage: Use of PIPEX NetMail is subject to the PIPEX Terms and Conditions of use Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Maxime, That's worked for! However, I'm back to my original problem: "Sawfish not running", when trying to configure Sawfish as ordinary user. Running "sawfish" at cli returns: "You can only run one window manager" Stacey Quoting Maxime Romano : > No, no! To use startx, your X server must be SUID root! Do to that, > just > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > (Oh, and try to set the permissions on XFree86.0.log to what they were. > > Something might break.) > > -Maxime Romano > > >From: > >To: robert Backhaus > >CC: Joe Marcus Clarke ,FreeBSD User Questions > List > >, > >Subject: Re: Recompiled Sawfish, now startx works only for root WAS > [Re: > >Newly installed 4.6Stable+gnome1.4x = Broken Sawfish] > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > >Hi Robert, > > I did as you suggested, but that only gives me a new error: > > > >Fatal server error: > >xf86OpenConsole: server must be suid root > > > >Silly question, how do I get the permissions to revert back to what > they > >were: > > > >"rw r r root wheel" > > > >???? > > > >Stacey > > > >Quoting robert Backhaus : > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > Hi Joe, > > > > I recompiled Sawfish, but now startx only works > > > > for root. > > > > > > > > For each user, there already exists the .xinitrc > > > > file > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > line in there. > > > > > > > > The error I get is: > > > > Fatal Server Error: > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > Please help me with this. > > > > > > > > Stacey > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > ls /var/log/XFree86.0.log > > > it should be something like rwx_w__w_ > > > do chmod a+w /var/log//XFree86.0.log > > > I hope. > > > > > > Robert Backhaus > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Yahoo! Health - Feel better, live better > > > http://health.yahoo.com > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-gnome" in the body of the message > > _________________________________________________________________ > Join the world’s largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 4:31:35 2002 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 5CD1E37B401 for ; Sat, 27 Jul 2002 04:31:29 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id DE76143E65 for ; Sat, 27 Jul 2002 04:31:27 -0700 (PDT) (envelope-from mue.da@gmx.de) Received: (qmail 25390 invoked by uid 0); 27 Jul 2002 11:31:26 -0000 Received: from pd9e8216e.dip.t-dialin.net (HELO gmx.de) (217.232.33.110) by mail.gmx.net (mp003-rz3) with SMTP; 27 Jul 2002 11:31:26 -0000 Message-ID: <3D428455.3020500@gmx.de> Date: Sat, 27 Jul 2002 13:30:29 +0200 From: Daniel Mueller User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 X-Accept-Language: de, en MIME-Version: 1.0 To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: libgda2-0.8.192 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, i have an error on my freebsd 4-stable system to compile the libgda2 port. Following error message: " cc -O -pipe -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-pr ototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare -o .lib s/gda-config-tool gda-config-tool.o -lreadline -lhistory -lpopt -pthread -Wl,--e xport-dynamic -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib- 2.0 -lintl -lxslt -liconv -lxml2 -lz -lm ../libgda/.libs/libgda-2.so -pthread -l gobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxslt -liconv -lxml2 -lz -lm -lintl -lgdbm -L/usr/local/lib -lintl -lgdbm -Wl,--rpath -Wl,/usr/X11R6 /lib gda-config-tool.o: In function `completion_func': gda-config-tool.o(.text+0x17e0): undefined reference to `rl_completion_matches' gmake[2]: *** [gda-config-tool] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/libgda2/work/libgda-0.8.192/to ols' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/databases/libgda2/work/libgda-0.8.192' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/databases/libgda2. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade364.0 make ** Fix the problem and try again. ---> Skipping 'databases/libgnomedb' (libgnomedb-0.8.191) because 'databases/li bgda2' (libgda2-0.8.191) failed ---> Skipping 'devel/glade2' (glade2-1.1.0) because 'databases/libgnomedb' (lib gnomedb-0.8.191) failed ---> Skipping 'x11/gnome2' (gnome2-2.0_3) because 'databases/libgda2' (libgda2- 0.8.191) failed ** The following packages were not installed or upgraded (*:skipped / !:failed) ! databases/libgda2 (libgda2-0.8.191) (new compiler error) * databases/libgnomedb (libgnomedb-0.8.191) * devel/glade2 (glade2-1.1.0) * x11/gnome2 (gnome2-2.0_3) su-2.05a# " Hope you can fix it. CU Daniel Müller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 6:23:13 2002 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 A7A0037B400 for ; Sat, 27 Jul 2002 06:23:08 -0700 (PDT) Received: from hotmail.com (f125.pav1.hotmail.com [64.4.31.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603C343E31 for ; Sat, 27 Jul 2002 06:23:08 -0700 (PDT) (envelope-from verbophobe@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 27 Jul 2002 06:23:08 -0700 Received: from 24.201.67.71 by pv1fd.pav1.hotmail.msn.com with HTTP; Sat, 27 Jul 2002 13:23:08 GMT X-Originating-IP: [24.201.67.71] From: "Maxime Romano" To: sroberts@dsl.pipex.com Cc: freebsd-gnome@freebsd.org Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed Date: Sat, 27 Jul 2002 09:23:08 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 27 Jul 2002 13:23:08.0320 (UTC) FILETIME=[BF60DA00:01C23570] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >From: >To: Maxime Romano >CC: , >Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: >Newly installed >Date: Sat, 27 Jul 2002 11:39:35 +0100 > >Hi Maxime, > That's worked for! > >However, I'm back to my original problem: > >"Sawfish not running", when trying to configure Sawfish as ordinary user. Sawfish must be running *before* you can configure it. > >Running "sawfish" at cli returns: "You can only run one window manager" You have to kill your current window manager, and start sawfish quickly, or else the old window manager might kick in and try to take over again. Try something like "killall metacity;killall enlightenment;killall sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix everthing up. -Maxime Romano > >Stacey > >Quoting Maxime Romano : > > > No, no! To use startx, your X server must be SUID root! Do to that, > > just > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > (Oh, and try to set the permissions on XFree86.0.log to what they were. > > > > Something might break.) > > > > -Maxime Romano > > > > >From: > > >To: robert Backhaus > > >CC: Joe Marcus Clarke ,FreeBSD User Questions > > List > > >, > > >Subject: Re: Recompiled Sawfish, now startx works only for root WAS > > [Re: > > >Newly installed 4.6Stable+gnome1.4x = Broken Sawfish] > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > >Hi Robert, > > > I did as you suggested, but that only gives me a new error: > > > > > >Fatal server error: > > >xf86OpenConsole: server must be suid root > > > > > >Silly question, how do I get the permissions to revert back to what > > they > > >were: > > > > > >"rw r r root wheel" > > > > > >???? > > > > > >Stacey > > > > > >Quoting robert Backhaus : > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > Hi Joe, > > > > > I recompiled Sawfish, but now startx only works > > > > > for root. > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > file > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > line in there. > > > > > > > > > > The error I get is: > > > > > Fatal Server Error: > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > Please help me with this. > > > > > > > > > > Stacey > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > ls /var/log/XFree86.0.log > > > > it should be something like rwx_w__w_ > > > > do chmod a+w /var/log//XFree86.0.log > > > > I hope. > > > > > > > > Robert Backhaus > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Yahoo! Health - Feel better, live better > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > _________________________________________________________________ > > Join the world’s largest e-mail service with MSN Hotmail. > > http://www.hotmail.com > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-gnome" in the body of the message _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 6:36:27 2002 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 6BFC437B400 for ; Sat, 27 Jul 2002 06:36:22 -0700 (PDT) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE1F143E42 for ; Sat, 27 Jul 2002 06:36:21 -0700 (PDT) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 6B95D16000CAB; Sat, 27 Jul 2002 14:36:14 +0100 (BST) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Maxime Romano Cc: sroberts@dsl.pipex.com, freebsd-gnome@freebsd.org In-Reply-To: References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 15:36:31 +0100 Message-Id: <1027780596.76796.9.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Maxime Thanks for getting back to me. I got your message and advise about configuring Sawfish, but its really strange here. When I installed gnome, I didn't select any other window manager (as I knew that Sawfish is installed as the default window manager anyways. I was able to run the "Configure Sawfish Window Manager" tool as root after recompiling Sawfish (as per Joe Marcus Clarke's advisory), but I am not able to do so as a non-root user. I get the same "beep" noise and nothing happens. Sawfish is selected as "current" in the gnomecontrolcenter panel when I start it, so its already running! If there is any log / or config files that would assist you, do ask and I'll get that off to you. Thanks again for the reply. Stacey On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > >From: > >To: Maxime Romano > >CC: , > >Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re:= =20 > >Newly installed > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > >Hi Maxime, > > That's worked for! > > > >However, I'm back to my original problem: > > > >"Sawfish not running", when trying to configure Sawfish as ordinary user= . >=20 > Sawfish must be running *before* you can configure it. >=20 > > > >Running "sawfish" at cli returns: "You can only run one window manager" > You have to kill your current window manager, and start sawfish quickly, = or=20 > else the old window manager might kick in and try to take over again. >=20 > Try something like "killall metacity;killall enlightenment;killall=20 > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix everthing up. >=20 > -Maxime Romano >=20 > > > >Stacey > > > >Quoting Maxime Romano : > > > > > No, no! To use startx, your X server must be SUID root! Do to that, > > > just > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > (Oh, and try to set the permissions on XFree86.0.log to what they wer= e. > > > > > > Something might break.) > > > > > > -Maxime Romano > > > > > > >From: > > > >To: robert Backhaus > > > >CC: Joe Marcus Clarke ,FreeBSD User Questions > > > List > > > >, > > > >Subject: Re: Recompiled Sawfish, now startx works only for root WAS > > > [Re: > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > >Hi Robert, > > > > I did as you suggested, but that only gives me a new error: > > > > > > > >Fatal server error: > > > >xf86OpenConsole: server must be suid root > > > > > > > >Silly question, how do I get the permissions to revert back to what > > > they > > > >were: > > > > > > > >"rw r r root wheel" > > > > > > > >???? > > > > > > > >Stacey > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > Hi Joe, > > > > > > I recompiled Sawfish, but now startx only works > > > > > > for root. > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > file > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > line in there. > > > > > > > > > > > > The error I get is: > > > > > > Fatal Server Error: > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > ls /var/log/XFree86.0.log > > > > > it should be something like rwx_w__w_ > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > I hope. > > > > > > > > > > Robert Backhaus > > > > > > > > > > __________________________________________________ > > > > > Do You Yahoo!? > > > > > Yahoo! Health - Feel better, live better > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > > > _________________________________________________________________ > > > Join the world=92s largest e-mail service with MSN Hotmail. > > > http://www.hotmail.com > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-gnome" in the body of the message >=20 >=20 > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 7:46:22 2002 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 606F337B400; Sat, 27 Jul 2002 07:46:20 -0700 (PDT) Received: from prserv.net (out4.prserv.net [32.97.166.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B2643E42; Sat, 27 Jul 2002 07:46:19 -0700 (PDT) (envelope-from kdagee@attglobal.net) Received: from slip-32-100-100-254.wa.us.prserv.net ([32.100.100.254]) by prserv.net (out4) with SMTP id <2002072714461520403ti2fae>; Sat, 27 Jul 2002 14:46:18 +0000 Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish] From: karl agee To: sroberts@dsl.pipex.com Cc: robert Backhaus , Joe Marcus Clarke , FreeBSD User Questions List , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027763607.3d426d977139b@netmail.pipex.net> References: <20020727094350.11665.qmail@web12901.mail.yahoo.com> <1027763607.3d426d977139b@netmail.pipex.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1027781157.347.74.camel@enterprise.workgroup> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 07:46:48 -0700 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had this when I first setup my system. In addition to adding gnome-session to my .xseesion file I edited a file make sure you are part of the wheel group. I think that will do it... --karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 7:55:29 2002 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 C9E5037B400; Sat, 27 Jul 2002 07:55:26 -0700 (PDT) Received: from prserv.net (out4.prserv.net [32.97.166.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4192043E65; Sat, 27 Jul 2002 07:55:26 -0700 (PDT) (envelope-from kdagee@attglobal.net) Received: from slip-32-100-100-254.wa.us.prserv.net ([32.100.100.254]) by prserv.net (out4) with SMTP id <2002072714552320404jf072e>; Sat, 27 Jul 2002 14:55:24 +0000 Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish] From: karl agee To: karl agee Cc: sroberts@dsl.pipex.com, robert Backhaus , Joe Marcus Clarke , FreeBSD User Questions List , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027781157.347.74.camel@enterprise.workgroup> References: <20020727094350.11665.qmail@web12901.mail.yahoo.com> <1027763607.3d426d977139b@netmail.pipex.net> <1027781157.347.74.camel@enterprise.workgroup> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 07:55:58 -0700 Message-Id: <1027781761.347.83.camel@enterprise.workgroup> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 2002-07-27 at 07:46, karl agee wrote: > I had this when I first setup my system. In addition to adding > gnome-session to my .xseesion file I edited a file make sure you are > part of the wheel group. > > I think that will do it... Uh, sorry...just woke up myself.... should read I had this when I first setup my system. In addition to adding > gnome-session to my .xseesion file make sure you are > part of the wheel group. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 9:15:51 2002 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 A8EE937B400 for ; Sat, 27 Jul 2002 09:15:48 -0700 (PDT) Received: from boise.neuroflux.com (ns1.neuroflux.com [204.228.228.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE1843E4A for ; Sat, 27 Jul 2002 09:15:48 -0700 (PDT) (envelope-from ryans@gamersimpact.com) Received: from boise.neuroflux.com (ryans@localhost.neuroflux.com [127.0.0.1]) by boise.neuroflux.com (8.12.5/8.11.6) with ESMTP id g6RFqfAT093557 for ; Sat, 27 Jul 2002 11:52:41 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: Host ryans@localhost.neuroflux.com [127.0.0.1] claimed to be boise.neuroflux.com Received: from localhost (ryans@localhost) by boise.neuroflux.com (8.12.5/8.12.4/Submit) with ESMTP id g6RFqfve093554 for ; Sat, 27 Jul 2002 11:52:41 -0400 (EDT) (envelope-from ryans@gamersimpact.com) X-Authentication-Warning: boise.neuroflux.com: ryans owned process doing -bs Date: Sat, 27 Jul 2002 11:52:41 -0400 (EDT) From: Ryan Sommers X-X-Sender: ryans@boise.neuroflux.com To: freebsd-gnome@freebsd.org Subject: Re: GNOME 2.0 & WM's In-Reply-To: Message-ID: <20020727115102.O93552-100000@boise.neuroflux.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (inline) --=20 Ryan "leadZERO" Sommers Gamer's Impact President ryans@gamersimpact.com ICQ: 1019590 AIM/MSN: leadZERO -=3D http://www.gamersimpact.com =3D- On Sat, 27 Jul 2002, Maxime Romano wrote: > (I always godamn forget to forward to the list, so here's an approximatio= n > of what I sadly sent to Joe only. I blame Hotmail and George Clooney.) > > >From: Joe Marcus Clarke > >To: Ryan Sommers > >CC: freebsd-gnome@FreeBSD.ORG > >Subject: Re: GNOME 2.0 & WM's > >Date: 26 Jul 2002 22:19:27 -0400 > > > >On Fri, 2002-07-26 at 19:57, Ryan Sommers wrote: > > > How do you change the window-manager in GNOME2? I'd really like to ru= n > > > Enlightenment instead of Sawfish. > > > >I'm not sure enlightenment will work well in GNOME 2.0. It may not like > >the new GNOME 2.0 hooks. However, there is no good way to switch window > >managers yet. It's being worked on. I use: > > > >killall sawfish ; metacity& > > > >To switch from sawfish to metacity. > > > >Joe > > I've never tried Joe's way, but this worked for me: > Fire up gconf-editor and go to /desktop/gnome/applications/window_manager= / > and change "default" and "current" to match the path of enlightenment, wh= ich > would usually be something like /usr/X11R6/bin/enlightenment . > > -Maxime Romano > I attempted to change teh default and current keys to Enlightenment's path. However, when I go to restart GNOME it resets the default to Sawfish and runs it instead of Enlightenment. Any ideas? > (Again, sorry for forgetting to forward this to the list, Joe. I have th= is > phobia of crowding people's inboxes... Almost as if they were gonna send > the mob on me or something...) > > > > > > > > -- > > > Ryan "leadZERO" Sommers > > > Gamer's Impact President > > > ryans@gamersimpact.com > > > ICQ: 1019590 > > > AIM/MSN: leadZERO > > > > > > -=3D http://www.gamersimpact.com =3D- > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > _________________________________________________________________ > Join the world=92s largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 10:12:21 2002 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 47A7C37B400 for ; Sat, 27 Jul 2002 10:12:16 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37B6543E5E for ; Sat, 27 Jul 2002 10:12:15 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RHC09I016727; Sat, 27 Jul 2002 13:12:01 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027766375.3d427867e2fc8@netmail.pipex.net> References: <1027766375.3d427867e2fc8@netmail.pipex.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-rASeb0maLi34AarBoBEn" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 13:12:16 -0400 Message-Id: <1027789936.46963.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-rASeb0maLi34AarBoBEn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 06:39, sroberts@dsl.pipex.com wrote: >=20 > Hi Maxime, > That's worked for! >=20 > However, I'm back to my original problem:=20 >=20 > "Sawfish not running", when trying to configure Sawfish as ordinary user. >=20 > Running "sawfish" at cli returns: "You can only run one window manager" What window manager are you running, then? What do you have in ~/.xinitrc? Joe >=20 > Stacey=20 >=20 > Quoting Maxime Romano : >=20 > > No, no! To use startx, your X server must be SUID root! Do to that, > > just=20 > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > >=20 > > (Oh, and try to set the permissions on XFree86.0.log to what they were.= =20 > >=20 > > Something might break.) > >=20 > > -Maxime Romano > >=20 > > >From: > > >To: robert Backhaus > > >CC: Joe Marcus Clarke ,FreeBSD User Questions > > List=20 > > >, > > >Subject: Re: Recompiled Sawfish, now startx works only for root WAS > > [Re:=20 > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > >Hi Robert, > > > I did as you suggested, but that only gives me a new error: > > > > > >Fatal server error: > > >xf86OpenConsole: server must be suid root > > > > > >Silly question, how do I get the permissions to revert back to what > > they=20 > > >were: > > > > > >"rw r r root wheel" > > > > > >???? > > > > > >Stacey > > > > > >Quoting robert Backhaus : > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > Hi Joe, > > > > > I recompiled Sawfish, but now startx only works > > > > > for root. > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > file > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > line in there. > > > > > > > > > > The error I get is: > > > > > Fatal Server Error: > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > Please help me with this. > > > > > > > > > > Stacey > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > ls /var/log/XFree86.0.log > > > > it should be something like rwx_w__w_ > > > > do chmod a+w /var/log//XFree86.0.log > > > > I hope. > > > > > > > > Robert Backhaus > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Yahoo! Health - Feel better, live better > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe freebsd-gnome" in the body of the message > >=20 > > _________________________________________________________________ > > Join the world=92s largest e-mail service with MSN Hotmail.=20 > > http://www.hotmail.com > >=20 > >=20 >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=-rASeb0maLi34AarBoBEn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9QtRvb2iPiv4Uz4cRAuysAKCB18zi8GMTCGO5caraEyPLI2wdfACfaqaX C0U1Xht9iJWfIf8hhPrpvjk= =gojy -----END PGP SIGNATURE----- --=-rASeb0maLi34AarBoBEn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 10:15:10 2002 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 C9DF537B400 for ; Sat, 27 Jul 2002 10:15:03 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 330CB43E42 for ; Sat, 27 Jul 2002 10:15:03 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RHEo9I016745; Sat, 27 Jul 2002 13:14:50 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027780596.76796.9.camel@Demon.vickiandstacey.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-hXfh2kCwgD2HiI+eNLwM" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 13:15:05 -0400 Message-Id: <1027790105.46963.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-hXfh2kCwgD2HiI+eNLwM Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > Hi Maxime > Thanks for getting back to me. >=20 > I got your message and advise about configuring Sawfish, but its really > strange here. >=20 > When I installed gnome, I didn't select any other window manager (as I > knew that Sawfish is installed as the default window manager anyways. I > was able to run the "Configure Sawfish Window Manager" tool as root > after recompiling Sawfish (as per Joe Marcus Clarke's advisory), but I > am not able to do so as a non-root user. >=20 > I get the same "beep" noise and nothing happens. >=20 > Sawfish is selected as "current" in the gnomecontrolcenter panel when I > start it, so its already running! >=20 > If there is any log / or config files that would assist you, do ask and > I'll get that off to you. Shut all X things down. Then run the following as root: killall esd killall oafd killall gconfd-1 killall gconfd-2 rm -rf /tmp/.sawfish* Then start up X again as a non-root user. Things should work for you. Joe >=20 > Thanks again for the reply. >=20 > Stacey >=20 > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > >From: > > >To: Maxime Romano > > >CC: , > > >Subject: Re: Recompiled Sawfish, now startx works only for root WAS [R= e:=20 > > >Newly installed > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > >Hi Maxime, > > > That's worked for! > > > > > >However, I'm back to my original problem: > > > > > >"Sawfish not running", when trying to configure Sawfish as ordinary us= er. > >=20 > > Sawfish must be running *before* you can configure it. > >=20 > > > > > >Running "sawfish" at cli returns: "You can only run one window manager= " > > You have to kill your current window manager, and start sawfish quickly= , or=20 > > else the old window manager might kick in and try to take over again. > >=20 > > Try something like "killall metacity;killall enlightenment;killall=20 > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix everthing u= p. > >=20 > > -Maxime Romano > >=20 > > > > > >Stacey > > > > > >Quoting Maxime Romano : > > > > > > > No, no! To use startx, your X server must be SUID root! Do to tha= t, > > > > just > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log to what they w= ere. > > > > > > > > Something might break.) > > > > > > > > -Maxime Romano > > > > > > > > >From: > > > > >To: robert Backhaus > > > > >CC: Joe Marcus Clarke ,FreeBSD User Question= s > > > > List > > > > >, > > > > >Subject: Re: Recompiled Sawfish, now startx works only for root WA= S > > > > [Re: > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > >Hi Robert, > > > > > I did as you suggested, but that only gives me a new error: > > > > > > > > > >Fatal server error: > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > >Silly question, how do I get the permissions to revert back to wha= t > > > > they > > > > >were: > > > > > > > > > >"rw r r root wheel" > > > > > > > > > >???? > > > > > > > > > >Stacey > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > Hi Joe, > > > > > > > I recompiled Sawfish, but now startx only works > > > > > > > for root. > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > file > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > line in there. > > > > > > > > > > > > > > The error I get is: > > > > > > > Fatal Server Error: > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > ls /var/log/XFree86.0.log > > > > > > it should be something like rwx_w__w_ > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > I hope. > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > __________________________________________________ > > > > > > Do You Yahoo!? > > > > > > Yahoo! Health - Feel better, live better > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > _________________________________________________________________ > > > > Join the world=92s largest e-mail service with MSN Hotmail. > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe freebsd-gnome" in the body of the message > >=20 > >=20 > > _________________________________________________________________ > > Chat with friends online, try MSN Messenger: http://messenger.msn.com > >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 >=20 --=-hXfh2kCwgD2HiI+eNLwM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9QtUZb2iPiv4Uz4cRAnroAKCf6ANAbdnj6VqHFR764WxOqD8WtACeOMdx /jNHLBC0JfXcFtCePmaLNVA= =Mq79 -----END PGP SIGNATURE----- --=-hXfh2kCwgD2HiI+eNLwM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 10:16:44 2002 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 0625737B400 for ; Sat, 27 Jul 2002 10:16:39 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D5C43E3B for ; Sat, 27 Jul 2002 10:16:38 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RHGR9I016761; Sat, 27 Jul 2002 13:16:27 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: GNOME 2.0 & WM's From: Joe Marcus Clarke To: Ryan Sommers Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <20020727115102.O93552-100000@boise.neuroflux.com> References: <20020727115102.O93552-100000@boise.neuroflux.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fBGIM8cDrR/Nrw858k2j" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 13:16:42 -0400 Message-Id: <1027790202.46963.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-fBGIM8cDrR/Nrw858k2j Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 11:52, Ryan Sommers wrote: > (inline) >=20 > --=20 > Ryan "leadZERO" Sommers > Gamer's Impact President > ryans@gamersimpact.com > ICQ: 1019590 > AIM/MSN: leadZERO >=20 > -=3D http://www.gamersimpact.com =3D- >=20 >=20 > On Sat, 27 Jul 2002, Maxime Romano wrote: >=20 > > (I always godamn forget to forward to the list, so here's an approximat= ion > > of what I sadly sent to Joe only. I blame Hotmail and George Clooney.) > > > > >From: Joe Marcus Clarke > > >To: Ryan Sommers > > >CC: freebsd-gnome@FreeBSD.ORG > > >Subject: Re: GNOME 2.0 & WM's > > >Date: 26 Jul 2002 22:19:27 -0400 > > > > > >On Fri, 2002-07-26 at 19:57, Ryan Sommers wrote: > > > > How do you change the window-manager in GNOME2? I'd really like to = run > > > > Enlightenment instead of Sawfish. > > > > > >I'm not sure enlightenment will work well in GNOME 2.0. It may not li= ke > > >the new GNOME 2.0 hooks. However, there is no good way to switch wind= ow > > >managers yet. It's being worked on. I use: > > > > > >killall sawfish ; metacity& > > > > > >To switch from sawfish to metacity. > > > > > >Joe > > > > I've never tried Joe's way, but this worked for me: > > Fire up gconf-editor and go to /desktop/gnome/applications/window_manag= er/ > > and change "default" and "current" to match the path of enlightenment, = which > > would usually be something like /usr/X11R6/bin/enlightenment . > > > > -Maxime Romano > > >=20 > I attempted to change teh default and current keys to Enlightenment's > path. However, when I go to restart GNOME it resets the default to Sawfis= h > and runs it instead of Enlightenment. Any ideas? Yeah, once you have enlightenment running in your current session, exit, and make sure you click the save session box. Joe >=20 > > (Again, sorry for forgetting to forward this to the list, Joe. I have = this > > phobia of crowding people's inboxes... Almost as if they were gonna se= nd > > the mob on me or something...) > > > > > > > > > > > -- > > > > Ryan "leadZERO" Sommers > > > > Gamer's Impact President > > > > ryans@gamersimpact.com > > > > ICQ: 1019590 > > > > AIM/MSN: leadZERO > > > > > > > > -=3D http://www.gamersimpact.com =3D- > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > _________________________________________________________________ > > Join the world=92s largest e-mail service with MSN Hotmail. > > http://www.hotmail.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 >=20 --=-fBGIM8cDrR/Nrw858k2j Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9QtV6b2iPiv4Uz4cRAuqRAJ0ZJOf0vRYz6uok1E6qaXpZ4ZRrNQCfZnLx gaQzuWWE5lt+mYRf7KHoLR4= =Nui9 -----END PGP SIGNATURE----- --=-fBGIM8cDrR/Nrw858k2j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 10:17:46 2002 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 257AD37B400; Sat, 27 Jul 2002 10:17:39 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6928143E3B; Sat, 27 Jul 2002 10:17:38 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RHHQ9I016773; Sat, 27 Jul 2002 13:17:27 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: FreeBSD Port: libgda2-0.8.192 From: Joe Marcus Clarke To: Daniel Mueller Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <3D428455.3020500@gmx.de> References: <3D428455.3020500@gmx.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-nlOHF0Pfr4UNfvpMl2DH" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 13:17:42 -0400 Message-Id: <1027790262.46963.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-nlOHF0Pfr4UNfvpMl2DH Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 07:30, Daniel Mueller wrote: > Hi, i have an error on my freebsd 4-stable system to compile the libgda2=20 > port. > Following error message: >=20 > " > cc -O -pipe -Wall -Wunused -Wchar-subscripts -Wmissing-declarations=20 > -Wmissing-pr > ototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare=20 > -o .lib > s/gda-config-tool gda-config-tool.o -lreadline -lhistory -lpopt -pthread=20 > -Wl,--e > xport-dynamic -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0=20 > -lglib- > 2.0 -lintl -lxslt -liconv -lxml2 -lz -lm ../libgda/.libs/libgda-2.so=20 > -pthread -l > gobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxslt -liconv=20 > -lxml2 > -lz -lm -lintl -lgdbm -L/usr/local/lib -lintl -lgdbm -Wl,--rpath=20 > -Wl,/usr/X11R6 > /lib > gda-config-tool.o: In function `completion_func': > gda-config-tool.o(.text+0x17e0): undefined reference to=20 > `rl_completion_matches' > gmake[2]: *** [gda-config-tool] Error 1 > gmake[2]: Leaving directory=20 > `/usr/ports/databases/libgda2/work/libgda-0.8.192/to > ols' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory=20 > `/usr/ports/databases/libgda2/work/libgda-0.8.192' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/databases/libgda2. > ** Command failed [exit code 1]: /usr/bin/script -qa=20 > /tmp/portupgrade364.0 make > ** Fix the problem and try again. > ---> Skipping 'databases/libgnomedb' (libgnomedb-0.8.191) because=20 > 'databases/li > bgda2' (libgda2-0.8.191) failed > ---> Skipping 'devel/glade2' (glade2-1.1.0) because=20 > 'databases/libgnomedb' (lib > gnomedb-0.8.191) failed > ---> Skipping 'x11/gnome2' (gnome2-2.0_3) because 'databases/libgda2'=20 > (libgda2- > 0.8.191) failed > ** The following packages were not installed or upgraded (*:skipped /=20 > !:failed) > ! databases/libgda2 (libgda2-0.8.191) (new compiler error) > * databases/libgnomedb (libgnomedb-0.8.191) > * devel/glade2 (glade2-1.1.0) > * x11/gnome2 (gnome2-2.0_3) > su-2.05a# > " >=20 > Hope you can fix it. I can (and I did). I forgot to add a patch file on my commit. Silly Joe. I'll do it now. Sorry. Joe >=20 > CU Daniel M=FCller >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=-nlOHF0Pfr4UNfvpMl2DH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9QtW2b2iPiv4Uz4cRAksXAJ9PXkbisd8GW5j9pVMUHraoWl+HBwCgrxeG Dr+3FPjTtu3PQBHttLbA6zE= =x8TZ -----END PGP SIGNATURE----- --=-nlOHF0Pfr4UNfvpMl2DH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 11:12:33 2002 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 6054337B400 for ; Sat, 27 Jul 2002 11:12:28 -0700 (PDT) Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.241.160.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B322E43E42 for ; Sat, 27 Jul 2002 11:12:27 -0700 (PDT) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by nemesis.systems.pipex.net (Postfix) with ESMTP id 7B239160004D1; Sat, 27 Jul 2002 19:12:24 +0100 (BST) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Joe Marcus Clarke Cc: sroberts@dsl.pipex.com, Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027789936.46963.0.camel@shumai.marcuscom.com> References: <1027766375.3d427867e2fc8@netmail.pipex.net> <1027789936.46963.0.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 20:12:43 +0100 Message-Id: <1027797165.32480.5.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, Here's what's in ~/.xinitrc: /usr/X11R6/bin/gnome-session That's it, as I gathered from the Handbook 2nd Ed. Ch.5 Pg 137 Does this help? Stacey On Sat, 2002-07-27 at 18:12, Joe Marcus Clarke wrote: > On Sat, 2002-07-27 at 06:39, sroberts@dsl.pipex.com wrote: > >=20 > > Hi Maxime, > > That's worked for! > >=20 > > However, I'm back to my original problem:=20 > >=20 > > "Sawfish not running", when trying to configure Sawfish as ordinary use= r. > >=20 > > Running "sawfish" at cli returns: "You can only run one window manager" >=20 > What window manager are you running, then? What do you have in > ~/.xinitrc? >=20 > Joe >=20 > >=20 > > Stacey=20 > >=20 > > Quoting Maxime Romano : > >=20 > > > No, no! To use startx, your X server must be SUID root! Do to that, > > > just=20 > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > >=20 > > > (Oh, and try to set the permissions on XFree86.0.log to what they wer= e.=20 > > >=20 > > > Something might break.) > > >=20 > > > -Maxime Romano > > >=20 > > > >From: > > > >To: robert Backhaus > > > >CC: Joe Marcus Clarke ,FreeBSD User Questions > > > List=20 > > > >, > > > >Subject: Re: Recompiled Sawfish, now startx works only for root WAS > > > [Re:=20 > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > >Hi Robert, > > > > I did as you suggested, but that only gives me a new error: > > > > > > > >Fatal server error: > > > >xf86OpenConsole: server must be suid root > > > > > > > >Silly question, how do I get the permissions to revert back to what > > > they=20 > > > >were: > > > > > > > >"rw r r root wheel" > > > > > > > >???? > > > > > > > >Stacey > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > Hi Joe, > > > > > > I recompiled Sawfish, but now startx only works > > > > > > for root. > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > file > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > line in there. > > > > > > > > > > > > The error I get is: > > > > > > Fatal Server Error: > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > ls /var/log/XFree86.0.log > > > > > it should be something like rwx_w__w_ > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > I hope. > > > > > > > > > > Robert Backhaus > > > > > > > > > > __________________________________________________ > > > > > Do You Yahoo!? > > > > > Yahoo! Health - Feel better, live better > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > >with "unsubscribe freebsd-gnome" in the body of the message > > >=20 > > > _________________________________________________________________ > > > Join the world=92s largest e-mail service with MSN Hotmail.=20 > > > http://www.hotmail.com > > >=20 > > >=20 > >=20 > >=20 > >=20 > >=20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 11:29:37 2002 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 1E57037B400 for ; Sat, 27 Jul 2002 11:29:30 -0700 (PDT) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C46A443E31 for ; Sat, 27 Jul 2002 11:29:28 -0700 (PDT) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id 6442F16000329; Sat, 27 Jul 2002 19:29:26 +0100 (BST) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Joe Marcus Clarke Cc: sroberts@dsl.pipex.com, Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027790105.46963.3.camel@shumai.marcuscom.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 20:29:45 +0100 Message-Id: <1027798187.32700.3.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, I ran the cmds you suggested as prescribed. One thing to mention: For the two commands: killall gconfd-1 killall gconfd-2 I got "no matching process found" returned. On typing startx, sound now appears to be working, but I am still unable to configure Sawfish: Same "beep", nothing happens. Some progress though., whatdya think? Thanks. Stacey On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > Hi Maxime > > Thanks for getting back to me. > >=20 > > I got your message and advise about configuring Sawfish, but its really > > strange here. > >=20 > > When I installed gnome, I didn't select any other window manager (as I > > knew that Sawfish is installed as the default window manager anyways. I > > was able to run the "Configure Sawfish Window Manager" tool as root > > after recompiling Sawfish (as per Joe Marcus Clarke's advisory), but I > > am not able to do so as a non-root user. > >=20 > > I get the same "beep" noise and nothing happens. > >=20 > > Sawfish is selected as "current" in the gnomecontrolcenter panel when I > > start it, so its already running! > >=20 > > If there is any log / or config files that would assist you, do ask and > > I'll get that off to you. >=20 > Shut all X things down. Then run the following as root: >=20 > killall esd > killall oafd > killall gconfd-1 > killall gconfd-2 >=20 > rm -rf /tmp/.sawfish* >=20 > Then start up X again as a non-root user. Things should work for you. >=20 > Joe >=20 > >=20 > > Thanks again for the reply. > >=20 > > Stacey > >=20 > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > >From: > > > >To: Maxime Romano > > > >CC: , > > > >Subject: Re: Recompiled Sawfish, now startx works only for root WAS = [Re:=20 > > > >Newly installed > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > >Hi Maxime, > > > > That's worked for! > > > > > > > >However, I'm back to my original problem: > > > > > > > >"Sawfish not running", when trying to configure Sawfish as ordinary = user. > > >=20 > > > Sawfish must be running *before* you can configure it. > > >=20 > > > > > > > >Running "sawfish" at cli returns: "You can only run one window manag= er" > > > You have to kill your current window manager, and start sawfish quick= ly, or=20 > > > else the old window manager might kick in and try to take over again. > > >=20 > > > Try something like "killall metacity;killall enlightenment;killall=20 > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix everthing= up. > > >=20 > > > -Maxime Romano > > >=20 > > > > > > > >Stacey > > > > > > > >Quoting Maxime Romano : > > > > > > > > > No, no! To use startx, your X server must be SUID root! Do to t= hat, > > > > > just > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log to what they= were. > > > > > > > > > > Something might break.) > > > > > > > > > > -Maxime Romano > > > > > > > > > > >From: > > > > > >To: robert Backhaus > > > > > >CC: Joe Marcus Clarke ,FreeBSD User Questi= ons > > > > > List > > > > > >, > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for root = WAS > > > > > [Re: > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > I did as you suggested, but that only gives me a new error: > > > > > > > > > > > >Fatal server error: > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > >Silly question, how do I get the permissions to revert back to w= hat > > > > > they > > > > > >were: > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > >???? > > > > > > > > > > > >Stacey > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > I recompiled Sawfish, but now startx only works > > > > > > > > for root. > > > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > > file > > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > > line in there. > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > Fatal Server Error: > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > ls /var/log/XFree86.0.log > > > > > > > it should be something like rwx_w__w_ > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > I hope. > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > __________________________________________________ > > > > > > > Do You Yahoo!? > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > _________________________________________________________________ > > > > > Join the world=92s largest e-mail service with MSN Hotmail. > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > >with "unsubscribe freebsd-gnome" in the body of the message > > >=20 > > >=20 > > > _________________________________________________________________ > > > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > >=20 > >=20 > >=20 > >=20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > >=20 > >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 13:47:51 2002 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 DA65F37B400 for ; Sat, 27 Jul 2002 13:47:45 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 917B443E7B for ; Sat, 27 Jul 2002 13:47:44 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RKlT9I018029; Sat, 27 Jul 2002 16:47:29 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027797165.32480.5.camel@Demon.vickiandstacey.com> References: <1027766375.3d427867e2fc8@netmail.pipex.net> <1027789936.46963.0.camel@shumai.marcuscom.com> <1027797165.32480.5.camel@Demon.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-kmQazs3V+xHzF/bqQdAI" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 16:47:46 -0400 Message-Id: <1027802866.48261.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-kmQazs3V+xHzF/bqQdAI Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 15:12, Stacey Roberts wrote: > Hi Joe, > Here's what's in ~/.xinitrc: > /usr/X11R6/bin/gnome-session Should be: exec /usr/X11R6/bin/gnome-session Joe >=20 > That's it, as I gathered from the Handbook 2nd Ed. Ch.5 Pg 137 >=20 > Does this help? >=20 > Stacey >=20 > On Sat, 2002-07-27 at 18:12, Joe Marcus Clarke wrote: > > On Sat, 2002-07-27 at 06:39, sroberts@dsl.pipex.com wrote: > > >=20 > > > Hi Maxime, > > > That's worked for! > > >=20 > > > However, I'm back to my original problem:=20 > > >=20 > > > "Sawfish not running", when trying to configure Sawfish as ordinary u= ser. > > >=20 > > > Running "sawfish" at cli returns: "You can only run one window manage= r" > >=20 > > What window manager are you running, then? What do you have in > > ~/.xinitrc? > >=20 > > Joe > >=20 > > >=20 > > > Stacey=20 > > >=20 > > > Quoting Maxime Romano : > > >=20 > > > > No, no! To use startx, your X server must be SUID root! Do to tha= t, > > > > just=20 > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > >=20 > > > > (Oh, and try to set the permissions on XFree86.0.log to what they w= ere.=20 > > > >=20 > > > > Something might break.) > > > >=20 > > > > -Maxime Romano > > > >=20 > > > > >From: > > > > >To: robert Backhaus > > > > >CC: Joe Marcus Clarke ,FreeBSD User Question= s > > > > List=20 > > > > >, > > > > >Subject: Re: Recompiled Sawfish, now startx works only for root WA= S > > > > [Re:=20 > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > >Hi Robert, > > > > > I did as you suggested, but that only gives me a new error: > > > > > > > > > >Fatal server error: > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > >Silly question, how do I get the permissions to revert back to wha= t > > > > they=20 > > > > >were: > > > > > > > > > >"rw r r root wheel" > > > > > > > > > >???? > > > > > > > > > >Stacey > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > Hi Joe, > > > > > > > I recompiled Sawfish, but now startx only works > > > > > > > for root. > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > file > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > line in there. > > > > > > > > > > > > > > The error I get is: > > > > > > > Fatal Server Error: > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > ls /var/log/XFree86.0.log > > > > > > it should be something like rwx_w__w_ > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > I hope. > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > __________________________________________________ > > > > > > Do You Yahoo!? > > > > > > Yahoo! Health - Feel better, live better > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > >=20 > > > > _________________________________________________________________ > > > > Join the world=92s largest e-mail service with MSN Hotmail.=20 > > > > http://www.hotmail.com > > > >=20 > > > >=20 > > >=20 > > >=20 > > >=20 > > >=20 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > >=20 > >=20 >=20 >=20 >=20 >=20 --=-kmQazs3V+xHzF/bqQdAI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9Qwbyb2iPiv4Uz4cRApAKAJwP07Yrj4tTe/CdC0p1cSXvG/JF2QCgoqtE Qtjo9XSPShb6VflUO0T/okE= =egeI -----END PGP SIGNATURE----- --=-kmQazs3V+xHzF/bqQdAI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 13:49:47 2002 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 F061937B400 for ; Sat, 27 Jul 2002 13:49:38 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E3F243E3B for ; Sat, 27 Jul 2002 13:49:38 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RKnO9I018042; Sat, 27 Jul 2002 16:49:24 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027798187.32700.3.camel@Demon.vickiandstacey.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ixnZbFqvBYwlLP255EBM" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 16:49:41 -0400 Message-Id: <1027802981.48261.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-ixnZbFqvBYwlLP255EBM Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > Hi Joe, > I ran the cmds you suggested as prescribed. One thing to mention: >=20 > For the two commands: > killall gconfd-1 > killall gconfd-2 >=20 > I got "no matching process found" returned. >=20 > On typing startx, sound now appears to be working, but I am still unable > to configure Sawfish: Same "beep", nothing happens. >=20 > Some progress though., whatdya think? Run /usr/X11R6/bin/sawfish-ui, and send me the output. Joe >=20 > Thanks. >=20 > Stacey >=20 > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > Hi Maxime > > > Thanks for getting back to me. > > >=20 > > > I got your message and advise about configuring Sawfish, but its real= ly > > > strange here. > > >=20 > > > When I installed gnome, I didn't select any other window manager (as = I > > > knew that Sawfish is installed as the default window manager anyways.= I > > > was able to run the "Configure Sawfish Window Manager" tool as root > > > after recompiling Sawfish (as per Joe Marcus Clarke's advisory), but = I > > > am not able to do so as a non-root user. > > >=20 > > > I get the same "beep" noise and nothing happens. > > >=20 > > > Sawfish is selected as "current" in the gnomecontrolcenter panel when= I > > > start it, so its already running! > > >=20 > > > If there is any log / or config files that would assist you, do ask a= nd > > > I'll get that off to you. > >=20 > > Shut all X things down. Then run the following as root: > >=20 > > killall esd > > killall oafd > > killall gconfd-1 > > killall gconfd-2 > >=20 > > rm -rf /tmp/.sawfish* > >=20 > > Then start up X again as a non-root user. Things should work for you. > >=20 > > Joe > >=20 > > >=20 > > > Thanks again for the reply. > > >=20 > > > Stacey > > >=20 > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > >From: > > > > >To: Maxime Romano > > > > >CC: , > > > > >Subject: Re: Recompiled Sawfish, now startx works only for root WA= S [Re:=20 > > > > >Newly installed > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > >Hi Maxime, > > > > > That's worked for! > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > >"Sawfish not running", when trying to configure Sawfish as ordinar= y user. > > > >=20 > > > > Sawfish must be running *before* you can configure it. > > > >=20 > > > > > > > > > >Running "sawfish" at cli returns: "You can only run one window man= ager" > > > > You have to kill your current window manager, and start sawfish qui= ckly, or=20 > > > > else the old window manager might kick in and try to take over agai= n. > > > >=20 > > > > Try something like "killall metacity;killall enlightenment;killall=20 > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix everthi= ng up. > > > >=20 > > > > -Maxime Romano > > > >=20 > > > > > > > > > >Stacey > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > No, no! To use startx, your X server must be SUID root! Do to= that, > > > > > > just > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log to what th= ey were. > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > >From: > > > > > > >To: robert Backhaus > > > > > > >CC: Joe Marcus Clarke ,FreeBSD User Ques= tions > > > > > > List > > > > > > >, > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for roo= t WAS > > > > > > [Re: > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > I did as you suggested, but that only gives me a new error= : > > > > > > > > > > > > > >Fatal server error: > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > >Silly question, how do I get the permissions to revert back to= what > > > > > > they > > > > > > >were: > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > >???? > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > I recompiled Sawfish, but now startx only works > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > > > file > > > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > Fatal Server Error: > > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > I hope. > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > > Do You Yahoo!? > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > _______________________________________________________________= __ > > > > > > Join the world=92s largest e-mail service with MSN Hotmail. > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > >=20 > > > >=20 > > > > _________________________________________________________________ > > > > Chat with friends online, try MSN Messenger: http://messenger.msn.c= om > > > >=20 > > >=20 > > >=20 > > >=20 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > >=20 > > >=20 > >=20 >=20 >=20 >=20 >=20 --=-ixnZbFqvBYwlLP255EBM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9Qwdlb2iPiv4Uz4cRAhovAJ9SYYvSi4M7M4lgFdYS3vAABtsIKwCgqIYG /xTYKAf/U9XRrvwxRO0zfK8= =Tp/s -----END PGP SIGNATURE----- --=-ixnZbFqvBYwlLP255EBM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 14: 1:23 2002 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 CFD7837B400 for ; Sat, 27 Jul 2002 14:01:15 -0700 (PDT) Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.241.160.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D765343E65 for ; Sat, 27 Jul 2002 14:01:14 -0700 (PDT) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by nemesis.systems.pipex.net (Postfix) with ESMTP id 739A5160004A5; Sat, 27 Jul 2002 22:01:10 +0100 (BST) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Joe Marcus Clarke Cc: sroberts@dsl.pipex.com, Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027802981.48261.3.camel@shumai.marcuscom.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 23:01:30 +0100 Message-Id: <1027807293.32700.25.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, I've not got copy paste working with my mouse here at the moment working on that as well :-( but I'll type the output here: As non-root user: bash-2.05a$ /usr/X11R6/bin/sawfish-ui error: can't connect to socket /tmp/.sawfish-stacey/.mydomainname.com:0.0 *** Error: can't connect to sawfish on display, :0 As root after the above failure: # /usr/X11R6/bin/sawfish-ui GnomeUI-WARNING **: While connecting to session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed. error: can't connect to socket /tmp/.sawfish-stacey/.mydomainname.com:0.0 *** Error: can't connect to sawfish on display, :0 Hope this proves helpful. About your other e-mail concerning the contents of ~/.xinitrc, what I have in the file is only what's written in the FBSD Handbook 2nd Ed Pg 137 Stacey On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > Hi Joe, > > I ran the cmds you suggested as prescribed. One thing to mention: > >=20 > > For the two commands: > > killall gconfd-1 > > killall gconfd-2 > >=20 > > I got "no matching process found" returned. > >=20 > > On typing startx, sound now appears to be working, but I am still unabl= e > > to configure Sawfish: Same "beep", nothing happens. > >=20 > > Some progress though., whatdya think? >=20 > Run /usr/X11R6/bin/sawfish-ui, and send me the output. >=20 > Joe >=20 > >=20 > > Thanks. > >=20 > > Stacey > >=20 > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > Hi Maxime > > > > Thanks for getting back to me. > > > >=20 > > > > I got your message and advise about configuring Sawfish, but its re= ally > > > > strange here. > > > >=20 > > > > When I installed gnome, I didn't select any other window manager (a= s I > > > > knew that Sawfish is installed as the default window manager anyway= s. I > > > > was able to run the "Configure Sawfish Window Manager" tool as root > > > > after recompiling Sawfish (as per Joe Marcus Clarke's advisory), bu= t I > > > > am not able to do so as a non-root user. > > > >=20 > > > > I get the same "beep" noise and nothing happens. > > > >=20 > > > > Sawfish is selected as "current" in the gnomecontrolcenter panel wh= en I > > > > start it, so its already running! > > > >=20 > > > > If there is any log / or config files that would assist you, do ask= and > > > > I'll get that off to you. > > >=20 > > > Shut all X things down. Then run the following as root: > > >=20 > > > killall esd > > > killall oafd > > > killall gconfd-1 > > > killall gconfd-2 > > >=20 > > > rm -rf /tmp/.sawfish* > > >=20 > > > Then start up X again as a non-root user. Things should work for you= . > > >=20 > > > Joe > > >=20 > > > >=20 > > > > Thanks again for the reply. > > > >=20 > > > > Stacey > > > >=20 > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > >From: > > > > > >To: Maxime Romano > > > > > >CC: , > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for root = WAS [Re:=20 > > > > > >Newly installed > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > >Hi Maxime, > > > > > > That's worked for! > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawfish as ordin= ary user. > > > > >=20 > > > > > Sawfish must be running *before* you can configure it. > > > > >=20 > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run one window m= anager" > > > > > You have to kill your current window manager, and start sawfish q= uickly, or=20 > > > > > else the old window manager might kick in and try to take over ag= ain. > > > > >=20 > > > > > Try something like "killall metacity;killall enlightenment;killal= l=20 > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix evert= hing up. > > > > >=20 > > > > > -Maxime Romano > > > > >=20 > > > > > > > > > > > >Stacey > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > No, no! To use startx, your X server must be SUID root! Do = to that, > > > > > > > just > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log to what = they were. > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > >From: > > > > > > > >To: robert Backhaus > > > > > > > >CC: Joe Marcus Clarke ,FreeBSD User Qu= estions > > > > > > > List > > > > > > > >, > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for r= oot WAS > > > > > > > [Re: > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > I did as you suggested, but that only gives me a new err= or: > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to revert back = to what > > > > > > > they > > > > > > > >were: > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > I recompiled Sawfish, but now startx only works > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > > > > file > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > Fatal Server Error: > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > > > Do You Yahoo!? > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > > > > > > > _____________________________________________________________= ____ > > > > > > > Join the world=92s largest e-mail service with MSN Hotmail. > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > >=20 > > > > >=20 > > > > > _________________________________________________________________ > > > > > Chat with friends online, try MSN Messenger: http://messenger.msn= .com > > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > >=20 > > > >=20 > > >=20 > >=20 > >=20 > >=20 > >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 14:19:46 2002 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 003EA37B400 for ; Sat, 27 Jul 2002 14:19:29 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D3E43E3B for ; Sat, 27 Jul 2002 14:19:29 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RLJE9I018219; Sat, 27 Jul 2002 17:19:15 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027807293.32700.25.camel@Demon.vickiandstacey.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HcCXtoF07DUhqT9dpK9A" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 17:19:31 -0400 Message-Id: <1027804772.48261.23.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-HcCXtoF07DUhqT9dpK9A Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > Hi Joe, > I've not got copy paste working with my mouse here at the moment > working on that as well :-( but I'll type the output here: Make sure you're using moused, and have your protocol in your XF86Config file set to Auto. If the button is only a two-button mouse, make sure you're starting moused with the -3 flag, and you have the correct Emulate3Buttons option set for your mouse in XF86Config. >=20 > As non-root user: > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > error: can't connect to socket > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > *** Error: can't connect to sawfish on display, :0 Does /tmp/.sawfish-stacey/ exist? What are the permissions? How about the .mydomainname.com:0.0 socket? >=20 > As root after the above failure: > # /usr/X11R6/bin/sawfish-ui > GnomeUI-WARNING **: While connecting to session manager: > Authentication Rejected, reason : None of the authentication protocols > specified are supported and host-based authentication failed. > error: can't connect to socket > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > *** Error: can't connect to sawfish on display, :0 >=20 > Hope this proves helpful. >=20 > About your other e-mail concerning the contents of ~/.xinitrc, what I > have in the file is only what's written in the FBSD Handbook 2nd Ed Pg > 137 The handbook could use an update. Starting gnome-session with exec greatly speeds things up when closing X. Joe >=20 > Stacey >=20 > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > Hi Joe, > > > I ran the cmds you suggested as prescribed. One thing to mention: > > >=20 > > > For the two commands: > > > killall gconfd-1 > > > killall gconfd-2 > > >=20 > > > I got "no matching process found" returned. > > >=20 > > > On typing startx, sound now appears to be working, but I am still una= ble > > > to configure Sawfish: Same "beep", nothing happens. > > >=20 > > > Some progress though., whatdya think? > >=20 > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > >=20 > > Joe > >=20 > > >=20 > > > Thanks. > > >=20 > > > Stacey > > >=20 > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > Hi Maxime > > > > > Thanks for getting back to me. > > > > >=20 > > > > > I got your message and advise about configuring Sawfish, but its = really > > > > > strange here. > > > > >=20 > > > > > When I installed gnome, I didn't select any other window manager = (as I > > > > > knew that Sawfish is installed as the default window manager anyw= ays. I > > > > > was able to run the "Configure Sawfish Window Manager" tool as ro= ot > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's advisory), = but I > > > > > am not able to do so as a non-root user. > > > > >=20 > > > > > I get the same "beep" noise and nothing happens. > > > > >=20 > > > > > Sawfish is selected as "current" in the gnomecontrolcenter panel = when I > > > > > start it, so its already running! > > > > >=20 > > > > > If there is any log / or config files that would assist you, do a= sk and > > > > > I'll get that off to you. > > > >=20 > > > > Shut all X things down. Then run the following as root: > > > >=20 > > > > killall esd > > > > killall oafd > > > > killall gconfd-1 > > > > killall gconfd-2 > > > >=20 > > > > rm -rf /tmp/.sawfish* > > > >=20 > > > > Then start up X again as a non-root user. Things should work for y= ou. > > > >=20 > > > > Joe > > > >=20 > > > > >=20 > > > > > Thanks again for the reply. > > > > >=20 > > > > > Stacey > > > > >=20 > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > >From: > > > > > > >To: Maxime Romano > > > > > > >CC: , > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for roo= t WAS [Re:=20 > > > > > > >Newly installed > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > >Hi Maxime, > > > > > > > That's worked for! > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawfish as ord= inary user. > > > > > >=20 > > > > > > Sawfish must be running *before* you can configure it. > > > > > >=20 > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run one window= manager" > > > > > > You have to kill your current window manager, and start sawfish= quickly, or=20 > > > > > > else the old window manager might kick in and try to take over = again. > > > > > >=20 > > > > > > Try something like "killall metacity;killall enlightenment;kill= all=20 > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix eve= rthing up. > > > > > >=20 > > > > > > -Maxime Romano > > > > > >=20 > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > No, no! To use startx, your X server must be SUID root! D= o to that, > > > > > > > > just > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log to wha= t they were. > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > >From: > > > > > > > > >To: robert Backhaus > > > > > > > > >CC: Joe Marcus Clarke ,FreeBSD User = Questions > > > > > > > > List > > > > > > > > >, > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for= root WAS > > > > > > > > [Re: > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > I did as you suggested, but that only gives me a new e= rror: > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to revert bac= k to what > > > > > > > > they > > > > > > > > >were: > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > I recompiled Sawfish, but now startx only works > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > > > > > file > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the messag= e > > > > > > > > > > > > > > > > ___________________________________________________________= ______ > > > > > > > > Join the world=92s largest e-mail service with MSN Hotmail. > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > > >=20 > > > > > >=20 > > > > > > _______________________________________________________________= __ > > > > > > Chat with friends online, try MSN Messenger: http://messenger.m= sn.com > > > > > >=20 > > > > >=20 > > > > >=20 > > > > >=20 > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > >=20 > > > > >=20 > > > >=20 > > >=20 > > >=20 > > >=20 > > >=20 > >=20 >=20 >=20 >=20 >=20 --=-HcCXtoF07DUhqT9dpK9A Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9Qw5jb2iPiv4Uz4cRApTSAJ9r6Te00nXTe5FS/HftTdqLCpm3UQCeNIkj bNgxRSUr3yPHKzHHZsMfSHA= =in51 -----END PGP SIGNATURE----- --=-HcCXtoF07DUhqT9dpK9A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 14:29:45 2002 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 2565437B400 for ; Sat, 27 Jul 2002 14:29:35 -0700 (PDT) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EAAA43E42 for ; Sat, 27 Jul 2002 14:29:34 -0700 (PDT) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id F220516000944; Sat, 27 Jul 2002 22:29:30 +0100 (BST) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Joe Marcus Clarke Cc: sroberts@dsl.pipex.com, Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027804772.48261.23.camel@shumai.marcuscom.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> <1027804772.48261.23.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 23:29:51 +0100 Message-Id: <1027808993.32700.35.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, I'm looking into the correct options to include in XF86Config in order to enable copy/paste for the mouse at the moment. /tmp/.sawfish-stacey/ *does* exist with the permissions of drwx------. Its empty as well, so I can't see how sawfish-ui is supposed to refer to .mydomainname.com if it should be in there. Just in case you'd need to know. I also can't "ls -l" on that dir as non-root, I had to "su" to root in order to examine the dir. I'll try to get the mouse functions working. Stacey On Sat, 2002-07-27 at 22:19, Joe Marcus Clarke wrote: > On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > > Hi Joe, > > I've not got copy paste working with my mouse here at the moment > > working on that as well :-( but I'll type the output here: >=20 > Make sure you're using moused, and have your protocol in your XF86Config > file set to Auto. If the button is only a two-button mouse, make sure > you're starting moused with the -3 flag, and you have the correct > Emulate3Buttons option set for your mouse in XF86Config. >=20 > >=20 > > As non-root user: > > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > > error: can't connect to socket > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > *** Error: can't connect to sawfish on display, :0 >=20 > Does /tmp/.sawfish-stacey/ exist? What are the permissions? How about > the .mydomainname.com:0.0 socket? >=20 > >=20 > > As root after the above failure: > > # /usr/X11R6/bin/sawfish-ui > > GnomeUI-WARNING **: While connecting to session manager: > > Authentication Rejected, reason : None of the authentication protocols > > specified are supported and host-based authentication failed. > > error: can't connect to socket > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > *** Error: can't connect to sawfish on display, :0 > >=20 > > Hope this proves helpful. > >=20 > > About your other e-mail concerning the contents of ~/.xinitrc, what I > > have in the file is only what's written in the FBSD Handbook 2nd Ed Pg > > 137 >=20 > The handbook could use an update. Starting gnome-session with exec > greatly speeds things up when closing X. >=20 > Joe >=20 > >=20 > > Stacey > >=20 > > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > > Hi Joe, > > > > I ran the cmds you suggested as prescribed. One thing to mention= : > > > >=20 > > > > For the two commands: > > > > killall gconfd-1 > > > > killall gconfd-2 > > > >=20 > > > > I got "no matching process found" returned. > > > >=20 > > > > On typing startx, sound now appears to be working, but I am still u= nable > > > > to configure Sawfish: Same "beep", nothing happens. > > > >=20 > > > > Some progress though., whatdya think? > > >=20 > > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > > >=20 > > > Joe > > >=20 > > > >=20 > > > > Thanks. > > > >=20 > > > > Stacey > > > >=20 > > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > > Hi Maxime > > > > > > Thanks for getting back to me. > > > > > >=20 > > > > > > I got your message and advise about configuring Sawfish, but it= s really > > > > > > strange here. > > > > > >=20 > > > > > > When I installed gnome, I didn't select any other window manage= r (as I > > > > > > knew that Sawfish is installed as the default window manager an= yways. I > > > > > > was able to run the "Configure Sawfish Window Manager" tool as = root > > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's advisory)= , but I > > > > > > am not able to do so as a non-root user. > > > > > >=20 > > > > > > I get the same "beep" noise and nothing happens. > > > > > >=20 > > > > > > Sawfish is selected as "current" in the gnomecontrolcenter pane= l when I > > > > > > start it, so its already running! > > > > > >=20 > > > > > > If there is any log / or config files that would assist you, do= ask and > > > > > > I'll get that off to you. > > > > >=20 > > > > > Shut all X things down. Then run the following as root: > > > > >=20 > > > > > killall esd > > > > > killall oafd > > > > > killall gconfd-1 > > > > > killall gconfd-2 > > > > >=20 > > > > > rm -rf /tmp/.sawfish* > > > > >=20 > > > > > Then start up X again as a non-root user. Things should work for= you. > > > > >=20 > > > > > Joe > > > > >=20 > > > > > >=20 > > > > > > Thanks again for the reply. > > > > > >=20 > > > > > > Stacey > > > > > >=20 > > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > > >From: > > > > > > > >To: Maxime Romano > > > > > > > >CC: , > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for r= oot WAS [Re:=20 > > > > > > > >Newly installed > > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > > > >Hi Maxime, > > > > > > > > That's worked for! > > > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawfish as o= rdinary user. > > > > > > >=20 > > > > > > > Sawfish must be running *before* you can configure it. > > > > > > >=20 > > > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run one wind= ow manager" > > > > > > > You have to kill your current window manager, and start sawfi= sh quickly, or=20 > > > > > > > else the old window manager might kick in and try to take ove= r again. > > > > > > >=20 > > > > > > > Try something like "killall metacity;killall enlightenment;ki= llall=20 > > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix e= verthing up. > > > > > > >=20 > > > > > > > -Maxime Romano > > > > > > >=20 > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > > > No, no! To use startx, your X server must be SUID root! = Do to that, > > > > > > > > > just > > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log to w= hat they were. > > > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > > > >From: > > > > > > > > > >To: robert Backhaus > > > > > > > > > >CC: Joe Marcus Clarke ,FreeBSD Use= r Questions > > > > > > > > > List > > > > > > > > > >, > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only f= or root WAS > > > > > > > > > [Re: > > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > > I did as you suggested, but that only gives me a new= error: > > > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to revert b= ack to what > > > > > > > > > they > > > > > > > > > >were: > > > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > > I recompiled Sawfish, but now startx only works > > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > > > > > > file > > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the mess= age > > > > > > > > > > > > > > > > > > _________________________________________________________= ________ > > > > > > > > > Join the world=92s largest e-mail service with MSN Hotmai= l. > > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > > > >=20 > > > > > > >=20 > > > > > > > _____________________________________________________________= ____ > > > > > > > Chat with friends online, try MSN Messenger: http://messenger= .msn.com > > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > >=20 > > > > > >=20 > > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > >=20 > >=20 > >=20 > >=20 > >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 14:50:41 2002 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 F0B3537B400 for ; Sat, 27 Jul 2002 14:50:29 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC0443E5E for ; Sat, 27 Jul 2002 14:50:29 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RLmw9I018410; Sat, 27 Jul 2002 17:48:59 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027808993.32700.35.camel@Demon.vickiandstacey.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> <1027804772.48261.23.camel@shumai.marcuscom.com> <1027808993.32700.35.camel@Demon.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8AWTVtLzszyxMElxFV8n" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 17:49:16 -0400 Message-Id: <1027806556.48261.32.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-8AWTVtLzszyxMElxFV8n Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 18:29, Stacey Roberts wrote: > Hi Joe, > I'm looking into the correct options to include in XF86Config in > order to enable copy/paste for the mouse at the moment. >=20 > /tmp/.sawfish-stacey/ *does* exist with the permissions of drwx------. > Its empty as well, so I can't see how sawfish-ui is supposed to refer to > .mydomainname.com if it should be in there. >=20 > Just in case you'd need to know. I also can't "ls -l" on that dir as > non-root, I had to "su" to root in order to examine the dir. Uh, that's probably because it's owned by root. You need to delete the directory as root, then have it be recreated when you start X as stacey. Make sure you're using the Xwrapper to start X, and not some other hack. Only when the sawfish socket is created will you be able to configure sawfish.=20 Also you should _never_ run X as root (in my opinion). Joe >=20 > I'll try to get the mouse functions working. >=20 > Stacey >=20 > On Sat, 2002-07-27 at 22:19, Joe Marcus Clarke wrote: > > On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > > > Hi Joe, > > > I've not got copy paste working with my mouse here at the moment > > > working on that as well :-( but I'll type the output here: > >=20 > > Make sure you're using moused, and have your protocol in your XF86Confi= g > > file set to Auto. If the button is only a two-button mouse, make sure > > you're starting moused with the -3 flag, and you have the correct > > Emulate3Buttons option set for your mouse in XF86Config. > >=20 > > >=20 > > > As non-root user: > > > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > > > error: can't connect to socket > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > *** Error: can't connect to sawfish on display, :0 > >=20 > > Does /tmp/.sawfish-stacey/ exist? What are the permissions? How about > > the .mydomainname.com:0.0 socket? > >=20 > > >=20 > > > As root after the above failure: > > > # /usr/X11R6/bin/sawfish-ui > > > GnomeUI-WARNING **: While connecting to session manager: > > > Authentication Rejected, reason : None of the authentication protocol= s > > > specified are supported and host-based authentication failed. > > > error: can't connect to socket > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > *** Error: can't connect to sawfish on display, :0 > > >=20 > > > Hope this proves helpful. > > >=20 > > > About your other e-mail concerning the contents of ~/.xinitrc, what I > > > have in the file is only what's written in the FBSD Handbook 2nd Ed P= g > > > 137 > >=20 > > The handbook could use an update. Starting gnome-session with exec > > greatly speeds things up when closing X. > >=20 > > Joe > >=20 > > >=20 > > > Stacey > > >=20 > > > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > > > Hi Joe, > > > > > I ran the cmds you suggested as prescribed. One thing to menti= on: > > > > >=20 > > > > > For the two commands: > > > > > killall gconfd-1 > > > > > killall gconfd-2 > > > > >=20 > > > > > I got "no matching process found" returned. > > > > >=20 > > > > > On typing startx, sound now appears to be working, but I am still= unable > > > > > to configure Sawfish: Same "beep", nothing happens. > > > > >=20 > > > > > Some progress though., whatdya think? > > > >=20 > > > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > > > >=20 > > > > Joe > > > >=20 > > > > >=20 > > > > > Thanks. > > > > >=20 > > > > > Stacey > > > > >=20 > > > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > > > Hi Maxime > > > > > > > Thanks for getting back to me. > > > > > > >=20 > > > > > > > I got your message and advise about configuring Sawfish, but = its really > > > > > > > strange here. > > > > > > >=20 > > > > > > > When I installed gnome, I didn't select any other window mana= ger (as I > > > > > > > knew that Sawfish is installed as the default window manager = anyways. I > > > > > > > was able to run the "Configure Sawfish Window Manager" tool a= s root > > > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's advisor= y), but I > > > > > > > am not able to do so as a non-root user. > > > > > > >=20 > > > > > > > I get the same "beep" noise and nothing happens. > > > > > > >=20 > > > > > > > Sawfish is selected as "current" in the gnomecontrolcenter pa= nel when I > > > > > > > start it, so its already running! > > > > > > >=20 > > > > > > > If there is any log / or config files that would assist you, = do ask and > > > > > > > I'll get that off to you. > > > > > >=20 > > > > > > Shut all X things down. Then run the following as root: > > > > > >=20 > > > > > > killall esd > > > > > > killall oafd > > > > > > killall gconfd-1 > > > > > > killall gconfd-2 > > > > > >=20 > > > > > > rm -rf /tmp/.sawfish* > > > > > >=20 > > > > > > Then start up X again as a non-root user. Things should work f= or you. > > > > > >=20 > > > > > > Joe > > > > > >=20 > > > > > > >=20 > > > > > > > Thanks again for the reply. > > > > > > >=20 > > > > > > > Stacey > > > > > > >=20 > > > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > > > >From: > > > > > > > > >To: Maxime Romano > > > > > > > > >CC: , > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for= root WAS [Re:=20 > > > > > > > > >Newly installed > > > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > > > > > >Hi Maxime, > > > > > > > > > That's worked for! > > > > > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawfish as= ordinary user. > > > > > > > >=20 > > > > > > > > Sawfish must be running *before* you can configure it. > > > > > > > >=20 > > > > > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run one wi= ndow manager" > > > > > > > > You have to kill your current window manager, and start saw= fish quickly, or=20 > > > > > > > > else the old window manager might kick in and try to take o= ver again. > > > > > > > >=20 > > > > > > > > Try something like "killall metacity;killall enlightenment;= killall=20 > > > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix= everthing up. > > > > > > > >=20 > > > > > > > > -Maxime Romano > > > > > > > >=20 > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > > > > > No, no! To use startx, your X server must be SUID root= ! Do to that, > > > > > > > > > > just > > > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log to= what they were. > > > > > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > > > > > >From: > > > > > > > > > > >To: robert Backhaus > > > > > > > > > > >CC: Joe Marcus Clarke ,FreeBSD U= ser Questions > > > > > > > > > > List > > > > > > > > > > >, > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only= for root WAS > > > > > > > > > > [Re: > > > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish= ] > > > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > > > I did as you suggested, but that only gives me a n= ew error: > > > > > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to revert= back to what > > > > > > > > > > they > > > > > > > > > > >were: > > > > > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > > > I recompiled Sawfish, but now startx only work= s > > > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > > > > > > > file > > > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the me= ssage > > > > > > > > > > > > > > > > > > > > _______________________________________________________= __________ > > > > > > > > > > Join the world=92s largest e-mail service with MSN Hotm= ail. > > > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the messag= e > > > > > > > >=20 > > > > > > > >=20 > > > > > > > > ___________________________________________________________= ______ > > > > > > > > Chat with friends online, try MSN Messenger: http://messeng= er.msn.com > > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > >=20 > > > > > > >=20 > > > > > >=20 > > > > >=20 > > > > >=20 > > > > >=20 > > > > >=20 > > > >=20 > > >=20 > > >=20 > > >=20 > > >=20 > >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 >=20 --=-8AWTVtLzszyxMElxFV8n Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9QxVcb2iPiv4Uz4cRArytAJwNKNz0eVyGJG6M4j5AGZrMdSIE2ACfX2XL ZO3n2FW4y+kB3jh8ZjHYXVQ= =Ob9F -----END PGP SIGNATURE----- --=-8AWTVtLzszyxMElxFV8n-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 15: 5:23 2002 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 3D87637B400 for ; Sat, 27 Jul 2002 15:05:13 -0700 (PDT) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB29743E3B for ; Sat, 27 Jul 2002 15:05:08 -0700 (PDT) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id AD77916000347; Sat, 27 Jul 2002 23:05:04 +0100 (BST) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Joe Marcus Clarke Cc: sroberts@dsl.pipex.com, Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027804772.48261.23.camel@shumai.marcuscom.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> <1027804772.48261.23.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 28 Jul 2002 00:05:25 +0100 Message-Id: <1027811128.32700.44.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, Okay, let me make sure I have this procedure down correct here: 1] Log off from X 2] su to root 3] Delete (as root) /tmp/.sawfish-stacey 4] Run "startx" to log into X again 5] I should now be able to configure Sawfish in gnomecontrolcenter I'm not sure what you meant by ensuring that I use Xwrapper to start X. I only use what I've installed (the wrapper port) in order to use "startx" to start X Please let me know if there's some chance I'm not using the correct procedure here. Stacey On Sat, 2002-07-27 at 22:19, Joe Marcus Clarke wrote: > On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > > Hi Joe, > > I've not got copy paste working with my mouse here at the moment > > working on that as well :-( but I'll type the output here: >=20 > Make sure you're using moused, and have your protocol in your XF86Config > file set to Auto. If the button is only a two-button mouse, make sure > you're starting moused with the -3 flag, and you have the correct > Emulate3Buttons option set for your mouse in XF86Config. >=20 > >=20 > > As non-root user: > > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > > error: can't connect to socket > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > *** Error: can't connect to sawfish on display, :0 >=20 > Does /tmp/.sawfish-stacey/ exist? What are the permissions? How about > the .mydomainname.com:0.0 socket? >=20 > >=20 > > As root after the above failure: > > # /usr/X11R6/bin/sawfish-ui > > GnomeUI-WARNING **: While connecting to session manager: > > Authentication Rejected, reason : None of the authentication protocols > > specified are supported and host-based authentication failed. > > error: can't connect to socket > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > *** Error: can't connect to sawfish on display, :0 > >=20 > > Hope this proves helpful. > >=20 > > About your other e-mail concerning the contents of ~/.xinitrc, what I > > have in the file is only what's written in the FBSD Handbook 2nd Ed Pg > > 137 >=20 > The handbook could use an update. Starting gnome-session with exec > greatly speeds things up when closing X. >=20 > Joe >=20 > >=20 > > Stacey > >=20 > > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > > Hi Joe, > > > > I ran the cmds you suggested as prescribed. One thing to mention= : > > > >=20 > > > > For the two commands: > > > > killall gconfd-1 > > > > killall gconfd-2 > > > >=20 > > > > I got "no matching process found" returned. > > > >=20 > > > > On typing startx, sound now appears to be working, but I am still u= nable > > > > to configure Sawfish: Same "beep", nothing happens. > > > >=20 > > > > Some progress though., whatdya think? > > >=20 > > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > > >=20 > > > Joe > > >=20 > > > >=20 > > > > Thanks. > > > >=20 > > > > Stacey > > > >=20 > > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > > Hi Maxime > > > > > > Thanks for getting back to me. > > > > > >=20 > > > > > > I got your message and advise about configuring Sawfish, but it= s really > > > > > > strange here. > > > > > >=20 > > > > > > When I installed gnome, I didn't select any other window manage= r (as I > > > > > > knew that Sawfish is installed as the default window manager an= yways. I > > > > > > was able to run the "Configure Sawfish Window Manager" tool as = root > > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's advisory)= , but I > > > > > > am not able to do so as a non-root user. > > > > > >=20 > > > > > > I get the same "beep" noise and nothing happens. > > > > > >=20 > > > > > > Sawfish is selected as "current" in the gnomecontrolcenter pane= l when I > > > > > > start it, so its already running! > > > > > >=20 > > > > > > If there is any log / or config files that would assist you, do= ask and > > > > > > I'll get that off to you. > > > > >=20 > > > > > Shut all X things down. Then run the following as root: > > > > >=20 > > > > > killall esd > > > > > killall oafd > > > > > killall gconfd-1 > > > > > killall gconfd-2 > > > > >=20 > > > > > rm -rf /tmp/.sawfish* > > > > >=20 > > > > > Then start up X again as a non-root user. Things should work for= you. > > > > >=20 > > > > > Joe > > > > >=20 > > > > > >=20 > > > > > > Thanks again for the reply. > > > > > >=20 > > > > > > Stacey > > > > > >=20 > > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > > >From: > > > > > > > >To: Maxime Romano > > > > > > > >CC: , > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for r= oot WAS [Re:=20 > > > > > > > >Newly installed > > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > > > >Hi Maxime, > > > > > > > > That's worked for! > > > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawfish as o= rdinary user. > > > > > > >=20 > > > > > > > Sawfish must be running *before* you can configure it. > > > > > > >=20 > > > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run one wind= ow manager" > > > > > > > You have to kill your current window manager, and start sawfi= sh quickly, or=20 > > > > > > > else the old window manager might kick in and try to take ove= r again. > > > > > > >=20 > > > > > > > Try something like "killall metacity;killall enlightenment;ki= llall=20 > > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix e= verthing up. > > > > > > >=20 > > > > > > > -Maxime Romano > > > > > > >=20 > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > > > No, no! To use startx, your X server must be SUID root! = Do to that, > > > > > > > > > just > > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log to w= hat they were. > > > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > > > >From: > > > > > > > > > >To: robert Backhaus > > > > > > > > > >CC: Joe Marcus Clarke ,FreeBSD Use= r Questions > > > > > > > > > List > > > > > > > > > >, > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only f= or root WAS > > > > > > > > > [Re: > > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish] > > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > > I did as you suggested, but that only gives me a new= error: > > > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to revert b= ack to what > > > > > > > > > they > > > > > > > > > >were: > > > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > > I recompiled Sawfish, but now startx only works > > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > > > > > > file > > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the mess= age > > > > > > > > > > > > > > > > > > _________________________________________________________= ________ > > > > > > > > > Join the world=92s largest e-mail service with MSN Hotmai= l. > > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the message > > > > > > >=20 > > > > > > >=20 > > > > > > > _____________________________________________________________= ____ > > > > > > > Chat with friends online, try MSN Messenger: http://messenger= .msn.com > > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > >=20 > > > > > >=20 > > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > >=20 > >=20 > >=20 > >=20 > >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 15:10:56 2002 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 38D6937B400 for ; Sat, 27 Jul 2002 15:10:46 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C0DB43E5E for ; Sat, 27 Jul 2002 15:10:45 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RM9F9I018512; Sat, 27 Jul 2002 18:09:15 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027811128.32700.44.camel@Demon.vickiandstacey.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> <1027804772.48261.23.camel@shumai.marcuscom.com> <1027811128.32700.44.camel@Demon.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-MWW/YsZEMLlOb7iObOSx" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 18:09:33 -0400 Message-Id: <1027807773.48261.41.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-MWW/YsZEMLlOb7iObOSx Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 19:05, Stacey Roberts wrote: > Hi Joe, > Okay, let me make sure I have this procedure down correct here: > 1] Log off from X > 2] su to root > 3] Delete (as root) /tmp/.sawfish-stacey 3.25] Delete _all_ /tmp/.sawfish* directories 3.5] Exit from su back to user stacey > 4] Run "startx" to log into X again > 5] I should now be able to configure Sawfish in gnomecontrolcenter Yes, if you do the steps I listed above. >=20 > I'm not sure what you meant by ensuring that I use Xwrapper to start X. > I only use what I've installed (the wrapper port) in order to use > "startx" to start X When I say Xwrapper, I mean the wrapper port. Joe >=20 > Please let me know if there's some chance I'm not using the correct > procedure here. >=20 > Stacey >=20 >=20 > On Sat, 2002-07-27 at 22:19, Joe Marcus Clarke wrote: > > On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > > > Hi Joe, > > > I've not got copy paste working with my mouse here at the moment > > > working on that as well :-( but I'll type the output here: > >=20 > > Make sure you're using moused, and have your protocol in your XF86Confi= g > > file set to Auto. If the button is only a two-button mouse, make sure > > you're starting moused with the -3 flag, and you have the correct > > Emulate3Buttons option set for your mouse in XF86Config. > >=20 > > >=20 > > > As non-root user: > > > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > > > error: can't connect to socket > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > *** Error: can't connect to sawfish on display, :0 > >=20 > > Does /tmp/.sawfish-stacey/ exist? What are the permissions? How about > > the .mydomainname.com:0.0 socket? > >=20 > > >=20 > > > As root after the above failure: > > > # /usr/X11R6/bin/sawfish-ui > > > GnomeUI-WARNING **: While connecting to session manager: > > > Authentication Rejected, reason : None of the authentication protocol= s > > > specified are supported and host-based authentication failed. > > > error: can't connect to socket > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > *** Error: can't connect to sawfish on display, :0 > > >=20 > > > Hope this proves helpful. > > >=20 > > > About your other e-mail concerning the contents of ~/.xinitrc, what I > > > have in the file is only what's written in the FBSD Handbook 2nd Ed P= g > > > 137 > >=20 > > The handbook could use an update. Starting gnome-session with exec > > greatly speeds things up when closing X. > >=20 > > Joe > >=20 > > >=20 > > > Stacey > > >=20 > > > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > > > Hi Joe, > > > > > I ran the cmds you suggested as prescribed. One thing to menti= on: > > > > >=20 > > > > > For the two commands: > > > > > killall gconfd-1 > > > > > killall gconfd-2 > > > > >=20 > > > > > I got "no matching process found" returned. > > > > >=20 > > > > > On typing startx, sound now appears to be working, but I am still= unable > > > > > to configure Sawfish: Same "beep", nothing happens. > > > > >=20 > > > > > Some progress though., whatdya think? > > > >=20 > > > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > > > >=20 > > > > Joe > > > >=20 > > > > >=20 > > > > > Thanks. > > > > >=20 > > > > > Stacey > > > > >=20 > > > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > > > Hi Maxime > > > > > > > Thanks for getting back to me. > > > > > > >=20 > > > > > > > I got your message and advise about configuring Sawfish, but = its really > > > > > > > strange here. > > > > > > >=20 > > > > > > > When I installed gnome, I didn't select any other window mana= ger (as I > > > > > > > knew that Sawfish is installed as the default window manager = anyways. I > > > > > > > was able to run the "Configure Sawfish Window Manager" tool a= s root > > > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's advisor= y), but I > > > > > > > am not able to do so as a non-root user. > > > > > > >=20 > > > > > > > I get the same "beep" noise and nothing happens. > > > > > > >=20 > > > > > > > Sawfish is selected as "current" in the gnomecontrolcenter pa= nel when I > > > > > > > start it, so its already running! > > > > > > >=20 > > > > > > > If there is any log / or config files that would assist you, = do ask and > > > > > > > I'll get that off to you. > > > > > >=20 > > > > > > Shut all X things down. Then run the following as root: > > > > > >=20 > > > > > > killall esd > > > > > > killall oafd > > > > > > killall gconfd-1 > > > > > > killall gconfd-2 > > > > > >=20 > > > > > > rm -rf /tmp/.sawfish* > > > > > >=20 > > > > > > Then start up X again as a non-root user. Things should work f= or you. > > > > > >=20 > > > > > > Joe > > > > > >=20 > > > > > > >=20 > > > > > > > Thanks again for the reply. > > > > > > >=20 > > > > > > > Stacey > > > > > > >=20 > > > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > > > >From: > > > > > > > > >To: Maxime Romano > > > > > > > > >CC: , > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only for= root WAS [Re:=20 > > > > > > > > >Newly installed > > > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > > > > > >Hi Maxime, > > > > > > > > > That's worked for! > > > > > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawfish as= ordinary user. > > > > > > > >=20 > > > > > > > > Sawfish must be running *before* you can configure it. > > > > > > > >=20 > > > > > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run one wi= ndow manager" > > > > > > > > You have to kill your current window manager, and start saw= fish quickly, or=20 > > > > > > > > else the old window manager might kick in and try to take o= ver again. > > > > > > > >=20 > > > > > > > > Try something like "killall metacity;killall enlightenment;= killall=20 > > > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta fix= everthing up. > > > > > > > >=20 > > > > > > > > -Maxime Romano > > > > > > > >=20 > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > > > > > No, no! To use startx, your X server must be SUID root= ! Do to that, > > > > > > > > > > just > > > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're set. > > > > > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log to= what they were. > > > > > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > > > > > >From: > > > > > > > > > > >To: robert Backhaus > > > > > > > > > > >CC: Joe Marcus Clarke ,FreeBSD U= ser Questions > > > > > > > > > > List > > > > > > > > > > >, > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only= for root WAS > > > > > > > > > > [Re: > > > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfish= ] > > > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > > > I did as you suggested, but that only gives me a n= ew error: > > > > > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to revert= back to what > > > > > > > > > > they > > > > > > > > > > >were: > > > > > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > > > I recompiled Sawfish, but now startx only work= s > > > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xinitrc > > > > > > > > > > > > > file > > > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being the only > > > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the me= ssage > > > > > > > > > > > > > > > > > > > > _______________________________________________________= __________ > > > > > > > > > > Join the world=92s largest e-mail service with MSN Hotm= ail. > > > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the messag= e > > > > > > > >=20 > > > > > > > >=20 > > > > > > > > ___________________________________________________________= ______ > > > > > > > > Chat with friends online, try MSN Messenger: http://messeng= er.msn.com > > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > >=20 > > > > > > >=20 > > > > > >=20 > > > > >=20 > > > > >=20 > > > > >=20 > > > > >=20 > > > >=20 > > >=20 > > >=20 > > >=20 > > >=20 > >=20 >=20 >=20 >=20 >=20 --=-MWW/YsZEMLlOb7iObOSx Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9Qxodb2iPiv4Uz4cRAkXoAJ4tHaexTdimPn1V3xMEQM+Yr6TH7QCdHjrM /fWeMJinO90z/QkxhrefpRA= =2Oiu -----END PGP SIGNATURE----- --=-MWW/YsZEMLlOb7iObOSx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 15:39:40 2002 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 3E94737B400 for ; Sat, 27 Jul 2002 15:39:29 -0700 (PDT) Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.241.160.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3220943E3B for ; Sat, 27 Jul 2002 15:39:28 -0700 (PDT) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by nemesis.systems.pipex.net (Postfix) with ESMTP id 4C9EC160004C1; Sat, 27 Jul 2002 23:39:25 +0100 (BST) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Joe Marcus Clarke Cc: sroberts@dsl.pipex.com, Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027807773.48261.41.camel@shumai.marcuscom.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> <1027804772.48261.23.camel@shumai.marcuscom.com> <1027811128.32700.44.camel@Demon.vickiandstacey.com> <1027807773.48261.41.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 28 Jul 2002 00:39:46 +0100 Message-Id: <1027813188.33191.11.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe.., you're a DUDE! That's sorted out the Sawfish issue for me wholesale! All appears fine now with Sawfish, and I was able to run the Sawfish configuration tool and set things up as I prefer. Do you think that it was down to wrong permissions on Sawfish dirs that caused my problems? On another note. I'll be doing the following now: 1] Edit ~/.xinitrc (I presume I don't have to exit from X) to include: exec /usr/X11R6/bin/gnome-session 2] Exit from X 3] Edit /etc/X11/XF86Config to include these options for the 2 button mouse: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" Option "Emulate3Buttons" EndSection 4] Edit /etc/rc.conf to include:=20 moused_enable=3D"YES" moused_flags=3D"-3" 5] As non-root user, run moused -p /dev/psm0 -t auto -3 Please let me know the above looks okay for what is required for the mouse to work okay: Thanks again for all of your patience, and willingness to help! Stacey On Sat, 2002-07-27 at 23:09, Joe Marcus Clarke wrote: > On Sat, 2002-07-27 at 19:05, Stacey Roberts wrote: > > Hi Joe, > > Okay, let me make sure I have this procedure down correct here: > > 1] Log off from X > > 2] su to root > > 3] Delete (as root) /tmp/.sawfish-stacey >=20 > 3.25] Delete _all_ /tmp/.sawfish* directories > 3.5] Exit from su back to user stacey >=20 > > 4] Run "startx" to log into X again > > 5] I should now be able to configure Sawfish in gnomecontrolcenter >=20 > Yes, if you do the steps I listed above. >=20 > >=20 > > I'm not sure what you meant by ensuring that I use Xwrapper to start X. > > I only use what I've installed (the wrapper port) in order to use > > "startx" to start X >=20 > When I say Xwrapper, I mean the wrapper port. >=20 > Joe >=20 > >=20 > > Please let me know if there's some chance I'm not using the correct > > procedure here. > >=20 > > Stacey > >=20 > >=20 > > On Sat, 2002-07-27 at 22:19, Joe Marcus Clarke wrote: > > > On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > > > > Hi Joe, > > > > I've not got copy paste working with my mouse here at the moment > > > > working on that as well :-( but I'll type the output here: > > >=20 > > > Make sure you're using moused, and have your protocol in your XF86Con= fig > > > file set to Auto. If the button is only a two-button mouse, make sur= e > > > you're starting moused with the -3 flag, and you have the correct > > > Emulate3Buttons option set for your mouse in XF86Config. > > >=20 > > > >=20 > > > > As non-root user: > > > > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > > > > error: can't connect to socket > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > *** Error: can't connect to sawfish on display, :0 > > >=20 > > > Does /tmp/.sawfish-stacey/ exist? What are the permissions? How abo= ut > > > the .mydomainname.com:0.0 socket? > > >=20 > > > >=20 > > > > As root after the above failure: > > > > # /usr/X11R6/bin/sawfish-ui > > > > GnomeUI-WARNING **: While connecting to session manager: > > > > Authentication Rejected, reason : None of the authentication protoc= ols > > > > specified are supported and host-based authentication failed. > > > > error: can't connect to socket > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > *** Error: can't connect to sawfish on display, :0 > > > >=20 > > > > Hope this proves helpful. > > > >=20 > > > > About your other e-mail concerning the contents of ~/.xinitrc, what= I > > > > have in the file is only what's written in the FBSD Handbook 2nd Ed= Pg > > > > 137 > > >=20 > > > The handbook could use an update. Starting gnome-session with exec > > > greatly speeds things up when closing X. > > >=20 > > > Joe > > >=20 > > > >=20 > > > > Stacey > > > >=20 > > > > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > > > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > > > > Hi Joe, > > > > > > I ran the cmds you suggested as prescribed. One thing to men= tion: > > > > > >=20 > > > > > > For the two commands: > > > > > > killall gconfd-1 > > > > > > killall gconfd-2 > > > > > >=20 > > > > > > I got "no matching process found" returned. > > > > > >=20 > > > > > > On typing startx, sound now appears to be working, but I am sti= ll unable > > > > > > to configure Sawfish: Same "beep", nothing happens. > > > > > >=20 > > > > > > Some progress though., whatdya think? > > > > >=20 > > > > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > > > > >=20 > > > > > Joe > > > > >=20 > > > > > >=20 > > > > > > Thanks. > > > > > >=20 > > > > > > Stacey > > > > > >=20 > > > > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > > > > Hi Maxime > > > > > > > > Thanks for getting back to me. > > > > > > > >=20 > > > > > > > > I got your message and advise about configuring Sawfish, bu= t its really > > > > > > > > strange here. > > > > > > > >=20 > > > > > > > > When I installed gnome, I didn't select any other window ma= nager (as I > > > > > > > > knew that Sawfish is installed as the default window manage= r anyways. I > > > > > > > > was able to run the "Configure Sawfish Window Manager" tool= as root > > > > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's advis= ory), but I > > > > > > > > am not able to do so as a non-root user. > > > > > > > >=20 > > > > > > > > I get the same "beep" noise and nothing happens. > > > > > > > >=20 > > > > > > > > Sawfish is selected as "current" in the gnomecontrolcenter = panel when I > > > > > > > > start it, so its already running! > > > > > > > >=20 > > > > > > > > If there is any log / or config files that would assist you= , do ask and > > > > > > > > I'll get that off to you. > > > > > > >=20 > > > > > > > Shut all X things down. Then run the following as root: > > > > > > >=20 > > > > > > > killall esd > > > > > > > killall oafd > > > > > > > killall gconfd-1 > > > > > > > killall gconfd-2 > > > > > > >=20 > > > > > > > rm -rf /tmp/.sawfish* > > > > > > >=20 > > > > > > > Then start up X again as a non-root user. Things should work= for you. > > > > > > >=20 > > > > > > > Joe > > > > > > >=20 > > > > > > > >=20 > > > > > > > > Thanks again for the reply. > > > > > > > >=20 > > > > > > > > Stacey > > > > > > > >=20 > > > > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > > > > >From: > > > > > > > > > >To: Maxime Romano > > > > > > > > > >CC: , > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only f= or root WAS [Re:=20 > > > > > > > > > >Newly installed > > > > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > > > > > > > >Hi Maxime, > > > > > > > > > > That's worked for! > > > > > > > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawfish = as ordinary user. > > > > > > > > >=20 > > > > > > > > > Sawfish must be running *before* you can configure it. > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run one = window manager" > > > > > > > > > You have to kill your current window manager, and start s= awfish quickly, or=20 > > > > > > > > > else the old window manager might kick in and try to take= over again. > > > > > > > > >=20 > > > > > > > > > Try something like "killall metacity;killall enlightenmen= t;killall=20 > > > > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta f= ix everthing up. > > > > > > > > >=20 > > > > > > > > > -Maxime Romano > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > > > > > > > No, no! To use startx, your X server must be SUID ro= ot! Do to that, > > > > > > > > > > > just > > > > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're se= t. > > > > > > > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.log = to what they were. > > > > > > > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > > > > > > > >From: > > > > > > > > > > > >To: robert Backhaus > > > > > > > > > > > >CC: Joe Marcus Clarke ,FreeBSD= User Questions > > > > > > > > > > > List > > > > > > > > > > > >, > > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works on= ly for root WAS > > > > > > > > > > > [Re: > > > > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Sawfi= sh] > > > > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > > > > I did as you suggested, but that only gives me a= new error: > > > > > > > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to reve= rt back to what > > > > > > > > > > > they > > > > > > > > > > > >were: > > > > > > > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > > > > I recompiled Sawfish, but now startx only wo= rks > > > > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xinitr= c > > > > > > > > > > > > > > file > > > > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being the on= ly > > > > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________= _ > > > > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the = message > > > > > > > > > > > > > > > > > > > > > > _____________________________________________________= ____________ > > > > > > > > > > > Join the world=92s largest e-mail service with MSN Ho= tmail. > > > > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the mess= age > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > > > _________________________________________________________= ________ > > > > > > > > > Chat with friends online, try MSN Messenger: http://messe= nger.msn.com > > > > > > > > >=20 > > > > > > > >=20 > > > > > > > >=20 > > > > > > > >=20 > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > >=20 > > > > > > > >=20 > > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > >=20 > >=20 > >=20 > >=20 > >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 15:43: 4 2002 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 071EB37B400 for ; Sat, 27 Jul 2002 15:42:52 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099E943E31 for ; Sat, 27 Jul 2002 15:42:51 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6RMfI9I018704; Sat, 27 Jul 2002 18:41:18 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027813188.33191.11.camel@Demon.vickiandstacey.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> <1027804772.48261.23.camel@shumai.marcuscom.com> <1027811128.32700.44.camel@Demon.vickiandstacey.com> <1027807773.48261.41.camel@shumai.marcuscom.com> <1027813188.33191.11.camel@Demon.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3ETGVXSEMOytsvAni4FA" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 18:41:35 -0400 Message-Id: <1027809695.48261.45.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-3ETGVXSEMOytsvAni4FA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 19:39, Stacey Roberts wrote: > Joe.., you're a DUDE! >=20 > That's sorted out the Sawfish issue for me wholesale! All appears fine > now with Sawfish, and I was able to run the Sawfish configuration tool > and set things up as I prefer. >=20 > Do you think that it was down to wrong permissions on Sawfish dirs that > caused my problems? Yes. >=20 > On another note. I'll be doing the following now: >=20 > 1] Edit ~/.xinitrc (I presume I don't have to exit from X) to include: > exec /usr/X11R6/bin/gnome-session Nope. >=20 > 2] Exit from X >=20 > 3] Edit /etc/X11/XF86Config to include these options for the 2 button > mouse: >=20 > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/mouse" > Option "Emulate3Buttons" > EndSection >=20 > 4] Edit /etc/rc.conf to include:=20 > moused_enable=3D"YES" > moused_flags=3D"-3" >=20 > 5] As non-root user, run moused -p /dev/psm0 -t auto -3 moused should run as root. >=20 > Please let me know the above looks okay for what is required for the > mouse to work okay: >=20 > Thanks again for all of your patience, and willingness to help! No problem. Joe >=20 > Stacey >=20 > On Sat, 2002-07-27 at 23:09, Joe Marcus Clarke wrote: > > On Sat, 2002-07-27 at 19:05, Stacey Roberts wrote: > > > Hi Joe, > > > Okay, let me make sure I have this procedure down correct here: > > > 1] Log off from X > > > 2] su to root > > > 3] Delete (as root) /tmp/.sawfish-stacey > >=20 > > 3.25] Delete _all_ /tmp/.sawfish* directories > > 3.5] Exit from su back to user stacey > >=20 > > > 4] Run "startx" to log into X again > > > 5] I should now be able to configure Sawfish in gnomecontrolcenter > >=20 > > Yes, if you do the steps I listed above. > >=20 > > >=20 > > > I'm not sure what you meant by ensuring that I use Xwrapper to start = X. > > > I only use what I've installed (the wrapper port) in order to use > > > "startx" to start X > >=20 > > When I say Xwrapper, I mean the wrapper port. > >=20 > > Joe > >=20 > > >=20 > > > Please let me know if there's some chance I'm not using the correct > > > procedure here. > > >=20 > > > Stacey > > >=20 > > >=20 > > > On Sat, 2002-07-27 at 22:19, Joe Marcus Clarke wrote: > > > > On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > > > > > Hi Joe, > > > > > I've not got copy paste working with my mouse here at the mome= nt > > > > > working on that as well :-( but I'll type the output here: > > > >=20 > > > > Make sure you're using moused, and have your protocol in your XF86C= onfig > > > > file set to Auto. If the button is only a two-button mouse, make s= ure > > > > you're starting moused with the -3 flag, and you have the correct > > > > Emulate3Buttons option set for your mouse in XF86Config. > > > >=20 > > > > >=20 > > > > > As non-root user: > > > > > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > > > > > error: can't connect to socket > > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > > *** Error: can't connect to sawfish on display, :0 > > > >=20 > > > > Does /tmp/.sawfish-stacey/ exist? What are the permissions? How a= bout > > > > the .mydomainname.com:0.0 socket? > > > >=20 > > > > >=20 > > > > > As root after the above failure: > > > > > # /usr/X11R6/bin/sawfish-ui > > > > > GnomeUI-WARNING **: While connecting to session manager: > > > > > Authentication Rejected, reason : None of the authentication prot= ocols > > > > > specified are supported and host-based authentication failed. > > > > > error: can't connect to socket > > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > > *** Error: can't connect to sawfish on display, :0 > > > > >=20 > > > > > Hope this proves helpful. > > > > >=20 > > > > > About your other e-mail concerning the contents of ~/.xinitrc, wh= at I > > > > > have in the file is only what's written in the FBSD Handbook 2nd = Ed Pg > > > > > 137 > > > >=20 > > > > The handbook could use an update. Starting gnome-session with exec > > > > greatly speeds things up when closing X. > > > >=20 > > > > Joe > > > >=20 > > > > >=20 > > > > > Stacey > > > > >=20 > > > > > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > > > > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > > > > > Hi Joe, > > > > > > > I ran the cmds you suggested as prescribed. One thing to m= ention: > > > > > > >=20 > > > > > > > For the two commands: > > > > > > > killall gconfd-1 > > > > > > > killall gconfd-2 > > > > > > >=20 > > > > > > > I got "no matching process found" returned. > > > > > > >=20 > > > > > > > On typing startx, sound now appears to be working, but I am s= till unable > > > > > > > to configure Sawfish: Same "beep", nothing happens. > > > > > > >=20 > > > > > > > Some progress though., whatdya think? > > > > > >=20 > > > > > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > > > > > >=20 > > > > > > Joe > > > > > >=20 > > > > > > >=20 > > > > > > > Thanks. > > > > > > >=20 > > > > > > > Stacey > > > > > > >=20 > > > > > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > > > > > Hi Maxime > > > > > > > > > Thanks for getting back to me. > > > > > > > > >=20 > > > > > > > > > I got your message and advise about configuring Sawfish, = but its really > > > > > > > > > strange here. > > > > > > > > >=20 > > > > > > > > > When I installed gnome, I didn't select any other window = manager (as I > > > > > > > > > knew that Sawfish is installed as the default window mana= ger anyways. I > > > > > > > > > was able to run the "Configure Sawfish Window Manager" to= ol as root > > > > > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's adv= isory), but I > > > > > > > > > am not able to do so as a non-root user. > > > > > > > > >=20 > > > > > > > > > I get the same "beep" noise and nothing happens. > > > > > > > > >=20 > > > > > > > > > Sawfish is selected as "current" in the gnomecontrolcente= r panel when I > > > > > > > > > start it, so its already running! > > > > > > > > >=20 > > > > > > > > > If there is any log / or config files that would assist y= ou, do ask and > > > > > > > > > I'll get that off to you. > > > > > > > >=20 > > > > > > > > Shut all X things down. Then run the following as root: > > > > > > > >=20 > > > > > > > > killall esd > > > > > > > > killall oafd > > > > > > > > killall gconfd-1 > > > > > > > > killall gconfd-2 > > > > > > > >=20 > > > > > > > > rm -rf /tmp/.sawfish* > > > > > > > >=20 > > > > > > > > Then start up X again as a non-root user. Things should wo= rk for you. > > > > > > > >=20 > > > > > > > > Joe > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > > > Thanks again for the reply. > > > > > > > > >=20 > > > > > > > > > Stacey > > > > > > > > >=20 > > > > > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > > > > > >From: > > > > > > > > > > >To: Maxime Romano > > > > > > > > > > >CC: , > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works only= for root WAS [Re:=20 > > > > > > > > > > >Newly installed > > > > > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > > > > > > > > > >Hi Maxime, > > > > > > > > > > > That's worked for! > > > > > > > > > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawfis= h as ordinary user. > > > > > > > > > >=20 > > > > > > > > > > Sawfish must be running *before* you can configure it. > > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run on= e window manager" > > > > > > > > > > You have to kill your current window manager, and start= sawfish quickly, or=20 > > > > > > > > > > else the old window manager might kick in and try to ta= ke over again. > > > > > > > > > >=20 > > > > > > > > > > Try something like "killall metacity;killall enlightenm= ent;killall=20 > > > > > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That oughta= fix everthing up. > > > > > > > > > >=20 > > > > > > > > > > -Maxime Romano > > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > > > > > > > > > No, no! To use startx, your X server must be SUID = root! Do to that, > > > > > > > > > > > > just > > > > > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you're = set. > > > > > > > > > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.lo= g to what they were. > > > > > > > > > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > > > > > > > > > >From: > > > > > > > > > > > > >To: robert Backhaus > > > > > > > > > > > > >CC: Joe Marcus Clarke ,FreeB= SD User Questions > > > > > > > > > > > > List > > > > > > > > > > > > >, > > > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works = only for root WAS > > > > > > > > > > > > [Re: > > > > > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken Saw= fish] > > > > > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > > > > > I did as you suggested, but that only gives me= a new error: > > > > > > > > > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to re= vert back to what > > > > > > > > > > > > they > > > > > > > > > > > > >were: > > > > > > > > > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > > > > > I recompiled Sawfish, but now startx only = works > > > > > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xini= trc > > > > > > > > > > > > > > > file > > > > > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being the = only > > > > > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.log > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________= ___ > > > > > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of th= e message > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________= ______________ > > > > > > > > > > > > Join the world=92s largest e-mail service with MSN = Hotmail. > > > > > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the me= ssage > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > > > _______________________________________________________= __________ > > > > > > > > > > Chat with friends online, try MSN Messenger: http://mes= senger.msn.com > > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > with "unsubscribe freebsd-gnome" in the body of the messa= ge > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > >=20 > > > > >=20 > > > > >=20 > > > > >=20 > > > > >=20 > > > >=20 > > >=20 > > >=20 > > >=20 > > >=20 > >=20 >=20 >=20 >=20 >=20 --=-3ETGVXSEMOytsvAni4FA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9QyGfb2iPiv4Uz4cRApGwAJ0Yb+OYdsUr8g8OuFbtnf3gM4PwVACfbqfd Hs9Sd1SNHA1Z426ICPnLAJM= =EOW3 -----END PGP SIGNATURE----- --=-3ETGVXSEMOytsvAni4FA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 16:18:24 2002 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 8CBE837B400 for ; Sat, 27 Jul 2002 16:18:10 -0700 (PDT) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3726843E65 for ; Sat, 27 Jul 2002 16:18:09 -0700 (PDT) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id 42315160002D0; Sun, 28 Jul 2002 00:18:06 +0100 (BST) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly installed From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Joe Marcus Clarke Cc: sroberts@dsl.pipex.com, Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027809695.48261.45.camel@shumai.marcuscom.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> <1027804772.48261.23.camel@shumai.marcuscom.com> <1027811128.32700.44.camel@Demon.vickiandstacey.com> <1027807773.48261.41.camel@shumai.marcuscom.com> <1027813188.33191.11.camel@Demon.vickiandstacey.com> <1027809695.48261.45.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 28 Jul 2002 01:18:27 +0100 Message-Id: <1027815509.33439.4.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, I got the mouse functionality working now. I should say that I was a bit surprised to see that all that was missing from /etc/rc.conf was the moused_flags line. Here's what it looks like now: moused_enable=3D"YES" moused_flags=3D"-3" <------ The only line I wrote in moused_port=3D"/dev/psm0" moused_type=3D"auto" Also, I was unable to run the moused cmd at once. I got a "device busy" error. What I did was ran a kill on the pid for the existing mouse process, then started moused with the required switches. Hope that was okay, and that the above lines in /etc/rc.conf proves to be sufficient. Thanks again for your assistance. Stacey On Sat, 2002-07-27 at 23:41, Joe Marcus Clarke wrote: > On Sat, 2002-07-27 at 19:39, Stacey Roberts wrote: > > Joe.., you're a DUDE! > >=20 > > That's sorted out the Sawfish issue for me wholesale! All appears fine > > now with Sawfish, and I was able to run the Sawfish configuration tool > > and set things up as I prefer. > >=20 > > Do you think that it was down to wrong permissions on Sawfish dirs that > > caused my problems? >=20 > Yes. >=20 > >=20 > > On another note. I'll be doing the following now: > >=20 > > 1] Edit ~/.xinitrc (I presume I don't have to exit from X) to include: > > exec /usr/X11R6/bin/gnome-session >=20 > Nope. >=20 > >=20 > > 2] Exit from X > >=20 > > 3] Edit /etc/X11/XF86Config to include these options for the 2 button > > mouse: > >=20 > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "auto" > > Option "Device" "/dev/mouse" > > Option "Emulate3Buttons" > > EndSection > >=20 > > 4] Edit /etc/rc.conf to include:=20 > > moused_enable=3D"YES" > > moused_flags=3D"-3" > >=20 > > 5] As non-root user, run moused -p /dev/psm0 -t auto -3 >=20 > moused should run as root. >=20 > >=20 > > Please let me know the above looks okay for what is required for the > > mouse to work okay: > >=20 > > Thanks again for all of your patience, and willingness to help! >=20 > No problem. >=20 > Joe >=20 > >=20 > > Stacey > >=20 > > On Sat, 2002-07-27 at 23:09, Joe Marcus Clarke wrote: > > > On Sat, 2002-07-27 at 19:05, Stacey Roberts wrote: > > > > Hi Joe, > > > > Okay, let me make sure I have this procedure down correct here: > > > > 1] Log off from X > > > > 2] su to root > > > > 3] Delete (as root) /tmp/.sawfish-stacey > > >=20 > > > 3.25] Delete _all_ /tmp/.sawfish* directories > > > 3.5] Exit from su back to user stacey > > >=20 > > > > 4] Run "startx" to log into X again > > > > 5] I should now be able to configure Sawfish in gnomecontrolcenter > > >=20 > > > Yes, if you do the steps I listed above. > > >=20 > > > >=20 > > > > I'm not sure what you meant by ensuring that I use Xwrapper to star= t X. > > > > I only use what I've installed (the wrapper port) in order to use > > > > "startx" to start X > > >=20 > > > When I say Xwrapper, I mean the wrapper port. > > >=20 > > > Joe > > >=20 > > > >=20 > > > > Please let me know if there's some chance I'm not using the correct > > > > procedure here. > > > >=20 > > > > Stacey > > > >=20 > > > >=20 > > > > On Sat, 2002-07-27 at 22:19, Joe Marcus Clarke wrote: > > > > > On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > > > > > > Hi Joe, > > > > > > I've not got copy paste working with my mouse here at the mo= ment > > > > > > working on that as well :-( but I'll type the output here: > > > > >=20 > > > > > Make sure you're using moused, and have your protocol in your XF8= 6Config > > > > > file set to Auto. If the button is only a two-button mouse, make= sure > > > > > you're starting moused with the -3 flag, and you have the correct > > > > > Emulate3Buttons option set for your mouse in XF86Config. > > > > >=20 > > > > > >=20 > > > > > > As non-root user: > > > > > > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > > > > > > error: can't connect to socket > > > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > > > *** Error: can't connect to sawfish on display, :0 > > > > >=20 > > > > > Does /tmp/.sawfish-stacey/ exist? What are the permissions? How= about > > > > > the .mydomainname.com:0.0 socket? > > > > >=20 > > > > > >=20 > > > > > > As root after the above failure: > > > > > > # /usr/X11R6/bin/sawfish-ui > > > > > > GnomeUI-WARNING **: While connecting to session manager: > > > > > > Authentication Rejected, reason : None of the authentication pr= otocols > > > > > > specified are supported and host-based authentication failed. > > > > > > error: can't connect to socket > > > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > > > *** Error: can't connect to sawfish on display, :0 > > > > > >=20 > > > > > > Hope this proves helpful. > > > > > >=20 > > > > > > About your other e-mail concerning the contents of ~/.xinitrc, = what I > > > > > > have in the file is only what's written in the FBSD Handbook 2n= d Ed Pg > > > > > > 137 > > > > >=20 > > > > > The handbook could use an update. Starting gnome-session with ex= ec > > > > > greatly speeds things up when closing X. > > > > >=20 > > > > > Joe > > > > >=20 > > > > > >=20 > > > > > > Stacey > > > > > >=20 > > > > > > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > > > > > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > > > > > > Hi Joe, > > > > > > > > I ran the cmds you suggested as prescribed. One thing to= mention: > > > > > > > >=20 > > > > > > > > For the two commands: > > > > > > > > killall gconfd-1 > > > > > > > > killall gconfd-2 > > > > > > > >=20 > > > > > > > > I got "no matching process found" returned. > > > > > > > >=20 > > > > > > > > On typing startx, sound now appears to be working, but I am= still unable > > > > > > > > to configure Sawfish: Same "beep", nothing happens. > > > > > > > >=20 > > > > > > > > Some progress though., whatdya think? > > > > > > >=20 > > > > > > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > > > > > > >=20 > > > > > > > Joe > > > > > > >=20 > > > > > > > >=20 > > > > > > > > Thanks. > > > > > > > >=20 > > > > > > > > Stacey > > > > > > > >=20 > > > > > > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > > > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > > > > > > Hi Maxime > > > > > > > > > > Thanks for getting back to me. > > > > > > > > > >=20 > > > > > > > > > > I got your message and advise about configuring Sawfish= , but its really > > > > > > > > > > strange here. > > > > > > > > > >=20 > > > > > > > > > > When I installed gnome, I didn't select any other windo= w manager (as I > > > > > > > > > > knew that Sawfish is installed as the default window ma= nager anyways. I > > > > > > > > > > was able to run the "Configure Sawfish Window Manager" = tool as root > > > > > > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's a= dvisory), but I > > > > > > > > > > am not able to do so as a non-root user. > > > > > > > > > >=20 > > > > > > > > > > I get the same "beep" noise and nothing happens. > > > > > > > > > >=20 > > > > > > > > > > Sawfish is selected as "current" in the gnomecontrolcen= ter panel when I > > > > > > > > > > start it, so its already running! > > > > > > > > > >=20 > > > > > > > > > > If there is any log / or config files that would assist= you, do ask and > > > > > > > > > > I'll get that off to you. > > > > > > > > >=20 > > > > > > > > > Shut all X things down. Then run the following as root: > > > > > > > > >=20 > > > > > > > > > killall esd > > > > > > > > > killall oafd > > > > > > > > > killall gconfd-1 > > > > > > > > > killall gconfd-2 > > > > > > > > >=20 > > > > > > > > > rm -rf /tmp/.sawfish* > > > > > > > > >=20 > > > > > > > > > Then start up X again as a non-root user. Things should = work for you. > > > > > > > > >=20 > > > > > > > > > Joe > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > > > Thanks again for the reply. > > > > > > > > > >=20 > > > > > > > > > > Stacey > > > > > > > > > >=20 > > > > > > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > > > > > > >From: > > > > > > > > > > > >To: Maxime Romano > > > > > > > > > > > >CC: , > > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works on= ly for root WAS [Re:=20 > > > > > > > > > > > >Newly installed > > > > > > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > > > > > > > > > > > >Hi Maxime, > > > > > > > > > > > > That's worked for! > > > > > > > > > > > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawf= ish as ordinary user. > > > > > > > > > > >=20 > > > > > > > > > > > Sawfish must be running *before* you can configure it= . > > > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run = one window manager" > > > > > > > > > > > You have to kill your current window manager, and sta= rt sawfish quickly, or=20 > > > > > > > > > > > else the old window manager might kick in and try to = take over again. > > > > > > > > > > >=20 > > > > > > > > > > > Try something like "killall metacity;killall enlighte= nment;killall=20 > > > > > > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That ough= ta fix everthing up. > > > > > > > > > > >=20 > > > > > > > > > > > -Maxime Romano > > > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > > > > > > > > > > > No, no! To use startx, your X server must be SUI= D root! Do to that, > > > > > > > > > > > > > just > > > > > > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you'r= e set. > > > > > > > > > > > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.= log to what they were. > > > > > > > > > > > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > > > > > > > > > > > >From: > > > > > > > > > > > > > >To: robert Backhaus > > > > > > > > > > > > > >CC: Joe Marcus Clarke ,Fre= eBSD User Questions > > > > > > > > > > > > > List > > > > > > > > > > > > > >, > > > > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx work= s only for root WAS > > > > > > > > > > > > > [Re: > > > > > > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken S= awfish] > > > > > > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > > > > > > I did as you suggested, but that only gives = me a new error: > > > > > > > > > > > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to = revert back to what > > > > > > > > > > > > > they > > > > > > > > > > > > > >were: > > > > > > > > > > > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > > > > > > I recompiled Sawfish, but now startx onl= y works > > > > > > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xi= nitrc > > > > > > > > > > > > > > > > file > > > > > > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being th= e only > > > > > > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.lo= g > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _____________________________________________= _____ > > > > > > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.o= rg > > > > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of = the message > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________= ________________ > > > > > > > > > > > > > Join the world=92s largest e-mail service with MS= N Hotmail. > > > > > > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the = message > > > > > > > > > > >=20 > > > > > > > > > > >=20 > > > > > > > > > > > _____________________________________________________= ____________ > > > > > > > > > > > Chat with friends online, try MSN Messenger: http://m= essenger.msn.com > > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > with "unsubscribe freebsd-gnome" in the body of the mes= sage > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > >=20 > > > > > > > >=20 > > > > > > > >=20 > > > > > > > >=20 > > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > >=20 > >=20 > >=20 > >=20 > >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 17:48:22 2002 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 B4F9A37B400 for ; Sat, 27 Jul 2002 17:48:07 -0700 (PDT) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0F6243E7B for ; Sat, 27 Jul 2002 17:47:40 -0700 (PDT) (envelope-from stacey@Demon.vickiandstacey.com) Received: from Demon (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id 45F001600029B; Sun, 28 Jul 2002 01:47:31 +0100 (BST) Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly instalu esaEvitar ecd dee From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: Joe Marcus Clarke Cc: sroberts@dsl.pipex.com, Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027809695.48261.45.camel@shumai.marcuscom.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> <1027804772.48261.23.camel@shumai.marcuscom.com> <1027811128.32700.44.camel@Demon.vickiandstacey.com> <1027807773.48261.41.camel@shumai.marcuscom.com> <1027813188.33191.11.camel@Demon.vickiandstacey.com> <1027809695.48261.45.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 28 Jul 2002 01:47:31 +0100 Message-Id: <1027817252.33439.12.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, Just a couple of points here after configuring Sawfish and the mouse:- 1] The I am unable to move a window (eg Evolution) by left-click + hold the window bar (at the top) and drag the window to another point on screen. 2] Scrolling up and down a window (eg gnome terminal) by left-click + hold and dragging up and down. Its much better now, but I'm hoping that the above two issues are known, and as such, have some procedures for getting around them. Thanks for the time. Stacey =20 On Sat, 2002-07-27 at 23:41, Joe Marcus Clarke wrote: > On Sat, 2002-07-27 at 19:39, Stacey Roberts wrote: > > Joe.., you're a DUDE! > >=20 > > That's sorted out the Sawfish issue for me wholesale! All appears fine > > now with Sawfish, and I was able to run the Sawfish configuration tool > > and set things up as I prefer. > >=20 > > Do you think that it was down to wrong permissions on Sawfish dirs that > > caused my problems? >=20 > Yes. >=20 > >=20 > > On another note. I'll be doing the following now: > >=20 > > 1] Edit ~/.xinitrc (I presume I don't have to exit from X) to include: > > exec /usr/X11R6/bin/gnome-session >=20 > Nope. >=20 > >=20 > > 2] Exit from X > >=20 > > 3] Edit /etc/X11/XF86Config to include these options for the 2 button > > mouse: > >=20 > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "auto" > > Option "Device" "/dev/mouse" > > Option "Emulate3Buttons" > > EndSection > >=20 > > 4] Edit /etc/rc.conf to include:=20 > > moused_enable=3D"YES" > > moused_flags=3D"-3" > >=20 > > 5] As non-root user, run moused -p /dev/psm0 -t auto -3 >=20 > moused should run as root. >=20 > >=20 > > Please let me know the above looks okay for what is required for the > > mouse to work okay: > >=20 > > Thanks again for all of your patience, and willingness to help! >=20 > No problem. >=20 > Joe >=20 > >=20 > > Stacey > >=20 > > On Sat, 2002-07-27 at 23:09, Joe Marcus Clarke wrote: > > > On Sat, 2002-07-27 at 19:05, Stacey Roberts wrote: > > > > Hi Joe, > > > > Okay, let me make sure I have this procedure down correct here: > > > > 1] Log off from X > > > > 2] su to root > > > > 3] Delete (as root) /tmp/.sawfish-stacey > > >=20 > > > 3.25] Delete _all_ /tmp/.sawfish* directories > > > 3.5] Exit from su back to user stacey > > >=20 > > > > 4] Run "startx" to log into X again > > > > 5] I should now be able to configure Sawfish in gnomecontrolcenter > > >=20 > > > Yes, if you do the steps I listed above. > > >=20 > > > >=20 > > > > I'm not sure what you meant by ensuring that I use Xwrapper to star= t X. > > > > I only use what I've installed (the wrapper port) in order to use > > > > "startx" to start X > > >=20 > > > When I say Xwrapper, I mean the wrapper port. > > >=20 > > > Joe > > >=20 > > > >=20 > > > > Please let me know if there's some chance I'm not using the correct > > > > procedure here. > > > >=20 > > > > Stacey > > > >=20 > > > >=20 > > > > On Sat, 2002-07-27 at 22:19, Joe Marcus Clarke wrote: > > > > > On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > > > > > > Hi Joe, > > > > > > I've not got copy paste working with my mouse here at the mo= ment > > > > > > working on that as well :-( but I'll type the output here: > > > > >=20 > > > > > Make sure you're using moused, and have your protocol in your XF8= 6Config > > > > > file set to Auto. If the button is only a two-button mouse, make= sure > > > > > you're starting moused with the -3 flag, and you have the correct > > > > > Emulate3Buttons option set for your mouse in XF86Config. > > > > >=20 > > > > > >=20 > > > > > > As non-root user: > > > > > > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > > > > > > error: can't connect to socket > > > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > > > *** Error: can't connect to sawfish on display, :0 > > > > >=20 > > > > > Does /tmp/.sawfish-stacey/ exist? What are the permissions? How= about > > > > > the .mydomainname.com:0.0 socket? > > > > >=20 > > > > > >=20 > > > > > > As root after the above failure: > > > > > > # /usr/X11R6/bin/sawfish-ui > > > > > > GnomeUI-WARNING **: While connecting to session manager: > > > > > > Authentication Rejected, reason : None of the authentication pr= otocols > > > > > > specified are supported and host-based authentication failed. > > > > > > error: can't connect to socket > > > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > > > *** Error: can't connect to sawfish on display, :0 > > > > > >=20 > > > > > > Hope this proves helpful. > > > > > >=20 > > > > > > About your other e-mail concerning the contents of ~/.xinitrc, = what I > > > > > > have in the file is only what's written in the FBSD Handbook 2n= d Ed Pg > > > > > > 137 > > > > >=20 > > > > > The handbook could use an update. Starting gnome-session with ex= ec > > > > > greatly speeds things up when closing X. > > > > >=20 > > > > > Joe > > > > >=20 > > > > > >=20 > > > > > > Stacey > > > > > >=20 > > > > > > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > > > > > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > > > > > > Hi Joe, > > > > > > > > I ran the cmds you suggested as prescribed. One thing to= mention: > > > > > > > >=20 > > > > > > > > For the two commands: > > > > > > > > killall gconfd-1 > > > > > > > > killall gconfd-2 > > > > > > > >=20 > > > > > > > > I got "no matching process found" returned. > > > > > > > >=20 > > > > > > > > On typing startx, sound now appears to be working, but I am= still unable > > > > > > > > to configure Sawfish: Same "beep", nothing happens. > > > > > > > >=20 > > > > > > > > Some progress though., whatdya think? > > > > > > >=20 > > > > > > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > > > > > > >=20 > > > > > > > Joe > > > > > > >=20 > > > > > > > >=20 > > > > > > > > Thanks. > > > > > > > >=20 > > > > > > > > Stacey > > > > > > > >=20 > > > > > > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > > > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > > > > > > Hi Maxime > > > > > > > > > > Thanks for getting back to me. > > > > > > > > > >=20 > > > > > > > > > > I got your message and advise about configuring Sawfish= , but its really > > > > > > > > > > strange here. > > > > > > > > > >=20 > > > > > > > > > > When I installed gnome, I didn't select any other windo= w manager (as I > > > > > > > > > > knew that Sawfish is installed as the default window ma= nager anyways. I > > > > > > > > > > was able to run the "Configure Sawfish Window Manager" = tool as root > > > > > > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's a= dvisory), but I > > > > > > > > > > am not able to do so as a non-root user. > > > > > > > > > >=20 > > > > > > > > > > I get the same "beep" noise and nothing happens. > > > > > > > > > >=20 > > > > > > > > > > Sawfish is selected as "current" in the gnomecontrolcen= ter panel when I > > > > > > > > > > start it, so its already running! > > > > > > > > > >=20 > > > > > > > > > > If there is any log / or config files that would assist= you, do ask and > > > > > > > > > > I'll get that off to you. > > > > > > > > >=20 > > > > > > > > > Shut all X things down. Then run the following as root: > > > > > > > > >=20 > > > > > > > > > killall esd > > > > > > > > > killall oafd > > > > > > > > > killall gconfd-1 > > > > > > > > > killall gconfd-2 > > > > > > > > >=20 > > > > > > > > > rm -rf /tmp/.sawfish* > > > > > > > > >=20 > > > > > > > > > Then start up X again as a non-root user. Things should = work for you. > > > > > > > > >=20 > > > > > > > > > Joe > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > > > Thanks again for the reply. > > > > > > > > > >=20 > > > > > > > > > > Stacey > > > > > > > > > >=20 > > > > > > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > > > > > > >From: > > > > > > > > > > > >To: Maxime Romano > > > > > > > > > > > >CC: , > > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works on= ly for root WAS [Re:=20 > > > > > > > > > > > >Newly installed > > > > > > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > > > > > > > > > > > >Hi Maxime, > > > > > > > > > > > > That's worked for! > > > > > > > > > > > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sawf= ish as ordinary user. > > > > > > > > > > >=20 > > > > > > > > > > > Sawfish must be running *before* you can configure it= . > > > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only run = one window manager" > > > > > > > > > > > You have to kill your current window manager, and sta= rt sawfish quickly, or=20 > > > > > > > > > > > else the old window manager might kick in and try to = take over again. > > > > > > > > > > >=20 > > > > > > > > > > > Try something like "killall metacity;killall enlighte= nment;killall=20 > > > > > > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That ough= ta fix everthing up. > > > > > > > > > > >=20 > > > > > > > > > > > -Maxime Romano > > > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > > > > > > > > > > > No, no! To use startx, your X server must be SUI= D root! Do to that, > > > > > > > > > > > > > just > > > > > > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you'r= e set. > > > > > > > > > > > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.0.= log to what they were. > > > > > > > > > > > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > > > > > > > > > > > >From: > > > > > > > > > > > > > >To: robert Backhaus > > > > > > > > > > > > > >CC: Joe Marcus Clarke ,Fre= eBSD User Questions > > > > > > > > > > > > > List > > > > > > > > > > > > > >, > > > > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx work= s only for root WAS > > > > > > > > > > > > > [Re: > > > > > > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken S= awfish] > > > > > > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > > > > > > I did as you suggested, but that only gives = me a new error: > > > > > > > > > > > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions to = revert back to what > > > > > > > > > > > > > they > > > > > > > > > > > > > >were: > > > > > > > > > > > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > > > > > > I recompiled Sawfish, but now startx onl= y works > > > > > > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .xi= nitrc > > > > > > > > > > > > > > > > file > > > > > > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being th= e only > > > > > > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.lo= g > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.log > > > > > > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _____________________________________________= _____ > > > > > > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.o= rg > > > > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of = the message > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________= ________________ > > > > > > > > > > > > > Join the world=92s largest e-mail service with MS= N Hotmail. > > > > > > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of the = message > > > > > > > > > > >=20 > > > > > > > > > > >=20 > > > > > > > > > > > _____________________________________________________= ____________ > > > > > > > > > > > Chat with friends online, try MSN Messenger: http://m= essenger.msn.com > > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > with "unsubscribe freebsd-gnome" in the body of the mes= sage > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > >=20 > > > > > > > >=20 > > > > > > > >=20 > > > > > > > >=20 > > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > >=20 > > >=20 > >=20 > >=20 > >=20 > >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 18:27:17 2002 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 8171237B400 for ; Sat, 27 Jul 2002 18:27:16 -0700 (PDT) Received: from hotmail.com (f98.pav1.hotmail.com [64.4.31.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D46143E31 for ; Sat, 27 Jul 2002 18:27:16 -0700 (PDT) (envelope-from verbophobe@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 27 Jul 2002 18:27:16 -0700 Received: from 24.201.67.71 by pv1fd.pav1.hotmail.msn.com with HTTP; Sun, 28 Jul 2002 01:27:15 GMT X-Originating-IP: [24.201.67.71] From: "Maxime Romano" To: freebsd-gnome@freebsd.org Subject: The list might be messed up... Date: Sat, 27 Jul 2002 21:27:15 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jul 2002 01:27:16.0160 (UTC) FILETIME=[E84F1C00:01C235D5] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Every message on this list from the past 12 hours was sent to me in double, and sometimes in triple. Is that Hotmail's fault or majordomo's fault? -Maxime Romano _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 18:42:39 2002 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 AA2C437B400 for ; Sat, 27 Jul 2002 18:42:37 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C8043E5E for ; Sat, 27 Jul 2002 18:42:36 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6S1gH9I019459; Sat, 27 Jul 2002 21:42:17 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: The list might be messed up... From: Joe Marcus Clarke To: Maxime Romano Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-R8c24obeDMB+HvyMPoK3" X-Mailer: Ximian Evolution 1.0.8 Date: 27 Jul 2002 21:42:36 -0400 Message-Id: <1027820556.48261.47.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-R8c24obeDMB+HvyMPoK3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2002-07-27 at 21:27, Maxime Romano wrote: > Every message on this list from the past 12 hours was sent to me in doubl= e,=20 > and sometimes in triple. Is that Hotmail's fault or majordomo's fault? I've been getting one list copy, and one personal copy (same as always). Of course, if I'm not listed in the To: or Cc: field, I only get one copy. And, if I recall, all of Stacey's emails were addressed to you _and_ gnome@. Joe >=20 > -Maxime Romano >=20 > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=-R8c24obeDMB+HvyMPoK3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9Q0wMb2iPiv4Uz4cRAtK3AJ9D55jl5+p9EDLTSL33pCXxcXAMpQCgqjpP 9gaK39nTywFY9UF941Zki6M= =npDm -----END PGP SIGNATURE----- --=-R8c24obeDMB+HvyMPoK3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 19:42:47 2002 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 6332C37B400 for ; Sat, 27 Jul 2002 19:42:44 -0700 (PDT) Received: from mail05.svc.cra.dublin.eircom.net (mail05.svc.cra.dublin.eircom.net [159.134.118.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 59F9943E5E for ; Sat, 27 Jul 2002 19:42:43 -0700 (PDT) (envelope-from benten@eircom.net) Received: (qmail 84633 messnum 256343 invoked from network[159.134.237.75/jimbo.eircom.net]); 28 Jul 2002 02:42:42 -0000 Received: from jimbo.eircom.net (HELO webmail.eircom.net) (159.134.237.75) by mail05.svc.cra.dublin.eircom.net (qp 84633) with SMTP; 28 Jul 2002 02:42:42 -0000 From: To: benten@eircom.net Subject: Request For Transfer Assistance Date: Sun, 28 Jul 2002 03:42:42 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Originating-IP: 216.139.173.12 X-Mailer: Eircom Net CRC Webmail (http://www.eircom.net/) Organization: Eircom Net (http://www.eircom.net/) Message-Id: <20020728024243.59F9943E5E@mx1.FreeBSD.org> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FROM: DR. BEN KOKORI(alternative email address:(benkokori1@eircom.net). Compliments of the season. I would like to firstly send to you the best wishes of good health and success in your pursuits particularly through my proposal as Contained in this letter. Before going into details of my proposal to you, I must first implore you to treat with the utmost confidentiality, as this is required for its success. My colleagues and I are senior officials of the Federal Government of Nigeria’s Contracts Review Panel (CRP) who are interested in diverting some funds that are presently floating in the accounts of the Central Bank of Nigeria. In order to commence this transaction, we solicit for your assistance to enable us transfer into your nominated account the said floating funds. We are determined to conclude the transfer before the end of this quarter of 2002. The source of the funds is as follows: During the last military regime in Nigeria, government Officials set up companies and awarded themselves contracts that were grossly over-invoiced in various ministries and parastatals. The present civilian government set up the contract Review Panel, which has the mandate to use the instruments of payments made available to it by the decree setting up the panel, to review these contracts and if necessary pay those who are being owed outstanding amounts. My colleagues and I have identified quite a huge sum of these funds which are presently floating in the Central Bank of Nigeria ready for disbursement and would like to divert some of it for our own purposes. However, by virtue of our positions as civil servants a nd members of this panel, we cannot acquire these funds in our names or in the names of companies that are based in Nigeria. I have therefore been mandated, as a matter of trust by my colleagues in the panel, to look for a reliable overseas partner into whose account we can transfer the sum of U.S.$25,500,000.00 (Twenty Five million, five hundred thousand U.S.dollars). That is why I am writing you this letter. We have agreed to share the money to be Transferred into your account, if you agree with our proposition as follows; (i) 20%to the account owner (you). ( ii) 70% for us (the panel officials (iii)10% to be used in settling all expenses(by both you and us) incidental to the actualization of this project. We wish to invest our share of the proceeds of this project in foreign stock markets and other business till we are ready and able to have access to them without raising any eyebrows here at home. Please note that this transaction is 100% safe and risk-free. We Intend to effect the transfer within fourteen (14) banking days from the date of receipt of the following information through the fax number stated above_-:Your Bank's name, Company’s name, address, telephone and fax numbers and the account number into which the funds should be paid. The above information will enable us write letters of claim and job description respectively. This way, we will use your company’s name to apply for the payment and backdate the award of the contract to your company. We are looking forward to doing this transaction with you and we solicit for your utmost confidentiality in this transaction. Please acknowledge the receipt of this letter using my direct Telephone number 234 1775 5791 and my America Internet Fax number 240 744 0416 or 801 516 7986 only. It was acquired for the purpose of confidentiality. I will bring you into a more detailed picture of this transaction when I hear from you. Best regards, BEN KOKORI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 20:19:41 2002 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 C8D7137B400 for ; Sat, 27 Jul 2002 20:19:27 -0700 (PDT) Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-80.oz.net [216.39.147.80]) by mx1.FreeBSD.org (Postfix) with SMTP id 3055B43E31 for ; Sat, 27 Jul 2002 20:19:26 -0700 (PDT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 68648 invoked from network); 28 Jul 2002 03:19:23 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 28 Jul 2002 03:19:23 -0000 Subject: Re: Recompiled Sawfish, now startx works only for root WAS [Re: Newly instalu esaEvitar ecd dee From: Joe Kelsey To: sroberts@dsl.pipex.com Cc: Joe Marcus Clarke , Maxime Romano , freebsd-gnome@FreeBSD.ORG In-Reply-To: <1027817252.33439.12.camel@Demon.vickiandstacey.com> References: <1027780596.76796.9.camel@Demon.vickiandstacey.com> <1027790105.46963.3.camel@shumai.marcuscom.com> <1027798187.32700.3.camel@Demon.vickiandstacey.com> <1027802981.48261.3.camel@shumai.marcuscom.com> <1027807293.32700.25.camel@Demon.vickiandstacey.com> <1027804772.48261.23.camel@shumai.marcuscom.com> <1027811128.32700.44.camel@Demon.vickiandstacey.com> <1027807773.48261.41.camel@shumai.marcuscom.com> <1027813188.33191.11.camel@Demon.vickiandstacey.com> <1027809695.48261.45.camel@shumai.marcuscom.com> <1027817252.33439.12.camel@Demon.vickiandstacey.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.7 Date: 27 Jul 2002 20:19:23 -0700 Message-Id: <1027826363.68618.2.camel@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 2002-07-27 at 17:47, Stacey Roberts wrote:=20 > Hi Joe, > Just a couple of points here after configuring Sawfish and the > mouse:- >=20 > 1] The I am unable to move a window (eg Evolution) by left-click + hold > the window bar (at the top) and drag the window to another point on > screen. There is no setting to affect this. Position the mouse in the title bar and pause for 2 seconds. The tooltips help box should appear. > 2] Scrolling up and down a window (eg gnome terminal) by left-click + > hold and dragging up and down. Are you clicking on the scroll bar, or in the terminal output window?=20 > Its much better now, but I'm hoping that the above two issues are known, > and as such, have some procedures for getting around them. >=20 > Thanks for the time. >=20 > Stacey =20 >=20 > On Sat, 2002-07-27 at 23:41, Joe Marcus Clarke wrote: > > On Sat, 2002-07-27 at 19:39, Stacey Roberts wrote: > > > Joe.., you're a DUDE! > > >=20 > > > That's sorted out the Sawfish issue for me wholesale! All appears fi= ne > > > now with Sawfish, and I was able to run the Sawfish configuration too= l > > > and set things up as I prefer. > > >=20 > > > Do you think that it was down to wrong permissions on Sawfish dirs th= at > > > caused my problems? > >=20 > > Yes. > >=20 > > >=20 > > > On another note. I'll be doing the following now: > > >=20 > > > 1] Edit ~/.xinitrc (I presume I don't have to exit from X) to include= : > > > exec /usr/X11R6/bin/gnome-session > >=20 > > Nope. > >=20 > > >=20 > > > 2] Exit from X > > >=20 > > > 3] Edit /etc/X11/XF86Config to include these options for the 2 button > > > mouse: > > >=20 > > > Section "InputDevice" > > > Identifier "Mouse0" > > > Driver "mouse" > > > Option "Protocol" "auto" > > > Option "Device" "/dev/mouse" > > > Option "Emulate3Buttons" > > > EndSection > > >=20 > > > 4] Edit /etc/rc.conf to include:=20 > > > moused_enable=3D"YES" > > > moused_flags=3D"-3" > > >=20 > > > 5] As non-root user, run moused -p /dev/psm0 -t auto -3 > >=20 > > moused should run as root. > >=20 > > >=20 > > > Please let me know the above looks okay for what is required for the > > > mouse to work okay: > > >=20 > > > Thanks again for all of your patience, and willingness to help! > >=20 > > No problem. > >=20 > > Joe > >=20 > > >=20 > > > Stacey > > >=20 > > > On Sat, 2002-07-27 at 23:09, Joe Marcus Clarke wrote: > > > > On Sat, 2002-07-27 at 19:05, Stacey Roberts wrote: > > > > > Hi Joe, > > > > > Okay, let me make sure I have this procedure down correct here= : > > > > > 1] Log off from X > > > > > 2] su to root > > > > > 3] Delete (as root) /tmp/.sawfish-stacey > > > >=20 > > > > 3.25] Delete _all_ /tmp/.sawfish* directories > > > > 3.5] Exit from su back to user stacey > > > >=20 > > > > > 4] Run "startx" to log into X again > > > > > 5] I should now be able to configure Sawfish in gnomecontrolcente= r > > > >=20 > > > > Yes, if you do the steps I listed above. > > > >=20 > > > > >=20 > > > > > I'm not sure what you meant by ensuring that I use Xwrapper to st= art X. > > > > > I only use what I've installed (the wrapper port) in order to use > > > > > "startx" to start X > > > >=20 > > > > When I say Xwrapper, I mean the wrapper port. > > > >=20 > > > > Joe > > > >=20 > > > > >=20 > > > > > Please let me know if there's some chance I'm not using the corre= ct > > > > > procedure here. > > > > >=20 > > > > > Stacey > > > > >=20 > > > > >=20 > > > > > On Sat, 2002-07-27 at 22:19, Joe Marcus Clarke wrote: > > > > > > On Sat, 2002-07-27 at 18:01, Stacey Roberts wrote: > > > > > > > Hi Joe, > > > > > > > I've not got copy paste working with my mouse here at the = moment > > > > > > > working on that as well :-( but I'll type the output here: > > > > > >=20 > > > > > > Make sure you're using moused, and have your protocol in your X= F86Config > > > > > > file set to Auto. If the button is only a two-button mouse, ma= ke sure > > > > > > you're starting moused with the -3 flag, and you have the corre= ct > > > > > > Emulate3Buttons option set for your mouse in XF86Config. > > > > > >=20 > > > > > > >=20 > > > > > > > As non-root user: > > > > > > > bash-2.05a$ /usr/X11R6/bin/sawfish-ui > > > > > > > error: can't connect to socket > > > > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > > > > *** Error: can't connect to sawfish on display, :0 > > > > > >=20 > > > > > > Does /tmp/.sawfish-stacey/ exist? What are the permissions? H= ow about > > > > > > the .mydomainname.com:0.0 socket? > > > > > >=20 > > > > > > >=20 > > > > > > > As root after the above failure: > > > > > > > # /usr/X11R6/bin/sawfish-ui > > > > > > > GnomeUI-WARNING **: While connecting to session manager: > > > > > > > Authentication Rejected, reason : None of the authentication = protocols > > > > > > > specified are supported and host-based authentication failed. > > > > > > > error: can't connect to socket > > > > > > > /tmp/.sawfish-stacey/.mydomainname.com:0.0 > > > > > > > *** Error: can't connect to sawfish on display, :0 > > > > > > >=20 > > > > > > > Hope this proves helpful. > > > > > > >=20 > > > > > > > About your other e-mail concerning the contents of ~/.xinitrc= , what I > > > > > > > have in the file is only what's written in the FBSD Handbook = 2nd Ed Pg > > > > > > > 137 > > > > > >=20 > > > > > > The handbook could use an update. Starting gnome-session with = exec > > > > > > greatly speeds things up when closing X. > > > > > >=20 > > > > > > Joe > > > > > >=20 > > > > > > >=20 > > > > > > > Stacey > > > > > > >=20 > > > > > > > On Sat, 2002-07-27 at 21:49, Joe Marcus Clarke wrote: > > > > > > > > On Sat, 2002-07-27 at 15:29, Stacey Roberts wrote: > > > > > > > > > Hi Joe, > > > > > > > > > I ran the cmds you suggested as prescribed. One thing = to mention: > > > > > > > > >=20 > > > > > > > > > For the two commands: > > > > > > > > > killall gconfd-1 > > > > > > > > > killall gconfd-2 > > > > > > > > >=20 > > > > > > > > > I got "no matching process found" returned. > > > > > > > > >=20 > > > > > > > > > On typing startx, sound now appears to be working, but I = am still unable > > > > > > > > > to configure Sawfish: Same "beep", nothing happens. > > > > > > > > >=20 > > > > > > > > > Some progress though., whatdya think? > > > > > > > >=20 > > > > > > > > Run /usr/X11R6/bin/sawfish-ui, and send me the output. > > > > > > > >=20 > > > > > > > > Joe > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > > > Thanks. > > > > > > > > >=20 > > > > > > > > > Stacey > > > > > > > > >=20 > > > > > > > > > On Sat, 2002-07-27 at 18:15, Joe Marcus Clarke wrote: > > > > > > > > > > On Sat, 2002-07-27 at 10:36, Stacey Roberts wrote: > > > > > > > > > > > Hi Maxime > > > > > > > > > > > Thanks for getting back to me. > > > > > > > > > > >=20 > > > > > > > > > > > I got your message and advise about configuring Sawfi= sh, but its really > > > > > > > > > > > strange here. > > > > > > > > > > >=20 > > > > > > > > > > > When I installed gnome, I didn't select any other win= dow manager (as I > > > > > > > > > > > knew that Sawfish is installed as the default window = manager anyways. I > > > > > > > > > > > was able to run the "Configure Sawfish Window Manager= " tool as root > > > > > > > > > > > after recompiling Sawfish (as per Joe Marcus Clarke's= advisory), but I > > > > > > > > > > > am not able to do so as a non-root user. > > > > > > > > > > >=20 > > > > > > > > > > > I get the same "beep" noise and nothing happens. > > > > > > > > > > >=20 > > > > > > > > > > > Sawfish is selected as "current" in the gnomecontrolc= enter panel when I > > > > > > > > > > > start it, so its already running! > > > > > > > > > > >=20 > > > > > > > > > > > If there is any log / or config files that would assi= st you, do ask and > > > > > > > > > > > I'll get that off to you. > > > > > > > > > >=20 > > > > > > > > > > Shut all X things down. Then run the following as root= : > > > > > > > > > >=20 > > > > > > > > > > killall esd > > > > > > > > > > killall oafd > > > > > > > > > > killall gconfd-1 > > > > > > > > > > killall gconfd-2 > > > > > > > > > >=20 > > > > > > > > > > rm -rf /tmp/.sawfish* > > > > > > > > > >=20 > > > > > > > > > > Then start up X again as a non-root user. Things shoul= d work for you. > > > > > > > > > >=20 > > > > > > > > > > Joe > > > > > > > > > >=20 > > > > > > > > > > >=20 > > > > > > > > > > > Thanks again for the reply. > > > > > > > > > > >=20 > > > > > > > > > > > Stacey > > > > > > > > > > >=20 > > > > > > > > > > > On Sat, 2002-07-27 at 14:23, Maxime Romano wrote: > > > > > > > > > > > > >From: > > > > > > > > > > > > >To: Maxime Romano > > > > > > > > > > > > >CC: , > > > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx works = only for root WAS [Re:=20 > > > > > > > > > > > > >Newly installed > > > > > > > > > > > > >Date: Sat, 27 Jul 2002 11:39:35 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Maxime, > > > > > > > > > > > > > That's worked for! > > > > > > > > > > > > > > > > > > > > > > > > > >However, I'm back to my original problem: > > > > > > > > > > > > > > > > > > > > > > > > > >"Sawfish not running", when trying to configure Sa= wfish as ordinary user. > > > > > > > > > > > >=20 > > > > > > > > > > > > Sawfish must be running *before* you can configure = it. > > > > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > > > > > > > >Running "sawfish" at cli returns: "You can only ru= n one window manager" > > > > > > > > > > > > You have to kill your current window manager, and s= tart sawfish quickly, or=20 > > > > > > > > > > > > else the old window manager might kick in and try t= o take over again. > > > > > > > > > > > >=20 > > > > > > > > > > > > Try something like "killall metacity;killall enligh= tenment;killall=20 > > > > > > > > > > > > sawfish;killall twm;sawfish 1&- 2&- 3&- &" That ou= ghta fix everthing up. > > > > > > > > > > > >=20 > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > >=20 > > > > > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > > > > > >Quoting Maxime Romano : > > > > > > > > > > > > > > > > > > > > > > > > > > > No, no! To use startx, your X server must be S= UID root! Do to that, > > > > > > > > > > > > > > just > > > > > > > > > > > > > > chmod +s /usr/X11R6/bin/XFree86 as root and you= 're set. > > > > > > > > > > > > > > > > > > > > > > > > > > > > (Oh, and try to set the permissions on XFree86.= 0.log to what they were. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Something might break.) > > > > > > > > > > > > > > > > > > > > > > > > > > > > -Maxime Romano > > > > > > > > > > > > > > > > > > > > > > > > > > > > >From: > > > > > > > > > > > > > > >To: robert Backhaus > > > > > > > > > > > > > > >CC: Joe Marcus Clarke ,F= reeBSD User Questions > > > > > > > > > > > > > > List > > > > > > > > > > > > > > >, > > > > > > > > > > > > > > >Subject: Re: Recompiled Sawfish, now startx wo= rks only for root WAS > > > > > > > > > > > > > > [Re: > > > > > > > > > > > > > > >Newly installed 4.6Stable+gnome1.4x =3D Broken= Sawfish] > > > > > > > > > > > > > > >Date: Sat, 27 Jul 2002 10:53:27 +0100 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Hi Robert, > > > > > > > > > > > > > > > I did as you suggested, but that only give= s me a new error: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Fatal server error: > > > > > > > > > > > > > > >xf86OpenConsole: server must be suid root > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Silly question, how do I get the permissions t= o revert back to what > > > > > > > > > > > > > > they > > > > > > > > > > > > > > >were: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >"rw r r root wheel" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >???? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Quoting robert Backhaus : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- sroberts@dsl.pipex.com wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Joe, > > > > > > > > > > > > > > > > > I recompiled Sawfish, but now startx o= nly works > > > > > > > > > > > > > > > > > for root. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > For each user, there already exists the .= xinitrc > > > > > > > > > > > > > > > > > file > > > > > > > > > > > > > > > > > with: /usr/X11R6/bin/gnome-session being = the only > > > > > > > > > > > > > > > > > line in there. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > The error I get is: > > > > > > > > > > > > > > > > > Fatal Server Error: > > > > > > > > > > > > > > > > > Cannnot open log file /var/log/XFree86.0.= log > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Please help me with this. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Stacey > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Check the ownership of /var/log/Free86.0.lo= g > > > > > > > > > > > > > > > > ls /var/log/XFree86.0.log > > > > > > > > > > > > > > > > it should be something like rwx_w__w_ > > > > > > > > > > > > > > > > do chmod a+w /var/log//XFree86.0.log > > > > > > > > > > > > > > > > I hope. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Robert Backhaus > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________= _______ > > > > > > > > > > > > > > > > Do You Yahoo!? > > > > > > > > > > > > > > > > Yahoo! Health - Feel better, live better > > > > > > > > > > > > > > > > http://health.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD= .org > > > > > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body o= f the message > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________= __________________ > > > > > > > > > > > > > > Join the world=92s largest e-mail service with = MSN Hotmail. > > > > > > > > > > > > > > http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > > > >with "unsubscribe freebsd-gnome" in the body of th= e message > > > > > > > > > > > >=20 > > > > > > > > > > > >=20 > > > > > > > > > > > > ___________________________________________________= ______________ > > > > > > > > > > > > Chat with friends online, try MSN Messenger: http:/= /messenger.msn.com > > > > > > > > > > > >=20 > > > > > > > > > > >=20 > > > > > > > > > > >=20 > > > > > > > > > > >=20 > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > > > > > > with "unsubscribe freebsd-gnome" in the body of the m= essage > > > > > > > > > > >=20 > > > > > > > > > > >=20 > > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > > >=20 > > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > >=20 > > > > >=20 > > > > >=20 > > > > >=20 > > > > >=20 > > > >=20 > > >=20 > > >=20 > > >=20 > > >=20 > >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jul 27 21:59:42 2002 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 73C5D37B400 for ; Sat, 27 Jul 2002 21:59:40 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D153A43E3B for ; Sat, 27 Jul 2002 21:59:39 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6S4xE9I020396; Sun, 28 Jul 2002 00:59:14 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: GDM 2.4.0.x & FreeBSD From: Joe Marcus Clarke To: George Cc: gnome@FreeBSD.org In-Reply-To: <1026871655.9621.64.camel@zircon.zircon.seattle.wa.us> References: <20020713234810.GA18421@monique.linux.bogus> <20020714024846.R75796-100000@finone.ulp.co.il> <20020715225248.GI19585@monique.linux.bogus> <1026871655.9621.64.camel@zircon.zircon.seattle.wa.us> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-gp31ovQ5+JjZ5Yz/L9Je" X-Mailer: Ximian Evolution 1.0.8 Date: 28 Jul 2002 00:59:34 -0400 Message-Id: <1027832374.48261.72.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-gp31ovQ5+JjZ5Yz/L9Je Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Okay, I'm back from vacation, and trying to nail down this gdm thing. I have 2.4.0.4 on my test machine, and the problem is still there when gdm is run out of /etc/ttys with the --nodaemon flag. When started from the command line with or without the --nodaemon flag, gdm work just fine. gdm-binary is still getting locked in run_pictures(). I added some debugging code in slave.c right after dup2() is called by the parent process (the default case in the switch statement). Each dup2 call is returning EBADF. The fileno's for pipe1[1] and pipe2[0] are 9 and 10 respectively. They don't appear to change from exec to exec. It looks like stdin and stdout are not available out of /etc/ttys as they are from a shell. I'll continue to investigate, but I thought this information might be somewhat helpful. Joe --=-gp31ovQ5+JjZ5Yz/L9Je Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9Q3o2b2iPiv4Uz4cRApCeAJ993kyaENsBG/SXrdn0Trbn44yTkwCbBOvT P/ZnmJRFkPFCAIY/yBJy7L0= =3e1K -----END PGP SIGNATURE----- --=-gp31ovQ5+JjZ5Yz/L9Je-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message