From owner-freebsd-ports@FreeBSD.ORG Fri Nov 3 19:59:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1373316A417 for ; Fri, 3 Nov 2006 19:59:21 +0000 (UTC) (envelope-from mark@mkproductions.org) Received: from server1.tntpowerhost.com (server1.tntpowerhost.com [208.100.3.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D3CB43D5A for ; Fri, 3 Nov 2006 19:59:17 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ppp-70-245-187-233.dsl.spfdmo.swbell.net ([70.245.187.233] helo=localhost) by server1.tntpowerhost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Gg5CV-000NVt-AL; Fri, 03 Nov 2006 13:59:39 -0600 Date: Fri, 3 Nov 2006 13:59:07 -0600 From: Mark Kane To: vlad@vlad.uz.ua Message-ID: <20061103135907.0cd7312d@localhost> In-Reply-To: <44DA5CC3.7090006@vlad.uz.ua> References: <44DA4B48.2060208@gmx.de> <44DA4DE7.2020801@vlad.uz.ua> <44DA5CC3.7090006@vlad.uz.ua> X-Mailer: Sylpheed-Claws 2.5.6cvs1 (GTK+ 2.10.6; x86_64-unknown-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.tntpowerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - mkproductions.org X-Source: X-Source-Args: X-Source-Dir: Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org Subject: Re: multimedia/vlc - x264 error [multimedia/mplayer - x264 error] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 19:59:21 -0000 On Thu, Aug 10, 2006, at 01:08:03 +0300, Vlad V. Teterya wrote: > >>> I find myself unable to build vlc. The build terminates with the > >>> following error: > >>> > >>> if /usr/local/bin/distcc cc -DHAVE_CONFIG_H -I. -I. -I../.. > >>> -I/usr/obj/mnt/homeKamikaze/ports/multimedia/vlc/work/vlc-0.8.5/inclu= de > >>> -I/usr/X11R6/include/wx-2.6/ -I/usr/local/include/dirac > >>> -I/usr/local/include/speex -I/usr/local/include > >>> -I/usr/X11R6/include -I/usr/local/include -DSYS_FREEBSD6_1 > >>> -I../../include `top_builddir=3D"../.." ../../vlc-config --cflags > >>> plugin x264` -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe > >>> -march=3Dpentium-m -pthread -pipe -MT libx264_plugin_a-x264.o -MD > >>> -MP -MF ".deps/libx264_plugin_a-x264.Tpo" -c -o > >>> libx264_plugin_a-x264.o `test -f 'x264.c' || echo './'`x264.c; \ > >>> then mv -f ".deps/libx264_plugin_a-x264.Tpo" > >>> ".deps/libx264_plugin_a-x264.Po"; else rm -f > >>> ".deps/libx264_plugin_a-x264.Tpo"; exit 1; fi In file included > >>> from x264.c:32: /usr/local/include/x264.h:32:4: warning: #warning > >>> You must include stdint.h or inttypes.h before x264.h x264.c: In > >>> function `Open': x264.c:550: error: structure has no member named > >>> `b_cbr' distcc[10192] ERROR: compile x264.c on localhost failed > >>> gmake[4]: *** [libx264_plugin_a-x264.o] Error 1 > >=20 > > You can get same errors when you try to build multimedia/mplayer > > with option WITH_X264=3Dtrue (after updating multimedia/x264 to > > x264-0.0.20060808) > >=20 >=20 > mplayer compilation errors: >=20 > cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O2 -pipe > - -march=3Di6 > 86 -mtune=3Dpentium3 -O3 -ffast-math -fomit-frame-pointer > - -D_LARGEFILE_SOURCE -D_ > FILE_OFFSET_BITS=3D64 -I/usr/local/include/freetype2 > -I/usr/local/include > - -I. -I.. > -Inative -I../libmpdemux -I../loader -I../libavutil -I../libavcodec > - -I/usr/loc > al/include/freetype2 -I/usr/local/include -D_GNU_SOURCE -o > ve_x264.o ve_x264. > c > ve_x264.c: In function `parse_cqm': > ve_x264.c:215: warning: passing arg 2 of `strtol' from incompatible > pointer type >=20 > ve_x264.c: In function `config': > ve_x264.c:278: error: structure has no member named `b_cbr' > gmake[1]: *** [ve_x264.o] Error 1 > gmake[1]: =D0=97=D0=B0=D0=BB=D0=B8=D1=88=D0=B0=D1=8E =D0=BA=D0=B0=D1=82= =D0=B0=D0=BB=D0=BE=D0=B3 > "/usr/ports/multimedia/mplayer/work/MPlayer-1.0pre8/libmpcodecs" > gmake: *** [libmpcodecs/libmpcodecs.a] Error 2 > *** Error code 2 Was there a solution to the vlc/mplayer build problems (without disabling x264)? I'm just about finished with a big cvsup/rebuild with the GNOME/GTK updates, and vlc/mplayer are some of the last ports not upgraded. They are both failing with the exact same errors about x264 as in this thread. x264-0.0.20061030 and an ports tree as of around 2:00 PM Eastern USA time on Wednesday Thanks -Mark --=20 Internet Radio: Party107 (Trance/Electronic) - http://www.party107.com Rock 101.9 The Edge (Rock) - http://www.rock1019.net IRC: MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)