On 8/3/12 9:41 AM, Peter Rapčan wrote: > Hello, > > I tried to install (update) texmacs-qt-1.0.7.15-2 via Fink on OS X Lion. > The compilation ended with an error (please see below for the whole fink > output).
We almost never need the _whole_ output, but just the complete portion which contains errors. It is suggested by fink that I try with Max. Fink build jobs: 1 > set (I currently have the Max. Fink build jobs: 8 set) however, I > believe even if all went well with Max. Fink build jobs: 1 but not Max. > Fink build jobs: 8, that should still be considered a bug. A primary reason we ask you to retry with 1 job is because some packages _cannot_ build in more than one thread. When it turns out that a package will build in one thread but not more, then the maintainer can possibly change the build process (often documentation is the culprit), or we have the ability to force the build to use just one thread by overriding MaxBuildJobs in the package. Another reason to use a single processor is that the flow in the log output is easier to follow, since it doesn't jump from thread to thread. That way people on different machines can compare their builds more easily. (For > reference, installing texmacs-qt-1.0.7.15-2 on OS X Snow Leopard > (10.6.8) with Max. Fink build jobs: 4 works just fine). > That is > Best regards, > Peter. > > > fink output: > <snip> > g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link > -ISystem/Misc -ISystem/Language -IKernel/Abstractions > -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd > -IData/History -IData/Observers -IData/Document -IData/String > -IData/Tmfs -IData/Tree -IScheme -IGraphics/Bitmap_fonts > -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics > -IGraphics/Renderer -IGraphics/Handwriting -IPlugins -ITypeset > -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/sw/include > -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED > -I/sw/lib/qt4-mac/mkspecs/macx-g++ -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. -I. > -F/sw/lib/qt4-mac/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti > -fno-exceptions -I/sw/include -c > ./Typeset/Boxes/Modifier/modifier_boxes.cpp -o Objects/modifier_boxes.o > In file included from ./Plugins/MacOS/mac_utilities.mm:23: > In file included from > /sw/lib/qt4-mac/lib/QtGui.framework/Versions/4/Headers/QtGui:3: > In file included from /sw/lib/qt4-mac/include/QtCore/QtCore:3: > In file included from > /sw/lib/qt4-mac/include/QtCore/qabstractanimation.h:45: > In file included from /sw/lib/qt4-mac/include/QtCore/qobject.h:50: > /sw/lib/qt4-mac/include/QtCore/qlist.h:393:13: error: cannot use 'throw' > with exceptions disabled > QT_RETHROW; > ^ > /sw/lib/qt4-mac/include/QtCore/qglobal.h:1420:22: note: instantiated from: > # define QT_RETHROW throw > ^ ... > > Also include the following system information: > Package manager version: 0.34.1 > Distribution version: selfupdate-rsync Fri Aug 3 18:23:42 2012, 10.7, > x86_64 > Trees: local/main stable/main unstable/crypto unstable/main > Xcode.app: 4.2 > Xcode command-line tools: 4.2 > Max. Fink build jobs: 8 I don't reproduce your error on my 10.7 system, where I'm using Xcode 4.4. Comparing the configure phase of your build with mine, the only difference that I found was that I have Fink's grep installed, and switching back to Apple's grep didn't change anything. As a side note for Martin: I've got 4 wget variants now, and I just committed an update which creates a "gnu-wget" Provide. It would be nice to have texmacs* use that rather than just "wget" which now means "Wget built without idn against openssl100". -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ 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
