From owner-freebsd-current@FreeBSD.ORG Fri Aug 20 11:50:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B20716A4EF for ; Fri, 20 Aug 2004 11:50:39 +0000 (GMT) Received: from kai.xtaz.net (kai.xtaz.net [82.68.183.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F0D43D2F for ; Fri, 20 Aug 2004 11:50:12 +0000 (GMT) (envelope-from matt@xtaz.net) Received: from [192.168.1.4] (tao.xtaz.net [192.168.1.4]) by kai.xtaz.net (Postfix) with ESMTP id 986178FC67; Fri, 20 Aug 2004 12:50:08 +0100 (BST) Message-ID: <4125E570.70801@xtaz.net> Date: Fri, 20 Aug 2004 12:50:08 +0100 From: Matt User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040806) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Divacky Roman References: <20040820113839.GA93606@stud.fit.vutbr.cz> In-Reply-To: <20040820113839.GA93606@stud.fit.vutbr.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: stolz@i2.informatik.rwth-aachen.de cc: current@freebsd.org Subject: Re: broken make X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 11:50:40 -0000 Divacky Roman wrote: > I have this > MAKE_ARGS = { > 'multimedia/mplayer*' => [ > 'WITH_OPTIMIZED_CFLAGS=-O3 -ffast-math -fomit-frame-pointer', > 'WITHOUT_RUNTIME_CPUDETECTION=yo', > 'WITHOUT_GUI=yo', > 'WITHOUT_RUNTIME_CPUDETECTION=yo' > ] > } > > and when I issue portupgrade mplayer > witten ~# portupgrade -v mplayer > ---> Session started at: Fri, 20 Aug 2004 13:36:04 +0200 > ** Makefile possibly broken: multimedia/mplayer: > make: cannot open fast-math. > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! multimedia/mplayer (mplayer-0.99.4_2) (Makefile broken) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> Session ended at: Fri, 20 Aug 2004 13:36:05 +0200 (consumed 00:00:01) > witten ~# > > when I remove that -ffast-math it complies about not being able to open > omit-frame-pointer.... > > so something is broken I suppose > > btw: ports are freshly updated and when I issue "make install" in > ports/multimedia/mplayer it works as intended (but it fails on some gcc error) > > roman > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > The mplayer port has been broken on -current since the last commit to the Makefile to enable GTK2. I get this: In file included from vf_qp.c:56: ../libavcodec/dsputil.h:561: error: syntax error before "int" In file included from vf_qp.c:56: ../libavcodec/dsputil.h:557:1: unterminated #ifndef ../libavcodec/dsputil.h:28:1: unterminated #ifndef vf_qp.c:51:1: unterminated #else vf_qp.c:39:1: unterminated #ifdef gmake[1]: *** [vf_qp.o] Error 1 gmake[1]: Leaving directory `/tmp/usr/ports/multimedia/mplayer/work/MPlayer-1.0pre5/libmpcodecs' gmake: *** [libmpcodecs/libmpcodecs.a] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mplayer. This was mentioned by the port maintainer in this thread: http://docs.freebsd.org/cgi/mid.cgi?20040817185121.GA16366 However I haven't seen anything else about it since. Matt.