From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 5 23:06:29 2006 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 BB09216A420 for ; Sun, 5 Mar 2006 23:06:29 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA8E43D49 for ; Sun, 5 Mar 2006 23:06:29 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060305230629.HKWJ8484.centrmmtao02.cox.net@mezz.mezzweb.com>; Sun, 5 Mar 2006 18:06:29 -0500 To: "robert tt" References: Message-ID: Date: Sun, 05 Mar 2006 17:07:40 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Opera M2/8.52 (Linux, build 1631) Cc: gnome@freebsd.org Subject: Re: Problems with gtk20 on FreeBSD 5.2 RELEASE 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, 05 Mar 2006 23:06:29 -0000 On Sun, 05 Mar 2006 16:16:58 -0600, robert tt wrote: > > > Hi > > I have this error when i try to compile /usr/ports/x11-toolkits/gtk20/ > on FreeBSD 5.2-RELEASE. > > The ports tree are updated today. > > What would you advise me to do?. We don't support FreeBSD 5.2, please upgrade your FreeBSD to 5.4 or newer. I personal recommend 6.x. http://www.freebsd.org/gnome/ ======================================= GNOME for FreeBSD is currently supported on 5-STABLE, 6-STABLE, 7-CURRENT, 5.3, 5.4, and 6.0. ======================================= Cheers, Mezz > Sorry for my bad english and thanks in advance. > > #cd /usr/ports/x11-toolkits/gtk20/ > #make install clean > > Extracting for gtk-2.8.12_1 > => MD5 Checksum OK for gnome2/gtk+-2.8.12.tar.bz2. > ===> gtk-2.8.12_1 depends on file: /usr/local/bin/perl5.8.6 - found > Extracting for gtk-2.8.12_1 > gtk-2.8.12_1 depends on file: /usr/local/bin/libtool - found > ===> Applying FreeBSD patches for gtk-2.8.12_1 > ===> gtk-2.8.12_1 depends on file: /usr/local/bin/perl5.8.6 - found > ===> gtk-2.8.12_1 depends on file: /usr/local/bin/libtool - found > ===> gtk-2.8.12_1 depends on executable: pkg-config - found > ===> gtk-2.8.12_1 depends on shared library: png.5 - found > ===> gtk-2.8.12_1 depends on shared library: tiff.4 - found > ===> gtk-2.8.12_1 depends on shared library: jpeg.9 - found > ===> gtk-2.8.12_1 depends on shared library: atk-1.0.0 - found > ===> gtk-2.8.12_1 depends on shared library: glib-2.0.0 - found > ===> gtk-2.8.12_1 depends on shared library: pango-1.0.0 - found > ===> gtk-2.8.12_1 depends on shared library: X11.6 - found > ===> Configuring for gtk-2.8.12_1 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g > wheel > checking whether build environment is sane... yes > checking for gawk... no > ... > .... > .... > cc -O -pipe -mcpu=pentiumpro -mno-sse2 -Wall -o timescale timescale.o > -L/usr/local/lib -L/usr/X11R6/lib ./.libs/libpixops.a > /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so > /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -lintl > -liconv -lm -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_destroy' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_create' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_init' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_exit' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_getschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_setscope' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_setschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_setstacksize' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_setschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_setdetachstate' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_join' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_cond_timedwait' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_getschedparam' > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.8.12/gdk-pixbuf/pixops. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.8.12/gdk-pixbuf. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.8.12/gdk-pixbuf. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.8.12. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.8.12. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20. -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org