Skip to content

Instantly share code, notes, and snippets.

Build FAILED.
Warnings:
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Solutions/IronPython.sln: warning : Project file /home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Hosts/SilverLight/Microsoft.Scripting.SilverLight/Microsoft.Scripting.Silverlight.csproj referenced in the solution file, not found. Ignoring.
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Solutions/IronPython.sln: warning : Project file /home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Hosts/SilverLight/Chiron/Chiron.csproj referenced in the solution file, not found. Ignoring.
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Solutions/IronPython.sln (default targets) ->
(Build target) ->
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj (default targets) ->
Target CoreCompile:
Tool /usr/bin/dmcs execution started with arguments: /noconfig /debug:full /delaysign+ /debug+ /optimize- /out:obj/Debug/Microsoft.Scripting.dll ArgumentTypeException.cs AssemblyLoadedEventArgs.cs Hosting/DocumentationOperations.cs Hosting/MemberDoc.cs Hosting/MemberKind.cs Hosting/OverloadDoc.cs Hosting/ParameterDoc.cs Hosting/ParameterFlags.cs IndexSpan.cs Runtime/ObjectDictionaryExpando.cs Runtime/DocumentationProvider.cs Runtime/DynamicStackFrame.cs Runtime/StringDictionaryExpando.cs Stubs.cs CompilerOptions.cs ErrorSink.cs GlobalSuppressions.cs Hosting/CompiledCode.cs Hosting/Configuration/LanguageElement.cs Hosting/Configuration/LanguageElementCollection.cs Hosting/Configuration/OptionElement.cs Hosting/Configuration/OptionElementCollection.cs Hosting/Configuration/Section.cs Hosting/ErrorListener.cs Hosting/ErrorListenerProxy.cs Hosting/ErrorSinkProxyListener.cs Hosting/ExceptionOperations.cs Hosting/LanguageSetup.cs Hosting/ObjectOperations.cs InvalidImplementationException.
--- src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Makefile.am 2011-01-14 07:28:18.000000000 -0700
+++ src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Makefile.am 2011-01-14 11:09:42.870178279 -0700
@@ -8,7 +8,9 @@
SIGNING_KEY=$(top_srcdir)/src/core/Mono.Debugging/mono.debugging.snk
-DEPS = $(top_builddir)/build/bin/Mono.Debugging.dll
+DEPS = \
+ $(top_builddir)/build/bin/Mono.Debugging.dll \
+ $(top_builddir)/build/bin/Mono.Cecil.dll
Build FAILED.
Warnings:
/usr/src/packages/BUILD/IronPython-2.7A1/Solutions/IronPython.sln: warning : Project file /usr/src/packages/BUILD/IronPython-2.7A1/Hosts/SilverLight/Microsoft.Scripting.SilverLight/Microsoft.Scripting.Silverlight.csproj referenced in the solution file, not found. Ignoring.
/usr/src/packages/BUILD/IronPython-2.7A1/Solutions/IronPython.sln: warning : Project file /usr/src/packages/BUILD/IronPython-2.7A1/Hosts/SilverLight/Chiron/Chiron.csproj referenced in the solution file, not found. Ignoring.
Errors:
/usr/src/packages/BUILD/IronPython-2.7A1/Solutions/IronPython.sln (default targets) ->
make[4]: Entering directory `/usr/src/packages/BUILD/monodevelop-2.4.2/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft'
mkdir -p ../../../../build/AddIns/MonoDevelop.Debugger.Soft
cp ../../../../src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll ../../../../build/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll
mkdir -p ../../../../build/AddIns/MonoDevelop.Debugger.Soft
cp ../../../../src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll.mdb ../../../../build/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll.mdb
mkdir -p ../../../../build/AddIns/MonoDevelop.Debugger.Soft
/usr/bin/gmcs -debug -codepage:utf8 -debug -out:../../../../build/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll -keyfile:../../../../src/core/Mono.Debugging/mono.debugging.snk -target:library -r:../../../../src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll -r:System -r:System.Core -r:../../../../build/bin/Mono.Debugging.dll \
Making all in mini
make all-am
../../doltcompile g++ -DHAVE_CONFIG_H -I. -I../.. -I/tmp/build_deps/include -no-cpp-precomp -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -DGetCurrentProcess=MonoGetCurrentProcess -DGetCurrentThread=MonoGetCurrentThread -DCreateEvent=MonoCreateEvent -I/private/tmp/build_deps/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-exceptions -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -fno-rtti -DLLVM_MONO_BRANCH -DLLVM_MAJOR_VERSION=2 -DLLVM_MINOR_VERSION=9 -I../../eglib/src -I../../eglib/src -g -O2 -MT mini-llvm-cpp.lo -MD -MP -MF .deps/mini-llvm-cpp.Tpo -c -o mini-llvm-cpp.lo mini-llvm-cpp.cpp
mini-llvm-cpp.cpp: In function 'void force_pass_linking()':
mini-llvm-cpp.cpp:379: error: 'createLoopIndexSplitPass' is not a member of 'llvm'
make[4]: *** [mini-llvm-cpp.lo] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
diff --git a/Makefile.in b/Makefile.in
index 37539e1..78a21ba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10,6 +10,6 @@ dist:
list='$(EXTRA_DIST)'; for s in $$list; do \
(cp $(topdir)$$s fsharp-$(DISTVERSION)/$$s) \
done;
- tar cvjf fsharp-$(DISTVERSION).tar.bz2 -C fsharp-$(DISTVERSION) $(patsubst %,--exclude=%, $(NO_DIST)) .
+ tar cvjf fsharp-$(DISTVERSION).tar.bz2 $(patsubst %,--exclude=%, $(NO_DIST)) fsharp-$(DISTVERSION)
diff --git a/src/fsharp/targets.make b/src/fsharp/targets.make
index 633ff2a..34b2c4b 100644
--- a/src/fsharp/targets.make
+++ b/src/fsharp/targets.make
@@ -81,7 +81,7 @@ install-lib-2 install-lib-4:
@gacutil -i $(outdir)$(ASSEMBLY) -root $(DESTDIR)/$(libdir) -package fsharp-$(TARGET)
install-bin-2 install-bin-4:
- sed -e 's,[@]DIR[@],$(DESTDIR)$(libdir)mono/fsharp-$(TARGET),g' -e 's,[@]TOOL[@],fsc.exe,g' < $(topdir)launcher.in > $(outdir)$(NAME)$(VERSION)
+ sed -e 's,[@]DIR[@],$(libdir)mono/fsharp-$(TARGET),g' -e 's,[@]TOOL[@],fsc.exe,g' < $(topdir)launcher.in > $(outdir)$(NAME)$(VERSION)
Microsoft (R) F# 2.0 Compiler build (private)
Copyright (c) 2002-2010 Microsoft Corporation. All Rights Reserved.
warning FS0075: The command-line option '--version' has been deprecated
warning FS0075: The command-line option 'times' is for internal use only
TIME: 0.0 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.0 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 0.0 Delta: 0.0 Mem: 45 G0: 10 G1: 10 G2: 10 [Import system references]
TIME: 0.0 Delta: 0.0 Mem: 54 G0: 1 G1: 1 G2: 1 [Parse inputs]
Making all in lunar-launcher
make[3]: Entering directory `/home/ajorg/moon-dist/moonlight-2.99.0.9/plugin/lunar-launcher'
../../doltlibtool --tag=CXX --mode=link g++ -fno-inline -g -fno-inline-functions -fstack-protector-all -g -o lunar-launcher lunar-launcher.o ../../plugin/libmoonplugin.la -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -latk-1.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lrt
libtool: link: g++ -fno-inline -g -fno-inline-functions -fstack-protector-all -g -o .libs/lunar-launcher lunar-launcher.o -pthread ../../plugin/.libs/libmoonplugin.so -L/home/ajorg/moon-dist/mono-2.9/eglib/src -lXrender -lX11 -lexpat -ldbus-glib-1 -ldbus-1 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -ldl -lpthread /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so -lpangoft2-1.0 /usr/lib/libgdk_pixbuf-2.0.so -lgio-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 /usr/lib/libfreetype.so -lz -