limetext / lime

Open source API-compatible alternative to the text editor Sublime Text
http://limetext.github.io
BSD 2-Clause "Simplified" License
15.31k stars 1.07k forks source link

Problem in Compile Source! #580

Closed QuestionPython closed 6 years ago

QuestionPython commented 7 years ago

Hello, i try to compile this source.

i follow https://github.com/limetext/lime/wiki/Building-on-Arch-Linux for install python35:

Packages (1) python35-3.5.3-1

Total Installed Size:  114.46 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) installing python35                          [######################] 100%
Optional dependencies for python35
    tk: for tkinter [installed]
    sqlite [installed]
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

[lime-qml]$ make

git submodule update --init --recursive

[main]$ go build

# github.com/limetext/qml-go
In file included from ./cpp/private/qobject_p.h:2:0,
                 from /usr/include/qt/QtCore/5.8.0/QtCore/private/qmetaobject_p.h:58,
                 from ./cpp/private/qmetaobject_p.h:2,
                 from /home/max/go/src/github.com/limetext/qml-go/cpp/govalue.h:7,
                 from /home/max/go/src/github.com/limetext/qml-go/cpp/capi.cpp:11,
                 from /home/max/go/src/github.com/limetext/qml-go/all.cpp:2:
/usr/include/qt/QtCore/5.8.0/QtCore/private/qobject_p.h:55:38: fatal error: QtCore/private/qglobal_p.h: No such file or directory
 #include <QtCore/private/qglobal_p.h>
                                      ^
compilation terminated.

how can fix this?

$ sudo pacman -S qt5

:: There are 36 members in group qt5:
:: Repository extra
   1) qt5-3d  2) qt5-base  3) qt5-canvas3d  4) qt5-charts  5) qt5-connectivity
   6) qt5-datavis3d  7) qt5-declarative  8) qt5-doc  9) qt5-examples
   10) qt5-gamepad  11) qt5-graphicaleffects  12) qt5-imageformats
   13) qt5-location  14) qt5-multimedia  15) qt5-networkauth
   16) qt5-quickcontrols  17) qt5-quickcontrols2  18) qt5-remoteobjects
   19) qt5-script  20) qt5-scxml  21) qt5-sensors  22) qt5-serialbus
   23) qt5-serialport  24) qt5-speech  25) qt5-svg  26) qt5-tools
   27) qt5-translations  28) qt5-virtualkeyboard  29) qt5-wayland
   30) qt5-webchannel  31) qt5-webengine  32) qt5-webkit  33) qt5-websockets
   34) qt5-webview  35) qt5-x11extras  36) qt5-xmlpatterns

Enter a selection (default=all):  
resolving dependencies...
looking for conflicting packages...

Packages (37) double-conversion-2.0.1-3  qt5-3d-5.9.0-1  qt5-base-5.9.0-2
              qt5-canvas3d-5.9.0-1  qt5-charts-5.9.0-1
              qt5-connectivity-5.9.0-1  qt5-datavis3d-5.9.0-1
              qt5-declarative-5.9.0-1  qt5-doc-5.9.0-1  qt5-examples-5.9.0-1
              qt5-gamepad-5.9.0-1  qt5-graphicaleffects-5.9.0-1
              qt5-imageformats-5.9.0-1  qt5-location-5.9.0-1
              qt5-multimedia-5.9.0-1  qt5-networkauth-5.9.0-1
              qt5-quickcontrols-5.9.0-1  qt5-quickcontrols2-5.9.0-1
              qt5-remoteobjects-5.9.0-1  qt5-script-5.9.0-1  qt5-scxml-5.9.0-1
              qt5-sensors-5.9.0-1  qt5-serialbus-5.9.0-1
              qt5-serialport-5.9.0-1  qt5-speech-5.9.0-1  qt5-svg-5.9.0-1
              qt5-tools-5.9.0-1  qt5-translations-5.9.0-1
              qt5-virtualkeyboard-5.9.0-1  qt5-wayland-5.9.0-1
              qt5-webchannel-5.9.0-1  qt5-webengine-5.9.0-1  qt5-webkit-5.9.0-1
              qt5-websockets-5.9.0-1  qt5-webview-5.9.0-1
              qt5-x11extras-5.9.0-1  qt5-xmlpatterns-5.9.0-1

Total Download Size:   369.28 MiB
Total Installed Size:  982.42 MiB
Net Upgrade Size:       78.92 MiB

.........

(22/37) upgrading qt5-scxml                                                                                                    [#############################################################################] 100%
(23/37) upgrading qt5-sensors                                                                                                  [#############################################################################] 100%
(24/37) upgrading qt5-serialport                                                                                               [#############################################################################] 100%
(25/37) upgrading qt5-serialbus                                                                                                [#############################################################################] 100%
(26/37) upgrading qt5-speech                                                                                                   [#############################################################################] 100%
(27/37) upgrading qt5-svg                                                                                                      [#############################################################################] 100%
(28/37) upgrading qt5-tools                                                                                                    [#############################################################################] 100%
(29/37) upgrading qt5-translations                                                                                             [#############################################################################] 100%
(30/37) upgrading qt5-virtualkeyboard                                                                                          [#############################################################################] 100%
(31/37) upgrading qt5-wayland                                                                                                  [#############################################################################] 100%
(32/37) upgrading qt5-webchannel                                                                                               [#############################################################################] 100%
(33/37) upgrading qt5-webengine                                                                                                [#############################################################################] 100%
(34/37) upgrading qt5-webkit                                                                                                   [#############################################################################] 100%
(35/37) upgrading qt5-websockets                                                                                               [#############################################################################] 100%
(36/37) upgrading qt5-webview                                                                                                  [#############################################################################] 100%
(37/37) upgrading qt5-x11extras                                                                                                [#############################################################################] 100%
:: Running post-transaction hooks...
(1/3) Updating icon theme caches...
(2/3) Arming ConditionNeedsUpdate...
(3/3) Updating the desktop file MIME type cache...

Qt5 now is Done.


$ go build

# github.com/limetext/qml-go/qpainter
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get_peer_certificate@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BIO_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `RSA_new@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_clear@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_use_psk_identity_hint@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `RAND_status@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_set_verify@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSLeay_version@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_read_bio_RSAPrivateKey@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `d2i_SSL_SESSION@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_CipherUpdate@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_set_session@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_EXTENSION_get_data@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `CRYPTO_num_locks@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_CTX_get_current_cert@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_read_bio_EC_PUBKEY@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_check_issued@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_print@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get_ciphers@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_get1_EC_KEY@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_write_bio_DSAPrivateKey@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `DSA_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSLeay@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `OBJ_nid2sn@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509V3_EXT_d2i@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BIO_write@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_write_bio_ECPrivateKey@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BN_bin2bn@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `ASN1_STRING_data@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_CTX_init@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_read_bio_DSA_PUBKEY@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_EXTENSION_get_critical@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `i2t_ASN1_OBJECT@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get_error@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_NAME_get_entry@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get0_next_proto_negotiated@OPENSSL_1.0.1'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_CIPHER_CTX_ctrl@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_read_bio_ECPrivateKey@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get_session@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_CipherInit@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509V3_EXT_get@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_CIPHER_CTX_set_key_length@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `CRYPTO_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `DH_new@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_get_ext@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_cmp@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `ASN1_STRING_length@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_CTX_get_error@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BIO_new_mem_buf@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `sk_num@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_set_next_proto_select_cb@OPENSSL_1.0.1'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_use_PrivateKey_file@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `AUTHORITY_KEYID_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PKCS12_parse@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_set1_DSA@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_read_bio_DSAPrivateKey@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `TLSv1_1_client_method@OPENSSL_1.0.1'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_set_ex_data@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_get1_RSA@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EC_get_builtin_curves@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_set_alpn_protos@OPENSSL_1.0.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BASIC_CONSTRAINTS_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_get_issuer_name@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BIO_s_mem@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_write_bio_RSA_PUBKEY@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_read@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_rc2_cbc@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `d2i_X509@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_check_private_key@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CIPHER_description@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `OPENSSL_add_all_algorithms_conf@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_set1_RSA@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PKCS12_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `d2i_DHparams@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `sk_push@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_CTX_set_purpose@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BIO_read@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_type@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get1_session@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_CTX_get_error_depth@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_use_PrivateKey@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BIO_new@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_new@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get_ex_new_index@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_des_cbc@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_get_subject_name@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_set_cipher_list@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `i2d_SSL_SESSION@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_new@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BN_mod_word@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_read_bio_RSA_PUBKEY@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_NAME_ENTRY_get_data@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `sk_value@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `d2i_PKCS12_bio@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `CRYPTO_set_id_callback@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `sk_pop_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EC_KEY_dup@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `TLSv1_1_server_method@OPENSSL_1.0.1'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_read_bio_PrivateKey@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_add_cert@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_new@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_NAME_entry_count@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_set_psk_server_callback@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_get_ext_count@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_get_cert_store@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_read_bio_DHparams@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_verify_cert@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EC_KEY_new_by_curve_name@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_CIPHER_CTX_init@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_use_RSAPrivateKey@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_use_certificate_file@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_version@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_CTX_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `i2d_X509@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EC_GROUP_get_degree@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BIO_ctrl@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_des_ede3_cbc@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `OBJ_obj2nid@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_get1_DSA@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_set_alpn_select_cb@OPENSSL_1.0.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get0_alpn_selected@OPENSSL_1.0.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `ERR_get_error@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `CRYPTO_set_locking_callback@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `DSA_new@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get_peer_cert_chain@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_NAME_ENTRY_get_object@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `TLSv1_client_method@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_load_error_strings@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_new@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get_current_cipher@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `TLSv1_2_client_method@OPENSSL_1.0.1'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `RAND_seed@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_write@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `BN_num_bits@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_set_verify_depth@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_CTX_get_chain@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get_ex_data@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_set_accept_state@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `ASN1_STRING_print@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_set_connect_state@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_EXTENSION_get_object@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_load_verify_locations@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `DH_check@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_CIPHER_CTX_cleanup@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `ERR_free_strings@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_accept@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_STORE_CTX_new@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_ctrl@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_set1_EC_KEY@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `ASN1_STRING_to_UTF8@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_CipherFinal@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `OBJ_sn2nid@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_write_bio_RSAPrivateKey@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_select_next_proto@OPENSSL_1.0.1'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `DH_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_write_bio_EC_PUBKEY@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `sk_new_null@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CIPHER_get_bits@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `i2d_DHparams@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_use_certificate@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_connect@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_set_bio@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `TLSv1_server_method@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSLv23_client_method@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `OBJ_obj2txt@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_ctrl@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `ASN1_INTEGER_get@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_CTX_set_default_verify_paths@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `sk_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_SESSION_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_set_psk_client_callback@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `OBJ_nid2ln@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_dup@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `RSA_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_read_bio_PUBKEY@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `OBJ_ln2nid@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EC_KEY_get0_group@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_get_ext_d2i@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_library_init@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `OPENSSL_add_all_algorithms_noconf@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `TLSv1_2_server_method@OPENSSL_1.0.1'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `ERR_error_string@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `PEM_write_bio_DSA_PUBKEY@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `X509_PUBKEY_get@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EC_KEY_free@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_shutdown@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSLv23_server_method@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `SSL_get_verify_result@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EVP_PKEY_assign@OPENSSL_1.0.0'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/libQt5Network.so: undefined reference to `EC_curve_nist2nid@OPENSSL_1.0.2'
collect2: error: ld returned 1 exit status

how can fix?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/46042809-problem-in-compile-source?utm_campaign=plugin&utm_content=tracker%2F282001&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F282001&utm_medium=issues&utm_source=github).
QuestionPython commented 7 years ago

New Update:

$ sudo pacman -S openssl-1.0

resolving dependencies...
looking for conflicting packages...

Packages (1) openssl-1.0-1.0.2.l-1

Total Installed Size:  5.78 MiB
Net Upgrade Size:      0.02 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) upgrading openssl-1.0                        [######################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

but now:

$ go build

# github.com/limetext/qml-go
In file included from ./cpp/private/qobject_p.h:2:0,
                 from /usr/include/qt/QtCore/5.9.0/QtCore/private/qmetaobject_p.h:58,
                 from ./cpp/private/qmetaobject_p.h:2,
                 from /home/guest/go/src/github.com/limetext/qml-go/cpp/govalue.h:7,
                 from /home/guest/go/src/github.com/limetext/qml-go/cpp/capi.cpp:11,
                 from /home/guest/go/src/github.com/limetext/qml-go/all.cpp:2:
/usr/include/qt/QtCore/5.9.0/QtCore/private/qobject_p.h:55:38: fatal error: QtCore/private/qglobal_p.h: No such file or directory
 #include <QtCore/private/qglobal_p.h>
                                      ^
compilation terminated.
QuestionPython commented 7 years ago

$cd /usr/include/qt/QtCore/5.9.0/QtCore/private


$ sudo nano qobject_p.h change #include <QtCore/private/qglobal_p.h> to #include "qglobal_p.h"


$ sudo nano qglobal_p.h

change

#include <QtCore/private/qconfig_p.h>
#include <QtCore/private/qtcore-config_p.h>

to

#include "qconfig_p.h"
#include "qtcore-config_p.h"

$ sudo nano qmetaobjectbuilder_p.h

change #include <QtCore/private/qglobal_p.h> to #include "qglobal_p.h"


now after press cd main && go build && ./main:

$ go build
$ ls
debug.log    lineslist.go  main_test.go  sublime_plugin.py
frontend.go  main          qml           view.go
keys.go      main.go       settings.go   window.go
$ ./main
[06/09/17 16:39:47] [INFO] Initializing
[06/09/17 16:39:47] [DEBG] OnInit callbacks executing
[06/09/17 16:39:47] [DEBG] OnInit callbacks finished
[06/09/17 16:39:47] [DEBG] Scanning ../packages for packages
[06/09/17 16:39:47] [DEBG] Loading package ASP
[06/09/17 16:39:47] [DEBG] Loading package ActionScript
[06/09/17 16:39:47] [DEBG] Loading package AppleScript
[06/09/17 16:39:47] [DEBG] Loading package Batch File
[06/09/17 16:39:47] [DEBG] Loading package C#
[06/09/17 16:39:47] [DEBG] Loading package C++
[06/09/17 16:39:47] [DEBG] Loading package CSS
[06/09/17 16:39:47] [DEBG] Loading plugin CSS.css_completions
[06/09/17 16:39:47] [INFO] Python sez: Loading plugin CSS.css_completions
[06/09/17 16:39:47] [DEBG] Loading package Clojure
[06/09/17 16:39:47] [DEBG] Loading package D
[06/09/17 16:39:47] [DEBG] Loading package Default
[06/09/17 16:39:47] [DEBG] Loading plugin Default.history_list
[06/09/17 16:39:47] [INFO] Python sez: Loading plugin Default.history_list
[06/09/17 16:39:47] [DEBG] Loading package Diff
[06/09/17 16:39:47] [DEBG] Loading plugin Diff.diff
[06/09/17 16:39:47] [INFO] Python sez: Loading plugin Diff.diff
[06/09/17 16:39:47] [DEBG] Loading package Erlang
[06/09/17 16:39:47] [DEBG] Loading package Go
[06/09/17 16:39:47] [DEBG] Loading package Graphviz
[06/09/17 16:39:47] [DEBG] Loading package Groovy
[06/09/17 16:39:47] [DEBG] Loading package HTML
[06/09/17 16:39:47] [DEBG] Loading plugin HTML.encode_html_entities
[06/09/17 16:39:47] [INFO] Python sez: Loading plugin HTML.encode_html_entities
[06/09/17 16:39:47] [DEBG] Loading plugin HTML.html_completions
[06/09/17 16:39:47] [INFO] Python sez: Loading plugin HTML.html_completions
[06/09/17 16:39:47] [DEBG] Loading package Haskell
[06/09/17 16:39:47] [DEBG] Loading package Java
[06/09/17 16:39:47] [DEBG] Loading package JavaScript
[06/09/17 16:39:47] [DEBG] Loading package LaTeX
[06/09/17 16:39:47] [DEBG] Loading package Lisp
[06/09/17 16:39:47] [DEBG] Loading package Lua
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern \]\1\]: invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern \]\1\]: invalid backref number/name
[06/09/17 16:39:47] [DEBG] Loading package Makefile
[06/09/17 16:39:47] [DEBG] Loading package Markdown
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern (?<=^</\1>$
): invalid pattern in look-behind
[06/09/17 16:39:47] [DEBG] Loading package Matlab
[06/09/17 16:39:47] [DEBG] Loading package OCaml
[06/09/17 16:39:47] [DEBG] Loading package Objective-C
[06/09/17 16:39:47] [DEBG] Loading package PHP
[06/09/17 16:39:47] [DEBG] Loading package Pascal
[06/09/17 16:39:47] [DEBG] Loading package Perl
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern \2: invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern \1: invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern (?=\2): invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern \1: invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern (?=\2): invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern \1(?=[egimos]*x[egimos]*)\b: invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern (^\3$): invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern (^\3$): invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern (^\3$): invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern (^\3$): invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern \1: invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern \1: invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern \1: invalid backref number/name
[06/09/17 16:39:47] [DEBG] Loading package Python
[06/09/17 16:39:47] [DEBG] Loading package R
[06/09/17 16:39:47] [DEBG] Loading package Rails
[06/09/17 16:39:47] [DEBG] Loading package Regular Expressions
[06/09/17 16:39:47] [DEBG] Loading package RestructuredText
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern ^(?!\1(?=\S)): invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern ^(?!\1[    ]): invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern ^(?=\1[^\s]+): invalid backref number/name
[06/09/17 16:39:47] [DEBG] Loading package Ruby
[06/09/17 16:39:47] [DEBG] Loading package SQL
[06/09/17 16:39:47] [DEBG] Loading package Scala
[06/09/17 16:39:47] [DEBG] Loading package ShellScript
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern ^  *(\3)\b: invalid backref number/name
[06/09/17 16:39:47] [WARN] Couldn't compile language pattern ^(\3)\b: invalid backref number/name
[06/09/17 16:39:47] [DEBG] Loading package Soda
[06/09/17 16:39:47] [DEBG] Loading package TCL
[06/09/17 16:39:47] [DEBG] Loading package Text
[06/09/17 16:39:47] [WARN] Error loading Text syntax: 13,2: Unexpected <
[06/09/17 16:39:47] [DEBG] Loading package TextMate-Themes
[06/09/17 16:39:47] [WARN] Error loading TextMate-Themes color scheme ../packages/TextMate-Themes/Brilliance Black.tmTheme: Unable to load theme definition: invalid character '\v' in string literal
[06/09/17 16:39:47] [WARN] Error loading TextMate-Themes color scheme ../packages/TextMate-Themes/Brilliance Dull.tmTheme: Unable to load theme definition: invalid character '\v' in string literal
[06/09/17 16:39:47] [WARN] Error loading TextMate-Themes color scheme ../packages/TextMate-Themes/Sweyla674314.tmTheme: Unable to load theme definition: 35,5: Unexpected <
[06/09/17 16:39:47] [DEBG] Loading package Textile
[06/09/17 16:39:47] [DEBG] Loading package User
[06/09/17 16:39:47] [DEBG] Loading package XML
[06/09/17 16:39:47] [DEBG] Loading package YAML
[06/09/17 16:39:47] [WARN] Error loading YAML syntax: 10,22: Unexpected :, 0-220: "JSON"
    33-33: "JunkComma" - Data: ""
    220-220: "JunkComma" - Data: ""

[06/09/17 16:39:47] [DEBG] calling newEngine
Panic in RunMain func: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
runtime/debug.Stack(0x1a, 0xc420051710, 0x1)
    /usr/lib/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
    /usr/lib/go/src/runtime/debug/stack.go:16 +0x22
github.com/limetext/qml-go.hookIdleTimer.func1.1()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:227 +0x9e
panic(0x7876c0, 0xc4201ab120)
    /usr/lib/go/src/runtime/panic.go:489 +0x2cf
github.com/limetext/qml-go.(*Common).On.func1.1(0x1949fb0, 0x7e6fbd, 0x9, 0x1949fb0, 0xc4204c7960, 0x1000000000000, 0x40)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0x11d
github.com/limetext/qml-go.(*Common).On.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0xc7
github.com/limetext/qml-go.RunMain(0xc4208be000)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:84 +0x40
github.com/limetext/qml-go.(*Common).On(0xc4207a3e80, 0x7e6fbd, 0x9, 0x763e40, 0xc4204c6510)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:445 +0x228
github.com/limetext/qml-go.(*Common).setAddr(0xc4207a3e80, 0x1949fb0)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:48 +0xdf
github.com/limetext/qml-go.NewEngine.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlengine.go:45 +0x67
github.com/limetext/qml-go.hookIdleTimer.func1(0xc420051c78)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:231 +0x46
github.com/limetext/qml-go.hookIdleTimer()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:232 +0xc9
github.com/limetext/qml-go._cgoexpwrap_a0be6667c366_hookIdleTimer()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:1623 +0x20
github.com/limetext/qml-go._Cfunc_applicationExec()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:267 +0x41
github.com/limetext/qml-go.Run(0xc4203cabb0, 0xc4203cabb0, 0xc4203c8af0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:72 +0xbb
main.initFrontend()
    /home/guest/Projects/lime-editor/lime-qml/main/frontend.go:63 +0x10c
main.main()
    /home/guest/Projects/lime-editor/lime-qml/main/main.go:34 +0x129
Panic in RunMain func: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
runtime/debug.Stack(0x1a, 0xc4200518a0, 0x1)
    /usr/lib/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
    /usr/lib/go/src/runtime/debug/stack.go:16 +0x22
github.com/limetext/qml-go.hookIdleTimer.func1.1()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:227 +0x9e
panic(0x7876c0, 0xc4201ab4f0)
    /usr/lib/go/src/runtime/panic.go:489 +0x2cf
github.com/limetext/qml-go.(*Common).On.func1.1(0x1949fb0, 0x7e561f, 0x4, 0x1949fb0, 0xc420aca740, 0x0, 0xc400000000)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0x11d
github.com/limetext/qml-go.(*Common).On.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0xc7
github.com/limetext/qml-go.hookIdleTimer.func1(0xc420051c78)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:231 +0x46
github.com/limetext/qml-go.hookIdleTimer()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:232 +0xc9
github.com/limetext/qml-go._cgoexpwrap_a0be6667c366_hookIdleTimer()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:1623 +0x20
github.com/limetext/qml-go._Cfunc_applicationExec()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:267 +0x41
github.com/limetext/qml-go.Run(0xc4203cabb0, 0xc4203cabb0, 0xc4203c8af0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:72 +0xbb
main.initFrontend()
    /home/guest/Projects/lime-editor/lime-qml/main/frontend.go:63 +0x10c
main.main()
    /home/guest/Projects/lime-editor/lime-qml/main/main.go:34 +0x129
Panic in RunMain func: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
runtime/debug.Stack(0x1a, 0xc420051728, 0x1)
    /usr/lib/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
    /usr/lib/go/src/runtime/debug/stack.go:16 +0x22
github.com/limetext/qml-go.hookIdleTimer.func1.1()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:227 +0x9e
panic(0x7876c0, 0xc4209500f0)
    /usr/lib/go/src/runtime/panic.go:489 +0x2cf
github.com/limetext/qml-go.(*Common).On.func1.1(0x194dbb0, 0x7e6fbd, 0x9, 0x1949fb0, 0xc420950090, 0x0, 0x40)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0x11d
github.com/limetext/qml-go.(*Common).On.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0xc7
github.com/limetext/qml-go.RunMain(0xc4208be050)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:84 +0x40
github.com/limetext/qml-go.(*Common).On(0xc420b1c140, 0x7e6fbd, 0x9, 0x763e40, 0xc4201abc80)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:445 +0x228
github.com/limetext/qml-go.(*Common).setAddr(0xc420b1c140, 0x194dbb0)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:48 +0xdf
github.com/limetext/qml-go.(*Engine).Context.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlengine.go:182 +0x4e
github.com/limetext/qml-go.hookIdleTimer.func1(0xc420051c78)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:231 +0x46
github.com/limetext/qml-go.hookIdleTimer()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:232 +0xc9
github.com/limetext/qml-go._cgoexpwrap_a0be6667c366_hookIdleTimer()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:1623 +0x20
github.com/limetext/qml-go._Cfunc_applicationExec()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:267 +0x41
github.com/limetext/qml-go.Run(0xc4203cabb0, 0xc4203cabb0, 0xc4203c8af0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:72 +0xbb
main.initFrontend()
    /home/guest/Projects/lime-editor/lime-qml/main/frontend.go:63 +0x10c
main.main()
    /home/guest/Projects/lime-editor/lime-qml/main/main.go:34 +0x129
Panic in RunMain func: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
runtime/debug.Stack(0x1a, 0xc420051708, 0x1)
    /usr/lib/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
    /usr/lib/go/src/runtime/debug/stack.go:16 +0x22
github.com/limetext/qml-go.hookIdleTimer.func1.1()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:227 +0x9e
panic(0x7876c0, 0xc420951520)
    /usr/lib/go/src/runtime/panic.go:489 +0x2cf
github.com/limetext/qml-go.wrapGoValue.func1(0xc4208be0a0, 0x194dbd0, 0x1949fb0, 0xbdac00)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:304 +0x56
github.com/limetext/qml-go.wrapGoValue(0xc4207a3e80, 0x7d6a60, 0xc4203c8af0, 0x1, 0x0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:304 +0x280
github.com/limetext/qml-go.packDataValue(0x7d6a60, 0xc4203c8af0, 0xc420950130, 0xc4207a3e80, 0x480001)
    /home/guest/go/src/github.com/limetext/qml-go/datatype.go:122 +0x27c
github.com/limetext/qml-go.(*Context).SetVar.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlcontext.go:34 +0x98
github.com/limetext/qml-go.hookIdleTimer.func1(0xc420051c78)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:231 +0x46
github.com/limetext/qml-go.hookIdleTimer()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:232 +0xc9
github.com/limetext/qml-go._cgoexpwrap_a0be6667c366_hookIdleTimer()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:1623 +0x20
github.com/limetext/qml-go._Cfunc_applicationExec()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:267 +0x41
github.com/limetext/qml-go.Run(0xc4203cabb0, 0xc4203cabb0, 0xc4203c8af0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:72 +0xbb
main.initFrontend()
    /home/guest/Projects/lime-editor/lime-qml/main/frontend.go:63 +0x10c
main.main()
    /home/guest/Projects/lime-editor/lime-qml/main/main.go:34 +0x129
Panic in RunMain func: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
runtime/debug.Stack(0x1a, 0xc4200516b8, 0x1)
    /usr/lib/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
    /usr/lib/go/src/runtime/debug/stack.go:16 +0x22
github.com/limetext/qml-go.hookIdleTimer.func1.1()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:227 +0x9e
panic(0x7876c0, 0xc4209c04a0)
    /usr/lib/go/src/runtime/panic.go:489 +0x2cf
github.com/limetext/qml-go.(*Common).On.func1.1(0x1a05a90, 0x7e6fbd, 0x9, 0x1949fb0, 0xc4209c0470, 0x0, 0x40)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0x11d
github.com/limetext/qml-go.(*Common).On.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0xc7
github.com/limetext/qml-go.RunMain(0xc4208be0f0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:84 +0x40
github.com/limetext/qml-go.(*Common).On(0xc4208a2b40, 0x7e6fbd, 0x9, 0x763e40, 0xc4209c0390)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:445 +0x228
github.com/limetext/qml-go.(*Common).setAddr(0xc4208a2b40, 0x1a05a90)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:48 +0xdf
github.com/limetext/qml-go.(*Engine).Load.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlengine.go:130 +0xa4
github.com/limetext/qml-go.hookIdleTimer.func1(0xc420051c78)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:231 +0x46
github.com/limetext/qml-go.hookIdleTimer()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:232 +0xc9
github.com/limetext/qml-go._cgoexpwrap_a0be6667c366_hookIdleTimer()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:1623 +0x20
github.com/limetext/qml-go._Cfunc_applicationExec()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:267 +0x41
github.com/limetext/qml-go.Run(0xc4203cabb0, 0xc4203cabb0, 0xc4203c8af0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:72 +0xbb
main.initFrontend()
    /home/guest/Projects/lime-editor/lime-qml/main/frontend.go:63 +0x10c
main.main()
    /home/guest/Projects/lime-editor/lime-qml/main/main.go:34 +0x129
2017/06/09 16:39:47 .:0: QQmlComponent: Component is not ready
Panic in RunMain func: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
runtime/debug.Stack(0x1a, 0xc420051720, 0x1)
    /usr/lib/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
    /usr/lib/go/src/runtime/debug/stack.go:16 +0x22
github.com/limetext/qml-go.hookIdleTimer.func1.1()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:227 +0x9e
panic(0x7876c0, 0xc4209c08c0)
    /usr/lib/go/src/runtime/panic.go:489 +0x2cf
github.com/limetext/qml-go.(*Common).On.func1.1(0x1a378d0, 0x7e6fbd, 0x9, 0x1949fb0, 0xc4209c07f0, 0x7fff00000000, 0x40)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0x11d
github.com/limetext/qml-go.(*Common).On.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:440 +0xc7
github.com/limetext/qml-go.RunMain(0xc4208be140)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:84 +0x40
github.com/limetext/qml-go.(*Common).On(0xc420a947a0, 0x7e6fbd, 0x9, 0x763e40, 0xc4209c07b0)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:445 +0x228
github.com/limetext/qml-go.(*Common).setAddr(0xc420a947a0, 0x1a378d0)
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:48 +0xdf
github.com/limetext/qml-go.(*Common).CreateWindow.func2()
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:387 +0x66
github.com/limetext/qml-go.hookIdleTimer.func1(0xc420051c78)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:231 +0x46
github.com/limetext/qml-go.hookIdleTimer()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:232 +0xc9
github.com/limetext/qml-go._cgoexpwrap_a0be6667c366_hookIdleTimer()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:1623 +0x20
github.com/limetext/qml-go._Cfunc_applicationExec()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:267 +0x41
github.com/limetext/qml-go.Run(0xc4203cabb0, 0xc4203cabb0, 0xc4203c8af0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:72 +0xbb
main.initFrontend()
    /home/guest/Projects/lime-editor/lime-qml/main/frontend.go:63 +0x10c
main.main()
    /home/guest/Projects/lime-editor/lime-qml/main/main.go:34 +0x129
Panic in RunMain func: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
runtime/debug.Stack(0x1a, 0xc420051710, 0x1)
    /usr/lib/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
    /usr/lib/go/src/runtime/debug/stack.go:16 +0x22
github.com/limetext/qml-go.hookIdleTimer.func1.1()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:227 +0x9e
panic(0x7876c0, 0xc4209c1110)
    /usr/lib/go/src/runtime/panic.go:489 +0x2cf
github.com/limetext/qml-go.wrapGoValue.func1(0xc4208be190, 0x1c98830, 0x1949fb0, 0xbdac00)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:304 +0x56
github.com/limetext/qml-go.wrapGoValue(0xc4207a3e80, 0x7885e0, 0xc420a94740, 0x1, 0x0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:304 +0x280
github.com/limetext/qml-go.packDataValue(0x7885e0, 0xc420a94740, 0xc4209c0910, 0xc4207a3e80, 0xc400000001)
    /home/guest/go/src/github.com/limetext/qml-go/datatype.go:122 +0x27c
github.com/limetext/qml-go.(*Common).Set.func2()
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:118 +0x98
github.com/limetext/qml-go.hookIdleTimer.func1(0xc420051c78)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:231 +0x46
github.com/limetext/qml-go.hookIdleTimer()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:232 +0xc9
github.com/limetext/qml-go._cgoexpwrap_a0be6667c366_hookIdleTimer()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:1623 +0x20
github.com/limetext/qml-go._Cfunc_applicationExec()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:267 +0x41
github.com/limetext/qml-go.Run(0xc4203cabb0, 0xc4203cabb0, 0xc4203c8af0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:72 +0xbb
main.initFrontend()
    /home/guest/Projects/lime-editor/lime-qml/main/frontend.go:63 +0x10c
main.main()
    /home/guest/Projects/lime-editor/lime-qml/main/main.go:34 +0x129
Panic in RunMain func: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
runtime/debug.Stack(0x1a, 0xc4200516d8, 0x1)
    /usr/lib/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
    /usr/lib/go/src/runtime/debug/stack.go:16 +0x22
github.com/limetext/qml-go.hookIdleTimer.func1.1()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:227 +0x9e
panic(0x7876c0, 0xc4209c1160)
    /usr/lib/go/src/runtime/panic.go:489 +0x2cf
github.com/limetext/qml-go.wrapGoValue.func1(0xc4208be1e0, 0x1944b60, 0x0, 0xbdac00)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:304 +0x56
github.com/limetext/qml-go.wrapGoValue(0xc4207a3e80, 0x7bd2c0, 0xc4201e4300, 0x2, 0x0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:304 +0x280
github.com/limetext/qml-go.packDataValue(0x7bd2c0, 0xc4201e4300, 0xbda410, 0xc4207a3e80, 0xc4209c0902)
    /home/guest/go/src/github.com/limetext/qml-go/datatype.go:122 +0x27c
github.com/limetext/qml-go.(*Common).Call.func1()
    /home/guest/go/src/github.com/limetext/qml-go/qmlcommon.go:321 +0xdc
github.com/limetext/qml-go.hookIdleTimer.func1(0xc420051c78)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:231 +0x46
github.com/limetext/qml-go.hookIdleTimer()
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:232 +0xc9
github.com/limetext/qml-go._cgoexpwrap_a0be6667c366_hookIdleTimer()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:1623 +0x20
github.com/limetext/qml-go._Cfunc_applicationExec()
    github.com/limetext/qml-go/_obj/_cgo_gotypes.go:267 +0x41
github.com/limetext/qml-go.Run(0xc4203cabb0, 0xc4203cabb0, 0xc4203c8af0)
    /home/guest/go/src/github.com/limetext/qml-go/bridge.go:72 +0xbb
main.initFrontend()
    /home/guest/Projects/lime-editor/lime-qml/main/frontend.go:63 +0x10c
main.main()
    /home/guest/Projects/lime-editor/lime-qml/main/main.go:34 +0x129
Common: &qml.Common{addr:(unsafe.Pointer)(0x1a378d0), engine:(*qml.Engine)(0xc4207a3e80), destroyed:false, initialized:true}
panic: object does not expose a method "activateTabalarm clockatomic_savebad addressbad messagebad timedivbroken pipecgocall nilcreated by descriptioneraseActionerrorStringfailed withfile existsfinal tokenfloat32nan2float64nan1float64nan2float64nan3gccheckmarkgcscanvalidi/o timeoutleft_deletelfstackpushlime.savinglime.syntaxlost mcachemethodargs(nb_absolutenb_floordivnb_ip_powernb_multiplynb_negativenb_positivenb_subtractnil contexton_modifiedon_pre_savepolicyTablereflect.Setregex_matchrun_commandruntime: gpscheddetailsetTabTitleset_timeoutsetnonblockshort writesq_containsstack faultstack tracetracealloc(unreachableview.Erasedwork.nproc=work.nwait= [recovered] allocCount  found at *( m->gsignal= pages/byte
 preemptoff= s.elemsize= s.sweepgen= span.limit= span.state= sysmonwait=%!(BADWIDTH)%02X%02X%02X%d actions:
) p->status=, consumed: , gp.stack=[, released: -byte limit
127.0.0.1:53152587890625762939453125> but have <AppendFormatBidi_ControlBlockCommentCIDR addressCanInterfaceCommon: %#v
DRAW_NO_FILLFieldByIndexHardwareAddrI/O possibleInitializingInstAltMatchIntersectionJoin_ControlMeetei_MayekMethodByNameOP_NOT_EQUALOverflowUintPahawh_HmongPyGetAttrObjPyNumIpPowerPyNumNonzeroPyNumTrueDivPySetAttrObjQVariantListReloading %sRuntimeErrorScopeSettingSora_SompengStartElementSyloti_Nagri^\s*accept\sabi mismatchaltmatch -> anynotnl -> bad GC phasebad g statusbad pagesizebad recoverybut progSizebyMaskLengthcan't happencannot find cas64 failedchan receivechild exitedclose_windowclosed by </color_schemecontext.TODOdalTLDpSugctend tracegc
entersyscallexit status gcpacertracehi.characterhost is downillegal seekinsert %d %sinsertActioninvalid portinvalid slotkeypad_enterlog_commandsnb_ip_dividenb_ip_lshiftnb_ip_rshiftnb_remainderno such hostnotify.Writenotify: skipon_activatedon_post_saveon_pre_closeout of rangepointtopointqml/lime.pngreflect.CopyregionSorterreleasep: m=right_deleteruntime: gp=selectFoldershort buffershow_minimapsq_ip_concatsq_ip_repeatsublime.Editsublime.Viewsubword_endssyntax.parseunexpected )unknown port (default %q) (default %v) MB released
 bytesMarked= called from  idlethreads= in duration  in zip file  is nil, not  out of range s.sizeclass= span.base()= syscalltick= with GC prog%v.WithCancel(^if |(}|;)$), gp->status=, not pointer-- Questions
-byte block (/etc/services3814697265625::ffff:0:0/96Discarded: %sGC sweep waitInterfaceDataIsUnspecifiedMarshalBinaryMende_KikakuiOld_HungarianOnDeactivatedOverflowFloatPreferences (ProfileResultPyNumAbsolutePyNumFloorDivPyNumIpDividePyNumIpLshiftPyNumIpRshiftPyNumMultiplyPyNumNegativePyNumPositivePyNumSubtractPyRichComparePySeqContainsPySeqIpConcatPySeqIpRepeatSIGKILL: killSIGQUIT: quitUsage of %s:
ViewEventGlueWindow{id:%d}  morebuf={pc:active_windowaddrinfoErrnoauthoritativebad hmap sizebad map statedefaultLoggererror_messageexchange fullfatal error: forward_slashget_clipboardinvalid UTF-8invalid base lame referrallevel 3 resetlime.cmd.markload64 failedmessageDialognb_ip_truedivnil stackbaseno name spacenotify.Createnotify.InOpennotify.Removenotify.Renamenotify: path out of memorypackages_pathparsing time power failurereload_plugins.allocCount=set_clipboardshow_side_barsrmount errorstill in liststop signal: timer expiredunknown type unreachable: use_tab_stopsvalue method view.Insertedxadd64 failedxchg64 failed (core dumped) nmidlelocked= on zero Value to finalizer  untyped args %02d/%02d/%02d%04d/%02d/%02d%s   // %d, %d%s: %v, %v, %v-thread limit
.in-addr.arpa./etc/localtime/etc/protocols/proc/net/igmp/proc/self/exe1907348632812595367431640625: extra text: <unknown type>> closed by </CLASS_LINE_ENDCLASS_WORD_ENDGC assist waitGC worker initInstEmptyWidthMB; allocated OP_REGEX_MATCHOnRemoveFolderOther_ID_StartPattern_SyntaxPyNumIpTrueDivPyNumRemainderPython sez: %sQuotation_MarkSIGABRT: abortStat error: %sUnexpected EOFUnmarshalError\.+*?()|[]{}^$
... omitting allocfreetracebad allocCountbad span statebad stack sizedirect convT2Edirect convT2Ifile too largefinalizer waitgcrescanstacksgcstoptheworldinternal errorinvalid syntaxis a directorykey size wronglevel 2 haltedlevel 3 haltedlime.selectionmemprofileratemessage_dialognb_ip_floordivnb_ip_multiplynb_ip_subtractnil elem type!no module datano such devicenot in ranges:num_selectionson_deactivatedprotocol errorqml/Window.qmlregex_containsrender.vr.Cullruntime: base selectExistingselectMultiplestack overflowstatus_messagestopm spinningstore64 failedsublime.Regionsublime.Windowsublime_plugintext file busytoo many linkstoo many usersunexpected EOFunknown methodunknown mode: unsafe.Pointerview.Transformwindow changedwork.full != 0 (no semicolon) not in range [, t.hmap.size =/etc/mdns.allow/proc/net/igmp6476837158203125: cannot parse <Sub-Patterns>
<invalid Value>ASCII_Hex_DigitCompositeActionDRAW_NO_OUTLINEFieldByNameFuncHIDE_ON_MINIMAPIsGlobalUnicastOther_LowercaseOther_UppercaseOverflowComplexPsalter_PahlaviPyNumIpFloorDivPyNumIpMultiplyPyNumIpSubtractSocketLogWriterTextCommandGlue            "path": "%s"acquirep: p->m=advertise errorbad select sizebad system callcalling destroyeset is empty: force gc (idle)hostLookupOrderinvalid addresskey has expiredmalloc deadlockmissing addressmissing mcache?move.run.actionms: gomaxprocs=nb_ip_remaindernetwork is downno medium foundno such processnon-Go functionnot a directorynot_regex_matchnotify.InAccessnotify.InAttribnotify.InCreatenotify.InDeletenotify.InModifyonStatusChangedrecovery failedrender.vrm.Cullruntime error: runtime.gopanicruntime: frame scan missed a gsettingsWatchersetvar frontendshow_status_barstandardButtonsstartm: m has pstopm holding punknown networkview.formatLineword_separators already; errno= but memory size mheap.sweepgen= untyped locals ) unusableBytes=).sublime-keymap, not a function-- Name servers
../packages/User/etc/resolv.conf0123456789abcdef2384185791015625: value of type > in name space CLASS_EMPTY_LINECLASS_LINE_STARTCLASS_WORD_STARTCan't handle id ConsoleLogWriterGC worker (idle)Imperial_AramaicInstRuneAnyNotNLMSpanList_InsertMSpanList_RemoveMeroitic_CursiveNothing to eraseOnProjectChangedOther_AlphabeticPyNumIpRemainderRotate debug logSIGNONE: no trapUnhandled node: 
runtime stack:
^\x00-\x{10FFFF}after object keybad frame layoutbad special kindbad symbol tablebut should be atbyPriorityWeightcastogscanstatuscontext canceledepollwait failedgc: unswept spangcshrinkstackoffhostLookupOrder=ignored_packagesinteger overflowinvalid address invalid argumentinvalid exchangeinvalid spdelta message too longmissing stackmapno colon on lineno route to hostno such flag -%vnon-IPv4 addressnon-IPv6 addressnotify.InMovedToobject is remoteok_cancel_dialogpacer: H_m_prev=reflect mismatchregexp: Compile(remote I/O errorrender.Transformruntime:  g:  g=runtime: gp: gp=runtime: nameOffruntime: nelems=runtime: textOffruntime: typeOffshow_full_screenstopped (signal)sublime.Settingstime: bad [0-9]*to non-Go memoryunknown network value size wrongworkbuf is empty initialHeapLive= spinningthreads=%02d:%02d:%02d %s,
    "settings":
%s,
            "name": "%s".sublime-settings01/02/06 15:04:050123456789ABCDEFX0123456789abcdefx1192092895507812559604644775390625: missing method CLASS_MIDDLE_WORDCalling newEngineCorruptInputErrorGC assist markingLoadConfigurationLoading plugin %sNothing to insertOP_REGEX_CONTAINSOld_North_ArabianOld_South_ArabianOnPackagesPathAddOther_ID_ContinueQueryContextEventSIGBUS: bus errorSIGCONT: continueSIGINT: interruptSelected %s filesSentence_TerminalUnified_IdeographUnknown event: %sWindowCommand: %vWindowCommandGluebad TinySizeClassbad dequeueRescanbad stackfreelistcalling newEnginecorrupt zip file entersyscallblockexec format errorexec: not startedfractional secondfutexwakeup addr=gcstackbarrierallgcstackbarrieroffgp.waiting != nilin string literalkey align too bigmark - bad statusmarkBits overflowmissing closing )missing closing ]no data availablenotetsleepg on g0notify.InMoveSelfpermission deniedrecursion_desiredreflect.Value.Capreflect.Value.Intreflect.Value.Lenreflect: New(nil)reflect: call of render.Transcriberuntime: pointer scanobject n == 0select (no cases)settings.child.%dsublime.RegionSetthread exhaustionunknown caller pcwrong medium type{
    "folders":
    [
 because dotdotdot%d >= %d || %d < 0%v is not a string).sublime-settings, locked to thread/etc/nsswitch.conf0x%02X%02X%02X%02X298023223876953125: day out of rangeCLASS_SUB_WORD_ENDCaucasian_AlbanianIsLinkLocalUnicastLoading %s pluginsLoading package %sOP_NOT_REGEX_MATCHOnQueryContextGlueRFS specific errorUnhandled node: %sUnknownUserIdErrorVariation_Selector[^\x00-\x{10FFFF}]bad arg in InstAltbad g rescan indexbufio: buffer fullconnection refusedcontext.Backgroundexpected element <file name too longflag redefined: %sforEachP: not donegarbage collectiongcBlackenPromptly=identifier removedin numeric literalindex out of rangeinput/output errorinvalid IP addressinvalid XML name: invalid character invalid criteria: multihop attemptedno child processesno locks availablenot_regex_containsnotify.InMovedFromoperation canceledreflect.Value.Callreflect.Value.Elemreflect.Value.Sendreflect.Value.Typereflect.Value.Uintreflect: Zero(nil)segmentation faultserver misbehavingshouldn't get herestack barrier loststreams pipe errorsystem page size (too many redirectsunknown time zone value out of range called using nil * is already watched sweepPagesPerByte=,  g->atomicstatus=, gp->atomicstatus=../packages/Default/usr/lib/locale/TZ/14901161193847656257450580596923828125Canadian_AboriginalCould not watch: %sExpected int not %sIDS_Binary_OperatorLoading %s for viewLoading %s settingsMB of spans; swept MSpan_Sweep: state=OnSelectionModifiedPattern_White_SpaceSIGTRAP: trace trapSelection not FoundStop(%p) error: %v
Unexpected new lineUnknown context: %sUnknownNetworkErrorWant to register %s__vdso_gettimeofday_cgo_setenv missingafter array elementbackend.view.syntaxbad file descriptorbad flag syntax: %sbad kind in runfinqbad notifyList sizebad runtime·mstartbad value for fieldcgocall unavailablecriterion too shortdevice not a streamdirectory not emptydisk quota exceededdont_write_bytecodefile already closedfile already existsfile does not existillegal instructionlime.syntax.updatedmarking free objectmarkroot: bad indexnotesleep not on g0notify.InCloseWritenotify.InDeleteSelfnwait > work.nprocsonEvent: %v, %v, %vonSelectionModifiedoverflow is not nilpanic during mallocpanic during panic
panic holding locksparsenetlinkmessagerecursion_availablereflect.Value.Fieldreflect.Value.Floatreflect.Value.Indexreflect.Value.IsNilreflect.Value.Sliceruntime: pcdata is runtime: preempt g0skip this directorystopm holding locksstopped (tty input)sync.Cond is copiedtime: unknown unit too many open filestoo many parametersunaligned sysUnusedunexpected InstFailvalue align too bigwrite of Go pointer markroot jobs done
 to unallocated span%64s %6d, %20s, %20s/usr/share/zoneinfo/37252902984619140625: leftover defer sp=CLASS_SUB_WORD_STARTCannot reuse Common!DRAW_SOLID_UNDERLINEEgyptian_HieroglyphsIDS_Trinary_OperatorIsLinkLocalMulticastMSpanList_InsertBackMeroitic_HieroglyphsOnPackagesPathRemoveSIGALRM: alarm clockSIGTERM: terminationSaving project as %sSeek: invalid offsetSeek: invalid whenceTerminal_Punctuation[%D %T] [%L] (%S) %M[invalid char class]__vdso_clock_gettimebad defer size classbad font file formatbad system page sizebad use of bucket.bpbad use of bucket.mpchan send (nil chan)close of nil channelconnection timed outdispatching %v on %qflag: help requestedfloating point errorforcegc: phase errorgc_trigger underflowgo of nil func valuegopark: bad g statusinvalid <![ sequenceinvalid DNS responseinvalid itab lockinginvalid m->locked = invalid repeat countinvalid request codeis a named type filejson: Unmarshal(nil json: Unmarshal(nil)key has been revokedmalloc during signalmissed stack barriernon-empty swept listnotetsleep not on g0pacer: assist ratio=preempt off reason: reflect.Value.Methodreflect.Value.SetIntreflect.Value.Slice3reflect.makeFuncStubreflect: cannot use rescan list overflowruntime: casgstatus runtime: unknown pc runtime: work.nwait=stopped (tty output)time: invalid numbertrace: out of memoryunexpected IP lengthunexpected network: unrecognized addressurgent I/O conditionworkbuf is not empty gp.gcscanvalid=true
 of unexported method previous allocCount=%64s %6s, %20s, %20s
%s flag redefined: %s%s is watched already186264514923095703125931322574615478515625<log created="%D %T">Anatolian_HieroglyphsCLASS_PUNCTUATION_ENDCouldn't watch %s: %sError in callback: %vFailed to save %s:n%sInscriptional_PahlaviOP_NOT_REGEX_CONTAINSOther_Grapheme_Extend_cgo_unsetenv missingafter top-level valueblock device requiredbufio: negative countcannot use %s as a %scheckdead: runnable gconcurrent map writesdangling watchpoint: deadlineExceededErrordefer on system stackexec: already startedfindrunnable: wrong pfound at rescan indexgcprocs inconsistencyimage: unknown formatin string escape codeinvalid named capturekey is not comparablelink has been severedlocalhost.localdomainnotify.InCloseNowritenotify: unknown eventon_selection_modifiedpackage not installedpanic on system stackparsenetlinkrouteattrread-only file systemreflect.Value.Complexreflect.Value.Pointerreflect.Value.SetUintreleasep: invalid argruntime: confused by runtime: newstack sp=runtime: work.nwait =show_distraction_freestale NFS file handlestartlockedm: m has pstartm: m is spinningstate not recoverablestopg: invalid statussublime.ViewEventGluetrace/breakpoint trapunknown empty Contextuser defined signal 1user defined signal 2user: unknown userid virtual timer expiredwindow is not waiting into Go struct field %v.WithValue(%#v, %#v).localhost.localdomain/lib/time/zoneinfo.zip4656612873077392578125ApplicationCommandGlueClosestMatchingSettingCouldnt unwatch %s: %sDefault.sublime-keymapFileLogWriter(%q): %s
Inscriptional_ParthianLoading %s keybindingsNo syntax %s in editorSIGSTKFLT: stack faultSIGTSTP: keyboard stopSettingChanged: %s %v
address already in useargument list too longassembly checks failedbad arg in InstCapturebad g->status in readycannot allocate memorycannot unmarshal into error parsing regexp: expected /> in elementfreeIndex is not validgetenv before env initinteger divide by zerointerface conversion: internal(%p) error: %vinvalid address familyminpc or maxpc invalidmissing ']' in addressnetwork is unreachablenon-Go function at pc=operation was canceledpanic during softfloatprotocol not availableprotocol not supportedreflect.Value.MapIndexreflect.Value.SetFloatremote address changedruntime.main not on m0runtime: invalid type runtime: out of memoryruntime: s.allocCount=runtime:scanstack: gp=s.freeindex > s.nelemsscanstack - bad statussend on closed channelspan has no free spacestack not a power of 2timer goroutine (idle)trace: alloc too large into Go value of type  is not in the Go heap
) must be a power of 2
) not in usable range [23283064365386962890625<invalid reflect.Value>CLASS_PUNCTUATION_STARTCPU time limit exceededCouldn't import sys: %sDRAW_EMPTY_AS_OVERWRITEDRAW_SQUIGGLY_UNDERLINEDRAW_STIPPLED_UNDERLINEFailed to save as %s:%sLogical_Order_ExceptionNoncharacter_Code_PointPanic during parse: %v
Panic in c() for %T: %vPanic objectInvoke, %v
Ran text command: %s %sSIGIO: i/o now possibleSIGSYS: bad system callSetting project name %sSocketLogWriter(%q): %sUse of destroyed objectValueError: obj == nil!View{id:%d, buffer: %s}Watching scaned dir: %sacquirep: already in gobytes.Buffer: too largechan receive (nil chan)close of closed channeldevice or resource busyexec: Stdin already setexpected element type <fatal: morestack on g0
garbage collection scangcDrain phase incorrectinterrupted system callinvalid escape sequencejson: cannot unmarshal left over markroot jobsmakechan: bad alignmentmissing port in addressmissing type in runfinqno space left on devicenotify: close(2) error operation not permittedoperation not supportedpanic during preemptoffpath is already watchedprocresize: invalid argprofiling timer expiredreflect.Value.Interfacereflect.Value.NumMethodreflect.methodValueCallruntime: internal errorruntime: sizeof(hmap) =s.allocCount > s.nelemsschedule: holding locksspan has no free stacksstack growth after forksublime.TextCommandGluesyntax error in patterntime: invalid duration unexpected address typeunexpected map key typeunexpected signal valueunknown empty width argunlock of unlocked lockwork.nwait > work.nprocxml: unsupported type: %v.WithDeadline(%s [%s])([A-Za-z]+?)\.(?:[^.]+)$/usr/share/lib/zoneinfo/116415321826934814453125582076609134674072265625INHIBIT_WORD_COMPLETIONSLoading %s user settingsMethod without reciever!Scanning %s for packagesbad defer entry in panicbad defer size class: i=block index out of rangecan't scan our own stackconnection reset by peerengine already destroyedexec: Stderr already setexec: Stdout already setfile size limit exceededfloating point exceptionfunction not implementedg already on rescan listgcDrainN phase incorrecthash of unhashable type invalid argument to Intnjson: unsupported type: lengths are inconsistentlevel 2 not synchronizedlink number out of rangeout of streams resourcesre-launching all windowsreflect.Value.SetComplexreflect.Value.UnsafeAddrreturning %d from dialogrunqsteal: runq overflowruntime: C malloc failedruntime: epollwait on fdruntime: found obj at *(runtime: misaligned funcscanstack in wrong phasespan has no free objectsspanBytesAlloc underflowstack trace unavailable
structure needs cleaningthis shouldn't happen...translate_tabs_to_spaces to unused region of span/proc/sys/kernel/hostname2006-01-02T15:04:05Z07:002910383045673370361328125CLASS_CLOSING_PARENTHESISCLASS_OPENING_PARENTHESISCouldn't find loaded viewCouldn't load file %s: %sCouldn't read file %s: %sIsInterfaceLocalMulticastNot a recognised type: %sOnInit callbacks finishedRan Window command: %s %sUnable to read project %sXML syntax error on line _cgo_thread_start missingacquirep: invalid p stateallgadd: bad status Gidlebad status in shrinkstackcan't scan gchelper stackcgo result has Go pointerchansend: spurious wakeupcheckdead: no m for timercheckdead: no p for timercontext deadline exceededillegal character code %Uinvalid character entity invalid cross-device linkinvalid network interfacejson: Unexpected key typejson: unsupported value: missing stack in newstacknet: inconsistent fdMutexnetpollblock: double waitno answer from DNS serverno buffer space availableno such device or addressno such file or directoryno such network interfaceno suitable address foundnotify: epollclose error object is not a componentoperation now in progresspath is not being watchedreflect.Value.OverflowIntreflect.Value.SetMapIndexreflect: Bits of nil Typereleasep: invalid p staterender.Transform.(AddAll)resource deadlock avoidedrt_sigaction read failureruntime: bad select size runtime: program exceeds runtime·lock: lock countslice bounds out of rangesocket type not supportedstartm: p has runnable gsstoplockedm: not runnablesublime.WindowCommandGlueunexpected '[' in addressunexpected ']' in addressunexpected end element </unexpected fault address unsupported data type: %dxml: end tag with no name using unaddressable value using zero Value argument1455191522836685180664062572759576141834259033203125: leftover stack barriers Can't initialize type EditCan't initialize type ViewError on copying regex: %sNo such window command: %sOnInit callbacks executingPanic in RunMain func: %v
SIGSTOP: stop, unblockable"Qt Warning: Compose file:cannot marshal DNS messagecriterion lacks equal signentersyscall inconsistent forEachP: P did not run fnfreeSpan given cached spanfreedefer with d.fn != nilgvalue not hashable: %v %vinitSpan: unaligned lengthinvalid argument to Int31ninvalid argument to Int63ninvalid event set providedinvalid request descriptormakemap: size out of rangename not unique on networkno CSI structure availableno message of desired typenotewakeup - double wakeupout of memory (stackalloc)persistentalloc: size == 0reflect.Value.CanInterfacereflect.Value.MethodByNamereflect.Value.OverflowUintrender.Transform.(Regions)required key not availableruntime: bad span s.state=runtime: writebarrierptr *selectrecv: too many casesselectsend: too many casesstartlockedm: locked to mesublime.OnQueryContextGluetoo many colons in addressunclosed criterion bracketuser: lookup userid %d: %v expected stack barrier PC  is not assignable to type !#$%&()*+-./:<=>?@[]^_{|}~ %s does not embed an Object363797880709171295166015625Cannot assign '%T' to '*%v'Couldn't create watcher: %sCouldn't find modified viewError loading %s syntax: %sError while scanning %s: %sExpected 2 arguments not %dG waiting list is corruptedInvalid tuple size: %d != 2MSpan_Sweep: bad span stateNewSocketLogWriter(%q): %s
No mark in the current viewPanic in inputthread: %v
%sRunning text command: %s %vSIGILL: illegal instructionSIGXCPU: cpu limit exceededUse of uninitialized object"2006-01-02T15:04:05Z07:00"after object key:value paircgoUse should not be calledchannel number out of rangecommunication error on sendfailed MSpanList_InsertBackflag needs an argument: -%sgcstopm: not waiting for gcgrowslice: cap out of rangeinternal lockOSThread errorinvalid boolean flag %s: %vinvalid profile bucket typekey was rejected by servicelime.last_save_change_countmakechan: size out of rangemakeslice: cap out of rangemakeslice: len out of rangemissing brackets in addressnot a XENIX named type fileos: process not initializedos: unsupported signal typeprogToPointerMask: overflowreflect.Value.OverflowFloatrestartg: unexpected statusruntime: checkdead: find g runtime: checkdead: nmidle=runtime·unlock: lock countscanframe: bad symbol tablesigsend: inconsistent statestack size not a power of 2startm: negative nmspinningstopTheWorld: holding lockswork.nwait was > work.nprocxml: opening charset %q: %vxml: start tag with no name args stack map entries for ,
            "follow_symlinks": "%t"/proc/sys/net/core/somaxconn18189894035458564758300781259094947017729282379150390625Can't initialize type WindowCommand execution failed: %sCouldn't find closed view...Couldn't find command to runCouldn't run textcommand: %sCouldn't unwatch file %s: %sExpected at most 2 argumentsFixedStack is not power-of-2INHIBIT_EXPLICIT_COMPLETIONSLoading %s package syntax %sLoading editor user settingsMHeap_FreeSpanLocked - span MSpan_Sweep: m is not lockedPanic in parse thread: %v
%sPreferences.sublime-settingsPrepended_Concatenation_MarkRecovered from panic: %v, %sSIGHUP: terminal line hangupSIGWINCH: window size change_mheap_alloc not on g0 stackbad pointer in write barriercan't preserve unlinked spancannot unmarshal DNS messagecomparing uncomparable type destination address requireddispatch did not reach leaf:fatal: morestack on gsignal
file descriptor in bad statefindrunnable: netpoll with pfound next stack barrier at gchelperstart: bad m->helpgcgcstopm: negative nmspinninginvalid runtime symbol tablejson: Unmarshal(non-pointer json: invalid use of scannermissing stack in shrinkstackneed padding in bucket (key)net: dns: unknown string tagnewproc1: new g is not Gdeadnewproc1: newg missing stacknotewakeup - double wakeup (notify: epoll_wait(2) error os: process already finishedos: process already releasedpanic while painting: %s

%sprotocol driver not attachedreflect.MakeSlice: len > capreflect: In of non-func typereflect: Key of non-map typeruntime: bad spanBytesAlloc=runtime: casgstatus: oldval=runtime: no module data for runtime: p.gcMarkWorkerMode=runtime: stat overflow: val strconv: ε > (den<<shift)/2unexpected end of JSON inputunsupported compression for  cannot be converted to type 45474735088646411895751953125Error on the pipe descriptor.Index out of bounds: %d >= %dQuery context: %s, %v, %v, %vRunning window command: %s %vSIGPIPE: write to broken pipeSIGPWR: power failure restartTODO: not sure what to do? %sTODO: not sure what to do? %vThere is already a buffer setTime.UnmarshalBinary: no dataUnexpected argument count: %dabi mismatch detected betweenaddspecial on invalid pointerbufio.Scanner: token too longerror while traversing %q: %vexec: Wait was already calledexpected element name after <expected target name after <?function has too many resultsgc done but gcphase != _GCoffgfput: bad status (not Gdead)invalid character class rangeinvalid characters between </invalid length of trace eventio: read/write on closed pipemachine is not on the networkmismatched local address typenetpollblock: corrupted stateno XENIX semaphores availablenumerical result out of rangeoperation already in progressprotocol family not supportedqml.Run called more than oncereflect.Value.OverflowComplexreflect: Elem of invalid typereflect: Out of non-func typeruntime: bad g in cgocallbackruntime: impossible type kindruntime: marking free object runtime: mmap: access denied
runtime: split stack overflowruntime: stat underflow: val runtime: sudog with non-nil cruntime: unknown pc in defer semacquire not on the G stackstring concatenation too longsyntax error scanning booleantoo many open files in systemtraceback has leftover defersunknown IP protocol specified locals stack map entries for %s wasn't a registered command%s: Invalid function signature227373675443232059478759765625Adding folder %s to project %sCan only do EQ and NE comparesCan't initialize type SettingsCouldn't run windowcommand: %sFailed to register command: %sMHeap_AllocLocked - bad npagesNot found in %s repository: %sSIGPROF: profiling alarm clockSIGUSR1: user-defined signal 1SIGUSR2: user-defined signal 2SIGVTALRM: virtual alarm clockassignment to entry in nil mapcheckdead: inconsistent countsexpected element name after </failed to get system page sizefreedefer with d._panic != nilin exponent of numeric literalinappropriate ioctl for deviceinvalid function symbol table
invalid network interface nameinvalid pointer found on stacklooking for beginning of valueneed padding in bucket (value)net: dns: unknown packing typeprotocol wrong type for socketreflect.Append: slice overflowreflect: Len of non-array typerunqputslow: queue is not fullruntime: bad pointer in frame runtime: found in object at *(socket operation on non-socketstrings: negative Repeat countsublime.ApplicationCommandGluesync: inconsistent mutex statesync: unlock of unlocked mutex...additional frames elided...
.lib section in a.out corrupted11368683772161602973937988281255684341886080801486968994140625CLASS_WORD_END_WITH_PUNCTUATIONCan't initialize type RegionSetExpected only 1 argument not %dInclude directive %s failed: %sLoading editor default settingsLoading editor user keybindingsObserver has already been addedRequest for unregistered field!SIGSEGV: segmentation violationUnhandled include directive: %sbackend.editor.ignored_packagescannot assign requested addresscannot obtain absolute path: %vcasgstatus: bad incoming valuescheckmark found unmarked objectentersyscallblock inconsistent fmt: unknown base; can't happenin literal null (expecting 'l')in literal null (expecting 'u')in literal true (expecting 'e')in literal true (expecting 'r')in literal true (expecting 'u')inotify instance already closedinternal error - misuse of itabinvalid network interface indexjson: invalid number literal %qmalformed time zone informationmergeRuneSets odd length []runemheap_freestack not on g0 stacknetpollClose: close w/o unblocknetpollUnblock: already closingnon in-use span in unswept listnon-pointer passed to Unmarshalnotify: Watch using nil channelpacer: sweep done at heap size reflect.MakeMap of non-map typereflect.MakeSlice: negative capreflect.MakeSlice: negative lenreflect: NumIn of non-func typeresetspinning: not a spinning mruntime: address space conflictruntime: cannot allocate memoryruntime: split stack overflow: sotypeToNet unknown socket typesysconf claims a -1 page size..time: missing unit in duration unexpected EOF in CDATA section28421709430404007434844970703125Error on creating new engine: %sSIGFPE: floating-point exceptionSIGTTOU: background write to ttySecond argument not a string: %vWaiting for all windows to closebufio: invalid use of UnreadBytebufio: invalid use of UnreadRunebufio: tried to fill full bufferexpected %d captures but got %d
gchelper not running on g0 stackgo package net: hostLookupOrder(in literal false (expecting 'a')in literal false (expecting 'e')in literal false (expecting 'l')in literal false (expecting 's')internal buffer exceeds %d bytesmheap_allocstack not on g0 stacknon-Go code disabled sigaltstacknumerical argument out of domainpanic while printing panic valuereflect.nameFrom: tag too long: reflect: NumOut of non-func typeremovespecial on invalid pointerresource temporarily unavailableruntime: failed MSpanList_Insertruntime: failed MSpanList_Removeruntime: gcBitsArenas.next.free=runtime: mcall function returnedruntime: newstack called from g=runtime: stack split at bad timeruntime: sudog with non-nil elemruntime: sudog with non-nil nextruntime: sudog with non-nil prevscanstack: goroutine not stoppedsoftware caused connection abortstackmapdata: index out of rangesweep increased allocation countsync: Unlock of unlocked RWMutexsync: negative WaitGroup counterunescaped < inside quoted stringuse of closed network connection of method on nil interface value./\()"'-:,.;<>~!@#$%^&*|+=[]{}`~?142108547152020037174224853515625710542735760100185871124267578125CLASS_WORD_START_WITH_PUNCTUATIONCommand initialization failed: %sCouldn't find status changed viewError on reading directory %s, %sFailed to register command %s: %sSIGCHLD: child status has changedSIGTTIN: background read from ttySIGXFSZ: file size limit exceededUnable to create file watcher: %sbacktrack called for a RuneReaderbytes.Buffer.Grow: negative countbytes.Reader.Seek: invalid whenceconcurrent map read and map writefindrunnable: negative nmspinningfreeing stack not in a stack spanfunction takes too many argumentsheapBitsSetType: unexpected shiftinvalid value %q for flag -%s: %vreflect.nameFrom: name too long: reflect: ChanDir of non-chan typereflect: Field index out of rangereflect: Field of non-struct typereflect: array index out of rangereflect: slice index out of rangeregexp: unhandled case in compileruntime: castogscanstatus oldval=runtime: goroutine stack exceeds runtime: memory allocated by OS (runtime: name offset out of rangeruntime: text offset out of rangeruntime: type offset out of rangestackalloc not on scheduler stackstoplockedm: inconsistent lockingsync: RUnlock of unlocked RWMutextoo many levels of symbolic links%s is already a registered command%s, falling back to default syntax,
            "file_exclude_patterns": "%s",
            "file_include_patterns": "%s"3552713678800500929355621337890625Could not get system clipboard: %vCould not set system clipboard: %vError importing sublime_plugin: %sLoading %s package color scheme %sLoading editor default keybindingsMHeap_AllocLocked - MSpan not freeMSpan_EnsureSwept: m is not lockedNot the expected argument size: %dOther_Default_Ignorable_Code_PointRemoving folder %s from project %sRunning application command: %s %vSIGURG: urgent condition on socketSuccessfully registered command %sexecutable file not found in $PATHexpected attribute name in elementflag provided but not defined: -%sforEachP: sched.safePointWait != 0heapBitsForSpan: base out of rangeillegal base64 data at input byte in \u hexadecimal character escapeinconsistent state in stackBarrierinvalid nested repetition operatorinvalid or unsupported Perl syntaxnotify: short read in readEvents()object does not have a %q propertyreflect.FuncOf: too many argumentsreflect: Field index out of boundsreflect: Method index out of rangereflect: recv on send-only channelreflect: send on recv-only channelreflect: string index out of rangeruntime.SetFinalizer: cannot pass runtime: g is running but p is notruntime: unexpected return pc for schedule: spinning with local worktoo many references: cannot spliceunescaped ]]> not in CDATA section177635683940025046467781066894531252006-01-02T15:04:05.999999999Z07:0088817841970012523233890533447265625Couldn't get parser from syntax: %sCouldn't run applicationcommand: %sMHeap_FreeSpanLocked - invalid freeTypes don't match! class:%s, val:%sUnable to load theme definition: %sUnable to read theme definition: %sUnknown key value with %d bytes: %sattribute name without = in elementdropped %s on %q: receiver too slowfindfunc: bad findfunctab entry idxfindrunnable: netpoll with spinninggreyobject: obj not pointer-alignedmisrounded allocation in mallocinitmove: Unimplemented 'by' action: %snetwork dropped connection on resetno such multicast network interfacepersistentalloc: align is too largepidleput: P has non-empty run queuereflect.MakeSlice of non-slice typestrings.Reader.Seek: invalid whencetraceback did not unwind completelytransport endpoint is not connectedxml: comments must not contain "--",
            "folder_exclude_patterns": "%s",
            "folder_include_patterns": "%s"0123456789abcdefghijklmnopqrstuvwxyz444089209850062616169452667236328125Couldn't marshal global settings: %sError loading %s color scheme %s: %sGo pointer stored into non-Go memoryMStats vs MemStatsType size mismatchTime.UnmarshalBinary: invalid lengthaccessing a corrupted shared librarybytes.Reader.ReadAt: negative offsetbytes.Reader.Seek: negative positioncallWithArgs: wrong function type!!!http://www.w3.org/XML/1998/namespaceinvalid boolean value %q for -%s: %vkey size not a multiple of key alignmarkrootSpans during second markrootmove_to: Unimplemented 'to' type: %spre-allocated buffer size was wrong reached maximum number of iterationsreflect: IsVariadic of non-func typereflect: NumField of non-struct typereflect: funcLayout of non-func typeruntime: bad notifyList size - sync=runtime: invalid pc-encoded table f=runtime: invalid typeBitsBulkBarrierruntime: mcall called on m->g0 stackruntime: sudog with non-nil waitlinkruntime: wrong goroutine in newstacksignal arrived during cgo execution
syntax error scanning complex numberuncaching span but s.allocCount == 0xml: %s chain not valid with %s flagxml: end tag </%s> without start tag) is smaller than minimum page size (2220446049250313080847263336181640625All windows closed. reloadRequest: %vCouldn't create syntaxhighlighter: %sCouldn't unmarshal project data
%s
%sLock() called with threads unblocked![!"#$%&'()*+,\-./:;<=>?@\[\\\]^`{|}~]_cgo_notify_runtime_init_done missingall goroutines are asleep - deadlock!attempt to execute C code on Go stackbytes.Buffer: truncation out of rangecannot exec a shared library directlydisconnecting unknown signal functionexec: StdinPipe after process startedinvalid sequence <!- not part of <!--operation not possible due to RF-killreflect.Value.Bytes of non-byte slicereflect.Value.Bytes of non-rune slicereflect.Value.Convert: value of type reflect: Bits of non-arithmetic Type runtime: address space conflict: map(runtime: allocation size out of rangesetprofilebucket: profile already setstartTheWorld: inconsistent mp->nextpstrings: Repeat count causes overflowtraceback has leftover stack barriersvalue too large for defined data typexml: bad type for comment field of %s to QML logic; use its address instead1110223024625156540423631668090820312555511151231257827021181583404541015625BlockThreads() called on Unlocked LockCan't return type %v from go to pythonExpected type int for Region.A, not %sExpected type int for Region.B, not %sPanic in RunTextCommand: %v
%v %#v %#v[editor.inputthread] kp: |%s|, pos: %vafter decimal point in numeric literalarg size to reflect.call more than 1GBattribute of type '%s' is not callablecan not access a needed shared librarycannot hand an unhashable struct valueconcurrent map iteration and map writeencoding alphabet is not 64-bytes longexec: StderrPipe after process startedexec: StdoutPipe after process startedgcBgMarkWorker: blackening not enabledgo package net: using cgo DNS resolvermakechan: invalid channel element typemove_to: Unimplemented 'to' action: %dreflect: Method on nil interface valueruntime: function symbol table header:runtime: sudog with non-nil selectdonestrings.Reader.ReadAt: negative offsetstrings.Reader.Seek: negative positionsyscall: readInt with unsupported sizetime: missing Location in call to Datexml: EncodeToken of invalid token type2006-01-02 15:04:05.999999999 -0700 MST277555756156289135105907917022705078125CFunction_New: unknown func type for %sCould not read file: %s
. Error was: %vMSpan_Sweep: bad span state after sweepMethod argument %d should be %v, not %vMethod should have %d arguments, not %dWarning: %s called with zero parameter
callWithoutArgs: wrong function type!!!heapBitsSetTypeGCProg: small allocationmisrounded allocation in MHeap_SysAllocmissing argument to repetition operatorreceived on thread with no signal stackreflect: FieldByName of non-struct typeruntime: casfrom_Gscanstatus failed gp=runtime: typeBitsBulkBarrier with type stack growth not allowed in system calltrailing backslash at end of expressiontransport endpoint is already connectedvalue of property %q is not a bool: %#v13877787807814456755295395851135253906256938893903907228377647697925567626953125Cannot convert type %s from python to goCouldn't compile language pattern %s: %sCouldn't properly load color from %s: %sObserver is not in the list of observersUnblockThreads() called on Unlocked Lockaddress family not supported by protocolbulkBarrierPreWrite: unaligned argumentscallWithKeywords: wrong function type!!!deferproc: d.panic != nil after newdefernetpollinit: failed to create descriptorreceived but handler not on signal stackrefill of span with free space remainingreflect.Value.Call: call of nil functionreflect.Value.Call: wrong argument countreflect.Value.SetBytes of non-byte slicereflect.Value.setRunes of non-rune slicereflect: FieldByIndex of non-struct typeruntime.SetFinalizer: first argument is runtime: out of memory: cannot allocate signal called after engine was destroyedtime: Stop called on uninitialized Timeruser: list groups for %s: invalid gid %qvalue of property %q is not a color: %#vvalue size not a multiple of value alignxml: trailing '>' in field %s of type %s34694469519536141888238489627838134765625Asked for context of unregistered object!Command wasn't registered in any list: %sCouldn't unmarshal to render.Settings: %sMHeap_FreeSpanLocked - invalid span stateMHeap_FreeSpanLocked - invalid stack freeTime.UnmarshalBinary: unsupported versionTried to set a non-existant context fieldallocated buffer doesn't match used spacebinary: varint overflows a 64-bit integerbytes.Buffer.WriteTo: invalid Write countbytes.Reader.WriteTo: invalid Write countcan't call pointer on a non-pointer Valuecgo argument has Go pointer to Go pointergcSweep being done but phase is not GCoffjson: error calling MarshalJSON for type reflect.Value.Addr of unaddressable valueruntime.SetFinalizer: second argument is runtime.makemap: unsupported map key typeruntime: typeBitsBulkBarrier without typesetCheckmarked and isCheckmarked disagreestopTheWorld: not stopped (stopwait != 0)strconv: illegal AppendInt/FormatInt basetime: Reset called on uninitialized Timertime: missing Location in call to Time.Invalue of property %q is not a string: %#vview already has a QML view set! (%v, %v)173472347597680709441192448139190673828125867361737988403547205962240695953369140625Buffer{id: %d, name: "%s", filename: "%s"}Error on unmarshaling %s to color.RGBA: %sTime.MarshalBinary: unexpected zone offsetacquireSudog: found s.elem != nil in cachecannot allocate new objects while paintingcannot report changes on zero-sized fieldslooking for beginning of object key stringpersistentalloc: align is not a power of 2reflect: Call with too few input argumentsruntime: heapBitsSetTypeGCProg: total bitssync/atomic: store of nil value into Valueunexpected signal during runtime executionvalue of property %q is not a QML map: %#v%s doesn't exist, Watching parent directoryMethod return value %d should be %v, not %vMethod should have %d return values, not %dbufio: tried to rewind past start of buffergcBgMarkWorker: unexpected gcMarkWorkerModegentraceback before goexitPC initializationheapBitsSetTypeGCProg: unexpected bit countinterrupted system call should be restartedmultiple Read calls return no data or errorreflect: Call with too many input argumentsreflect: CallSlice of non-variadic functionreflect: FieldByNameFunc of non-struct typereflect: nil type passed to Type.Implementsruntime.SetFinalizer: finalizer already setruntime.SetFinalizer: first argument is nilruntime: casfrom_Gscanstatus bad oldval gp=runtime: lfstackpush invalid packing: node=runtime: releaseSudog with non-nil gp.paramunknown runnable goroutine during bootstrapvalue of property %q is not a QML list: %#vxml: invalid tag in field %s of type %s: %q using value obtained using unexported fieldFile was changed by another program, reload?cannot find descendant with objectName == %qgcmarknewobject called while doing checkmarknetpollOpen: blocked read on free descriptorreflect: funcLayout with interface receiver reflect: slice length out of range in SetLensystemstack called from unexpected goroutineuse of WriteTo with pre-connected connectionBuffer can not be modified when in a callbackcannot send after transport endpoint shutdowncontext: internal error: missing cancel errorcould not get the capture group names from %qexitsyscall: syscall frame is no longer validheapBitsSetType: called with non-pointer typeinvalid sequence "--" not allowed in commentsjson.RawMessage: UnmarshalJSON on nil pointernetpollOpen: blocked write on free descriptorreflect: internal error: invalid method indexreflect: nil type passed to Type.AssignableTovalue of property %q is not a QML object: %#vThis edit has already been invalidated: %v, %vbytes.Reader.UnreadByte: at beginning of slicecannot have 0 captures when processing a matchinternal error: custom Go type not initializednetpollinit: failed to create epoll descriptorreflect.Value.Slice: slice index out of boundsreflect: nil type passed to Type.ConvertibleToreflect: slice capacity out of range in SetCapruntime: failed to create new OS thread (have runtime: name offset base pointer out of rangeruntime: panic before malloc heap initialized
runtime: text offset base pointer out of rangeruntime: type offset base pointer out of rangestopTheWorld: not stopped (status != _Pgcstop)unquoted or missing attribute value in elementP has cached GC work at end of mark terminationPaniced while running text command %s %v: %v
%sattempting to link in too many shared librariesbufio: reader returned negative count from Readcan't remove non-existent inotify watch for: %sengine already has an image provider with id %qnetpolldeadlineimpl: inconsistent read deadlinereflect.Value.Slice3: slice index out of boundsreflect.Value.UnsafeAddr of unaddressable valuereflect: CallSlice with too few input argumentsunknown engine pointer; who created the engine?used more space than allocated for member namesCharsetReader returned a nil Reader for charset LoadConfiguration: Error: Could not read %q: %s
P has unflushed stats at end of mark terminationTime.MarshalJSON: year outside of range [0,9999]Time.MarshalText: year outside of range [0,9999]attempted to use log message outside of log hookbufio: writer returned negative count from WritenetpollClose: blocked read on closing descriptornetpolldeadlineimpl: inconsistent write deadlinereflect: CallSlice with too many input argumentsruntime: cannot map pages in arena address spacestrconv: illegal AppendFloat/FormatFloat bitSizevalue of %s cannot be represented as an int: %#vwatch requested but
ricochet1k commented 7 years ago

Limetext does not support Go 1.6's cgo pointer restrictions. You can use GODEBUG=cgocheck=0 to disable the checking.