Hi,

I am trying to instal some python packages on my working fink under 10.9, and 
have this crash :

here I was trying to install ipython-py27, same error if trying pyqt4-py27.

Tried 2-3 times fink self update, but still the same.

Many thanks,


….
/sw/bin/flag-dedup /sw/bin/flag-sort -r -v g++ -c -pipe -Os 
-I/sw/lib/system-openssl/include -Wall -Wreturn-type -fno-strict-aliasing 
-Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type 
-Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef 
-Wmissing-noreturn -Winit-self -O3 -fvisibility=hidden 
-fvisibility-inlines-hidden -fPIC -D__USE_WS_X11__ -DBUILDING_QT__=1 
-DWTF_USE_ACCELERATED_COMPOSITING -DNDEBUG -DBUILDING_QT__ 
-DBUILDING_JavaScriptCore -DBUILDING_WTF -DQT_NO_DEBUG -DQT_CORE_LIB 
-DQT_SHARED -I/sw/lib/qt4-x11/mkspecs/darwin-g++ -I. 
-I/sw/lib/qt4-x11/include/QtCore -I/sw/lib/qt4-x11/include -I. -I../../webkit 
-Iassembler -Ibytecode -Ibytecompiler -Idebugger -Iinterpreter -Ijit -Iparser 
-Ipcre -Iprofiler -Iruntime -Iwtf -Iwtf/symbian -Iwtf/unicode -Iyarr -IAPI 
-IForwardingHeaders -Igenerated -I/include/QtWebKit -Ipcre 
-I/JavaScriptCore/tmp -I. -o obj/release/JSBase.o API/JSBase.cpp
/sw/bin/flag-sort: g++ -c -pipe -Os -Wall -Wreturn-type -fno-strict-aliasing 
-Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type 
-Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef 
-Wmissing-noreturn -Winit-self -O3 -fvisibility=hidden 
-fvisibility-inlines-hidden -fPIC -D__USE_WS_X11__ -DBUILDING_QT__=1 
-DWTF_USE_ACCELERATED_COMPOSITING -DNDEBUG -DBUILDING_QT__ 
-DBUILDING_JavaScriptCore -DBUILDING_WTF -DQT_NO_DEBUG -DQT_CORE_LIB 
-DQT_SHARED -o obj/release/JSBase.o API/JSBase.cpp -I. -I../../webkit 
-Iassembler -Ibytecode -Ibytecompiler -Idebugger -Iinterpreter -Ijit -Iparser 
-Ipcre -Iprofiler -Iruntime -Iwtf -Iwtf/symbian -Iwtf/unicode -Iyarr -IAPI 
-IForwardingHeaders -Igenerated -I/include/QtWebKit -I/JavaScriptCore/tmp 
-I/sw/lib/system-openssl/include -I/sw/lib/qt4-x11/mkspecs/darwin-g++ 
-I/sw/lib/qt4-x11/include/QtCore -I/sw/lib/qt4-x11/include
In file included from API/JSBase.cpp:30:
In file included from API/APICast.h:29:
In file included from runtime/JSAPIValueWrapper.h:26:
In file included from runtime/JSCell.h:26:
In file included from runtime/Collector.h:27:
In file included from ./wtf/HashCountedSet.h:26:
In file included from wtf/HashMap.h:24:
In file included from wtf/HashTable.h:29:
In file included from ./wtf/Threading.h:95:
/sw/lib/qt4-x11/include/QtCore/qglobal.h:327:6: warning: "This version of Mac 
OS X is unsupported" [-W#warnings]
#    warning "This version of Mac OS X is unsupported"
     ^
In file included from API/JSBase.cpp:30:
In file included from API/APICast.h:29:
In file included from runtime/JSAPIValueWrapper.h:26:
In file included from runtime/JSCell.h:26:
In file included from runtime/Collector.h:27:
In file included from ./wtf/HashCountedSet.h:26:
In file included from wtf/HashMap.h:24:
wtf/HashTable.h:274:85: error: call to 'swap' is ambiguous
    template<typename T> struct Mover<T, true> { static void move(T& from, T& 
to) { swap(from, to); } };
                                                                                
    ^~~~
wtf/HashTable.h:765:53: note: in instantiation of member function 
'WTF::Mover<std::__1::pair<WTF::RefPtr<JSC::UStringImpl>, 
JSC::SymbolTableEntry>,
      true>::move' requested here
        Mover<ValueType, Traits::needsDestruction>::move(entry, 
*lookupForWriting(Extractor::extract(entry)).first);
                                                    ^
wtf/HashTable.h:920:17: note: in instantiation of member function 
'WTF::HashTable<WTF::RefPtr<JSC::UStringImpl>,
      std::__1::pair<WTF::RefPtr<JSC::UStringImpl>, JSC::SymbolTableEntry>, 
WTF::PairFirstExtractor<std::__1::pair<WTF::RefPtr<JSC::UStringImpl>,
      JSC::SymbolTableEntry> >, JSC::IdentifierRepHash, 
WTF::PairHashTraits<WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> >,
      JSC::SymbolTableIndexHashTraits>, 
WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> > >::reinsert' requested here
                reinsert(oldTable[i]);
                ^
wtf/HashTable.h:898:9: note: in instantiation of member function 
'WTF::HashTable<WTF::RefPtr<JSC::UStringImpl>,
      std::__1::pair<WTF::RefPtr<JSC::UStringImpl>, JSC::SymbolTableEntry>, 
WTF::PairFirstExtractor<std::__1::pair<WTF::RefPtr<JSC::UStringImpl>,
      JSC::SymbolTableEntry> >, JSC::IdentifierRepHash, 
WTF::PairHashTraits<WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> >,
      JSC::SymbolTableIndexHashTraits>, 
WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> > >::rehash' requested here
        rehash(newSize);
        ^
wtf/HashTable.h:634:13: note: in instantiation of member function 
'WTF::HashTable<WTF::RefPtr<JSC::UStringImpl>,
      std::__1::pair<WTF::RefPtr<JSC::UStringImpl>, JSC::SymbolTableEntry>, 
WTF::PairFirstExtractor<std::__1::pair<WTF::RefPtr<JSC::UStringImpl>,
      JSC::SymbolTableEntry> >, JSC::IdentifierRepHash, 
WTF::PairHashTraits<WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> >,
      JSC::SymbolTableIndexHashTraits>, 
WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> > >::expand' requested here
            expand();
            ^
wtf/RefPtrHashMap.h:215:32: note: in instantiation of function template 
specialization 'WTF::HashTable<WTF::RefPtr<JSC::UStringImpl>,
      std::__1::pair<WTF::RefPtr<JSC::UStringImpl>, JSC::SymbolTableEntry>, 
WTF::PairFirstExtractor<std::__1::pair<WTF::RefPtr<JSC::UStringImpl>,
      JSC::SymbolTableEntry> >, JSC::IdentifierRepHash, 
WTF::PairHashTraits<WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> >,
      JSC::SymbolTableIndexHashTraits>, 
WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> > >::add<JSC::UStringImpl *, 
JSC::SymbolTableEntry,
      WTF::RefPtrHashMapRawKeyTranslator<JSC::UStringImpl *, 
std::__1::pair<WTF::RefPtr<JSC::UStringImpl>, JSC::SymbolTableEntry>,
      WTF::PairHashTraits<WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> >, 
JSC::SymbolTableIndexHashTraits>, JSC::IdentifierRepHash> >' requested here
        return m_impl.template add<RawKeyType, MappedType, 
RawKeyTranslator>(key, mapped);
                               ^
wtf/RefPtrHashMap.h:253:16: note: in instantiation of member function 
'WTF::HashMap<WTF::RefPtr<JSC::UStringImpl>, JSC::SymbolTableEntry,
      JSC::IdentifierRepHash, WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> >, 
JSC::SymbolTableIndexHashTraits>::inlineAdd' requested here
        return inlineAdd(key, mapped);
               ^
runtime/JSGlobalObject.h:330:27: note: in instantiation of member function 
'WTF::HashMap<WTF::RefPtr<JSC::UStringImpl>, JSC::SymbolTableEntry,
      JSC::IdentifierRepHash, WTF::HashTraits<WTF::RefPtr<JSC::UStringImpl> >, 
JSC::SymbolTableIndexHashTraits>::add' requested here
            symbolTable().add(global.identifier.ustring().rep(), newEntry);
                          ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/utility:412:1:
 note: candidate function [with _T1 =
      WTF::RefPtr<JSC::UStringImpl>, _T2 = JSC::SymbolTableEntry]
swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y)
^
wtf/HashTable.h:266:50: note: candidate function [with T = 
WTF::RefPtr<JSC::UStringImpl>, U = JSC::SymbolTableEntry]
    template<typename T, typename U> inline void swap(pair<T, U>& a, pair<T, 
U>& b)
                                                 ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/type_traits:3003:1:
 note: candidate function [with _Tp
      = std::__1::pair<WTF::RefPtr<JSC::UStringImpl>, JSC::SymbolTableEntry>]
swap(_Tp& __x, _Tp& __y) _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value &&
^
1 warning and 1 error generated.
make[1]: *** [obj/release/JSBase.o] Error 1
make: *** [sub-JavaScriptCore-make_default-ordered] Error 2
### execution of /tmp/fink.ZJ9M_ failed, exit code 2
### execution of /tmp/fink.ZNNpS failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-qtwebkit-x11-2.0.0-39
(Reading database ... 48604 files and directories currently installed.)
Removing fink-buildlock-qtwebkit-x11-2.0.0-39 ...
Failed: phase compiling: qtwebkit-x11-2.0.0-39 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:

        Benjamin Reed <qtweb...@fink.raccoonfink.com>

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.35.99.git
Distribution version: selfupdate-rsync Mon Oct 28 14:25:04 2013, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.0.1
Xcode command-line tools: 5.0.1.0.1.1382131676
Max. Fink build jobs:  1

[Sandrines-MacBook-Pro-Retina:~] bottinelli% 

!! PLEASE NOTE MY NEW EMAIL ADDRESS !!

--------------------------------------------------------------
Emmanuel Caux, emmanuel.c...@irap.omp.eu
DR2 CNRS   -   Departement MICMAC
Institut de Recherche en Astrophysique et Planétologie
(IRAP formerly CESR)
BP 44346, 31028 Toulouse Cedex 4, France
Phone : (+33) 561 556 689
Fax :       (+33) 561 556 651
--------------------------------------------------------------

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
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