Date: Fri, 20 Aug 2004 13:38:39 +0200 From: Divacky Roman <xdivac02@stud.fit.vutbr.cz> To: current@freebsd.org Subject: broken make Message-ID: <20040820113839.GA93606@stud.fit.vutbr.cz>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040820113839.GA93606>