From owner-freebsd-ports Sun Jun 16 14:30:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC8F237B413 for ; Sun, 16 Jun 2002 14:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GLU1Q53279; Sun, 16 Jun 2002 14:30:01 -0700 (PDT) (envelope-from gnats) Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by hub.freebsd.org (Postfix) with SMTP id 77DAD37B400 for ; Sun, 16 Jun 2002 14:21:21 -0700 (PDT) Received: (qmail 83732 invoked by uid 0); 16 Jun 2002 21:23:43 -0000 Message-Id: <20020616212343.83731.qmail@martin.kleinerdrache.org> Date: 16 Jun 2002 21:23:43 -0000 From: Martin Klaffenboeck Reply-To: Martin Klaffenboeck To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39379: libglade not found (libglade2 on evolution) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39379 >Category: ports >Synopsis: libglade not found (libglade2 on evolution) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 16 14:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Martin Klaffenboeck >Release: FreeBSD 4.6-RC i386 >Organization: >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... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message