This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [build-pkg] Warning! Building in dir /home/mxe/mxe-gcc5-a, not in /usr/lib/mxe | |
| [create settings.mk] | |
| [check requirements] | |
| [build-pkg] Downloading packages. Attempt 1. | |
| [download] pkgconf | |
| [download] bfd | |
| [download] bzip2 | |
| [download] gendef | |
| [download] a52dec | |
| [download] gcc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make[1]: Entering directory `/home/mxe/mxe-gcc5-a' | |
| uname -a | |
| Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux | |
| git log --pretty=tformat:"%H - %s [%ar] [%d]" -1 | |
| 42652ad4acbaa5c537ad6e39a6457fb408aecefa - update default gcc to 5.4.0 [9 weeks ago] [ (HEAD, origin/gcc5, gcc5)] | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Debian | |
| Description: Debian GNU/Linux 7.11 (wheezy) | |
| Release: 7.11 | |
| Codename: wheezy |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make[1]: Entering directory `/home/mxe/mxe-gcc5-a' | |
| uname -a | |
| Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux | |
| git log --pretty=tformat:"%H - %s [%ar] [%d]" -1 | |
| 42652ad4acbaa5c537ad6e39a6457fb408aecefa - update default gcc to 5.4.0 [9 weeks ago] [ (HEAD, origin/gcc5, gcc5)] | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Debian | |
| Description: Debian GNU/Linux 7.11 (wheezy) | |
| Release: 7.11 | |
| Codename: wheezy |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [build-pkg] Warning! Building in dir /home/mxe/mxe-pkg-dscr-in-mk, not in /usr/lib/mxe | |
| [create settings.mk] | |
| [check requirements] | |
| [build-pkg] Downloading packages. Attempt 1. | |
| [download] gendef | |
| [download] pkgconf | |
| [download] bfd | |
| [download] gcc | |
| [download] a52dec | |
| [download] bzip2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import re | |
| with open('docs/index.html', 'rb') as f: | |
| index_html = f.read() | |
| sep1 = ' <table id="package-list" class="old">' | |
| sep2 = ' </table>' | |
| (prefix, other) = index_html.split(sep1, 1) | |
| (packages_html, suffix) = other.split(sep2, 1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 851acb5cf6c1f78bee17cd93195eaaa77f4a6340 Mon Sep 17 00:00:00 2001 | |
| From: nschlia <nschlia@oblivion-software.de> | |
| Date: Tue, 6 Dec 2016 23:37:18 +0100 | |
| Subject: [PATCH 1/3] Add libcddb | |
| --- | |
| docs/index.html | 4 ++ | |
| src/libcddb-1-fixes.patch | 90 +++++++++++++++++++++++++++++++++++++++++++++ | |
| src/libcddb-test.c | 19 ++++++++++ | |
| src/libcddb.mk | 37 +++++++++++++++++++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make[1]: Entering directory `/home/mxe/mxe-libcddb' | |
| make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. | |
| uname -a | |
| Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux | |
| git log --pretty=tformat:"%H - %s [%ar] [%d]" -1 | |
| 5e683a7e0a574e54f6a2500d64fe55e4b28cc29b - fixes [6 minutes ago] [ (HEAD, f3)] | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Debian | |
| Description: Debian GNU/Linux 7.11 (wheezy) | |
| Release: 7.11 |