From owner-freebsd-gnome@FreeBSD.ORG Sat Apr 16 19:17:30 2005 Return-Path: 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 6225116A4CE for ; Sat, 16 Apr 2005 19:17:30 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1BE943D2D for ; Sat, 16 Apr 2005 19:17:29 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so926753wra for ; Sat, 16 Apr 2005 12:17:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=K0q4X8IDqJF1yT2PXxjYClWAV0Jvl8s37AQzSKMr36oFIfoy82nexKVgpwTgTzIAEN8UhaVcUaWspQMp2JtNvBCTW4gSO/ycJ0YxhnBVNdms3ZvecZ6PoQ54IJAR8hEvWwEcGDOhN7YdyRzXwhkpKeFapGH8KFMGUOr6CvMwcpw= Received: by 10.54.52.1 with SMTP id z1mr1557257wrz; Sat, 16 Apr 2005 12:17:27 -0700 (PDT) Received: from ?192.168.1.10? ([4.28.64.41]) by mx.gmail.com with ESMTP id 66sm563691wra.2005.04.16.12.17.26; Sat, 16 Apr 2005 12:17:27 -0700 (PDT) From: "Michael C. Shultz" To: Simon MANLAY , freebsd-gnome@freebsd.org Date: Sat, 16 Apr 2005 12:17:20 -0700 User-Agent: KMail/1.8 References: <20050414091027.GA96213@thirdeye.tool.eu.org> <200504160811.43628.ringworm01@gmail.com> <20050416184610.GB1091@minipc> In-Reply-To: <20050416184610.GB1091@minipc> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504161217.20449.ringworm01@gmail.com> Subject: Re: problem with compiling gnomemedia2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2005 19:17:30 -0000 On Saturday 16 April 2005 11:46 am, you wrote: > On Sat, Apr 16, 2005 at 08:11:43AM -0700, Michael C. Shultz wrote: > > On Saturday 16 April 2005 06:51 am, Simon MANLAY wrote: > > > hello > > > > > > I've cvsuped, rebuilded pkgconfig, but problelm still present > > > (yesturday) > > > i've launched portmanager too, but without succes > > > > > > Any tips ? > > > > Please send portmanager output as an attachment: > > > > portmanager -u >& portmanager.log if your using csh > > Here is the log, gzipped > > Thanks > > > thank you > > > > -Mike /bin/sh /usr/local/bin/libtool15 --mode=link cc -O -pipe -L/usr/local/lib -o gnome-cd eggtrayicon.o gnome-cd.o callbacks.o cddb.o cdrom.o display.o gst-cdparanoia-cdrom.o preferences.o cd-selection.o theme.o -Wl,--export-dynamic -pthread -Wl,--rpath -Wl,/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -lglib-2.0 -liconv -lgmodule-2.0 -lgnomeui-2 -lSM -lICE -lesd -Wl,--rpath -Wl,/usr/local/lib -L/usr/X11R6/lib -lnautilus-burn -lintl -Wl,--rpath -Wl,/usr/local/lib -L/usr/X11R6/lib -lgailutil ../gnome-cd/access/libgnomecdaccess.la -Wl,--export-dynamic -pthread -Wl,--rpath -Wl,/usr/local/lib -L/usr/X11R6/lib -lgstreamer-0.8 -lgstgconf-0.8 -lgnomeui-2 -lSM -lICE -lgnomevfs-2 ../cddb-slave2/libcddb-slave2.la libgnomemedia-cddbslave2.la cc -O -pipe -o .libs/gnome-cd eggtrayicon.o gnome-cd.o callbacks.o cddb.o cdrom.o display.o gst-cdparanoia-cdrom.o preferences.o cd-selection.o theme.o -Wl,--export-dynamic -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--export-dynamic -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -liconv -lgmodule-2.0 -lesd -lnautilus-burn -lgailutil ../gnome-cd/access/.libs/libgnomecdaccess.a -lintl -pthread -lgstreamer-0.8 -lgstgconf-0.8 -lgnomeui-2 -lSM -lICE -lgnomevfs-2 ../cddb-slave2/.libs/libcddb-slave2.so -lORBit-2 -lbonobo-2 -lgobject-2.0 -lglib-2.0 ./.libs/libgnomemedia-cddbslave2.a -Wl,--rpath -Wl,/usr/X11R6/lib gst-cdparanoia-cdrom.o(.text+0x1758): In function `gst_cdparanoia_cdrom_get_status': : undefined reference to `lrint' According to man 3 lrint: HISTORY These routines first appeared in FreeBSD 5.4. I'm guessing you aren't running FreeBSD 5.4. Here is a pr that covers the same problem your having: http://www.freebsd.org/cgi/query-pr.cgi?pr=79547 This PR is closed and it doesn't seem to have a corrective action, so I don't have an answere for you. gnome@FreeBSD.org is listed as thegnomemedia2 ports maintainer so hopefully someone in that list will have a solution for the missing lrint() function. Portmanager can't fix broken ports, sorry. -Mike