Date: Mon, 30 Sep 2002 20:16:15 -0700 (PDT) From: elevati0n <elevati0n@motocross.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/43546: Ogle fails to compile from ports collection Message-ID: <200210010316.g913GFMM039255@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 43546 >Category: ports >Synopsis: Ogle fails to compile from ports collection >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 30 20:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: elevati0n >Release: FreeBSD 4.7-RC - RELENG_4 >Organization: >Environment: FreeBSD elevati0n.****.net 4.7-RC FreeBSD 4.7-RC #5: Sun Sep 29 19:47:05 PDT 2002 root@elevati0n.****.net:/usr/obj/usr/src/sys/elevati0n i386 >Description: 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. >How-To-Repeat: cd /usr/ports/graphics/ogle make clean make install clean >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. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210010316.g913GFMM039255>