mplayer compilation fails with my tinderbox setup. http://w5.cs.uni-sb.de/~gogo/log/mplayer-0.99.10_6.log How-To-Repeat: Compile multimedia/mplayer with the following environment: http://w5.cs.uni-sb.de/~gogo/log/mplayer-0.99.10_6.log.env
State Changed From-To: open->feedback Awaiting maintainers feedback
Hi, could you please retry this build WITH_OPTIMIZED_CFLAGS? Merci, Riggs -- - "[...] I talked to the computer at great length and -- explained my view of the Universe to it" said Marvin. --- And what happened?" pressed Ford. ---- "It committed suicide." said Marvin.
Sorry, wrong. Could you please enable OCFLAGS via mplayer's options and try again? THis should solve the problem. Riggs -- - "[...] I talked to the computer at great length and -- explained my view of the Universe to it" said Marvin. --- And what happened?" pressed Ford. ---- "It committed suicide." said Marvin.
On Wednesday 02 May 2007 04:02, Thomas E. Zander wrote: > Sorry, wrong. Could you please enable OCFLAGS via mplayer's options and > try again? THis should solve the problem. OCFLAGS is enabled by default. ... OPTIONS+= OCFLAGS "Use optimized compiler flags" on ... .if !defined(WITHOUT_OCFLAGS) CFLAGS+= -O3 -ffast-math -fomit-frame-pointer .endif ... Greetings, Robert
I believe I have found a solution that addresses several weaknesses: o This PR, i.e. mplayer builds on i386 if WITH_DEBUG is defined o ports/111088, i.e. this port does no longer depend on lame if PACKAGE_BUILDING is specified. In fact, all dependencies on restricted software is removed in this case, that would allow us to remove mplayer from LEGAL. o Correct a dependency problem with the latest libcaca update Robert, could you please test if this solves your problem? If possible, I'd be interested in amd64 results as well (although I don't expect a problem there). Edwin, could you please briefly review if I am right with the LEGAL/PACKAGE_BUILDING assumption and can we close 111088 as well if we commit this diff? Thanks, Riggs -- - "[...] I talked to the computer at great length and -- explained my view of the Universe to it" said Marvin. --- And what happened?" pressed Ford. ---- "It committed suicide." said Marvin.
> Robert, could you please test if this solves your problem? http://w5.cs.uni-sb.de/~gogo/log/mplayer-0.99.10_8.log It seems to work!
edwin 2007-05-31 02:49:29 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: multimedia/mplayer: compilation error mplayer compilation fails with my tinderbox setup. PR: ports/111980 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> Reviewed by: "Thomas E. Zander" <riggs@rrr.de> Revision Changes Path 1.162 +19 -61 ports/multimedia/mplayer/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!
The commit has been reverted so the bug report should be reopened.