On 6/20/2014 7:46 AM, Dominique Dhumieres wrote:
> Compiling: cantor4-mac-4.13.1-2 failed on
>
> Package manager version: 0.37.0
> Distribution version: selfupdate-rsync Fri Jun 20 12:11:49 2014, 10.9, x86_64
> Trees: local/main stable/main
> Xcode.app: 5.1.1
> Xcode command-line tools: 5.1.0.0.1.1396320587
> Max. Fink build jobs:  8
>
> with
>
> ...
> -- Found Qt-Version 4.8.6
> --  -> QT_QMAKE_EXECUTABLE is /sw64/lib/qt4-mac/bin/qmake
> --  -> QT_INCLUDE_DIR is 
> /sw64/lib/qt4-mac/include;/sw64/lib/qt4-mac/lib/QtCore.framework
> --  -> QT_QTCORE_INCLUDE_DIR is /sw64/lib/qt4-mac/include/QtCore
> --  -> QT_BINARY_DIR is /sw64/lib/qt4-mac/bin
> --  -> QT_LIBRARY_DIR is /sw64/lib/qt4-mac/lib
> --  -> QT_PLUGINS_DIR is /sw64/lib/qt4-mac/plugins
> --  -> QT_MKSPECS_DIR is /sw64/lib/qt4-mac/share/qt4/mkspecs
> -- Looking for include file pthread.h
> -- Looking for include file pthread.h - found
> -- Looking for pthread_create
> -- Looking for pthread_create - found
> -- Found Threads: TRUE
> -- Found OpenSSL: 
> /sw64/lib/system-openssl/lib/libssl.dylib;/sw64/lib/system-openssl/lib/libcrypto.dylib
>  (found version "0.9.8y")
> -- Found Automoc4: /sw64/opt/kde4/mac/bin/automoc4
> -- Found Perl: /usr/bin/perl (found version "5.16.2")
> -- Looking for Phonon
> --  -> KDE4_INCLUDE_INSTALL_DIR is /sw64/opt/kde4/mac/include
> --  -> KDE4_LIB_INSTALL_DIR is /sw64/opt/kde4/mac/lib
> --  -> INCLUDE_INSTALL_DIR is
> --  -> QT_LIBRARY_DIR is /sw64/lib/qt4-mac/lib
> --  -> QT_INCLUDE_DIR is 
> /sw64/lib/qt4-mac/include;/sw64/lib/qt4-mac/lib/QtCore.framework
> -- Results of Search for Phonon
> --  -> PHONON_VERSION is 4.5.0
> --  -> PHONON_INCLUDE_DIR is /sw64/lib/qt4-mac/lib/phonon.framework
> --  -> PHONON_LIBRARY is /sw64/lib/qt4-mac/lib/phonon.framework
> -- Found Phonon: /sw64/lib/qt4-mac/lib/phonon.framework (Required is at least 
> version "4.3.80")
> -- Performing Test _OFFT_IS_64BIT
> -- Performing Test _OFFT_IS_64BIT - Success
> -- Found KDE 4.12 include dir: /sw64/opt/kde4/mac/include
> -- Found KDE 4.12 library dir: /sw64/opt/kde4/mac/lib
> -- Found the KDE4 kconfig_compiler preprocessor: 
> /sw64/opt/kde4/mac/bin/kconfig_compiler
> -- Found automoc4: /sw64/opt/kde4/mac/bin/automoc4
> -- Found Qalculate: -L/sw64/lib -lcln -lpthread -lqalculate -lglib-2.0 -lintl 
> -lxml2
> -- -L/sw64/lib -lcln
> -- Found PythonLibs: /sw64/lib/libpython2.7.dylib (found suitable version 
> "2.7.5", minimum required is "2.7")
> CMake Error: Attempt to add a custom rule to output 
> "/sw64/src/fink.build/cantor4-mac-4.13.1-2/cantor-4.13.1/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule"
>  which already has a custom rule.
> CMake Error: Attempt to add a custom rule to output 
> "/sw64/src/fink.build/cantor4-mac-4.13.1-2/cantor-4.13.1/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule"
>  which already has a custom rule.

I don't see this error on either 10.7 or 10.9.  A quick thing to try is 
add the following to the very beginning of CompileScript (right after 
#!/bin/sh -ev)

perl -ni -e 'print unless /kde4_add_app_icon/' src/CMakeLists.txt
perl -ni -e 'print unless /app-cantor.png/' src/CMakeLists.txt

Unfortunately, I think that will kill the application icon for cantor.

Hanspeter


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to