Hi,
the compiling phase fails for qgis-mac-grass (1.5.0-7) on my machines
- Mac Pro 2011
- iMac mid-2007
Snow Leopard (10.6.8)
Package manager version: 0.32.3
Distribution version: selfupdate-rsync Sat Mar 3 10:47:48 2012, 10.6, x86_64
Trees: local/main stable/main unstable/main unstable/crypto
Xcode: 3.2.6
Max. Fink build jobs: 1
Here are the beginning and the end of the process:
prompt) fink install qgis-mac-grass
[...]
/sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/qgis_1.5.0.tar.gz
/tmp/fink.0KzW5
#!/bin/bash -ev
# Find Fink's PyQt4
PY_VER=2.7
perl -pi -e 's|sys.path = \[\\\"\"|sys.path =
\[\\\"/sw/lib/qt4-mac/lib/python'${PY_VER}'/site-packages\\", \\"\"|'
src/python/qgspythonutilsimpl.cpp
perl -pi -e 's|\.app|-grass.app|' CMakeLists.txt
export QTDIR=/sw/lib/qt4-mac
export PYTHONPATH=/sw/lib/qt4-mac/lib/python$PY_VER/site-packages:$PYTHONPATH
export PATH=/sw/lib/qt4-mac/lib/python$PY_VER/bin:$PATH
QGIS_OPTIONS="-DQGIS_APP_NAME=qgis-grass
-DCMAKE_PREFIX_PATH=/sw
-DEXECUTABLE_OUTPUT_PATH=/sw/src/fink.build/qgis-mac-grass-1.5.0-7/qgis-1.5.0/build/src/mac/Contents/MacOS
-DCMAKE_INSTALL_PREFIX=/sw/src/fink.build/qgis-mac-grass-1.5.0-7/qgis-1.5.0/Applications
-DCMAKE_BUILD_TYPE=Release
-DGDAL_INCLUDE_DIR=/sw/include/gdal1
-DGEOS_CONFIG=/sw/opt/libgeos3.2.2/bin/geos-config
-DQT_BINARY_DIR=/sw/lib/qt4-mac/bin
-DQT_INCLUDE_DIR=/sw/lib/qt4-mac/include
-DQT_QMAKE_EXECUTABLE=/sw/lib/qt4-mac/bin/qmake
-DPYTHON_DEBUG_LIBRARY=/sw/lib/python$PY_VER/config/libpython$PY_VER.dylib
-DPYTHON_INCLUDE_PATH=/sw/include/python$PY_VER
-DPYTHON_LIBRARY=/sw/lib/python$PY_VER/config/libpython$PY_VER.dylib
-DPYTHON_EXECUTABLE=/sw/bin/python$PY_VER
-DPYUIC4_PROGRAM=/sw/lib/qt4-mac/lib/python$PY_VER/bin/pyuic4
-DSIP_INCLUDE_DIR=/sw/include/python$PY_VER
-DSIP_BINARY_PATH=/sw/bin
-DPOSTGRESQL_PREFIX=/sw
-DPOSTGRES_CONFIG=/sw/bin/pg_config
-DSQLITE3_INCLUDE_DIR=
-DSQLITE3_LIBRARY="
QGIS_DIR=Applications/qgis1.5.0-grass.app/Contents
mkdir build
pushd build
/sw/src/fink.build/qgis-mac-grass-1.5.0-7/qgis-1.5.0/build
/sw/src/fink.build/qgis-mac-grass-1.5.0-7/qgis-1.5.0
case qgis-mac-grass in
qgis-mac)
cmake $QGIS_OPTIONS \
-DGRASS_INCLUDE_DIR= \
-DGRASS_PREFIX= ..
;;
qgis-mac-grass)
cmake $QGIS_OPTIONS \
-DGRASS_PREFIX=/sw/Applications/GRASS-6.4.app/Contents/MacOS \
..
;;
esac
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /sw/var/lib/fink/path-prefix-10.6/gcc
-- Check for working C compiler: /sw/var/lib/fink/path-prefix-10.6/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /sw/var/lib/fink/path-prefix-10.6/c++
-- Check for working CXX compiler: /sw/var/lib/fink/path-prefix-10.6/c++ --
works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Quantum GIS version: 1.5.0 Tethys (10500)
-- Found Iconv: /usr/lib/libiconv.dylib
-- Looking for openpty
-- Looking for openpty - found
-- Found Proj: /sw/lib/libproj.dylib
-- Found Expat: /sw/lib/libexpat.dylib
-- Using GSL from /sw
-- Found GEOS: /sw/opt/libgeos3.2.2/lib/libgeos_c.dylib
-- Found GDAL: /sw/lib/libgdal.dylib
-- Found PostgreSQL: /sw/opt/postgresql-9.0/lib/libpq.dylib
-- Found GRASS: /sw/Applications/GRASS-6.4.app/Contents/MacOS (6.4.1)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - found
-- Looking for QT_MAC_USE_COCOA
-- Looking for QT_MAC_USE_COCOA - found
-- Found Qt4: /sw/lib/qt4-mac/bin/qmake (found suitable version "4.7.3",
required is "4.4.0")
-- Found PythonInterp: /sw/bin/python2.7 (found version "2.7.2")
-- Found Python executable: /sw/bin/python2.7
-- Found Python version: 2.7.2
-- Found Python library: /sw/lib/python2.7/config/libpython2.7.dylib
-- Found SIP version: 4.13.2
-- Found PyQt4 version: 4.9.1
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
POSTGRESQL_PREFIX
PYTHON_DEBUG_LIBRARY
QGIS_APP_NAME
SQLITE3_INCLUDE_DIR
SQLITE3_LIBRARY
-- Build files have been written to:
/sw/src/fink.build/qgis-mac-grass-1.5.0-7/qgis-1.5.0/build
# Workaround for Makefile bug (1.5.0 only)
touch ../src/mac/Contents/SVN_MARKER-NOTFOUND
make VERSBOSE=0
Scanning dependencies of target svnversion
[ 0%] Built target svnversion
Scanning dependencies of target ui
[ 0%] Generating ui_qgisappbase.h
[ 0%] Generating ui_qgsabout.h
[...]
[ 62%] Building CXX object
src/analysis/CMakeFiles/qgis_analysis.dir/vector/qgsoverlayanalyzer.cpp.o
Linking CXX shared library libqgis_analysis.dylib
[ 62%] Built target qgis_analysis
[ 62%] Generating analysis/sipanalysispart0.cpp, analysis/sipanalysispart1.cpp,
analysis/sipanalysispart2.cpp, analysis/sipanalysispart3.cpp
sip: Deprecation warning:
/sw/src/fink.build/qgis-mac-grass-1.5.0-7/qgis-1.5.0/python/analysis/analysis.sip:2:
%Module version number should be specified using the 'version' argument
sip: Deprecation warning:
/sw/src/fink.build/qgis-mac-grass-1.5.0-7/qgis-1.5.0/python/core/core.sip:2:
%Module version number should be specified using the 'version' argument
sip:
/sw/src/fink.build/qgis-mac-grass-1.5.0-7/qgis-1.5.0/python/core/conversions.sip:269:
Mapped type has already been defined in another module
make[2]: *** [python/analysis/sipanalysispart0.cpp] Error 1
make[1]: *** [python/CMakeFiles/python_module_qgis_analysis.dir/all] Error 2
make: *** [all] Error 2
### execution of /tmp/fink.0KzW5 failed, exit code 2
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users