From owner-freebsd-ports Tue Mar 7 14:38:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tesla.salk.edu (tesla.salk.edu [198.202.70.1]) by hub.freebsd.org (Postfix) with ESMTP id 356F037C0F4; Tue, 7 Mar 2000 14:38:45 -0800 (PST) (envelope-from jorge@salk.edu) Received: from phelps.salk.edu (phelps.salk.edu [198.202.70.123]) by tesla.salk.edu (8.7.5/8.7.3) with SMTP id OAA09485; Tue, 7 Mar 2000 14:38:09 -0800 (PST) Date: Tue, 7 Mar 2000 14:33:34 -0800 (PST) From: Jorge Aldana To: Kris Kennaway Cc: freebsd-ports@freebsd.org Subject: Re: gdk_imlib.5 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've tried the suggestions and still get the following error now, ===> Returning to build of gnomelibs-1.0.55 Error: shared library "gdk_imlib.5" does not exist *** Error code 1 Stop. *** /usr/ports/x11/gnomelibs> Which is the error I originally started off with. What I've done 1. Started by attempting to make in /usr/ports/x11/gnome I got the error listed above 2. Tried to narrow it down by makeing in /usr/ports/x11/gnomelibs Same error. 3. Tried make in imlib (/usr/ports/graphics/imlib) and got the error below. 4. Tried suggestions below, now I'm back the error listed above. 5. I've also updated ports and the same. Has anyone got it to work yet? I'm using FreeBSD 3.4-20000124-STABLE by the way. Jorge On Tue, 29 Feb 2000, Kris Kennaway wrote: > On Tue, 29 Feb 2000, Jorge Aldana wrote: > > > When I try to make imlib the gdk_imlib.5 fails due to a missing file does > > anyone know anything on this? > > > > /usr/ports/graphics/imlib/work/imlib-1.9.8/gdk_imlib>make > > /bin/sh /usr/local/bin/libtool --mode=compile cc > > -DDJPEG_PROG=\"/usr/local/bin/djpeg\" > > -DCJPEG_PROG=\"/usr/local/bin/cjpeg\" -DCONVERT_PATH=\"\" > > -DNETPBM_PATH=\"\" -DSYSTEM_IMRC=\"/usr/X11R6/etc/imlib/imrc\" > > -DIMLIB_LIB=\""/usr/X11R6/lib"\" -I. -I. -I.. -I./.. > > -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/giflib > > -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O -pipe > > -c modules.c > > rm -f .libs/modules.lo > > cc -DDJPEG_PROG=\"/usr/local/bin/djpeg\" > > -DCJPEG_PROG=\"/usr/local/bin/cjpeg\" -DCONVERT_PATH=\"\" > > -DNETPBM_PATH=\"\" -DSYSTEM_IMRC=\"/usr/X11R6/etc/imlib/imrc\" > > -DIMLIB_LIB=\"/usr/X11R6/lib\" -I. -I. -I.. -I./.. -I/usr/X11R6/include > > -I/usr/local/include -I/usr/local/include/giflib -I/usr/X11R6/include > > -I/usr/X11R6/include -I/usr/X11R6/include -O -pipe -c -fPIC -DPIC > > modules.c -o .libs/modules.lo > > modules.c:10: gmodule.h: No such file or directory > > This lives in the glib12 port - try rebuilding it. > > A good way to make sure everything pertinent is rebuilt is to use the > ALWAYS_BUILD_DEPENDS flag in conjunction with the FORCE_PKG_REGISTER flag. > The only downside to this is that it doesn't deinstall an old version if > it's already installed, so you can end up with two registered versions of > the same package (foo-1.0 and foo-1.1) which overlap on some subset of the > files they install (i.e. if you then delete foo-1.0 it will blow away part > or all of what foo-1.1 installed too, forcing you to reinstall foo-1.1 > to put it back). > > This is especially annoying with things like GNOME which pump out new pico > revisions every alternate day, and which usually don't interoperate with > one another perfectly, so unless you are perfectly in sync you may have > problems. Blame GNOME for poor release engineering skills here :-( > > Kris > > ---- > In God we Trust -- all others must submit an X.509 certificate. > -- Charles Forsythe > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message