From owner-freebsd-questions Sun Feb 2 8: 1: 5 2003 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 3CE2737B405 for ; Sun, 2 Feb 2003 08:01:01 -0800 (PST) Received: from rasmus.uib.no (rasmus.uib.no [129.177.13.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2008A43F85 for ; Sun, 2 Feb 2003 08:01:00 -0800 (PST) (envelope-from are-harald.brenne@econ.uib.no) Received: from tunnel-44-110.vpn.uib.no () [129.177.44.110] by rasmus.uib.no for freebsd-questions@freebsd.org with smtp (Exim 4.12) id 18fMY8-0001ir-00; Sun, 02 Feb 2003 17:00:52 +0100 Date: Sun, 2 Feb 2003 17:01:59 +0100 From: Are-Harald Brenne To: freebsd-questions@freebsd.org Subject: Xine doesn't compile Message-Id: <20030202170159.702e2120.are-harald.brenne@econ.uib.no> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-checked-clean: by exiscan on rasmus X-Scanner: 031fd4f53f1ccd00833062fee3a787d4 http://tjinfo.uib.no/virus.html X-UiB-SpamFlag: NO UIB: -6 hits, 8.0 required X-UiB-SpamReport: spamassassin found; * 0.7 -- BODY: Contains a line >=199 characters long * -7.0 -- Message received from UIB 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 I have the last couple of weeks had problems compiling Xine from ports. Until just recently it worked if I installed ports/multimedia/ffmpeg045 before trying to install Xine, but now that doesn't work either. I've been running -stable most of the time, and my make.conf contains only CPUTYPE=k7 plus the cvsup-stuff and KERNCONF-declaration. The compilation stobs in ports/graphics/libxine in xine_decoder.c. Below are some of the output from the make command. Is the port broken or is the fault on my side? Is there perhaps a trick that can make it work? Cheers, Are gmake[4]: Entering directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4/src/libffmpeg' source='xine_decoder.c' object='xine_decoder.lo' libtool=yes \ depfile='.deps/xine_decoder.Plo' tmpdepfile='.deps/xine_decoder.TPlo' \ depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool-nofpic --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -O -pi pe -march=k6 -D_THREAD_SAFE -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -pipe -fomit-frame-pointer -malign-functions=4 -malign-loops=4 -malign-jumps=4 -mwide-multiply -mpreferred-stack-boundary=2 -f expensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -finline-functions -I/usr/local/include -c -o xine_decoder.lo `test -f 'xine_decoder.c' || echo './'`xine_decoder.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -O -pipe -march=k6 -D_THREAD_SAFE -Wall -D_REENTRANT - D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -pipe -fomit-frame-pointer -malign-functions=4 -malign-loops=4 -malign-jumps=4 -mwide-multiply -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-st rict-aliasing -ffast-math -finline-functions -I/usr/local/include -c xine_decoder.c -Wp,-MD,.deps/xine_decoder.TPlo -DPIC -o xine_decoder.lo (snip) xine_decoder.c:667: `rv10_decoder' undeclared (first use in this function) xine_decoder.c:668: `svq1_decoder' undeclared (first use in this function) xine_decoder.c:669: `dvvideo_decoder' undeclared (first use in this function) xine_decoder.c:671: `mjpeg_decoder' undeclared (first use in this function) xine_decoder.c:672: `mjpegb_decoder' undeclared (first use in this function) xine_decoder.c:673: `mp2_decoder' undeclared (first use in this function) xine_decoder.c:674: `mp3_decoder' undeclared (first use in this function) xine_decoder.c:675: `wmav1_decoder' undeclared (first use in this function) xine_decoder.c:676: `wmav2_decoder' undeclared (first use in this function) xine_decoder.c:677: `mace3_decoder' undeclared (first use in this function) xine_decoder.c:678: `mace6_decoder' undeclared (first use in this function) xine_decoder.c:679: `huffyuv_decoder' undeclared (first use in this (snip) uninitialized in this function xine_decoder.c:788: warning: `decode_buffer_size' might be used uninitialized in this function xine_decoder.c: In function `ff_audio_reset': xine_decoder.c:950: structure has no member named `context' xine_decoder.c:951: structure has no member named `context' xine_decoder.c:951: structure has no member named `codec' xine_decoder.c: In function `ff_audio_dispose': xine_decoder.c:961: structure has no member named `context' xine_decoder.c:970: structure has no member named `context' xine_decoder.c:970: structure has no member named `context' xine_decoder.c:971: structure has no member named `context' xine_decoder.c:973: structure has no member named `context' xine_decoder.c:974: structure has no member named `context' gmake[4]: *** [xine_decoder.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4/src/libffmpeg' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4/src/libffmpeg' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4' gmake: *** [all] Error 2 *** Error code 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message