From owner-freebsd-gnome Mon Apr 15 13:41:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 421D037B400 for ; Mon, 15 Apr 2002 13:41:48 -0700 (PDT) Received: from shumai.marcuscom.com (marcus@localhost.marcuscom.com [127.0.0.1]) by shumai.marcuscom.com (8.12.2/8.12.2) with ESMTP id g3FKgSSw052744; Mon, 15 Apr 2002 16:42:28 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.12.2/8.12.2/Submit) with ESMTP id g3FKgScI052741; Mon, 15 Apr 2002 16:42:28 -0400 (EDT) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 15 Apr 2002 16:42:28 -0400 (EDT) From: Joe Clarke To: Eric Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: gnomecore problem In-Reply-To: <20020415132059.B13777@sunny.localdomain> Message-ID: <20020415164040.H52417-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG PGP Key : http://www.marcuscom.com/pgp.asc On Mon, 15 Apr 2002, Eric wrote: > Hi, > > I am trying to upgrade my gnomecore. The compilation output logs > are attached, and the errors to STDOUT follow: > > /usr/lib/elf/ld: warning: libintl.so.6, needed by > /usr/X11/R6/lib/libglade-gnome.so, may conflict with > libintl.so.2 > gnome-terminal.o: In function 'apply-changes': > gnome-terminal.o (text+0x2e6): undefined reference to > 'zvt_term_set_open_im' > gnome-terminal.o: In function 'new_termianl_cmd': > gnome-terminal.o (text+0x54a2): undefined reference to > 'zvt_term_set_open_im' > gmake[3]: ***[gnome-terminal] Error 1 > gmake[2]: *** [all-recursive] Error 1 > gmake[1]: *** [all-recursive] Error 1 > gmake: *** [all-recursive-am] Error 2 > > Is this telling me that making the new gnomecore installs a newer > version of libintl.so.2, one that conflicts with an existing version? > What else does this say? How can I fix it? Looks like your gnomelibs might be out-of-date. Try updating that port first. The intl.so conflict isn't really a big deal. I have a few ports like that, and they work fine. > > > P.S. -- > (I notice when I am in /usr/ports/www/gnomecore > and I issue "make > gnome_core.txt", that the output logs go > to the file, but error messages go to STDOUT. Is there a way to make > everything go to the file, i.e., with "> file_name.txt". That way it's > easier to write messages to this list.) Assuming you have [t]csh: make >& gnome_core.txt [ba|z|k]sh: make > gnome_core.txt 2>&1 Joe > > Eric > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message