Ticket #22766: octave-database.log

File octave-database.log, 6.1 KB (added by earcar@…, 14 years ago)

octave database build log

Line 
1--->  Extracting octave-database
2--->  Extracting database-1.0.4.tar.gz
3--->  Applying patches to octave-database
4--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/math/octave-database/files/patch-sqlite3_wrap.cpp.diff
5patching file src/sqlite3_wrap.cpp
6Hunk #1 succeeded at 6858 (offset 99 lines).
7--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/math/octave-database/files/patch-odbc_wrap.cpp.diff
8patching file src/odbc_wrap.cpp
9Hunk #1 succeeded at 6521 (offset 60 lines).
10--->  Configuring octave-database
11checking for gcc... /usr/bin/gcc-4.2
12checking for C compiler default output file name... a.out
13checking whether the C compiler works... yes
14checking whether we are cross compiling... no
15checking for suffix of executables...
16checking for suffix of object files... o
17checking whether we are using the GNU C compiler... yes
18checking whether /usr/bin/gcc-4.2 accepts -g... yes
19checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
20checking for mkoctfile... mkoctfile
21retrieving compile and link flags from mkoctfile
22checking for F77_FUNC... yes
23checking for SLList.h... no
24checking for lo_ieee_nan_value... yes
25checking for octave_idx_type... yes
26checking for quit.h... yes
27checking for octave... octave
28checking for OCTAVE_VERSION in Octave... 3.2.3
29checking for octave_config_info('canonical_host_type') in Octave... i386-apple-darwin10.2.0
30checking for octave_config_info('SHLEXT') in Octave... dylib
31checking whether ln -s works... yes
32checking for ranlib... ranlib
33checking for strip... strip
34checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
35checking for grep that handles long lines and -e... /usr/bin/grep
36checking for egrep... /usr/bin/grep -E
37checking for ANSI C header files... yes
38checking for sys/types.h... yes
39checking for sys/stat.h... yes
40checking for stdlib.h... yes
41checking for string.h... yes
42checking for memory.h... yes
43checking for strings.h... yes
44checking for inttypes.h... yes
45checking for stdint.h... yes
46checking for unistd.h... yes
47checking postgresql/libpq-fe.h usability... no
48checking postgresql/libpq-fe.h presence... no
49checking for postgresql/libpq-fe.h... no
50checking mysql/mysql.h usability... no
51checking mysql/mysql.h presence... no
52checking for mysql/mysql.h... no
53checking sqlite3.h usability... yes
54checking sqlite3.h presence... yes
55checking for sqlite3.h... yes
56checking sql.h usability... yes
57checking sql.h presence... yes
58checking for sql.h... yes
59configure: creating ./config.status
60config.status: creating Makeconf
61 
62  "$prefix" is /opt/local
63  "$exec_prefix" is ${prefix}
64
65octave commands will install into the following directories:
66   m-files:   /opt/local/share/octave/3.2.3/site/m/octave-forge
67   oct-files: /opt/local/libexec/octave/3.2.3/site/oct/i386-apple-darwin10.2.0/octave-forge
68   binaries:  /opt/local/libexec/octave/3.2.3/site/exec/i386-apple-darwin10.2.0
69alternatives:
70   m-files:   /opt/local/share/octave/3.2.3/site/octave-forge-alternatives/m
71   oct-files: /opt/local/libexec/octave/3.2.3/site/octave-forge-alternatives/oct/i386-apple-darwin10.2.0
72
73shell commands will install into the following directories:
74   binaries:  ${exec_prefix}/bin
75   man pages: ${datarootdir}/man
76   libraries: ${exec_prefix}/lib
77   headers:   ${prefix}/include
78
79octave-forge is configured with
80   octave:      octave (version 3.2.3)
81   mkoctfile:   mkoctfile for Octave 3
82   swig:        pre-generated
83   postgres:    postgresql/libpq-fe.h not found
84   mysql:       mysql/mysql.h not found
85   sqlite3:     yes
86   odbc:        yes
87
88find . -name NOINSTALL -print    # shows which toolboxes won't be installed
89
90--->  Building octave-database
91CXXFLAGS="-pipe -arch x86_64" mkoctfile -DHAVE_OCTAVE_32 -v -o sqlite3.oct -lsqlite3 sqlite3_wrap.cpp
92CXXFLAGS="-pipe -arch x86_64" mkoctfile -DHAVE_OCTAVE_32 -v -o odbc.oct -lodbc odbc_wrap.cpp
93/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -fPIC -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -mieee-fp -I/opt/local/include/freetype2 -I/opt/local/include -pipe -arch x86_64 -DHAVE_OCTAVE_32 sqlite3_wrap.cpp -o sqlite3_wrap.o
94/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -fPIC -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -mieee-fp -I/opt/local/include/freetype2 -I/opt/local/include -pipe -arch x86_64 -DHAVE_OCTAVE_32 odbc_wrap.cpp -o odbc_wrap.o
95cc1plus: error: unrecognized command line option "-arch"
96cc1plus: error: unrecognized command line option "-arch"
97make[1]: *** [odbc.oct] Error 1
98make[1]: *** Waiting for unfinished jobs....
99make[1]: *** [sqlite3.oct] Error 1
100make: *** [build] Error 2
101Error: 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-database/work/database-1.0.4" && /usr/bin/make -j2 all " returned error 2
102Command output: CXXFLAGS="-pipe -arch x86_64" mkoctfile -DHAVE_OCTAVE_32 -v -o sqlite3.oct -lsqlite3 sqlite3_wrap.cpp
103CXXFLAGS="-pipe -arch x86_64" mkoctfile -DHAVE_OCTAVE_32 -v -o odbc.oct -lodbc odbc_wrap.cpp
104/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -fPIC -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -mieee-fp -I/opt/local/include/freetype2 -I/opt/local/include -pipe -arch x86_64 -DHAVE_OCTAVE_32 sqlite3_wrap.cpp -o sqlite3_wrap.o
105/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -fPIC -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -mieee-fp -I/opt/local/include/freetype2 -I/opt/local/include -pipe -arch x86_64 -DHAVE_OCTAVE_32 odbc_wrap.cpp -o odbc_wrap.o
106cc1plus: error: unrecognized command line option "-arch"
107cc1plus: error: unrecognized command line option "-arch"
108make[1]: *** [odbc.oct] Error 1
109make[1]: *** Waiting for unfinished jobs....
110make[1]: *** [sqlite3.oct] Error 1
111make: *** [build] Error 2
112
113Warning: the following items did not execute (for octave-database): org.macports.activate org.macports.build org.macports.destroot org.macports.install
114Error: Status 1 encountered during processing.