Date: Sun, 09 Mar 2008 14:02:47 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: w%w <vscmail-ban@yahoo.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: vlc problem Message-ID: <op.t7ri6xr49aq2h7@mezz.mezzweb.com> In-Reply-To: <15911547.post@talk.nabble.com> References: <fcbf31850803011122y46bcbe5j21f8532a38e2ed0a@mail.gmail.com> <b2203fed0803011429k7c8b8ac4oc1032da111f42144@mail.gmail.com> <fcbf31850803011526y5e99c51cl3575533f531b947d@mail.gmail.com> <15902141.post@talk.nabble.com> <op.t7ns1nut9aq2h7@mezz.mezzweb.com> <15911547.post@talk.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 07 Mar 2008 23:49:04 -0600, w%w <vscmail-ban@yahoo.com> 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 > ===> vlc-0.8.6.e,2 depends on file: > /usr/local/include/linux/videodev.h - > foun d > ===> vlc-0.8.6.e,2 depends on file: > /usr/local/live/liveMedia/libliveMedia.a - > found > ===> vlc-0.8.6.e,2 depends on executable: gmake - found > ===> vlc-0.8.6.e,2 depends on file: /usr/local/bin/sdl-config - found > ===> vlc-0.8.6.e,2 depends on file: /usr/local/bin/perl5.8.8 - found > ===> vlc-0.8.6.e,2 depends on file: /usr/local/bin/intltool-extract - > found > ===> vlc-0.8.6.e,2 depends on file: > /usr/local/libdata/pkgconfig/gnome-mime-da > ta-2.0.pc - found > ===> vlc-0.8.6.e,2 depends on executable: pkg-config - found > ===> vlc-0.8.6.e,2 depends on shared library: notify.1 - not found > ===> Verifying install for notify.1 in /usr/ports/devel/libnotify > ===> libnotify-0.4.4_1 depends on executable: gmake - found > ===> libnotify-0.4.4_1 depends on file: /usr/local/bin/libtool - found > ===> libnotify-0.4.4_1 depends on file: > /usr/local/bin/intltool-extract - > foun d > ===> libnotify-0.4.4_1 depends on executable: pkg-config - found > ===> libnotify-0.4.4_1 depends on shared library: dbus-glib-1.2 - found > ===> libnotify-0.4.4_1 depends on shared library: atk-1.0.0 - found > ===> libnotify-0.4.4_1 depends on shared library: glib-2.0.0 - found > ===> libnotify-0.4.4_1 depends on shared library: gtk-x11-2.0.0 - not > found > ===> Verifying install for gtk-x11-2.0.0 in > /usr/ports/x11-toolkits/gtk20 > ===> Building for gtk-2.12.8_2 <snip> > 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 such > file or directory <snip> 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 all installed ports up to date by using either portupgrade or portmaster, but don't forget to check in /usr/ports/UPDATING first. Then try to build vlc again. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.t7ri6xr49aq2h7>
