Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 16:42:28 -0400 (EDT)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Eric <swive@getnet.com>
Cc:        freebsd-gnome@FreeBSD.ORG
Subject:   Re: gnomecore problem
Message-ID:  <20020415164040.H52417-100000@shumai.marcuscom.com>
In-Reply-To: <20020415132059.B13777@sunny.localdomain>

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


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




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