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
directhex@flame:~/Projects/gtktest/gtktest/bin/Debug$ mkbundle -o gtktest --cross mono-5.8.0-ubuntu-16.04-x64 gtktest.exe --library /lib/x86_64-linux-gnu/libglib-2.0.so.0 --library /usr/lib/x86_64-linux-gnu/libffi.so.6 --library /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 --library /usr/lib/x86_64-linux-gnu/libdatrie.so.1 --library /usr/lib/x86_64-linux-gnu/libthai.so.0 --library /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 --library /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0 --library /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 --library /lib/x86_64-linux-gnu/libz.so.1 --library /usr/lib/x86_64-linux-gnu/libpng16.so.16 --library /usr/lib/x86_64-linux-gnu/libfreetype.so.6 --library /lib/x86_64-linux-gnu/libexpat.so.1 --library /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 --library /usr/lib/x86_64-linux-gnu/libXau.so.6 --library /lib/x86_64-linux-gnu/libbsd.so.0 --library /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 --library /usr/lib/x86_64-linux-gnu/libxcb.so.1 --library /usr/lib/x86_64-linux-gnu/libxcb-shm.so.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
Exception Type: | |
System.EntryPointNotFoundException | |
Exception Message: | |
ige_mac_menu_set_global_key_handler_enabled | |
Exception StackTrace: | |
at (wrapper managed-to-native) IgeMacIntegration.IgeMacMenu:ige_mac_menu_set_global_key_handler_enabled (bool) | |
at IgeMacIntegration.IgeMacMenu.set_GlobalKeyHandlerEnabled (System.Boolean value) [0x00001] in <759e3226a68c4d99981055802cb0cde6>:0 | |
at Smuxi.Frontend.Gnome.MenuWidget..ctor (Gtk.Window parent, Smuxi.Frontend.Gnome.ChatViewManager chatViewManager) [0x00261] in <759e3226a68c4d99981055802cb0cde6>: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
directhex@flame:~$ flatpak --user update | |
Looking for updates... | |
Warning: Can't find dependencies: GPG verification enabled, but no summary signatures found (use gpg-verify-summary=false in remote config to disable) | |
Warning: Problem looking for related refs: GPG verification enabled, but no summary signatures found (use gpg-verify-summary=false in remote config to disable) | |
Warning: Can't find dependencies: GPG verification enabled, but no summary signatures found (use gpg-verify-summary=false in remote config to disable) | |
Warning: Problem looking for related refs: GPG verification enabled, but no summary signatures found (use gpg-verify-summary=false in remote config to disable) | |
Warning: Can't find dependencies: GPG verification enabled, but no summary signatures found (use gpg-verify-summary=false in remote config to disable) | |
Warning: Problem looking for related refs: GPG verification enabled, but no summary signatures found (use gpg-verify-summary=false in remote config to disable) | |
Warning: Can't find depende |
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
[ 1117.308828] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS. | |
[ 1130.580474] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS. | |
[ 1161.113132] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS. | |
[ 1165.575369] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS. | |
[ 1197.475702] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS. | |
[ 1287.524234] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-s |
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
directhex@flame:~/Projects/androidgl$ cat androidgl/GLView1.cs | |
using System; | |
using OpenTK; | |
using OpenTK.Graphics; | |
using OpenTK.Graphics.ES11; | |
using OpenTK.Platform; | |
using OpenTK.Platform.Android; | |
using Android.Views; |
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
def CONFIGURATIONS = ["debian-8-arm64","debian-8-armel","debian-8-armhf","ubuntu-1404-amd64","ubuntu-1404-i386" ] | |
def builders = [:] | |
for (x in CONFIGURATIONS) { | |
def label = x // Need to bind the label variable before the closure - can't do 'for (label in labels)' | |
builders[label] = { | |
stage("test on ${label}") { | |
node(label) { | |
git credentialsId: '56f5f1ca-b5a7-41b5-8318-c84dd4364e72', url: '[email protected]:mono/mono.git' |
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
#!/bin/sh | |
set -e | |
# Automatically added by dh_monoaot | |
if [ "$1" = "configure" ] | |
then | |
MONOARCH=`mono --version | grep Architecture | sed 's/.*: //' | sed 's/el,.*//'` | |
mkdir -p /usr/lib/mono/aot-cache/${MONOARCH}/ | |
/usr/bin/mono --aot=outfile=/usr/lib/mono/aot-cache/${MONOARCH}/`basename /usr/lib/mono/4.5/mscorlib.dll.so` -O=all /usr/lib/mono/4.5/mscorlib.dll > /dev/null 2>&1 || true | |
fi | |
# End automatically added section |
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
12:23:49 dh_install: usr/bin/csc exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/4.5/csc.exe.config exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/4.5/Microsoft.CodeAnalysis.CSharp.dll exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/4.5/Microsoft.CodeAnalysis.dll exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/4.5/System.Reflection.Metadata.dll exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/4.5/csc.rsp exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/4.5/csc.exe exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/4.5/System.Collections.Immutable.dll exists in debian/tmp but is not installed to anywhere |
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
12:23:49 dh_install: DEBIAN/symbols exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/bin/csc exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/bin/mono exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/bin/mono-service2 exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/bin/sgen-grep-binprot exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/bin/gacutil2 exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/bin/mono-package-runtime exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/gac/Mono.Debugger.Soft/4.0.0.0__0738eb9f132ed756/Mono.Debugger.Soft.pdb exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/4.5/csc.exe.config exists in debian/tmp but is not installed to anywhere | |
12:23:49 dh_install: usr/lib/mono/4.5/sgen.pdb exists in debian/tmp but is not installed to anywhe |
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
355.06 | |
355.11 | |
358.09 | |
358.16 | |
361.16 | |
361.18 | |
361.28 | |
361.42 | |
361.45.11 | |
361.45.18 |