Date: Wed, 9 Oct 2002 14:43:07 -0700 (PDT) From: Jose Marques <noway@nohow.demon.co.uk> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/43877: Ogle port broken on STABLE Message-ID: <200210092143.g99Lh7B8002216@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 43877 >Category: ports >Synopsis: Ogle port broken on STABLE >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: Wed Oct 09 14:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 4.7-RC >Organization: >Environment: FreeBSD flatdesk.local 4.7-RC FreeBSD 4.7-RC #1: Wed Oct 9 21:11:24 BST 2002 jmcm@flatdesk.local:/usr/src/sys/compile/FLATDESK i386 >Description: Ogle port build fails due to missing swap32 function. Still fails if WITH_OPTIMIZED_BYTESWAP section of Makefile is commented out. >How-To-Repeat: cd /usr/ports/graphics/ogle make Results in: [Snip] cc -O -pipe -march=pentiumpro -Wall -fomit-frame-pointer -funroll-loops -O -pipe -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 `get_vlc': video_stream.o(.text+0x1c5): undefined reference to `swap32' video_stream.o: In function `next_start_code': video_stream.o(.text+0x50d): undefined reference to `swap32' video_stream.o(.text+0x5a5): undefined reference to `swap32' video_stream.o: In function `resync': video_stream.o(.text+0x61d): undefined reference to `swap32' video_stream.o: In function `drop_to_next_picture': video_stream.o(.text+0x695): undefined reference to `swap32' video_stream.o(.text+0xb51): 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: >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?200210092143.g99Lh7B8002216>