Ticket #17211: octave_build.txt

File octave_build.txt, 5.1 KB (added by hans@…, 15 years ago)
Line 
1$ sudo port upgrade -n octave
2--->  Fetching octave
3--->  Attempting to fetch octave-3.0.3.tar.gz from ftp://ftp.gnu.org/pub/gnu/octave/
4--->  Verifying checksum(s) for octave
5--->  Extracting octave
6--->  Applying patches to octave
7--->  Configuring octave
8--->  Building octave with target all
9Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_octave/work/octave-3.0.3" && make all " returned error 2
10Command output: /usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dMatrix.cc -o dMatrix.o
11dMatrix.cc: In member function 'Matrix Matrix::tinverse(MatrixType&, octave_idx_type&, double&, int, int) const':
12dMatrix.cc:727: warning: variable 'work' might be clobbered by 'longjmp' or 'vfork'
13dMatrix.cc:728: warning: variable 'iwork' might be clobbered by 'longjmp' or 'vfork'
14dMatrix.cc: In member function 'Matrix Matrix::lssolve(const Matrix&, octave_idx_type&, octave_idx_type&, double&) const':
15dMatrix.cc:2137: warning: variable 'nlvl' might be clobbered by 'longjmp' or 'vfork'
16/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dNDArray.cc -o dNDArray.o
17/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dRowVector.cc -o dRowVector.o
18/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dbleAEPBAL.cc -o dbleAEPBAL.o
19/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dbleCHOL.cc -o dbleCHOL.o
20/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dbleDET.cc -o dbleDET.o
21/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dbleHESS.cc -o dbleHESS.o
22/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dbleLU.cc -o dbleLU.o
23/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dbleQR.cc -o dbleQR.o
24/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dbleQRP.cc -o dbleQRP.o
25/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dbleSCHUR.cc -o dbleSCHUR.o
26/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 dbleSVD.cc -o dbleSVD.o
27/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 boolSparse.cc -o boolSparse.o
28/usr/bin/g++-4.0 -c -I/opt/local/include -I/opt/local/include -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -O2 CSparse.cc -o CSparse.o
29CSparse.cc: In member function 'ComplexMatrix SparseComplexMatrix::fsolve(MatrixType&, const Matrix&, octave_idx_type&, double&, void (*)(double), bool) const':
30CSparse.cc:5769: error: invalid conversion from 'void (*)(int, const char*, int, const char*)' to 'void (*)(int, char*, int, char*)'
31CSparse.cc: In member function 'SparseComplexMatrix SparseComplexMatrix::fsolve(MatrixType&, const SparseMatrix&, octave_idx_type&, double&, void (*)(double), bool) const':
32CSparse.cc:6012: error: invalid conversion from 'void (*)(int, const char*, int, const char*)' to 'void (*)(int, char*, int, char*)'
33CSparse.cc: In member function 'ComplexMatrix SparseComplexMatrix::fsolve(MatrixType&, const ComplexMatrix&, octave_idx_type&, double&, void (*)(double), bool) const':
34CSparse.cc:6303: error: invalid conversion from 'void (*)(int, const char*, int, const char*)' to 'void (*)(int, char*, int, char*)'
35CSparse.cc: In member function 'SparseComplexMatrix SparseComplexMatrix::fsolve(MatrixType&, const SparseComplexMatrix&, octave_idx_type&, double&, void (*)(double), bool) const':
36CSparse.cc:6525: error: invalid conversion from 'void (*)(int, const char*, int, const char*)' to 'void (*)(int, char*, int, char*)'
37make[2]: *** [CSparse.o] Error 1
38make[1]: *** [liboctave] Error 2
39make: *** [all] Error 2
40
41Error: Unable to upgrade port: 1