From owner-freebsd-stable@FreeBSD.ORG Sun Nov 20 13:19:13 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 103CC16A41F for ; Sun, 20 Nov 2005 13:19:13 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A5743D45 for ; Sun, 20 Nov 2005 13:19:11 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by postino-2.etat.lu (Postfix) with ESMTP id 858A51487550 for ; Sun, 20 Nov 2005 14:19:10 +0100 (CET) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by localhost (CIE ESMTP Dispatch 2) with ESMTP id 6842036192 for ; Sun, 20 Nov 2005 14:19:10 +0100 (CET) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by dispatch-2.cie.etat.lu (CIE ESMTP Dispatch 2) with ESMTP id 16D183618D for ; Sun, 20 Nov 2005 14:19:10 +0100 (CET) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IQ900GEN8ZXNAA0@store.etat.lu> for freebsd-stable@freebsd.org; Sun, 20 Nov 2005 14:19:10 +0100 (MET) Received: from etat.lu ([148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IQ900AEW8ZXT830@store.etat.lu>; Sun, 20 Nov 2005 14:19:09 +0100 (MET) Received: from [192.168.2.43] (Forwarded-For: [158.64.124.88]) by store.etat.lu (mshttpd); Sun, 20 Nov 2005 14:19:09 +0100 Date: Sun, 20 Nov 2005 14:19:09 +0100 From: Didier Wiroth To: Paul Root Message-id: <84d12da447f5.438085dd@etat.lu> MIME-version: 1.0 X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.05 (built Oct 21 2004) Content-type: text/plain; charset=us-ascii Content-language: fr Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: fr Priority: normal Cc: freebsd-stable@freebsd.org Subject: Re : Re: building gnome2 on freebsd6-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 13:19:13 -0000 thanks for replying. No, I actually did not have gnome installed, as I'm running fluxbox but may be I had some sub-gnome ports installed that I didn't notice and that are responsible for the build failure. May be I should uninstall all *gnome* ports and restart. Best regards, Didier ----- Message d'origine ----- De: Paul Root Date: Samedi, Novembre 19, 2005 11:26 pm Objet: Re: building gnome2 on freebsd6-stable > Did you have gnome in before and you started to > try to build it? > > Go to http://www.freebsd.org/gnome. There is an > upgrade script there. I used it partially, it got > me about half way. Turned out that I had an ethernet > speed/duplex issue much of the time, and was having > trouble downloading. > > After a day of manually downloading (ftp worked, fetch, > which is used by the script had trouble) and restarting the > script, I gave up on it and used portmanager. That worked > better, but still had a couple of issues. > > About this time, I got the duplex issue fixed on the switch, > and then went back to /usr/ports/x11/gnome2 and from there > everything worked. > > The problem is that you'll get out of order with dependancies > if you just start in /usr/ports/x11/gnome2. > > > I'm having one problem with gnome 2.12. The screensaver won't > start up. It complains about not being able to contact the > messagebus. Any help here? > > > > Didier Wiroth wrote: > > *********************** > > This message has been scanned by the InterScan for CSC-SSM and > found to be free of known security risks. > > *********************** > > > > > > hi, > > > > I tried to build gnome2 on freebsd6 stable. > > > > It fails when it tries to compile gnomeapllets2, here is the output: > > --------------START SNIP------------- > > 12.1/drivemount/help' > > if ! test -d es/; then mkdir es/; fi > > if test -f "C/drivemount.xml"; then d="../"; else d=".././"; fi; \ > > (cd es/ && \ > > `which xml2po` -e -p \ > > ${d}es/es.po \ > > ${d}C/drivemount.xml > drivemount.xml.tmp && \ > > cp drivemount.xml.tmp drivemount.xml && rm -f > drivemount.xml.tmp)> Traceback (most recent call last): > > File "/usr/X11R6/bin/xml2po", line 34, in ? > > import libxml2 > > File "/usr/local/lib/python2.4/site-packages/libxml2.py", line > 1, in ? > > import libxml2mod > > ImportError: /usr/local/lib/python2.4/site- > packages/libxml2mod.so: Undefined symbol "xmlParseURIRaw" > > gmake[3]: *** [es/drivemount.xml] Error 1 > > gmake[3]: Leaving directory > `/usr/ports/x11/gnomeapplets2/work/gnome-applets- > 2.12.1/drivemount/help'> gmake[2]: *** [all-recursive] Error 1 > > gmake[2]: Leaving directory > `/usr/ports/x11/gnomeapplets2/work/gnome-applets-2.12.1/drivemount' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory > `/usr/ports/x11/gnomeapplets2/work/gnome-applets-2.12.1' > > gmake: *** [all] Error 2 > > *** Error code 2 > > > > Stop in /usr/ports/x11/gnomeapplets2. > > *** Error code 1 > > > > Stop in /usr/ports/x11/gnome2. > > -----------------STOP SNIP---------------------- > > > > What can I do to solve the problem? > > > > thanks a lot > > didier > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable- > unsubscribe@freebsd.org" >