Ogle fails to build properlyfunroll-loops -O3 -pip with the following error... I realize I'm building with -03 flags below. I've tried turning off all opt flags and still no luck. cc -O3 -pipe -march=pentiumpro -Wall -fomit-frame-pointer -e -march=pentiumpro -Wall -fomit-frame-pointer -funroll-loops -march=i586 -mcpu=pentiumpro -o .libs/ogle_mpeg_vs video_stream.o video_mpeg1.o video_mpeg2.o video_motion.o c_getbits.o video_tables.o yuv2rgb_mmx.o idct_mmx.o mmx_mlib.o ../common/libcommon.a ../ogle/.libs/libmsgevents.so -Wl,--rpath -Wl,/usr/local/lib/ogle video_stream.o: In function `next_start_code': video_stream.o(.text+0x2ef): undefined reference to `swap32' video_stream.o(.text+0x3af): undefined reference to `swap32' video_stream.o: In function `drop_to_next_picture': video_stream.o(.text+0x49f): undefined reference to `swap32' video_stream.o: In function `video_sequence': video_stream.o(.text+0x9ab): undefined reference to `swap32' video_stream.o: In function `sequence_header': video_stream.o(.text+0xa4f): undefined reference to `swap32' video_stream.o(.text+0xafb): more undefined references to `swap32' follow gmake[1]: *** [ogle_mpeg_vs] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/ogle/work/ogle-0.8.5/mpeg2_video' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/graphics/ogle. *** Error code 1 Stop in /usr/ports/graphics/ogle. Fix: Seems to have two march flags. Does ogle try to insert it's own opt flags on top of the ones from /etc/make.conf. How-To-Repeat: cd /usr/ports/graphics/ogle make clean make install clean
This is a multi-part message in MIME format.
State Changed From-To: open->closed A fix has just been committed.
Um... the environment in the PR was 4.7-RC. I still can't compile with 4.7-RC. How is this issue closed if the fix is for -CURRENT only? Sorry if my understanding of the problem system is incorrect and I'm just hassling you... Jon Noack