This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mono/mini/Makefile.am.in b/mono/mini/Makefile.am.in | |
index f9d17cf..571ee80 100755 | |
--- a/mono/mini/Makefile.am.in | |
+++ b/mono/mini/Makefile.am.in | |
@@ -771,16 +771,7 @@ EXTRA_DIST = TestDriver.cs \ | |
Makefile.am.in | |
version.h: Makefile | |
- if test -d $(top_srcdir)/.git; then \ | |
- (cd $(top_srcdir); \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mock-chroot>[root@marceline /]# strace mono-sgen /usr/lib/nuget/NuGet.exe | |
execve("/usr/bin/mono-sgen", ["mono-sgen", "/usr/lib/nuget/NuGet.exe"], [/* 17 vars */]) = 0 | |
brk(0) = 0x26a9000 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f404eb7a000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=19799, ...}) = 0 | |
mmap(NULL, 19799, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f404eb75000 | |
close(3) = 0 | |
open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled Exception: | |
System.BadImageFormatException: Could not resolve field token 0x04000105 | |
File name: 'NuGet.Core' | |
at NuGet.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 | |
[ERROR] FATAL UNHANDLED EXCEPTION: System.BadImageFormatException: Could not resolve field token 0x04000105 | |
File name: 'NuGet.Core' | |
at NuGet.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stacktrace: | |
at <unknown> <0xffffffff> | |
at (wrapper managed-to-native) System.Environment.Exit (int) <0xffffffff> | |
at Mono.CSharp.Driver.Main (string[]) <0x00334> | |
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff> | |
Native stacktrace: | |
/home/directhex/mono/mono/mini/mono() [0x100a4fa0] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -urNad mono/mini.orig/cpu-ppc.md mono/mini/cpu-ppc.md | |
--- mono/mini.orig/cpu-ppc.md 2015-08-03 13:30:23.569589093 +0000 | |
+++ mono/mini/cpu-ppc.md 2015-08-03 12:56:43.530622697 +0000 | |
@@ -314,5 +314,5 @@ | |
jump_table: dest:i len:8 | |
-atomic_add_i4: src1:b src2:i dest:i len:20 | |
+atomic_add_i4: src1:b src2:i dest:i len:28 | |
atomic_cas_i4: src1:b src2:i src3:i dest:i len:38 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(jessie_powerpc-dchroot)directhex@partch:~/mono-4.0.2.5+dfsg/mono/tests$ MONO_PATH=../../mcs/class/lib/net_4_5/ ../mini/mono threadpool1.exe | |
workerThreads: 800 completionPortThreads: 32 | |
workerThreads: 800 completionPortThreads: 32 | |
* Assertion at mini-exceptions.c:1994, condition `(guint8*)&sa >= (guint8*)tls->stack_ovf_guard_base + tls->stack_ovf_guard_size' not met | |
Stacktrace: | |
Native stacktrace: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/java/hudson/plugins/s3/S3CopyArtifact.java b/src/main/java/hudson/plugins/s3/S3CopyArtifact.java | |
index 55fd816..fbf4d80 100644 | |
--- a/src/main/java/hudson/plugins/s3/S3CopyArtifact.java | |
+++ b/src/main/java/hudson/plugins/s3/S3CopyArtifact.java | |
@@ -173,7 +173,7 @@ public class S3CopyArtifact extends Builder { | |
} | |
FilePath targetDir = build.getWorkspace(), baseTargetDir = targetDir; | |
if (targetDir == null || !targetDir.exists()) { | |
- console.println(Messages.CopyArtifact_MissingWorkspace()); // (see JENKINS-3330) | |
+ console.println("JAVA DEVELOPERS ARE TOO STUPID TO ACCOUNT FOR ABI BREAKS"); // (see JENKINS-3330) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static void corsairlink_get_data(struct corsairlink_device *corsairlink, u8 msg) | |
{ | |
int i; | |
corsairlink->report->field[0]->value[0] = 0x03; | |
corsairlink->report->field[0]->value[1] = 0x01; | |
corsairlink->report->field[0]->value[2] = COMMAND_HYDRO_READ_BYTE_PAIR; | |
corsairlink->report->field[0]->value[3] = msg; | |
for ( i = 0; i < 64; i++) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@steamos:~# dpkg -l | grep ^ii | |
ii accountsservice 0.6.37-3+bsos2 amd64 query and manipulate user account information | |
ii acl 2.2.52-2+bsos3 amd64 Access control list utilities | |
ii acpi 1.7-1+bsos3 amd64 displays information on ACPI devices | |
ii acpi-support-base 0.142-6+bsos3 all scripts for handling base ACPI events such as the power button | |
ii acpid 1:2.0.23-2+bsos3 amd64 Advanced Configuration and Power Interface event daemon | |
ii actkbd 0.2.8-1+steamos1+bsos2 amd64 Environment-independent daemon to bind actions to keyboard events. | |
ii adduser 3.113+nmu3+bsos3 all add and rem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mono/mini/Makefile.am.in b/mono/mini/Makefile.am.in | |
index d1ca2c4..f5e2c20 100755 | |
--- a/mono/mini/Makefile.am.in | |
+++ b/mono/mini/Makefile.am.in | |
@@ -749,16 +749,7 @@ EXTRA_DIST = TestDriver.cs \ | |
Makefile.am.in | |
version.h: Makefile | |
- if test -d $(top_srcdir)/.git; then \ | |
- (cd $(top_srcdir); \ |