From owner-freebsd-gnome@FreeBSD.ORG Sun May 22 17:29:09 2005 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 566C116A41C; Sun, 22 May 2005 17:29:09 +0000 (GMT) (envelope-from kwm@rainbow-runner.nl) Received: from amsfep15-int.chello.nl (amsfep15-int.chello.nl [213.46.243.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2947043D1D; Sun, 22 May 2005 17:29:07 +0000 (GMT) (envelope-from kwm@rainbow-runner.nl) Received: from [192.168.1.50] (really [80.57.164.193]) by amsfep15-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050522172906.JWIR1625.amsfep15-int.chello.nl@[192.168.1.50]>; Sun, 22 May 2005 19:29:06 +0200 From: Koop Mast To: Tilman Linneweh In-Reply-To: <20050522172035.GA97714@arved.at> References: <772add1005051820131e2e7440@mail.gmail.com> <20050522172035.GA97714@arved.at> Content-Type: text/plain Date: Sun, 22 May 2005 19:29:09 +0200 Message-Id: <1116782949.89455.12.camel@crashalot> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, reyad@reyadsworld.com, freebsd-ppc@freebsd.org Subject: Re: How much longer for GNOME X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 17:29:09 -0000 On Sun, 2005-05-22 at 19:20 +0200, Tilman Linneweh wrote: > * Reyad Attiyat [2005-05-19 05:14]: > > Just curious but what is stoping the developement from getting GNOME > > working is it the hardware support or the ports slowing you down. > > It's currently failing quite early in libgnomecanvas with > > gmake[3]: Entering directory `/usr/ports/graphics/libgnomecanvas/work/libgnomecanvas-2.10.1/libgnomecanvas' > /bin/sh /usr/local/bin/libtool15 --mode=link cc -O -pipe -L/usr/local/lib -o libgnomecanvas-2.la -rpath /usr/X11R6/lib -version-info 1000:1:1000 gnome-canvas-shape.lo gnome-canvas-bpath.lo gnome-canvas-path-def.lo gnome-canvas-clipgroup.lo gnome-canvas-line.lo gnome-canvas-pixbuf.lo gnome-canvas-polygon.lo gnome-canvas-rect-ellipse.lo gnome-canvas-text.lo gnome-canvas-rich-text.lo gnome-canvas-util.lo gnome-canvas-widget.lo gnome-canvas.lo libgnomecanvastypes.lo -Wl,--rpath -Wl,/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -lgtk-x11-2.0 -lart_lgpl_2 -lpango-1.0 -lm -lpangoft2-1.0 -lfontconfig -lfreetype -lz > libtool15: link: CURRENT `1000' is not a nonnegative integer > libtool15: link: `1000:1:1000' is not valid version information > > So some ports work needs to be done until it is ready. > > regards > tilman This is a really old and very known error, update your libtool15 port. Koop