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 |
---|
5 | patching file src/sqlite3_wrap.cpp |
---|
6 | Hunk #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 |
---|
8 | patching file src/odbc_wrap.cpp |
---|
9 | Hunk #1 succeeded at 6521 (offset 60 lines). |
---|
10 | ---> Configuring octave-database |
---|
11 | checking for gcc... /usr/bin/gcc-4.2 |
---|
12 | checking for C compiler default output file name... a.out |
---|
13 | checking whether the C compiler works... yes |
---|
14 | checking whether we are cross compiling... no |
---|
15 | checking for suffix of executables... |
---|
16 | checking for suffix of object files... o |
---|
17 | checking whether we are using the GNU C compiler... yes |
---|
18 | checking whether /usr/bin/gcc-4.2 accepts -g... yes |
---|
19 | checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed |
---|
20 | checking for mkoctfile... mkoctfile |
---|
21 | retrieving compile and link flags from mkoctfile |
---|
22 | checking for F77_FUNC... yes |
---|
23 | checking for SLList.h... no |
---|
24 | checking for lo_ieee_nan_value... yes |
---|
25 | checking for octave_idx_type... yes |
---|
26 | checking for quit.h... yes |
---|
27 | checking for octave... octave |
---|
28 | checking for OCTAVE_VERSION in Octave... 3.2.3 |
---|
29 | checking for octave_config_info('canonical_host_type') in Octave... i386-apple-darwin10.2.0 |
---|
30 | checking for octave_config_info('SHLEXT') in Octave... dylib |
---|
31 | checking whether ln -s works... yes |
---|
32 | checking for ranlib... ranlib |
---|
33 | checking for strip... strip |
---|
34 | checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E |
---|
35 | checking for grep that handles long lines and -e... /usr/bin/grep |
---|
36 | checking for egrep... /usr/bin/grep -E |
---|
37 | checking for ANSI C header files... yes |
---|
38 | checking for sys/types.h... yes |
---|
39 | checking for sys/stat.h... yes |
---|
40 | checking for stdlib.h... yes |
---|
41 | checking for string.h... yes |
---|
42 | checking for memory.h... yes |
---|
43 | checking for strings.h... yes |
---|
44 | checking for inttypes.h... yes |
---|
45 | checking for stdint.h... yes |
---|
46 | checking for unistd.h... yes |
---|
47 | checking postgresql/libpq-fe.h usability... no |
---|
48 | checking postgresql/libpq-fe.h presence... no |
---|
49 | checking for postgresql/libpq-fe.h... no |
---|
50 | checking mysql/mysql.h usability... no |
---|
51 | checking mysql/mysql.h presence... no |
---|
52 | checking for mysql/mysql.h... no |
---|
53 | checking sqlite3.h usability... yes |
---|
54 | checking sqlite3.h presence... yes |
---|
55 | checking for sqlite3.h... yes |
---|
56 | checking sql.h usability... yes |
---|
57 | checking sql.h presence... yes |
---|
58 | checking for sql.h... yes |
---|
59 | configure: creating ./config.status |
---|
60 | config.status: creating Makeconf |
---|
61 | |
---|
62 | "$prefix" is /opt/local |
---|
63 | "$exec_prefix" is ${prefix} |
---|
64 | |
---|
65 | octave 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 |
---|
69 | alternatives: |
---|
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 | |
---|
73 | shell 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 | |
---|
79 | octave-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 | |
---|
88 | find . -name NOINSTALL -print # shows which toolboxes won't be installed |
---|
89 | |
---|
90 | ---> Building octave-database |
---|
91 | CXXFLAGS="-pipe -arch x86_64" mkoctfile -DHAVE_OCTAVE_32 -v -o sqlite3.oct -lsqlite3 sqlite3_wrap.cpp |
---|
92 | CXXFLAGS="-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 |
---|
95 | cc1plus: error: unrecognized command line option "-arch" |
---|
96 | cc1plus: error: unrecognized command line option "-arch" |
---|
97 | make[1]: *** [odbc.oct] Error 1 |
---|
98 | make[1]: *** Waiting for unfinished jobs.... |
---|
99 | make[1]: *** [sqlite3.oct] Error 1 |
---|
100 | make: *** [build] Error 2 |
---|
101 | Error: 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 |
---|
102 | Command output: CXXFLAGS="-pipe -arch x86_64" mkoctfile -DHAVE_OCTAVE_32 -v -o sqlite3.oct -lsqlite3 sqlite3_wrap.cpp |
---|
103 | CXXFLAGS="-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 |
---|
106 | cc1plus: error: unrecognized command line option "-arch" |
---|
107 | cc1plus: error: unrecognized command line option "-arch" |
---|
108 | make[1]: *** [odbc.oct] Error 1 |
---|
109 | make[1]: *** Waiting for unfinished jobs.... |
---|
110 | make[1]: *** [sqlite3.oct] Error 1 |
---|
111 | make: *** [build] Error 2 |
---|
112 | |
---|
113 | Warning: the following items did not execute (for octave-database): org.macports.activate org.macports.build org.macports.destroot org.macports.install |
---|
114 | Error: Status 1 encountered during processing. |
---|