Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2004 11:56:20 +0200
From:      Erik Mossberg <erik.mossberg@karlssonspools.com>
To:        freebsd-ports@freebsd.org
Subject:   mjpegtools error
Message-ID:  <40E13CC4.8070407@karlssonspools.com>

next in thread | raw e-mail | index | archive | help
Hello,

Sorry if this is not the correct list for this.

When I try to build mjpegtools 1.6.2 from ports, compile fails with this 
error:

 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../utils -I/usr/local/include 
-D_THREAD_SAFE -mcpu=i686 -march=i386 -O2 -pipe -funroll-loops 
-ffast-math -march=pentium4 -pthread -Wall -Wunused -MT quantize_x86.lo 
-MD -MP -MF .deps/quantize_x86.Tpo -c quantize_x86.c  -fPIC -DPIC -o 
.libs/quantize_x86.o
{standard input}: Assembler messages:
{standard input}:67: Error: suffix or operands invalid for `movd'
{standard input}:69: Error: suffix or operands invalid for `movd'
{standard input}:77: Error: suffix or operands invalid for `movd'
{standard input}:223: Error: suffix or operands invalid for `movd'
{standard input}:225: Error: suffix or operands invalid for `movd'
{standard input}:233: Error: suffix or operands invalid for `movd'
gmake[2]: *** [quantize_x86.lo] Error 1
gmake[2]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.2/mpeg2enc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.2'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/mjpegtools.

Complete output can be found here http://anime-only.net/~omicron/make.log (if needed)

My make.conf looks like this:
CPUTYPE=p4
CFLAGS= -O2 -pipe -funroll-loops -ffast-math
COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math

And i'm running FreeBSD 5.2.1-RELEASE-p8, gcc 3.3.3 I think.

Any idea how to go get this working?

Sincerely,
Erik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40E13CC4.8070407>