> On Nov 8, 2015, at 10:55, Greg Minshall <minsh...@acm.org> wrote:
> 
> hi.  i'm running:
> ----
> Darwin greg-minshalls-mbp.local 14.5.0 Darwin Kernel Version 14.5.0: Tue Sep  
> 1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64 x86_64
> ----
> (macosx 10.10.5).  trying to install some other package, i trip up
> trying to build qscintilla2-qt4-mac-py27.  the output is all below.
> 
> any thoughts?  i've been holding off updating to macosx 10.11.
> 
> cheers, Greg Minshall
> 
> ----
> g++ -c -pipe -fno-exceptions -O2 -arch x86_64 -Xarch_x86_64 
> -mmacosx-version-min=10.10 -Wall -W -fPIC -DSIP_PROTECTED_IS_PUBLIC 
> -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB 
> -DQT_SHARED -I/sw/lib/qt4-mac/share/qt4/mkspecs/macx-g++ -I. -I. 
> -I/sw/lib/qt4-mac/lib/QtCore.framework/Versions/4/Headers 
> -I/sw/lib/qt4-mac/include/QtCore 
> -I/sw/lib/qt4-mac/lib/QtGui.framework/Versions/4/Headers 
> -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include 
> -I/sw/include/python2.7 -I/sw/lib/qt4-mac/include -F/sw/lib/qt4-mac/lib -o 
> sipQsciQsciAbstractAPIs.o sipQsciQsciAbstractAPIs.cpp
> ./sipQsciQsciAbstractAPIs.cpp:106:10: warning: 
> 'sipQsciAbstractAPIs::disconnectNotify' hides overloaded virtual function 
> [-Woverloaded-virtual]
>    void disconnectNotify(const QMetaMethod&);
>         ^
> /sw/lib/qt4-mac/include/QtCore/qobject.h:291:18: note: hidden overloaded 
> virtual function 'QObject::disconnectNotify' declared here: type mismatch at 
> 1st parameter ('const char *' vs 'const QMetaMethod &')
>    virtual void disconnectNotify(const char *signal);
>                 ^
> ./sipQsciQsciAbstractAPIs.cpp:107:10: warning: 
> 'sipQsciAbstractAPIs::connectNotify' hides overloaded virtual function 
> [-Woverloaded-virtual]
>    void connectNotify(const QMetaMethod&);
>         ^
> /sw/lib/qt4-mac/include/QtCore/qobject.h:290:18: note: hidden overloaded 
> virtual function 'QObject::connectNotify' declared here: type mismatch at 1st 
> parameter ('const char *' vs 'const QMetaMethod &')
>    virtual void connectNotify(const char *signal);
>                 ^
> ./sipQsciQsciAbstractAPIs.cpp:166:44: error: no viable conversion from 'const 
> QMetaMethod' to 'const char *'
>        QsciAbstractAPIs::disconnectNotify(a0);
>                                           ^~
> /sw/lib/qt4-mac/include/QtCore/qobject.h:291:47: note: passing argument to 
> parameter 'signal' here
>    virtual void disconnectNotify(const char *signal);
>                                              ^
> ./sipQsciQsciAbstractAPIs.cpp:184:41: error: no viable conversion from 'const 
> QMetaMethod' to 'const char *'
>        QsciAbstractAPIs::connectNotify(a0);
>                                        ^~
> /sw/lib/qt4-mac/include/QtCore/qobject.h:290:44: note: passing argument to 
> parameter 'signal' here
>    virtual void connectNotify(const char *signal);
>                                           ^
> 2 warnings and 2 errors generated.
> Makefile:365: recipe for target 'sipQsciQsciAbstractAPIs.o' failed
> make: *** [sipQsciQsciAbstractAPIs.o] Error 1
> ### execution of /tmp/fink.HTS2t failed, exit code 2
> ### execution of /tmp/fink.aJBv1 failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-qscintilla2-qt4-mac-py27-2.8.4-1
> (Reading database ... 350337 files and directories currently installed.)
> Removing fink-buildlock-qscintilla2-qt4-mac-py27-2.8.4-1 ...
> Failed: phase compiling: qscintilla2-qt4-mac-py27-2.8.4-1 failed
> 
> Before reporting any errors, please run "fink selfupdate" and try again.
> 
> If you continue to have issues, please check to see if the FAQ on Fink's 
> website solves the problem.  If not, ask on one (not both, please) of
> these mailing lists:
> 
>        The Fink Users List <fink-users@lists.sourceforge.net>
>        The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
> 
> with a carbon copy to the maintainer:
> 
>        Daniel Johnson <dan...@daniel-johnson.org>
> 
> Note that this is preferable to emailing just the maintainer directly,
> since most fink package maintainers do not have access to all possible
> hardware and software configurations.
> 
> Please try to include the complete error message in your report.  This
> generally consists of a compiler line starting with e.g. "gcc" or "g++"
> followed by the actual error output from the compiler.
> 
> Also include the following system information:
> Package manager version: 0.39.2
> Distribution version: selfupdate-rsync Sun Nov  8 20:05:44 2015, 10.10, x86_64
> Trees: local/main stable/main local/injected
> Xcode.app: 7.1
> Xcode command-line tools: 7.1.0.0.1.1444952191
> Max. Fink build jobs:  1
> 

I didn’t reproduce this (10.11/Xcode 7.1).  Are your qt4* packages current?

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


------------------------------------------------------------------------------
_______________________________________________
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