Skip site navigation (1)Skip section navigation (2)
Date:      16 Jun 2002 21:23:43 -0000
From:      Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   libglade not found (libglade2 on evolution)
Message-ID:  <20020616212343.83731.qmail@martin.kleinerdrache.org>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Martin Klaffenboeck
>Organization:	
>Confidential:	no 
>Synopsis:	libglade not found (libglade2 on evolution)
>Severity:	critical
>Priority:	high
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 4.6-RC i386
>Environment:
System: FreeBSD martin.kleinerdrache.org 4.6-RC FreeBSD 4.6-RC #4: Fri Jun 14 11:21:28 CEST 2002 martin@martin.kleinerdrache.org:/usr/src/sys/compile/MYKERNEL i386

>Description:

I tryed to install evolution, using gnome2.

My error was:
checking for OAF... 0.6.10 found
checking for libglade... not found
configure: error: 

You need libglade 0.14 or higher to build Evolution
If you think you already have this installed, consult the README.
===>  Script "configure" failed unexpectedly.
      Please report the problem to gnome@FreeBSD.org [maintainer] and attach
      the "/usr/ports/mail/evolution/work/evolution-1.0.7/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/mail/evolution.

I have installed libglade2 with the metaport gnome2 and also by hand
and its there:

martin#	find /usr/X11R6 -name "libglade*"
/usr/X11R6/lib/libglade-2.0.so.0
/usr/X11R6/lib/libglade-2.0.so
/usr/X11R6/lib/libglade-2.0.a
/usr/X11R6/lib/libglade
/usr/X11R6/bin/libglade-convert
/usr/X11R6/include/libglade-2.0
/usr/X11R6/libexec/rep/i386-pc-freebsd4/gui/gtk/libglade.so
/usr/X11R6/libexec/rep/i386-pc-freebsd4/gui/gtk/libglade.la
/usr/X11R6/libexec/rep/i386-pc-freebsd4/gui/gnome/libglade.so
/usr/X11R6/libexec/rep/i386-pc-freebsd4/gui/gnome/libglade.la
/usr/X11R6/libexec/rep/i386-pc-freebsd4/gui/gtk-2/libglade.so
/usr/X11R6/libexec/rep/i386-pc-freebsd4/gui/gtk-2/libglade.la
/usr/X11R6/libexec/rep/i386-pc-freebsd4/libglade.la
/usr/X11R6/libexec/rep/i386-pc-freebsd4/libglade.so
/usr/X11R6/libexec/rep/i386-pc-freebsd4/libglade-gnome.la
/usr/X11R6/libexec/rep/i386-pc-freebsd4/libglade-gnome.so
/usr/X11R6/share/doc/libglade
/usr/X11R6/share/doc/libglade/libglade-dtd-exceptions.html
/usr/X11R6/share/doc/libglade/libglade-dtd.html
/usr/X11R6/share/doc/libglade/libglade-embedding.html
/usr/X11R6/share/doc/libglade/libglade-extending.html
/usr/X11R6/share/doc/libglade/libglade-i18n.html
/usr/X11R6/share/doc/libglade/libglade-lib.html
/usr/X11R6/share/doc/libglade/libglade-libglade-build.html
/usr/X11R6/share/doc/libglade/libglade-libglade-initialisation.html
/usr/X11R6/share/doc/libglade/libglade-libglade-sax-parser.html
/usr/X11R6/share/doc/libglade/libglade-modules.html
/usr/X11R6/share/doc/libglade/libglade-notes.html
/usr/X11R6/share/doc/libglade/libglade.html
/usr/X11R6/share/gnome/guile/gtk/libglade.scm
/usr/X11R6/share/gnome/guile-gtk/libglade.defs
/usr/X11R6/share/xml/libglade
/usr/X11R6/libdata/pkgconfig/libglade-2.0.pc
martin#	

So, what can I do to get that build?  The same thing happends if I want to reinstall my gnomeicu.

I have to tell you, I've made the following to bsd.gnome.mk


6a7,11
> .if defined(WITHOUT_GNOME) && defined(USE_GNOME) 
> .undef USE_GNOME 
> USE_GNOMELIBS=yes 
> .endif 
> 

and in /etc/make.conf I added:


WITHOUT_GNOME=yes
WITHOUT_PILOT=yes


thats because I want to install gnome1 things in an gnome2 environment...

Thank you for helping me fast...

Martin

>How-To-Repeat:

Look at this posting:

http://news.gmane.org/article.php?id=1173&group=gmane.os.freebsd.devel.gnome

I did deinstall the ports which are listend in gnome2/Makefile by
using pkg_delete -f and then I installed the gnome2 meta port.

I had a typing error I used pkg_remove once (now pkg_remove is
deinstalled) instead of pkg_delete -f and so there were some things
lost.. I broke that command, but that cannot be broken good with C-c.

Now I just tryed to install evolution with

cd /usr/ports/mail/evolution
make install

>Fix:

Thats what I'd like to know, thank you...





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




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