Changes between Initial Version and Version 1 of Ticket #36332


Ignore:
Timestamp:
Sep 26, 2012, 1:25:39 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember to use WikiFormatting and to Cc the maintainer of the affected port.

I've deleted the log output you pasted into the ticket description since the log you attached contains the same information.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36332

    • Property Owner changed from macports-tickets@… to michaelld@…
    • Property Summary changed from Building qca fails to qca: error: use of undeclared identifier 'set'
  • Ticket #36332 – Description

    initial v1  
    44
    55The log file that it mentions is attached.
    6 
    7 > sudo port -v install qca
    8 
    9 --->  Computing dependencies for qca.
    10 --->  Fetching distfiles for qca
    11 --->  Verifying checksum(s) for qca
    12 --->  Checksumming qca-2.0.3.tar.bz2
    13 --->  Extracting qca
    14 --->  Extracting qca-2.0.3.tar.bz2
    15 --->  Applying patches to qca
    16 --->  Applying patch-configure.diff
    17 patching file configure
    18 --->  Configuring qca
    19 Configuring Qt Cryptographic Architecture (QCA) ...
    20 
    21 PREFIX=/opt/macports
    22 BINDIR=/opt/macports/bin
    23 INCDIR=/opt/macports/include
    24 LIBDIR=/opt/macports/lib
    25 DATADIR=/opt/macports/share
    26 EX_QTDIR=/opt/macports
    27 QC_STATIC=
    28 QC_RELEASE=Y
    29 QC_DEBUG=
    30 QC_DEBUG_AND_RELEASE=
    31 QC_NO_SEPARATE_DEBUG_INFO=
    32 QC_SEPARATE_DEBUG_INFO=
    33 QC_NO_FRAMEWORK=Y
    34 QC_FRAMEWORK=
    35 QC_UNIVERSAL=
    36 QC_MAC_SDK=
    37 QC_DISABLE_TESTS=
    38 QC_CERTSTORE_PATH=
    39 QC_CERTSTORE_INTERNAL=
    40 
    41 Verifying Qt 4 build environment ...
    42 qmake found in /opt/macports/bin/qmake
    43 makespec is macx-g++
    44 Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/macports/Library/Frameworks
    45  -> ok
    46 conf command: [./configure]
    47 conf path:    [./configure]
    48 srcdir:       [/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3]
    49 builddir:     [/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3]
    50 profile:      [/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3/qca.pro]
    51 qmake path:   [/opt/macports/bin/qmake]
    52 qmakespec:    []
    53 make tool:    [/opt/macports/bin/gmake]
    54 
    55 Checking for Qt >= 4.2 ...
    56  * QT_VERSION = 0x40803
    57  -> yes
    58 
    59  * extra += CONFIG += release
    60 
    61 
    62  * extra += CONFIG += x86_64
    63 
    64 
    65  * extra += DEFINES += DATADIR=\\\"$$DATADIR/qca\\\"
    66 
    67  * DEFINES += HAVE_SYS_FILIO_H
    68  * Wrote atest.cpp:
    69 # include <stdlib.h>
    70 # include <sys/mman.h>
    71 int main() { void *f = 0; return mlock(f,8); }
    72 
    73  * Wrote atest.pro:
    74 CONFIG  += console
    75 CONFIG  -= qt app_bundle
    76 DESTDIR  = $$PWD
    77 SOURCES += atest.cpp
    78 
    79  * [/opt/macports/bin/qmake atest.pro]
    80  * returned: 0
    81  * [/opt/macports/bin/gmake]
    82 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W  -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -o atest.o atest.cpp
    83 /usr/bin/clang++ -headerpad_max_install_names -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -o atest atest.o     
    84  * returned: 0
    85  * [/opt/macports/bin/gmake distclean]
    86 rm -f atest.o
    87 rm -f *~ core *.core
    88 rm -f atest
    89 rm -f Makefile
    90  * returned: 0
    91  * extra +=
    92  * extra += prffiles.path = /opt/macports/share/qt4/mkspecs/features
    93 prffiles.files = crypto.prf
    94 INSTALLS += prffiles
    95 
    96  * extra += pcfiles.path = $$LIBDIR/pkgconfig
    97 pcfiles.files = lib/pkgconfig/qca2.pc
    98 INSTALLS += pcfiles
    99 
    100 Checking for certstore ...Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/macports/Library/Frameworks
    101 Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/macports/Library/Frameworks
    102  using Mac built-in
    103 
    104 Good, your configure finished.  Now run /opt/macports/bin/gmake.
    105 
    106 --->  Building qca
    107 make: Entering directory `/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3'
    108 cd tools/ && /opt/macports/bin/qmake /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3/tools/tools.pro -o Makefile
    109 cd src/ && /opt/macports/bin/qmake /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3/src/src.pro -o Makefile
    110 cd unittest/ && /opt/macports/bin/qmake /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3/unittest/unittest.pro -o Makefile
    111 cd examples/ && /opt/macports/bin/qmake /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3/examples/examples.pro -o Makefile
    112 Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/macports/Library/Frameworks
    113 Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/macports/Library/Frameworks
    114 Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/macports/Library/Frameworks
    115 Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/macports/Library/Frameworks
    116 Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/macports/Library/Frameworks
    117 Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/macports/Library/Frameworks
    118 Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/macports/Library/Frameworks
    119 cd src/ && /usr/bin/make -f Makefile all
    120 make[1]: Entering directory `/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3/src'
    121 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o util.o botantools/botan/util.cpp
    122 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o charset.o botantools/botan/charset.cpp
    123 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o parsing.o botantools/botan/parsing.cpp
    124 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o exceptn.o botantools/botan/exceptn.cpp
    125 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o mutex.o botantools/botan/mutex.cpp
    126 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o mux_qt.o botantools/botan/mux_qt/mux_qt.cpp
    127 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o defalloc.o botantools/botan/defalloc.cpp
    128 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o mem_pool.o botantools/botan/mem_pool.cpp
    129 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o libstate.o botantools/botan/libstate.cpp
    130 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o modules.o botantools/botan/modules.cpp
    131 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o mp_comba.o botantools/botan/mp_comba.cpp
    132 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o mp_mul.o botantools/botan/mp_mul.cpp
    133 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o mp_mulop.o botantools/botan/mp_mulop.cpp
    134 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o mp_shift.o botantools/botan/mp_shift.cpp
    135 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o mp_asm.o botantools/botan/mp_asm.cpp
    136 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o mp_misc.o botantools/botan/mp_misc.cpp
    137 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o divide.o botantools/botan/divide.cpp
    138 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o bit_ops.o botantools/botan/bit_ops.cpp
    139 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o big_base.o botantools/botan/big_base.cpp
    140 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o big_code.o botantools/botan/big_code.cpp
    141 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o big_io.o botantools/botan/big_io.cpp
    142 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o big_ops2.o botantools/botan/big_ops2.cpp
    143 /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -Wall -W -fPIC -DHAVE_SYS_FILIO_H -DDATADIR=\"/opt/macports/share/qca\" -DBOTAN_TYPES_QT -DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT -DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 -DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/opt/macports/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I../include/QtCrypto -I. -Ibotantools/botan -I/opt/macports/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/macports/include -F/opt/macports/Library/Frameworks -F/opt/macports/lib -o big_ops3.o botantools/botan/big_ops3.cpp
    144 In file included from botantools/botan/big_ops2.cpp:34:
    145 In file included from botantools/botan/botan/bigint.h:38:
    146 botantools/botan/botan/secmem.h:217:41: error: use of undeclared identifier 'set'
    147          { MemoryRegion<T>::init(true); set(in, n); }
    148                                         ^
    149                                         this->
    150 botantools/botan/big_ops2.cpp:170:26: note: in instantiation of member function 'QCA::Botan::SecureVector<unsigned int>::SecureVector' requested here
    151       SecureVector<word> z(data(), x_sw);
    152                          ^
    153 botantools/botan/botan/secmem.h:83:12: note: must qualify identifier to find this declaration in dependent base class
    154       void set(const T in[], u32bit n)    { create(n); copy(in, n); }
    155            ^
    156 botantools/botan/botan/secmem.h:84:12: note: must qualify identifier to find this declaration in dependent base class
    157       void set(const MemoryRegion<T>& in) { set(in.begin(), in.size()); }
    158            ^
    159 1 error generated.
    160 make[1]: *** [big_ops2.o] Error 1
    161 make[1]: *** Waiting for unfinished jobs....
    162 make[1]: Leaving directory `/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3/src'
    163 make: *** [sub-src-all] Error 2
    164 make: Leaving directory `/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3'
    165 Command failed:  cd "/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/work/qca-2.0.3" && /usr/bin/make -j4 -w all
    166 Exit code: 2
    167 Warning: targets not executed for qca: org.macports.activate org.macports.build org.macports.destroot org.macports.install
    168 Please see the log file for port qca for details:
    169     /opt/macports/var/macports/logs/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qca/qca/main.log
    170 To report a bug, follow the instructions in the guide:
    171     http://guide.macports.org/#project.tickets