From owner-freebsd-ports Thu Nov 9 18:51:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id B9FB637B4C5 for ; Thu, 9 Nov 2000 18:51:51 -0800 (PST) Received: from magpage.com (rapunzel.magpage.com [216.155.50.98]) by trinity.magpage.com (8.11.1/8.11.1) with ESMTP id eAA2piW27085 for ; Thu, 9 Nov 2000 21:51:44 -0500 Message-ID: <3A0B1C51.DE2CA38F@magpage.com> Date: Thu, 09 Nov 2000 21:51:13 +0000 From: Daniel Frazier X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Evolution port difficulties... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The latest evolution port manages to build fine, but when I run it it hangs at the splash screen. In the README in the work/evolution-0.6 dir it suggests running tools/verify-evolution-install.sh, which I did and got the following results... rapunzel # ./verify-evolution-install.sh I detected the following problem: ORBit is not in GNOME_PATH or the same prefix as gnome-libs Suggested solution via RPM: This problem shouldn't happen with RPM installations. Verify your installation of Helix Gnome. Suggested solution via sources: Re-run 'configure' in ORBit's source directory with the flag '--prefix=/usr/X11R6'. Try exporting an environment variable 'GNOME_PATH' with the prefix of ORBit ...so I tried this... rapunzel # export GNOME_PATH=/usr/local rapunzel # ./verify-evolution-install.sh I detected the following problem: oafd.oafinfo isn't installed into Gnome's prefix or in OAF_INFO_PATH Suggested solution via RPM: This problem shouldn't happen with RPM installations. Verify your installation of Helix Gnome. Suggested solution via sources: Re-run 'configure' in oaf's source directory with the flag '--datadir=/usr/X11R6/share/gnome'. Another likely cause of this problem would be a failed installation of oaf. You should check to see that the install succeeded. You may also add the location of oafd.oafinfo to the environment variable OAF_INFO_PATH ...and then I tried this... rapunzel # export OAF_INFO_PATH=/usr/X11R6/share/gnome/oaf/ rapunzel # ./verify-evolution-install.sh Guessed that evolution is installed in prefix /usr/X11R6 I detected the following problem: The binary evolution-mail is linked against the wrong copy of libcamelvee Suggested solution via RPM: The package owning libcamelvee is probably installed twice. Make sure that it's installed correctly. Suggested solution via sources: The package owning libcamelvee is probably installed twice. Make sure that it's installed correctly. The version of libcamelvee in usr/X11R6/lib/evolution/camel-providers/0.5 was expected ...hrmmmm... rapunzel # ldd /usr/X11R6/bin/evolution-mail /usr/X11R6/bin/evolution-mail: libcamelvee.so => /usr/X11R6/lib/evolution/camel-providers/0.6/libcamelvee.so (0x280c9000) ...definately odd, but I've never really attempted to debug something past this point, so if a more qualified individual could provide any help I'd appreciate it. ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 System Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message