From owner-freebsd-multimedia@FreeBSD.ORG Sun Mar 9 19:01:20 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 057F6106566B for ; Sun, 9 Mar 2008 19:01:20 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id A7F428FC1E for ; Sun, 9 Mar 2008 19:01:19 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080309190119.ZJLH22194.eastrmmtao106.cox.net@eastrmimpo02.cox.net>; Sun, 9 Mar 2008 15:01:19 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id z70y1Y0064iy4EG0000000; Sun, 09 Mar 2008 15:00:58 -0400 Date: Sun, 09 Mar 2008 14:02:47 -0500 To: w%w From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <15902141.post@talk.nabble.com> <15911547.post@talk.nabble.com> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <15911547.post@talk.nabble.com> User-Agent: Opera Mail/9.26 (Linux) Cc: freebsd-multimedia@freebsd.org Subject: Re: vlc problem X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 19:01:20 -0000 On Fri, 07 Mar 2008 23:49:04 -0600, w%w wrote: > > full log: Much better, but it's not vlc problem. It's gtk20's build error. > cd usr/ports/multimedia/vlc && make install clean > =3D=3D=3D> vlc-0.8.6.e,2 depends on file: = > /usr/local/include/linux/videodev.h - > foun d > =3D=3D=3D> vlc-0.8.6.e,2 depends on file: > /usr/local/live/liveMedia/libliveMedia.a - > found > =3D=3D=3D> vlc-0.8.6.e,2 depends on executable: gmake - found > =3D=3D=3D> vlc-0.8.6.e,2 depends on file: /usr/local/bin/sdl-config = - found > =3D=3D=3D> vlc-0.8.6.e,2 depends on file: /usr/local/bin/perl5.8.8 -= found > =3D=3D=3D> vlc-0.8.6.e,2 depends on file: /usr/local/bin/intltool-ex= tract - > found > =3D=3D=3D> vlc-0.8.6.e,2 depends on file: > /usr/local/libdata/pkgconfig/gnome-mime-da > ta-2.0.pc - found > =3D=3D=3D> vlc-0.8.6.e,2 depends on executable: pkg-config - found > =3D=3D=3D> vlc-0.8.6.e,2 depends on shared library: notify.1 - not f= ound > =3D=3D=3D> Verifying install for notify.1 in /usr/ports/devel/libno= tify > =3D=3D=3D> libnotify-0.4.4_1 depends on executable: gmake - found > =3D=3D=3D> libnotify-0.4.4_1 depends on file: /usr/local/bin/libtool= - found > =3D=3D=3D> libnotify-0.4.4_1 depends on file: = > /usr/local/bin/intltool-extract - > foun d > =3D=3D=3D> libnotify-0.4.4_1 depends on executable: pkg-config - fou= nd > =3D=3D=3D> libnotify-0.4.4_1 depends on shared library: dbus-glib-1.= 2 - found > =3D=3D=3D> libnotify-0.4.4_1 depends on shared library: atk-1.0.0 - = found > =3D=3D=3D> libnotify-0.4.4_1 depends on shared library: glib-2.0.0 -= found > =3D=3D=3D> libnotify-0.4.4_1 depends on shared library: gtk-x11-2.0.= 0 - not > found > =3D=3D=3D> Verifying install for gtk-x11-2.0.0 in = > /usr/ports/x11-toolkits/gtk20 > =3D=3D=3D> Building for gtk-2.12.8_2 > In file included from ../../gdk/x11/gdkwindow-x11.h:30, > from gdkprivate-x11.h:36, > from gdkx.h:81, > from gdkasync.c:52: > ../../gdk/x11/gdkdrawable-x11.h:35:36: X11/extensions/Xrender.h: No su= ch > file or directory The gtk20 port depends on libXrender (xorg stuff) by default. It looks = like that you don't have a clean ports tree. You need to remove all of = work directories by 'cd /usr/ports ; make clean', 'portsclean -C', 'rm -= rf = /usr/ports/*/*/work' or your own method. After that make sure you have a= ll = installed ports up to date by using either portupgrade or portmaster, bu= t = don't forget to check in /usr/ports/UPDATING first. Then try to build vl= c = again. Cheers, Mezz -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org