Skip to content

Instantly share code, notes, and snippets.

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by MIT/GNU Scheme configure 11.0.90, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ src/configure --prefix=/tmp/prefix
## --------- ##
## Platform. ##
package mill.define
import scala.language.higherKinds
import mill.define.Task
import mill.util.Ctx
trait TargetGenerated {
def zip[A, B, C](a: Task[A], b: Task[B], c: Task[C]) = new Task[(A, B, C)] {
val inputs = Seq(a, b, c)
def evaluate(args: Ctx) = (args[A](0), args[B](1), args[C](2))
}
def zip[A, B, C, D](a: Task[A], b: Task[B], c: Task[C], d: Task[D]) = new Task[(A, B, C, D)] {

Keybase proof

I hereby claim:

  • I am duncanmak on github.
  • I am duncanmak (https://keybase.io/duncanmak) on keybase.
  • I have a public key ASA9QehaGx_2bpGaqcNAZq4KJAaOs1vc_vt9BotnRYjL8go

To claim this, I am signing this object:

@duncanmak
duncanmak / bad.txt
Created October 10, 2016 16:34
Bad build
@MonkeyWrench:SetSummary:
=== 11:05:50 - Running "C:\Program Files (x86)/MSBuild/14.0/Bin/MSBuild.exe" /t:build /consoleloggerparameters:PerformanceSummary;ShowTimestamp /p:target=build /p:Configuration=Release /v:minimal /p:Out="C:/data/lanes/3822/49000813/source/package" /fl1 /fl2 /fl3 /fl4 /flp1:logfile="C:/data/lanes/3822/49000813/source/logs/build_normal.txt;verbosity=normal" /flp2:logfile="C:/data/lanes/3822/49000813/source/logs/build_detailed.txt;verbosity=detailed" /flp3:logfile="C:/data/lanes/3822/49000813/source/logs/build_diagnostic.txt;verbosity=diagnostic" /flp4:logfile="C:/data/lanes/3822/49000813/source/logs/build_errors.txt;errorsonly" in C:/data/lanes/3822/49000813/source/xamarinvs ===
Microsoft (R) Build Engine version 14.0.25123.0
Copyright (C) Microsoft Corporation. All rights reserved.
Feeds used:
C:\Users\builder\AppData\Local\NuGet\Cache
C:\Users\builder\.nuget\packages\
https://api.nuget.org/v3/index.json
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
@duncanmak
duncanmak / good.txt
Created October 10, 2016 16:33
Good build
@MonkeyWrench:SetSummary:
=== 06:43:35 - Running "C:\Program Files (x86)/MSBuild/14.0/Bin/MSBuild.exe" /t:build /consoleloggerparameters:PerformanceSummary;ShowTimestamp /p:target=build /p:Configuration=Release /v:minimal /p:Out="c:/Users/builder/data/lanes/3822/3b7df6f5/source/package" /fl1 /fl2 /fl3 /fl4 /flp1:logfile="c:/Users/builder/data/lanes/3822/3b7df6f5/source/logs/build_normal.txt;verbosity=normal" /flp2:logfile="c:/Users/builder/data/lanes/3822/3b7df6f5/source/logs/build_detailed.txt;verbosity=detailed" /flp3:logfile="c:/Users/builder/data/lanes/3822/3b7df6f5/source/logs/build_diagnostic.txt;verbosity=diagnostic" /flp4:logfile="c:/Users/builder/data/lanes/3822/3b7df6f5/source/logs/build_errors.txt;errorsonly" in c:/Users/builder/data/lanes/3822/3b7df6f5/source/xamarinvs ===
Microsoft (R) Build Engine version 14.0.25123.0
Copyright (C) Microsoft Corporation. All rights reserved.
Feeds used:
C:\Users\builder\AppData\Local\NuGet\Cache
C:\Users\builder\.nuget\packages\
https://api.nuget.o
/* This source code was produced by mkbundle, do not edit */
#include <mono/metadata/assembly.h>
typedef struct _compressed_data {
MonoBundledAssembly assembly;
int compressed_size;
} CompressedAssembly;
extern const unsigned char assembly_data_license_check_win_exe [];
static CompressedAssembly assembly_bundle_license_check_win_exe = {{"license-check-win.exe", assembly_data_license_check_win_exe, 28672}, 13872};
11/10/12 2:15:00 AM com.apple.learnjunkmail[77911] Can't find GUID for junk mail user junkmail
11/10/12 2:15:00 AM com.apple.learnjunkmail[77911] No GUID found for: junkmail
11/10/12 2:15:00 AM com.apple.launchd[1] (com.apple.learnjunkmail[77911]) Exited with exit code: 1
11/10/12 2:30:00 AM com.apple.launchd[1] (com.apple.updatesa[78701]) Exited with exit code: 1
11/10/12 3:00:02 AM com.apple.launchd.peruser.501[179] (com.apple.iPhoneSimulator:com.apple.mobile.profile_janitor[80304]) posix_spawn("/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/libexec/mobile_profile_janitor", ...): No such file or directory
11/10/12 3:00:02 AM com.apple.launchd.peruser.501[179] (com.apple.iPhoneSimulator:com.apple.mobile.profile_janitor[80304]) Exited with exit code: 1
11/10/12 3:15:00 AM com.apple.launchd[1] (com.apple.wikid.logcompressor[81050]) posix_spawn("/usr/bin/logcompressor.sh", ...): No such file or directory
11/10/12 3:15:00 AM com.apple.launchd[1] (com.apple.wikid.logcompre
diff --git a/glib/Log.cs b/glib/Log.cs
index aa31bc1..4221cfa 100644
--- a/glib/Log.cs
+++ b/glib/Log.cs
@@ -28,8 +28,13 @@ namespace GLib {
using System.Collections;
using System.Runtime.InteropServices;
+ [Obsolete]
public delegate void LogFunc (string log_domain, LogLevelFlags log_level, string message);
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] An exception occurred: System.Net.WebException: Error getting response stream (ReadDone4): ServerProtocolViolation ---> System.FormatException: Input string was not in the correct format
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] at System.UInt32.Parse (System.String s) [0x00014] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\corlib\System\UInt32.cs:401
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] at System.Net.WebConnection.GetResponse (System.Byte[] buffer, Int32 max) [0x000ba] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\System\System.Net\WebConnection.cs:574
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] at System.Net.WebConnection.ReadDone (IAsyncResult result) [0x00090] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\System\System.Net\WebConnection.cs:450
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] --- End of inner exception stack trace ---
[1568 - 1 - 2012/11/01 22:50:00.76421 UTC] at System.Net.HttpWebRequest.EndG
def log(text)
puts "#{'=' * 3} #{text} #{'=' * 3}"
$stdout.flush
end
def git_root
root = File.join(ENV['ProgramFiles(x86)'] || ENV['ProgramFiles'], "Git", "bin")
return root if File.exists?(root)
raise "Cannot find git"
end