Skip to content

Instantly share code, notes, and snippets.

@joede
joede / gist:3503d2ed49f2f7884557f20d9d9720db
Created November 9, 2017 08:29
MXE fails to build glib -- 2017-11-9
make[1]: Entering directory '/usr/lib/mxe-05-2017'
uname -a
Linux jd-dell 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
a1523ae12eaec1a128620fbab6bb01a5bed0038b - Update packages.json & build-matrix.html [vor 33 Stunden] [ (HEAD, origin/master, origin/HEAD, master)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 8.9 (jessie)
Release: 8.9
Codename: jessie
@joede
joede / gist:d8c9281cae25d33ee4dc5873b91c6ca8
Created May 19, 2017 06:21
Failed to build package luajit for target i686-w64-mingw32.static!
make[1]: Entering directory '/usr/lib/mxe'
uname -a
Linux jd-dell 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
da03019280ac4f877446001249bfeae38e002c16 - Update packages.json & build-matrix.html [vor 7 Tagen] [ (HEAD, origin/master, origin/HEAD, master)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 8.8 (jessie)
Release: 8.8
Codename: jessie
@joede
joede / gist:dc337a548af9e68a837b4f4ff7148983
Created May 18, 2017 10:06
Failed to build package libsoup for target i686-w64-mingw32.static!
make[1]: Entering directory '/usr/lib/mxe'
uname -a
Linux jd-dell 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
da03019280ac4f877446001249bfeae38e002c16 - Update packages.json & build-matrix.html [vor 6 Tagen] [ (HEAD, origin/master, origin/HEAD, master)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 8.8 (jessie)
Release: 8.8
Codename: jessie
@joede
joede / gist:97f1b3a504b67cb7fb716e4c070c37a1
Created August 5, 2016 07:03
failed MXE build of log4qt without 'hide_symbols'
## removes hide_symbols from src/log4qt/log4qt.pro
## fixed include patch of g++.pri in src/log4qt/log4qt.pro
MEONMedical-Log4Qt(master *%=)$ x86_64-w64-mingw32.static-qmake-qt5 log4qt.pro
MEONMedical-Log4Qt(master *%=)$ make
cd src/ && ( test -e Makefile || /usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt5 /home/jd/tmp/x/MEONMedical-Log4Qt/src/src.pro -o Makefile ) && make -f Makefile
make[1]: Entering directory '/home/jd/tmp/x/MEONMedical-Log4Qt/src'
cd log4qt/ && ( test -e Makefile || /usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt5 /home/jd/tmp/x/MEONMedical-Log4Qt/src/log4qt/log4qt.pro -o Makefile ) && make -f Makefile
Project MESSAGE: Skipping databaseappender and -layout
Project MESSAGE: Skipping databaseappender and -layout
@joede
joede / gist:279e36de061c422b5dcf097e307d2581
Created July 26, 2016 08:03
failed MXE build of log4qt
$ x86_64-w64-mingw32.static-qmake-qt5 log4qt.pro
jd@jd-dell:~/tmp/x/MEONMedical-Log4Qt--win(master %=)$ make
cd src/ && ( test -e Makefile || /usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt5 /home/jd/tmp/x/MEONMedical-Log4Qt--win/src/src.pro -o Makefile ) && make -f Makefile
make[1]: Entering directory '/home/jd/tmp/x/MEONMedical-Log4Qt--win/src'
cd log4qt/ && ( test -e Makefile || /usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt5 /home/jd/tmp/x/MEONMedical-Log4Qt--win/src/log4qt/log4qt.pro -o Makefile ) && make -f Makefile
Project MESSAGE: Skipping databaseappender and -layout
Cannot read /home/jd/tmp/x/MEONMedical-Log4Qt--win/src/g++.pri: No such file or directory
Project MESSAGE: Skipping databaseappender and -layout
Project MESSAGE: Skipping databaseappender and -layout
make[2]: Entering directory '/home/jd/tmp/x/MEONMedical-Log4Qt--win/src/log4qt'
@joede
joede / gist:2157b3895ab52354bb6cbec383f8817e
Created July 25, 2016 06:52
log4qt test failure 2016/07/25
$ ./log4qttest
********* Start testing of Log4QtTest *********
Config: Using QtTest library 5.3.2, Qt 5.3.2
QDEBUG : Log4QtTest::initTestCase() Using temporaray directory: "/tmp/Log4QtTest_20160725_084207"
PASS : Log4QtTest::initTestCase()
PASS : Log4QtTest::DateTime_compability(date d)
PASS : Log4QtTest::DateTime_compability(date dd)
PASS : Log4QtTest::DateTime_compability(date ddd)
PASS : Log4QtTest::DateTime_compability(date dddd)
PASS : Log4QtTest::DateTime_compability(date M)