Hi,

With the knowledge of the maintainer (Jack Fink) I am trying to get a  
newer version of the package massxpert to build. Upstream has switched  
to cmake, but neither Jack or myself have been able to get it to work.  
Upstream is also not responsive, so I am trying here.  The relevant  
part of the input file is:

CompileScript: <<
  #!/bin/sh -ev
  export PATH=%p/lib/qt4-x11/bin:$PATH
  %p/bin/cmake --debug-output \
  -DCMAKE_INSTALL_PREFIX:PATH=%p \
  -DCMAKE_INCLUDE_PATH=%p/include \
  -DCMAKE_LIBRARY_PATH=%p/lib \
  .
  make
<<
InstallScript: make install DESTDIR=%d


And here is the output:

#!/bin/sh -ev
  export PATH=/sw/lib/qt4-x11/bin:$PATH
  /sw/bin/cmake --debug-output \
  -DCMAKE_INSTALL_PREFIX:PATH=/sw \
  -DCMAKE_INCLUDE_PATH=/sw/include \
  -DCMAKE_LIBRARY_PATH=/sw/lib \
  .
Running with debug output on.
-- The C compiler identification is GNU
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeDetermineCCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- The CXX compiler identification is GNU
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeDetermineCXXCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- Check for working C compiler: /sw/bin/gcc
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeTestCCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- Check for working C compiler: /sw/bin/gcc -- works
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeTestCCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- Detecting C compiler ABI info
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeTestCCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- Detecting C compiler ABI info - done
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeTestCCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- Check for working CXX compiler: /sw/var/lib/fink/path-prefix-g+ 
+-4.0/c++
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeTestCXXCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- Check for working CXX compiler: /sw/var/lib/fink/path-prefix-g+ 
+-4.0/c++ -- works
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeTestCXXCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- Detecting CXX compiler ABI info
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeTestCXXCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- Detecting CXX compiler ABI info - done
    Called from: [2]    /sw/share/cmake-2.6/Modules/ 
CMakeTestCXXCompiler.cmake
                 [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt

    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
~~~~~~~~~~~~~~~~~~~~~~~~ SUMMARY ~~~~~~~~~~~~~~~~~~~~~~~~
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- TARGET: massXpert--VERSION: 2.0.4
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- CMAKE_INSTALL_PREFIX: /sw
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- MASSXPERT_BIN_DIR: /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/gui/massXpert.app/Contents/MacOS
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- MASSXPERT_DATA_DIR: /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/gui/massXpert.app/Contents/Resources/data
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- MASSXPERT_PLUGIN_DIR: /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/gui/massXpert.app/Contents/Plugins
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- MASSXPERT_LOCALE_DIR: /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/gui/massXpert.app/Contents/Locales
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- MASSXPERT_DOC_DIR: /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/gui/massXpert.app/Contents/Doc
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- MASSXPERT_USERMAN_DIR: /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/gui/massXpert.app/Contents/Doc/UserManual
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
~~~~~~~~~~~~~~~~~~~~~~~~ SUMMARY ~~~~~~~~~~~~~~~~~~~~~~~~
    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt

    Called from: [1]    /sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4/CMakeLists.txt
-- Configuring done
-- Generating /sw/src/fink.build/massxpert-2.0.4-1001/massxpert-2.0.4
-- Generating done
-- Build files have been written to: /sw/src/fink.build/ 
massxpert-2.0.4-1001/massxpert-2.0.4
  make
/sw/bin/cmake -H/sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4 -B/sw/src/fink.build/massxpert-2.0.4-1001/ 
massxpert-2.0.4 --check-build-system CMakeFiles/Makefile.cmake 0
/sw/bin/cmake -E cmake_progress_start /sw/src/fink.build/ 
massxpert-2.0.4-1001/massxpert-2.0.4/CMakeFiles /sw/src/fink.build/ 
massxpert-2.0.4-1001/massxpert-2.0.4/CMakeFiles/progress.make
make -f CMakeFiles/Makefile2 all
make[1]: Nothing to be done for `all'.
/sw/bin/cmake -E cmake_progress_start /sw/src/fink.build/ 
massxpert-2.0.4-1001/massxpert-2.0.4/CMakeFiles 0
phase test: passed
/bin/rm -rf /sw/src/fink.build/root-massxpert-2.0.4-1001
/bin/mkdir -p /sw/src/fink.build/root-massxpert-2.0.4-1001/sw
/bin/mkdir -p /sw/src/fink.build/root-massxpert-2.0.4-1001/DEBIAN
/usr/sbin/chown -R fink-bld:fink-bld /sw/src/fink.build/root- 
massxpert-2.0.4-1001
sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.3.a7qoWK
make install DESTDIR=/sw/src/fink.build/root-massxpert-2.0.4-1001
make: *** No rule to make target `install'.  Stop.


Any suggestions what could be going wrong?

Thanks,

- Koen.


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to