From owner-freebsd-questions Tue Sep 24 18:36:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 366EC37B401; Tue, 24 Sep 2002 18:36:41 -0700 (PDT) Received: from fep3.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A733443E3B; Tue, 24 Sep 2002 18:36:40 -0700 (PDT) (envelope-from dlavigne6@cogeco.ca) Received: from d226-42-146.home.cgocable.net (d226-42-146.home.cgocable.net [24.226.42.146]) by fep3.cogeco.net (Postfix) with ESMTP id 937652394; Tue, 24 Sep 2002 21:36:39 -0400 (EDT) Date: Tue, 24 Sep 2002 21:37:42 -0400 (EDT) From: Dru X-X-Sender: dlavigne6@dhcp-17-14.kico2.on.cogeco.ca To: Greg 'groggy' Lehey Cc: "Weston M. Price" , FreeBSD Questions Subject: Re: Mplayer In-Reply-To: <20020925011515.GF30669@wantadilla.lemis.com> Message-ID: <20020924212721.R763-100000@dhcp-17-14.kico2.on.cogeco.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 25 Sep 2002, Greg 'groggy' Lehey wrote: > On Tuesday, 24 September 2002 at 21:10:12 -0400, Dru wrote: > > On Wed, 25 Sep 2002, Greg 'groggy' Lehey wrote: > >> On Tuesday, 24 September 2002 at 20:37:27 +0000, Weston M. Price wrote: > >>> On Tuesday 24 September 2002 11:11 pm, you wrote: > >>>> On Tuesday, 24 September 2002 at 15:24:00 +0000, Weston M. Price wrote: > >>>>> Hello, > >>>>> Does anyone have the mplayer gui running. The man page says it > >>>>> is gmplayer but I cannot find a single reference to it on my > >>>>> system. Thanks. > >>>> > >>>> Works fine for me, for a recent installation: > >>>> > >>>> $ pkg_info -L mplayer-gtk-0.90.0.8 > >>>> Information for mplayer-gtk-0.90.0.8: > >>>> > >>>> In order to get it to work, you also need to install the > >>>> graphics/mplayer-skins port. > >>> > >>> Do you get a lot of mplayer crashes. I can't seem to keep this thing > >>> up and running for too long. > >> > >> None so far, though I have had a few wierdnesses. I've only been > >> playing with it for a day or so, so it's probably not time to report > >> yet. > > > > Did you have to do any special magic to install mplayer in the first > > place? I've tried on several occasions on a couple of different machines > > but have never gotten past the configure script. Doesn't matter if I > > try with or without the gui. Always with the latest ports > > collection. > > Well, normally I run my makes with a little function called Make: > > Make () > { > if [ "${MAKE}" = "" ]; then > MAKE=make > fi > xtset `uname -n|sed 's:\..*$::'`:`pwd`: Make "$* "`date` > (echo '=====' `date`: Make $*; /usr/bin/time -l ${MAKE} 2>&1 $*) | tee -a Make.log > cd . > } > > This doesn't interoperate well with interactive ports which display > menus: they don't interpret function keys correctly. So I have to do: > > # make configure > # Make install > > Apart from that, and the missing skins, I had no difficulties. What > have you seen? For some reason, the configure script is unable to read the files it creates in /tmp. This causes the MMX test to fail (even though the kernel has CPU_ENABLE_SSE), then it crashes and burns when the png test fails: Checking for PNG support ... ./configure: /tmp/mplayer-conf--31112.o: permission denied no (mismatch of library and header versions) ... Error: PNG support required for GUI compilation, please install libpng or libpng-dev packages. Here's some other relevant info: ls -l / drwxrwxrwt 8 root wheel 512 Sep 24 20:59 tmp uname -a FreeBSD hostname 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Sep 21 13:13:24 EDT 2002 hostname:/usr/obj/usr/src/sys/MULTIMEDIA i386 pkg_info | grep png png-1.2.4 Library for manipulating PNG images Even weirder, I'll remove the mplayer directory, re-cvsup, remove the tar file from /usr/ports/distfiles, try again without using MAKE_GUI=yes and I still get the same png error. Same error if I cd into the work directory and run the configure script manually. Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message