[SciPy-user] scipy svn build errors (fftpack)

Ken Schutte kschutte at csail.mit.edu
Mon Jul 10 17:03:35 EDT 2006


listservs at mac.com wrote:
> 
> Recent svn builds of scipy on OSX are failing. The errors occur with  
> fftpack:
> 

I was also about to post about an error building scipy svn due to 
fftpack.  Although, I'm not sure if it's a related problem (that looked 
like an ld error, mine's on compiling).  I am on Fedora Core 4, and 
getting the following error messages:
------------------------------------------------
building 'dfftpack' library
compiling Fortran sources
Fortran f77 compiler: /usr/bin/g77 -g -Wall -fno-second-underscore -fPIC
-O2 -funroll-loops -march=pentium3 -mmmx -msse2 -m
sse -fomit-frame-pointer -malign-double
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/Lib
creating build/temp.linux-i686-2.4/Lib/fftpack
creating build/temp.linux-i686-2.4/Lib/fftpack/dfftpack
compile options: '-c'
g77:f77: Lib/fftpack/dfftpack/zffti1.f
Lib/fftpack/dfftpack/zffti1.f: In subroutine `zffti1':
Lib/fftpack/dfftpack/zffti1.f:10: warning: `ntry' might be used
uninitialized in this function
g77:f77: Lib/fftpack/dfftpack/dcost.f
g77:f77: Lib/fftpack/dfftpack/dsint.f
g77:f77: Lib/fftpack/dfftpack/zfftf.f
g77:f77: Lib/fftpack/dfftpack/dsinti.f
g77:f77: Lib/fftpack/dfftpack/dcosti.f
g77:f77: Lib/fftpack/dfftpack/dcosqi.f
g77:f77: Lib/fftpack/dfftpack/dsinqi.f
g77:f77: Lib/fftpack/dfftpack/dcosqf.f
g77:f77: Lib/fftpack/dfftpack/dcosqb.f
g77:f77: Lib/fftpack/dfftpack/dsinqf.f
g77:f77: Lib/fftpack/dfftpack/dfftb.f
g77:f77: Lib/fftpack/dfftpack/zffti.f
g77:f77: Lib/fftpack/dfftpack/zfftb.f
g77:f77: Lib/fftpack/dfftpack/dfftf.f
g77:f77: Lib/fftpack/dfftpack/dfftb1.f
g77:f77: Lib/fftpack/dfftpack/dffti.f
g77:f77: Lib/fftpack/dfftpack/zfftf1.f
/tmp/ccCnF9WU.s: Assembler messages:
/tmp/ccCnF9WU.s:599: Error: suffix or operands invalid for `movd'
/tmp/ccCnF9WU.s:2982: Error: suffix or operands invalid for `movd'
/tmp/ccCnF9WU.s: Assembler messages:
/tmp/ccCnF9WU.s:599: Error: suffix or operands invalid for `movd'
/tmp/ccCnF9WU.s:2982: Error: suffix or operands invalid for `movd'
error: Command "/usr/bin/g77 -g -Wall -fno-second-underscore -fPIC -O2
-funroll-loops -march=pentium3 -mmmx -msse2 -msse -f
omit-frame-pointer -malign-double -c -c Lib/fftpack/dfftpack/zfftf1.f -o
build/temp.linux-i686-2.4/Lib/fftpack/dfftpack/zff
tf1.o" failed with exit status 1
------------------------------------

Someone noted the same thing on FC5 about a month ago on SciPy-dev:
http://www.scipy.net/pipermail/scipy-dev/2006-June/005885.html

Any suggestions would be appreciated.

Thanks,
Ken




More information about the SciPy-User mailing list