Opened 15 years ago

Last modified 12 years ago

#20636 closed defect

Octave 3.2.2 build error — at Version 1

Reported by: mf2k (Frank Schima) Owned by: alakazam@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: stechert@…
Port: octave

Description (last modified by mf2k (Frank Schima))

Mac OS X 10.5.8 Intel. Xcode 3.1.3.

$ sudo port upgrade octave
--->  Computing dependencies for octave
--->  Fetching octave
--->  Attempting to fetch octave-3.2.2.tar.gz from http://distfiles.macports.org/octave
--->  Attempting to fetch octave-3.2.2.tar.gz from http://arn.se.distfiles.macports.org/octave
--->  Attempting to fetch octave-3.2.2.tar.gz from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/octave
--->  Attempting to fetch octave-3.2.2.tar.gz from ftp://ftp.gnu.org/pub/gnu/octave/
--->  Verifying checksum(s) for octave
--->  Extracting octave
--->  Configuring octave
--->  Building octave
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_math_octave/work/octave-3.2.2" && /usr/bin/make -j8 all " returned error 2
Command output: /usr/bin/make -C misc all
making quit.d from quit.cc
making f77-extern.d from f77-extern.cc
making cquit.d from cquit.c
making lo-error.d from lo-error.c
making f77-fcn.d from f77-fcn.c
mkdir pic
/opt/local/bin/gfortran-mp-4.3 -c -O2 -m32 -mieee-fp -o d1mach.o d1mach.f
making d1mach.def from d1mach.f
making r1mach.def from r1mach.f
/opt/local/bin/gfortran-mp-4.3 -c -O2 -m32 -mieee-fp -o r1mach.o r1mach.f
making i1mach.def from i1mach.f
/opt/local/bin/gfortran-mp-4.3 -c -O2 -m32 -mieee-fp -o i1mach.o i1mach.f
/opt/local/bin/gcc-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I../.. -I../../liboctave -I../../src -I../../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wformat -O2 -m32 f77-fcn.c -o f77-fcn.o
/opt/local/bin/gcc-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I../.. -I../../liboctave -I../../src -I../../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wformat -O2 -m32 lo-error.c -o lo-error.o
/opt/local/bin/gcc-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I../.. -I../../liboctave -I../../src -I../../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wformat -O2 -m32 cquit.c -o cquit.o
/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I../.. -I../../liboctave -I../../src -I../../libcruft/misc  -DHAVE_CONFIG_H   -O2 -arch i386 -I/opt/local/include/freetype2 -I/opt/local/include f77-extern.cc -o f77-extern.o
/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I../.. -I../../liboctave -I../../src -I../../libcruft/misc  -DHAVE_CONFIG_H   -O2 -arch i386 -I/opt/local/include/freetype2 -I/opt/local/include quit.cc -o quit.o
cc1plus: error: unrecognized command line option "-arch"
cc1plus: error: unrecognized command line option "-arch"
make[3]: *** [quit.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [f77-extern.o] Error 1
lo-error.c: In function 'liboctave_warning_with_id':
lo-error.c:107: warning: unused parameter 'id'
f77-fcn.c: In function 'xstopx_':
f77-fcn.c:64: warning: function declared 'noreturn' has a 'return' statement
make[2]: *** [misc] Error 2
make[1]: *** [libcruft] Error 2
make: *** [all] Error 2

Error: Unable to upgrade port: 1

Change History (1)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.