Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 12:50:08 +0100
From:      Matt <matt@xtaz.net>
To:        Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Cc:        current@freebsd.org
Subject:   Re: broken make
Message-ID:  <4125E570.70801@xtaz.net>
In-Reply-To: <20040820113839.GA93606@stud.fit.vutbr.cz>
References:  <20040820113839.GA93606@stud.fit.vutbr.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4125E570.70801>